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

14 lines
312 B
Plaintext

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: [],
)