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

13 lines
250 B
Plaintext

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