Item ID | 480345 | For Sale | No | |
---|---|---|---|---|
Identifier | Season_Hood_Spring | Credit Price | Not For Sale | |
Name | Manteau of Mystical Beast: Spring | Type | Armor | |
NPC Buy | 0 | Weight | 70 | |
NPC Sell | 0 | Weapon Level | 0 | |
Range | 0 | Defense | 80 | |
Slots | 1 | Refineable | Yes | |
Attack | 0 | Min Equip Level | 250 | |
MATK | 0 | Max Equip Level | None | |
Equip Locations | Garment | |||
Equip Upper | None | |||
Equippable Jobs | None | |||
Equip Gender | Both (Male and Female) | |||
Trade restriction | None | |||
Item Use Script |
1 .@g = getenchantgrade(); 2 .@r = getrefine(); 3 bonus bCritical,-20; 4 bonus bPow,2; 5 bonus bCon,2; 6 bonus bBaseAtk,5*(.@r/2); 7 bonus bShortAtkRate,2*(.@r/3); 8 if (.@r>=7) { 9 bonus bVariableCastrate,-10; 10 if (.@r>=9) { 11 bonus bAspdRate,10; 12 if (.@r>=11) { 13 bonus bDelayrate,-10; 14 bonus bPAtk,2; 15 } 16 } 17 } 18 if (.@g>=ENCHANTGRADE_D) { 19 bonus bMRes,25; 20 bonus bRes,25; 21 if (.@g>=ENCHANTGRADE_C) { 22 bonus bShortAtkRate,7; 23 bonus bAtkRate,7; 24 if (.@g>=ENCHANTGRADE_B) { 25 bonus bPAtk,3; 26 bonus bDef,50; 27 bonus bPow,5; 28 bonus bCon,5; 29 if (.@g>=ENCHANTGRADE_A) { 30 bonus2 bAddEle,Ele_All,5; 31 bonus bPAtk,5; 32 } 33 } 34 } 35 } |
|||
Equip Script | None | |||
Unequip Script | None |