Chem adjustments, pulped banana peels (#6792)

This commit is contained in:
Rane
2022-02-19 18:56:07 -05:00
committed by GitHub
parent 99d44ee388
commit 0d8e9795f6
7 changed files with 97 additions and 70 deletions

View File

@@ -141,7 +141,7 @@
contents: contents:
- id: ClothingMaskBreath - id: ClothingMaskBreath
- id: EmergencyOxygenTankFilled - id: EmergencyOxygenTankFilled
- id: EpinephrineMedipen - id: EmergencyMedipen
- id: Flare - id: Flare
- id: FoodSnackChocolate - id: FoodSnackChocolate
- type: Sprite - type: Sprite

View File

@@ -50,7 +50,7 @@
#- name: GrenadeChem #- name: GrenadeChem
#- name: GrenadeChem #- name: GrenadeChem
- id: FlashlightLantern - id: FlashlightLantern
- type: entity - type: entity
id: ClothingBeltMedicalFilled id: ClothingBeltMedicalFilled
parent: ClothingBeltMedical parent: ClothingBeltMedical
@@ -62,8 +62,8 @@
amount: 3 amount: 3
- id: Ointment - id: Ointment
amount: 3 amount: 3
- id: EpinephrineMedipen #You never know what people are going to latejoin into - id: EmergencyMedipen #You never know what people are going to latejoin into
- type: entity - type: entity
id: ClothingBeltPlantFilled id: ClothingBeltPlantFilled
parent: ClothingBeltPlant parent: ClothingBeltPlant

View File

@@ -14,7 +14,7 @@
amount: 2 amount: 2
# todo 1 Health Analyzer once it exists. Remove brutepack and ointment for suture, gauze, mesh and medipen? # todo 1 Health Analyzer once it exists. Remove brutepack and ointment for suture, gauze, mesh and medipen?
# see https://github.com/tgstation/blob/master/code/game/objects/items/storage/firstaid.dm for example contents # see https://github.com/tgstation/blob/master/code/game/objects/items/storage/firstaid.dm for example contents
- type: entity - type: entity
id: MedkitBurnFilled id: MedkitBurnFilled
suffix: Filled suffix: Filled
@@ -28,7 +28,7 @@
amount: 3 amount: 3
- id: SyringeInaprovaline - id: SyringeInaprovaline
amount: 1 amount: 1
- type: entity - type: entity
id: MedkitBruteFilled id: MedkitBruteFilled
suffix: Filled suffix: Filled
@@ -42,7 +42,7 @@
amount: 2 amount: 2
- id: Gauze - id: Gauze
amount: 2 amount: 2
- type: entity - type: entity
id: MedkitToxinFilled id: MedkitToxinFilled
suffix: Filled suffix: Filled
@@ -54,7 +54,7 @@
amount: 1 amount: 1
- id: PillDylovene - id: PillDylovene
amount: 3 amount: 3
- type: entity - type: entity
id: MedkitOxygenFilled id: MedkitOxygenFilled
suffix: Filled suffix: Filled
@@ -62,13 +62,13 @@
components: components:
- type: StorageFill - type: StorageFill
contents: contents:
- id: EpinephrineMedipen - id: EmergencyMedipen
amount: 1 amount: 1
- id: PillDexalin - id: PillDexalin
amount: 3 amount: 3
- id: SyringeInaprovaline - id: SyringeInaprovaline
amount: 1 amount: 1
- type: entity - type: entity
id: MedkitRadiationFilled id: MedkitRadiationFilled
suffix: Filled suffix: Filled
@@ -80,9 +80,9 @@
amount: 2 amount: 2
- id: PillHyronalin - id: PillHyronalin
amount: 3 amount: 3
- id: EpinephrineMedipen - id: EmergencyMedipen
amount: 1 amount: 1
- type: entity - type: entity
id: MedkitAdvancedFilled id: MedkitAdvancedFilled
suffix: Filled suffix: Filled
@@ -98,7 +98,7 @@
amount: 1 amount: 1
- id: AntiPoisonMedipen - id: AntiPoisonMedipen
amount: 1 amount: 1
- type: entity - type: entity
id: MedkitCombatFilled id: MedkitCombatFilled
suffix: Filled suffix: Filled
@@ -113,4 +113,4 @@
- id: PillTricordrazine - id: PillTricordrazine
amount: 1 amount: 1
- id: AntiPoisonMedipen - id: AntiPoisonMedipen
amount: 1 amount: 1

View File

@@ -196,6 +196,16 @@
- type: Tag - type: Tag
tags: tags:
- Trash - Trash
- type: SolutionContainerManager
solutions:
food:
maxVol: 4
reagents:
- ReagentId: PulpedBananaPeel
Quantity: 4
- type: Extractable
grindableSolutionName: food
- type: Recyclable
- type: entity - type: entity
name: carrot name: carrot

View File

@@ -55,10 +55,10 @@
- type: Recyclable - type: Recyclable
- type: entity - type: entity
name: epinephrine medipen name: emergency medipen
parent: ChemicalMedipen parent: ChemicalMedipen
id: EpinephrineMedipen id: EmergencyMedipen
description: A rapid and safe way to stabilize patients in critical condition for personnel without advanced medical knowledge. Beware, as it's easy to overdose on epinephrine. description: A rapid and safe way to stabilize patients in critical condition for personnel without advanced medical knowledge. Beware, as it's easy to overdose on epinephrine and tranexmic acid.
components: components:
- type: SolutionContainerManager - type: SolutionContainerManager
solutions: solutions:
@@ -66,13 +66,16 @@
maxVol: 15 maxVol: 15
reagents: reagents:
- ReagentId: Epinephrine - ReagentId: Epinephrine
Quantity: 15 Quantity: 12
- ReagentId: TranexamicAcid
Quantity: 3
- type: entity - type: entity
name: epinephrine medipen name: anti-poison medipen
parent: ChemicalMedipen parent: ChemicalMedipen
id: AntiPoisonMedipen id: AntiPoisonMedipen
description: A rapid dose of anti-poison. Contains ultravasculine, inaprovaline and epinephrine. description: A rapid dose of anti-poison. Contains ultravasculine and epinephrine.
components: components:
- type: SolutionContainerManager - type: SolutionContainerManager
solutions: solutions:
@@ -80,8 +83,6 @@
maxVol: 15 maxVol: 15
reagents: reagents:
- ReagentId: Ultravasculine - ReagentId: Ultravasculine
Quantity: 5 Quantity: 10
- ReagentId: Inaprovaline
Quantity: 5
- ReagentId: Epinephrine - ReagentId: Epinephrine
Quantity: 5 Quantity: 5

View File

@@ -52,7 +52,7 @@
amount: -3.0 amount: -3.0
- !type:GenericStatusEffect - !type:GenericStatusEffect
key: Jitter key: Jitter
time: 1.0 time: 3.0
type: Remove type: Remove
- type: reagent - type: reagent
@@ -249,11 +249,11 @@
amount: 4 amount: 4
- !type:GenericStatusEffect - !type:GenericStatusEffect
key: Stun key: Stun
time: 0.25 time: 0.75
type: Remove type: Remove
- !type:GenericStatusEffect - !type:GenericStatusEffect
key: KnockedDown key: KnockedDown
time: 0.25 time: 0.75
type: Remove type: Remove
- type: reagent - type: reagent
@@ -400,6 +400,19 @@
color: "#fffbad" color: "#fffbad"
# TODO: Hallucinations. # TODO: Hallucinations.
- type: reagent
id: PulpedBananaPeel
name: pulped banana peel
group: Medicine
desc: Pulped banana peels have some effectiveness against bleeding.
physicalDesc: pulpy
color: "#FFE774"
metabolisms:
Medicine:
effects:
- !type:ModifyBleedAmount
amount: -0.5
- type: reagent - type: reagent
id: Ryetalyn id: Ryetalyn
name: ryetalyn name: ryetalyn
@@ -408,6 +421,21 @@
physicalDesc: cloudy physicalDesc: cloudy
color: "#532fd4" color: "#532fd4"
- type: reagent
id: Siderlac
name: siderlac
group: Medicine
desc: A powerful anti-caustic medicine derived from plants.
physicalDesc: milky
color: "#f4dab8"
metabolisms:
Medicine:
effects:
- !type:HealthChange
damage:
groups:
Caustic: -5
- type: reagent - type: reagent
id: Spaceacillin id: Spaceacillin
name: spaceacillin name: spaceacillin
@@ -416,6 +444,28 @@
physicalDesc: opaque physicalDesc: opaque
color: "#9942f5" color: "#9942f5"
- type: reagent
id: Stellibinin
name: stellibinin
group: Medicine
desc: A natual antitoxin with particular effectiveness against amatoxin.
physicalDesc: starry
color: "#2b2f77"
metabolisms:
Medicine:
effects:
- !type:HealthChange
damage:
types:
Poison: -1
- !type:AdjustReagent
conditions:
- !type:ReagentThreshold
reagent: Amatoxin
min: 1
reagent: Amatoxin
amount: -3
- type: reagent - type: reagent
id: Synaptizine id: Synaptizine
name: synaptizine name: synaptizine
@@ -432,11 +482,11 @@
Poison: 3 Poison: 3
- !type:GenericStatusEffect - !type:GenericStatusEffect
key: Stun key: Stun
time: 1.0 time: 3.0
type: Remove type: Remove
- !type:GenericStatusEffect - !type:GenericStatusEffect
key: KnockedDown key: KnockedDown
time: 1.0 time: 3.0
type: Remove type: Remove
- type: reagent - type: reagent
@@ -480,6 +530,9 @@
Medicine: Medicine:
effects: effects:
- !type:HealthChange - !type:HealthChange
conditions:
- !type:TotalDamage
max: 50
damage: damage:
groups: groups:
Burn: -1 Burn: -1
@@ -586,40 +639,3 @@
min: 1 min: 1
reagent: Ultravasculine reagent: Ultravasculine
amount: 0.5 amount: 0.5
- type: reagent
id: Stellibinin
name: stellibinin
group: Medicine
desc: A natual antitoxin with particular effectiveness against amatoxin.
physicalDesc: starry
color: "#2b2f77"
metabolisms:
Medicine:
effects:
- !type:HealthChange
damage:
types:
Poison: -1
- !type:AdjustReagent
conditions:
- !type:ReagentThreshold
reagent: Amatoxin
min: 1
reagent: Amatoxin
amount: -3
- type: reagent
id: Siderlac
name: siderlac
group: Medicine
desc: A powerful anti-caustic medicine derived from plants.
physicalDesc: milky
color: "#f4dab8"
metabolisms:
Medicine:
effects:
- !type:HealthChange
damage:
groups:
Caustic: -5

View File

@@ -33,11 +33,11 @@
- !type:Jitter - !type:Jitter
- !type:GenericStatusEffect - !type:GenericStatusEffect
key: Stun key: Stun
time: 1 time: 3
type: Remove type: Remove
- !type:GenericStatusEffect - !type:GenericStatusEffect
key: KnockedDown key: KnockedDown
time: 1 time: 3
type: Remove type: Remove
- type: reagent - type: reagent
@@ -66,11 +66,11 @@
- !type:Jitter - !type:Jitter
- !type:GenericStatusEffect - !type:GenericStatusEffect
key: Stun key: Stun
time: 0.25 time: 1
type: Remove type: Remove
- !type:GenericStatusEffect - !type:GenericStatusEffect
key: KnockedDown key: KnockedDown
time: 0.25 time: 1
type: Remove type: Remove
- !type:PopupMessage - !type:PopupMessage
messages: ["ephedrine-effect-tight-pain", "ephedrine-effect-heart-pounds"] messages: ["ephedrine-effect-tight-pain", "ephedrine-effect-heart-pounds"]