veloren/assets/common/items/glider/basic_red.ron
2024-01-14 21:25:15 +02:00

10 lines
216 B
Rust

ItemDef(
legacy_name: "Red Cloth Glider",
legacy_description: "A simple glider, but with a striking red color.",
kind: Glider,
quality: Moderate,
tags: [
SalvageInto(RedLinen, 5)
],
)