trade_bot/assets/common/items/armor/misc/head/headband.ron
2024-07-03 19:04:49 -04:00

12 lines
225 B
Plaintext

ItemDef(
legacy_name: "Headband",
legacy_description: "A simple headband, it's nothing special.",
kind: Armor((
kind: Head,
stats: Direct((
)),
)),
quality: Common,
tags: [],
)