mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
more assa armour parts
This commit is contained in:
parent
0c49cd8596
commit
6cb68fabea
8
assets/common/items/armor/belt_assassin.ron
Normal file
8
assets/common/items/armor/belt_assassin.ron
Normal 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,
|
||||
),
|
||||
)
|
8
assets/common/items/armor/foot_assassin.ron
Normal file
8
assets/common/items/armor/foot_assassin.ron
Normal 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,
|
||||
),
|
||||
)
|
8
assets/common/items/armor/hand_assassin.ron
Normal file
8
assets/common/items/armor/hand_assassin.ron
Normal 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,
|
||||
),
|
||||
)
|
@ -58,7 +58,7 @@
|
||||
(0.0, 0.0, 0.0), (-90.0, 180.0, 0.0), 1.2,
|
||||
),
|
||||
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,
|
||||
),
|
||||
// Starting Armor - Plate
|
||||
@ -113,3 +113,5 @@
|
||||
(0.0, -7.0, 0.0), (90.0, 90.0, 0.0), 1.6,
|
||||
),
|
||||
})
|
||||
|
||||
|
||||
|
@ -22,7 +22,7 @@
|
||||
),
|
||||
Assassin: (
|
||||
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
|
||||
),
|
||||
right: (
|
||||
|
Loading…
Reference in New Issue
Block a user