veloren/assets/common/items/weapons/bow/frostwood-2.ron

18 lines
394 B
Plaintext
Raw Normal View History

ItemDef(
2021-02-25 01:37:43 +00:00
name: "Lunar Bow",
description: "Glows under the light of the moon",
2021-01-13 03:26:51 +00:00
kind: Tool((
kind: Bow,
hands: Two,
stats: Direct((
equip_time_secs: 0.4,
2021-02-25 01:37:43 +00:00
power: 1.7,
poise_strength: 0.8,
2021-02-25 01:37:43 +00:00
speed: 0.9,
crit_chance: 0.17,
crit_mult: 2.7,
)),
2021-01-13 03:26:51 +00:00
)),
2021-02-25 01:37:43 +00:00
quality: High,
tags: [],
2021-01-13 03:26:51 +00:00
)