mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
2a07fad802
Added new armor stats to remaining armor items. Fixed broken tests.
20 lines
470 B
Plaintext
20 lines
470 B
Plaintext
ItemDef(
|
|
name: "Admin's Cape",
|
|
description: "With great power comes\ngreat responsibility.",
|
|
kind: Armor(
|
|
(
|
|
kind: Back("Admin"),
|
|
stats: (
|
|
protection: Normal(0.0),
|
|
poise_resilience: Normal(0.0),
|
|
energy_max: 0,
|
|
energy_recovery: 0.0,
|
|
crit_power: 0.0,
|
|
stealth: 0.0,
|
|
),
|
|
)
|
|
),
|
|
quality: Debug,
|
|
tags: [],
|
|
)
|