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

12 lines
200 B
Rust
Raw Normal View History

2021-10-30 20:48:04 +00:00
ItemDef(
name: "Aquatic Night",
description: "The stars are beautiful tonight.",
kind: Glider(
(
kind: "Moonrise",
),
),
quality: Epic,
tags: [],
)