veloren/assets/common/items/tool/pickaxe_stone.ron

22 lines
473 B
Rust
Raw Normal View History

2021-03-21 16:09:16 +00:00
ItemDef(
2024-01-13 18:22:50 +00:00
legacy_name: "Stone Pickaxe",
legacy_description: "Strike the earth!",
2021-03-21 16:09:16 +00:00
kind: Tool((
kind: Pick,
hands: Two,
stats: (
2021-03-21 16:09:16 +00:00
equip_time_secs: 0.25,
power: 0.75,
effect_power: 0.25,
2021-06-05 22:24:31 +00:00
speed: 0.5,
2021-07-06 01:32:12 +00:00
range: 1.0,
energy_efficiency: 1.0,
2021-07-10 16:04:12 +00:00
buff_strength: 1.0,
),
2021-03-21 16:09:16 +00:00
)),
quality: Low,
2021-07-10 16:04:12 +00:00
tags: [
CraftingTool,
],
ability_spec: None,
)