trade_bot/assets/common/items/armor/misc/foot/ski.ron

17 lines
352 B
Plaintext
Raw Normal View History

2024-07-03 23:04:49 +00:00
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),
],
)