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

13 lines
241 B
Plaintext

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