trade_bot/assets/common/items/armor/ferocious/back.ron

13 lines
249 B
Plaintext
Raw Permalink Normal View History

2024-07-03 23:04:49 +00:00
ItemDef(
legacy_name: "Ferocious Mantle",
legacy_description: "The dark side of nature",
kind: Armor((
kind: Back,
stats: FromSet("Ferocious"),
)),
quality: Epic,
tags: [
Material(Moonweave),
],
)