Guerrero Card

Item ID 300610 Name Guerrero Card
Critical +7.
_______________________
For each 3 Refine Levels:
Critical +2.
_______________________
If Weapon's Grade is C or higher:
Physical Damage against monsters of every size +10%.
_______________________
When Weapon Level of compounded Two-Handed Sword, Two-Handed Spear, Two-Handed Staff, Two-Handed Axe, Katar, Bow, Fuuma Shuriken, or Gun is 5:
Physical Damage against monsters of every element +15%.
Received Physical and Magical Damage from all elemental enemies -5%.
_______________________
Type: Card
Compound on: Weapon
Weight: 1
Weapon Level 0 Identifier aegis_300610
Attack 0 Type Card
MATK 0 Equip Locations Main Hand
Defense 0 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 0 Equip Upper None
Weight 1 Min Equip Level None
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable No
Credit Price None Trade restriction None
Item Script
bonus bCritical,7+2*(getrefine()/3);
if (getenchantgrade()>=ENCHANTGRADE_A)
   bonus2 bAddSize,Size_All,10;
if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_WEAPONLEVEL)==5) {
   bonus2 bSubEle,Ele_All,5;
   bonus2 bAddEle,Ele_All,15;
}