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

13 lines
241 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(
(
kind: Foot(Dark),
stats: (
protection: Normal(0.0),
),
)
2020-06-10 21:37:45 +00:00
),
)