mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
11 lines
200 B
Plaintext
11 lines
200 B
Plaintext
|
Item(
|
||
|
name: "A Shield",
|
||
|
description: "Legends tell this item is useless.",
|
||
|
kind: Tool (
|
||
|
ToolData (
|
||
|
kind: Shield,
|
||
|
equip_time_millis: 400,
|
||
|
)
|
||
|
),
|
||
|
)
|