mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
21 lines
490 B
Rust
21 lines
490 B
Rust
ItemDef(
|
|
name: "Empty Item",
|
|
description: "This item may grant abilities, but is invisible",
|
|
kind: Tool((
|
|
kind: Empty,
|
|
hands: One,
|
|
stats: (
|
|
equip_time_secs: 0.2,
|
|
power: 1.0,
|
|
effect_power: 1.0,
|
|
speed: 1.0,
|
|
crit_chance: 0.0625,
|
|
range: 1.0,
|
|
energy_efficiency: 1.0,
|
|
buff_strength: 1.0,
|
|
),
|
|
)),
|
|
quality: Low,
|
|
tags: [],
|
|
ability_spec: None,
|
|
) |