mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
16 lines
340 B
Plaintext
16 lines
340 B
Plaintext
ItemDef(
|
|
name: "Uneven Bow",
|
|
description: "Someone carved their initials into it.",
|
|
kind: Tool((
|
|
kind: Bow,
|
|
hands: Two,
|
|
stats: Direct((
|
|
equip_time_secs: 0.4,
|
|
power: 0.5,
|
|
poise_strength: 0.3,
|
|
speed: 1.0,
|
|
)),
|
|
)),
|
|
quality: Low,
|
|
tags: [],
|
|
) |