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

21 lines
558 B
Rust
Raw Normal View History

ItemDef(
name: Direct("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: Direct(Two),
2021-07-10 16:04:12 +00:00
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,
)),
)),
quality: Direct(Debug),
tags: [],
2021-07-10 16:04:12 +00:00
ability_spec: None,
)