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

Increases variable casting time by 5%.
------------------------
Reduces variable casting time by 1% per refine rate of headgear.
------------------------
If refine rate is 9 or higher,
increases long ranged physical damage by 1%.
------------------------
If refine rate is 11 or higher,
increases long ranged physical damage by additional 2%.
------------------------
Compound on : Headgear
Базовые свойства предмета
- ID: 16866
 - Код: DISGUISER_CARD
 - Тип: карта
 
- Вес: 1
 
Скрипт
.@r = getrefine();
bonus bVariableCastrate,5-.@r;
if (.@r>=9) {
   bonus bLongAtkRate,1;
   if (.@r>=11) {
      bonus bLongAtkRate,2;
   }
}