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

14 lines
229 B
Rust
Raw Normal View History

ItemDef(
name: Direct("Velorite Belt"),
description: "",
2020-04-30 20:43:24 +00:00
kind: Armor(
(
2021-03-01 03:18:43 +00:00
kind: Belt("VeloriteMage"),
stats: (
2020-12-16 23:30:33 +00:00
),
)
2020-04-30 20:43:24 +00:00
),
quality: Direct(Debug),
tags: [],
2020-04-30 20:43:24 +00:00
)