Scientists Mantle [1], броня (Renewal)
Scientists Mantle [1] (SCIENTIST_MANTLE) – броня.
The cloak worn by a scientist skilled in handling explosives.
Perfect dodge + 5
Reduce incoming damage from fire,
wind property damage by 10%.
Reduce incoming damage from players damage by 5%.
MaxHP + 1500 per 1 skill level of Crazy Vines learned
Increase damage of Spore Explosion by 20%
per 1 skill level of Fire Expansion learned.
Increases accuracy by 50% when
Mandragora Howl's skill level learned is 5.
Reduce spell casting time of Spore Explosion by
100% when Hell Plant skill level learned is 5.
When refined to +7 or higher,
additional perfect dodge +8.
Increase ranged attack damage by additional 10%.
Reduce incoming damage from fire
and wind property damage by additional 20%
When refined to +9 or higher,
additional perfect dodge + 12
Increase ranged attack damage by additional 10%.
Reduce incoming damage from fire
and wind property damage by additional 20%
Required level : 100
Базовые свойства предмета
- ID: 26470
- Код: SCIENTIST_MANTLE
- Тип: броня
- Уровень брони: 1
- Защита: 25
- Требуемый уровень: 100
- Вес: 30
Скрипт
.@r = getrefine(); bonus bFlee2,5; bonus2 bSubEle,Ele_Fire,10; bonus2 bSubEle,Ele_Wind,10; bonus2 bSubRace,RC_Player_Human,10; bonus2 bSubRace,RC_Player_Doram,10; bonus bMaxHP,1500*getskilllv("GN_CRAZYWEED"); bonus2 bSkillAtk,"GN_SPORE_EXPLOSION",20*getskilllv("GN_FIRE_EXPANSION"); if (getskilllv("GN_MANDRAGORA")>=5) bonus bHitRate,50; if (getskilllv("GN_HELLS_PLANT")>=5) bonus2 bVariableCastrate,"GN_SPORE_EXPLOSION",-100; if (.@r>=7) { bonus bFlee2,8; bonus bLongAtkRate,10; bonus2 bSubEle,Ele_Fire,20; bonus2 bSubEle,Ele_Wind,20; } if (.@r>=9) { bonus bFlee2,12; bonus bLongAtkRate,10; bonus2 bSubEle,Ele_Fire,20; bonus2 bSubEle,Ele_Wind,20; }