Renewal
.:Renewal Item Database:.
Search Item By ID


Tengu's Shoes [0]   [Footgear]   Item ID# 22145 (TenguShoes)
Tengu Shoes
Type
Armor
Class
Footgear
Buy
20z
Sell
10z
Weight
40
Defense
12
Required Lvl
100
Armor Lvl
1
Slot
0
Applicable Jobs
Every Job
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 DemiHuman monster by 1%.

For each Level of Gentle Touch-Energy Gain:
Decreases variable cast time of Call Spirits, Steel Body and Dangerous Soul Collect by 10%.

For each Level of Gentle Touch-Change:
Decreases after attack delay by 2%.

For each Level of Gentle Touch-Quiet: ATK +4%.

Refine Level +5:
Additional MaxHP +7% and MaxSP +7%.
Decreases SP Consumption of Body Relocation by 5.

Refine Level +7:
Additional MaxHP +10% and MaxSP +10%.
Decreases SP Consumption of Body Relocation by additional 5.
Item Script
expand to view script
{ .@r = getrefine(); .@a = getskilllv("SR_GENTLETOUCH_REVITALIZE"); .@b = getskilllv("SR_GENTLETOUCH_CURE"); .@c = getskilllv("SR_GENTLETOUCH_ENERGYGAIN"); .@hpsp = 3; if (.@r >= 5) { .@hpsp += 7; .@red = 5; if (.@r >= 7) { .@hpsp += 10; .@red += 5; } bonus2 bSkillUseSP,"MO_BODYRELOCATION",.@red; } bonus bMdef,10; bonus bMaxHPrate,.@hpsp+(2*.@b); bonus bMaxSPrate,.@hpsp; skill "SA_CASTCANCEL",1; bonus2 bSkillUseSP,"MO_BODYRELOCATION",5; bonus bDef,30*.@a; bonus2 bSubRace,RC_Player_Doram,.@a; bonus2 bSubRace,RC_Player_Human,.@a; bonus2 bVariableCastrate,"MO_CALLSPIRITS",-.@c*10; bonus2 bVariableCastrate,"MO_STEELBODY",-.@c*10; bonus2 bFixedCastrate,"CH_SOULCOLLECT",-.@c*10; bonus bAspdRate,2*getskilllv("SR_GENTLETOUCH_CHANGE"); bonus bAtkRate,4*getskilllv("SR_GENTLETOUCH_QUIET"); },{},{}
Dropped By No Result

back to top