veloren/assets/common/items/weapons/tool/pickaxe.ron
BottledByte dc91209a7b Removed fine-grained Item enums and replaced them with Strings
This change allows to introduce new weapons and pair them
with graphical assets without need to recompile.
2020-08-02 01:21:32 +00:00

14 lines
260 B
Plaintext

Item(
name: "Pickaxe",
description: "It has a chipped edge.",
kind: Tool (
(
kind: Farming("Pickaxe0"),
stats: (
equip_time_millis: 400,
power: 1.00,
),
)
),
)