Viewing Item

#22208: Dragon Scale Boots

Item ID 22208 For Sale No
Identifier Dragon_Boots Credit Price Not For Sale
Name Dragon Scale Boots Type Armor
NPC Buy 0 Weight 60
NPC Sell 0 Weapon Level 0
Range 0 Defense 35
Slots 1 Refineable Yes
Attack 0 Min Equip Level 170
MATK 0 Max Equip Level None
Description Boots made of many parts of powerful dragons.
You can feel the pressure of the dragon just by wearing it.
_______________________
MaxSP +500
Increases Attack Speed (decreases After Attack Delay by 7%).
Decreases Variable Casting Time by 7%.
_______________________
Refine Level +7:
Decreases damage taken from Dragon race by 2%.
_______________________
Refine Level +9:
Recieving physical or magical damage has a chance to recover 500 SP per second for 3 seconds.
_______________________
Refine Level +11:
Decreases damage taken from Dragon race by additional 3%.
_______________________
Type: Shoes
Defense: 25
Weight: 60
Armor Level: 1
_______________________
Requirement:
Base Level 170
Equip Locations Footgear
Equip Upper None
Equippable Jobs None
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@r

2 =

3 getrefine();

4 bonus

5 bMaxSP,500;

6 bonus

7 bAspdRate,7;

8 bonus

9 bVariableCastrate,-7;

10 if

11 (.@r

12 =7)

13 {

14 bonus2

15 bSubRace,RC_Dragon,2;

16 }

17 if

18 (.@r

19 =9)

20 {

21 autobonus2

22 "{

23 bonus2

24 bSPRegenRate,500,1000;

25 }",1,3000,BF_MAGIC|BF_WEAPON;

26 }

27 if

28 (.@r

29 =11)

30 {

31 bonus2

32 bSubRace,RC_Dragon,3;

33 }

Equip Script None
Unequip Script None