hotbot/assets/common/items/armor/brinestone/pants.ron
2024-06-11 14:43:30 -04:00

10 lines
212 B
Plaintext

ItemDef(
legacy_name: "Brinestone Pants",
legacy_description: "Do not tumble.",
kind: Armor((
kind: Pants,
stats: FromSet("Brinestone"),
)),
quality: Legendary,
tags: [],
)