veloren/assets/common/items/debug/cultist_belt.ron
2021-04-11 03:49:47 +00:00

16 lines
301 B
Plaintext

ItemDef(
name: "Velorite Belt",
description: "",
kind: Armor(
(
kind: Belt("VeloriteMage"),
stats: (
protection: Normal(0.0),
poise_resilience: Normal(0.0),
),
)
),
quality: Debug,
tags: [],
)