veloren/assets/common/items/debug/cultist_boots.ron

13 lines
243 B
Plaintext
Raw Normal View History

2020-04-30 20:43:24 +00:00
Item(
name: "Cultist Boots",
description: "Ceremonial attire used by members.",
2020-04-30 20:43:24 +00:00
kind: Armor(
(
kind: Foot(Cultist),
stats: (
protection: Invincible,
),
)
2020-04-30 20:43:24 +00:00
),
)