Item Details

Rasen Fuma's Orb [1] ( Ball_Of_RasenHuuma )

ID 32262 Rasen Fuma's Orb [1]
Rasen Fuma's Orb [1] Precio de compra: 20 zeny Precio de venta: 10 zeny Peso: 10 Ranuras: 1
Tipo: Equipamiento. Subtipo: No especificado Género: Ambos Ubicaciones: Accesorio_Derecho + Accesorio_Izquierdo
Ataque: No especificado Ataque mágico: No especificado Alcance: No especificado Defensa: No especificado
Nivel de arma: No especificado Nivel de armadura: 1 Nivel de Equipamiento (Mín.): 100 Nivel de Equipamiento (Máx.): No especificado
Refinable: No especificado Graduable: No especificado Elemento: Neutral Clases: No especificado

Esse orbe contém toda a força de um demônio. Encantamentos poderosos selam tudo que há de ruim nessa essência, mas mantêm (e até amplificam) o poder que ela oferece.
--------------------------
FOR, AGI e VIT +5.
Dano físico +5%.
--------------------------
Ao aprender [Clone das Sombras] nv.5:
A cada 4 níveis de base:
Dano de [Turbilhão de Pétalas] +1%.
Dano de [Arremessar Huuma] +2%.
--------------------------
Ao aprender [Assalto das Sombras] nv.5:
Em [Turbilhão de Pétalas]:
Custo de SP -10.
Recarga -0,1 segundo.
--------------------------
Ao aprender [Explosão de Moedas] nv.10:
100% de chance de converter 1% do dano físico causado em HP.
Chance não cumulativa com outros equipamentos.
--------------------------
Ao aprender [Purificação da Alma] nv.5:
Recupera 2 de SP a cada ataque.
Recarga de [Inspiração] -25 segundos.
--------------------------
Ao aprender [Corte Espiritual] nv.5:
Conjuração variável de [Turbilhão de Pétalas] -50%.
--------------------------
Tipo: Acessório
DEF: DEFM: 0
Peso: 10
Nível necessário: 100
Classes: Todas

STR +5, AGI +5, VIT +5
ATK +5%
------------------------
Jika Illusion - Shadow level 5,
Meningkatkan damage Throw Huuma Shuriken sebesar 2% per 4 Base Level pemain
Meningkatkan damage Swirling Petal sebesar 1% per 4 Base Level pemain
------------------------
Jika Illusion - Shock level 5,
Mengurangi biaya konsumsi SP dari skill Swirling Petal sebesar 10
Mengurangi Cooldown dari skill Swirling Petal sebesar 0.1 detik
------------------------
Jika skill Rapid Throw mencapai level 10,
Memberikan chance 100% untuk merubah 1% damage menjadi HP saat melakukan serangan fisik jarak dekat
------------------------
Jika skill Pure Soul mencapai level 5,
Memulihkan 2 SP saat melakukan serangan fisik
Mengurangi Cooldown dari skill 16th Night sebesar 25 detik
------------------------
Jika skill Soul Cutter mencapai level 5,
Mengurangi Variable Casting-time skill Swirling Petal sebesar 50%
------------------------
Jenis : Equipment
Posisi : Aksesoris
Def : 0
Berat : 10
Syarat Lv : 100
Job : Semua Job

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%.

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%.

Todo

No especificado

Permitido en tienda de compra de jugador: Rama Muerta: Se vincula al equipar: Restricción de apilamiento en inventario:
Restricción de apilamiento en carrito: Restricción de apilamiento en almacén: Restricción de apilamiento en almacén de guild: Puede dropearse:
Puede comerciarse: Puede comerciarse con compañero: Puede venderse a NPC: Puede colocarse en el carrito:
Puede colocarse en almacén: Puede colocarse en almacén de guild: Puede ponerse en correo: Puede ponerse en subasta:
Retraso:
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;
}
No especificado
No especificado

No especificado

No especificado