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

18 lines
369 B
Plaintext
Raw Normal View History

2021-03-21 16:09:16 +00:00
ItemDef(
2021-06-05 22:24:31 +00:00
name: "Stone Pickaxe",
2021-03-21 16:09:16 +00:00
description: "Strike the earth!",
kind: Tool((
kind: Pick,
hands: Two,
stats: Direct((
equip_time_secs: 0.25,
power: 0.75,
2021-03-21 16:09:16 +00:00
poise_strength: 0.25,
2021-06-05 22:24:31 +00:00
speed: 0.5,
2021-03-21 17:45:01 +00:00
crit_chance: 0.0,
2021-03-21 16:09:16 +00:00
)),
)),
quality: Low,
2021-04-04 13:02:27 +00:00
tags: [CraftingTool],
2021-03-21 16:09:16 +00:00
)