Skin of Ladon [1], броня (Renewal)
Skin of Ladon [1] (SKIN_OF_LADON_J) – броня.
![Skin of Ladon [1], броня (Renewal) Skin of Ladon [1], броня (Renewal)](/images/db/items/picture/20949.png)
A brown dragon's shell with 100 heads guarding a golden apple.
Agi + 5
Vit + 5
Mdef + 10
Reduces damage taken from Demi-Human and Brute race enemies by 5%.
Reduces damage taken from Earth and Wind property attacks by 5%.
If upgrade level is +7 or higher,
Restores 10 SP to the user when a monster is killed by a physical or a long-ranged attack.
If upgrade level is +8 or higher,
For every combined sum of 20 base Agi and Vit,
Atk + 15
Hit + 5
If upgrade level is +9 or higher,
Restores an additional 10 SP to the user when a monster is killed by a physical or a long-ranged attack.
Базовые свойства предмета
- ID: 26448
- Код: SKIN_OF_LADON_J
- Тип: броня
- Уровень брони: 1
- Защита: 15
- Требуемый уровень: 100
- Цена покупки: 20 з
- Цена продажи: 10 з
- Вес: 60
Скрипт
bonus2 bSubRace,RC_Player_Human,5; bonus2 bSubRace,RC_DemiHuman,5; bonus2 bSubRace,RC_Brute,5; bonus2 bSubRace,RC_Player_Doram,5; bonus2 bSubEle,Ele_Wind,5; bonus2 bSubEle,Ele_Earth,5; bonus bAgi,5; bonus bVit,5; bonus bMdef,10; .@r = getrefine(); if (.@r>=7) { .@val = 10; bonus bSPGainValue,10; bonus bLongSPGainValue,10; if (.@r>=8) { .@s = (readparam(bAgi)+readparam(bVit))/20; bonus bBaseAtk,15*.@s; bonus bHit,5*.@s; if (.@r>=9) { .@val += 10; } } bonus bSPGainValue,.@val; bonus bLongSPGainValue,.@val; }