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

12 lines
199 B
Rust
Raw Normal View History

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