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

12 lines
217 B
Rust

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