hotbot/assets/common/items/npc_armor/biped_large/yeti.ron

14 lines
307 B
Plaintext
Raw Permalink Normal View History

2024-06-11 18:43:30 +00:00
ItemDef(
legacy_name: "Yeti Hide",
legacy_description: "Strong as Yeti itself.",
kind: Armor((
kind: Chest,
stats: Direct((
protection: Some(Normal(100.0)),
poise_resilience: Some(Normal(30.0)),
)),
)),
quality: Legendary,
tags: [],
)