Royal Guard Randel Card, карта (Renewal)
Royal Guard Randel Card (ROYALGUARD_CARD) – карта. Выпадает из монстров: Royal Guard Randel (V).

If used by Royal Guard,
Atk + 10%
Def + 350
If the users base level is 175 or higher,
All Stat + 10
If upgrade level is +10 or higher,
All Stat + 10
Set Bonus
Royal Guard Randel Card
True Randel Lawrence Card
Adds a 3% chance of buffing the user for 6 seconds when performing a physical attack; Atk + 100.
Базовые свойства предмета
- ID: 12996
 - Код: ROYALGUARD_CARD
 - Тип: карта
 
- Цена покупки: 20 з
 - Цена продажи: 10 з
 - Вес: 1
 
Скрипт
if (eaclass()&EAJL_THIRD && BaseJob == Job_Crusader) {
   bonus bDef,350;
   bonus2 bAddRace,RC_All,10;
}
if (BaseLevel>174)
   bonus bAllStats,10;
if (getrefine()>9)
   bonus bAllStats,10;