******************************************************************************************************** .................................................Aliens................................................. ******************************************************************************************************** ID: 1 Name: FERRENGI Singular: Ferrengi Plural: Ferrengi StartPop: 0 MaxPop: 20 StartDay: 0 MaxDay: 30 MaxRankDay: 120 MoveRate: 20 AnomChance: 100 ExploreChnc: 50 RunChance: 100 RobChance: 80 FleetSize: 2 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: 0 HWName: Ferrengal HWType: 0 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(300 * (gameAge + 0)) + 30 (On day 0: 30 - 30) (On day 30: 30 - 9030) Shield spawn formula: rnd(30 * (gameAge + 0)) + 0 (On day 0: 0 - 0) (On day 30: 0 - 900) Hold spawn formula: 2 * rnd(gameAge) + 0) + 5 (On day 0: 5 - 5) (On day 30: 5 - 65) Exp spawn formula: rnd((rnd(100) + 1) * (gameAge + 0)) (On day 0: 0 - 0) (On day 30: 30 - 3030) Corbo spawn formula: rnd(1 / 10 * (alienXP + 0) + 0) (On day 0: 0 - ((XP + 0) / 10) + 0) (On day 30: 0 - ((XP + 0) / 10) + 0) Align spawn formula: rnd(-30 * (gameAge + 1)) + 0 (On day 0: 0 - -30) (On day 30: 0 - -930) Credit spawn formula: (rnd(gameAge) + 1) * (rnd(9999) + 100) (On day 0: 100 - 10099) (On day 30: 100 - 313069) --------------------------------------------------------------------------------------------------------