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

13 lines
245 B
Plaintext

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