trade_bot/assets/common/items/armor/ferocious/back.ron
2024-07-03 19:04:49 -04:00

13 lines
249 B
Plaintext

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