veloren/assets/common/items/keys/glass_key.ron

11 lines
207 B
Rust
Raw Normal View History

2023-05-24 18:13:29 +00:00
ItemDef(
2024-01-13 18:22:50 +00:00
legacy_name: "Glass Key",
legacy_description: "Used to open Glass Barriers. Will break after use.",
2023-05-24 18:13:29 +00:00
kind: Utility(
kind: Key,
),
quality: Common,
tags: [Utility],
)