Gan Ceann Card, карта (Renewal)
Gan Ceann Card (GAN_CEANN_CARD) – карта. Выпадает из монстров: Gan Ceann.

ATK + 15.
------------------------
Increases physical damage against large size enemies by 15%.
------------------------
If user base level is 200 or higher, increases physical damage against large size enemies by additional 25%.
------------------------
When equipped with Dullahan Card, increases physical damage against large size enemies by additional 30%.
------------------------
Compound on : Weapon
Базовые свойства предмета
- ID: 16862
 - Код: GAN_CEANN_CARD
 - Тип: карта
 
- Вес: 1
 
Скрипт
bonus bBaseAtk,15;
bonus2 bAddSize,Size_Large,15;
if (BaseLevel>=200) {
   bonus2 bAddSize,Size_Large,25;
}