forked from Bubberstation/Bubberstation
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'Bubberstation:master' into master
- Loading branch information
Showing
44 changed files
with
987 additions
and
130 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
//Minimum toxin damage required to transformed. The victim must also be dead. | ||
#define CHANGELING_ZOMBIE_TOXINS_THRESHOLD_TO_TRANSFORM 100 | ||
|
||
//Minimum time required to actually transform when all conditions are met. | ||
#define CHANGELING_ZOMBIE_MINIMUM_TRANSFORM_DELAY (30 SECONDS) | ||
|
||
//Minimum toxin damage to enter the curable stage. Reducing toxins damage back to 0 cures. | ||
#define CHANGELING_ZOMBIE_TOXINS_THRESHOLD_TO_CURE 50 | ||
|
||
//Toxin damage per second dealt to living beings with the infection. This doubles every minute. | ||
#define CHANGELING_ZOMBIE_TOXINS_PER_SECOND_LIVING 0.5 | ||
|
||
//Toxin damage per second dealt to dead beings with the infection. This doubles every minute. | ||
#define CHANGELING_ZOMBIE_TOXINS_PER_SECOND_DEAD 1.5 | ||
|
||
//Infection chance per instance when a melee attack is supposed to draw blood. This applies to changeling zombies spawned via the event. | ||
#define CHANGELING_ZOMBIE_INFECT_CHANCE 80 | ||
|
||
//Infection chance per instance when a melee attack is supposed to draw blood. This applies to changeling zombies created by changelings. | ||
#define CHANGELING_ZOMBIE_INFECT_CHANCE_LESSER 0 | ||
|
||
//Infection cooldown to be able to infect another person after a successful infection. | ||
#define CHANGELING_ZOMBIE_REINFECT_DELAY (3 SECONDS) | ||
|
||
//Passive healing provided per second to changeling zombies. Randomly chosen between brute/burn. | ||
#define CHANGELING_ZOMBIE_PASSIVE_HEALING 1 | ||
|
||
//Amount of time it takes to regenerate a limb, after losing one. Resets when a limb is regrown or another limb is lost. | ||
#define CHANGELING_ZOMBIE_LIMB_REGEN_TIME (30 SECONDS) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
author: "BurgerBB" | ||
delete-after: True | ||
changes: | ||
- rscadd: "Adds Changeling Zombies to the game. This is meant to replace RNA zombies and Tumor Zombies as a balanced, updated, and functional alternative." | ||
- rscadd: "Being husked/absorbed from a regular Changeling turns you into an unaligned/unaffiliated changeling zombie. Note that this also cures your husk infection once turned." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
author: "BurgerBB" | ||
delete-after: True | ||
changes: | ||
- balance: "Wearing the tinfoil hat no longer gives you a phobia of conspiracy theories. Tinfoil hat is no longer single use and will work indefinitely until removed." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
author: "BurgerBB" | ||
delete-after: True | ||
changes: | ||
- balance: "Adds Monkeydone, a chemical that transforms monkeys into humans. It can be made by mixing 10u Unstable Mutagen + 10u Mutadone + 1u Salt to make 1u Monkeydone." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
author: "Cecily-C-Catherine" | ||
delete-after: True | ||
changes: | ||
- rscadd: "Added new sprites and code to allow the choosing of sprites" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
author: "YakumoChen" | ||
delete-after: True | ||
changes: | ||
- bugfix: "Fixes guns being in imports again due to code reversion" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
117 changes: 0 additions & 117 deletions
117
modular_skyrat/modules/company_imports/code/armament_datums/microstar_energy.dm
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.