Gemini-S58 Card, карта (Renewal)
Gemini-S58 Card (GEMINI_CARD) – карта. Выпадает из монстров: Gemini-S58.

Adds 30% resistance
to the Stun status if
the wearer's base AGI
is 90 or greater, and
adds 50% resistance
to the Stone and Sleep
statuses if base VIT
is 80 or greater.
Compound on: Headgear
Базовые свойства предмета
- ID: 12683
- Код: GEMINI_CARD
- Тип: карта
- Цена покупки: 20 з
- Цена продажи: 10 з
- Вес: 1
Скрипт
if (readparam(bAgi)>=90) { bonus2 bResEff,Eff_Silence,3000; bonus2 bResEff,Eff_Stun,3000; } if (readparam(bVit)>=80) { bonus2 bResEff,Eff_Stone,5000; bonus2 bResEff,Eff_Sleep,5000; }