more armour

This commit is contained in:
Pfauenauge90 2020-02-27 21:07:30 +01:00 committed by timokoesters
parent e20feeeb0c
commit aa36082eed
4 changed files with 48 additions and 1 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: "Assassin Shoulder Guard",
description: "Only the best for a member of the creed.",
kind: Armor(
kind: Shoulder(Assassin),
stats: 20,
),
)

View File

@ -35,6 +35,37 @@
"element.icons.collar",
(0.0, 0.0, 0.0), (-90.0, 180.0, 10.0), 1.3,
),
// Armor
// Assassin Set
Armor(Chest(Assassin)): VoxTrans(
"voxel.armor.pants.assa",
(0.0, 0.0, 0.0), (-90.0, 180.0, 0.0), 1.2,
),
Armor(Pants(Assassin)): VoxTrans(
"voxel.armor.pants.assa",
(0.0, 0.0, 0.0), (-90.0, 180.0, 0.0), 1.2,
),
Armor(Pants(Assassin)): VoxTrans(
"voxel.armor.belt.assa",
(0.0, 0.0, 0.0), (-90.0, 180.0, 0.0), 1.2,
),
Armor(Pants(Assassin)): VoxTrans(
"voxel.armor.foot.assa",
(0.0, 0.0, 0.0), (-90.0, 180.0, 0.0), 1.2,
),
Armor(Hand(Assassin)): VoxTrans(
"voxel.armor.hand.assa_left",
(0.0, 0.0, 0.0), (-90.0, 180.0, 0.0), 1.2,
),
Armor(Shoulder(Assassin)): VoxTrans(
"voxel.armor.pants.assa",
(0.0, 0.0, 0.0), (-90.0, 180.0, 0.0), 1.2,
),
// Starting Armor - Plate
Armor(Chest(Plate)): VoxTrans(
"voxel.armor.chest.plate",
(0.0, 0.0, 0.0), (-90.0, 180.0, 0.0), 1.2,
),
// Consumables
Consumable(Apple): VoxTrans(
"element.icons.item_apple",

BIN
assets/voxygen/voxel/armor/chest/plate.vox (Stored with Git LFS)

Binary file not shown.