Added the last two chapters and some Event Items #1

Merged
SaengerItsWar merged 2 commits from dev into main 2023-04-16 17:47:01 +02:00
8 changed files with 3 additions and 3 deletions
Showing only changes of commit 723bbfc659 - Show all commits

View file

@ -854,7 +854,7 @@ function antiHemoragicSyringe() {
medkitAddons.push(antiHemoragicSyringe());
function refinedSerum() {
var addon = selectAddOn("Refined Serum", ["A refined version of the Putrid Serum that's mostly safe for human consumption. Mostly.", "Creates a Blight trail behind the Survivor.", "Moderately increases Movement speed for 16 seconds."], "event", "second use", "IconAddon_refinedSerum.png", "First Aid Kit", ["extra", "extra", "extra"]);
var addon = selectAddOn("Refined Serum", ["A refined version of the Putrid Serum that's mostly safe for human consumption. Mostly.", "Creates a Blight trail behind the Survivor.", "Moderately increases Movement speed for 16 seconds."], "event", "second use", "iconAddon_blightedSyringe.png", "First Aid Kit", ["extra", "extra", "extra"]);
return addon;
}
@ -1058,12 +1058,12 @@ function oddBulb() {
flashlightAddons.push(oddBulb());
function brokenBulb() {
var addon = selectAddOn("Broken Bulb", ["A damaged bulb that causes a spooky flickering effect.", "Causes the Flashlight to flicker."], "event", "Tremendously increased effect and less battery life.", "IconAddon_brokenBulb.png", "Flashlight", ["extra", "extra"]);
var addon = selectAddOn("Broken Bulb", ["A damaged bulb that causes a spooky flickering effect.", "Causes the Flashlight to flicker."], "event", "Tremendously increased effect and less battery life.", "iconAddon_brokenFlashlightBulb.png", "Flashlight", ["extra", "extra"]);
return addon;
}
//ADD
flashlightAddons.push(oddBulb());
flashlightAddons.push(brokenBulb());
//ADD ADDITIONAL ITEMS OF THIS TYPE ABOVE THIS LINE
//key Add-ons

Binary file not shown.

Before

Width:  |  Height:  |  Size: 120 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 119 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 156 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 136 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 122 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 129 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 120 KiB