mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
include chest models
This commit is contained in:
parent
db6099a62f
commit
1e9f081f10
8
assets/common/items/armor/chest/chest_assassin.ron
Normal file
8
assets/common/items/armor/chest/chest_assassin.ron
Normal 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,
|
||||
),
|
||||
)
|
8
assets/common/items/armor/chest/chest_plate_green-0.ron
Normal file
8
assets/common/items/armor/chest/chest_plate_green-0.ron
Normal 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,
|
||||
),
|
||||
)
|
Loading…
Reference in New Issue
Block a user