14 lines
354 B
Plaintext
Raw Normal View History

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