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

13 lines
341 B
Plaintext

ItemDef(
legacy_name: "Dagon's Scales",
legacy_description: "Rigid enough to withstand the pressure of the deep ocean.",
kind: Armor((
kind: Chest,
stats: Direct((
protection: Some(Normal(100.0)),
poise_resilience: Some(Normal(25.0)),
)),
)),
quality: Epic,
tags: [],
)