14 lines
319 B
Plaintext
Raw Normal View History

2024-06-11 19:51:46 -04:00
ItemDef(
legacy_name: "Scratched Necklace",
legacy_description: "A shoddy necklace with a string about to snap...",
kind: Armor((
kind: Neck,
stats: Direct((
2025-03-07 13:26:55 -05:00
protection: Some(Normal(1.0)),
2024-06-11 19:51:46 -04:00
)),
)),
quality: Low,
tags: [
SalvageInto(Bronze, 1),
],
)