Skip to content

Commit

Permalink
Added Chapter 28.5 DLC Content
Browse files Browse the repository at this point in the history
  • Loading branch information
SaengerItsWar committed Jul 26, 2023
1 parent d499f48 commit 39ea79b
Show file tree
Hide file tree
Showing 7 changed files with 36 additions and 2 deletions.
34 changes: 34 additions & 0 deletions dbdbuilder2.js
Original file line number Diff line number Diff line change
Expand Up @@ -465,6 +465,16 @@ function selectGabriel() {
//ADD
survivors.push(selectGabriel());

function selectNicolas() {
var nicolas = new selectSurvivor();
nicolas.name = "Nicolas Cage";
nicolas.portrait = "S38_charPreview_portrait.png";
return nicolas;
}

//ADD
survivors.push(selectNicolas());

//ADD ANY NEW SURVIVORS ABOVE HERE AND THEN PUSH TO LIST -- P L O X
//end base survivor section
//begin loadout item section
Expand Down Expand Up @@ -7487,6 +7497,30 @@ function scavenger() {
//ADD
survivorPerks.push(scavenger());

function dramaturgy() {
var perk = selectPerk("Dramaturgy", ["perk text"], ["extra"], "Very Rare", "perk text", "iconPerks_Dramaturgy.png", "survivor", "Nicolas Cage");
return perk;
}

//ADD
survivorPerks.push(dramaturgy());

function scenePartner() {
var perk = selectPerk("Scene Partner", ["perk text"], ["extra"], "Very Rare", "perk text", "iconPerks_ScenePartner.png", "survivor", "Nicolas Cage");
return perk;
}

//ADD
survivorPerks.push(scenePartner());

function plotTwist() {
var perk = selectPerk("Plot Twist", ["perk text"], ["extra"], "Very Rare", "perk text", "iconPerks_PlotTwist.png", "survivor", "Nicolas Cage");
return perk;
}

//ADD
survivorPerks.push(plotTwist());

//end specific survivor perk section

//begin specific killer perk section
Expand Down
Binary file added graphics/S38_charPreview_portrait.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added graphics/iconPerks_Dramaturgy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added graphics/iconPerks_PlotTwist.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added graphics/iconPerks_ScenePartner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@
<br>
<div id="blurb">
<!--<p>Questions? Comments? Found a bug? Contact me on Twitter! <a href="https://twitter.com/Vykaris" class="twitter-follow-button" data-show-count="false">Follow @Vykaris</a><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script></p><p id="disclaimer">All copyrighted material displayed here is property of its owners. This site is not officially affiliated with the developer or publisher of Dead By Daylight.</p>-->
<p><font color="red" size="5">CHAPTER XXVIII: End Transmission DLC content has been added to the site.(14.06.2023)</font><br>Questions? Comments? Found a bug? Contact me on Twitter! <a href="https://twitter.com/Saengerkrieg12">@Saengerkrieg12</a> (currently Updating and Hosting DBD-Builder) <a href="https://twitter.com/Vykaris">@Vykaris</a> (Original Maker of DBD-Builder) <a href="https://github.com/SaengerItsWar/dbdbuilder/">Source Code</a></p><p id="disclaimer">All copyrighted material displayed here is property of its owners. This site is not officially affiliated with the developer or publisher of Dead By Daylight.</p>
<p><font color="red" size="5">CHAPTER XXVIII.V: Nicolas Cage DLC content has been added to the site.(26.07.2023)</font><br>Questions? Comments? Found a bug? Contact me on Twitter! <a href="https://twitter.com/Saengerkrieg12">@Saengerkrieg12</a> (currently Updating and Hosting DBD-Builder) <a href="https://twitter.com/Vykaris">@Vykaris</a> (Original Maker of DBD-Builder) <a href="https://github.com/SaengerItsWar/dbdbuilder/">Source Code</a></p><p id="disclaimer">All copyrighted material displayed here is property of its owners. This site is not officially affiliated with the developer or publisher of Dead By Daylight.</p>
</div>
</div>
<div id="overpanel">
Expand Down
2 changes: 1 addition & 1 deletion sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<url>
<loc>https://dbdbuilder.de/</loc>
<lastmod>2023-06-14T2:33:00+02:00</lastmod>
<lastmod>2023-07-26T05:33:00+02:00</lastmod>
</url>


Expand Down

0 comments on commit 39ea79b

Please sign in to comment.