veloren/assets/common/items/testing/test_boots.ron
Monty Marz 2b800a2b63 make clippy happy
Delete glider.ron
2020-10-07 02:23:20 +00:00

13 lines
262 B
Plaintext

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