group_bot/assets/common/items/armor/alchemist/chest.ron

12 lines
198 B
Plaintext
Raw Permalink Normal View History

2024-06-11 23:51:46 +00:00
ItemDef(
legacy_name: "Alchemist Jacket",
legacy_description: "",
kind: Armor((
kind: Chest,
stats: FromSet("Alchemist"),
)),
quality: Epic,
tags: [
],
)