veloren/assets/common/items/weapons/shield_1.ron
2020-03-17 18:28:07 +01:00

11 lines
213 B
Plaintext

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