Skip to content

new poisons#5966

Open
Gatsby229 wants to merge 103 commits intoMonkestation:mainfrom
Gatsby229:poison
Open

new poisons#5966
Gatsby229 wants to merge 103 commits intoMonkestation:mainfrom
Gatsby229:poison

Conversation

@Gatsby229
Copy link
Copy Markdown

@Gatsby229 Gatsby229 commented Apr 4, 2026

About The Pull Request

Adds more poisons because I felt like it and the poison system is quite boring
Basically all poisons in this game are just coughing blood until you die. This will make it a bit more lucrative.
Liquid tranquility
Tranquilizer, self explanatory
Flamekiss Liquer
Reagent which does SEVERE burn damage
Impuissance/aragn venom
Hard to explain, causes bursts of immobility and some tox
Souffrance
Severely debuffs endurance and causes stress. Meant to stretch pain
Astuce
Zombie powder/capulettium. Think the stuff Juliet drinks in Romeo and Juliet
Dark sun's shine
rajaijah toxin/ makes you go insane and start biting people
kingsbane
Temporarily matthios curses you
Berry Juice
https://www.youtube.com/watch?v=E77R0e5bzIs

Why It's Good For The Game

Adds more variety on how the monarch horrifically dies, and makes poisons cooler and more in the setting in general

Changelog

🆑
add: Added craftable tranquilizer
add: Added craftable acid poison
add: Added several neurotoxins
add: Added Madness Toxin
add: Added reagent based matthios curse
qol: made aragn venom easier to purify
/:cl:

Pre-Merge Checklist

  • You tested this on a local server.
  • This code did not runtime during testing.
  • You documented all of your changes.

@Gatsby229 Gatsby229 marked this pull request as draft April 4, 2026 04:31
@github-actions github-actions Bot added the Code Maintenance Fixing this mess one line at a time label Apr 4, 2026

/datum/reagent/poison/herbal/acid/on_mob_life(mob/living/L)
. = ..()
L.adjustFireLoss(20)
Copy link
Copy Markdown
Collaborator

@CheffieGithub CheffieGithub Apr 13, 2026

Choose a reason for hiding this comment

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

I told you this is too much, kilersice is 10 with a volume requirement and that's the most lethal posion without this pr.

Life runs 5 times a second this will kill you with burn in 2 seconds with 20 damage

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

on that topic most of these should have cycle scaling or thresholds, you can look at killersice and fentanyl for examples of that

Comment thread code/modules/crafting/alchemy/herbal_recipes.dm Outdated
Comment thread code/modules/crafting/alchemy/herbal_recipes.dm Outdated
Comment thread code/modules/crafting/alchemy/herbal_recipes.dm Outdated
Comment thread code/modules/crafting/alchemy/herbal_recipes.dm Outdated

//special poisons

/datum/reagent/poison/herbal/tranq
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

/datum/reagent/poison/herbal doesn't actually do anything I don't know why it exists

/datum/reagent/toxin does per cycle toxin (can be 0) it makes more sense to use that


/datum/reagent/poison/herbal/acid/on_mob_life(mob/living/L)
. = ..()
L.adjustFireLoss(20)
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

on that topic most of these should have cycle scaling or thresholds, you can look at killersice and fentanyl for examples of that

Gatsby229 and others added 4 commits April 13, 2026 18:34
Co-authored-by: CheffieGithub <113442598+CheffieGithub@users.noreply.github.com>
Co-authored-by: CheffieGithub <113442598+CheffieGithub@users.noreply.github.com>
Co-authored-by: CheffieGithub <113442598+CheffieGithub@users.noreply.github.com>
Co-authored-by: CheffieGithub <113442598+CheffieGithub@users.noreply.github.com>
@Gatsby229
Copy link
Copy Markdown
Author

To anyone who tries to reach me on discord, Im leaving the community soon, this will be my last PR. Any comments should be directed here and only here.

@CheffieGithub
Copy link
Copy Markdown
Collaborator

If you resolve my review comments without acting on them or saying anything this isn't going to get merged, please address them

Gatsby229 and others added 4 commits April 29, 2026 21:21
Co-authored-by: CheffieGithub <113442598+CheffieGithub@users.noreply.github.com>
Co-authored-by: CheffieGithub <113442598+CheffieGithub@users.noreply.github.com>
Co-authored-by: CheffieGithub <113442598+CheffieGithub@users.noreply.github.com>
Co-authored-by: CheffieGithub <113442598+CheffieGithub@users.noreply.github.com>
@Gatsby229
Copy link
Copy Markdown
Author

Gatsby229 commented Apr 30, 2026

If you resolve my review comments without acting on them or saying anything this isn't going to get merged, please address them

I addressed several comments, unsure what you are talking about, also made some changes

@CheffieGithub
Copy link
Copy Markdown
Collaborator

The three I have unresolved

@realforest2001 realforest2001 added Feature adds a new thing FROZEN DNM but it's not your fault and removed Code Maintenance Fixing this mess one line at a time labels May 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Feature adds a new thing FROZEN DNM but it's not your fault

Projects

Status: In progress

Development

Successfully merging this pull request may close these issues.

5 participants