hotbot/assets/common/items/armor/misc/neck/gold.ron

16 lines
381 B
Plaintext
Raw Permalink Normal View History

2024-06-11 18:43:30 +00:00
// Note: Will be used to craft other necklaces, acting as the base.
ItemDef(
legacy_name: "Gold Necklace",
legacy_description: "An expensive gold necklace... looks stolen.",
kind: Armor((
kind: Neck,
stats: Direct((
protection: Some(Normal(1.5)),
)),
)),
quality: Moderate,
tags: [
SalvageInto(Gold, 1),
],
)