Item ID | 450285 | For Sale | No | |
---|---|---|---|---|
Identifier | Corrupt_P_R_Cloth2 | Credit Price | Not For Sale | |
Name | Engraved Corrupted Poison Rune Cloth | Type | Armor | |
NPC Buy | 0 | Weight | 0 | |
NPC Sell | 0 | Weapon Level | 0 | |
Range | 0 | Defense | 150 | |
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 Storage / 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,10; 4 bonus bPow,3; 5 bonus bCrt,3; 6 bonus bBaseAtk,120+12*(.@r/2); 7 bonus bDef,30*(.@r/2); 8 if (.@r>=7) { 9 bonus bPAtk,2; 10 bonus bAtkRate,5; 11 bonus bMdef,25; 12 if (.@r>=9) { 13 bonus bCRate,7; 14 bonus bMdef,25; 15 if (.@r>=11) { 16 bonus bCritAtkRate,10; 17 bonus bLongAtkRate,5; 18 bonus bShortAtkRate,5; 19 bonus bDelayrate,-10; 20 } 21 } 22 } 23 if (.@g>=ENCHANTGRADE_D) { 24 bonus bAtkRate,5; 25 bonus bBaseAtk,25; 26 if (.@g>=ENCHANTGRADE_C) { 27 bonus bCritAtkRate,8; 28 bonus bAtkRate,8; 29 bonus bBaseAtk,45; 30 if (.@g>=ENCHANTGRADE_B) { 31 bonus bLongAtkRate,5; 32 bonus bShortAtkRate,5; 33 bonus bAtkRate,13; 34 bonus bPow,10; 35 if (.@g>=ENCHANTGRADE_A) { 36 bonus bLongAtkRate,7; 37 bonus bShortAtkRate,7; 38 bonus bAtkRate,16; 39 bonus bCrt,10; 40 } 41 } 42 } 43 } |
|||
Equip Script | None | |||
Unequip Script | None |