mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
18 lines
412 B
Plaintext
18 lines
412 B
Plaintext
ItemDef(
|
|
name: "Soothing Loop",
|
|
description: "Do you really want to live forever?",
|
|
kind: Tool((
|
|
kind: Sceptre,
|
|
hands: Two,
|
|
stats: Direct((
|
|
equip_time_secs: 0.4,
|
|
power: 1.2,
|
|
poise_strength: 1.5,
|
|
speed: 1.3,
|
|
crit_chance: 0.1925,
|
|
crit_mult: 1.4329004,
|
|
)),
|
|
)),
|
|
quality: High,
|
|
tags: [],
|
|
) |