veloren/assets/common/items/weapons/shield_1.ron
2020-03-16 13:40:14 +01:00

11 lines
200 B
Plaintext

Item(
name: "A Shield",
description: "Legends tell this item is useless.",
kind: Tool (
ToolData (
kind: Shield,
equip_time_millis: 400,
)
),
)