mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
14 lines
249 B
Plaintext
14 lines
249 B
Plaintext
|
Item(
|
||
|
name: "Empty",
|
||
|
description: "You expected a description?",
|
||
|
kind: Tool (
|
||
|
(
|
||
|
kind: Empty,
|
||
|
stats: (
|
||
|
equip_time_millis: 200,
|
||
|
power: 1.00,
|
||
|
),
|
||
|
)
|
||
|
),
|
||
|
)
|