Knowledgeable Amulet, броня (Renewal)
Knowledgeable Amulet (CHARM_INT) – броня.

A glove that grows in strength with you.
Max HP + 100
Max SP + 20
Crit + 1 for every 10 base Luk.
If the user's base Luk is 110 or higher, increases critical damage on targets by 1%.
Базовые свойства предмета
- ID: 22254
- Код: CHARM_INT
- Тип: броня
- Уровень брони: 1
- Требуемый уровень: 1
- Вес: 30
Скрипт
.@a = readparam(bInt);
bonus bMdef,2;
if (.@a>=60) {
bonus bInt,2;
if (.@a>=80) {
bonus bInt,1;
bonus bMatk,5;
if (.@a>=100) {
bonus bMatk,5;
bonus bDelayrate,-1;
if (.@a>=120) {
bonus bMatk,5;
bonus bDelayrate,-2;
}
}
}
}