14 lines
291 B
Plaintext
Raw Normal View History

2024-07-03 19:04:49 -04:00
ItemDef(
legacy_name: "Scratched Ring",
legacy_description: "Barely fits your finger.",
kind: Armor((
kind: Ring,
stats: Direct((
2024-11-15 12:07:15 -05:00
protection: Some(Normal(0.5)),
2024-07-03 19:04:49 -04:00
)),
)),
quality: Low,
tags: [
SalvageInto(Bronze, 1),
],
)