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

10 lines
212 B
Plaintext
Raw Permalink Normal View History

2024-06-11 18:43:30 +00:00
ItemDef(
legacy_name: "Brinestone Pants",
legacy_description: "Do not tumble.",
kind: Armor((
kind: Pants,
stats: FromSet("Brinestone"),
)),
quality: Legendary,
tags: [],
)