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:
Peptide90
2022-05-15 03:07:58 +01:00
committed by GitHub
parent ad772b6e3f
commit 8b6999adce
2 changed files with 3 additions and 1 deletions

View File

@@ -7,6 +7,7 @@
Shock: 1.2
flatReductions:
Blunt: 5
Heat: 5
# Like metallic, but without flat reduction so it can be damaged with fists.
- type: damageModifierSet

View File

@@ -15,11 +15,12 @@
state: full
- type: Damageable
damageContainer: Inorganic
damageModifierSet: Metallic
- type: Destructible
thresholds:
- trigger:
!type:DamageTrigger
damage: 100
damage: 150
behaviors:
- !type:DoActsBehavior
acts: ["Destruction"]