Costume Santa Hat, броня (Renewal)
Costume Santa Hat (C_SANTA'S_HAT) – броня.

A red, pompom topped cap that is associated with Santa Claus's legend.
The following effects are active during the month of December.
Max HP + 1000
Max SP + 100
Matk + 10%
Aspd + 3
Increases physical damage on normal monsters and boss monsters by 10%.
Increases the recovery rate of recovery skills by 10%.
Базовые свойства предмета
- ID: 25619
- Код: C_SANTA'S_HAT
- Тип: броня
- Уровень брони: 1
- Вес: 1
Скрипт
if (gettime(DT_MONTH) == 12) { bonus bMaxHP,1000; bonus bMaxSP,100; bonus bAspd,3; bonus2 bAddClass,Class_All,10; bonus bMatkRate,10; bonus bHealPower,10; }