#include "defs/common.txt"
#include "defs/BP/common.cpp"

SwampWasp BP_Actor_Gen_SwampWasp
{
    className                   "kexActor"
    flags.noDamage              TRUE
    flags.allowTracking         FALSE
    placeable                   TRUE
    
    Begin_Component "kexGeneratorComponent"
        maxActive               3
        intervalTime1           45.0
        intervalTime2           75.0
        singleObjectType        BP_Actor_AI_SwampWasp
        bInitiallyActive        TRUE
    End_Component
    
    Begin_Component "kexWorldComponent"
        bNonSolid               TRUE
    End_Component
}
