//================================================= // NATIONS - A list of nations funding the Phalanx project. //================================================= // Description // // funding (credits) // Initial funding per month of this faction. // color // Defines the color used to seperate the nations in the geoscape (internally) // names // TODO: Defines what "type" of names should be used. They are defined in team_human.ufo. // alien_friendly (percentage 0-100) // Indicated the friendlyness (political and civilan) towards the aliens and influence the chance that this country stops it's funding after some time. // TODO This value should be changed according to Phalanx' performance on it's territory and the terror missions of the aliens. // soldiers,scientists (number of people) // The number of people (the best of the best ;)) you can hire (additionally) from this nation each month. //================================================= // TODO: Logging this data in a seperate list so a statistic can be calculated. //================================================= // TODO: tweak all parameters realistically, according to the wiki descriptions // For balance reason please leave happiness of 'states' at 0.44 // and several other nations at a similar level // also please vary alien_friendly from 10 to 90 // and soldiers/scientists/etc. from 1 to 5 nation latin { name "_The Revolutionary Countries" color "255 255 255 1" names "english_american spanish_italian german" funding 500000 happiness 0.44 alien_friendly 15 soldiers 4 scientists 1 pos "60 -13" } nation states { name "_United America" color "255 255 255 1" names "english_american spanish_italian french german scandinavian" funding 900000 happiness 0.44 alien_friendly 40 soldiers 4 scientists 2 pos "103 48" } nation europa { name "_The Greater European Union" color "255 255 255 1" names "german spanish_italian french english_american scandinavian" pos "-7 49" funding 750000 happiness 0.44 alien_friendly 45 soldiers 3 scientists 3 /* borders { "13.0 39.6" "12.3 57.1" "-16.9 69.6" "-46.8 69.4" "-43.6 38.6" "-30.6 33.2" "-5.3 38.8" "10.5 34.6" }*/ } nation asia { name "_The Asian Republic" color "255 255 255 1" names "chinese japanese" funding 1200000 happiness 0.44 alien_friendly 30 soldiers 5 scientists 1 pos "-100 55" } nation middle { name "_The Middle-Eastern Alliance" color "255 255 255 1" names "arabic" funding 450000 happiness 0.44 alien_friendly 25 soldiers 1 scientists 3 pos "-46 26" } nation africa { name "_New Africa" color "255 255 255 1" names "african" funding 600000 happiness 0.44 alien_friendly 25 soldiers 5 scientists 1 pos "-20 5" } nation russia { name "_Russia" color "255 255 255 1" names "russian" funding 500000 happiness 0.44 alien_friendly 70 soldiers 5 scientists 5 pos "-60 55" } nation oceania { name "_The Commonwealth of Oceania" color "255 255 255 1" names "english_american" funding 900000 happiness 0.44 alien_friendly 85 soldiers 4 scientists 2 pos "-130 -25" }