hotbot/assets/common/items/armor/ferocious/chest.ron
2024-06-11 14:43:30 -04:00

13 lines
249 B
Plaintext

ItemDef(
legacy_name: "Ferocious Shirt",
legacy_description: "The dark side of nature",
kind: Armor((
kind: Chest,
stats: FromSet("Ferocious"),
)),
quality: Epic,
tags: [
Material(Moonweave),
],
)