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

Giant Whisper Card.
Flee+10.
ATK +20 if the user has 80 or more STR points.
Max HP +3% if the user has 80 or more VIT points.
Critical +3 if the user has 80 or more LUK points.
Compound on: Garment
Базовые свойства предмета
- ID: 12632
- Код: WHISPER_BOSS_CARD
- Тип: карта
- Цена покупки: 20 з
- Цена продажи: 10 з
- Вес: 1
Скрипт
bonus bFlee,10; if (readparam(bStr)>=80) bonus bBaseAtk,20; if (readparam(bVit)>=80) bonus bMaxHPrate,3; if (readparam(bLuk)>=80) bonus bCritical,3;