14 lines
354 B
Plaintext
Raw Normal View History

2024-07-03 19:04:49 -04:00
ItemDef(
legacy_name: "Seashell Necklace",
legacy_description: "Contains the guardian aura of the ocean",
kind: Armor((
kind: Neck,
stats: Direct((
2024-11-15 12:07:15 -05:00
protection: Some(Normal(1.0)),
energy_max: Some(7.5),
precision_power: Some(-0.03),
2024-07-03 19:04:49 -04:00
)),
)),
quality: Moderate,
tags: [],
)