veloren/assets/common/items/keys/bone_key.ron
2023-05-13 09:30:48 -04:00

12 lines
203 B
Rust

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