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

14 lines
229 B
Rust
Raw Normal View History

ItemDef(
2020-06-10 21:37:45 +00:00
name: "Testing Boots",
description: "Hopefully this test doesn't break!",
kind: Armor(
(
2022-05-18 20:28:10 +00:00
kind: Foot,
stats: (
),
)
2020-06-10 21:37:45 +00:00
),
2020-10-07 02:23:20 +00:00
quality: Low,
tags: [],
2020-06-10 21:37:45 +00:00
)