hotbot/assets/common/items/npc_armor/chest/plate_red.ron

14 lines
312 B
Plaintext
Raw Permalink Normal View History

2024-06-11 18:43:30 +00:00
ItemDef(
legacy_name: "Iron Chestplate",
legacy_description: "A chestplate forged from iron.",
kind: Armor((
kind: Chest,
stats: Direct((
protection: Some(Normal(5.0)),
poise_resilience: Some(Normal(5.0)),
)),
)),
quality: Low,
tags: [],
)