mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
14 lines
266 B
Rust
14 lines
266 B
Rust
ItemDef(
|
|
name: Direct("Admin's Cape"),
|
|
description: "With great power comes\ngreat responsibility.",
|
|
kind: Armor(
|
|
(
|
|
kind: Back("Admin"),
|
|
stats: (
|
|
),
|
|
)
|
|
),
|
|
quality: Direct(Debug),
|
|
tags: [],
|
|
)
|