medical tweaks (#645)
This commit is contained in:
@@ -32,11 +32,8 @@
|
||||
damageContainers:
|
||||
- Biological
|
||||
damage:
|
||||
types:
|
||||
Heat: -5
|
||||
Cold: -5
|
||||
Shock: -5
|
||||
Caustic: -1.5
|
||||
groups:
|
||||
Burn: -10 # WD
|
||||
healingBeginSound:
|
||||
path: "/Audio/Items/Medical/ointment_begin.ogg"
|
||||
healingEndSound:
|
||||
@@ -83,11 +80,8 @@
|
||||
damageContainers:
|
||||
- Biological
|
||||
damage:
|
||||
types:
|
||||
Heat: -10
|
||||
Cold: -10
|
||||
Shock: -10
|
||||
Caustic: -10
|
||||
groups:
|
||||
Burn: -20 # WD
|
||||
healingBeginSound:
|
||||
path: "/Audio/Items/Medical/ointment_begin.ogg"
|
||||
healingEndSound:
|
||||
@@ -211,8 +205,8 @@
|
||||
- Biological
|
||||
damage:
|
||||
types:
|
||||
Bloodloss: -0.5 #lowers bloodloss damage
|
||||
ModifyBloodLevel: 15 #restores about 5% blood per use on standard humanoids.
|
||||
Bloodloss: -0.5 # WD #lowers bloodloss damage
|
||||
ModifyBloodLevel: 30 #restores about 10% blood per use on standard humanoids.
|
||||
healingBeginSound:
|
||||
path: "/Audio/Items/Medical/brutepack_begin.ogg"
|
||||
healingEndSound:
|
||||
@@ -253,7 +247,7 @@
|
||||
types:
|
||||
Bloodloss: 2
|
||||
Asphyxiation: 2 # Essentially Stopping all blood reaching a part of your body
|
||||
bloodlossModifier: -10
|
||||
bloodlossModifier: -30
|
||||
delay: 0.5
|
||||
healingBeginSound:
|
||||
path: "/Audio/Items/Medical/brutepack_begin.ogg"
|
||||
@@ -265,7 +259,6 @@
|
||||
- type: StackPrice
|
||||
price: 10
|
||||
|
||||
|
||||
- type: entity
|
||||
name: roll of gauze
|
||||
description: Some sterile gauze to wrap around bloody stumps.
|
||||
@@ -288,9 +281,10 @@
|
||||
- Biological
|
||||
damage:
|
||||
types:
|
||||
Slash: -5
|
||||
Piercing: -10
|
||||
bloodlossModifier: -10
|
||||
Slash: -2
|
||||
Piercing: -2
|
||||
bloodlossModifier: -5
|
||||
delay: 0.5
|
||||
healingBeginSound:
|
||||
path: "/Audio/Items/Medical/brutepack_begin.ogg"
|
||||
healingEndSound:
|
||||
|
||||
@@ -883,8 +883,6 @@
|
||||
idleState: icon
|
||||
runningState: icon
|
||||
staticRecipes:
|
||||
- Brutepack
|
||||
- Ointment
|
||||
- Gauze
|
||||
- HandLabeler
|
||||
- Defibrillator
|
||||
@@ -905,6 +903,14 @@
|
||||
- RollerBedSpawnFolded
|
||||
- CheapRollerBedSpawnFolded
|
||||
- EmergencyRollerBedSpawnFolded
|
||||
- ChemicalCartridgeRecipe # WD
|
||||
- Scalpel
|
||||
- Retractor
|
||||
- Cautery
|
||||
- Drill
|
||||
- Saw
|
||||
- Hemostat
|
||||
- ClothingEyesGlassesChemical
|
||||
- Medkit
|
||||
- MedkitBurn
|
||||
- MedkitToxin
|
||||
@@ -913,13 +919,6 @@
|
||||
- MedkitAdvanced
|
||||
- MedkitRadiation
|
||||
- MedkitCombat
|
||||
- Scalpel
|
||||
- Retractor
|
||||
- Cautery
|
||||
- Drill
|
||||
- Saw
|
||||
- Hemostat
|
||||
- ClothingEyesGlassesChemical
|
||||
dynamicRecipes:
|
||||
- HandheldCrewMonitor
|
||||
- ChemicalPayload
|
||||
|
||||
@@ -183,3 +183,11 @@
|
||||
materials:
|
||||
Steel: 500
|
||||
Glass: 500
|
||||
|
||||
- type: latheRecipe
|
||||
id: ChemicalCartridgeRecipe
|
||||
result: ChemicalCartridge
|
||||
completetime: 1
|
||||
materials:
|
||||
Steel: 100
|
||||
Plastic: 100
|
||||
|
||||
Reference in New Issue
Block a user