hotbot/assets/common/items/armor/misc/head/bandana/red.ron
2024-06-11 14:43:30 -04:00

16 lines
335 B
Plaintext

ItemDef(
legacy_name: "Red Bandana",
legacy_description: "Very sneaky, but also, bright red.",
kind: Armor((
kind: Head,
stats: Direct((
precision_power: Some(0.006),
stealth: Some(0.14),
)),
)),
quality: Common,
tags: [
SalvageInto(RedLinen, 3)
],
)