veloren/assets/common/items/testing/test_boots.ron
2020-06-14 13:56:17 -04:00

9 lines
161 B
Plaintext

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