veloren/assets/common/items/testing/test_boots.ron
2022-05-18 16:28:10 -04:00

14 lines
229 B
Rust

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