veloren/assets/common/items/utility/lockpick_0.ron

11 lines
211 B
Rust
Raw Normal View History

2023-03-03 23:21:37 +00:00
ItemDef(
2024-01-13 18:22:50 +00:00
legacy_name: "Common Lockpick",
legacy_description: "Used to open common locks. Will break after use.",
2023-03-03 23:21:37 +00:00
kind: Utility(
kind: Key,
),
quality: Common,
tags: [Utility],
)