This repository has been archived on 2025-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
2024-11-15 12:07:15 -05:00

16 lines
379 B
Plaintext

ItemDef(
legacy_name: "Cultist Signet Ring",
legacy_description: "Once belonged to a cultist.",
kind: Armor((
kind: Ring,
stats: Direct((
protection: Some(Normal(0.5)),
energy_max: Some(2.0),
energy_reward: Some(0.02),
precision_power: Some(0.01),
)),
)),
quality: Epic,
tags: [],
)