mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
14 lines
213 B
Rust
14 lines
213 B
Rust
ItemDef(
|
|
name: "Velorite Belt",
|
|
description: "",
|
|
kind: Armor(
|
|
(
|
|
kind: Belt("VeloriteMage"),
|
|
stats: (
|
|
),
|
|
)
|
|
),
|
|
quality: Debug,
|
|
tags: [],
|
|
)
|