hotbot/assets/common/items/npc_armor/golem/gravewarden.ron
2024-06-11 14:43:30 -04:00

14 lines
314 B
Plaintext

ItemDef(
legacy_name: "Grave Warden Armor",
legacy_description: "Worn by grave warden.",
kind: Armor((
kind: Chest,
stats: Direct((
protection: Some(Normal(180.0)),
poise_resilience: Some(Normal(1.0)),
)),
)),
quality: Legendary,
tags: [],
)