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(
|
ItemDef(
|
||||||
name: "Cultist Slayer Mantle",
|
name: "Righteous Champion Mantle",
|
||||||
description: "For light and honor.",
|
description: "For light and honor.",
|
||||||
kind: Armor((
|
kind: Armor((
|
||||||
kind: Back("CultistSlayer"),
|
kind: Back("CultistSlayer"),
|
||||||
stats: (
|
stats: (
|
||||||
protection: Normal(3.0),
|
protection: Normal(6.0),
|
||||||
poise_resilience: Normal(1.0),
|
poise_resilience: Normal(1.2),
|
||||||
),
|
),
|
||||||
)),
|
)),
|
||||||
quality: Epic,
|
quality: Epic,
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
ItemDef(
|
ItemDef(
|
||||||
name: "Cultist Slayer Belt",
|
name: "Righteous Champion Belt",
|
||||||
description: "For light and honor.",
|
description: "For light and honor.",
|
||||||
kind: Armor((
|
kind: Armor((
|
||||||
kind: Belt("CultistSlayer"),
|
kind: Belt("CultistSlayer"),
|
||||||
stats: (
|
stats: (
|
||||||
protection: Normal(6.0),
|
protection: Normal(8.0),
|
||||||
poise_resilience: Normal(1.0),
|
poise_resilience: Normal(1.1),
|
||||||
),
|
),
|
||||||
)),
|
)),
|
||||||
quality: Epic,
|
quality: Epic,
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
ItemDef(
|
ItemDef(
|
||||||
name: "Cultist Slayer Harness",
|
name: "Righteous Champion Harness",
|
||||||
description: "For light and honor.",
|
description: "For light and honor.",
|
||||||
kind: Armor((
|
kind: Armor((
|
||||||
kind: Chest("CultistSlayer"),
|
kind: Chest("CultistSlayer"),
|
||||||
stats: (
|
stats: (
|
||||||
protection: Normal(30.0),
|
protection: Normal(34.0),
|
||||||
poise_resilience: Normal(1.0),
|
poise_resilience: Normal(1.4),
|
||||||
),
|
),
|
||||||
)),
|
)),
|
||||||
quality: Epic,
|
quality: Epic,
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
ItemDef(
|
ItemDef(
|
||||||
name: "Cultist Slayer Sabatons",
|
name: "Righteous Champion Sabatons",
|
||||||
description: "For light and honor.",
|
description: "For light and honor.",
|
||||||
kind: Armor((
|
kind: Armor((
|
||||||
kind: Foot("CultistSlayer"),
|
kind: Foot("CultistSlayer"),
|
||||||
stats: (
|
stats: (
|
||||||
protection: Normal(6.0),
|
protection: Normal(8.0),
|
||||||
poise_resilience: Normal(1.0),
|
poise_resilience: Normal(1.2),
|
||||||
),
|
),
|
||||||
)),
|
)),
|
||||||
quality: Epic,
|
quality: Epic,
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
ItemDef(
|
ItemDef(
|
||||||
name: "Cultist Slayer Gloves",
|
name: "Righteous Champion Gloves",
|
||||||
description: "For light and honor.",
|
description: "For light and honor.",
|
||||||
kind: Armor((
|
kind: Armor((
|
||||||
kind: Hand("CultistSlayer"),
|
kind: Hand("CultistSlayer"),
|
||||||
stats: (
|
stats: (
|
||||||
protection: Normal(12.0),
|
protection: Normal(15.0),
|
||||||
poise_resilience: Normal(8.0),
|
poise_resilience: Normal(10.0),
|
||||||
),
|
),
|
||||||
)),
|
)),
|
||||||
quality: Epic,
|
quality: Epic,
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
ItemDef(
|
ItemDef(
|
||||||
name: "Cultist Slayer Gauntlets",
|
name: "Righteous Champion Gauntlets",
|
||||||
description: "For light and honor.",
|
description: "For light and honor.",
|
||||||
kind: Armor((
|
kind: Armor((
|
||||||
kind: Pants("CultistSlayer"),
|
kind: Pants("CultistSlayer"),
|
||||||
stats: (
|
stats: (
|
||||||
protection: Normal(24.0),
|
protection: Normal(28.0),
|
||||||
poise_resilience: Normal(1.0),
|
poise_resilience: Normal(1.4),
|
||||||
),
|
),
|
||||||
)),
|
)),
|
||||||
quality: Epic,
|
quality: Epic,
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
ItemDef(
|
ItemDef(
|
||||||
name: "Cultist Slayer Pauldrons",
|
name: "Righteous Champion Pauldrons",
|
||||||
description: "For light and honor.",
|
description: "For light and honor.",
|
||||||
kind: Armor((
|
kind: Armor((
|
||||||
kind: Shoulder("CultistSlayer"),
|
kind: Shoulder("CultistSlayer"),
|
||||||
stats: (
|
stats: (
|
||||||
protection: Normal(18.0),
|
protection: Normal(22.0),
|
||||||
poise_resilience: Normal(1.0),
|
poise_resilience: Normal(1.5),
|
||||||
),
|
),
|
||||||
)),
|
)),
|
||||||
quality: Epic,
|
quality: Epic,
|
||||||
|
@ -4,7 +4,7 @@ ItemDef(
|
|||||||
kind: Lantern(
|
kind: Lantern(
|
||||||
(
|
(
|
||||||
kind: "GeodePurp",
|
kind: "GeodePurp",
|
||||||
color: (r: 144, g: 88, b: 181),
|
color: (r: 200, g: 26, b: 255),
|
||||||
strength_thousandths: 8000,
|
strength_thousandths: 8000,
|
||||||
flicker_thousandths: 600,
|
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
|
color: None
|
||||||
),
|
),
|
||||||
"CultistSlayer": (
|
"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
|
color: None
|
||||||
),
|
),
|
||||||
},
|
},
|
||||||
|
@ -212,11 +212,11 @@
|
|||||||
),
|
),
|
||||||
"CultistSlayer": (
|
"CultistSlayer": (
|
||||||
left: (
|
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
|
color: None
|
||||||
),
|
),
|
||||||
right: (
|
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
|
color: None
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
|
@ -125,7 +125,7 @@
|
|||||||
color: None
|
color: None
|
||||||
),
|
),
|
||||||
"CultistSlayer": (
|
"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
|
color: None
|
||||||
),
|
),
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user