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

11 lines
213 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 (
ToolData (
kind: Shield(BasicShield),
2020-03-16 12:40:14 +00:00
equip_time_millis: 400,
)
),
)