14 lines
319 B
Plaintext
Raw Normal View History

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