-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JSONify dermatiks and make the pregnancy and birth actually suck #75284
Conversation
Co-Authored-By: Anton Simakov <[email protected]>
EOCs all done by Guardian Co-Authored-By: Anton Simakov <[email protected]>
Co-authored-by: Uwuewsky <[email protected]>
You can't place a tourniquet on your torso, so I'd limit the bleed rate + blood loss to just about survivable even in that case. |
Most people wouldn't survive massive parasitic insects bursting out of any limb on the human body without immediate medical treatment, let alone the torso. |
…me redcells during "birth"
…verRaven#75284) * I have no idea what I'm doing * will it work? damn well hope so! * ew * update the docs while you're at it * clang tidy guide my hand * effects and EoCs oh my Co-Authored-By: Anton Simakov <[email protected]> * maybe now? * Update monster_attacks.json * EOC bonanza * clang tidy my beloved * typos * maybe maybe maybe? * maaaaaaaaybe? * maaaaaaaaaaaybe? * file organizing apparently * applying some review stuff * clangy * are we going somewhere? * syntax for nerds * JSONize formication EOCs all done by Guardian Co-Authored-By: Anton Simakov <[email protected]> * EOC ID naming scheme * Update data/json/monster_special_attacks/monster_attacks.json Co-authored-by: Uwuewsky <[email protected]> * we live in a bracket hell * what the fuck is this syntax * Allow piercing armor to provide preggers protection * Add sad face from giving birth to giant insect parasites * Make itchiness hardcoded once again, 'cause that's a lotta work * Add dermatik larva size counter and corresponding effects for it * Add EOCs for larva itching and birth * Rename dermatik_pregnancy to dermatik_visible * Remove the debug messages * Change formication chance and duration from the values used for debug purposes * Make the itchy witchy message bad * Nerd the thirst drain * Buffed the hunger drain and added increased metabolism * Change morale message * Remove morale effect * Remove morale type * Whoopsie doopsie, removed the activation * Adjust suck range so that all bleeding is heavy bleeding, and lose some redcells during "birth" * Prevent regen of blood and redcells while carrying dermatik * It's lintin' time * It's lintin' time 2 * It's astylin' time * It's lintin' time 3 * JSON styling * Remove dermatik attack code again * Remove deadly blood drain --------- Co-authored-by: Karol1223 <[email protected]> Co-authored-by: Anton Simakov <[email protected]> Co-authored-by: Karol1223 <[email protected]> Co-authored-by: Uwuewsky <[email protected]>
Summary
Content "Make dermatik pregnancy and birth suck significantly more"
Purpose of change
Continuation of #66358 by @Karol1223.
I noted that the effects of being pregnant with giant mutated parasitic insects was just some itching and vomiting, then upon giving birth you were dealt some minor damage and some harmless larvae were spawned, with a chance of one of them being friendly. This didn't seem to properly capture what the experience would be like.
Describe the solution
The
dermatik
effect is the general "pregnancy", incrementing a larva growth vitamin and providing consistent effects:The visible growth of the larvae is represented by the
dermatik_visible
effect, providing the names and descriptions, and also providing scaling pain and vomiting chance.Instead of happening after exactly 24 hours, the birth has a random delay. Upon birth, a number of things happen:
If the player kills the developing larvae with an antiparasitic, a significant amount of mutant toxin is released into the bloodstream, based on how grown the larvae are. The ratio assumes a 5x bioavailability of the toxin when injected compared to when eaten by mouth. There's a strong encouragement to get rid of the pregnancy sooner rather than later.
Describe alternatives you've considered
Leaving the parasitoid pregnancy to be a slap on the wrist. Compare to all other parasitoid pregnancies in real life and fiction, which have a 100% chance of a horrible death.
Testing
I got pregnant more times than I can count. The birth seems to be an appropriate level of suck. I'm uncertain about the pregnancy itself.
While wearing a full set of chitin armor, with flame-resistant clothing underneath, a dermatik took a large number of attempts to impregnate me, which seemed like a fair outcome.
Additional context