Add shuriken variants #148
Labels
code
Requires code (logic/configuration) to be created or modified.
good first issue
Good for newcomers
visual
Requires graphic assets (particle, animation, tileset, icon) to be created or modified.
Task description
There is currently only 1 type of shuriken in the game, just called "Shuriken".
This weapon is crafted from iron bars, which implicitly makes it part of the iron tier of weapons, even though there are no shurikens made of other metal types.
The current shuriken should be renamed to "Iron shruiken" and new shurken items should be added for dungium, agonite and noctis metal tiers.
References/notes
New assets should be drawn using the dungeonz colour palette:
![dungeonz-journey-1](https://user-images.githubusercontent.com/9785268/127004215-341817a7-5b12-47ad-8f5c-9e5dc8f2eac5.png)
Adding new item guide: https://github.com/Arcanorum/dungeonz/blob/master/guides/items/ITEMS.md
Item configs: https://github.com/Arcanorum/dungeonz/blob/master/server/src/configs/Items.yml
Projectile configs: https://github.com/Arcanorum/dungeonz/blob/master/server/src/configs/Projectiles.yml
Crafting recipe configs: https://github.com/Arcanorum/dungeonz/blob/master/server/src/configs/CraftingRecipes.yml
Acceptance criteria
The text was updated successfully, but these errors were encountered: