Viewing Item

#22145: Tengu's Shoes

Item ID 22145 For Sale No
Identifier TenguShoes Credit Price Not For Sale
Name Tengu's Shoes Type Armor
NPC Buy 20 Weight 40
NPC Sell 10 Weapon Level 0
Range 0 Defense 12
Slots 0 Refineable Yes
Attack 0 Min Equip Level 100
MATK 0 Max Equip Level None
Description Shoes worn by the Tengu.
The shape makes it possible to move faster than you can imagine.
_______________________
MaxHP +3%
MaxSP +3%
MDEF +10
_______________________
Enables the use of Level 1 Cast Cancel.
_______________________
For each Level of Gentle Touch-Cure:
MaxHP +2%
_______________________
For each Level of Gentle Touch-Revitalize:
DEF +30
Decreases damage taken from Demi-Human enemies by 1%.
_______________________
For each Level of Gentle Touch-Energy Gain:
Decreases Variable Casting Time of Call Spirits, Steel Body and Dangerous Soul Collect by 10%.
_______________________
For each Level of Gentle Touch-Change:
Increases Attack Speed (decreases After Attack Delay by 2%).
_______________________
For each Level of Gentle Touch-Quiet:
ATK +4%
_______________________
Refine Level +5:
Additional MaxHP +7%
Additional MaxSP +7%
Decreases SP Consumption of Body Relocation by 5.
_______________________
Refine Level +7:
Additional MaxHP +10%
Additional MaxSP +10%
Decreases SP Consumption of Body Relocation by additional 5.
_______________________
Type: Shoes
Defense: 12
Weight: 40
Armor Level: 1
_______________________
Requirement:
Base Level 100
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 .@a

5 =

6 getskilllv("SR_GENTLETOUCH_REVITALIZE");

7 .@b

8 =

9 getskilllv("SR_GENTLETOUCH_CURE");

10 .@c

11 =

12 getskilllv("SR_GENTLETOUCH_ENERGYGAIN");

13 .@hpsp

14 =

15 3;

16 if

17 (.@r

18 =

19 5)

20 {

21 .@hpsp

22 +=

23 7;

24 .@red

25 =

26 5;

27 if

28 (.@r

29 =

30 7)

31 {

32 .@hpsp

33 +=

34 10;

35 .@red

36 +=

37 5;

38 }

39 bonus2

40 bSkillUseSP,"MO_BODYRELOCATION",.@red;

41 }

42 bonus

43 bMdef,10;

44 bonus

45 bMaxHPrate,.@hpsp+(2*.@b);

46 bonus

47 bMaxSPrate,.@hpsp;

48 skill

49 "SA_CASTCANCEL",1;

50 bonus2

51 bSkillUseSP,"MO_BODYRELOCATION",5;

52 bonus

53 bDef,30*.@a;

54 bonus2

55 bSubRace,RC_Player_Doram,.@a;

56 bonus2

57 bSubRace,RC_Player_Human,.@a;

58 bonus2

59 bVariableCastrate,"MO_CALLSPIRITS",-.@c*10;

60 bonus2

61 bVariableCastrate,"MO_STEELBODY",-.@c*10;

62 bonus2

63 bFixedCastrate,"CH_SOULCOLLECT",-.@c*10;

64 bonus

65 bAspdRate,2*getskilllv("SR_GENTLETOUCH_CHANGE");

66 bonus

67 bAtkRate,4*getskilllv("SR_GENTLETOUCH_QUIET");

Equip Script None
Unequip Script None