[Not For Sale] Arabian Manteau
| Item ID | 480409 | Name | [Not For Sale] Arabian Manteau |
|
None
|
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Comp_Arabian_Manteau | ||
| Attack | 0 | Type | Armor | ||
| MATK | 0 | Equip Locations | Armor | ||
| Defense | 10 | Equippable Jobs | None | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 1 | Equip Upper | None | ||
| Weight | 30 | Min Equip Level | 100 | ||
| 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 bMaxHPrate,10;
bonus bCritAtkRate,5;
if (.@r>=7) {
bonus bCritical,5;
bonus bCritAtkRate,5;
if (.@r>=9) {
bonus bCritical,10;
bonus bCritAtkRate,10;
if (.@r>=11) {
bonus bCritical,20;
bonus bCritAtkRate,20;
if (.@r>=13) {
bonus bCritical,30;
bonus bCritAtkRate,30;
}
}
}
}
|
||||