veloren/assets/common/items/glider/sunset.ron
2023-07-19 14:16:20 +00:00

10 lines
162 B
Rust

ItemDef(
name: "Horizon",
description: "It isn't high noon.",
kind: Glider,
quality: Epic,
tags: [
SalvageInto(RedLinen, 5),
],
)