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

12 lines
212 B
Rust
Raw Normal View History

2023-03-03 23:21:37 +00:00
ItemDef(
name: "Common Lockpick",
description: "Used to open common locks. Will break after use.",
kind: Utility(
kind: Key,
),
amount: 1,
quality: Common,
tags: [Utility],
)