hotbot/assets/common/items/armor/misc/ring/scratched.ron

14 lines
292 B
Plaintext
Raw Permalink Normal View History

2024-06-11 18:43:30 +00:00
ItemDef(
legacy_name: "Scratched Ring",
legacy_description: "Barely fits your finger.",
kind: Armor((
kind: Ring,
stats: Direct((
protection: Some(Normal(0.25)),
)),
)),
quality: Low,
tags: [
SalvageInto(Bronze, 1),
],
)