14 lines
292 B
Plaintext
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),
|
|
],
|
|
) |