End of the World [1], броня (Renewal)

End of the World [1] (AEGIS_470130) – броня.

 

Special shoes made for the assassin. By wearing it, it creates strong awakening and rotational power.

MaxHP + 3% , MaxSP + 3%, Reduce resistance against players by 10%.

Reduce cooldown of Hallucination Walk by 5 sec per 1 skill level of Cross Impact.

Increase physical damage to all types of monsters by 10% per 1 skill level of Cross Reaper Slasher.

When Halluciation Walk lv5, increase resistance against normal and boss type monsters by 5%.
Increase resistance against shadow type attacks by 30%.

Increase damage of Rolling Cutter by 100% per 1 skill level of Rolling Cutter.

When refined to +5 or higher, additional MaxHP + 7% and MaxSP + 7%, reduce after cast delay by 10%.
When refined to +7 or higher, additional MaxHP + 10% and MaxSP + 10%, reduce after cast delay by additional 10%.

Базовые свойства предмета

  • ID: 30486
  • Код: AEGIS_470130
  • Тип: броня
  • Уровень брони: 1
  • Защита: 12
  •  
  • Требуемый уровень: 100
  • Вес: 40

Скрипт

.@r = getrefine();
bonus bMaxHPrate,3;
bonus bMaxSPrate,3;
bonus2 bSubRace,RC_Player_Human,10;
bonus2 bSkillCooldown,"GC_HALLUCINATIONWALK",-5000*getskilllv("GC_CROSSIMPACT");
bonus bAtkRate,10*getskilllv("GC_CROSSRIPPERSLASHER");
bonus2 bSkillAtk,"GC_COUNTERSLASH",6*getskilllv("GC_ROLLINGCUTTER");
bonus2 bSkillAtk,"GC_ROLLINGCUTTER",100*getskilllv("GC_ROLLINGCUTTER");
if (getskilllv("GC_HALLUCINATIONWALK") == 5)
   bonus2 bSubClass,Class_All,5;
if (.@r>=5) {
   bonus bMaxHPrate,7;
   bonus bMaxSPrate,7;
   bonus bDelayrate,-10;
}
if (.@r>=7) {
   bonus bMaxHPrate,10;
   bonus bMaxSPrate,10;
   bonus bDelayrate,-10;
}