trade_bot/assets/common/items/armor/brinestone/pants.ron
2024-07-03 19:04:49 -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: [],
)