Elder Crown [1], броня (Renewal)
Elder Crown [1] (ELDER_CROWN) – броня.
A Shadowmancer's cloth hat that increases tolerance to
Mdef +12
Increases tolerance to Demon and Undead monsters by 5%.
Increases Atk and Matk to all monster sizes by 10%.
Has a random chance of healing or taking away HP and restoring or taking away SP while attacking and being attacked.
Upgrade effects:
4-5 HP/SP heal further increases by +5% and HP/SP drain decreases by 5
5-6 HP/SP heal further increases by +5% and HP/SP drain decreases by 5
7+ HP/SP heal further increases by +10% and HP/SP drain decreases by 10
Базовые свойства предмета
- ID: 24674
- Код: ELDER_CROWN
- Тип: броня
- Уровень брони: 1
- Защита: 5
- Цена покупки: 20 з
- Цена продажи: 10 з
- Вес: 10
Скрипт
.@r = getrefine();
bonus bInt,2;
bonus bMdef,5;
.@val = 10;
if (.@r >= 6) {
.@val += 10;
if (.@r >= 9)
.@val += 10;
}
bonus3 bAddMonsterDropItem,7939,RC_Plant,.@val;