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 shard projectile #184

Closed
Arcanorum opened this issue Sep 16, 2021 · 1 comment
Closed

Ice shard projectile #184

Arcanorum opened this issue Sep 16, 2021 · 1 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.

Comments

@Arcanorum
Copy link
Owner

Task description

As part of #183 an ice based projectile attack is needed, for the ice elemental to use as its attack.

This should be a simple projectile that flies forward and deals damage on hit, and also applies the chilled status effect.

References/notes

Should look like a long icicle. Something like this:
image

Acceptance criteria

Code

  • A "IceShard" projectile config should be added to the Projectiles.yml config file.
  • Should be of Magical and Physical damage types.
  • A IceShard class file should be added that deals damage and applies the Chilled effect on hit.

Visual

  • An sprite named proj-ice-shard.png that looks like an icicle.
@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. good first issue Good for newcomers labels Sep 16, 2021
@Arcanorum Arcanorum mentioned this issue Sep 16, 2021
@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. 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

1 participant