mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
10 lines
169 B
Rust
10 lines
169 B
Rust
ItemDef(
|
|
name: "Leaves Glider",
|
|
description: "Soar among the trees",
|
|
kind: Glider,
|
|
quality: Moderate,
|
|
tags: [
|
|
SalvageInto(Linen, 1)
|
|
],
|
|
)
|