The Pyro Update (#5575)
This commit is contained in:
@@ -5,6 +5,11 @@
|
||||
methods: [ Touch ]
|
||||
effects:
|
||||
- !type:FlammableReaction
|
||||
plantMetabolism:
|
||||
- !type:PlantAdjustWeeds
|
||||
amount: -2
|
||||
- !type:PlantAdjustHealth
|
||||
amount: -2
|
||||
|
||||
- type: reagent
|
||||
id: Thermite
|
||||
@@ -26,6 +31,93 @@
|
||||
types:
|
||||
Heat: 2
|
||||
|
||||
- type: reagent
|
||||
id: Napalm
|
||||
name: napalm
|
||||
parent: BasePyrotechnic
|
||||
desc: It's just a little flammable.
|
||||
physicalDesc: soapy
|
||||
color: "#FA00AF"
|
||||
tileReactions:
|
||||
- !type:FlammableTileReaction
|
||||
temperatureMultiplier: 5
|
||||
reactiveEffects:
|
||||
Flammable:
|
||||
methods: [ Touch ]
|
||||
effects:
|
||||
- !type:FlammableReaction
|
||||
multiplier: 0.4
|
||||
metabolisms:
|
||||
Poison:
|
||||
effects:
|
||||
- !type:HealthChange
|
||||
damage:
|
||||
types:
|
||||
Heat: 1
|
||||
- !type:FlammableReaction
|
||||
multiplier: 0.4
|
||||
|
||||
- type: reagent
|
||||
id: Phlogiston
|
||||
name: phlogiston
|
||||
parent: BasePyrotechnic
|
||||
desc: Catches you on fire and makes you ignite.
|
||||
physicalDesc: burning
|
||||
color: "#D4872A"
|
||||
metabolisms:
|
||||
Poison:
|
||||
effects:
|
||||
- !type:HealthChange
|
||||
damage:
|
||||
types:
|
||||
Heat: 3
|
||||
- !type:FlammableReaction
|
||||
multiplier: 0.1
|
||||
- !type:AdjustTemperature
|
||||
amount: 6000
|
||||
reactiveEffects:
|
||||
Flammable:
|
||||
methods: [ Touch ]
|
||||
effects:
|
||||
- !type:FlammableReaction
|
||||
multiplier: 0.2
|
||||
- !type:Ignite
|
||||
|
||||
- type: reagent
|
||||
id: ChlorineTrifluoride
|
||||
name: CLF3
|
||||
parent: BasePyrotechnic
|
||||
desc: You really, REALLY don't want to get this shit anywhere near you.
|
||||
physicalDesc: blazing
|
||||
color: "#FFC8C8"
|
||||
tileReactions:
|
||||
- !type:PryTileReaction
|
||||
metabolisms:
|
||||
Poison:
|
||||
effects:
|
||||
- !type:HealthChange
|
||||
damage:
|
||||
types:
|
||||
Heat: 1
|
||||
- !type:FlammableReaction
|
||||
multiplier: 0.2
|
||||
- !type:AdjustTemperature
|
||||
amount: 6000
|
||||
reactiveEffects:
|
||||
Flammable:
|
||||
methods: [ Touch ]
|
||||
effects:
|
||||
- !type:FlammableReaction
|
||||
multiplier: 0.3
|
||||
- !type:Ignite
|
||||
- !type:DoAction
|
||||
probability: 0.2
|
||||
action: HumanScream
|
||||
- !type:PopupMessage
|
||||
messages: [ "clf3-it-burns", "clf3-get-away" ]
|
||||
probability: 0.3
|
||||
type: Local
|
||||
|
||||
- type: reagent
|
||||
id: FoamingAgent
|
||||
name: foaming agent
|
||||
|
||||
Reference in New Issue
Block a user