Tengu's Shoes, броня (Renewal)
Tengu's Shoes (TENGUSHOES) – броня.

Light footwear worn by the Tengu. It empowers the wearer's stamina and speed. It is said hidden powers are locked within this footwear.
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.
Базовые свойства предмета
- ID: 26661
- Код: TENGUSHOES
- Тип: броня
- Уровень брони: 1
- Защита: 12
- Требуемый уровень: 100
- Цена покупки: 20 з
- Цена продажи: 10 з
- Вес: 40
Скрипт
.@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");