trade_bot/assets/common/items/armor/alchemist/hat.ron

12 lines
237 B
Plaintext
Raw Normal View History

2024-07-03 23:04:49 +00:00
ItemDef(
legacy_name: "Alchemist Hat",
legacy_description: "It seems like a parrot was perched up here.",
kind: Armor((
kind: Head,
stats: FromSet("Alchemist"),
)),
quality: High,
tags: [
],
)