hotbot/assets/common/items/armor/misc/head/headband.ron

12 lines
225 B
Plaintext
Raw Normal View History

2024-06-11 18:43:30 +00:00
ItemDef(
legacy_name: "Headband",
legacy_description: "A simple headband, it's nothing special.",
kind: Armor((
kind: Head,
stats: Direct((
)),
)),
quality: Common,
tags: [],
)