Venus Armor [1], броня (Renewal)
Venus Armor [1] (VINUS_ARMOR_TW) – броня.
![Venus Armor [1], броня (Renewal) Venus Armor [1], броня (Renewal)](/images/db/items/picture/15365.png)
MaxHP + 1%, reduces damage taken from long ranged physical damage by 1% for each level of Heal user learned.
Int + 2, Mdef + 7 per 4 refine rate.
If refine rate is 12 or higher, reduces skill cooldown of Clearance and Silentium by 5 seconds.
Reduces skill cooldown of Crescent Elbow by 3 seconds.
If user equips Firelock Soldier Card, reduces damage taken from all race enemies by 5% (includes player).
If user equips Lady Tanee Card, Atk + 50, increases damage against boss monsters by 25%.
Базовые свойства предмета
- ID: 24031
- Код: VINUS_ARMOR_TW
- Тип: броня
- Уровень брони: 1
- Требуемый уровень: 100
- Профессии: monk, priest
- Вес: 30
Скрипт
.@r = getrefine();
.@lvl = getskilllv("AL_HEAL");
bonus bMaxHPrate,.@lvl;
bonus bLongAtkDef,.@lvl;
bonus bInt,2*(.@r/4);
bonus bMdef,7*(.@r/4);
if (.@r>=12) {
bonus2 bSkillCooldown,"AB_CLEARANCE",-5000;
bonus2 bSkillCooldown,"AB_SILENTIUM",-5000;
bonus2 bSkillCooldown,"SR_CRESCENTELBOW",-3000;
}