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

12 lines
215 B
Rust

ItemDef(
name: "Snow Raptor Wings",
description: "Take flight with the wings of a predator.",
kind: Glider(
(
kind: "SnowRaptor",
),
),
quality: High,
tags: [],
)