
RENEWAL / ITEMS
Jormungandr Sanctuary Cleaner Card
#300466Card
E_Rgan_Cleaner_Card
TypeCard
Card placementWeapon
Weight1
Buy price0 z
Sell price0 z
Card illustration
Description
ATK + 40.
------------------------
Increases Long-ranged physical damage by 5%.
------------------------
When refine level is +10 or higher, increases Long-ranged physical damage by 5%.
------------------------
When Weapon level is 5, increases Long-ranged physical damage by 10%.
------------------------
Set Bonus:
Jormungandr Sanctum Cleaner Card
Jormungandr Cult Bishop Card
Increases Long-ranged physical 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
bonus bLongAtkRate,5;
bonus bBaseAtk,40;
if (getrefine()>=10) {
bonus bLongAtkRate,5;
if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_WEAPONLEVEL)==5) {
bonus bLongAtkRate,10;
}
}