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

20 lines
455 B
Plaintext

ItemDef(
name: "Testing Boots",
description: "Hopefully this test doesn't break!",
kind: Armor(
(
kind: Foot("Dark"),
stats: (
protection: Normal(0.0),
poise_resilience: Normal(0.0),
energy_max: 0,
energy_reward: 0.0,
crit_power: 0.0,
stealth: 0.0,
),
)
),
quality: Low,
tags: [],
)