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.

[iRO Description]
Light footwear worn by the Tengu. It empowers the wearer's stamina and speed. It is said hidden powers are locked within this footwear.
Class: Shoes
Defense: 12
Requires Level: 100
Usable By: All Jobs
Max HP + 3%
Max SP + 3%
Mdef + 10
Enables Level 1 Cast Cancel.

If upgrade level is +5 or higher,
Additional Max HP + 7%
Additional Max SP + 7%
Reduces the SP cost of Snap by 5.

If upgrade level is +7 or higher,
Additional Max HP + 10%
Additional Max SP + 10%
Reduces the SP cost of Snap by an addtional 5.

Max HP + 2% per level of Gentle Touch-Cure known.

For every level known of Gentle Touch-Revitalize,
Def + 30
Reduces damage taken from Demi-Human race enemies by 1%.

For every level known of Gentle Touch-Energy Gain,
Reduces the variable casting time of Summon Spirit Sphere by 10%.
Reduces the variable casting time of Mental Strength by 10%.
Reduces the fixed casting time of Zen by 10%.

Aspd + 2% per level of Gentle Touch-Convert known.

Atk + 4 % per level of Gentle Touch-Silence known.
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