mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
more armour
This commit is contained in:
parent
e20feeeb0c
commit
aa36082eed
8
assets/common/items/armor/chest_assassin.ron
Normal file
8
assets/common/items/armor/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/shoulder_assassin.ron
Normal file
8
assets/common/items/armor/shoulder_assassin.ron
Normal 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,
|
||||
),
|
||||
)
|
@ -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)
BIN
assets/voxygen/voxel/armor/chest/plate.vox
(Stored with Git LFS)
Binary file not shown.
Loading…
Reference in New Issue
Block a user