veloren/assets/common/items/testing/test_boots.ron
2021-12-12 00:25:35 +00:00

14 lines
237 B
Rust

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