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

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 ghost property magical damage by 1%.
------------------------
If refine rate is 11 or higher, increases ghost property magical damage by additional 2%.
------------------------
Compound on : Headgear
Базовые свойства предмета
- ID: 16869
- Код: PIERROTZOIST_CARD
- Тип: карта
- Вес: 1
Скрипт
.@r = getrefine();
bonus bVariableCastrate,5-.@r;
if (.@r>=9) {
bonus2 bMagicAtkEle,Ele_Ghost,1;
if (.@r>=11) {
bonus2 bMagicAtkEle,Ele_Ghost,2;
}
}