Platinum Arbitrator [1], броня (Renewal)
Platinum Arbitrator [1] (PLATINUM_ARBITRATOR) – броня.
An elegant and dignified white silver armor.
It is said that when someone who disrupts the balance of the world appears, he will appear.
------------------------
ASPD + 10%
------------------------
When refined to +5 or higher,
STR +15.
When refined to +7 or higher,
Additional STR +15.
------------------------
Every level of Inspiration,
Increase Max HP +5%.
When learned Cannon Spear Lv 5,
Reduce Cooldown of Overbrand by 1 sec.
Increase damage of Vanishing Point by 100%.
Every level of Pinpoint Attack,
Increase damage dealt to All Race +14%.
------------------------
Def : 100
Базовые свойства предмета
- ID: 30322
- Код: PLATINUM_ARBITRATOR
- Тип: броня
- Уровень брони: 1
- Защита: 100
- Требуемый уровень: 100
- Вес: 100
Скрипт
.@r = getrefine(); bonus bMaxHPrate,10+(getskilllv("LG_INSPIRATION")*8); bonus bMaxSPrate,10; bonus2 bAddRace,RC_All,14*getskilllv("LG_PINPOINTATTACK"); if (getskilllv("LG_CANNONSPEAR") == 5) { bonus2 bSkillCooldown,"LG_CANNONSPEAR",-1500; bonus2 bSkillAtk,"LG_CANNONSPEAR",BaseLevel/2; bonus2 bSkillAtk,"LG_BANISHINGPOINT",2*(BaseLevel/2); } if (.@r>=5) bonus bStr,15; if (.@r>=7) bonus bStr,15; if (.@r>=10) { bonus bPerfectHitAddRate,25; bonus bUnbreakableArmor; }