Fluffy Lovely Fox [1], броня (Renewal)
Fluffy Lovely Fox [1] (FLUFFY_LOVELY_FOX_) – броня.
A proud demon fox child.
[Ahh!! Don't touch me!!] It seems she is a bit shy.
------------------------
Physical damage to all size enemy + 10%.
------------------------
Reduces damage taken from players by 5%.
------------------------
Grants immunity to confusion.
------------------------
When learned Spirit of Life Lv 1,
Reduce Fix cast time of skill Lope and Stoop by 100%,
When using Scar of Tarou, active [Reckless Rush] for 15 sec.
Reckless Rush
For 15 seconds, increase Animal skill damage by 1% for every 1000 HP you own, up to 100%.
Every level of Hiss,
Increase VIT by 5.
------------------------
Def : 2
Базовые свойства предмета
- ID: 29721
 - Код: FLUFFY_LOVELY_FOX_
 - Тип: броня
 - Уровень брони: 1
 - Защита: 2
 - Требуемый уровень: 100
 
- Цена покупки: 20 з
 - Цена продажи: 10 з
 - Вес: 10
 
Скрипт
bonus2 bAddSize,Size_All,10;
bonus2 bSubRace,RC_Player_Human,5;
bonus2 bSubRace,RC_Player_Doram,5;
bonus2 bResEff,Eff_Confusion,10000;
bonus bVit,5*getskilllv("SU_HISS");
if (getskilllv("SU_SPIRITOFLIFE") ==1) {
   bonus2 bVariableCastrate,"SU_STOOP",-100;
   bonus2 bVariableCastrate,"SU_LOPE",-100;
   autobonus3 "{ .@val = max(100, (Hp/1000)); bonus2 bSkillAtk,\"SU_PICKYPECK\",.@val; bonus2 bSkillAtk,\"SU_SCAROFTAROU\",.@val; bonus2 bSkillAtk,\"SU_LUNATICCARROTBEAT\",.@val; bonus2 bSkillAtk,\"SU_SVG_SPIRIT\",.@val; }",1000,15000,"SU_SCAROFTAROU";
}