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

12 lines
231 B
Rust
Raw Normal View History

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