Sealed Champion Card, карта (Renewal)
Sealed Champion Card (SLD_CHAMPION_CARD) – карта.

Adds a chance of casting Level 1 Occult Impaction on the attacker when receiving a physical attack.
Atk + 3%. Additional Atk + 3%, if the user's base Agi is 110 or higher.
If compounded equipment is refined to +15 or above, Adds a chance of casting Level 3 Occult Impaction on the attacker when receiving a physical attack.
Atk + 5% instead. Additional Atk + 5% instead, if the user's base Agi is 110 or higher.
Базовые свойства предмета
- ID: 16015
 - Код: SLD_CHAMPION_CARD
 - Тип: карта
 
- Вес: 1
 
Скрипт
if (getrefine()<15) {
   bonus5 bAutoSpellWhenHit,"MO_INVESTIGATE",1,1,BF_WEAPON,1;
   bonus bAtkRate,(readparam(bAgi)>=110) ? 6 : 3;
}
else {
   bonus5 bAutoSpellWhenHit,"MO_INVESTIGATE",3,1,BF_WEAPON,1;
   bonus bAtkRate,(readparam(bAgi)>=110) ? 10 : 5;
}