veloren/assets/common/items/weapons/sceptre/amethyst.ron

21 lines
498 B
Rust
Raw Normal View History

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,
2021-07-06 01:32:12 +00:00
range: 1.0,
energy_efficiency: 1.0,
2021-07-10 16:04:12 +00:00
buff_strength: 1.0,
),
)),
quality: Epic,
tags: [],
2021-07-06 01:32:12 +00:00
ability_spec: None,
)