trade_bot/assets/common/items/armor/bonerattler/belt.ron

12 lines
312 B
Plaintext
Raw Normal View History

2024-07-03 23:04:49 +00:00
ItemDef(
legacy_name: "Bonerattler Belt",
legacy_description: "Sections of vertebrae fastened together with hide and a bonerattler eye for the buckle.",
kind: Armor((
kind: Belt,
stats: FromSet("Bonerattler"),
)),
quality: High,
tags: [
Material(Leather),
],
)