mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
16 lines
339 B
Plaintext
16 lines
339 B
Plaintext
ItemDef(
|
|
name: "Eldwood Bow",
|
|
description: "The wood feels old, yet still alive",
|
|
kind: Tool((
|
|
kind: Bow,
|
|
hands: Two,
|
|
stats: Direct((
|
|
equip_time_secs: 0.4,
|
|
power: 1.8,
|
|
poise_strength: 0.8,
|
|
speed: 1.0,
|
|
)),
|
|
)),
|
|
quality: High,
|
|
tags: [],
|
|
) |