hotbot/assets/common/items/armor/misc/neck/gold.ron
2024-06-11 14:43:30 -04:00

16 lines
381 B
Plaintext

// 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),
],
)