Royal Hunting Boots A-type
| Item ID | 470313 | Name | Royal Hunting Boots A-type |
|
A pair of boots crafted for efficient hunting by hunters participating in hunting competitions.
_______________________ MaxSP +200 _______________________ For each 2 Refine Levels: MaxSP +20 _______________________ Refine Level +7: Increases Physical Damage by 5%. _______________________ When enchanted with Royal Hunting Armor Type A: ATK +5%, MaxHP +5%. _______________________ Type: Shoes Defense: 45 Weight: 60 Armor Level: 1 _______________________ Requirement: Base Level 115 |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Royal_H_Boots_A | ||
| Attack | 0 | Type | Armor | ||
| MATK | 0 | Equip Locations | Footgear | ||
| Defense | 45 | Equippable Jobs | None | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 1 | Equip Upper | None | ||
| Weight | 60 | Min Equip Level | 115 | ||
| NPC Buy | 0 | Max Equip Level | None | ||
| NPC Sell | 0 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
.@r = getrefine();
bonus bMaxSP,200+20*(.@r/2);
if (.@r>=7) {
bonus bShortAtkRate,5;
bonus bLongAtkRate,5;
}
|
||||
| Set | Script | ||||
|---|---|---|---|---|---|
|
bonus bAtkRate,5; bonus bMaxHPrate,5; |
||||
|
bonus bShortAtkRate,10; bonus bLongAtkRate,10; bonus bVariableCastrate,-10; |