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

9 lines
161 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: (20),
),
)