hotbot/assets/common/items/npc_armor/quadruped_low/dagon.ron

13 lines
341 B
Plaintext
Raw Normal View History

2024-06-11 18:43:30 +00:00
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: [],
)