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

20 lines
462 B
Rust
Raw Normal View History

2021-08-02 20:46:43 +00:00
ItemDef(
2024-01-13 18:22:50 +00:00
legacy_name: "Belzeshrub the Broom God",
legacy_description: "'Is it... alive?'",
2021-08-02 20:46:43 +00:00
kind: Tool((
kind: Sceptre,
hands: Two,
stats: (
2021-08-02 20:46:43 +00:00
equip_time_secs: 0.4,
power: 2.5,
effect_power: 1.0,
speed: 0.8,
range: 1.0,
energy_efficiency: 1.0,
buff_strength: 1.0,
),
2021-08-02 20:46:43 +00:00
)),
quality: Artifact,
2021-08-02 20:46:43 +00:00
tags: [],
ability_spec: None,
)