From: rumaks Date: Thu, 30 Oct 2025 20:41:13 +0000 (+0000) Subject: Fix the ethanol guidebook entry (#41192) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=036fef8054ce390540d86d9e417e0cbe88bc137b;p=space-station-14.git Fix the ethanol guidebook entry (#41192) change liver metabolism rate to 1 --- diff --git a/Resources/Prototypes/Body/Organs/Animal/animal.yml b/Resources/Prototypes/Body/Organs/Animal/animal.yml index 4aa14a440d..152c4c4112 100644 --- a/Resources/Prototypes/Body/Organs/Animal/animal.yml +++ b/Resources/Prototypes/Body/Organs/Animal/animal.yml @@ -125,7 +125,6 @@ metabolizerTypes: [ Animal ] groups: - id: Alcohol - rateModifier: 0.1 - type: Item size: Small heldPrefix: liver diff --git a/Resources/Prototypes/Body/Organs/Animal/slimes.yml b/Resources/Prototypes/Body/Organs/Animal/slimes.yml index c3e1965c06..0c72945c7a 100644 --- a/Resources/Prototypes/Body/Organs/Animal/slimes.yml +++ b/Resources/Prototypes/Body/Organs/Animal/slimes.yml @@ -19,7 +19,7 @@ - id: Poison - id: Narcotic - id: Alcohol - rateModifier: 0.2 + rateModifier: 2 - type: SolutionContainerManager solutions: stomach: diff --git a/Resources/Prototypes/Body/Organs/arachnid.yml b/Resources/Prototypes/Body/Organs/arachnid.yml index 129c06a688..337ead6e09 100644 --- a/Resources/Prototypes/Body/Organs/arachnid.yml +++ b/Resources/Prototypes/Body/Organs/arachnid.yml @@ -123,7 +123,6 @@ metabolizerTypes: [Animal] groups: - id: Alcohol - rateModifier: 0.1 # removes alcohol very slowly along with the stomach removing it as a drink - type: entity id: OrganArachnidKidneys diff --git a/Resources/Prototypes/Body/Organs/diona.yml b/Resources/Prototypes/Body/Organs/diona.yml index cf8e2d0c0a..81cee7c442 100644 --- a/Resources/Prototypes/Body/Organs/diona.yml +++ b/Resources/Prototypes/Body/Organs/diona.yml @@ -92,7 +92,6 @@ - id: Poison - id: Narcotic - id: Alcohol - rateModifier: 0.1 - type: Item size: Small heldPrefix: stomach diff --git a/Resources/Prototypes/Body/Organs/human.yml b/Resources/Prototypes/Body/Organs/human.yml index 4d7a077d4e..4ac5faf67b 100644 --- a/Resources/Prototypes/Body/Organs/human.yml +++ b/Resources/Prototypes/Body/Organs/human.yml @@ -225,7 +225,6 @@ metabolizerTypes: [Human] groups: - id: Alcohol - rateModifier: 0.1 # removes alcohol very slowly along with the stomach removing it as a drink - type: entity id: OrganHumanKidneys diff --git a/Resources/Prototypes/Body/Organs/slime.yml b/Resources/Prototypes/Body/Organs/slime.yml index ca22d25423..7f1a96a7f0 100644 --- a/Resources/Prototypes/Body/Organs/slime.yml +++ b/Resources/Prototypes/Body/Organs/slime.yml @@ -19,7 +19,7 @@ - id: Poison - id: Narcotic - id: Alcohol - rateModifier: 0.25 + rateModifier: 2.5 - type: SolutionContainerManager solutions: stomach: @@ -37,7 +37,7 @@ size: Small heldPrefix: brain - + - type: entity id: OrganSlimeLungs parent: BaseHumanOrgan diff --git a/Resources/Prototypes/Reagents/Consumable/Drink/alcohol.yml b/Resources/Prototypes/Reagents/Consumable/Drink/alcohol.yml index 3e35837dda..f25dee1391 100644 --- a/Resources/Prototypes/Reagents/Consumable/Drink/alcohol.yml +++ b/Resources/Prototypes/Reagents/Consumable/Drink/alcohol.yml @@ -162,6 +162,7 @@ meltingPoint: -114.1 metabolisms: Alcohol: + metabolismRate: 0.05 effects: - !type:HealthChange conditions: @@ -173,7 +174,7 @@ inverted: true damage: types: - Poison: 1 + Poison: 0.1 # dwarves take less toxin damage and heal a marginal amount of brute - !type:HealthChange conditions: @@ -184,7 +185,7 @@ type: [ Dwarf ] damage: types: - Poison: 0.2 + Poison: 0.02 - !type:HealthChange conditions: - !type:ReagentCondition @@ -194,7 +195,7 @@ type: [ Dwarf ] damage: groups: - Brute: -1 + Brute: -0.1 - !type:Vomit probability: 0.04 conditions: @@ -206,7 +207,7 @@ type: [ Dwarf ] inverted: true - !type:Drunk - boozePower: 20 + boozePower: 2 - type: reagent id: Gin @@ -2520,6 +2521,7 @@ reagent: Ethanol amount: 0.45 # TODO: Figure out why setting this to 0 means this does more damage... WHAT BUG IS THIS?!! Alcohol: + metabolismRate : 0.05 effects: - !type:Drunk boozePower: 10 @@ -2533,7 +2535,7 @@ inverted: true damage: types: - Poison: 2 # TODO: Figure out poison amount. Ethanol does 1, this does 2 but also metabolises almost 3 to 4 times as fast as ethanol. This would be more Liver damage when that time arrives. + Poison: 0.2 # TODO: Figure out poison amount. Ethanol does 0.1, this does 0.2 but also metabolises almost 3 to 4 times as fast as ethanol. This would be more Liver damage when that time arrives. - !type:HealthChange conditions: - !type:ReagentCondition @@ -2543,7 +2545,7 @@ type: [Dwarf] damage: types: - Poison: 0.4 # TODO: Might increase this, even though it's just double of ethanol from 0.2 to 0.4 + Poison: 0.04 # TODO: Might increase this, even though it's just double of ethanol from 0.02 to 0.04 - !type:Vomit probability: 0.1 #TODO: Tweak vomit probability, maybe make this more violent and poisonous but the body aggressively purges it... conditions: