Item ID | 450281 | For Sale | No | |
---|---|---|---|---|
Identifier | Corrupt_P_R_Cloth | Credit Price | Not For Sale | |
Name | Corrupted Poison Rune Cloth | Type | Armor | |
NPC Buy | 0 | Weight | 100 | |
NPC Sell | 0 | Weapon Level | 0 | |
Range | 0 | Defense | 0 | |
Slots | 1 | Refineable | Yes | |
Attack | 0 | Min Equip Level | 250 | |
MATK | 0 | Max Equip Level | None | |
Equip Locations | Armor | |||
Equip Upper | None | |||
Equippable Jobs | None | |||
Equip Gender | Both (Male and Female) | |||
Trade restriction | Can't be dropped / Can't be traded with player / Can't be put in Cart / Can't be put in Guild Storage / Can't be attached in Mail / Can't be auctioned | |||
Item Use Script |
1 .@g = getenchantgrade(); 2 .@r = getrefine(); 3 bonus bCritical,5; 4 bonus bBaseAtk,70+12*(.@r/2); 5 bonus bDef,30*(.@r/2); 6 if (.@r>=7) { 7 bonus bPAtk,2; 8 bonus bAtkRate,3; 9 bonus bMdef,25; 10 if (.@r>=9) { 11 bonus bCRate,3; 12 bonus bMdef,25; 13 if (.@r>=11) { 14 bonus bCritAtkRate,5; 15 bonus bLongAtkRate,2; 16 bonus bShortAtkRate,2; 17 bonus bDelayrate,-10; 18 } 19 } 20 } 21 if (.@g>=ENCHANTGRADE_D) { 22 bonus bAtkRate,5; 23 bonus bBaseAtk,10; 24 if (.@g>=ENCHANTGRADE_C) { 25 bonus bCritAtkRate,8; 26 bonus bAtkRate,8; 27 bonus bBaseAtk,20; 28 if (.@g>=ENCHANTGRADE_B) { 29 bonus bLongAtkRate,5; 30 bonus bShortAtkRate,5; 31 bonus bAtkRate,11; 32 bonus bPow,5; 33 if (.@g>=ENCHANTGRADE_A) { 34 bonus bLongAtkRate,7; 35 bonus bShortAtkRate,7; 36 bonus bAtkRate,14; 37 bonus bCrt,5; 38 } 39 } 40 } 41 } |
|||
Equip Script | None | |||
Unequip Script | None |