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

21 lines
500 B
Rust
Raw Normal View History

ItemDef(
name: "Soothing Loop",
description: "Do you really want to live forever?",
kind: Tool((
kind: Sceptre,
hands: Direct(Two),
stats: Direct((
equip_time_secs: 0.4,
power: 1.2,
effect_power: 1.5,
speed: 1.3,
2021-03-12 01:30:15 +00:00
crit_chance: 0.1925,
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: High,
tags: [],
2021-07-06 01:32:12 +00:00
ability_spec: None,
)