veloren/assets/common/items/tool/pickaxe_stone.ron
2021-07-05 20:32:12 -05:00

19 lines
393 B
Plaintext

ItemDef(
name: "Stone Pickaxe",
description: "Strike the earth!",
kind: Tool((
kind: Pick,
hands: Two,
stats: Direct((
equip_time_secs: 0.25,
power: 0.75,
poise_strength: 0.25,
speed: 0.5,
crit_chance: 0.0,
range: 1.0,
)),
)),
quality: Low,
tags: [CraftingTool],
)