veloren/assets/common/items/weapons/bow/bone-1.ron

16 lines
350 B
Plaintext
Raw Normal View History

ItemDef(
name: "Horn Bow",
2021-02-25 01:37:43 +00:00
description: "The horns aren't from any creature you know",
2021-01-13 03:26:51 +00:00
kind: Tool((
kind: Bow,
hands: Two,
stats: Direct((
2021-01-13 03:26:51 +00:00
equip_time_millis: 400,
2021-02-25 01:37:43 +00:00
power: 1.2,
poise_strength: 0.8,
2021-02-25 01:37:43 +00:00
speed: 0.8,
)),
2021-01-13 03:26:51 +00:00
)),
2020-10-07 02:23:20 +00:00
quality: Moderate,
tags: [],
2021-01-13 03:26:51 +00:00
)