hotbot/assets/common/items/armor/misc/foot/ski.ron
2024-06-11 14:43:30 -04:00

17 lines
352 B
Plaintext

ItemDef(
legacy_name: "Wooden skis",
legacy_description: "Best used downhill on snow.",
kind: Armor((
kind: Foot,
stats: Direct((
protection: Some(Normal(3.0)),
ground_contact: Ski,
)),
)),
quality: Moderate,
tags: [
Material(Wood),
SalvageInto(Twig, 1),
],
)