hotbot/assets/common/items/armor/ferocious/pants.ron

13 lines
250 B
Plaintext
Raw Permalink Normal View History

2024-06-11 18:43:30 +00:00
ItemDef(
legacy_name: "Ferocious Shorts",
legacy_description: "The dark side of nature",
kind: Armor((
kind: Pants,
stats: FromSet("Ferocious"),
)),
quality: Epic,
tags: [
Material(Moonweave),
],
)