Arcanorum/rogueworld

Ice shard item

Closed this issue · 4 comments

Task description

A new material item type is needed for #185 and other potential ice related items.

References/notes

Should look like a chunk of ice. Something like this:
image

Acceptance criteria

Code

  • A new item config should be added to Items.yml called "IceShard".

Visual

  • A GUI icon image. icon-ice-shard.png
  • A pickup sprite image. pickup-ice-shard.png

Completed visual criteria

A GUI icon image. icon-ice-shard.png - 1450e9e

A pickup sprite image. pickup-ice-shard.png - d165278

Completed code criteria

A new item config should be added to Items.yml called "IceShard" - 8ffc443

updated Items.yml -- changed IceShard unitWeight to GenericMaterial with 738c8a6

Done.