mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
17 lines
373 B
Plaintext
17 lines
373 B
Plaintext
ItemDef(
|
|
name: "Caduceus",
|
|
description: "The snakes seem to be alive",
|
|
kind: Tool((
|
|
kind: Sceptre,
|
|
hands: Two,
|
|
stats: Direct((
|
|
equip_time_secs: 0.4,
|
|
power: 1.67,
|
|
poise_strength: 1.5,
|
|
speed: 1.2,
|
|
crit_chance: 0.078125,
|
|
)),
|
|
)),
|
|
quality: Legendary,
|
|
tags: [],
|
|
) |