
RENEWAL / ITEMS
Jormungandr Guardian Card
#300460Card
Jormun_Guardian_Card
TypeCard
Card placementWeapon
Weight1
Buy price0 z
Sell price0 z
Card illustration
Description
MATK + 40.
------------------------
Increases Neutral, Shadow, and Ghost property magical damage by 5%.
------------------------
When refine level is +10 or higher, increases Neutral, Shadow, and Ghost property magical damage by 5%.
------------------------
When Weapon level is 5, increases Neutral, Shadow, and Ghost property magical damage by 10%.
------------------------
Set Bonus:
Jormungandr Guardian Card
Jormungandr Cult Bishop Card
Increases Neutral, Shadow, and Ghost property magical damage by 15%.
------------------------
Class : Card
Compound on : Weapon
Weight : 1
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Card placement
- Weapon
- Trade
Item effect script
bonus2 bMagicAtkEle,Ele_Ghost,5;
bonus2 bMagicAtkEle,Ele_Neutral,5;
bonus2 bMagicAtkEle,Ele_Dark,5;
bonus bMatk,40;
if (getrefine()>=10) {
bonus2 bMagicAtkEle,Ele_Ghost,5;
bonus2 bMagicAtkEle,Ele_Neutral,5;
bonus2 bMagicAtkEle,Ele_Dark,5;
if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_WEAPONLEVEL)==5) {
bonus2 bMagicAtkEle,Ele_Ghost,10;
bonus2 bMagicAtkEle,Ele_Neutral,10;
bonus2 bMagicAtkEle,Ele_Dark,10;
}
}