diff --git a/assets/common/items/armor/cultist_slayer/back.ron b/assets/common/items/armor/cultist_slayer/back.ron index 31f0719084..96df9f5fe5 100644 --- a/assets/common/items/armor/cultist_slayer/back.ron +++ b/assets/common/items/armor/cultist_slayer/back.ron @@ -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, diff --git a/assets/common/items/armor/cultist_slayer/belt.ron b/assets/common/items/armor/cultist_slayer/belt.ron index 7c8cb79d3f..b7dcf29c8d 100644 --- a/assets/common/items/armor/cultist_slayer/belt.ron +++ b/assets/common/items/armor/cultist_slayer/belt.ron @@ -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, diff --git a/assets/common/items/armor/cultist_slayer/chest.ron b/assets/common/items/armor/cultist_slayer/chest.ron index 77723e1e6d..139e873211 100644 --- a/assets/common/items/armor/cultist_slayer/chest.ron +++ b/assets/common/items/armor/cultist_slayer/chest.ron @@ -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, diff --git a/assets/common/items/armor/cultist_slayer/foot.ron b/assets/common/items/armor/cultist_slayer/foot.ron index ff168b0adf..408bad25ce 100644 --- a/assets/common/items/armor/cultist_slayer/foot.ron +++ b/assets/common/items/armor/cultist_slayer/foot.ron @@ -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, diff --git a/assets/common/items/armor/cultist_slayer/hand.ron b/assets/common/items/armor/cultist_slayer/hand.ron index 6942eeecf0..240543a38d 100644 --- a/assets/common/items/armor/cultist_slayer/hand.ron +++ b/assets/common/items/armor/cultist_slayer/hand.ron @@ -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, diff --git a/assets/common/items/armor/cultist_slayer/pants.ron b/assets/common/items/armor/cultist_slayer/pants.ron index 4532872a4e..836268c91e 100644 --- a/assets/common/items/armor/cultist_slayer/pants.ron +++ b/assets/common/items/armor/cultist_slayer/pants.ron @@ -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, diff --git a/assets/common/items/armor/cultist_slayer/shoulder.ron b/assets/common/items/armor/cultist_slayer/shoulder.ron index c19cf4b5cc..a498a8ad5d 100644 --- a/assets/common/items/armor/cultist_slayer/shoulder.ron +++ b/assets/common/items/armor/cultist_slayer/shoulder.ron @@ -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, diff --git a/assets/common/items/lantern/geode_purp.ron b/assets/common/items/lantern/geode_purp.ron index 8278353341..028c713de1 100644 --- a/assets/common/items/lantern/geode_purp.ron +++ b/assets/common/items/lantern/geode_purp.ron @@ -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, ), diff --git a/assets/voxygen/background/bg_13.png b/assets/voxygen/background/bg_13.png index e5d2d13b54..d86fb28f3a 100644 --- a/assets/voxygen/background/bg_13.png +++ b/assets/voxygen/background/bg_13.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2d1a72735e0fad46410db7c517a80d95ddddf0b76ed798f3bcfc1098bda125c7 -size 1314819 +oid sha256:997ee5f2bc09b8345b0b2b823fa880f6f516aca14be3d693321ac83889307a24 +size 1230786 diff --git a/assets/voxygen/voxel/armor/cultist_slayer/back.vox b/assets/voxygen/voxel/armor/cultist_slayer/back.vox index b79e13ea92..19cc940317 100644 --- a/assets/voxygen/voxel/armor/cultist_slayer/back.vox +++ b/assets/voxygen/voxel/armor/cultist_slayer/back.vox @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0ab1bcb6cf6a9b303ddb7846d6772f8a8f9692bfa1c4d60445b8ccd26afd35ae -size 27135 +oid sha256:3dc5fd07e14ae4582c8e256393f7de03ed13d33ebf887244a2b800a616d372df +size 1520 diff --git a/assets/voxygen/voxel/armor/cultist_slayer/belt.vox b/assets/voxygen/voxel/armor/cultist_slayer/belt.vox index 4da3d019c4..9989f095dc 100644 --- a/assets/voxygen/voxel/armor/cultist_slayer/belt.vox +++ b/assets/voxygen/voxel/armor/cultist_slayer/belt.vox @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ec1b6e993373c6a4fcb8bbcb1584075179c4d674d62d2f7f2d4364959d552a77 -size 27127 +oid sha256:91dd668f9ee26e6934e476987db05e6ff7653b68208fdbbc305ee84269228872 +size 1576 diff --git a/assets/voxygen/voxel/armor/cultist_slayer/chest.vox b/assets/voxygen/voxel/armor/cultist_slayer/chest.vox index 33b67d3da3..33e7f5ca3f 100644 --- a/assets/voxygen/voxel/armor/cultist_slayer/chest.vox +++ b/assets/voxygen/voxel/armor/cultist_slayer/chest.vox @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9eab1a2542f0607367020099998025a5f5cce1d18b01b4952aa5993511ee9251 -size 2960 +oid sha256:e85a90b030c7d6e44bcfd669abed54ca08421f0972a01b3cd2745fe44b0a0cbf +size 3104 diff --git a/assets/voxygen/voxel/armor/cultist_slayer/hand_l.vox b/assets/voxygen/voxel/armor/cultist_slayer/hand_l.vox index 855c5b17b5..70b69edd55 100644 --- a/assets/voxygen/voxel/armor/cultist_slayer/hand_l.vox +++ b/assets/voxygen/voxel/armor/cultist_slayer/hand_l.vox @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5deca8e1c529eaf20be5772a06019ca81f8bf44033ddda5a3a63c11c6e23f089 -size 26991 +oid sha256:66bfe77d84b329171b1da2e824ec79b398ccea1da268f0d2c54e8b56e5ea316a +size 1412 diff --git a/assets/voxygen/voxel/armor/cultist_slayer/hand_r.vox b/assets/voxygen/voxel/armor/cultist_slayer/hand_r.vox deleted file mode 100644 index 855c5b17b5..0000000000 --- a/assets/voxygen/voxel/armor/cultist_slayer/hand_r.vox +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5deca8e1c529eaf20be5772a06019ca81f8bf44033ddda5a3a63c11c6e23f089 -size 26991 diff --git a/assets/voxygen/voxel/armor/cultist_slayer/pants.vox b/assets/voxygen/voxel/armor/cultist_slayer/pants.vox index a0165b076e..7730169aed 100644 --- a/assets/voxygen/voxel/armor/cultist_slayer/pants.vox +++ b/assets/voxygen/voxel/armor/cultist_slayer/pants.vox @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c3bfd314aa1d9f5efac77cb4a7a3f56bbaabffccfa0a1b261064af76f0255daf -size 27575 +oid sha256:0455e23913cc492eb1e1e4d832a081e57974025ebf91ae40608a4d5d8b3c662e +size 2240 diff --git a/assets/voxygen/voxel/armor/cultist_slayer/shoe_l.vox b/assets/voxygen/voxel/armor/cultist_slayer/shoe_l.vox index c9af0bb6ce..4dc3103432 100644 --- a/assets/voxygen/voxel/armor/cultist_slayer/shoe_l.vox +++ b/assets/voxygen/voxel/armor/cultist_slayer/shoe_l.vox @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:63450e055a9418c75b3621c5d45037da6485202e3266540dd79ea6c54860d95b -size 1564 +oid sha256:101b495f970c65aaf471d29d11456174790a7071a75ab6e7273802f06a159be4 +size 1568 diff --git a/assets/voxygen/voxel/armor/cultist_slayer/shoe_r.vox b/assets/voxygen/voxel/armor/cultist_slayer/shoe_r.vox deleted file mode 100644 index 39f1a5f869..0000000000 --- a/assets/voxygen/voxel/armor/cultist_slayer/shoe_r.vox +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:23bbf8761c7b51af4d34dc7e490f8e4bde1807821c449f9f12edeaf0c8e57231 -size 27155 diff --git a/assets/voxygen/voxel/armor/cultist_slayer/shoulder_l.vox b/assets/voxygen/voxel/armor/cultist_slayer/shoulder_l.vox index ce26a8b9ac..a3d38a8912 100644 --- a/assets/voxygen/voxel/armor/cultist_slayer/shoulder_l.vox +++ b/assets/voxygen/voxel/armor/cultist_slayer/shoulder_l.vox @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:40be30233b89ed9f5f130aa4249ae05ab8079ed6564b7074997d493111b4335e -size 2192 +oid sha256:592f5ce6978f02604fea0ee6492ec861d4d241bc4cb888a05870aaa5598f98c9 +size 2072 diff --git a/assets/voxygen/voxel/armor/cultist_slayer/shoulder_r.vox b/assets/voxygen/voxel/armor/cultist_slayer/shoulder_r.vox deleted file mode 100644 index 831a049b88..0000000000 --- a/assets/voxygen/voxel/armor/cultist_slayer/shoulder_r.vox +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eca7992a259089054e4765ad001565fd8b9e14f1704d6cf17604cd8f6e0c14b9 -size 27799 diff --git a/assets/voxygen/voxel/humanoid_armor_belt_manifest.ron b/assets/voxygen/voxel/humanoid_armor_belt_manifest.ron index 9339190040..52b1d3dd27 100644 --- a/assets/voxygen/voxel/humanoid_armor_belt_manifest.ron +++ b/assets/voxygen/voxel/humanoid_armor_belt_manifest.ron @@ -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 ), }, diff --git a/assets/voxygen/voxel/humanoid_armor_hand_manifest.ron b/assets/voxygen/voxel/humanoid_armor_hand_manifest.ron index 67d447dd87..cbe5abc5e9 100644 --- a/assets/voxygen/voxel/humanoid_armor_hand_manifest.ron +++ b/assets/voxygen/voxel/humanoid_armor_hand_manifest.ron @@ -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 ) ), diff --git a/assets/voxygen/voxel/humanoid_armor_pants_manifest.ron b/assets/voxygen/voxel/humanoid_armor_pants_manifest.ron index 9df8da9166..bf7df5d6c4 100644 --- a/assets/voxygen/voxel/humanoid_armor_pants_manifest.ron +++ b/assets/voxygen/voxel/humanoid_armor_pants_manifest.ron @@ -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 ), },