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

12 lines
192 B
Plaintext

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