veloren/assets/common/items/weapons/staff/solar.ron

21 lines
520 B
Rust

ItemDef(
name: Direct("Solar Staff"),
description: "Sun energy rumble deep within this staff",
kind: Tool((
kind: Staff,
hands: Direct(Two),
stats: Direct((
equip_time_secs: 0.3,
power: 0.9,
effect_power: 1.0,
speed: 1.1,
crit_chance: 0.125,
range: 1.0,
energy_efficiency: 1.0,
buff_strength: 1.0,
)),
)),
quality: Direct(Moderate),
tags: [],
ability_spec: None,
)