mirror of
https://github.com/Deathgarden-Rebirth/Deathgarden_Rebirth-Rewrite.git
synced 2026-03-21 18:04:46 -05:00
Merge branch 'main' into dev
This commit is contained in:
commit
238a6dcb41
|
|
@ -30,6 +30,7 @@ class InquisitorItemConfig extends CharacterItemConfig
|
|||
protected static array $defaultEquippedBonuses = [
|
||||
'1098BEE241B1515B44013A87EDB16BDC',
|
||||
'EDB6D6B742023AE61AD8718CAC073C0E',
|
||||
'23DE0078A94D22C56B258BBD41DE6157',
|
||||
];
|
||||
|
||||
protected static array $defaultEquippedPowers = [
|
||||
|
|
|
|||
|
|
@ -30,6 +30,7 @@ class PoacherItemConfig extends CharacterItemConfig
|
|||
protected static array $defaultEquippedBonuses = [
|
||||
'0FBE5C46F94E906875E84BA3C115B9B5',
|
||||
'6BE28177483A89CF00B2FD839726ACE1',
|
||||
'1098BEE241B1515B44013A87EDB16BDC',
|
||||
];
|
||||
|
||||
protected static array $defaultEquippedPowers = [
|
||||
|
|
|
|||
|
|
@ -30,6 +30,7 @@ class StalkerItemConfig extends CharacterItemConfig
|
|||
protected static array $defaultEquippedBonuses = [
|
||||
'8A5BF2274640C2F23EF3C996A6F6404D',
|
||||
'545F88D24EAD402513C4948DE31DD6AE',
|
||||
'1098BEE241B1515B44013A87EDB16BDC',
|
||||
];
|
||||
|
||||
protected static array $defaultEquippedPowers = [
|
||||
|
|
|
|||
|
|
@ -30,6 +30,7 @@ class VeteranItemConfig extends CharacterItemConfig
|
|||
protected static array $defaultEquippedBonuses = [
|
||||
'791F12E047DA9E26E246E3859C3F587E',
|
||||
'03783FB54D88B7D88DD4509FCBBAFE68',
|
||||
'1098BEE241B1515B44013A87EDB16BDC',
|
||||
];
|
||||
|
||||
protected static array $defaultEquippedPowers = [
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ class SawbonesItemConfig extends CharacterItemConfig
|
|||
|
||||
protected static array $defaultEquippedBonuses = [
|
||||
'109BC5904DC1272D70822EBA79CC85B1',
|
||||
'54B3EF794FCB0643C4644FA15BEF31D5',
|
||||
'3F108564E52248FDB49DC77CA8083F56',
|
||||
];
|
||||
|
||||
protected static array $additionalPerks = [
|
||||
|
|
|
|||
17
dist/resources/views/web/patch-notes.blade.php
vendored
17
dist/resources/views/web/patch-notes.blade.php
vendored
|
|
@ -4,13 +4,28 @@
|
|||
Patch Notes History
|
||||
</x-web.headline>
|
||||
<x-web.text>
|
||||
Last Updated: 06/20/2025
|
||||
Last Updated: 08/07/2025
|
||||
</x-web.text>
|
||||
|
||||
<x-web.text>
|
||||
Stay up to date with all the changes, improvements, and updates in Deathgarden: Rebirth.
|
||||
Below is a complete archive of every patch since the mod's release. Click the links to view the full patch notes.
|
||||
</x-web.text>
|
||||
|
||||
<x-web.accordeon class="w-full mt-4" headline="Patch 1.2.1 - Dark Instinct | End of Year 1">
|
||||
<x-web.text>
|
||||
<span class="font-bold mb-4 block">
|
||||
Release Date: August 07, 2025
|
||||
</span>
|
||||
Patch 1.2.1 adds new reveal effects: direct hits with the Clone bolt reveal the Hunter, delivering blood briefly reveals the Scavenger. Shock now staggers Scavengers, its damage falls off with distance and it now costs stamina to use. Health crates recover stamina for all Hunters. New unique bonuses given to Sawbones and The Inquisitor.
|
||||
</x-web.text>
|
||||
<x-web.text class="font-semibold mt-4">
|
||||
<a href="https://docs.google.com/document/d/1UvVTnX3c_LXURyaK2jAng5HkeiVtUQKubdC9qoFshsY/edit?usp=sharing"
|
||||
class="weblink" target="_blank" rel="noopener noreferrer">
|
||||
View Full Patch Notes
|
||||
</a>
|
||||
</x-web.text>
|
||||
</x-web.accordeon>
|
||||
|
||||
<x-web.accordeon class="w-full mt-4" headline="Patch 1.2.0.5 - Dark Instinct Hotfix #5">
|
||||
<x-web.text>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user