.:Renewal Item Database:.
Weapon - Fuuma Shuriken
P.Huuma Suriken I [0] [Two Handed] Item ID# 13310 (P_Huuma_Shuriken1) Eden Group Huuma Shuriken I | |
Type
Weapon
Class
Fuuma Shuriken
Buy
n/a
Sell
n/a
Weight
0 Attack
150 / MATK 50 Required Lvl 60 Weapon Lvl 3 Slot 0 Refineable No | |
Applicable Jobs | Ninja Kagerou / Oboro |
---|---|
Description | A Huuma Shuriken that is made by the Paradise Group. It is suitable for experienced Ninjas only. MATK + 50 Impossible to refine this item. |
Item Script | {},{},{} |
Dropped By | No Result |
Paradise Kagerou&Oboro Cross Fuuma Shuriken [0] [Two Handed] Item ID# 650013 (3Para_Humma2_KO) Paradise Kagerou&Oboro Cross Huuma Shuriken | |
Type
Weapon
Class
Fuuma Shuriken
Buy
n/a
Sell
n/a
Weight
0 Attack
200 Required Lvl 100 Weapon Lvl 4 Slot 0 Refineable No | |
Applicable Jobs | Kagerou / Oboro |
---|---|
Description | A high-quality huuma shuriken made by the Paradise Group. Indestructible in battle ATK +5% For each Level of Throwing Mastery: Increases ranged physical damage by 1%. Base Level at least 105: Decreases Cross Slash skill cooldown by 2 seconds. Increases damage of Cross Slash and Swirling Petal by 25%. Base Level at least 110: Decreases Swirling Petal skill cooldown by 2 seconds. Increases physical damage against enemies of every size by 15%. Base Level at least 115: Increases damage of Cross Slash and Swirling Petal by additional 15%. |
Item Script |
expand to view script{ .@a = getskilllv("NJ_TOBIDOUGU"); bonus bAtkRate,5; bonus bLongAtkRate,1*.@a; if (BaseLevel>=105) { bonus2 bSkillCooldown,"KO_JYUMONJIKIRI",-2000; bonus2 bSkillAtk,"KO_JYUMONJIKIRI",25; bonus2 bSkillAtk,"KO_HUUMARANKA",25; if (BaseLevel>=110) { bonus2 bSkillCooldown,"KO_HUUMARANKA",-2000; bonus2 bAddSize,Size_All,15; if (BaseLevel>=115) { bonus2 bSkillAtk,"KO_JYUMONJIKIRI",15; bonus2 bSkillAtk,"KO_HUUMARANKA",15; } } } },{},{} |
Dropped By | No Result |
Paradise Kagerou&Oboro Fuuma Shuriken [0] [Two Handed] Item ID# 650012 (3Para_Humma1_KO) Paradise Kagerou&Oboro Huuma Shuriken | |
Type
Weapon
Class
Fuuma Shuriken
Buy
n/a
Sell
n/a
Weight
0 Attack
150 / MATK 200 Required Lvl 100 Weapon Lvl 4 Slot 0 Refineable No | |
Applicable Jobs | Kagerou / Oboro |
---|---|
Description | A high-quality huuma shuriken made by the Paradise Group. Indestructible in battle MATK +200 MATK +5% For each Level of Ninja Mastery: Decreases variable cast time by 1%. Base Level at least 105: Increases magical damage with Fire, Wind and Water element by 10%. Increases damage of Flaming Petals, Freezing Spear and Wind Blade by 25%. Base Level at least 110: Decreases variable cast time by additional 10%. Increases magical damage against enemies of every size by 15%. Base Level at least 115: Increases damage of Flaming Petals, Freezing Spear and Wind Blade by additional 15%. |
Item Script |
expand to view script{ .@a = getskilllv("NJ_NINPOU"); bonus bUnbreakableWeapon; bonus bMatkRate,5; bonus bVariableCastrate,-1*.@a; if (BaseLevel>=105) { bonus2 bMagicAtkEle,Ele_Water,10; bonus2 bMagicAtkEle,Ele_Wind,10; bonus2 bMagicAtkEle,Ele_Fire,10; bonus2 bSkillAtk,"NJ_KOUENKA",25; bonus2 bSkillAtk,"NJ_HYOUSENSOU",25; bonus2 bSkillAtk,"NJ_HUUJIN",25; if (BaseLevel>=110) { bonus bVariableCastrate,-10; bonus2 bMagicAddSize,Size_ALL,15; if (BaseLevel>=115) { bonus2 bSkillAtk,"NJ_KOUENKA",15; bonus2 bSkillAtk,"NJ_HYOUSENSOU",15; bonus2 bSkillAtk,"NJ_HUUJIN",15; } } } },{},{} |
Dropped By | No Result |
Type
Weapon
Class
Fuuma Shuriken
Buy
n/a
Sell
n/a
Weight
0 Attack
100 / MATK 180 Required Lvl 45 Weapon Lvl 3 Slot 0 Refineable No | |
Applicable Jobs | Ninja |
---|---|
Description | A huuma shuriken made by the Paradise Group. Indestructible in battle MATK +180 MATK +3% Base Level at least 60: Decreases variable cast time by 10%. Base Level at least 75: Increases damage of Flaming Petals and Freezing Spear and Wind Blade by 10%. Base Level at least 90: Increases damage of Exploding Dragon, Snow Flake Draft and First Wind by additional 20%. |
Item Script | { bonus bAtkRate,3; if (BaseLevel>=60) bonus bLongAtkRate,10; if (BaseLevel>=75) bonus2 bSkillAtk,"NJ_KUNAI",20; if (BaseLevel>=90) bonus2 bSkillAtk,"NJ_HUUMA",20; },{},{} |
Dropped By | No Result |
Type
Weapon
Class
Fuuma Shuriken
Buy
n/a
Sell
n/a
Weight
0 Attack
100 / MATK 180 Required Lvl 45 Weapon Lvl 3 Slot 0 Refineable No | |
Applicable Jobs | Ninja |
---|---|
Description | A huuma shuriken made by the Paradise Group. Indestructible in battle MATK +180 MATK +3% Base Level at least 60: Decreases variable cast time by 10%. Base Level at least 75: Increases damage of Flaming Petals and Freezing Spear and Wind Blade by 10%. Base Level at least 90: Increases damage of Exploding Dragon, Snow Flake Draft and First Wind by additional 20%. |
Item Script |
expand to view script{ bonus bMatkRate,3; if (BaseLevel>=60) bonus bVariableCastrate,-10; if (BaseLevel>=75) { bonus2 bSkillAtk,"NJ_KOUENKA",20; bonus2 bSkillAtk,"NJ_HYOUSENSOU",20; bonus2 bSkillAtk,"NJ_HUUJIN",20; } if (BaseLevel>=90) { bonus2 bSkillAtk,"NJ_BAKUENRYU",20; bonus2 bSkillAtk,"NJ_HYOUSYOURAKU",20; bonus2 bSkillAtk,"NJ_KAMAITACHI",20; } },{},{} |
Dropped By | No Result |
Patent Huuma Shuriken Clearness [2] [Two Handed] Item ID# 650004 (Up_Humma_Clear) Awakened Humma Clear | |
Type
Weapon
Class
Fuuma Shuriken
Buy
20z
Sell
10z
Weight
230 Attack
290 Required Lvl 150 Weapon Lvl 4 Slot 2 | |
Applicable Jobs | Ninja Kagerou / Oboro |
---|---|
Description | A wind eagle sword used by a famous ninja. The blue energy began to show off its natural strength. It resonates with Great Hero's Boots. Indestructible in battle For each 2 refine levels: ATK +15. For each 3 refine levels: Increases long ranged physical damage by 2%. Refine Level +7: Increases damage of Swirling Petal by 30%. Decreases variable cast time by 10%. Refine Level +9: Decreases Swirling Petal skill cooldown by 1 second. Refine Level +11: Increases physical damage against Fire, Shadow and Holy elemental monsters by 20%. Increases physical damage against Undead, Demon and Angel race monsters by 20%. When equipped with Great Hero's Boots: STR +10. Increases long ranged physical damage by 5%. |
Item Script |
expand to view script{ bonus bUnbreakableWeapon; .@r = getrefine(); bonus bBaseAtk,15*(.@r/2); bonus bLongAtkRate,.@r/3*2; if (.@r>=7) { bonus2 bSkillAtk,"KO_HUUMARANKA",30; bonus bVariableCastrate,-10; } if (.@r>=9) { bonus2 bSkillCooldown,"KO_HUUMARANKA",-1000; } if (.@r>=11) { bonus2 bAddEle,Ele_Fire,20; bonus2 bAddEle,Ele_Dark,20; bonus2 bAddEle,Ele_Holy,20; bonus2 bAddRace,RC_Undead,20; bonus2 bAddRace,RC_Demon,20; bonus2 bAddRace,RC_Angel,20; } },{},{} |
Dropped By | No Result |
Type
Weapon
Class
Fuuma Shuriken
Buy
n/a
Sell
n/a
Weight
230 Attack
360 Required Lvl 220 Weapon Lvl 5 Slot 2 | |
Applicable Jobs | Kagerou / Oboro |
---|---|
Description | A huuma shuriken equipped with unholy energy concentrated on the clock tower parts. It is more difficult to handle than the existing Scrap Slasher. Indestructible in battle For each 2 Refine Levels: Increases damage of Huuma Shuriken - Grasp by 6%. For each 3 Refine Levels: Increases damage of Huuma Shuriken - Construct by 8%. For each 4 Refine Levels: Increases ranged physical damage by 4%. [Bonus by Grade] [Grade D]: CON +2. [Grade C]: Damage of Huuma Shuriken - Grasp +10%. [Grade B]: P.ATK +2. |
Item Script |
expand to view script{ .@g = getenchantgrade(); bonus bUnbreakableWeapon; bonus bLongAtkRate,4*(getrefine()/4); if (.@g >= ENCHANTGRADE_D) { bonus bPow,2; if (.@g >= ENCHANTGRADE_C) { bonus2 bSkillAtk,"SS_FUUMASHOUAKU",10; if (.@g >= ENCHANTGRADE_B) { bonus bPAtk,2; } } } },{},{} |
Dropped By | No Result |
Type
Weapon
Class
Fuuma Shuriken
Buy
n/a
Sell
n/a
Weight
300 Required Lvl 99 Weapon Lvl 4 Slot 0 | |
Applicable Jobs | Ninja Kagerou / Oboro |
---|---|
Description | Cannot trade this item with other players. Prototype Huuma Shuriken being prepared by the Ninja Association. Still at the early stages of development and will have to wait a while for actual commercial sales to start. |
Item Script | {},{},{} |
Dropped By | No Result |