Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add shuriken variants #148

Open
Arcanorum opened this issue Jul 26, 2021 · 2 comments
Open

Add shuriken variants #148

Arcanorum opened this issue Jul 26, 2021 · 2 comments
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.

Comments

@Arcanorum
Copy link
Owner

Arcanorum commented Jul 26, 2021

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

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

  • Rename the "Shuriken" item to "Iron shuriken".
  • Rename the "Shuriken" projectile to "IronShuriken".
  • Add a "DungiumShuriken" projectile type config.
  • Add a "AgoniteShuriken" projectile type config.
  • Add a "NoctisShuriken" projectile type config.
  • Add a dungium shuriken item config.
  • Add a agonite shuriken item config.
  • Add a noctis shuriken item config.
  • Add a dungium shuriken crafting recipe config.
  • Add a agonite shuriken crafting recipe config.
  • Add a noctis shuriken crafting recipe config.
  • Add dungium shuriken client assets for GUI icon, pickup, and projectile.
  • Add agonite shuriken client assets for GUI icon, pickup, and projectile.
  • Add noctis shuriken client assets for GUI icon, pickup, and projectile.
@Arcanorum Arcanorum added 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. labels Jul 26, 2021
@Sebasflow23
Copy link
Collaborator

This would need a huge nerf on iron shurikens, cuz it does the same damage as a noctis arrow rn

@Arcanorum
Copy link
Owner Author

Maybe not a huge one, as they have much shorter range.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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.
Projects
None yet
Development

No branches or pull requests

2 participants