Sapphire Wrist [1], броня (Renewal)
Sapphire Wrist [1] (SAPPHIRE_WRIST) – броня.
![Sapphire Wrist [1], броня (Renewal) Sapphire Wrist [1], броня (Renewal)](/images/db/items/picture/28410.png)
A sapphire bracelet which was designed with the collective knowledge of the geneticist community.
Int + 5
Dex + 5
Luk + 5
Reduces the variable casting time of Acid Bomb by 1% for every 4 base levels.
Increases the damage of Spore Explosion by 5% for every 20 base levels.
Additional Int + 1 per 2 levels of Aid Condensed Potion known.
Additional Dex + 1 per 2 levels of Aid Condensed Potion known.
Additional Luk + 1 per 2 levels of Aid Condensed Potion known.
Matk + 20 per 2 levels of Aid Condensed Potion known.
Базовые свойства предмета
- ID: 27817
 - Код: SAPPHIRE_WRIST
 - Тип: броня
 - Уровень брони: 1
 - Защита: 3
 - Требуемый уровень: 50
 
- Вес: 50
 
Скрипт
bonus bDex,5;
bonus bLuk,5;
bonus bInt,5;
bonus2 bSkillAtk,"GN_SPORE_EXPLOSION",BaseLevel/5;
bonus2 bVariableCastrate,"CR_ACIDDEMONSTRATION",-(BaseLevel/4);
.@n = getskilllv("CR_SLIMPITCHER");
bonus bDex,.@n/2;
bonus bLuk,.@n/2;
bonus bInt,.@n/2;
bonus bMatk,(.@n/2)*20;