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

16 lines
300 B
Plaintext
Raw Normal View History

ItemDef(
name: "Velorite Belt",
description: "",
2020-04-30 20:43:24 +00:00
kind: Armor(
(
kind: Belt("VeloriteMage0"),
stats: (
2020-12-16 23:30:33 +00:00
protection: Invincible,
poise_resilience: Invincible,
2020-12-16 23:30:33 +00:00
),
)
2020-04-30 20:43:24 +00:00
),
2020-10-07 02:23:20 +00:00
quality: Debug,
tags: [],
2020-04-30 20:43:24 +00:00
)