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

12 lines
222 B
Rust
Raw Normal View History

2021-01-12 20:20:11 +00:00
ItemDef(
name: "Red Cloth Glider",
description: "A simple glider, but with a striking red color.",
2021-01-12 20:20:11 +00:00
kind: Glider(
(
kind: "RedCloth",
),
),
quality: Moderate,
tags: [],
2021-01-12 20:20:11 +00:00
)