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

12 lines
231 B
Rust
Raw Normal View History

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