hotbot/assets/common/items/armor/misc/ring/abyssal_ring.ron
2024-06-11 14:43:30 -04:00

14 lines
339 B
Plaintext

ItemDef(
legacy_name: "Abyssal Ring",
legacy_description: "A pearl ring crudely held together with gold and coral.",
kind: Armor((
kind: Ring,
stats: Direct((
protection: Some(Normal(2.0)),
poise_resilience: Some(Normal(1.5)),
)),
)),
quality: Legendary,
tags: [],
)