[Not For Sale] Anti Magic Manteau
| Item ID | 480206 | Name | [Not For Sale] Anti Magic Manteau |
|
None
|
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Comp_Anti_Manteau_TH | ||
| Attack | 0 | Type | Armor | ||
| MATK | 0 | Equip Locations | Garment | ||
| Defense | 23 | Equippable Jobs | None | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 1 | Equip Upper | None | ||
| Weight | 75 | Min Equip Level | 99 | ||
| NPC Buy | 0 | Max Equip Level | None | ||
| NPC Sell | 0 | Refineable | Yes | ||
| Credit Price | None | 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 Script |
.@r = getrefine(); bonus bMaxHP,(300+(100*(.@r/2))); bonus bMaxHPrate,(2*(.@r/3)); if (.@r >= 7) bonus bAtkRate,7; if (.@r >= 9) bonus bVariableCastrate,-10; |
||||
| Set | Script | ||||
|---|---|---|---|---|---|
|
bonus bDelayrate,-5; |
||||
|
.@val = 30;
.@eq = getequiprefinerycnt(EQI_ARMOR);
if (.@eq >= 11) {
.@val += 40;
bonus bDelayrate,-10;
}
bonus bBaseAtk,.@val;
|