Regia Hunting Boots
| Item ID | 22206 | Name | Regia Hunting Boots |
|
Boots made by the royal family as a token of appreciation for hunters who excelled in hunting competitions.
_______________________ Increases Attack Speed (decreases After Attack Delay by 5%). _______________________ For each 3 Refine Levels: HIT +2 _______________________ When equipped with Regia Hunting Mail: Increases Ranged Physical Damage by 7%. For each Refine Level above +9 or higher of Regia Hunting Boots and Regia Hunting Mail: Increases Critical Damage by 7%. _______________________ Type: Shoes Defense: 5 Weight: 50 Armor Level: 1 _______________________ Requirement: Base Level 50 |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Regia_Hunting_Boots | ||
| Attack | 0 | Type | Armor | ||
| MATK | 0 | Equip Locations | Footgear | ||
| Defense | 5 | Equippable Jobs | None | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 1 | Equip Upper | None | ||
| Weight | 50 | Min Equip Level | 50 | ||
| NPC Buy | 0 | Max Equip Level | None | ||
| NPC Sell | 0 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
bonus bAspdRate,5; bonus bHit,2*(getrefine()/3); |
||||
| Set | Script | ||||||
|---|---|---|---|---|---|---|---|
|
bonus bVariableCastrate,-7;
if (getequiprefinerycnt(EQI_ARMOR)+getequiprefinerycnt(EQI_GARMENT)+getequiprefinerycnt(EQI_SHOES) >= 9) {
bonus bVariableCastrate,-5;
}
|
||||||
|
bonus bMatk,20;
bonus bBaseAtk,20;
if (getequiprefinerycnt(EQI_GARMENT)+getequiprefinerycnt(EQI_SHOES) >= 9) {
bonus bAspdRate,5;
}
|
||||||
|
bonus bLongAtkRate,7;
if (getequiprefinerycnt(EQI_SHOES)+getequiprefinerycnt(EQI_ARMOR) >= 9) {
bonus bCritAtkRate,7;
}
|