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

11 lines
173 B
Plaintext
Raw Normal View History

2020-03-16 12:40:14 +00:00
Item(
name: "A Shield",
2020-04-26 01:44:56 +00:00
description: "WIP",
2020-03-16 12:40:14 +00:00
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,
)
),
)