Jormungandr Sanctuary Guardian Card
| Item ID | 300465 | Name | Jormungandr Sanctuary Guardian Card |
|
STR +10, VIT +15, LUK -25
_______________________ Decreases damage taken from monsters of every size by 20%. Decreases Magical Damage against monsters of Holy, Shadow, Ghost and Poison element by 25%. _______________________ For each Refine Level: DEF +20, RES +5 _______________________ Refine Level +7: Increases Physical Damage against monsters of Water, Wind, Earth and Fire element by 25%. _______________________ Refine Level +10: Increases Melee and Ranged Physical Damage by 10%. _______________________ Type: Card Compound on: Shield Weight: 1 |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | E_Rgan_Guardian_Card | ||
| Attack | 0 | Type | Card | ||
| MATK | 0 | Equip Locations | Off Hand | ||
| Defense | 0 | Equippable Jobs | None | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 0 | Equip Upper | None | ||
| Weight | 1 | Min Equip Level | None | ||
| NPC Buy | 0 | Max Equip Level | None | ||
| NPC Sell | 0 | Refineable | No | ||
| Credit Price | None | Trade restriction | None | ||
| Item 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;
}
}
|
||||