gemu armour models, adjustments

This commit is contained in:
Monty 2021-04-23 03:24:03 +02:00
parent 47b4d7a14a
commit 040c0724b3
22 changed files with 42 additions and 51 deletions

View File

@ -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,

View File

@ -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,

View File

@ -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,

View File

@ -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,

View File

@ -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,

View File

@ -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,

View File

@ -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,

View File

@ -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)

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -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
),
},

View File

@ -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
)
),

View File

@ -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
),
},