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

13 lines
242 B
Plaintext
Raw Normal View History

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