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

12 lines
257 B
Plaintext
Raw Normal View History

2024-06-11 18:43:30 +00:00
ItemDef(
legacy_name: "Generic Biped Large",
legacy_description: "Worn by bipeds.",
kind: Armor((
kind: Chest,
stats: Direct((
protection: Some(Normal(65.0)),
)),
)),
quality: Moderate,
tags: [],
)