Beast Rings [1], броня (Renewal)
Beast Rings [1] (AEGIS_490405) – броня.
![Beast Rings [1], броня (Renewal) Beast Rings [1], броня (Renewal)](/images/db/items/picture/490405.png)
Atk / Matk + 7%.
When equipped with Bear's Power, Atk + 100.
When equipped with Speed of Light, reduces global cooldown by 12%.
When equipped with Muscle Fool, MaxHP + 20%.
When equipped with Runaway Magic, Matk + 100.
When equipped with Hawkeye, increases long ranged physical damage by 20%.
When equipped with Lucky Day, increases critical damage by 20%.
When equipped with Exotic Temporal Boots-LT,
every refine rate, P.Atk / S.Matk + 1, MaxHP / MaxSP + 2%,
if grade of shoes is A, increases physical and magical damage against all property enemies by 25%.
Базовые свойства предмета
- ID: 31120
 - Код: AEGIS_490405
 - Тип: броня
 - Уровень брони: 1
 - Требуемый уровень: 1
 
- Вес: 10
 
Скрипт
bonus2 bSubRace,RC_All,5;
bonus2 bSubRace,RC_Player_Doram,-5;
bonus2 bSubRace,RC_Player_Human,-5;
bonus2 bExpAddRace,RC_All,5;
switch( getpetinfo(PETINFO_EGGID) ) {
   case 9003:  // Poporing_Egg
       bonus2 bSubRace,RC_Plant,5;
       bonus2 bExpAddRace,RC_All,15;
       break;
   case 9040:  // Civil_Servant_Egg
       bonus2 bSubRace,RC_Angel,5;
       bonus2 bExpAddRace,RC_All,15;
       break;
   case 9015:  // Smokie_Egg
       bonus2 bSubRace,RC_Brute,5;
       bonus2 bExpAddRace,RC_All,15;
       break;
   case 9020:  // Sohee_Egg
       bonus2 bSubRace,RC_Demon,5;
       bonus2 bExpAddRace,RC_All,15;
       break;
   case 9046:  // Goblin_Leader_Egg
       bonus2 bSubRace,RC_Dragon,5;
       bonus2 bExpAddRace,RC_All,15;
       break;
   case 9044:  // Shinobi_Egg
       bonus2 bSubRace,RC_DemiHuman,5;
       bonus2 bExpAddRace,RC_All,15;
       break;
   case 9007:  // Steel_Chonchon_Egg
       bonus2 bSubRace,RC_Insect,5;
       bonus2 bExpAddRace,RC_All,15;
       break;
   case 9018:  // Munak_Egg
       bonus2 bSubRace,RC_Undead,5;
       bonus2 bExpAddRace,RC_All,15;
       break;
   case 9050:  // Medusa_Egg
       bonus2 bSubRace,RC_Formless,5;
       bonus2 bExpAddRace,RC_All,15;
       break;
   case 9062:  // Novice_Poring_Egg
       bonus2 bSubRace,RC_Fish,5;
       bonus2 bExpAddRace,RC_All,15;
       break;
}