Spider's Winks [1], броня (Renewal)
Spider's Winks [1] (SPIDER_TEMP_TW) – броня.
![Spider's Winks [1], броня (Renewal) Spider's Winks [1], броня (Renewal)](/images/db/items/picture/19328.png)
A feather dropped from a Seraphim. It gives off an odor similar to a lamington... no idea why though.
Increases the recovery rate of recovery skills by 5%.
Set Bonus
Seraphim Coronet
Seraphim Feather
Reduces the variable casting time of skills by 1% for every 8 base Int.
Reduces the variable casting time of skills by an additional 4%, if the users base Int is 108 or higher.
Reduces the variable casting time of skills by an additional 6%, if the users base Int is 120 or higher.
Reduces the variable casting time of Coluseo Heal by 100%.
Reduces damage taken from Demi-Human race enemies by 2%.
Reduces damage taken from Demi-Human race enemies by an additional 2%, if the users base Int is 108 or higher.
Reduces damage taken from Demi-Human race enemies by an additional 4%, if the users base Int is 120 or higher.
Increases the recovery rate of recovery skills by 5%.
Increases the recovery rate of recovery skills by an additional 10%, if the users base Int is 108 or higher.
Increases the recovery rate of recovery skills by an additional 15%, if the users base Int is 120 or higher.
Increases the recovery rate of incoming recovery skills by 5%.
Increases the recovery rate of incoming recovery skills by an additional 10%, if the users base Int is 108 or higher.
Increases the recovery rate of incoming recovery skills by an additional 15%, if the users base Int is 120 or higher.
Increases the recovery rate of recovery items by 5%.
Increases the recovery rate of recovery items by an additional 10%, if the users base Int is 108 or higher.
Increases the recovery rate of recovery items by an additional 15%, if the users base Int is 120 or higher.
Immune to Bleed and Chaos.
Базовые свойства предмета
- ID: 25039
 - Код: SPIDER_TEMP_TW
 - Тип: броня
 - Уровень брони: 1
 - Защита: 10
 - Требуемый уровень: 100
 
- Вес: 30
 
Скрипт
.@r = getrefine();
bonus bAspd,1;
bonus2 bAddEff,Eff_Poison,500;
bonus bBaseAtk,5*(readparam(bStr)/12);
bonus2 bIgnoreDefRaceRate,RC_All,readparam(bStr)/12;
if (.@r>=9) {
   bonus bAtkRate,2;
   bonus bAspdRate,5;
   bonus2 bIgnoreDefRaceRate,RC_All,5;
}
if (.@r>=12) {
   bonus bAtkRate,2;
   bonus bAspdRate,5;
   bonus2 bIgnoreDefRaceRate,RC_All,5;
}