hotbot/assets/common/items/armor/cultist/chest.ron

13 lines
244 B
Plaintext
Raw Permalink Normal View History

2024-06-11 18:43:30 +00:00
ItemDef(
legacy_name: "Cultist Chest",
legacy_description: "Ceremonial attire used by members.",
kind: Armor((
kind: Chest,
stats: FromSet("Cultist"),
)),
quality: Epic,
tags: [
Cultist,
],
)