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

12 lines
226 B
Rust

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