veloren/assets/common/items/debug/cultist_boots.ron
2021-02-28 22:18:43 -05:00

16 lines
300 B
Plaintext

ItemDef(
name: "Velorite Boots",
description: "",
kind: Armor(
(
kind: Foot("VeloriteMage"),
stats: (
protection: Invincible,
poise_resilience: Invincible,
),
)
),
quality: Debug,
tags: [],
)