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

13 lines
247 B
Plaintext
Raw Normal View History

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