veloren/assets/common/items/debug/admin.ron

20 lines
481 B
Plaintext

ItemDef(
name: "Admin's Tabard",
description: "With great power comes\ngreat responsibility.",
kind: Armor(
(
kind: Tabard("Admin"),
stats: (
protection: Invincible,
poise_resilience: Invincible,
energy_max: 9000,
energy_recovery: 9.0,
crit_power: 1000.0,
stealth: 1000.0,
),
)
),
quality: Debug,
tags: [],
)