mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
18 lines
463 B
Rust
18 lines
463 B
Rust
ItemDef(
|
|
name: "Admin's Tabard",
|
|
description: "With great power comes\ngreat responsibility.",
|
|
kind: Armor((
|
|
kind: Tabard,
|
|
stats: Direct((
|
|
protection: Some(Invincible),
|
|
poise_resilience: Some(Invincible),
|
|
energy_max: Some(900.0),
|
|
energy_reward: Some(9.0),
|
|
precision_power: Some(1.0),
|
|
stealth: Some(1000.0),
|
|
)),
|
|
)),
|
|
quality: Debug,
|
|
tags: [],
|
|
)
|