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

21 lines
515 B
Rust
Raw Normal View History

2021-08-02 20:46:43 +00:00
ItemDef(
name: Direct("Belzeshrub the Broom God"),
2021-08-02 20:46:43 +00:00
description: "'Is it... alive?'",
kind: Tool((
kind: Sceptre,
hands: Direct(Two),
2021-08-02 20:46:43 +00:00
stats: Direct((
equip_time_secs: 0.4,
power: 2.5,
effect_power: 1.0,
speed: 0.8,
crit_chance: 0.078125,
range: 1.0,
energy_efficiency: 1.0,
buff_strength: 1.0,
)),
)),
quality: Direct(Artifact),
2021-08-02 20:46:43 +00:00
tags: [],
ability_spec: None,
)