veloren/assets/common/items/debug/cultist_boots.ron
2021-01-28 17:22:35 -08:00

15 lines
287 B
Plaintext

ItemDef(
name: "Velorite Boots",
description: "",
kind: Armor(
(
kind: Foot("VeloriteMage0"),
stats: (
protection: Invincible,
poise_protection: Invincible,
),
)
),
quality: Debug,
)