Chem touch effect (#221)

* radium, fluorine and chlorine have now touch damage on touch. Mercury now applies blurry vision effect

* add: synthflesh, styptic powder, silver sulfadiazine

* fix: typo
This commit is contained in:
RinKeeper
2024-03-20 22:52:47 +03:00
committed by GitHub
parent 3a55a8afbe
commit b75e83d520
7 changed files with 170 additions and 0 deletions

View File

@@ -46,6 +46,14 @@
damage:
types:
Poison: 2
reactiveEffects:
Acidic:
methods: [ Touch ]
effects:
- !type:HealthChange
damage:
types:
Heat: 0.5
- type: reagent
id: Copper
@@ -105,6 +113,16 @@
types:
Caustic: 0.5
Poison: 0.5
reactiveEffects:
Acidic:
methods: [ Touch ]
effects:
- !type:HealthChange
scaleByQuantity: true
damage:
types:
Heat: 0.5
- type: reagent
id: Gold
name: reagent-name-gold
@@ -205,6 +223,9 @@
- !type:GenericStatusEffect
key: Stutter
component: ScrambledAccent
- !type:GenericStatusEffect
key: BlurryVision
component: BlurryVision
- type: reagent
id: Potassium
@@ -246,6 +267,16 @@
color: "#00ff04"
meltingPoint: 700.0
boilingPoint: 1737.0
reactiveEffects:
Acidic:
methods: [ Touch ]
effects:
- !type:HealthChange
scaleByQuantity: true
damage:
types:
Heat: 0.5
Cellular: 1
- type: reagent
id: Silicon

View File

@@ -1167,3 +1167,79 @@
Heat: -3.0
Shock: -3.0
Caustic: -1.0
- type: reagent
id: Synthflesh
name: reagent-name-synthflesh
desc: reagent-desc-synthflesh
flavor: metallic
physicalDesc: reagent-physical-desc-gelatinous
color: "#E0D4D3"
reactiveEffects:
Acidic:
methods: [ Touch ]
effects:
- !type:HealthChange
scaleByQuantity: true
damage:
groups:
Brute: -2.5
types:
Heat: -2.5
Shock: -2.5
Cold: -2.5
Poison: 0.66
slippery: true
- type: reagent
id: SilverSulfadiazine
name: reagent-name-silversulfadiazine
desc: reagent-desc-silversulfadiazine
flavor: medicine
physicalDesc: reagent-physical-desc-creamy
color: "#c2c22b"
reactiveEffects:
Acidic:
methods: [ Touch ]
effects:
- !type:HealthChange
scaleByQuantity: true
damage:
types:
Heat: -1
metabolisms:
Medicine:
effects:
- !type:HealthChange
conditions:
damage:
types:
Heat: -1.0
Poison: 0.5
- type: reagent
id: StypticPowder
name: reagent-name-stypticpowder
desc: reagent-desc-stypticpowder
flavor: medicine
physicalDesc: reagent-physical-desc-powdery
color: "#c2485e"
reactiveEffects:
Acidic:
methods: [ Touch ]
effects:
- !type:HealthChange
scaleByQuantity: true
damage:
groups:
Brute: -1
metabolisms:
Medicine:
effects:
- !type:HealthChange
conditions:
damage:
groups:
Brute: -1
types:
Poison: 0.5