veloren/assets/common/items/utility/lockpick_0.ron
2024-02-06 22:05:08 +01:00

11 lines
211 B
Rust

ItemDef(
legacy_name: "Common Lockpick",
legacy_description: "Used to open common locks. Will break after use.",
kind: Utility(
kind: Key,
),
quality: Common,
tags: [Utility],
)