veloren/assets/common/items/glider/basic_red.ron

12 lines
222 B
Rust

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