mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Added armour items and equipping of armour
This commit is contained in:
parent
898150bd23
commit
98e8c79b1c
8
assets/common/items/armor/chest_plate.ron
Normal file
8
assets/common/items/armor/chest_plate.ron
Normal file
@ -0,0 +1,8 @@
|
||||
Item(
|
||||
name: "Iron Chestplate",
|
||||
description: "Arrows to the stomach are soooo last update.",
|
||||
kind: Armor(
|
||||
kind: Chest(Plate),
|
||||
stats: 20,
|
||||
),
|
||||
)
|
Loading…
x
Reference in New Issue
Block a user