veloren/assets/common/items/glider/moonrise.ron
2021-10-30 20:48:04 +00:00

12 lines
200 B
Rust

ItemDef(
name: "Aquatic Night",
description: "The stars are beautiful tonight.",
kind: Glider(
(
kind: "Moonrise",
),
),
quality: Epic,
tags: [],
)