One-Eye Dollocaris Card, карта (Renewal)
One-Eye Dollocaris Card (ONE_E_DOLLOCARIS_CARD) – карта.

Reduces damage taken from neutral property by 20%.
If refine rate is lower than 12, reduces shadow, holy, ghost and neutral property magical damage by 25%.
If refine rate is 12 or higher, increases shadow, holy, ghost and neutral property magical damage by 25%.
If level of compounded equipment is 2, increases shadow, holy, ghost and neutral property magical damage by 8%.
Compound on: Garment
Базовые свойства предмета
- ID: 16980
 - Код: ONE_E_DOLLOCARIS_CARD
 - Тип: карта
 
- Вес: 1
 
Скрипт
bonus2 bSubEle,Ele_Neutral,20;
.@r = getrefine();
.@rate = ((getrefine() < 12) ? 25 : -25);
if (getequiparmorlv() == 2) {
  .@rate += 8;
}
bonus2 bMagicAtkEle,Ele_Dark,.@rate;
bonus2 bMagicAtkEle,Ele_Holy,.@rate;
bonus2 bMagicAtkEle,Ele_Ghost,.@rate;
bonus2 bMagicAtkEle,Ele_Neutral,.@rate;