HonorRealAIConfig.lua 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147
  1. local root = {
  2. {
  3. id = 1,
  4. win = 0,
  5. higherLinkType = 'W',
  6. higherSupplyWeight1 = {{"B57",100}},
  7. higherSupplyWeight2 = {{"A57",100}},
  8. higherRound = 10,
  9. lowerLinkType = 'W',
  10. lowerSupplyWeight1 = {{"B57",100}},
  11. lowerSupplyWeight2 = {{"A57",100}},
  12. lowerRound = 10
  13. },
  14. {
  15. id = 2,
  16. win = 1,
  17. higherLinkType = 'W',
  18. higherSupplyWeight1 = {{"B57",100}},
  19. higherSupplyWeight2 = {{"A57",100}},
  20. higherRound = 10,
  21. lowerLinkType = 'W',
  22. lowerSupplyWeight1 = {{"B57",100}},
  23. lowerSupplyWeight2 = {{"A57",100}},
  24. lowerRound = 10
  25. },
  26. {
  27. id = 3,
  28. win = 2,
  29. higherLinkType = 'W',
  30. higherSupplyWeight1 = {{"B57",100}},
  31. higherSupplyWeight2 = {{"A57",100}},
  32. higherRound = 10,
  33. lowerLinkType = 'W',
  34. lowerSupplyWeight1 = {{"B57",100}},
  35. lowerSupplyWeight2 = {{"A57",100}},
  36. lowerRound = 10
  37. },
  38. {
  39. id = 4,
  40. win = 3,
  41. higherLinkType = 'W',
  42. higherSupplyWeight1 = {{"B57",100}},
  43. higherSupplyWeight2 = {{"A57",100}},
  44. higherRound = 10,
  45. lowerLinkType = 'W',
  46. lowerSupplyWeight1 = {{"B57",100}},
  47. lowerSupplyWeight2 = {{"A57",100}},
  48. lowerRound = 10
  49. },
  50. {
  51. id = 5,
  52. win = 4,
  53. higherLinkType = 'W',
  54. higherSupplyWeight1 = {{"B57",100}},
  55. higherSupplyWeight2 = {{"A57",100}},
  56. higherRound = 10,
  57. lowerLinkType = 'W',
  58. lowerSupplyWeight1 = {{"B57",100}},
  59. lowerSupplyWeight2 = {{"A57",100}},
  60. lowerRound = 10
  61. },
  62. {
  63. id = 6,
  64. win = 5,
  65. higherLinkType = 'W',
  66. higherSupplyWeight1 = {{"B57",100}},
  67. higherSupplyWeight2 = {{"A57",100}},
  68. higherRound = 10,
  69. lowerLinkType = 'W',
  70. lowerSupplyWeight1 = {{"B57",100}},
  71. lowerSupplyWeight2 = {{"A57",100}},
  72. lowerRound = 10
  73. },
  74. {
  75. id = 7,
  76. win = 6,
  77. higherLinkType = 'W',
  78. higherSupplyWeight1 = {{"B57",100}},
  79. higherSupplyWeight2 = {{"A57",100}},
  80. higherRound = 10,
  81. lowerLinkType = 'W',
  82. lowerSupplyWeight1 = {{"B57",100}},
  83. lowerSupplyWeight2 = {{"A57",100}},
  84. lowerRound = 10
  85. },
  86. {
  87. id = 8,
  88. win = 7,
  89. higherLinkType = 'W',
  90. higherSupplyWeight1 = {{"B57",100}},
  91. higherSupplyWeight2 = {{"A57",100}},
  92. higherRound = 10,
  93. lowerLinkType = 'W',
  94. lowerSupplyWeight1 = {{"B57",100}},
  95. lowerSupplyWeight2 = {{"A57",100}},
  96. lowerRound = 10
  97. },
  98. {
  99. id = 9,
  100. win = 8,
  101. higherLinkType = 'W',
  102. higherSupplyWeight1 = {{"B57",100}},
  103. higherSupplyWeight2 = {{"A57",100}},
  104. higherRound = 10,
  105. lowerLinkType = 'W',
  106. lowerSupplyWeight1 = {{"B57",100}},
  107. lowerSupplyWeight2 = {{"A57",100}},
  108. lowerRound = 10
  109. },
  110. {
  111. id = 10,
  112. win = 9,
  113. higherLinkType = 'W',
  114. higherSupplyWeight1 = {{"B57",100}},
  115. higherSupplyWeight2 = {{"A57",100}},
  116. higherRound = 10,
  117. lowerLinkType = 'W',
  118. lowerSupplyWeight1 = {{"B57",100}},
  119. lowerSupplyWeight2 = {{"A57",100}},
  120. lowerRound = 10
  121. },
  122. {
  123. id = 11,
  124. win = 10,
  125. higherLinkType = 'W',
  126. higherSupplyWeight1 = {{"B57",100}},
  127. higherSupplyWeight2 = {{"A57",100}},
  128. higherRound = 10,
  129. lowerLinkType = 'W',
  130. lowerSupplyWeight1 = {{"B57",100}},
  131. lowerSupplyWeight2 = {{"A57",100}},
  132. lowerRound = 10
  133. },
  134. {
  135. id = 12,
  136. win = 11,
  137. higherLinkType = 'W',
  138. higherSupplyWeight1 = {{"B57",100}},
  139. higherSupplyWeight2 = {{"A57",100}},
  140. higherRound = 10,
  141. lowerLinkType = 'W',
  142. lowerSupplyWeight1 = {{"B57",100}},
  143. lowerSupplyWeight2 = {{"A57",100}},
  144. lowerRound = 10
  145. }
  146. }
  147. return root