trade_bot/assets/common/items/armor/misc/ring/scratched.ron
2024-07-03 19:04:49 -04:00

14 lines
292 B
Plaintext

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