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

11 lines
204 B
Plaintext
Raw Normal View History

2020-03-16 12:40:14 +00:00
Item(
name: "A Shield",
description: "Legends tell this item is useless.",
kind: Tool (
2020-03-28 07:51:24 +00:00
(
kind: Shield(BasicShield),
2020-03-16 12:40:14 +00:00
equip_time_millis: 400,
)
),
)