veloren/assets/common/items/keys/haniwa_key.ron
2024-01-20 17:45:23 +00:00

12 lines
219 B
Rust

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