
RENEWAL / ITEMS
Giant Boots [1]
#22106Armor
Giant_Boots
TypeArmor
Equipment positionFootgear
GenderBoth
Weight50
Buy price0 z
Sell price0 z
DEF13
Slots1
Required level85
Armor level1
Description
Shoes made with the motif of a giant's shoes, which were the guardians of ancient temples.
Class: Shoes
Defense: 13
Weight: 50
Requires Level: 85
Usable By: All Jobs
Max HP +2%, Max SP +2%.
Increases damage resistance from Human enemies by 1%.
If the refine level is 9 or above, Max HP +4%, Max SP +4% and increases damage resistance from Human enemies by an additional 2%.
If the refine level is 12 or above, Max HP +4%, Max SP +4% and increases damage resistance from Human enemies by an additional 2%.
If equipped with Giant Shield, resistant to knock back effects.
If the refine level of Giant Shield is 7 or higher, lowers Damage taken from Large Monster by 2% and Damage taken from Boss Monsters by 2%.
If the refine level of Giant Shield is 9 or higher, lowers Damage taken from Large Monster by an additional 2% and Damage taken from Boss Monsters by an additional 2%.
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Gender
- Both
- Equipment position
- Footgear
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
Item effect script
bonus2 bSubRace,RC_DemiHuman,1;
bonus2 bSubRace,RC_Player_Human,1;
bonus bMaxHPrate,2;
bonus bMaxSPrate,2;
.@r = getrefine();
if (.@r > 4) {
bonus2 bSubRace,RC_DemiHuman,2;
bonus2 bSubRace,RC_Player_Human,2;
bonus bMaxHPrate,4;
bonus bMaxSPrate,4;
}
if (.@r > 6) {
bonus2 bSubRace,RC_DemiHuman,2;
bonus2 bSubRace,RC_Player_Human,2;
bonus bMaxHPrate,4;
bonus bMaxSPrate,4;
}