From: HerCoyote23 <131214189+HerCoyote23@users.noreply.github.com> Date: Sat, 7 Oct 2023 13:05:40 +0000 (-0600) Subject: Spiders inject toxin (#19497) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=d87cb63a4e1120f33383220371c35dc7c4a82122;p=space-station-14.git Spiders inject toxin (#19497) * Spider poison * No more double damage * add toxin regeneration --------- Co-authored-by: Slava0135 --- diff --git a/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml b/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml index fc75798b94..7af84db8e5 100644 --- a/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml +++ b/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml @@ -1633,7 +1633,19 @@ damage: types: Piercing: 6 - Poison: 6 + - type: SolutionContainerManager + solutions: + melee: + maxVol: 30 + - type: SolutionRegeneration + solution: melee + generated: + reagents: + - ReagentId: Toxin + Quantity: 1 + - type: MeleeChemicalInjector + transferAmount: 0.75 + solution: melee - type: ReplacementAccent accent: xeno - type: InteractionPopup @@ -1710,7 +1722,6 @@ damage: types: Piercing: 8 - Poison: 6 - type: FootstepModifier footstepSoundCollection: collection: FootstepClownFast