Oracle Outpost this is the finished mod. its only small. anyhow, for now the outpost spawns at asteroid planets. you can change the included galixy file to fit your specific planet if you like. it also contains a string file for the outpost and abilities included... for the most part, let me know if i missed any. cant 100% recall if i did every ability or just the outpost itself.
Edit: you can also change the mesh of the oracle building/frigate yourself to what you see fit. as of current its the PSI culture center with vasari voices (dont ask lol). also the galaxyscanariodef reference for the oricle building is as follows:
planetItemType
designName "NEUT:ORICLE:OUTPOST"
entityDefName "PLANETMODULE_ORICLE_OUTPOST"
to add it to a planet you would need to modify said planets milita template (or make a new one) and add in the highlighted. keeping in mind to increase the numbers ass you add it in:
planetItemsTemplate
templateName "Template:LocalMilitiaVeryWeak"
subTemplates 0
groups 2
group
condition
type "PlanetOwnerIsMilitia"
param ""
owner "PlanetOwner"
colonizeChance 0
items 6
item "Tech:Frigate:Light"
item "Tech:Frigate:Light"
item "Tech:Frigate:Light"
item "Tech:Module:CrystalExtractor"
item "Tech:Module:MetalExtractor"
item "Tech:Module:GaussDefense"
group
condition
type "NoPlanetOwner"
param ""
owner "RandomMilitia"
colonizeChance 0
items 3 <------ originally this line was 2
item "Tech:Frigate:Light"
item "Tech:Frigate:Siege"
item "NEUT:ORICLE:OUTPOST"