Valkyrie Curse Bright [1], броня (Renewal)
Valkyrie Curse Bright [1] (AEGIS_480188) – броня.
Crystallization of lost life force that was sucked into the cursed orb.
It contains the power of desolation.
------------------------
Reduce damage taken from normal and boss monsters by 5%.
------------------------
Reduce damage taken from players by 5%.
------------------------
For every refine level,
MHP + 2%, MSP + 2%.
Reduce damage taken from Ghost property attack by 7%.
------------------------
When refined to +9 or higher,
All Basic Status + 10.
Increases physical and magic damage against all property monsters by 10%.
------------------------
When refined to +11 or higher,
Immune to Knockback.
Increases physical and magic damage against all property monsters by additional 15%.
When learned Spell Breaker Lv 5, recover 100 HP and 10 SP when defeating monsters with physical or magic attack.
Enables to use Spell Breaker Lv 5.
------------------------
When refined to +13 or higher, reduce After Cast Delay by 20%.
------------------------
Def : 38
Базовые свойства предмета
- ID: 30685
 - Код: AEGIS_480188
 - Тип: броня
 - Уровень брони: 1
 - Защита: 38
 - Требуемый уровень: 100
 
- Вес: 40
 
Скрипт
.@r = getrefine();
bonus2 bSubClass,Class_All,5;
bonus2 bSubRace,RC_Player_Human,5;
bonus bMaxHPrate,2*.@r;
bonus bMaxSPrate,2*.@r;
bonus2 bSubEle,Ele_Ghost,7*.@r;
if (.@r>=7) {
   bonus bAllStats,10;
   bonus2 bAddEle,Ele_All,10;
   bonus2 bMagicAddEle,Ele_All,10;
}
if (.@r>=9) {
   bonus2 bAddEle,Ele_All,15;
   bonus2 bMagicAddEle,Ele_All,15;
   bonus bDefRatioAtkClass,Class_All;
}