ID #300466
Card
Jormungandr Sanctuary Cleaner Card
Buy Price: N/A
Sell Price: N/A
ATK +40
_______________________
Increases Ranged Physical Damage by 5%.
_______________________
Refine Level +10:
Increases Ranged Physical Damage by additional 5%.
_______________________
When Weapon Level of compounded equipment is 5:
Increases Ranged Physical Damage by additional 10%.
_______________________
When equipped with Jormungandr Church Bishop Card:
Increases Ranged Physical Damage by additional 15%.
_______________________
Type: Card
Compound on: Weapon
Weight: 1
_______________________
Increases Ranged Physical Damage by 5%.
_______________________
Refine Level +10:
Increases Ranged Physical Damage by additional 5%.
_______________________
When Weapon Level of compounded equipment is 5:
Increases Ranged Physical Damage by additional 10%.
_______________________
When equipped with Jormungandr Church Bishop Card:
Increases Ranged Physical Damage by additional 15%.
_______________________
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 bLongAtkRate,5; bonus bBaseAtk,40; if (getrefine()>=10) { bonus bLongAtkRate,5; if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_WEAPONLEVEL)==5) { bonus bLongAtkRate,10; } }
bonus bLongAtkRate,5;
bonus bBaseAtk,40;
if (getrefine()>=10) {
bonus bLongAtkRate,5;
if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_WEAPONLEVEL)==5) {
bonus bLongAtkRate,10;
}
}