include chest models

This commit is contained in:
timokoesters 2020-03-15 19:53:58 +01:00
parent db6099a62f
commit 1e9f081f10
2 changed files with 16 additions and 0 deletions

View File

@ -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,
),
)

View File

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