veloren/assets/common/items/weapons/starter_bow.ron

9 lines
158 B
Plaintext
Raw Normal View History

Item(
name: "Your first bow",
description: "A dusty bow that looks surprisingly weak",
kind: Tool(
kind: Bow,
power: 10,
),
)