Viewing Item

#22106: Giant Boots

Item ID 22106 For Sale No
Identifier Giant_Boots Credit Price Not For Sale
Name Giant Boots Type Armor
NPC Buy 0 Weight 50
NPC Sell 0 Weapon Level 0
Range 0 Defense 13
Slots 1 Refineable Yes
Attack 0 Min Equip Level 85
MATK 0 Max Equip Level None
Description Shoes made by imitating the shoes of the giant who was the guardian of the ancient temple.
_______________________
MaxHP +2%, MaxSP +2%
_______________________
Decreases damage taken from Demi-Human race by 1%.
_______________________
Refine Level +5:
MaxHP +4%, MaxSP +4%
Decreases damage taken from Demi-Human race by additional 2%.
_______________________
Refine Level +7:
MaxHP +4%, MaxSP +4%
Decreases damage taken from Demi-Human race by additional 2%.
_______________________
When equipped with Giant Axe:
Refine Level of Gigant Boots is +7 or higher:
Decreases damage taken from Demi-Human race by additional 30%.

Refine Level of Giant Axe is +7 or higher:
Refine Level of Gigant Boots is +7 or higher:
Increases damage of Cart Termination by 8%.
Increases Damage against monsters of Boss class by 20%.

Refine Level of Giant Axe is +9 or higher:
Refine Level of Gigant Boots is +7 or higher:
Increases damage of Cart Termination by additional 12%.
Increases Damage against monsters of Boss class by additional 30%.
_______________________
When equipped with Gigantic Bow:
Refine Level of Gigant Boots is +7 or higher:
For each 10 base STR:
Increases Ranged Physical Damage by 3%.

Refine Level of Gigantic Bow is +7 or higher:
Refine Level of Gigant Boots is +7 or higher:
Increases damage of Arrow Storm and Aimed Bolt by 20%.
Increases Damage against monsters of Boss class by 20%.

Refine Level of Gigantic Bow is +9 or higher:
Refine Level of Gigant Boots is +7 or higher:
Increases damage of Arrow Storm and Aimed Bolt by additional 30%.
Increases Damage against monsters of Boss class by additional 30%.
_______________________
When equipped with Giant Lance:
Decreases damage taken from Demi-Human race by additional 40%.
Using Spiral Pierce auto-casts Sonic Wave at the learned level.

Refine Level of Giant Lance is +7 or higher:
Increases damage of Spiral Pierce and Sonic Wave by 20%.
Increases Damage against monsters of Boss class by 20%.

Refine Level of Giant Lance is +9 or higher:
Increases damage of Spiral Pierce and Sonic Wave by additional 30%.
Increases Damage against monsters of Boss class by additional 30%.
_______________________
When equipped with Giant Shield:
Prevents knock-back effect.

Refine Level of Giant Shield is +7 or higher:
Decreases damage taken from Large size by 2%.
Decreases damage taken from Boss class by 2%.

Refine Level of Giant Shield is +9 or higher:
Decreases damage taken from Large size by additional 3%.
Decreases damage taken from Boss class by additional 3%.
_______________________
Type: Shoes
Defense: 13
Weight: 50
Armor Level: 1
_______________________
Requirement:
Base Level 85
Equip Locations Footgear
Equip Upper None
Equippable Jobs None
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 bonus2

2 bSubRace,RC_DemiHuman,1;

3 bonus2

4 bSubRace,RC_Player_Human,1;

5 bonus

6 bMaxHPrate,2;

7 bonus

8 bMaxSPrate,2;

9 .@r

10 =

11 getrefine();

12 if

13 (.@r

14 4)

15 {

16 bonus2

17 bSubRace,RC_DemiHuman,2;

18 bonus2

19 bSubRace,RC_Player_Human,2;

20 bonus

21 bMaxHPrate,4;

22 bonus

23 bMaxSPrate,4;

24 }

25 if

26 (.@r

27 6)

28 {

29 bonus2

30 bSubRace,RC_DemiHuman,2;

31 bonus2

32 bSubRace,RC_Player_Human,2;

33 bonus

34 bMaxHPrate,4;

35 bonus

36 bMaxSPrate,4;

37 }

Equip Script None
Unequip Script None