trade_bot/assets/common/items/keys/bloodmoon_key.ron
Jeff 37f40f83c2
All checks were successful
Publish / rust (push) Successful in 5m30s
Publish / docker (push) Successful in 19m35s
Update
2024-10-08 19:58:12 -04:00

11 lines
200 B
Plaintext

ItemDef(
legacy_name: "Bloodmoon Key",
legacy_description: "Used to open doors. Will break after use.",
kind: Utility(
kind: Key,
),
quality: High,
tags: [Utility],
)