veloren/assets/common/items/debug/admin_stick.ron

21 lines
534 B
Rust
Raw Normal View History

ItemDef(
name: "Belzeshrub the Broom-God",
description: "You can hear him giggle whenever\nyou hit the ground a bit too hard...",
2021-07-10 16:04:12 +00:00
kind: Tool((
kind: Debug,
hands: Two,
stats: Direct((
equip_time_secs: 0.0,
power: 1.0,
effect_power: 1.0,
speed: 1.0,
crit_chance: 0.0,
range: 1.0,
energy_efficiency: 1.0,
buff_strength: 1.0,
)),
)),
2020-10-07 02:23:20 +00:00
quality: Debug,
tags: [],
2021-07-10 16:04:12 +00:00
ability_spec: None,
)