veloren/assets/common/items/debug/cultist_belt.ron
Monty Marz 2b800a2b63 make clippy happy
Delete glider.ron
2020-10-07 02:23:20 +00:00

13 lines
265 B
Plaintext

ItemDef(
name: "Cultist Belt",
description: "Ceremonial attire used by members.",
kind: Armor(
(
kind: Belt("Cultist"),
stats: (
protection: Invincible),
)
),
quality: Debug,
)