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

Increases variable casting time by 5%.
------------------------
Reduces variable casting time by 1% per refine rate of headgear.
------------------------
If refine rate is 9 or higher, Mdef + 8, reduces magical damage taken from small size enemies by 1%.
------------------------
If refine rate is 11 or higher, reduces magical damage taken from small size enemies by additional 2%.
------------------------
Compound on : Headgear
Базовые свойства предмета
- ID: 16868
 - Код: GROTE_CARD
 - Тип: карта
 
- Вес: 1
 
Скрипт
.@r = getrefine();
bonus bVariableCastrate,5-.@r;
if (.@r>=9) {
   bonus2 bMagicSubSize,Size_Small,1;
   bonus bMdef,8;
   if (.@r>=11) {
      bonus2 bMagicSubSize,Size_Small,2;
   }
}