trade_bot/assets/common/items/armor/misc/neck/shell.ron

14 lines
354 B
Plaintext
Raw Normal View History

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