Nations.json 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. [{
  2. "name": "Logicians",
  3. "leaderName": "The logician",
  4. "adjective": ["Logician", "Logicians"],
  5. "startBias": ["Snow"], // and near Mountain?
  6. "preferredVictoryType": "Scientific",
  7. "declaringWar": "You have broken our logic. You will pay for this!",
  8. "attacked": "You dare to scratch the logic?",
  9. "defeated": "How could our logic be defeated? Logic is supposed to be invincible!",
  10. "introduction": "Will you stand up to our logic?",
  11. "neutralHello": "How are you doing?",
  12. "neutralLetsHearIt": ["Go on.", "What do you say?", "You may begin."],
  13. "neutralNo": [
  14. "Our logic does not allow this.",
  15. "This is against our logic.",
  16. "This is a violation of our logic.",
  17. "We do not intend to make a violation of logic."],
  18. "neutralYes": [
  19. "This is also in line with our logic.",
  20. "Yes, this is what our logic allows."],
  21. "hateHello": "What do you want now?",
  22. "hateLetsHearIt": ["Speak!", "What do you say?", "Go on."],
  23. "hateNo": [
  24. "You want us to go against logic?",
  25. "Very funny. Now back to serious things."],
  26. "hateYes": [
  27. "Congratulations! You have convinced my logic.",
  28. "If it is right according to logic, I do it."],
  29. "afterPeace": "It's nice that we are following the path of logic again.",
  30. "tradeRequest": "How about a trade?",
  31. "outerColor": [16, 16, 16],
  32. "innerColor": [255, 200, 200],
  33. "uniques": [
  34. // Religious stuff
  35. // "May buy [Religious architect] units for [300] [Faith] [in all cities in which the majority religion is a major religion] at an increasing price ([500]) <after discovering [Theology]>",
  36. // Bonus
  37. /* https://github.com/yairm210/Unciv/issues/3242#issuecomment-1925897597 */
  38. "[+5]% combat bonus for units fighting in [Foreign Land]",
  39. "Defense bonus for units fighting in [Friendly Land]",
  40. "[+1 Food] per [1] population [in capital]",
  41. "[+10]% [Food] [in capital]",
  42. "Free [Kernel] appears <upon discovering [Gunpowder]>",
  43. "When conquering an encampment, earn [0] Gold and recruit a Barbarian unit",
  44. // Anti-Bonus
  45. "[+5]% City-State Influence degradation",
  46. "[-5 Faith] per [15] population [in all cities in which the majority religion is a major religion]",
  47. "[-10]% Golden Age length"
  48. // Anti Nuclear Weapn
  49. "[+200]% maintenance costs <for [Nuclear Weapon] units>",
  50. // Scout Bonus
  51. "Free [Xue] appears <upon discovering [Trapping]>",
  52. // Settler and Worker bonus
  53. "[-90]% maintenance costs <for [Firefly] units>",
  54. "Defense bonus <for [Firefly] units>",
  55. "[+1] Movement <for [Firefly] units>",
  56. "Enables [Firefly] units to enter ocean tiles <during a Golden Age>",
  57. "Enables [Yumi] units to enter ocean tiles <during a Golden Age>",
  58. "Enables [Xue] units to enter ocean tiles <during a Golden Age>",
  59. "Enables [Spy] units to enter ocean tiles <during a Golden Age>",
  60. // Not implemented
  61. "Enables [Firefly] units to enter coastal tiles <during a Golden Age>",
  62. "Enables [Yumi] units to enter coastal tiles <during a Golden Age>",
  63. "Enables [Xue] units to enter coastal tiles <during a Golden Age>",
  64. "Enables [Spy] units to enter coastal tiles <during a Golden Age>"
  65. // see https://github.com/yairm210/Unciv/issues/3242#issuecomment-1490640999
  66. ],
  67. "cities": [
  68. "Logic Hub",
  69. "De Morgan",
  70. "Zripsas",
  71. "Ciwood",
  72. "Ront",
  73. "Krunlas",
  74. "Eimcester",
  75. "Kuville",
  76. "Plikta",
  77. "Clerphis",
  78. "Akhila",
  79. "Fiktin",
  80. "Phoburn",
  81. "Zhepbury",
  82. "Onoln",
  83. "Ardross",
  84. "Fregow",
  85. "Zleakstead",
  86. "Klison",
  87. "Zlaifmery",
  88. "Inridge",
  89. "Ekasea",
  90. "Drurg",
  91. "Phixsas",
  92. "Juxginia"
  93. ]
  94. }]