hotbot/assets/common/items/armor/misc/neck/honeycomb_pendant.ron

16 lines
399 B
Plaintext
Raw Normal View History

2024-06-11 18:43:30 +00:00
ItemDef(
legacy_name: "Honeycomb Pendant",
legacy_description: "This necklace is always spewing out honey...",
kind: Armor((
kind: Neck,
stats: Direct((
protection: Some(Normal(1.0)),
energy_max: Some(8.0),
energy_reward: Some(0.04),
precision_power: Some(-0.06),
)),
)),
quality: Moderate,
tags: [],
)