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

10 lines
216 B
Rust
Raw Normal View History

2021-01-12 20:20:11 +00:00
ItemDef(
2024-01-13 18:22:50 +00:00
legacy_name: "Red Cloth Glider",
legacy_description: "A simple glider, but with a striking red color.",
2022-05-18 20:28:10 +00:00
kind: Glider,
2021-01-12 20:20:11 +00:00
quality: Moderate,
2023-07-19 14:16:20 +00:00
tags: [
SalvageInto(RedLinen, 5)
],
2021-01-12 20:20:11 +00:00
)