veloren/assets/common/items/glider/leaves.ron
2023-07-19 14:16:20 +00:00

10 lines
169 B
Rust

ItemDef(
name: "Leaves Glider",
description: "Soar among the trees",
kind: Glider,
quality: Moderate,
tags: [
SalvageInto(Linen, 1)
],
)