Booster Adventurer's Premium Robe
| Item ID | 450261 | Name | Booster Adventurer's Premium Robe |
|
None
|
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | P_90Lv_Robe | ||
| Attack | 0 | Type | Armor | ||
| MATK | 0 | Equip Locations | Armor | ||
| Defense | 80 | Equippable Jobs | None | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 1 | Equip Upper | None | ||
| Weight | 0 | 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 bInt,5;
bonus bDex,5;
bonus bMaxHP,1000;
bonus bMaxSP,150;
bonus bDef,80;
bonus bMdef,5;
if (.@r>=5) {
bonus bDef,20;
bonus bMaxSP,50;
if (.@r>=7) {
bonus bDex,5;
if (.@r>=9) {
bonus bAtkRate,2;
bonus bMatkRate,2;
}
}
}
|
||||
| Set | Script | ||||||||
|---|---|---|---|---|---|---|---|---|---|
|
if ((getequiprefinerycnt(EQI_ARMOR) + getequiprefinerycnt(EQI_GARMENT) + getequiprefinerycnt(EQI_SHOES)) >= 27) {
bonus bMatkRate,6;
bonus bVariableCastrate,-10;
bonus bFixedCastrate,-20;
}
|
||||||||
|
bonus bMatk,30; |