
RENEWAL / ITEMS
Rasen Fuma's Orb [1]
#32262Armor
Ball_Of_RasenHuuma
TypeArmor
Equipment positionAccessory
GenderBoth
Weight10
Buy price20 z
Sell price10 z
Slots1
Required level100
Armor level1
Description
It's a treasure known only to Fuma. It's all about the magic skills.
Class: Accessory
Weight: 10
Requires Level: 100
Usable By: All Jobs
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%.
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Gender
- Both
- Equipment position
- Accessory
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- No
- Trade
Item effect script
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;
}