2021-03-21 16:09:16 +00:00
|
|
|
ItemDef(
|
2021-06-05 22:24:31 +00:00
|
|
|
name: "Steel Pickaxe",
|
2021-03-21 16:09:16 +00:00
|
|
|
description: "Strike the earth!",
|
|
|
|
kind: Tool((
|
|
|
|
kind: Pick,
|
2021-07-27 01:58:06 +00:00
|
|
|
hands: Direct(Two),
|
2021-03-21 16:09:16 +00:00
|
|
|
stats: Direct((
|
|
|
|
equip_time_secs: 0.25,
|
2021-03-21 20:38:08 +00:00
|
|
|
power: 0.75,
|
2021-07-11 04:22:00 +00:00
|
|
|
effect_power: 0.25,
|
2021-06-02 04:26:19 +00:00
|
|
|
speed: 1.3,
|
2021-03-21 17:45:01 +00:00
|
|
|
crit_chance: 0.0,
|
2021-07-06 01:32:12 +00:00
|
|
|
range: 1.0,
|
2021-07-07 03:51:30 +00:00
|
|
|
energy_efficiency: 1.0,
|
2021-07-10 16:04:12 +00:00
|
|
|
buff_strength: 1.0,
|
2021-03-21 16:09:16 +00:00
|
|
|
)),
|
|
|
|
)),
|
2021-06-07 03:06:55 +00:00
|
|
|
quality: Moderate,
|
2021-07-10 16:04:12 +00:00
|
|
|
tags: [
|
|
|
|
CraftingTool,
|
|
|
|
],
|
|
|
|
ability_spec: None,
|
|
|
|
)
|