veloren/assets/common/items/keys/glass_key.ron
2023-05-24 18:13:29 +00:00

12 lines
208 B
Rust

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