veloren/assets/common/items/testing/test_boots.ron
2020-08-03 03:41:32 +00:00

13 lines
243 B
Plaintext

Item(
name: "Testing Boots",
description: "Hopefully this test doesn't break!",
kind: Armor(
(
kind: Foot("Dark"),
stats: (
protection: Normal(0.0),
),
)
),
)