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

10 lines
213 B
Rust
Raw Normal View History

ItemDef(
2024-01-13 18:22:50 +00:00
legacy_name: "Sand Raptor Wings",
legacy_description: "Take flight with the wings of a thirsty predator",
2022-05-18 20:28:10 +00:00
kind: Glider,
quality: High,
2023-07-19 14:16:20 +00:00
tags: [
SalvageInto(Leather, 1)
],
)