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