Added Flamable and Heat damage to Incendiary reagent (#1815)
* Added Flamable and Heat damage to igni * fixed wrong formating * adjusted flamable reaction multiplier --------- Co-authored-by: kin98 <schupsi@msn.com>
This commit is contained in:
@@ -30,10 +30,21 @@
|
||||
entity: CP14Fire
|
||||
physicalDesc: cp14-reagent-physical-desc-sparkling
|
||||
worksOnTheDead: true
|
||||
reactiveEffects:
|
||||
Flammable:
|
||||
methods: [Touch]
|
||||
effects:
|
||||
- !type:FlammableReaction
|
||||
multiplier: 0.6
|
||||
- !type:Ignite
|
||||
metabolisms:
|
||||
Medicine:
|
||||
Poison:
|
||||
metabolismRate: 0.05
|
||||
effects:
|
||||
- !type:HealthChange
|
||||
damage:
|
||||
types:
|
||||
Heat: 1.5
|
||||
- !type:FlammableReaction
|
||||
multiplier: 1.5
|
||||
- !type:AdjustTemperature
|
||||
|
||||
Reference in New Issue
Block a user