Furious Crystal (Water), (Renewal)
Furious Crystal (Water) (FURIOUSMATERIAL_WAT) – карта.
Increases physical and magical damage against water property 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: 19448
 - Код: FURIOUSMATERIAL_WAT
 - Тип: карта
 - Подтип:
 
- Вес: 1
 
Скрипт
.@g = getenchantgrade();
bonus2 bMagicAddEle,Ele_Water,5;
bonus2 bAddEle,Ele_Water,5;
if (.@g>=ENCHANTGRADE_B) {
   bonus2 bMagicAddEle,Ele_Water,5;
   bonus2 bAddEle,Ele_Water,5;
   if (.@g>=ENCHANTGRADE_A) {
      bonus2 bMagicAddEle,Ele_Water,5;
      bonus2 bAddEle,Ele_Water,5;
   }
}