2020-09-17 23:02:14 +00:00
|
|
|
ItemDef(
|
2020-06-10 21:37:45 +00:00
|
|
|
name: "Testing Boots",
|
|
|
|
description: "Hopefully this test doesn't break!",
|
|
|
|
kind: Armor(
|
2020-07-18 00:05:28 +00:00
|
|
|
(
|
2020-08-03 03:41:32 +00:00
|
|
|
kind: Foot("Dark"),
|
2020-07-18 00:05:28 +00:00
|
|
|
stats: (
|
2021-01-26 04:39:13 +00:00
|
|
|
protection: Normal(0.0),
|
2021-01-27 03:05:13 +00:00
|
|
|
poise_resilience: Normal(0.0),
|
2021-05-21 03:04:36 +00:00
|
|
|
energy_max: 0,
|
|
|
|
energy_recovery: 0.0,
|
|
|
|
crit_power: 0.0,
|
|
|
|
stealth: 0.0,
|
|
|
|
),
|
2020-07-18 00:05:28 +00:00
|
|
|
)
|
2020-06-10 21:37:45 +00:00
|
|
|
),
|
2020-10-07 02:23:20 +00:00
|
|
|
quality: Low,
|
2021-02-16 01:05:54 +00:00
|
|
|
tags: [],
|
2020-06-10 21:37:45 +00:00
|
|
|
)
|