mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
21 lines
498 B
Rust
21 lines
498 B
Rust
ItemDef(
|
|
name: "Amethyst Staff",
|
|
description: "Its stone is the closest thing from perfection",
|
|
kind: Tool((
|
|
kind: Sceptre,
|
|
hands: Two,
|
|
stats: (
|
|
equip_time_secs: 0.4,
|
|
power: 1.8,
|
|
effect_power: 1.5,
|
|
speed: 1.2,
|
|
crit_chance: 0.088125,
|
|
range: 1.0,
|
|
energy_efficiency: 1.0,
|
|
buff_strength: 1.0,
|
|
),
|
|
)),
|
|
quality: Epic,
|
|
tags: [],
|
|
ability_spec: None,
|
|
) |