Stamina of Varmundt Lv3, (Renewal)
Stamina of Varmundt Lv3 (BARMUND_STA3) – карта.

STA + 3.
MaxHP + 600 and RES + 3 per 20 base STA of the user.
If the enchanted equipment is grade D, additional MaxHP + 1% and RES 1 per 20 base STA.
If the enchanted equipment is grade C, additional MaxHP + 1% and RES 1 per 20 base STA.
If the enchanted equipment is grade B, additional MaxHP + 1% and RES 2 per 20 base STA.
If the enchanted equipment is grade A, additional MaxHP + 2% and RES 2 per 20 base STA.
Базовые свойства предмета
- ID: 17849
- Код: BARMUND_STA3
- Тип: карта
- Подтип:
- Вес: 1
Скрипт
.@param = (readparam(bSta)/20); .@g = getenchantgrade(); bonus bSta,3; bonus bMaxHP,600*.@param; bonus bRes,3*.@param; if (.@g >= ENCHANTGRADE_D) { bonus bMaxHPrate,.@param; bonus bRes,.@param; if (.@g >= ENCHANTGRADE_C) { bonus bMaxHPrate,.@param; bonus bRes,.@param; if (.@g >= ENCHANTGRADE_B) { bonus bMaxHPrate,.@param; bonus bRes,2*.@param; if (.@g >= ENCHANTGRADE_A) { bonus bMaxHPrate,2*.@param; bonus bRes,2*.@param; } } } }