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

20 lines
431 B
Rust

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