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

13 lines
243 B
Plaintext
Raw Normal View History

2020-06-10 21:37:45 +00:00
Item(
name: "Testing Boots",
description: "Hopefully this test doesn't break!",
kind: Armor(
(
2020-08-03 03:41:32 +00:00
kind: Foot("Dark"),
stats: (
protection: Normal(0.0),
),
)
2020-06-10 21:37:45 +00:00
),
)