******************************************************************************************************** .................................................Aliens................................................. ******************************************************************************************************** ID: 1 Name: GHOSTS Singular: Ghost Plural: Ghosts StartPop: 20 MaxPop: 40 StartDay: 0 MaxDay: 65535 MaxRankDay: 120 MoveRate: 4 AnomChance: 100 ExploreChnc: 50 RunChance: 100 RobChance: 80 FleetSize: 10 AssaultSize: 100 StartCap: 50 TradeCap: 25 HoldUpg: 10 FigUpg: 1000 Combat2Day: 30 Combat3Day: 50 Combat4Day: 70 Cargo2Day: 0 Cargo3Day: 20 Cargo4Day: 50 Trans2Day: 20 Trans3Day: 30 Trans4Day: 50 Scout2Day: 20 Scout3Day: 30 Scout4Day: 50 HomeworldID: 2 HWName: Huanted House HWType: 9 StartCit: 4 MinOuterSec: 10 HasHomeSector StaysHome HasHomeworld !RecapsHW !FortifiesHW !FortifiesHSpace Organized Protective FormsFleets Anomalous Aggressive !Shy FedShy Robs/Steals Trades ShowsRank !SpecificShips AlienShips !GeneralShips Fig spawn formula: rnd(1 * (gameAge + 1)) + 30 (On day 0: 30 - 31) (On day 65535: 30 - 65566) Shield spawn formula: rnd(10 * (gameAge + 0)) + 0 (On day 0: 0 - 0) (On day 65535: 0 - 655350) Hold spawn formula: 1 * rnd(gameAge) + 0) + 5 (On day 0: 5 - 5) (On day 65535: 5 - 65540) Exp spawn formula: rnd((rnd(1) + 1) * (gameAge + 0)) (On day 0: 0 - 0) (On day 65535: 65535 - 131070) Corbo spawn formula: rnd(1 / 50 * (alienXP + 0) + 0) (On day 0: 0 - ((XP + 0) / 50) + 0) (On day 65535: 0 - ((XP + 0) / 50) + 0) Align spawn formula: rnd(-30 * (gameAge + 1)) + 0 (On day 0: 0 - -30) (On day 65535: 0 - -1966080) Credit spawn formula: (rnd(gameAge) + 1) * (rnd(1) + 1) (On day 0: 1 - 2) (On day 65535: 1 - 131072) --------------------------------------------------------------------------------------------------------