home *** CD-ROM | disk | FTP | other *** search
/ 1996 Top Games / 96topgames.iso / 96topgam / demos / ancient / egyptian.pet < prev    next >
Text File  |  1996-03-21  |  5KB  |  183 lines

  1. ; Political Effects File
  2. ;
  3. ; types of political events:
  4. ;
  5. ;    0=THREAT, 
  6. ;    1=PEACE, 
  7. ;    2=FRIENDLY, 
  8. ;    3=TAUNT, 
  9. ;    4=Movement
  10. ;    5=Attack,
  11. ;    6=Capture,        // military takeover of city
  12. ;    7=Takeover,        // peaceful takeover of city
  13. ;    8=Oust,            // oust a player from a territory which he had owned
  14. ;    9=TradeImbalance
  15. ;
  16. ; relation to victim flags (add together to combine)
  17. ;
  18. ;    Alliance=1,        // allies with victim
  19. ;    Trade=2,        // trade partners with victim
  20. ;    Ignorance=4,    // doesn't know victim
  21. ;    Embargo=8,        // embargo with victim
  22. ;    AtWar=16,        // at war with victim
  23. ;    Self=32,        // is victim
  24. ;
  25. ;
  26. ; territory flags (add together to combine)
  27. ;
  28. ;    Unknown=1,
  29. ;    Owns=2,
  30. ;    WantsBack=4,
  31. ;    WantsToOwn=8,
  32. ;    DoesNotWant=16, 
  33. ;    All=255
  34. ;
  35. ;
  36. ; victim type flags (add together to combine)
  37. ;
  38. ;    Civilian=1,
  39. ;    Military=2,
  40. ;    CivKilled=4,
  41. ;    MilKilled=8,
  42. ;    AllKilled=16,
  43. ;    Any=255
  44. ;
  45. ;
  46. ;Threats
  47. ; type,     relation,   territory,  victim,change
  48. pet=0,    32,        255,        255,    -25
  49. pet=0,      1,          255,        255,  -15
  50. pet=0,      2,          255,        255,  -5
  51. pet=0,      16,         255,        255,   10
  52. pet=0,      8,          255,        255,   0
  53. ;Peace
  54. ; type,     relation,   territory,  victim,change
  55. pet=1,    1,        255,        255,     5
  56. pet=1,    2,        255,        255,     0
  57. pet=1,    8,        255,        255,     0
  58. pet=1,    16,        255,        255,    -15
  59. pet=1,    32,        255,        255,     15
  60. ;Friends
  61. ; type,     relation,   territory,  victim,change
  62. pet=2,    1,        255,        255,     5
  63. pet=2,    2,        255,        255,     2
  64. pet=2,    8,        255,        255,     0
  65. pet=2,    16,        255,        255,    -10
  66. pet=2,    32,        255,        255,     5
  67. ;TAUNT
  68. ; type,     relation,   territory,  victim,change
  69. pet=3,    1,        255,        255,    -15
  70. pet=3,    2,        255,        255,    -10
  71. pet=3,    8,        255,        255,     0
  72. pet=3,    16,        255,        255,     5
  73. pet=3,    32,        255,        255,    -20
  74. ;Movement Owned area non fatal civ
  75. ; type,     relation,   territory,  victim,change
  76. pet=4,    1,        2,        1,     0
  77. pet=4,    2,        2,        1,     0
  78. pet=4,    4,        2,        1,     0
  79. pet=4,    8,        2,        1,    -10
  80. pet=4,    16,        2,        1,    -10
  81. ;Move Wants back area non fatal civ
  82. ; type,     relation,   territory,  victim,change
  83. pet=4,    1,        4,        1,    -5
  84. pet=4,    2,        4,        1,    -5
  85. pet=4,    4,        4,        1,    -5
  86. pet=4,    8,        4,        1,    -5
  87. pet=4,    16,        4,        1,    -5
  88. ;Move wants to own area non fatal civ
  89. ; type,     relation,   territory,  victim,change
  90. pet=4,    1,        8,        1,    -5
  91. pet=4,    2,        8,        1,    -5
  92. pet=4,    4,        8,        1,    -10
  93. pet=4,    8,        8,        1,    -15
  94. ;Move owns area non fatal mil
  95. ; type,     relation,   territory,  victim,change
  96. pet=4,    1,        2,        2,    -5
  97. pet=4,    2,        2,        2,    -10
  98. pet=4,    4,        2,        2,    -15
  99. pet=4,    8,        2,        2,    -20
  100. pet=4,    16,        2,        2,    -20
  101. ;Move Wants back area non fatal mil
  102. ; type,     relation,   territory,  victim,change
  103. pet=4,    1,        4,        2,    -10
  104. pet=4,    2,        4,        2,    -15
  105. pet=4,    4,        4,        2,    -15
  106. pet=4,    8,        4,        2,    -15
  107. pet=4,    16,        4,        2,    -15
  108. ;Move Wants owns area non fatal mil
  109. ; type,     relation,   territory,  victim,change
  110. pet=4,    1,        8,        2,    -5
  111. pet=4,    2,        8,        2,    -10
  112. pet=4,    4,        8,        2,    -10
  113. pet=4,    8,        8,        2,    -15
  114.  
  115. ;attack owns area fatal any
  116. ; type,     relation,   territory,  victim,change
  117. pet=5,    1,        255,        16,    -40
  118. pet=5,    2,        2,        16,    -40
  119. pet=5,    4,        2,        16,    -40
  120. pet=5,    8,        2,        16,    -40
  121.  
  122. ;attack wants back fatal any
  123. ; type,     relation,   territory,  victim,change
  124. pet=5,    2,        4,        16,    -30
  125. pet=5,    4,        4,        16,    -30
  126. pet=5,    8,        4,        16,    -30
  127.  
  128. ;attack wants area fatal any
  129. ; type,     relation,   territory,  victim,change
  130. pet=5,    2,        8,        16,    -20
  131. pet=5,    4,        8,        16,    -20
  132. pet=5,    8,        8,        16,    -20
  133.  
  134. ;attack unknown fatal any
  135. ; type,     relation,   territory,  victim,change
  136. pet=5,    2,        16,        16,    -5
  137. pet=5,    4,        16,        16,    -5
  138. pet=5,    8,        16,        16,    -5
  139.  
  140. ;attack unknown area fatal any
  141. ; type,     relation,   territory,  victim,change
  142. pet=5,    1,        1,        16,    -5
  143. pet=5,    2,        1,        16,    -5
  144. pet=5,    4,        1,        16,    -5
  145. pet=5,    8,        1,        16,    -5
  146.  
  147. ; attack on self in own territory (any victim)
  148. pet=5,       32,       2,255 ,    -17
  149.  
  150. ;capture any
  151. ; type,     relation,   territory,  victim,change
  152. pet=6,    1,        255,        255,    -45
  153. pet=6,    2,        255,        255,    -40
  154. pet=6,    4,        255,        255,    -40
  155. pet=6,    8,        255,        255,    -45
  156. pet=6,    16,        255,        255,    -50
  157.  
  158. ;Takeover anything
  159. ; type,     relation,   territory,  victim,change
  160. pet=7,    1,        255,        255,    -45
  161. pet=7,    2,        255,        255,    -45
  162. pet=7,    4,        255,        255,    -45
  163. pet=7,    8,        255,        255,    -45
  164. pet=7,    16,        255,        255,    -45
  165.  
  166. ;Oust anything
  167. ; type,     relation,   territory,  victim,change
  168. pet=8,    1,        255,        255,    -45
  169. pet=8,    2,        255,        255,    -55
  170. pet=8,    4,        255,        255,    -49
  171. pet=8,    8,        255,        255,    -45
  172. pet=8,    16,        255,        255,    -45
  173.  
  174. ;Trade imbalance
  175. ; type,     relation,   territory,  victim,change
  176. pet=9,    1,        255,        255,     0
  177. pet=9,    2,        255,        255,    -5
  178. pet=9,    4,        255,        255,    -10
  179. pet=9,    8,        255,        255,    -20
  180. pet=9,    16,        255,        255,    -30
  181.  
  182.  
  183.