mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
14 lines
254 B
Rust
14 lines
254 B
Rust
ItemDef(
|
|
name: "Velorite Admin Cape",
|
|
description: "Where did I put my banhammer again?",
|
|
kind: Armor(
|
|
(
|
|
kind: Back("VeloriteMage"),
|
|
stats: (
|
|
),
|
|
)
|
|
),
|
|
quality: Debug,
|
|
tags: [],
|
|
)
|