more assa armour parts

This commit is contained in:
Pfauenauge90 2020-03-03 20:52:10 +01:00 committed by timokoesters
parent 0c49cd8596
commit 6cb68fabea
5 changed files with 28 additions and 2 deletions

View File

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

View File

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

View File

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

View File

@ -58,7 +58,7 @@
(0.0, 0.0, 0.0), (-90.0, 180.0, 0.0), 1.2, (0.0, 0.0, 0.0), (-90.0, 180.0, 0.0), 1.2,
), ),
Armor(Shoulder(Assassin)): VoxTrans( Armor(Shoulder(Assassin)): VoxTrans(
"voxel.armor.shoulder.assa", "voxel.armor.shoulder.assa_left",
(0.0, 0.0, 0.0), (-90.0, 180.0, 0.0), 1.2, (0.0, 0.0, 0.0), (-90.0, 180.0, 0.0), 1.2,
), ),
// Starting Armor - Plate // Starting Armor - Plate
@ -113,3 +113,5 @@
(0.0, -7.0, 0.0), (90.0, 90.0, 0.0), 1.6, (0.0, -7.0, 0.0), (90.0, 90.0, 0.0), 1.6,
), ),
}) })

View File

@ -22,7 +22,7 @@
), ),
Assassin: ( Assassin: (
left: ( left: (
vox_spec: ("armor.shoulder.assa_left", (-4.5, -3.0, 0.1)), vox_spec: ("armor.shoulder.assa_left", (-4.0, -3.5, 0.1)),
color: None color: None
), ),
right: ( right: (