hotbot/assets/common/items/glider/basic_red.ron
2024-06-11 14:43:30 -04:00

10 lines
216 B
Plaintext

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)
],
)