Merge pull request #12352 from abc013/EmitCivs
Let civilian buildings spawn civilians on death
This commit is contained in:
@@ -616,6 +616,17 @@
|
|||||||
Palette: terrain
|
Palette: terrain
|
||||||
EditorTilesetFilter:
|
EditorTilesetFilter:
|
||||||
ExcludeTilesets: INTERIOR
|
ExcludeTilesets: INTERIOR
|
||||||
|
SpawnActorOnDeath@1:
|
||||||
|
Actor: c1
|
||||||
|
Probability: 40
|
||||||
|
SpawnActorOnDeath@2:
|
||||||
|
Actor: c4
|
||||||
|
Probability: 20
|
||||||
|
SpawnActorOnDeath@3:
|
||||||
|
Actor: c3
|
||||||
|
Probability: 15
|
||||||
|
Explodes:
|
||||||
|
Weapon: CivBuildingExplosion
|
||||||
|
|
||||||
^CivField:
|
^CivField:
|
||||||
Inherits: ^CivBuilding
|
Inherits: ^CivBuilding
|
||||||
|
|||||||
@@ -212,6 +212,13 @@ UnitExplodeSmall:
|
|||||||
SmudgeType: Crater
|
SmudgeType: Crater
|
||||||
InvalidTargets: Structure, Wall, Trees
|
InvalidTargets: Structure, Wall, Trees
|
||||||
|
|
||||||
|
# Used to panic civilians which are emitted from a killed CivBuilding
|
||||||
|
CivBuildingExplosion:
|
||||||
|
Warhead@1Dam: SpreadDamage
|
||||||
|
Spread: 64
|
||||||
|
Damage: 1
|
||||||
|
Delay: 1
|
||||||
|
|
||||||
ArtilleryExplode:
|
ArtilleryExplode:
|
||||||
Warhead@1Dam: SpreadDamage
|
Warhead@1Dam: SpreadDamage
|
||||||
Spread: 426
|
Spread: 426
|
||||||
|
|||||||
Reference in New Issue
Block a user