veloren/assets/common/items/testing/test_boots.ron

14 lines
253 B
Rust

ItemDef(
name: Direct("Testing Boots"),
description: "Hopefully this test doesn't break!",
kind: Armor(
(
kind: Foot("Dark"),
stats: (
),
)
),
quality: Direct(Low),
tags: [],
)