trade_bot/assets/common/items/armor/misc/head/hood.ron

17 lines
367 B
Plaintext
Raw Normal View History

2024-07-03 23:04:49 +00:00
ItemDef(
legacy_name: "Hood",
legacy_description: "Become one with the treetops.",
kind: Armor((
kind: Head,
stats: Direct((
2024-11-15 17:07:15 +00:00
protection: Some(Normal(4.0)),
precision_power: Some(0.05),
stealth: Some(0.15),
2024-07-03 23:04:49 +00:00
)),
)),
quality: Moderate,
tags: [
SalvageInto(Leather, 1),
],
)