veloren/assets/common/items/weapons/shield_1.ron
2020-03-28 03:51:24 -04:00

11 lines
204 B
Plaintext

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