Asteroid buff (#8167)
* adds a 5 heat flatreduction to metallic damage modifier * buffs asteroid health by 50 and sets damage modifer set to metallic
This commit is contained in:
@@ -7,6 +7,7 @@
|
|||||||
Shock: 1.2
|
Shock: 1.2
|
||||||
flatReductions:
|
flatReductions:
|
||||||
Blunt: 5
|
Blunt: 5
|
||||||
|
Heat: 5
|
||||||
|
|
||||||
# Like metallic, but without flat reduction so it can be damaged with fists.
|
# Like metallic, but without flat reduction so it can be damaged with fists.
|
||||||
- type: damageModifierSet
|
- type: damageModifierSet
|
||||||
|
|||||||
@@ -15,11 +15,12 @@
|
|||||||
state: full
|
state: full
|
||||||
- type: Damageable
|
- type: Damageable
|
||||||
damageContainer: Inorganic
|
damageContainer: Inorganic
|
||||||
|
damageModifierSet: Metallic
|
||||||
- type: Destructible
|
- type: Destructible
|
||||||
thresholds:
|
thresholds:
|
||||||
- trigger:
|
- trigger:
|
||||||
!type:DamageTrigger
|
!type:DamageTrigger
|
||||||
damage: 100
|
damage: 150
|
||||||
behaviors:
|
behaviors:
|
||||||
- !type:DoActsBehavior
|
- !type:DoActsBehavior
|
||||||
acts: ["Destruction"]
|
acts: ["Destruction"]
|
||||||
|
|||||||
Reference in New Issue
Block a user