Scatter Things Ability - SmArtKar/AthenaFramework GitHub Wiki
CompProperties_AbilityThingScatter
will scatter a specified amount of things around the caster
public class CompProperties_AbilityThingScatter : CompProperties_AbilityEffect
{
public ThingDef thingDef;
public int spawnAmount;
// How many things are spawned per tile
public int thingCount = 1;
public float radius;
}