mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
16 lines
334 B
Plaintext
16 lines
334 B
Plaintext
ItemDef(
|
|
name: "Empty Item",
|
|
description: "This item may grant abilities, but is invisible",
|
|
kind: Tool (
|
|
(
|
|
kind: Empty,
|
|
stats: (
|
|
equip_time_millis: 200,
|
|
power: 1.00,
|
|
speed: 1.0
|
|
),
|
|
)
|
|
),
|
|
quality: Low,
|
|
)
|