veloren/assets/common/items/utility/lockpick_0.ron
2023-03-03 23:21:37 +00:00

12 lines
212 B
Rust

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