ROC 1st Anniversary Hat
| Item ID | 400371 | Name | ROC 1st Anniversary Hat |
|
None
|
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | 1stAniv_Hat_ROC | ||
| Attack | 0 | Type | Armor | ||
| MATK | 0 | Equip Locations | Upper Headgear | ||
| Defense | 0 | Equippable Jobs | None | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 0 | Equip Upper | None | ||
| Weight | 0 | Min Equip Level | 1 | ||
| 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 Storage, Can't be put in Guild Storage, Can't be attached in Mail, Can't be auctioned | ||
| Item Script |
.@r = getrefine();
bonus bSpeedRate,25;
if (.@r>=4) {
bonus2 bRegenPercentHP,2,10000;
bonus2 bRegenPercentSP,1,10000;
}
if (.@r>=5)
bonus bAllStats,2;
if (.@r>=6)
skill "BS_GREED",1;
|
||||
| Set | Script | ||||
|---|---|---|---|---|---|
|
if (getequiprefinerycnt(EQI_HEAD_TOP) >= 7)
autobonus "{}",20,7000,BF_WEAPON,"{ active_transform 1040,7000; }";
|