mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
gemu armour models, adjustments
This commit is contained in:
parent
47b4d7a14a
commit
040c0724b3
@ -1,11 +1,11 @@
|
||||
ItemDef(
|
||||
name: "Cultist Slayer Mantle",
|
||||
name: "Righteous Champion Mantle",
|
||||
description: "For light and honor.",
|
||||
kind: Armor((
|
||||
kind: Back("CultistSlayer"),
|
||||
stats: (
|
||||
protection: Normal(3.0),
|
||||
poise_resilience: Normal(1.0),
|
||||
protection: Normal(6.0),
|
||||
poise_resilience: Normal(1.2),
|
||||
),
|
||||
)),
|
||||
quality: Epic,
|
||||
|
@ -1,11 +1,11 @@
|
||||
ItemDef(
|
||||
name: "Cultist Slayer Belt",
|
||||
name: "Righteous Champion Belt",
|
||||
description: "For light and honor.",
|
||||
kind: Armor((
|
||||
kind: Belt("CultistSlayer"),
|
||||
stats: (
|
||||
protection: Normal(6.0),
|
||||
poise_resilience: Normal(1.0),
|
||||
protection: Normal(8.0),
|
||||
poise_resilience: Normal(1.1),
|
||||
),
|
||||
)),
|
||||
quality: Epic,
|
||||
|
@ -1,11 +1,11 @@
|
||||
ItemDef(
|
||||
name: "Cultist Slayer Harness",
|
||||
name: "Righteous Champion Harness",
|
||||
description: "For light and honor.",
|
||||
kind: Armor((
|
||||
kind: Chest("CultistSlayer"),
|
||||
stats: (
|
||||
protection: Normal(30.0),
|
||||
poise_resilience: Normal(1.0),
|
||||
protection: Normal(34.0),
|
||||
poise_resilience: Normal(1.4),
|
||||
),
|
||||
)),
|
||||
quality: Epic,
|
||||
|
@ -1,11 +1,11 @@
|
||||
ItemDef(
|
||||
name: "Cultist Slayer Sabatons",
|
||||
name: "Righteous Champion Sabatons",
|
||||
description: "For light and honor.",
|
||||
kind: Armor((
|
||||
kind: Foot("CultistSlayer"),
|
||||
stats: (
|
||||
protection: Normal(6.0),
|
||||
poise_resilience: Normal(1.0),
|
||||
protection: Normal(8.0),
|
||||
poise_resilience: Normal(1.2),
|
||||
),
|
||||
)),
|
||||
quality: Epic,
|
||||
|
@ -1,11 +1,11 @@
|
||||
ItemDef(
|
||||
name: "Cultist Slayer Gloves",
|
||||
name: "Righteous Champion Gloves",
|
||||
description: "For light and honor.",
|
||||
kind: Armor((
|
||||
kind: Hand("CultistSlayer"),
|
||||
stats: (
|
||||
protection: Normal(12.0),
|
||||
poise_resilience: Normal(8.0),
|
||||
protection: Normal(15.0),
|
||||
poise_resilience: Normal(10.0),
|
||||
),
|
||||
)),
|
||||
quality: Epic,
|
||||
|
@ -1,11 +1,11 @@
|
||||
ItemDef(
|
||||
name: "Cultist Slayer Gauntlets",
|
||||
name: "Righteous Champion Gauntlets",
|
||||
description: "For light and honor.",
|
||||
kind: Armor((
|
||||
kind: Pants("CultistSlayer"),
|
||||
stats: (
|
||||
protection: Normal(24.0),
|
||||
poise_resilience: Normal(1.0),
|
||||
protection: Normal(28.0),
|
||||
poise_resilience: Normal(1.4),
|
||||
),
|
||||
)),
|
||||
quality: Epic,
|
||||
|
@ -1,11 +1,11 @@
|
||||
ItemDef(
|
||||
name: "Cultist Slayer Pauldrons",
|
||||
name: "Righteous Champion Pauldrons",
|
||||
description: "For light and honor.",
|
||||
kind: Armor((
|
||||
kind: Shoulder("CultistSlayer"),
|
||||
stats: (
|
||||
protection: Normal(18.0),
|
||||
poise_resilience: Normal(1.0),
|
||||
protection: Normal(22.0),
|
||||
poise_resilience: Normal(1.5),
|
||||
),
|
||||
)),
|
||||
quality: Epic,
|
||||
|
@ -4,7 +4,7 @@ ItemDef(
|
||||
kind: Lantern(
|
||||
(
|
||||
kind: "GeodePurp",
|
||||
color: (r: 144, g: 88, b: 181),
|
||||
color: (r: 200, g: 26, b: 255),
|
||||
strength_thousandths: 8000,
|
||||
flicker_thousandths: 600,
|
||||
),
|
||||
|
BIN
assets/voxygen/background/bg_13.png
(Stored with Git LFS)
BIN
assets/voxygen/background/bg_13.png
(Stored with Git LFS)
Binary file not shown.
BIN
assets/voxygen/voxel/armor/cultist_slayer/back.vox
(Stored with Git LFS)
BIN
assets/voxygen/voxel/armor/cultist_slayer/back.vox
(Stored with Git LFS)
Binary file not shown.
BIN
assets/voxygen/voxel/armor/cultist_slayer/belt.vox
(Stored with Git LFS)
BIN
assets/voxygen/voxel/armor/cultist_slayer/belt.vox
(Stored with Git LFS)
Binary file not shown.
BIN
assets/voxygen/voxel/armor/cultist_slayer/chest.vox
(Stored with Git LFS)
BIN
assets/voxygen/voxel/armor/cultist_slayer/chest.vox
(Stored with Git LFS)
Binary file not shown.
BIN
assets/voxygen/voxel/armor/cultist_slayer/hand_l.vox
(Stored with Git LFS)
BIN
assets/voxygen/voxel/armor/cultist_slayer/hand_l.vox
(Stored with Git LFS)
Binary file not shown.
BIN
assets/voxygen/voxel/armor/cultist_slayer/hand_r.vox
(Stored with Git LFS)
BIN
assets/voxygen/voxel/armor/cultist_slayer/hand_r.vox
(Stored with Git LFS)
Binary file not shown.
BIN
assets/voxygen/voxel/armor/cultist_slayer/pants.vox
(Stored with Git LFS)
BIN
assets/voxygen/voxel/armor/cultist_slayer/pants.vox
(Stored with Git LFS)
Binary file not shown.
BIN
assets/voxygen/voxel/armor/cultist_slayer/shoe_l.vox
(Stored with Git LFS)
BIN
assets/voxygen/voxel/armor/cultist_slayer/shoe_l.vox
(Stored with Git LFS)
Binary file not shown.
BIN
assets/voxygen/voxel/armor/cultist_slayer/shoe_r.vox
(Stored with Git LFS)
BIN
assets/voxygen/voxel/armor/cultist_slayer/shoe_r.vox
(Stored with Git LFS)
Binary file not shown.
BIN
assets/voxygen/voxel/armor/cultist_slayer/shoulder_l.vox
(Stored with Git LFS)
BIN
assets/voxygen/voxel/armor/cultist_slayer/shoulder_l.vox
(Stored with Git LFS)
Binary file not shown.
BIN
assets/voxygen/voxel/armor/cultist_slayer/shoulder_r.vox
(Stored with Git LFS)
BIN
assets/voxygen/voxel/armor/cultist_slayer/shoulder_r.vox
(Stored with Git LFS)
Binary file not shown.
@ -97,7 +97,7 @@
|
||||
color: None
|
||||
),
|
||||
"CultistSlayer": (
|
||||
vox_spec: ("armor.cultist_slayer.belt", (-5.0, -4.0, 1.0)),
|
||||
vox_spec: ("armor.cultist_slayer.belt", (-4.0, -4.0, 1.0)),
|
||||
color: None
|
||||
),
|
||||
},
|
||||
|
@ -212,11 +212,11 @@
|
||||
),
|
||||
"CultistSlayer": (
|
||||
left: (
|
||||
vox_spec: ("armor.cultist_slayer.hand_l", (-4.0, -2.0, -4.5)),
|
||||
vox_spec: ("armor.cultist_slayer.hand_l", (-4.0, -2.0, -3.5)),
|
||||
color: None
|
||||
),
|
||||
right: (
|
||||
vox_spec: ("armor.cultist_slayer.hand_l", (-2.0, -2.0, -4.5)),
|
||||
vox_spec: ("armor.cultist_slayer.hand_l", (-2.0, -2.0, -3.5)),
|
||||
color: None
|
||||
)
|
||||
),
|
||||
|
@ -125,7 +125,7 @@
|
||||
color: None
|
||||
),
|
||||
"CultistSlayer": (
|
||||
vox_spec: ("armor.cultist_slayer.pants", (-5.0, -3.0, -1.0)),
|
||||
vox_spec: ("armor.cultist_slayer.pants", (-6.0, -3.1, 0.0)),
|
||||
color: None
|
||||
),
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user