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

12 lines
238 B
Rust

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