trade_bot/assets/common/items/armor/misc/head/hog_hood.ron
2024-07-03 19:04:49 -04:00

17 lines
424 B
Plaintext

ItemDef(
legacy_name: "Hog Hood",
legacy_description: "Wear the guise of a great swine now felled, so that you may honor its sacrifice.",
kind: Armor((
kind: Head,
stats: Direct((
protection: Some(Normal(3.0)),
precision_power: Some(0.0095),
stealth: Some(0.21),
)),
)),
quality: Moderate,
tags: [
SalvageInto(Leather, 1),
],
)