veloren/assets/common/items/weapons/tool/pickaxe.ron

16 lines
322 B
Plaintext
Raw Normal View History

ItemDef(
2020-04-30 20:43:24 +00:00
name: "Pickaxe",
description: "It has a chipped edge.",
2021-01-13 03:26:51 +00:00
kind: Tool((
kind: Farming,
hands: Two,
2021-01-13 03:26:51 +00:00
stats: (
equip_time_millis: 400,
power: 1.0,
poise_strength: 1.0,
2021-01-13 03:26:51 +00:00
speed: 1.0,
),
)),
2020-10-07 02:23:20 +00:00
quality: Common,
tags: [],
2021-01-13 03:26:51 +00:00
)