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

12 lines
222 B
Rust

ItemDef(
legacy_name: "Glass Key",
legacy_description: "Used to open Glass Barriers. Will break after use.",
kind: Utility(
kind: Key,
),
amount: 1,
quality: Common,
tags: [Utility],
)