Ghostring Robe
| Item ID | 15219 | Name | Ghostring Robe |
|
None
|
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Ghostring_Suit_BR | ||
| Attack | 0 | Type | Armor | ||
| MATK | 0 | Equip Locations | Armor | ||
| Defense | 77 | Equippable Jobs | Novice, Super novice | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 1 | Equip Upper | None | ||
| Weight | 40 | Min Equip Level | 90 | ||
| NPC Buy | 0 | Max Equip Level | None | ||
| NPC Sell | 0 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
.@r = getrefine();
bonus bMdef,20;
bonus bMaxHP,1000;
bonus bMaxSP,100;
if (BaseLevel>=100) {
bonus bMaxHP,50*BaseLevel;
bonus bMaxSP,3*BaseLevel;
}
if (.@r>=7)
bonus bAtkRate,10;
if (.@r>=10)
skill "BS_WEAPONPERFECT",5;
if (.@r>=12)
bonus bDefEle,Ele_Ghost;
|
||||