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

11 lines
184 B
Plaintext

ItemDef(
legacy_name: "Pirate Belt",
legacy_description: "",
kind: Armor((
kind: Belt,
stats: FromSet("Pirate"),
)),
quality: Epic,
tags: [],
)