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

10 lines
202 B
Rust

ItemDef(
name: "Red Cloth Glider",
description: "A simple glider, but with a striking red color.",
kind: Glider,
quality: Moderate,
tags: [
SalvageInto(RedLinen, 5)
],
)