
RENEWAL / ITEMS
Jormungandr Sanctuary Guardian Card
#300465Card
E_Rgan_Guardian_Card
TypeCard
Card placementShield
Weight1
Buy price0 z
Sell price0 z
Card illustration
Description
STR + 10, VIT + 15, LUK - 25.
------------------------
Reduces physical and magical damage taken from all size enemies by 20%.
------------------------
Reduces magical damage against Holy, Shadow, Ghost and Poison property enemies by 25%.
------------------------
For every refine level, DEF + 20, RES + 5.
------------------------
When refine level is +7 or higher, increases physical damage against Water, Wind, Earth and Fire property enemies by 25%.
------------------------
When refine level is +10 or higher, increases Melee and long-ranged physical damage by 10%.
------------------------
Class : Card
Compound on : Shield
Weight : 1
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Card placement
- Shield
- Trade
Item effect script
.@r = getrefine();
bonus bStr,10;
bonus bVit,15;
bonus bLuk,-25;
bonus2 bSubSize,Size_All,20;
bonus2 bMagicAddEle,Ele_Poison,-25;
bonus2 bMagicAddEle,Ele_Ghost,-25;
bonus2 bMagicAddEle,Ele_Holy,-25;
bonus2 bMagicAddEle,Ele_Dark,-25;
bonus bDef,20*.@r;
bonus bRes,5*.@r;
if (.@r>=7) {
bonus2 bAddEle,Ele_Water,25;
bonus2 bAddEle,Ele_Wind,25;
bonus2 bAddEle,Ele_Earth,25;
bonus2 bAddEle,Ele_Fire,25;
if (.@r>=10) {
bonus bLongAtkRate,10;
bonus bShortAtkRate,10;
}
}