veloren/assets/common/items/debug/cultist_belt.ron
2021-12-12 00:25:35 +00:00

14 lines
213 B
Rust

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