veloren/assets/common/items/debug/plate_hand.ron

9 lines
152 B
Plaintext
Raw Normal View History

2020-04-07 18:12:51 +00:00
Item(
name: "Iron Handguards",
2020-04-26 01:44:56 +00:00
description: "Hands\n\nArmor: 0\n\n",
2020-04-07 18:12:51 +00:00
kind: Armor(
kind: Hand(Plate0),
stats: (20),
),
)