mirror of
https://github.com/Deathgarden-Rebirth/Deathgarden_Rebirth-Rewrite.git
synced 2026-04-26 02:00:32 -05:00
Merge pull request #54 from Deathgarden-Rebirth/Test
Patch Notes History
This commit is contained in:
commit
c9a1ef5359
|
|
@ -47,6 +47,12 @@ public function downloadLauncher()
|
|||
abort(404);
|
||||
}
|
||||
|
||||
public function patchNotes(): Factory|Application|View|\Illuminate\Contracts\Foundation\Application
|
||||
{
|
||||
static::setTitle('Deathgarden: Rebirth | Patch Notes');
|
||||
return view('web.patch-notes');
|
||||
}
|
||||
|
||||
public function howToPlay(): Factory|Application|View|\Illuminate\Contracts\Foundation\Application
|
||||
{
|
||||
static::setTitle('Deathgarden: Rebirth | How to Play');
|
||||
|
|
|
|||
|
|
@ -56,7 +56,11 @@ class="bg-slate-700 mx-4 p-2 rounded gap-4 flex justify-center outline outline-1
|
|||
<span class="font-bold">Download</span>
|
||||
</x-web.sidebar.button>
|
||||
|
||||
<x-web.sidebar.button routeName="how-to-play">
|
||||
<x-web.sidebar.button routeName="patch-notes">
|
||||
<span class="font-bold">Patch Notes</span>
|
||||
</x-web.sidebar.button>
|
||||
|
||||
<x-web.sidebar.button routeName="how-to-play">
|
||||
<span class="font-bold">How to Play</span>
|
||||
</x-web.sidebar.button>
|
||||
|
||||
|
|
|
|||
184
dist/resources/views/web/patch-notes.blade.php
vendored
Normal file
184
dist/resources/views/web/patch-notes.blade.php
vendored
Normal file
|
|
@ -0,0 +1,184 @@
|
|||
<x-layouts.web>
|
||||
<div class="container flex flex-col justify-center items-center mx-auto py-8 2xl:px-48">
|
||||
<x-web.headline class="w-full">
|
||||
Patch Notes History
|
||||
</x-web.headline>
|
||||
<x-web.text>
|
||||
Last Updated: 12/28/2024
|
||||
</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.0.1 - Dark Instinct Hotfix #1">
|
||||
<x-web.text>
|
||||
<span class="font-bold mb-4 block">
|
||||
Release Date: December 22, 2024
|
||||
</span>
|
||||
The patch increases the "Unlimited Golden Crate" duration for Hunters to 20 seconds,
|
||||
fixes progression issues with signature challenges,
|
||||
resolves spawn and exit bugs in Survival 1v4, corrects a Wyvern's Breath ST22 spread penalty,
|
||||
and addresses weapon change issues for The Veteran and The Inquisitor.
|
||||
</x-web.text>
|
||||
<x-web.text class="font-semibold mt-4">
|
||||
<a href="https://docs.google.com/document/d/1JeT_RCmg4nJSNBxZLOlKKuhdNY9MTELIUzbdtAjBC9k/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 - Season 1: Dark Instinct">
|
||||
<x-web.text>
|
||||
<span class="font-bold mb-4 block">
|
||||
Release Date: December 19, 2024
|
||||
</span>
|
||||
Patch 1.2.0 brings back Steam Achievements, allowing players to track their progress.
|
||||
Daily, Weekly, and Event Challenges return with fresh objectives.
|
||||
The Tombstone Map gets a rework, offering a new look and feel.
|
||||
The Veteran receives a major overhaul to enhance her gameplay, while the Stalker Kit sees updates for new strategies.
|
||||
Additional balance adjustments improve the overall gameplay experience.
|
||||
</x-web.text>
|
||||
<x-web.text class="font-semibold mt-4">
|
||||
<a href="https://docs.google.com/document/d/1YNdgsviHpcZSYT1eU7-yD2RRK9esc1z2f0Z2xueobpE/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.1.8 - Dark Harvest">
|
||||
<x-web.text>
|
||||
<span class="font-bold mb-4 block">
|
||||
Release Date: October 31, 2024
|
||||
</span>
|
||||
Patch 1.1.8 introduces the Dark Harvest Halloween Event, featuring night weather state in the Deathgarden for all maps. Players can also unlock exclusive Halloween-themed masks during the event.
|
||||
</x-web.text>
|
||||
<x-web.text class="font-semibold mt-4">
|
||||
<a href="https://docs.google.com/document/d/17vu-UDhNVmiEFJo4YEPZupoZjYQEstTU9E0w7EMJIr8/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.1.7 - Balance Hotfix">
|
||||
<x-web.text>
|
||||
<span class="font-bold mb-4 block">
|
||||
Release Date: October 3, 2024
|
||||
</span>
|
||||
The "Shield" Bolt duration has been reduced, while the "Wyvern’s Breath ST22" Sniper Rifle has received a damage increase.
|
||||
</x-web.text>
|
||||
<x-web.text class="font-semibold mt-4">
|
||||
<a href="https://docs.google.com/document/d/1ehJje6QYIGnQTSUmTC3RYGaGf4JwGK0KZZ1qBTDil7I/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.1.6 - Balance Hotfix">
|
||||
<x-web.text>
|
||||
<span class="font-bold mb-4 block">
|
||||
Release Date: September 24, 2024
|
||||
</span>
|
||||
The "Heal" Bolt now takes longer to complete its healing across all levels. The "Anti-Personnel Turret" ability's detection range has been adjusted,
|
||||
with an increase at lower levels and a decrease at higher levels.
|
||||
</x-web.text>
|
||||
<x-web.text class="font-semibold mt-4">
|
||||
<a href="https://docs.google.com/document/d/1h_q8ofb4Q-r9xxCQcnXcsQ6vIrMH95T9TeZqihki5No/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.1.5 - Balance Hotfix">
|
||||
<x-web.text>
|
||||
<span class="font-bold mb-4 block">
|
||||
Release Date: September 19, 2024
|
||||
</span>
|
||||
The "Active Camo" Bolt duration has been shortened at all levels. The "Quick Rescue" Sawbones Passive now has a longer rescue speed bonus.
|
||||
The "Scavenger Invulnerability Window" has been reduced and now starts correctly when the Scavenger can move. The "Jasper 67V" Auto Shotgun has received several adjustments,
|
||||
including slower reload speed, reduced magazine size, lower max ammo reserves, and less ammo from crates.
|
||||
The "Prestige Cost" has been increased at higher tiers, with Tier 1 remaining the same.
|
||||
</x-web.text>
|
||||
<x-web.text class="font-semibold mt-4">
|
||||
<a href="https://docs.google.com/document/d/1oPwAf-MLCMSF1Q8GQ2u6pVLycelVPy17UYKUu2rX2Qg/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.1.4 - Balance Hotfix">
|
||||
<x-web.text>
|
||||
<span class="font-bold mb-4 block">
|
||||
Release Date: September 15, 2024
|
||||
</span>
|
||||
The "Rattler RX35" Grenade Launcher has a longer reload speed and no stagger effect. The Veteran Kit adjustments include reduced damage for the "Orbital Strike,"
|
||||
increased cooldown for the "I See You!" Melee, the addition of a "disrupt" effect to the Melee, and a smaller blast radius for the "Turn up the Heat" perk.
|
||||
</x-web.text>
|
||||
<x-web.text class="font-semibold mt-4">
|
||||
<a href="https://docs.google.com/document/d/1IuWM_wCkHsbrQqLMLpsVoZF6DzP9GctlL95Rf6g4kjI/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.1.3 - Balance Hotfix">
|
||||
<x-web.text>
|
||||
<span class="font-bold mb-4 block">
|
||||
Release Date: September 12, 2024
|
||||
</span>
|
||||
The "Passam Hacksaw T24" Light Machine Gun has a reduced rate of fire, increased spread, and lower ammo reserves. The "Wyvern’s Breath ST22" Sniper Rifle has faster shots,
|
||||
reduced close-range damage penalty, and a larger magazine and max ammo capacity. Drone changes reduce the total number of drones and increase activation time,
|
||||
with randomized safe zones for Scavengers. The "Resource Rush" event boosts XP and currency rates for enhanced gameplay over the weekend.
|
||||
</x-web.text>
|
||||
<x-web.text class="font-semibold mt-4">
|
||||
<a href="https://docs.google.com/document/d/1KhwmQBZP5ezbZDkpXoknCsATQCpnZgCRP0m-bjvq9u4/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.1.2 - Balance Hotfix">
|
||||
<x-web.text>
|
||||
<span class="font-bold mb-4 block">
|
||||
Release Date: September 7, 2024
|
||||
</span>
|
||||
The "Speed Boost" and "Fleet Feet" bolts/perks have reduced movement speed durations at all levels. The Blood Needle deposit requirement has been increased to 60 Blood.
|
||||
Progression adjustments include slower XP and currency gains, with standardized currency spend across all types. The currency required to max out abilities, weapons, vambraces, perks,
|
||||
and cosmetics has been adjusted. Fixed issues include visual bugs with the "Trisynkt .45C" and "Heal" Bolt, as well as a matchmaking issue that briefly disabled the queue.
|
||||
</x-web.text>
|
||||
<x-web.text class="font-semibold mt-4">
|
||||
<a href="https://docs.google.com/document/d/11bhkp6Q0wkwBBWtQdM3D5mOIsJwzYSFb7nDmdM32Hdk/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.1.1 - Launch">
|
||||
<x-web.text>
|
||||
<span class="font-bold mb-4 block">
|
||||
Release Date: September 6, 2024
|
||||
</span>
|
||||
The Launch Patch includes numerous changes to Powers, Vambraces, Weapons, Perks, and global vitality adjustments, improving overall gameplay balance and mechanics.
|
||||
</x-web.text>
|
||||
<x-web.text class="font-semibold mt-4">
|
||||
<a href="https://docs.google.com/document/d/1Jab3lV_QqLpgGdWS8_07YK6IvXW26P4SaTe3bmuX-6s/edit?usp=sharing"
|
||||
class="weblink" target="_blank" rel="noopener noreferrer">
|
||||
View Full Patch Notes
|
||||
</a>
|
||||
</x-web.text>
|
||||
</x-web.accordeon>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</x-layouts.web>
|
||||
1
dist/routes/web.php
vendored
1
dist/routes/web.php
vendored
|
|
@ -37,6 +37,7 @@
|
|||
|
||||
Route::get('download', [HomepageController::class, 'download'])->name('download');
|
||||
Route::get('download-launcher', [HomepageController::class, 'downloadLauncher'])->name('download.launcher');
|
||||
Route::get('patch-notes', [HomepageController::class, 'patchNotes'])->name('patch-notes');
|
||||
Route::get('how-to-play', [HomepageController::class, 'howToPlay'])->name('how-to-play');
|
||||
Route::get('known-issues', [HomepageController::class, 'knownIssues'])->name('known-issues');
|
||||
Route::get('eula', [HomepageController::class, 'eula'])->name('eula');
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user