Item ID | 480495 | For Sale | No | |
---|---|---|---|---|
Identifier | Yorscalp_Manteau | Credit Price | Not For Sale | |
Name | Yorscalp Manteau | Type | Armor | |
NPC Buy | 0 | Weight | 160 | |
NPC Sell | 0 | Weapon Level | 0 | |
Range | 0 | Defense | 142 | |
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 bPow,5; 4 bonus bCon,5; 5 bonus bAtkRate,(.@r/2); 6 bonus bDef,15*(.@r/2); 7 if (.@r>=7) { 8 bonus bDelayrate,-5; 9 if (.@r>=9) { 10 bonus bLongAtkRate,10; 11 bonus bShortAtkRate,10; 12 if (.@r>=10) { 13 bonus bPAtk,3; 14 bonus bBaseAtk,50; 15 if (.@r>=12) { 16 bonus bDelayrate,-5; 17 } 18 } 19 } 20 } 21 if (.@g>=ENCHANTGRADE_D) { 22 bonus bPAtk,3; 23 bonus bAtkRate,3; 24 if (.@g>=ENCHANTGRADE_C) { 25 bonus bPAtk,5; 26 if (.@g>=ENCHANTGRADE_B) { 27 bonus bPAtk,5; 28 bonus bAtkRate,3; 29 if (.@g>=ENCHANTGRADE_A) { 30 bonus bDelayrate,-5; 31 bonus bPAtk,7; 32 bonus bAtkRate,4; 33 } 34 } 35 } 36 } |
|||
Equip Script | None | |||
Unequip Script | None |