Skip to content
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

Drink effects pt1 #7692

Draft
wants to merge 13 commits into
base: master
Choose a base branch
from

Conversation

null-Aurelian
Copy link
Contributor

@null-Aurelian null-Aurelian commented Oct 11, 2022

About The Pull Request

Adds various effects to alcoholic drinks. Benefits are supposed to be thematic with the descriptions or names of the drinks. Effects are intended to be narrow in scope or require specific triggers so not to overlap too strongly with normal stims.

This is a draft to get feedback on ideas and to poll for other drink effects.

Why It's Good For The Game

Makes it so that club has more reason to make difficult drinks and for patrons to order drinks specific to their perks and context, even if they do not have a desire for those drink flavors.

Changelog

🆑
change: Devil's Kiss drink grants a speed boost if drinker is on fire
change: Demon's Blood drink grants a 10% burn damage resist if body temperature is above 311K
change: Aloe grants double sanity gain on ingest if the drinker has burn damage
change: Amasec grants up to 15 Toughness if the drinker has the Gunslinger perk
change: Hooch heals OXY at half the rate of tricordizine if the drinker is Alcoholic
change: Moonshine heals like tricordizine for BRUTE and BURN only if the drinker is Alcoholic
change: Beepsky Smash grants 15 ROB to characters with Survivor (IH job) perk, still stuns everyone else
change: Singulo treats weakness for characters with Exotic Inspiration (TM job perk), adds weakness for everyone else
/:cl:

@Firefox13
Copy link
Contributor

Sbiten/Moonshine could give TGH bonus to technomancers/alcoholics
Toxins Specials could give COG bonus for scientists cuz' bomb
Beepsky Smash maybe should not affect IH personnel and buff them too

Just don't add so it also checks antags because muh valid check

@null-Aurelian
Copy link
Contributor Author

I can do that, but what is the reason for Sbiten? As far as I know it doesn't have any theming for alcoholics or technomancers.
And yeah valid checks would be a dumb effect.

@Firefox13
Copy link
Contributor

Hard stuff.
I'm just throwing ideas.

@null-Aurelian
Copy link
Contributor Author

If that is the case I'll probably tie Hooch and Moonshine to the Alcoholic perk
Technomancers should probably get some of the more interesting drinks

Moonshine restores brute and burn like tricord if Alcoholic
Provides ~15 ROB for IH-specific Survivor Perk
Retains stun effect for non-IH characters
code/modules/reagents/reagents/food-Drinks.dm Outdated Show resolved Hide resolved
/datum/reagent/alcohol/hooch/affect_ingest(mob/living/carbon/M, alien, effect_multiplier)
. = ..()
if(M.stats.getPerk(PERK_ALCOHOLIC))
M.add_chemical_effect(CE_PAINKILLER, 15) //Acts as Inaprovaline painkiller if alcoholic
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Alcohol already provides painkiller effect, depending on it's strength.
With formula of max(35 - (strength / 2), 1)) and strength of hooch of 1, we'll get 34.5 painkiller effect.
This adds 15 on top, to a whooping 49.4, 0.6 short of being as good as a tramadol.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see, I didn't realize that. Changed effect to heal OxyLoss at -0.3, half strength of Tricord. I didn't have any other ideas for what the effect could be, so this is kinda a placeholder until someone gets an actually good idea.

Hooch now heals oxyloss if alcoholic (half strength of Tricord)
Amasec bonus stats now a flat 15
Beepsky Smash bonus stats now a flat 15
Singulo weakens non-technomancers and inverts the effect on ingest
@Deal5
Copy link
Contributor

Deal5 commented Jan 18, 2024

Good stuff: I like the gameyfying drinks so people can actually think what they want to drink, IH preferring beepskies when choosing makes good impression for a Bartender that will make it for them, and people who are looking at this interaction

Neutral: Not all drinks seem to have effects, looking at changes. It's a good step forward towards arcade shit, still.

Complain: Potential issue - battle drinks. If people will start gulping a drink for a battle instead of stims, this may and probably will look weird and will solidify sweating ass playstyle to kill someone.

Potential but unlikely solution - long-lasting effects (+optionally not OP effects, so the drinks are the pleasant, but that will not be your primary focus in game), so people don't have an incentive to save a drink for emergency moments and instead drink it NOW, so for the next 10 minutes they don't need to worry about anything and won't need to sweat their ass

More likely solution - make drinks THAT HAVE EFFECTS turn into shit liquid if noone drinks them for [x] minutes, it was fresh, now it isn't, better drink it in the bar, while it's ready, or it will fucking die.

Suggestion:

Also just have fun with the drinks, DRG vibes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants