Viewing Item

#300520: Yormi Missionary Card

Item ID 300520 For Sale No
Identifier Yormi_M_Card Credit Price Not For Sale
Name Yormi Missionary Card Type Card
NPC Buy 0 Weight 1
NPC Sell 0 Weapon Level 0
Range 0 Defense 0
Slots 0 Refineable No
Attack 0 Min Equip Level None
MATK 0 Max Equip Level None
Description Increases Magical Damage against Medium and Large size monsters by 10%.
_______________________
When Weapon Level of compounded equipment is 5:
Increases Magical Damage against Medium and Large size monsters by an additional 10%.
_______________________
When equipped with Velelling Card:
Increases Magical Damage against all size monsters by 15%.
_______________________
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:
S.MATK +5.
Increases Magical Damage against all size monsters by an additional 25%.
_______________________
Type: Card
Compound on: Weapon
Weight: 1
Equip Locations Main Hand
Equip Upper None
Equippable Jobs None
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 bonus2

2 bMagicAddSize,Size_Medium,10;

3 bonus2

4 bMagicAddSize,Size_Large,10;

5 if

6 (getiteminfo(getequipid(EQI_HAND_R),

7 ITEMINFO_WEAPONLEVEL)==5)

8 {

9 bonus2

10 bMagicAddSize,Size_Medium,10;

11 bonus2

12 bMagicAddSize,Size_Large,10;

13 }

Equip Script None
Unequip Script None