diff --git a/dbdbuilder2.js b/dbdbuilder2.js index 414e43b..a0ecb50 100644 --- a/dbdbuilder2.js +++ b/dbdbuilder2.js @@ -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 @@ -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 diff --git a/graphics/S38_charPreview_portrait.png b/graphics/S38_charPreview_portrait.png new file mode 100644 index 0000000..e1b0904 Binary files /dev/null and b/graphics/S38_charPreview_portrait.png differ diff --git a/graphics/iconPerks_Dramaturgy.png b/graphics/iconPerks_Dramaturgy.png new file mode 100644 index 0000000..0a250a2 Binary files /dev/null and b/graphics/iconPerks_Dramaturgy.png differ diff --git a/graphics/iconPerks_PlotTwist.png b/graphics/iconPerks_PlotTwist.png new file mode 100644 index 0000000..8049eef Binary files /dev/null and b/graphics/iconPerks_PlotTwist.png differ diff --git a/graphics/iconPerks_ScenePartner.png b/graphics/iconPerks_ScenePartner.png new file mode 100644 index 0000000..7b8836b Binary files /dev/null and b/graphics/iconPerks_ScenePartner.png differ diff --git a/index.html b/index.html index b94e7e9..d8f3fa1 100644 --- a/index.html +++ b/index.html @@ -562,7 +562,7 @@
-

CHAPTER XXVIII: End Transmission DLC content has been added to the site.(14.06.2023)
Questions? Comments? Found a bug? Contact me on Twitter! @Saengerkrieg12 (currently Updating and Hosting DBD-Builder) @Vykaris (Original Maker of DBD-Builder) Source Code

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.

+

CHAPTER XXVIII.V: Nicolas Cage DLC content has been added to the site.(26.07.2023)
Questions? Comments? Found a bug? Contact me on Twitter! @Saengerkrieg12 (currently Updating and Hosting DBD-Builder) @Vykaris (Original Maker of DBD-Builder) Source Code

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.

diff --git a/sitemap.xml b/sitemap.xml index 68b4e85..b777e27 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -9,7 +9,7 @@ https://dbdbuilder.de/ - 2023-06-14T2:33:00+02:00 + 2023-07-26T05:33:00+02:00