ID #300610
Card
Guerrero Card
Buy Price: N/A
Sell Price: N/A
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
_______________________
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
Equipment Slots
Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2
Basic Information
Type
Card
Weight
10
Item Flags
Drop Effect
Yes
Scripts
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; }
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;
}