Furious Energy (Fish), (Renewal)
Furious Energy (Fish) (FURIOUSENERGY_FIS) – карта.
Increases physical and magical damage against fish race enemies by 5%.
If grade is B or higher, the damage is increases by an additional 5%.
If grade is A or higher, the damage is increases by an additional 5%.
Базовые свойства предмета
- ID: 19463
 - Код: FURIOUSENERGY_FIS
 - Тип: карта
 - Подтип:
 
- Вес: 1
 
Скрипт
.@g = getenchantgrade();
bonus2 bAddRace,RC_Fish,5;
bonus2 bMagicAddRace,RC_Fish,5;
if (.@g>=ENCHANTGRADE_B) {
   bonus2 bAddRace,RC_Fish,5;
   bonus2 bMagicAddRace,RC_Fish,5;
   if (.@g>=ENCHANTGRADE_A) {
      bonus2 bAddRace,RC_Fish,5;
      bonus2 bMagicAddRace,RC_Fish,5;
   }
}