Destroy Buildings At Lance Spawns Result

The DestroyBuildingsAtLanceSpawns result checks to see if there are any buildings on or near the individual units of a specified LanceSpawner. If any Building detected, they are destroyed (and they display their destroy animations).

Properties

PropertyRequiredDefaultDetails
TypetrueDestroyBuildingsAtLanceSpawns-
LanceSpawnerGuidtrue-Guid of the LanceSpawner
Radiusfalse48Distance away from the unit's spawn to test against. Effectively a circle test.

Examples

{
"Type": "DestroyBuildingsAtLanceSpawns",
"LanceSpawnerGuid": "f5714221-5fc6-41e5-a369-c8aa2b6d1bcf"
}
{
"Type": "DestroyBuildingsAtLanceSpawns",
"LanceSpawnerGuid": "f5714221-5fc6-41e5-a369-c8aa2b6d1bcf",
"Radius": 30
}