#Adding ailments to Metal Chakra Blades.
1 messages · Page 1 of 1 (latest)
Demon claw is what you looking for
no i was thinking similiar to how asuma used them
Yeah in my opinion we need more elemental versions of weapons in general.
Maybe you can craft a "wind charged metal chakra blades" with your chakra blades + some hawk feathers + hawk talons
gives them bleed or even crit%.
I think this would make weapons more interesting across the board
Yeah I definitely crafting can be used to further customize a weapon to your build. Simple recolors or extra effects can go a long way to making more content for players to work towards.
Good post
Below is a clean concept design for a weapon in Nin Online that uses the player’s elemental mastery to modify attacks. I’ll structure it in a way that resembles how items are usually defined for BYOND Dream Maker (the engine the game runs on), but keep it generic enough that it can be adapted to your codebase.
Elemental Conduit Tanto
Item Name: Elemental Conduit Tanto
Type: Weapon (Tanto)
Slot: Weapon
Stats:
+3 Chakra
+2 Agility
Description:
A chakra-conductive tanto forged to resonate with the wielder’s elemental affinity. The blade channels elemental mastery directly into physical strikes.
Core Mechanic
When the user attacks with the tanto:
Their elemental mastery converts into bonus elemental damage.
Example formula:
Copy code
Elemental Bonus Damage = Elemental Mastery / 5
So if a player has:
Fire Mastery = 50
Bonus damage = +10 fire damage
Elemental Effects
Fire Release
Adds burn damage over time
Effect:
+elemental damage
3 second burn
Example:
Copy code
Burn = mastery / 10 per tick
Lightning Release
Adds extra burst damage
Effect:
+elemental damage
20% chance to stun briefly (0.5 sec)
Wind Release
Adds armor piercing
Effect:
Ignores 10–25% defense depending on mastery.
Earth Release
Adds impact damage
Effect:
Converts mastery into extra blunt damage
Small chance to slow enemy
Water Release
Adds chakra disruption
Effect:
Small chakra drain
Slight slow