fixes (#248)
* tweak: hotbar translation * oops * tweak: WhiteBox update * tweak: Bagel, Meta and Train in map pool * tweak: ERTsystem changes and new ERT map * cvar fix * nerf: radium no longer has a touch effect * tweak: chem touch tweaks * tweak: patch applies reagents over time * patchComp fix and some tweaks * some changes
This commit is contained in:
@@ -268,15 +268,13 @@
|
||||
meltingPoint: 700.0
|
||||
boilingPoint: 1737.0
|
||||
reactiveEffects:
|
||||
Acidic:
|
||||
methods: [ Touch ]
|
||||
metabolisms:
|
||||
Poison:
|
||||
effects:
|
||||
- !type:HealthChange
|
||||
scaleByQuantity: true
|
||||
damage:
|
||||
types:
|
||||
Heat: 0.5
|
||||
Cellular: 1
|
||||
Heat: 1
|
||||
|
||||
- type: reagent
|
||||
id: Silicon
|
||||
|
||||
@@ -1183,12 +1183,19 @@
|
||||
scaleByQuantity: true
|
||||
damage:
|
||||
groups:
|
||||
Brute: -2.5
|
||||
Brute: -1.25
|
||||
types:
|
||||
Heat: -2.5
|
||||
Shock: -2.5
|
||||
Cold: -2.5
|
||||
Poison: 0.66
|
||||
Heat: -1.25
|
||||
Shock: -1.25
|
||||
Cold: -1.25
|
||||
metabolisms:
|
||||
Medicine:
|
||||
effects:
|
||||
- !type:HealthChange
|
||||
conditions:
|
||||
damage:
|
||||
types:
|
||||
Poison: 1
|
||||
slippery: true
|
||||
|
||||
- type: reagent
|
||||
@@ -1206,7 +1213,7 @@
|
||||
scaleByQuantity: true
|
||||
damage:
|
||||
types:
|
||||
Heat: -1
|
||||
Heat: -2
|
||||
metabolisms:
|
||||
Medicine:
|
||||
effects:
|
||||
@@ -1214,7 +1221,7 @@
|
||||
conditions:
|
||||
damage:
|
||||
types:
|
||||
Heat: -1.0
|
||||
Heat: -2.0
|
||||
Poison: 0.5
|
||||
|
||||
- type: reagent
|
||||
@@ -1232,7 +1239,7 @@
|
||||
scaleByQuantity: true
|
||||
damage:
|
||||
groups:
|
||||
Brute: -1
|
||||
Brute: -2
|
||||
metabolisms:
|
||||
Medicine:
|
||||
effects:
|
||||
@@ -1240,6 +1247,6 @@
|
||||
conditions:
|
||||
damage:
|
||||
groups:
|
||||
Brute: -1
|
||||
Brute: -2
|
||||
types:
|
||||
Poison: 0.5
|
||||
|
||||
Reference in New Issue
Block a user