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

17 lines
368 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((
protection: Some(Normal(2.5)),
precision_power: Some(0.016),
stealth: Some(0.22),
)),
)),
quality: Moderate,
tags: [
SalvageInto(Leather, 1),
],
)