Acid effects (#5466)

* acid

* balance

* nerf area effects
This commit is contained in:
mirrorcult
2021-11-27 00:31:49 -07:00
committed by GitHub
parent 3e32e0f81f
commit bf30f82ff5
7 changed files with 94 additions and 4 deletions

View File

@@ -3,3 +3,6 @@
- type: reactiveGroup
id: Extinguish
- type: reactiveGroup
id: Acidic

View File

@@ -8,6 +8,7 @@
groups:
Flammable: [Touch]
Extinguish: [Touch]
Acidic: [Touch, Ingestion]
- type: UtilityAI
behaviorSets:
# - Clothing

View File

@@ -14,6 +14,7 @@
groups:
Flammable: [ Touch ]
Extinguish: [ Touch ]
Acidic: [Touch, Ingestion]
reactions:
- reagents: [Water, SpaceCleaner]
methods: [Touch]

View File

@@ -32,7 +32,19 @@
amount: -4
- !type:PlantAdjustHealth
amount: -8
# TODO MIRROR acid! hurt people on contact
reactiveEffects:
Acidic:
methods: [ Touch ]
effects:
- !type:HealthChange
scaleByQuantity: true
ignoreResistances: false
damage:
groups:
Caustic: 0.5
- !type:DoAction
probability: 0.3
action: HumanScream
metabolisms:
Poison:
effects:
@@ -53,7 +65,19 @@
color: "#5050ff"
boilingPoint: 165
meltingPoint: -87
# TODO MIRROR acid! hurt people on contact
reactiveEffects:
Acidic:
methods: [ Touch ]
effects:
- !type:HealthChange
scaleByQuantity: true
ignoreResistances: false
damage:
groups:
Caustic: 0.3
- !type:DoAction
probability: 0.2
action: HumanScream
metabolisms:
Poison:
effects:
@@ -81,6 +105,19 @@
amount: -2
- !type:PlantAdjustHealth
amount: -5
reactiveEffects:
Acidic:
methods: [ Touch ]
effects:
- !type:HealthChange
scaleByQuantity: true
ignoreResistances: false
damage:
groups:
Caustic: 0.1
- !type:DoAction
probability: 0.1
action: HumanScream
metabolisms:
Poison:
effects: