mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
16 lines
336 B
Plaintext
16 lines
336 B
Plaintext
ItemDef(
|
|
name: "Soothing Loop",
|
|
description: "Do you really want to live forever?",
|
|
kind: Tool(
|
|
(
|
|
kind: Sceptre,
|
|
stats: (
|
|
equip_time_millis: 400,
|
|
power: 1.2,
|
|
speed: 1.5
|
|
),
|
|
)
|
|
),
|
|
quality: High,
|
|
)
|