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

15 lines
323 B
Plaintext
Raw Normal View History

ItemDef(
2020-06-10 21:37:45 +00:00
name: "Testing Boots",
description: "Hopefully this test doesn't break!",
kind: Armor(
(
2020-08-03 03:41:32 +00:00
kind: Foot("Dark"),
stats: (
2021-01-26 04:39:13 +00:00
protection: Normal(0.0),
poise_resilience: Normal(0.0),
2021-01-26 04:39:13 +00:00
),
)
2020-06-10 21:37:45 +00:00
),
2020-10-07 02:23:20 +00:00
quality: Low,
2020-06-10 21:37:45 +00:00
)