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

12 lines
200 B
Plaintext
Raw Normal View History

2021-01-11 22:45:54 +00:00
ItemDef(
name: "Green Luna",
description: "The delicate wings flutter faintly.",
kind: Glider(
(
kind: "MothLuna",
),
),
quality: High,
tags: [],
2021-01-11 22:45:54 +00:00
)