mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
14 lines
253 B
Rust
14 lines
253 B
Rust
ItemDef(
|
|
name: Direct("Testing Boots"),
|
|
description: "Hopefully this test doesn't break!",
|
|
kind: Armor(
|
|
(
|
|
kind: Foot("Dark"),
|
|
stats: (
|
|
),
|
|
)
|
|
),
|
|
quality: Direct(Low),
|
|
tags: [],
|
|
)
|