
RENEWAL / ITEMS
Jormungandr Church Shaman Card
#300464Card
E_Rgan_Warlock_Card
TypeCard
Card placementAccessory (Right)
Weight1
Buy price0 z
Sell price0 z
Card illustration
Description
Increases Holy, Poison, and Water property magical damage by 25%.
------------------------
When Base INT is 90 or higher, increases SP consumption of skills by 7%.
------------------------
Class : Card
Compound on : Accessory (Right)
Weight : 1
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Card placement
- Accessory (Right)
- Trade
Item effect script
bonus2 bMagicAtkEle,Ele_Poison,25;
bonus2 bMagicAtkEle,Ele_Holy,25;
bonus2 bMagicAtkEle,Ele_Water,25;
if (readparam(bInt)>=90) {
bonus bUseSPrate,7;
}