veloren/assets/common/items/debug/cultist_belt.ron
2020-08-03 03:41:32 +00:00

13 lines
244 B
Plaintext

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