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

12 lines
224 B
Rust

ItemDef(
name: Direct("Blue Morpho"),
description: "The delicate wings flutter faintly.",
kind: Glider(
(
kind: "ButterflyMorpho",
),
),
quality: Direct(High),
tags: [],
)