Awakened Full Force

Item ID 600025 Name Awakened Full Force
None
Weapon Level 4 Identifier FullForce_
Attack 300 Type Weapon - Two-Handed Sword
MATK 0 Equip Locations Two-Handed
Defense 0 Equippable Jobs Swordman, Knight, Crusader
Range 3 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 220 Min Equip Level 99
NPC Buy 2,000,000 Max Equip Level None
NPC Sell 1,000,000 Refineable Yes
Credit Price None Trade restriction None
Item Script
bonus bUnbreakableWeapon;
bonus bSpeedRate,25;
bonus2 bSubClass,Class_Boss,40;
bonus bBaseAtk,pow(getrefine(),2)*4;

Set Script
Awakened Full Force
Sealed Doppelganger Card
.@r = getequiprefinerycnt(EQI_HAND_R);
skill "PR_LEXAETERNA",1;
if (BaseLevel >= 100) {
   bonus bAspdRate,5*.@r;
   bonus2 bAddRace,RC_All,10*.@r;
}
else {
   bonus bAspdRate,2*.@r;
   bonus2 bAddRace,RC_All,4*.@r;
}
Awakened Full Force
Doppelganger Card
.@r = getequiprefinerycnt(EQI_HAND_R);
bonus3 bAutoSpell,"RK_IGNITIONBREAK",5,20;
if (BaseLevel >= 100) {
   bonus bAspdRate,5*.@r;
   bonus2 bAddRace,RC_All,10*.@r;
}
else {
   bonus bAspdRate,2*.@r;
   bonus2 bAddRace,RC_All,4*.@r;
}
/*Unknow Rate*/