Capricorn Diadem, броня (Renewal)
Capricorn Diadem (CAPRICON_DIADEM) – броня.

A magnificent diadem created to pay tribute to the 10th sign of the zodiac, Capricorn the Goat. Attached to the crown is a Garnet gemstone, the birthstone for those born under this sign.
Dex +2, Mdef +5.
Increases resistance to Earth property by 5%.
If refined to 7 or higher, Int +2.
If refined to 8 or higher, decreases casting time by 3%.
If refined to 9 or higher, increases the effectiveness of Heal and Sanctuary skills by 4%.
If refined to 10 or higher, when attacked, has a low chance of auto-casting Lv 5 Hammer Fall.
Базовые свойства предмета
- ID: 23063
- Код: CAPRICON_DIADEM
- Тип: броня
- Уровень брони: 1
- Защита: 3
- Требуемый уровень: 1
- Цена покупки: 20 з
- Цена продажи: 10 з
- Вес: 30
Скрипт
bonus bDex,2;
bonus bMdef,5;
bonus2 bSubEle,Ele_Earth,5;
.@r = getrefine();
if (.@r>6) {
bonus bInt,2;
}
if (.@r>7) {
bonus bVariableCastrate,-3;
}
if (.@r>8) {
bonus bHealPower2,4;
}
if (.@r>9) {
bonus5 bAutoSpellWhenHit,"BS_HAMMERFALL",5,30,BF_WEAPON|BF_MAGIC,1;
}