[Not For Sale] Hat of Desert
| Item ID | 400513 | Name | [Not For Sale] Hat of Desert |
|
None
|
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | aegis_400513 | ||
| Attack | 0 | Type | Armor | ||
| MATK | 0 | Equip Locations | Upper Headgear | ||
| Defense | 20 | Equippable Jobs | None | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 1 | Equip Upper | None | ||
| Weight | 30 | Min Equip Level | 50 | ||
| 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 bAtkRate,2;
bonus bAspd,1;
if (.@r>=5) {
bonus bBaseAtk,20;
bonus2 bSkillAtk,"KN_BOWLINGBASH",10;
if (.@r>=7) {
bonus2 bSkillAtk,"KN_BOWLINGBASH",20;
if (.@r>=9) {
bonus2 bHPDrainRate,30,5;
bonus bNoRegen,1;
bonus bNoRegen,2;
}
}
}
|
||||
| Set | Script | ||||
|---|---|---|---|---|---|
|
bonus2 bDropAddRace,RC_All,getequiprefinerycnt(EQI_HEAD_TOP); |
||||
|
bonus2 bDropAddRace,RC_All,getequiprefinerycnt(EQI_HEAD_TOP); |
||||
|
bonus2 bSkillAtk,"KN_BOWLINGBASH",50; bonus bNoWalkDelay; |
||||
|
bonus2 bSkillAtk,"KN_BOWLINGBASH",50; bonus bNoWalkDelay; |