trade_bot/assets/common/items/armor/hide/leather/head.ron

15 lines
315 B
Plaintext
Raw Normal View History

2024-07-03 23:04:49 +00:00
ItemDef(
legacy_name: "Leather Cap",
legacy_description: "Swift like the wind.",
kind: Armor((
kind: Head,
stats: Direct((
protection: Some(Normal(1.0)),
)),
)),
quality: Common,
tags: [
Material(Leather),
SalvageInto(Leather, 1),
],
)