Renewal
.:Renewal Item Database:.
Weapon - Fuuma Shuriken

Paradise Ninja Punishment Shuriken [0]   [Two Handed]   Item ID# 650010 (2Para_Humma1_NJ)
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

Precision Slasher [2]   [Two Handed]   Item ID# 650019 (Precision_Fuuma)
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

Prototype Huuma Shuriken [0]   [Two Handed]   Item ID# 13312 (Huuma_Job_Test)
Huuma Job Test
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

Royal Huuma Shuriken [2]   [Two Handed]   Item ID# 13347 (R_Huuma_Shuriken)
Type
Weapon
Class
Fuuma Shuriken
Buy
n/a
Sell
n/a
Weight
150
Attack
240
Required Lvl
170
Weapon Lvl
4
Slot
2
Applicable Jobs
Ninja
Kagerou / Oboro
Description
These Huuma Shurikens were smuggled in Glastheim Castle.
It's an ordinary weapon with nothing special, but it is influenced by the magical power of Himmelmez.

Increase long range physical damage by 15%.
For each refine level, ATK +4.

Indestructible in battle

Refine Level +9:
Increases damage of Cross Slash by 20%.

Refine Level +11:
Decreases Cross Slash skill cooldown by 2 second.
Increases physical damage against Undead and Angel monsters by 20%.

When equipped with King Schmidt's Suit and King Schmidt's Manteau:
ATK +30
Physical attacks have a chance to increase long range physical damage by additional 10% for 10 seconds.

If total refine level of entire set at least +30:
Increases physical damage against Holy and Undead elemental enemies by 20%.
Item Script
expand to view script
{ .@r = getrefine(); bonus bLongAtkRate,15; bonus bUnbreakableWeapon; bonus bBaseAtk,4*.@r; if (.@r>=9) { bonus2 bSkillAtk,"KO_JYUMONJIKIRI",20; } if (.@r>=11) { bonus2 bAddRace,RC_Undead,20; bonus2 bAddRace,RC_Angel,20; bonus2 bSkillCooldown,"KO_JYUMONJIKIRI",-2000; } },{},{}
Dropped By No Result

Scrap Slasher [2]   [Two Handed]   Item ID# 650020 (Fourth_Bh_Fuuma)
Type
Weapon
Class
Fuuma Shuriken
Buy
n/a
Sell
n/a
Weight
220
Attack
340
Required Lvl
200
Weapon Lvl
5
Slot
2
Applicable Jobs
Kagerou / Oboro
Description
A weapon made crudely by collecting various scrap metals and etel powder.
New abilities that had not been discovered before began to emerge.

Indestructible in battle

For each 2 Refine Levels:
Increases damage of Huuma Shuriken - Grasp by 5%.

For each 4 Refine Levels:
Increases ranged physical damage by 3%.
Item Script
{ .@r = getrefine(); bonus bUnbreakableWeapon; bonus2 bSkillAtk,"SS_FUUMASHOUAKU",5*(.@r/2); bonus bLongAtkRate,3*(.@r/4); },{},{}
Dropped By No Result

Sword Huuma Shuriken [0]   [Two Handed]   Item ID# 13311 (Huuma_Shadow)
Huuma Shadow
Type
Weapon
Class
Fuuma Shuriken
Buy
5000z
Sell
2500z
Weight
150
Attack
170
Required Lvl
99
Weapon Lvl
3
Slot
0
Applicable Jobs
Ninja
Kagerou / Oboro
Description
Huuma Shuriken recently released by the Ninja Association. Carries a nickname of Shadow for the special metal it was made from which doesn't reflect moonlight.
STR +3.
Item Script
{ bonus bStr,3; },{},{}
Dropped By No Result

TE Woe Huuma [0]   [Two Handed]   Item ID# 13317 (TE_Woe_Huuma)
Type
Weapon
Class
Fuuma Shuriken
Buy
n/a
Sell
n/a
Weight
0
Attack
80 / MATK 100
Required Lvl
40
Weapon Lvl
3
Slot
0
Applicable Jobs
Ninja
Kagerou / Oboro
Description
Rental Item

MATK +100

*Effects in WoE TE area
Increases physical damage against Players by 40%.
Random chance to inflict Bleeding status when dealing physical damage.

Indestructible in battle
Item Script
{ bonus2 bAddRace,RC_Player_Human,40; bonus2 bAddRace,RC_Player_Doram,40; bonus2 bAddEff,Eff_Bleeding,1000; bonus bUnbreakableWeapon; },{},{}
Dropped By No Result

Thunderstorm Huuma Shuriken [0]   [Two Handed]   Item ID# 13315 (Huuma_Thunderstorm)
Huuma Thunderstorm
Type
Weapon
Class
Fuuma Shuriken
Buy
100000z
Sell
50000z
Weight
150
Attack
200 / MATK 50
Required Lvl
110
Weapon Lvl
4
Slot
0
Property
Wind
Applicable Jobs
Ninja
Kagerou / Oboro
Description
Shuriken with Wind property. Blinds enemy's sight with rain and wind.
MATK +50.
When dealling physical attack, has a chance to autocast Level 1 (or learned level) Lightning Jolt on enemy.
Item Script
{ bonus bAtkEle,Ele_Wind; bonus3 bAutoSpell,"NJ_RAIGEKISAI",max(getskilllv("NJ_RAIGEKISAI"),1),30; bonus2 bAddEff,Eff_Blind,500; },{},{}
Dropped By

Trial Ninja's Huuma Shuriken [1]   [Two Handed]   Item ID# 13336 (Probation_Huuma)
Type
Weapon
Class
Fuuma Shuriken
Buy
20z
Sell
10z
Weight
0
Attack
200
Required Lvl
100
Weapon Lvl
3
Slot
1
Applicable Jobs
Ninja
Kagerou / Oboro
Description
A fungus sword for Kagerou and Oboro who have become accustomed to handling shurikens.
When equipped with Enhanced Time Keeper Armor, will makes wearer's body more agile.

Indestructible in battle

Increases damage of Swirling Petal by 20%.

For each 10 Base Level, ATK +6 (up to Base Level 160).

Refine Level +7:
For each Level of Throwing Mastery, long range physical damage +1%.

When equipped with [Enhanced Time Keeper Hat, Enhanced Time Keeper Robe, nhanced Time Keeper Manteau, Enhanced Time Keeper Boots]:
ASPD +2, MaxHP and MaxSP +10%.

For every 10 Base VIT:
Decreases damage taken from Neutral elemental attacks by 3%. (up to Base VIT 100)

For every 10 Base AGI:
Decreases after attack delay by 2%. (up to Base AGI 100)

For every 10 Base DEX:
HIT +3 (up to Base DEX 100)

For every 10 Base LUK:
Critical +3 (up to Base LUK 100)
Item Script
{ bonus bUnbreakableWeapon; bonus2 bSkillAtk,"KO_HUUMARANKA",20; bonus bBaseAtk,6*(min(BaseLevel,160)/10); if (getrefine()>=7) { bonus bLongAtkRate,getskilllv("NJ_TOBIDOUGU"); } },{},{}
Dropped By No Result

Unity Huuma Shuriken [1]   [Two Handed]   Item ID# 13329 (Union_Huuma)
Huuma Shuriken of Solidarity
Type
Weapon
Class
Fuuma Shuriken
Buy
20z
Sell
10z
Weight
50
Attack
95
Weapon Lvl
3
Slot
1
Applicable Jobs
Ninja
Kagerou / Oboro
Description
A certified kingdom equipment for adventurer.
Increase ATK by (Refine*Refine*1.25)
Item Script
{ bonus bBaseAtk,pow(getrefine(),2)*125/100; },{},{}
Dropped By No Result

Upg Huuma Shuriken [1]   [Two Handed]   Item ID# 13316 (Upg_Huuma_Shuriken)
Type
Weapon
Class
Fuuma Shuriken
Buy
20z
Sell
10z
Weight
150
Attack
55
Weapon Lvl
3
Slot
1
Applicable Jobs
Ninja
Kagerou / Oboro
Description
Shuriken coated with Oridecon and Gold mixed at a golden ratio.

ATK +10, MATK +5, and increases long range physical attack damage by 1% per refine level.
Character Level 70+: ATK increases additional +5 for every 10 Base Level after level 70.

Indestructible.
Item Script
{ .@r = getrefine(); bonus bBaseAtk,(.@r*10); bonus bMatk,(.@r*5); bonus bLongAtkRate,(.@r); if (BaseLevel>70) bonus bBaseAtk,(((BaseLevel-70)/10)*5); bonus bUnbreakableWeapon; },{},{}
Dropped By No Result

< 123456 >
back to top