16 lines
324 B
Plaintext
16 lines
324 B
Plaintext
ItemDef(
|
|
legacy_name: "Ice Skates",
|
|
legacy_description: "Best used on a frozen lake.",
|
|
kind: Armor((
|
|
kind: Foot,
|
|
stats: Direct((
|
|
protection: Some(Normal(3.0)),
|
|
ground_contact: Skate,
|
|
)),
|
|
)),
|
|
quality: Moderate,
|
|
tags: [
|
|
Material(Steel),
|
|
],
|
|
)
|