Rasen Fuma's Orb [1], броня (Renewal)
Rasen Fuma's Orb [1] (BALL_OF_RASENHUUMA) – броня.
![Rasen Fuma's Orb [1], броня (Renewal) Rasen Fuma's Orb [1], броня (Renewal)](/images/db/items/picture/32262.png)
It's a treasure known only to Fuma. It's all about the magic skills.
Str + 5
Agi + 5
Vit + 5
Atk + 5%
If Illusion - Shadow is level 5,
Increases the damage of Throw Huuma Shuriken by 2% for every 4 base levels.
Increases the damage of Swirling Petal by 1% for every 4 base levels.
If Illusion - Shock is level 5,
Reduces the SP cost of Swirling Petal by 10.
Reduces the cooldown of Swirling Petal by 0.1 second.
If Rapid Throw is level 10,
Adds a chance of restoring 1% of damage as HP when performing a physical attack.
If Pure Soul is level 5,
Restores 2 SP to the user when performing a physical attack.
Reduces the cooldown of 16th Night by 25 seconds.
If Soul Cutter is level 5,
Reduces the variable casting time of Swirling Petal by 50%.
Базовые свойства предмета
- ID: 29124
- Код: BALL_OF_RASENHUUMA
- Тип: броня
- Уровень брони: 1
- Требуемый уровень: 100
- Цена покупки: 20 з
- Цена продажи: 10 з
- Вес: 10
Скрипт
bonus bStr,5;
bonus bAgi,5;
bonus bVit,5;
bonus2 bAddClass,Class_All,5;
if (getskilllv("KO_ZANZOU")>=5) {
bonus2 bSkillAtk,"KO_HUUMARANKA",BaseLevel/4;
bonus2 bSkillAtk,"NJ_HUUMA",2*(BaseLevel/4);
}
if (getskilllv("KO_KYOUGAKU")>=5) {
bonus2 bSkillUseSP,"KO_HUUMARANKA",10;
bonus2 bSkillCooldown,"KO_HUUMARANKA",-100;
}
if (getskilllv("KO_MUCHANAGE") == 10) {
bonus2 bHPDrainRate,1000,1;
}
if (getskilllv("KO_MEIKYOUSISUI")>=5) {
bonus bSPDrainValue,2;
bonus2 bSkillCooldown,"KO_IZAYOI",-25000;
}
if (getskilllv("KO_SETSUDAN")>=5) {
bonus2 bVariableCastrate,"KO_HUUMARANKA",-50;
}