Health increase for station AI cores (#40487)
* Initial commit * Increased health further
This commit is contained in:
@@ -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:
|
||||
|
||||
|
Before Width: | Height: | Size: 331 B After Width: | Height: | Size: 331 B |
|
Before Width: | Height: | Size: 404 B After Width: | Height: | Size: 404 B |
|
Before Width: | Height: | Size: 496 B After Width: | Height: | Size: 496 B |
@@ -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
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user