Booster Adventurer's Premium Cape
| Item ID | 480268 | Name | Booster Adventurer's Premium Cape |
|
None
|
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | P_90Lv_Cape | ||
| Attack | 0 | Type | Armor | ||
| MATK | 0 | Equip Locations | Garment | ||
| Defense | 15 | 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 bVariableCastrate,-7; bonus bFlee,15; if (.@r>=5) bonus2 bSubEle,Ele_Neutral,5; if (.@r>=7) bonus2 bSubEle,Ele_Neutral,6; |
||||
| Set | Script | ||||||||
|---|---|---|---|---|---|---|---|---|---|
|
bonus bMatk,30; |
||||||||
|
if ((getequiprefinerycnt(EQI_ARMOR) + getequiprefinerycnt(EQI_GARMENT) + getequiprefinerycnt(EQI_SHOES)) >= 27) {
bonus bHealPower,10;
bonus bVariableCastrate,-10;
bonus bFixedCastrate,-20;
}
|