Health increase for station AI cores (#40487)

* Initial commit

* Increased health further
This commit is contained in:
chromiumboy
2025-09-21 20:39:16 -05:00
committed by GitHub
parent 83fe027964
commit 2824334a1e
5 changed files with 5 additions and 5 deletions

View File

@@ -216,7 +216,7 @@
acts: [ "Breakage" ]
- trigger:
!type:DamageTrigger
damage: 800
damage: 2000
behaviors:
- !type:PlaySoundBehavior
sound:
@@ -232,7 +232,7 @@
- !type:DoActsBehavior
acts: ["Destruction"]
- type: DamageVisuals
thresholds: [25, 50, 75, 100, 125, 150, 175]
thresholds: [25, 50, 75, 100, 200, 300, 400]
damageDivisor: 4
trackAllDamage: true
damageOverlay:

View File

@@ -24,15 +24,15 @@
"directions": 1
},
{
"name": "DamageOverlay_125",
"name": "DamageOverlay_200",
"directions": 1
},
{
"name": "DamageOverlay_150",
"name": "DamageOverlay_300",
"directions": 1
},
{
"name": "DamageOverlay_175",
"name": "DamageOverlay_400",
"directions": 1
}
]