include chest models

This commit is contained in:
timokoesters 2020-03-15 19:53:58 +01:00
parent f167825709
commit 9b15027f60
2 changed files with 16 additions and 0 deletions
assets/common/items/armor/chest

@ -0,0 +1,8 @@
Item(
name: "Assassin Chest",
description: "Only the best for a member of the creed.",
kind: Armor(
kind: Chest(Assassin),
stats: 20,
),
)

@ -0,0 +1,8 @@
Item(
name: "Iron Chestplate",
description: "Arrows to the stomach are soooo last update.",
kind: Armor(
kind: Chest(PlateGreen0),
stats: 20,
),
)