veloren/assets/common/items/weapons/sceptre/loops0.ron
2021-07-11 12:50:38 -05:00

21 lines
492 B
Rust

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,
effect_power: 1.5,
speed: 1.3,
crit_chance: 0.1925,
range: 1.0,
energy_efficiency: 1.0,
buff_strength: 1.0,
)),
)),
quality: High,
tags: [],
ability_spec: None,
)