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

Agonite player armour animation #66

Closed
Arcanorum opened this issue Nov 28, 2020 · 1 comment
Closed

Agonite player armour animation #66

Arcanorum opened this issue Nov 28, 2020 · 1 comment
Labels
visual Requires graphic assets (particle, animation, tileset, icon) to be created or modified.

Comments

@Arcanorum
Copy link
Owner

Arcanorum commented Nov 28, 2020

Task description

A new metal armour type is to be added in an upcoming update: Agonite.
Made of a red metal, higher tier than iron, lower than dungium.
It will be a variant of the basic iron armour, but with the armour restyled to a more red colour, and with larger horns on the helmet than the warrior, and the armour covers more of the body.

This is largely a lot of the same work for the berserker task: #65
Can just do this one and lay it over the base human character animation to create the berserker.
You will probably want the base human sprites to use as a guide for what it would look like when equipped by a player, as clothing items are just sprites layered over the top of the player sprite, matching the frame of the player animation.

References/notes

Iron armour sprites: https://github.com/Arcanorum/dungeonz/tree/master/client/src/assets/images/entities/clothes/iron%20armour
Human base sprites: https://github.com/Arcanorum/dungeonz/tree/master/client/src/assets/images/entities/characters/human%20base

Acceptance criteria

Visual

  • A set of clothing sprites for a red armour.
  • 3 animation frames for each direction (up, down, left, right (left but flipped)), to be played in the basic humanoid animation pattern used by other entities: 1 (standing), 2 (right step), 1 (standing), 3 (left step), repeating.
  • Uses the DawnBringer 32 colour palette used by the rest of the sprites.
  • Expected files:
    agonite-armour-up-1.png
    agonite-armour-up-2.png
    agonite-armour-up-3.png
    agonite-armour-down-1.png
    agonite-armour-down-2.png
    agonite-armour-down-3.png
    agonite-armour-left-1.png
    agonite-armour-left-2.png
    agonite-armour-left-3.png
    agonite-armour-right-1.png
    agonite-armour-right-2.png
    agonite-armour-right-3.png

Code

@Arcanorum Arcanorum added the visual Requires graphic assets (particle, animation, tileset, icon) to be created or modified. label Nov 28, 2020
@Arcanorum
Copy link
Owner Author

Done. Added to update 10.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
visual Requires graphic assets (particle, animation, tileset, icon) to be created or modified.
Projects
None yet
Development

No branches or pull requests

1 participant