veloren/assets/common/items/weapons/tool/shovel-0.ron

20 lines
445 B
Plaintext
Raw Normal View History

ItemDef(
2020-04-30 20:43:24 +00:00
name: "Shovel",
description: "It's covered in manure.",
2021-01-13 03:26:51 +00:00
kind: Tool((
kind: Farming,
hands: Two,
stats: Direct((
equip_time_secs: 0.4,
2021-01-13 03:26:51 +00:00
power: 1.0,
poise_strength: 2.0,
2021-01-13 03:26:51 +00:00
speed: 1.0,
2021-03-12 01:30:15 +00:00
crit_chance: 0.1125,
2021-07-06 01:32:12 +00:00
range: 1.0,
energy_efficiency: 1.0,
)),
2021-01-13 03:26:51 +00:00
)),
2020-10-07 02:23:20 +00:00
quality: Common,
tags: [],
2021-07-06 01:32:12 +00:00
ability_spec: None,
2021-01-13 03:26:51 +00:00
)