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

Ice arrows #185

Closed
Arcanorum opened this issue Sep 16, 2021 · 2 comments
Closed

Ice arrows #185

Arcanorum opened this issue Sep 16, 2021 · 2 comments
Labels
code Requires code (logic/configuration) to be created or modified. visual Requires graphic assets (particle, animation, tileset, icon) to be created or modified.

Comments

@Arcanorum
Copy link
Owner

Task description

A new status effect based ranged ammunition type.
This would be an arrow projectile that would deal damage and apply chilled on hit, similar to #184 but fired from a bow and craftable by players.

References/notes

Arrows should look like they have a spike of ice for a tip instead of a regular metal arrow tip.

Acceptance criteria

Code

  • A new item config should be added to Items.yml called "IceArrows"
  • A new projectile config should be added to Projectiles.yml for "IceArrow"
  • Projectile config should use the Magical and Physical damage types.
  • A new projectile class file should be added called IceArrow.js that applies the chill status effect as part of the handleCollision method.
  • A new crafting recipe config should be added to CraftingRecipes.yml that replaces the metal bar ingredients of other arrow types with the IceShard item type.

Visual

  • A GUI icon that looks like 3 ice-tipped arrows together in a bunch. icon-ice-arrows.png
  • A pickup sprite of the GUI icon with a border. pickup-ice-arrows.png
  • A single arrow for the projectile. proj-ice-arrow.png
@Arcanorum Arcanorum added code Requires code (logic/configuration) to be created or modified. visual Requires graphic assets (particle, animation, tileset, icon) to be created or modified. labels Sep 16, 2021
@Arcanorum
Copy link
Owner Author

Images done.

@Arcanorum
Copy link
Owner Author

Done.

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. visual Requires graphic assets (particle, animation, tileset, icon) to be created or modified.
Projects
None yet
Development

No branches or pull requests

1 participant