[Not For Sale] Enforcer Cape
| Item ID | 480195 | Name | [Not For Sale] Enforcer Cape |
|
None
|
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Comp_Enforcer_Cape_ROC | ||
| Attack | 0 | Type | Armor | ||
| MATK | 0 | Equip Locations | Garment | ||
| Defense | 18 | Equippable Jobs | None | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 1 | Equip Upper | None | ||
| Weight | 30 | Min Equip Level | 70 | ||
| 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 bDelayrate,-5;
bonus2 bSkillAtk,"AS_GRIMTOOTH",BaseLevel;
if (.@r>=5) {
if (getskilllv("AS_GRIMTOOTH") == 5) {
bonus2 bSkillAtk,"AS_GRIMTOOTH",50;
}
}
if (.@r>=7) {
bonus bDelayrate,-3;
bonus bMaxHPrate,5;
}
if (.@r>=9)
bonus bDelayrate,-3;
|
||||
| Set | Script | ||||
|---|---|---|---|---|---|
|
.@r = getequiprefinerycnt(EQI_HEAD_TOP)+getequiprefinerycnt(EQI_GARMENT); bonus bDelayrate,.@r; |
||||
|
.@r = getequiprefinerycnt(EQI_HEAD_TOP)+getequiprefinerycnt(EQI_GARMENT); bonus bDelayrate,.@r; |