home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2006 April / Gamestar_83_2006-04_dvd.iso / Dema / lotrbfme2_demo.exe / INI.big / data_ini_eva.ini < prev    next >
Text File  |  2006-01-31  |  188KB  |  6,573 lines

  1. ;********************************************************************************
  2. ; Lord of the Rings: Battle for Middle-Earth
  3. ; Copyright 2004 Electronic Arts Inc. 
  4. ;********************************************************************************
  5. ; FILE: Eva.ini
  6.  
  7. ; The Eva system is a general global announcement system.
  8.  
  9. ; Some Eva events are predefined, and called by happenings within the code directly.
  10. ; The predefined Eva events are:
  11. ;    "BeaconDetected"    (MP beacon placed by ally)
  12. ;    "GeneralLevelUp"    (Gained General's/Ring/Evenstar points)
  13. ;    "UnitLevelUp"       (Unit gained veterency)
  14. ;    "UpgradeComplete"   (Upgrade with no other voice completed)
  15. ;    "CastleBreached"    (A castle went from walls-all-the-way-around to wall-is-rubble)
  16. ;    "AllyDefeated"      (MP: Ally defeated)
  17. ;    "EnemyDefeated"     (MP: Enemy defeated)
  18. ;    "EnemyCampDestroyed" (An enemy camp was destroyed by local player [Default: Can be overriden in the keep's CastleMemberBehavior module]) 
  19. ;    "CampDestroyed"     (Local player's camp was destroyed [Default: Can be overriden in the keep's CastleMemberBehavior module])
  20. ;    "AllyCampDestroyed" (Ally's camp was destroyed [Default: Can be overriden in the keep's CastleMemberBehavior module])
  21. ;    "BuildQueuePausedDueToCPLimit" (The player is out of command points, but still had units in the queue. The units have stopped building until s/he gets more command points)
  22. ;    "CannotBuildDueToCPLimit" (User clicked on a button which is disabled because they don't have command points to build the object.)
  23. ;   "BuildQueuePausedDueToFunds" (OBSOLETE SINCE WE CUT AMORTIZATION Was: The player is out of money, but still had units in the queue. The units have stopped building until s/he gets more money)
  24. ;    "CannotBuildDueToFunds" (User clicked on a button which is disabled because they don't have enough money to build the object.)
  25. ;    "BuildingBeingStolen" (The enemy is in the process of capturing one of our buildings)
  26. ;    "BuildingStolen"      (The enemy has taken control of one of our buildings)
  27. ;    "WorldMustBattle"     (War of the Ring: User attempted to push the end phase button, but must resolve battles first)
  28. ;    "WorldMustRetreat"    (War of the Ring: User attempted to push the end phase button, but must choose where to retreat an army first)
  29. ;   "WorldMustChooseOwner" (War of the Ring: User attempted to push the end phase button, but must choose which player gets ownership of a region first)
  30. ;    "WorldRegionLostUncontested" (War of the Ring: User lost a region without a fight)
  31.  
  32. ; These events are given parameters and sounds by use of the PredefinedEvaEvent block
  33.  
  34. ; In addition, you can define new Eva events. These are referenced by other INIs. For
  35. ; instance, you can define a new Eva event "AragornDie", and then add a line
  36. ; to Aragorn's Object definition like "EvaEventDieOwner = AragornDie" to make the Eva event
  37. ; play when Aragorn dies. New Eva events are created with the NewEvaEvent block.
  38.  
  39. ; Most sounds are played from the position of the event. You can set AlwaysPlayFromHomeBase = Yes
  40. ; to force the sound to come from the home fortress (home region for WotR)
  41.  
  42. ; Default times & priority for both kinds of events are defined by the default event
  43. ; in Default\Eva.ini
  44.  
  45. #define EVA_UNIT_CREATED_PRIORITY             5       ; Params for non-hero created event
  46. #define EVA_UNIT_CREATED_TIME_BETWEEN_EVENTS  10000   ; Params for non-hero created event
  47. #define EVA_UNIT_CREATED_EXPIRATION_TIME      10000   ; Params for non-hero created event
  48.  
  49. #define EVA_HERO_CREATED_PRIORITY             6       ; Params for hero created event
  50. #define EVA_HERO_CREATED_TIME_BETWEEN_EVENTS  10000   ; Params for hero created event
  51. #define EVA_HERO_CREATED_EXPIRATION_TIME      10000   ; Params for hero created event
  52.  
  53. #define EVA_RING_HERO_CREATED_PRIORITY             8       ; Params for ring hero created event
  54. #define EVA_RING_HERO_CREATED_TIME_BETWEEN_EVENTS  10000   ; Params for ring hero created event
  55. #define EVA_RING_HERO_CREATED_EXPIRATION_TIME      20000   ; Params for ring hero created event
  56.  
  57. #define EVA_HERO_HELP_ME_PRIORITY                   7       ; Params for hero "Help me" event
  58. #define EVA_HERO_HELP_ME_TIME_BETWEEN_EVENTS       30000   ; Params for hero "Help me" event
  59. #define EVA_HERO_HELP_ME_EXPIRATION_TIME           10000   ; Params for hero "Help me" event
  60.  
  61. #define EVA_RING_HERO_HELP_ME_PRIORITY             8       ; Params for ring hero "Help me" event
  62. #define EVA_RING_HERO_HELP_ME_TIME_BETWEEN_EVENTS  30000   ; Params for ring hero "Help me" event
  63. #define EVA_RING_HERO_HELP_ME_EXPIRATION_TIME      20000   ; Params for ring hero "Help me" event
  64.  
  65. #define EVA_BUILDING_COMPLETE_PRIORITY             6       ; Params for building finished construction event
  66. #define EVA_BUILDING_COMPLETE_TIME_BETWEEN_EVENTS  1000    ; Params for building finished construction event. Short because we want 2 buildings to announce twice
  67. #define EVA_BUILDING_COMPLETE_EXPIRATION_TIME      10000   ; Params for building finished construction event
  68.  
  69. #define EVA_UPGRADE_COMPLETE_PRIORITY              6       
  70. #define EVA_UPGRADE_COMPLETE_TIME_BETWEEN_EVENTS   1000       
  71. #define EVA_UPGRADE_COMPLETE_EXPIRATION_TIME       10000       
  72.  
  73. #define EVA_UNIT_UNDER_ATTACK_EXPIRATION_TIME           2000    ; How long to hold on to any of our under-attack events
  74.  
  75. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  76.  
  77. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  78. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; RTS MAP EVENTS ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  79. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  80.  
  81. PredefinedEvaEvent BuildingStolen
  82.   Priority = 6
  83.   TimeBetweenEventsMS = 20000
  84.   ExpirationTimeMS  = 10000
  85.   AlwaysPlayFromHomeBase = Yes  ; Don't want voice coming from someone else's building
  86.   
  87.   SideSound
  88.     Side = Mordor
  89.     Sound = CampOrcBuildingLost
  90.   End
  91.  
  92.   SideSound
  93.     Side = Isengard
  94.     Sound = CampOrcBuildingLost
  95.   End
  96.  
  97.   SideSound
  98.     Side = Wild
  99.     Sound = CampGoblinBuildingLost
  100.   End
  101.  
  102.   SideSound
  103.     Side = Men
  104.     Sound = CampSoldierBuildingLost
  105.   End
  106.  
  107.   SideSound
  108.     Side = Elves
  109.     Sound = CampElfBuildingLost
  110.   End
  111.  
  112.   SideSound
  113.     Side = Dwarves
  114.     Sound = CampDwarfBuildingLost
  115.   End
  116. End
  117.  
  118. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  119. ; Our building is being taken away
  120. PredefinedEvaEvent BuildingBeingStolen
  121.   Priority = 6
  122.   TimeBetweenEventsMS = 20000
  123.   ExpirationTimeMS  = 10000
  124.   
  125.   SideSound
  126.     Side = Mordor
  127.     Sound = CampOrcBuildingBeingCaptured
  128.   End
  129.  
  130.   SideSound
  131.     Side = Isengard
  132.     Sound = CampOrcBuildingBeingCaptured
  133.   End
  134.  
  135.   SideSound
  136.     Side = Wild
  137.     Sound = CampGoblinBuildingBeingCaptured
  138.   End
  139.  
  140.   SideSound
  141.     Side = Men
  142.     Sound = CampSoldierBuildingBeingCaptured
  143.   End
  144.  
  145.   SideSound
  146.     Side = Elves
  147.     Sound = CampElfBuildingBeingCaptured
  148.   End
  149.  
  150.   SideSound
  151.     Side = Dwarves
  152.     Sound = CampDwarfBuildingBeingCaptured
  153.   End
  154. End
  155.  
  156. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  157. ; We have taken a building
  158. NewEvaEvent BuildingCaptured
  159.     Priority = 6  ; TEMP NUMBERS
  160.     TimeBetweenEventsMS = 10000
  161.     ExpirationTimeMS  = 10000
  162.     SideSound
  163.         Side = Mordor
  164.         Sound = CampOrcBuildingCaptured
  165.     End
  166.  
  167.     SideSound
  168.         Side = Isengard
  169.         Sound = CampOrcBuildingCaptured
  170.     End
  171.  
  172.     SideSound
  173.         Side = Wild
  174.         Sound = CampGoblinBuildingCaptured
  175.     End
  176.  
  177.     SideSound
  178.         Side = Men
  179.         Sound = CampSoldierBuildingCaptured
  180.     End
  181.  
  182.     SideSound
  183.         Side = Elves
  184.         Sound = CampElfBuildingCaptured
  185.     End
  186.  
  187.     SideSound
  188.         Side = Dwarves
  189.         Sound = CampDwarfBuildingCaptured
  190.     End
  191. End
  192.  
  193. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  194.  
  195. PredefinedEvaEvent CannotBuildDueToCPLimit
  196.   Priority = 7
  197.   TimeBetweenEventsMS = 60000        ;1 minute. Don't play more often than this
  198.   ExpirationTimeMS  = 15000        ;15 seconds.  If Eva is busy, hold the event this long before giving up
  199.   CountAsJumpToLocation = No        ; This is really UI feedback
  200.   
  201.   ; List the sound each side should hear when this event occurs
  202.   SideSound
  203.     Side = Mordor
  204.     Sound = CampOrcCommandPointLimit
  205.   End
  206.  
  207.   SideSound
  208.     Side = Isengard
  209.     Sound = CampOrcCommandPointLimit
  210.   End
  211.  
  212.   SideSound
  213.     Side = Wild
  214.     Sound = CampWildCommandPointLimit
  215.   End
  216.  
  217.   SideSound
  218.     Side = Men
  219.     Sound = CampSoldierCommandPointLimit
  220.   End
  221.  
  222.   SideSound
  223.     Side = Elves
  224.     Sound = CampElfCommandPointLimit
  225.   End
  226.  
  227.   SideSound
  228.     Side = Dwarves
  229.     Sound = CampDwarfCommandPointLimit
  230.   End
  231. End
  232.  
  233. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  234.  
  235. PredefinedEvaEvent BuildQueuePausedDueToCPLimit
  236.   Priority = 7
  237.   TimeBetweenEventsMS = 60000    ;1 minute. Don't play more often than this
  238.   ExpirationTimeMS  = 15000        ;15 seconds.  If Eva is busy, hold the event this long before giving up
  239.   QuietTimeMS = 10000           ;Event must not be reported to Eva for 10 seconds before it can play. E.g. we must be below our CP limit for 10 seconds before re-announcing
  240.   AlwaysPlayFromHomeBase = Yes  ; Global event
  241.   CountAsJumpToLocation = No    ; This is basically a global event
  242.   
  243.   ; List the sound each side should hear when this event occurs
  244.   SideSound
  245.     Side = Mordor
  246.     Sound = CampOrcCommandPointLimit
  247.   End
  248.  
  249.   SideSound
  250.     Side = Isengard
  251.     Sound = CampOrcCommandPointLimit
  252.   End
  253.  
  254.   SideSound
  255.     Side = Wild
  256.     Sound = CampWildCommandPointLimit
  257.   End
  258.  
  259.   SideSound
  260.     Side = Men
  261.     Sound = CampSoldierCommandPointLimit
  262.   End
  263.  
  264.   SideSound
  265.     Side = Elves
  266.     Sound = CampElfCommandPointLimit
  267.   End
  268.  
  269.   SideSound
  270.     Side = Dwarves
  271.     Sound = CampDwarfCommandPointLimit
  272.   End
  273.  
  274. End
  275.  
  276. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  277. ; NOTE: Obsolete because we cut amortization
  278. PredefinedEvaEvent BuildQueuePausedDueToFunds
  279.   ; TEMP NUMBERS
  280.   Priority = 7
  281.   TimeBetweenEventsMS = 60000    ;1 minute. Don't play more often than this
  282.   ExpirationTimeMS  = 15000        ;15 seconds.  If Eva is busy, hold the event this long before giving up
  283.   QuietTimeMS = 10000           ;Event must not be reported to Eva for 10 seconds before it can play. E.g. we must be in the money for 10 seconds before re-announcing
  284.   AlwaysPlayFromHomeBase = Yes  ; Global event
  285.   CountAsJumpToLocation = No    ; This is basically a global event
  286.   
  287.   ; List the sound each side should hear when this event occurs
  288.   SideSound
  289.     Side = Mordor
  290.     Sound = CampOrcResourcesLow
  291.   End
  292.  
  293.   SideSound
  294.     Side = Isengard
  295.     Sound = CampOrcResourcesLow
  296.   End
  297.  
  298.   SideSound
  299.     Side = Wild
  300.     Sound = CampGoblinResourcesLow
  301.   End
  302.  
  303.   SideSound
  304.     Side = Men
  305.     Sound = CampSoldierResourcesLow
  306.   End
  307.  
  308.   SideSound
  309.     Side = Elves
  310.     Sound = CampElfResourceLimit
  311.   End
  312.  
  313.   SideSound
  314.     Side = Dwarves
  315.     Sound = CampDwarfResourceLimit
  316.   End
  317.  
  318. End
  319.  
  320.  
  321. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  322. PredefinedEvaEvent CannotBuildDueToFunds
  323.   Priority = 7
  324.   TimeBetweenEventsMS = 4000        ;1 minute. Don't play more often than this
  325.   ExpirationTimeMS  = 15000        ;15 seconds.  If Eva is busy, hold the event this long before giving up
  326.   CountAsJumpToLocation = No    ; This is really UI feedback
  327.   
  328.   
  329.   ; List the sound each side should hear when this event occurs
  330.   SideSound
  331.     Side = Mordor
  332.     Sound = CampOrcResourcesLow
  333.   End
  334.  
  335.   SideSound
  336.     Side = Isengard
  337.     Sound = CampOrcResourcesLow
  338.   End
  339.  
  340.   SideSound
  341.     Side = Wild
  342.     Sound = CampGoblinResourcesLow
  343.   End
  344.  
  345.   SideSound
  346.     Side = Men
  347.     Sound = CampSoldierResourcesLow
  348.   End
  349.  
  350.   SideSound
  351.     Side = Elves
  352.     Sound = CampElfResourceLimit
  353.   End
  354.  
  355.   SideSound
  356.     Side = Dwarves
  357.     Sound = CampDwarfResourceLimit
  358.   End
  359.  
  360. End
  361.  
  362. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  363. ; BUILDING COMPLETE ANNOUNCEMENTS
  364.  
  365. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  366. NewEvaEvent GenericBuildingComplete
  367.   Priority             = EVA_BUILDING_COMPLETE_PRIORITY
  368.   TimeBetweenEventsMS  = EVA_BUILDING_COMPLETE_TIME_BETWEEN_EVENTS
  369.   ExpirationTimeMS     = EVA_BUILDING_COMPLETE_EXPIRATION_TIME
  370.   CountAsJumpToLocation = No   ; User generally doesn't want to interact with generic buildings anyway, and we already have an idle worker select button
  371.  
  372.   SideSound
  373.     Side = Isengard
  374.     Sound = CampOrcCompleteGeneric
  375.   End
  376.   SideSound
  377.     Side = Mordor
  378.     Sound = CampOrcCompleteGeneric
  379.   End
  380.   SideSound
  381.     Side = Wild
  382.     Sound = CampOrcCompleteGeneric
  383.   End
  384. End
  385.  
  386. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  387. NewEvaEvent GenericBuildingComplete-Builder
  388.   Priority             = EVA_BUILDING_COMPLETE_PRIORITY
  389.   TimeBetweenEventsMS  = EVA_BUILDING_COMPLETE_TIME_BETWEEN_EVENTS
  390.   ExpirationTimeMS     = EVA_BUILDING_COMPLETE_EXPIRATION_TIME
  391.   CountAsJumpToLocation = No   ; User generally doesn't want to interact with generic buildings anyway, and we already have an idle worker select button
  392.   
  393.   SideSound       ; More Safety
  394.     Side = Isengard
  395.     Sound = GoblinBuilderVoiceCompleteGeneric
  396.   End
  397.   SideSound       ; Safety for campaign
  398.     Side = Mordor
  399.     Sound = GoblinBuilderVoiceCompleteGeneric
  400.   End
  401.   SideSound
  402.     Side = Wild
  403.     Sound = GoblinBuilderVoiceCompleteGeneric
  404.   End
  405.   SideSound
  406.     Side = Men
  407.     Sound = MenBuilderVoiceCompleteGeneric
  408.   End
  409.   SideSound
  410.     Side = Elves
  411.     Sound = ElfBuilderVoiceCompleteGeneric
  412.   End
  413.   SideSound    
  414.     Side = Dwarves
  415.     Sound = DwarfBuilderVoiceCompleteGeneric
  416.   End
  417. End
  418.  
  419. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  420. NewEvaEvent GenericBuildingComplete-Builder-Elf     ; To handle Good Dol Guldur correctly
  421.   Priority             = EVA_BUILDING_COMPLETE_PRIORITY
  422.   TimeBetweenEventsMS  = EVA_BUILDING_COMPLETE_TIME_BETWEEN_EVENTS
  423.   ExpirationTimeMS     = EVA_BUILDING_COMPLETE_EXPIRATION_TIME
  424.   CountAsJumpToLocation = No   ; User generally doesn't want to interact with generic buildings anyway, and we already have an idle worker select button
  425.   
  426.   SideSound
  427.     Side = Elves
  428.     Sound = ElfBuilderVoiceCompleteGeneric
  429.   End
  430.   SideSound    ; Safety for campaign
  431.     Side = Dwarves
  432.     Sound = ElfBuilderVoiceCompleteGeneric
  433.   End
  434. End
  435.  
  436. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  437. NewEvaEvent GenericBuildingComplete-Builder-Dwarf      ; To handle Good Dol Guldur correctly
  438.   Priority             = EVA_BUILDING_COMPLETE_PRIORITY
  439.   TimeBetweenEventsMS  = EVA_BUILDING_COMPLETE_TIME_BETWEEN_EVENTS
  440.   ExpirationTimeMS     = EVA_BUILDING_COMPLETE_EXPIRATION_TIME
  441.   CountAsJumpToLocation = No   ; User generally doesn't want to interact with generic buildings anyway, and we already have an idle worker select button
  442.   
  443.   SideSound    ; Safety for campaign
  444.     Side = Elves
  445.     Sound = DwarfBuilderVoiceCompleteGeneric
  446.   End
  447.   SideSound
  448.     Side = Dwarves
  449.     Sound = DwarfBuilderVoiceCompleteGeneric
  450.   End
  451. End
  452.  
  453. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  454. NewEvaEvent KeepComplete
  455.   Priority             = EVA_BUILDING_COMPLETE_PRIORITY
  456.   TimeBetweenEventsMS  = EVA_BUILDING_COMPLETE_TIME_BETWEEN_EVENTS
  457.   ExpirationTimeMS     = EVA_BUILDING_COMPLETE_EXPIRATION_TIME
  458.   
  459.   SideSound
  460.     Side = Isengard
  461.     Sound = CampOrcCompleteKeep
  462.   End
  463.   SideSound
  464.     Side = Mordor
  465.     Sound = CampOrcCompleteKeep
  466.   End
  467.   SideSound
  468.     Side = Wild
  469.     Sound = CampOrcCompleteKeep
  470.   End
  471. End
  472.  
  473. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  474. NewEvaEvent FortressComplete-Builder
  475.   Priority             = EVA_BUILDING_COMPLETE_PRIORITY
  476.   TimeBetweenEventsMS  = EVA_BUILDING_COMPLETE_TIME_BETWEEN_EVENTS
  477.   ExpirationTimeMS     = EVA_BUILDING_COMPLETE_EXPIRATION_TIME
  478.   
  479.   SideSound
  480.     Side = Isengard
  481.     Sound = GoblinBuilderVoiceCompleteFortress
  482.   End
  483.   SideSound
  484.     Side = Mordor
  485.     Sound = GoblinBuilderVoiceCompleteFortress
  486.   End
  487.   SideSound
  488.     Side = Wild
  489.     Sound = GoblinBuilderVoiceCompleteFortress
  490.   End
  491.   SideSound
  492.     Side = Elves
  493.     Sound = ElfBuilderVoiceCompleteFortress
  494.   End
  495.   SideSound  
  496.     Side = Dwarves
  497.     Sound = DwarfBuilderVoiceCompleteFortress
  498.   End
  499.   SideSound
  500.     Side = Men
  501.     Sound = MenBuilderVoiceCompleteFortress
  502.   End
  503. End
  504.  
  505. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  506. NewEvaEvent FortressComplete-Builder-Elf       ; To handle Good Dol Guldur correctly
  507.   Priority             = EVA_BUILDING_COMPLETE_PRIORITY
  508.   TimeBetweenEventsMS  = EVA_BUILDING_COMPLETE_TIME_BETWEEN_EVENTS
  509.   ExpirationTimeMS     = EVA_BUILDING_COMPLETE_EXPIRATION_TIME
  510.   
  511.   SideSound
  512.     Side = Elves
  513.     Sound = ElfBuilderVoiceCompleteFortress
  514.   End
  515.   SideSound     ; Safety for campaign
  516.     Side = Dwarves
  517.     Sound = ElfBuilderVoiceCompleteFortress
  518.   End
  519. End
  520.  
  521. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  522. NewEvaEvent FortressComplete-Builder-Dwarf       ; To handle Good Dol Guldur correctly
  523.   Priority             = EVA_BUILDING_COMPLETE_PRIORITY
  524.   TimeBetweenEventsMS  = EVA_BUILDING_COMPLETE_TIME_BETWEEN_EVENTS
  525.   ExpirationTimeMS     = EVA_BUILDING_COMPLETE_EXPIRATION_TIME
  526.   
  527.   SideSound     ; Safety for campaign
  528.     Side = Elves
  529.     Sound = DwarfBuilderVoiceCompleteFortress
  530.   End
  531.   SideSound
  532.     Side = Dwarves
  533.     Sound = DwarfBuilderVoiceCompleteFortress
  534.   End
  535. End
  536.  
  537.  
  538. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  539. NewEvaEvent WargSentryComplete
  540.   Priority             = EVA_BUILDING_COMPLETE_PRIORITY
  541.   TimeBetweenEventsMS  = EVA_BUILDING_COMPLETE_TIME_BETWEEN_EVENTS
  542.   ExpirationTimeMS     = EVA_BUILDING_COMPLETE_EXPIRATION_TIME
  543.   
  544.   SideSound
  545.     Side = Isengard
  546.     Sound = GoblinBuilderVoiceCompleteWargSentry
  547.   End
  548. End
  549.  
  550. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  551. NewEvaEvent TavernComplete
  552.   Priority             = EVA_BUILDING_COMPLETE_PRIORITY
  553.   TimeBetweenEventsMS  = EVA_BUILDING_COMPLETE_TIME_BETWEEN_EVENTS
  554.   ExpirationTimeMS     = EVA_BUILDING_COMPLETE_EXPIRATION_TIME
  555.   
  556.   SideSound
  557.     Side = Mordor
  558.     Sound = GoblinBuilderVoiceCompleteTavern
  559.   End
  560.   SideSound   ; Safety for campaign
  561.     Side = Wild
  562.     Sound = GoblinBuilderVoiceCompleteTavern
  563.   End
  564. End
  565.  
  566.  
  567. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  568. NewEvaEvent CaveComplete
  569.   Priority             = EVA_BUILDING_COMPLETE_PRIORITY
  570.   TimeBetweenEventsMS  = EVA_BUILDING_COMPLETE_TIME_BETWEEN_EVENTS
  571.   ExpirationTimeMS     = EVA_BUILDING_COMPLETE_EXPIRATION_TIME
  572.   
  573.   SideSound     ; Safety for campaign
  574.     Side = Mordor
  575.     Sound = GoblinBuilderVoiceCompleteCave
  576.   End
  577.   SideSound
  578.     Side = Wild
  579.     Sound = GoblinBuilderVoiceCompleteCave
  580.   End
  581. End
  582.  
  583.  
  584. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  585. NewEvaEvent FissureComplete
  586.   Priority             = EVA_BUILDING_COMPLETE_PRIORITY
  587.   TimeBetweenEventsMS  = EVA_BUILDING_COMPLETE_TIME_BETWEEN_EVENTS
  588.   ExpirationTimeMS     = EVA_BUILDING_COMPLETE_EXPIRATION_TIME
  589.   
  590.   SideSound     ; Safety for campaign
  591.     Side = Mordor
  592.     Sound = GoblinBuilderVoiceCompleteFissure
  593.   End
  594.   SideSound
  595.     Side = Wild
  596.     Sound = GoblinBuilderVoiceCompleteFissure
  597.   End
  598. End
  599.  
  600.  
  601. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  602. NewEvaEvent SpidersNestComplete
  603.   Priority             = EVA_BUILDING_COMPLETE_PRIORITY
  604.   TimeBetweenEventsMS  = EVA_BUILDING_COMPLETE_TIME_BETWEEN_EVENTS
  605.   ExpirationTimeMS     = EVA_BUILDING_COMPLETE_EXPIRATION_TIME
  606.   
  607.   SideSound     ; Safety for campaign
  608.     Side = Mordor
  609.     Sound = GoblinBuilderVoiceCompleteSpidersNest
  610.   End
  611.   SideSound
  612.     Side = Wild
  613.     Sound = GoblinBuilderVoiceCompleteSpidersNest
  614.   End
  615. End
  616.  
  617.  
  618. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  619. NewEvaEvent HaradrimPalaceComplete
  620.   Priority             = EVA_BUILDING_COMPLETE_PRIORITY
  621.   TimeBetweenEventsMS  = EVA_BUILDING_COMPLETE_TIME_BETWEEN_EVENTS
  622.   ExpirationTimeMS     = EVA_BUILDING_COMPLETE_EXPIRATION_TIME
  623.   
  624.   SideSound
  625.     Side = Mordor
  626.     Sound = CampOrcCompleteHaradrimPalace
  627.   End
  628.   SideSound        ; Safety for campaign
  629.     Side = Wild
  630.     Sound = CampOrcCompleteHaradrimPalace
  631.   End
  632. End
  633.  
  634. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  635. NewEvaEvent MumakilPenComplete
  636.   Priority             = EVA_BUILDING_COMPLETE_PRIORITY
  637.   TimeBetweenEventsMS  = EVA_BUILDING_COMPLETE_TIME_BETWEEN_EVENTS
  638.   ExpirationTimeMS     = EVA_BUILDING_COMPLETE_EXPIRATION_TIME
  639.   
  640.   SideSound
  641.     Side = Mordor
  642.     Sound = CampOrcCompleteMumakilPen
  643.   End
  644.   SideSound        ; Safety for campaign
  645.     Side = Wild
  646.     Sound = CampOrcCompleteMumakilPen
  647.   End
  648. End
  649.  
  650. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  651. NewEvaEvent SiegeWorksComplete
  652.   Priority             = EVA_BUILDING_COMPLETE_PRIORITY
  653.   TimeBetweenEventsMS  = EVA_BUILDING_COMPLETE_TIME_BETWEEN_EVENTS
  654.   ExpirationTimeMS     = EVA_BUILDING_COMPLETE_EXPIRATION_TIME
  655.   
  656.   SideSound
  657.     Side = Isengard
  658.     Sound = CampOrcCompleteSiegeWorks
  659.   End
  660.   SideSound
  661.     Side = Mordor
  662.     Sound = CampOrcCompleteGreatSiegeWorks
  663.   End
  664.   SideSound   ; Safety for campaign
  665.     Side = Wild 
  666.     Sound = CampOrcCompleteGreatSiegeWorks
  667.   End
  668.   
  669. End
  670.  
  671. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  672. NewEvaEvent UrukPitComplete
  673.   Priority             = EVA_BUILDING_COMPLETE_PRIORITY
  674.   TimeBetweenEventsMS  = EVA_BUILDING_COMPLETE_TIME_BETWEEN_EVENTS
  675.   ExpirationTimeMS     = EVA_BUILDING_COMPLETE_EXPIRATION_TIME
  676.   
  677.   SideSound
  678.     Side = Isengard
  679.     Sound = CampOrcCompleteUrukPit
  680.   End
  681. End
  682.  
  683. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  684. NewEvaEvent WargPitComplete
  685.   Priority             = EVA_BUILDING_COMPLETE_PRIORITY
  686.   TimeBetweenEventsMS  = EVA_BUILDING_COMPLETE_TIME_BETWEEN_EVENTS
  687.   ExpirationTimeMS     = EVA_BUILDING_COMPLETE_EXPIRATION_TIME
  688.   
  689.   SideSound
  690.     Side = Isengard
  691.     Sound = CampOrcCompleteWargPit
  692.   End
  693. End
  694.  
  695. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  696. NewEvaEvent OrcPitComplete
  697.   Priority             = EVA_BUILDING_COMPLETE_PRIORITY
  698.   TimeBetweenEventsMS  = EVA_BUILDING_COMPLETE_TIME_BETWEEN_EVENTS
  699.   ExpirationTimeMS     = EVA_BUILDING_COMPLETE_EXPIRATION_TIME
  700.   
  701.   SideSound
  702.     Side = Mordor
  703.     Sound = CampOrcCompleteOrcPit
  704.   End
  705.   SideSound        ; Safety for campaign
  706.     Side = Wild
  707.     Sound = CampOrcCompleteOrcPit
  708.   End
  709. End
  710.  
  711. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  712. NewEvaEvent TrollCagesComplete
  713.   Priority             = EVA_BUILDING_COMPLETE_PRIORITY
  714.   TimeBetweenEventsMS  = EVA_BUILDING_COMPLETE_TIME_BETWEEN_EVENTS
  715.   ExpirationTimeMS     = EVA_BUILDING_COMPLETE_EXPIRATION_TIME
  716.   
  717.   SideSound
  718.     Side = Mordor
  719.     Sound = CampOrcCompleteTrollCages
  720.   End
  721.   SideSound        ; Safety for campaign
  722.     Side = Wild
  723.     Sound = CampOrcCompleteTrollCages
  724.   End
  725. End
  726.  
  727. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  728. NewEvaEvent GreenPastureComplete
  729.   Priority             = EVA_BUILDING_COMPLETE_PRIORITY
  730.   TimeBetweenEventsMS  = EVA_BUILDING_COMPLETE_TIME_BETWEEN_EVENTS
  731.   ExpirationTimeMS     = EVA_BUILDING_COMPLETE_EXPIRATION_TIME
  732.   
  733.   SideSound
  734.     Side = Elves
  735.     Sound = ElfBuilderVoiceCompletePasture
  736.   End
  737.  
  738.   SideSound       ; Safety for campaign
  739.     Side = Dwarves
  740.     Sound = ElfBuilderVoiceCompletePasture
  741.   End
  742. End
  743.  
  744. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  745. NewEvaEvent ElfBarracksComplete
  746.   Priority             = EVA_BUILDING_COMPLETE_PRIORITY
  747.   TimeBetweenEventsMS  = EVA_BUILDING_COMPLETE_TIME_BETWEEN_EVENTS
  748.   ExpirationTimeMS     = EVA_BUILDING_COMPLETE_EXPIRATION_TIME
  749.   
  750.   SideSound
  751.     Side = Elves
  752.     Sound = ElfBuilderVoiceCompleteBarracks
  753.   End
  754.  
  755.   SideSound       ; Safety for campaign
  756.     Side = Dwarves
  757.     Sound = ElfBuilderVoiceCompleteBarracks
  758.   End
  759. End
  760.  
  761. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  762. NewEvaEvent EntMootComplete
  763.   Priority             = EVA_BUILDING_COMPLETE_PRIORITY
  764.   TimeBetweenEventsMS  = EVA_BUILDING_COMPLETE_TIME_BETWEEN_EVENTS
  765.   ExpirationTimeMS     = EVA_BUILDING_COMPLETE_EXPIRATION_TIME
  766.   
  767.   SideSound
  768.     Side = Elves
  769.     Sound = ElfBuilderVoiceCompleteEntMoot
  770.   End
  771.  
  772.   SideSound       ; Safety for campaign
  773.     Side = Dwarves
  774.     Sound = ElfBuilderVoiceCompleteEntMoot
  775.   End
  776. End
  777.  
  778. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  779. NewEvaEvent HallOfWarriorsComplete
  780.   Priority             = EVA_BUILDING_COMPLETE_PRIORITY
  781.   TimeBetweenEventsMS  = EVA_BUILDING_COMPLETE_TIME_BETWEEN_EVENTS
  782.   ExpirationTimeMS     = EVA_BUILDING_COMPLETE_EXPIRATION_TIME
  783.   
  784.   SideSound       ; Safety for campaign
  785.     Side = Elves
  786.     Sound = DwarfBuilderVoiceCompleteHallOfWarriors
  787.   End
  788.  
  789.   SideSound
  790.     Side = Dwarves
  791.     Sound = DwarfBuilderVoiceCompleteHallOfWarriors
  792.   End
  793. End
  794.  
  795. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  796. NewEvaEvent DwarfArcheryRangeComplete
  797.   Priority             = EVA_BUILDING_COMPLETE_PRIORITY
  798.   TimeBetweenEventsMS  = EVA_BUILDING_COMPLETE_TIME_BETWEEN_EVENTS
  799.   ExpirationTimeMS     = EVA_BUILDING_COMPLETE_EXPIRATION_TIME
  800.   
  801.   SideSound       ; Safety for campaign
  802.     Side = Elves
  803.     Sound = DwarfBuilderVoiceCompleteArcheryRange
  804.   End
  805.  
  806.   SideSound
  807.     Side = Dwarves
  808.     Sound = DwarfBuilderVoiceCompleteArcheryRange
  809.   End
  810. End
  811.  
  812. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  813. NewEvaEvent ForgeWorksComplete
  814.   Priority             = EVA_BUILDING_COMPLETE_PRIORITY
  815.   TimeBetweenEventsMS  = EVA_BUILDING_COMPLETE_TIME_BETWEEN_EVENTS
  816.   ExpirationTimeMS     = EVA_BUILDING_COMPLETE_EXPIRATION_TIME
  817.   
  818.   SideSound       ; Safety for campaign
  819.     Side = Elves
  820.     Sound = DwarfBuilderVoiceCompleteForgeWorks
  821.   End
  822.  
  823.   SideSound
  824.     Side = Dwarves
  825.     Sound = DwarfBuilderVoiceCompleteForgeWorks
  826.   End
  827. End
  828.  
  829. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  830. NewEvaEvent MenArcheryRangeComplete
  831.   Priority             = EVA_BUILDING_COMPLETE_PRIORITY
  832.   TimeBetweenEventsMS  = EVA_BUILDING_COMPLETE_TIME_BETWEEN_EVENTS
  833.   ExpirationTimeMS     = EVA_BUILDING_COMPLETE_EXPIRATION_TIME
  834.   
  835.   SideSound
  836.     Side = Men
  837.     Sound = MenBuilderVoiceCompleteArcheryRange
  838.   End
  839. End
  840.  
  841. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  842. NewEvaEvent MenBarracksComplete
  843.   Priority             = EVA_BUILDING_COMPLETE_PRIORITY
  844.   TimeBetweenEventsMS  = EVA_BUILDING_COMPLETE_TIME_BETWEEN_EVENTS
  845.   ExpirationTimeMS     = EVA_BUILDING_COMPLETE_EXPIRATION_TIME
  846.   
  847.   SideSound
  848.     Side = Men
  849.     Sound = MenBuilderVoiceCompleteBarracks
  850.   End
  851. End
  852.  
  853. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  854. NewEvaEvent StablesComplete
  855.   Priority             = EVA_BUILDING_COMPLETE_PRIORITY
  856.   TimeBetweenEventsMS  = EVA_BUILDING_COMPLETE_TIME_BETWEEN_EVENTS
  857.   ExpirationTimeMS     = EVA_BUILDING_COMPLETE_EXPIRATION_TIME
  858.   
  859.   SideSound
  860.     Side = Men
  861.     Sound = MenBuilderVoiceCompleteStables
  862.   End
  863. End
  864.  
  865. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  866. NewEvaEvent WorkshopComplete
  867.   Priority             = EVA_BUILDING_COMPLETE_PRIORITY
  868.   TimeBetweenEventsMS  = EVA_BUILDING_COMPLETE_TIME_BETWEEN_EVENTS
  869.   ExpirationTimeMS     = EVA_BUILDING_COMPLETE_EXPIRATION_TIME
  870.   
  871.   SideSound
  872.     Side = Men
  873.     Sound = MenBuilderVoiceCompleteWorkshop
  874.   End
  875. End
  876.  
  877.  
  878. ; END BUILDING COMPLETE ANNOUNCEMENTS
  879. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  880.  
  881.  
  882. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  883. ; UPGRADE COMPLETE ANNOUNCEMENTS
  884.  
  885.  
  886. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  887. NewEvaEvent GenericBuildingUpgraded
  888.   Priority             = EVA_UPGRADE_COMPLETE_PRIORITY
  889.   TimeBetweenEventsMS  = EVA_UPGRADE_COMPLETE_TIME_BETWEEN_EVENTS
  890.   ExpirationTimeMS     = EVA_UPGRADE_COMPLETE_EXPIRATION_TIME
  891.   
  892.   SideSound
  893.     Side = Men
  894.     Sound = CampSoldierUpgradedBuildingGeneric
  895.   End
  896. End
  897.  
  898.  
  899. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  900. NewEvaEvent ArmoryUpgraded
  901.   Priority             = EVA_UPGRADE_COMPLETE_PRIORITY
  902.   TimeBetweenEventsMS  = EVA_UPGRADE_COMPLETE_TIME_BETWEEN_EVENTS
  903.   ExpirationTimeMS     = EVA_UPGRADE_COMPLETE_EXPIRATION_TIME
  904.   
  905.   SideSound
  906.     Side = Isengard
  907.     Sound = CampOrcUpgradedArmory
  908.   End
  909.   
  910.   SideSound   
  911.     Side = Men
  912.     Sound = CampSoldierUpgradedArmory
  913.   End
  914. End
  915.  
  916. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  917. NewEvaEvent SiegeWorksUpgraded
  918.   Priority             = EVA_UPGRADE_COMPLETE_PRIORITY
  919.   TimeBetweenEventsMS  = EVA_UPGRADE_COMPLETE_TIME_BETWEEN_EVENTS
  920.   ExpirationTimeMS     = EVA_UPGRADE_COMPLETE_EXPIRATION_TIME
  921.   
  922.   SideSound
  923.     Side = Isengard
  924.     Sound = CampOrcUpgradedSiegeWorks
  925.   End
  926.  
  927.   SideSound
  928.     Side = Mordor
  929.     Sound = CampOrcUpgradedGreatSiegeWorks
  930.   End
  931.   
  932.   SideSound   ; Safety for campaign
  933.     Side = Wild
  934.     Sound = CampOrcUpgradedGreatSiegeWorks
  935.   End
  936. End
  937.  
  938. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  939. NewEvaEvent UrukPitUpgraded
  940.   Priority             = EVA_UPGRADE_COMPLETE_PRIORITY
  941.   TimeBetweenEventsMS  = EVA_UPGRADE_COMPLETE_TIME_BETWEEN_EVENTS
  942.   ExpirationTimeMS     = EVA_UPGRADE_COMPLETE_EXPIRATION_TIME
  943.   
  944.   SideSound
  945.     Side = Isengard
  946.     Sound = CampOrcUpgradedUrukPit
  947.   End
  948. End
  949.  
  950. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  951. NewEvaEvent HaradrimPalaceUpgraded
  952.   Priority             = EVA_UPGRADE_COMPLETE_PRIORITY
  953.   TimeBetweenEventsMS  = EVA_UPGRADE_COMPLETE_TIME_BETWEEN_EVENTS
  954.   ExpirationTimeMS     = EVA_UPGRADE_COMPLETE_EXPIRATION_TIME
  955.   
  956.   SideSound
  957.     Side = Mordor
  958.     Sound = CampOrcUpgradedHaradrimPalace
  959.   End
  960.   SideSound   ; Safety for campaign
  961.     Side = Wild
  962.     Sound = CampOrcUpgradedHaradrimPalace
  963.   End
  964. End
  965.  
  966. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  967. NewEvaEvent OrcPitUpgraded
  968.   Priority             = EVA_UPGRADE_COMPLETE_PRIORITY
  969.   TimeBetweenEventsMS  = EVA_UPGRADE_COMPLETE_TIME_BETWEEN_EVENTS
  970.   ExpirationTimeMS     = EVA_UPGRADE_COMPLETE_EXPIRATION_TIME
  971.   
  972.   SideSound
  973.     Side = Mordor
  974.     Sound = CampOrcUpgradedOrcPit
  975.   End
  976.   SideSound   ; Safety for campaign
  977.     Side = Wild
  978.     Sound = CampOrcUpgradedOrcPit
  979.   End
  980. End
  981.  
  982.  
  983. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  984. NewEvaEvent TrollCageUpgraded
  985.   Priority             = EVA_UPGRADE_COMPLETE_PRIORITY
  986.   TimeBetweenEventsMS  = EVA_UPGRADE_COMPLETE_TIME_BETWEEN_EVENTS
  987.   ExpirationTimeMS     = EVA_UPGRADE_COMPLETE_EXPIRATION_TIME
  988.   
  989.   SideSound
  990.     Side = Mordor
  991.     Sound = CampOrcUpgradedTrollCage
  992.   End
  993.   SideSound   ; Safety for campaign
  994.     Side = Wild
  995.     Sound = CampOrcUpgradedTrollCage
  996.   End
  997. End
  998.  
  999. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  1000. NewEvaEvent UpgradeWargSentryWargReady
  1001.   Priority             = EVA_UPGRADE_COMPLETE_PRIORITY
  1002.   TimeBetweenEventsMS  = EVA_UPGRADE_COMPLETE_TIME_BETWEEN_EVENTS
  1003.   ExpirationTimeMS     = EVA_UPGRADE_COMPLETE_EXPIRATION_TIME
  1004.   
  1005.   SideSound
  1006.     Side = Isengard
  1007.     Sound = CampOrcCompleteWargSentryWarg
  1008.   End
  1009. End
  1010.  
  1011. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  1012. NewEvaEvent WargPitUpgraded
  1013.   Priority             = EVA_UPGRADE_COMPLETE_PRIORITY
  1014.   TimeBetweenEventsMS  = EVA_UPGRADE_COMPLETE_TIME_BETWEEN_EVENTS
  1015.   ExpirationTimeMS     = EVA_UPGRADE_COMPLETE_EXPIRATION_TIME
  1016.   
  1017.   SideSound
  1018.     Side = Isengard
  1019.     Sound = CampOrcUpgradeWargPit
  1020.   End
  1021. End
  1022.  
  1023. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  1024. NewEvaEvent TavernUpgraded
  1025.   Priority             = EVA_UPGRADE_COMPLETE_PRIORITY
  1026.   TimeBetweenEventsMS  = EVA_UPGRADE_COMPLETE_TIME_BETWEEN_EVENTS
  1027.   ExpirationTimeMS     = EVA_UPGRADE_COMPLETE_EXPIRATION_TIME
  1028.   
  1029.   SideSound
  1030.     Side = Mordor
  1031.     Sound = CampOrcUpgradeTavern
  1032.   End
  1033.   SideSound   ; Safety for campaign
  1034.     Side = Wild
  1035.     Sound = CampOrcUpgradeTavern
  1036.   End
  1037. End
  1038.  
  1039. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  1040. NewEvaEvent MumakilPenUpgraded
  1041.   Priority             = EVA_UPGRADE_COMPLETE_PRIORITY
  1042.   TimeBetweenEventsMS  = EVA_UPGRADE_COMPLETE_TIME_BETWEEN_EVENTS
  1043.   ExpirationTimeMS     = EVA_UPGRADE_COMPLETE_EXPIRATION_TIME
  1044.   
  1045.   SideSound
  1046.     Side = Mordor
  1047.     Sound = CampOrcUpgradeMumakilPen
  1048.   End
  1049.   SideSound   ; Safety for campaign
  1050.     Side = Wild
  1051.     Sound = CampOrcUpgradeMumakilPen
  1052.   End
  1053. End
  1054.  
  1055. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  1056. NewEvaEvent CaveUpgraded
  1057.   Priority             = EVA_UPGRADE_COMPLETE_PRIORITY
  1058.   TimeBetweenEventsMS  = EVA_UPGRADE_COMPLETE_TIME_BETWEEN_EVENTS
  1059.   ExpirationTimeMS     = EVA_UPGRADE_COMPLETE_EXPIRATION_TIME
  1060.   
  1061.   SideSound   ; Safety for campaign
  1062.     Side = Mordor
  1063.     Sound = CampGoblinUpgradeCave
  1064.   End
  1065.   SideSound   
  1066.     Side = Wild
  1067.     Sound = CampGoblinUpgradeCave
  1068.   End
  1069. End
  1070.  
  1071. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  1072. NewEvaEvent FissureUpgraded
  1073.   Priority             = EVA_UPGRADE_COMPLETE_PRIORITY
  1074.   TimeBetweenEventsMS  = EVA_UPGRADE_COMPLETE_TIME_BETWEEN_EVENTS
  1075.   ExpirationTimeMS     = EVA_UPGRADE_COMPLETE_EXPIRATION_TIME
  1076.   
  1077.   SideSound   ; Safety for campaign
  1078.     Side = Mordor
  1079.     Sound = CampGoblinUpgradeFissure
  1080.   End
  1081.   SideSound   
  1082.     Side = Wild
  1083.     Sound = CampGoblinUpgradeFissure
  1084.   End
  1085. End
  1086.  
  1087. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  1088. NewEvaEvent SpiderPitUpgraded
  1089.   Priority             = EVA_UPGRADE_COMPLETE_PRIORITY
  1090.   TimeBetweenEventsMS  = EVA_UPGRADE_COMPLETE_TIME_BETWEEN_EVENTS
  1091.   ExpirationTimeMS     = EVA_UPGRADE_COMPLETE_EXPIRATION_TIME
  1092.   
  1093.   SideSound   ; Safety for campaign
  1094.     Side = Mordor
  1095.     Sound = CampGoblinUpgradeSpiderPit
  1096.   End
  1097.   SideSound   
  1098.     Side = Wild
  1099.     Sound = CampGoblinUpgradeSpiderPit
  1100.   End
  1101. End
  1102.  
  1103. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  1104. NewEvaEvent TreasureTroveUpgraded
  1105.   Priority             = EVA_UPGRADE_COMPLETE_PRIORITY
  1106.   TimeBetweenEventsMS  = EVA_UPGRADE_COMPLETE_TIME_BETWEEN_EVENTS
  1107.   ExpirationTimeMS     = EVA_UPGRADE_COMPLETE_EXPIRATION_TIME
  1108.   
  1109.   SideSound   ; Safety for campaign
  1110.     Side = Mordor
  1111.     Sound = CampGoblinUpgradeTreasureTrove
  1112.   End
  1113.   SideSound   
  1114.     Side = Wild
  1115.     Sound = CampGoblinUpgradeTreasureTrove
  1116.   End
  1117. End
  1118.  
  1119. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  1120. NewEvaEvent ArcheryRangeUpgraded
  1121.   Priority             = EVA_UPGRADE_COMPLETE_PRIORITY
  1122.   TimeBetweenEventsMS  = EVA_UPGRADE_COMPLETE_TIME_BETWEEN_EVENTS
  1123.   ExpirationTimeMS     = EVA_UPGRADE_COMPLETE_EXPIRATION_TIME
  1124.   
  1125.   SideSound   
  1126.     Side = Men
  1127.     Sound = CampSoldierUpgradedArcheryRange
  1128.   End
  1129.   SideSound     ; Safety for campaign
  1130.     Side = Elves
  1131.     Sound = CampDwarfUpgradeArcheryRange
  1132.   End
  1133.   SideSound
  1134.     Side = Dwarves
  1135.     Sound = CampDwarfUpgradeArcheryRange
  1136.   End
  1137. End
  1138.  
  1139. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  1140. NewEvaEvent BarracksUpgraded
  1141.   Priority             = EVA_UPGRADE_COMPLETE_PRIORITY
  1142.   TimeBetweenEventsMS  = EVA_UPGRADE_COMPLETE_TIME_BETWEEN_EVENTS
  1143.   ExpirationTimeMS     = EVA_UPGRADE_COMPLETE_EXPIRATION_TIME
  1144.   
  1145.   SideSound   
  1146.     Side = Men
  1147.     Sound = CampSoldierUpgradedBarracks
  1148.   End
  1149.   SideSound     
  1150.     Side = Elves
  1151.     Sound = CampElfUpgradeBarracks
  1152.   End
  1153.   SideSound      ; Safety for campaign
  1154.     Side = Dwarves
  1155.     Sound = CampElfUpgradeBarracks
  1156.   End
  1157.   
  1158. End
  1159.  
  1160. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  1161. NewEvaEvent BlacksmithUpgraded
  1162.   Priority             = EVA_UPGRADE_COMPLETE_PRIORITY
  1163.   TimeBetweenEventsMS  = EVA_UPGRADE_COMPLETE_TIME_BETWEEN_EVENTS
  1164.   ExpirationTimeMS     = EVA_UPGRADE_COMPLETE_EXPIRATION_TIME
  1165.   MillisecondsToWaitBeforePlaying = 1500   ; Wait until really ready
  1166.   
  1167.   SideSound   
  1168.     Side = Men
  1169.     Sound = CampSoldierUpgradedBlacksmith
  1170.   End
  1171. End
  1172.  
  1173. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  1174. NewEvaEvent StablesUpgraded
  1175.   Priority             = EVA_UPGRADE_COMPLETE_PRIORITY
  1176.   TimeBetweenEventsMS  = EVA_UPGRADE_COMPLETE_TIME_BETWEEN_EVENTS
  1177.   ExpirationTimeMS     = EVA_UPGRADE_COMPLETE_EXPIRATION_TIME
  1178.   
  1179.   SideSound   
  1180.     Side = Men
  1181.     Sound = CampSoldierUpgradedStables
  1182.   End
  1183.  
  1184.   ; Green pastures is actually using the wrong FX list, so:  
  1185.   SideSound     
  1186.     Side = Elves
  1187.     Sound = CampElfUpgradeGreenPasture
  1188.   End
  1189.   SideSound     ; Safety for campaign
  1190.     Side = Dwarves
  1191.     Sound = CampElfUpgradeGreenPasture
  1192.   End
  1193.  
  1194. End
  1195.  
  1196. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  1197. NewEvaEvent WorkshopUpgraded
  1198.   Priority             = EVA_UPGRADE_COMPLETE_PRIORITY
  1199.   TimeBetweenEventsMS  = EVA_UPGRADE_COMPLETE_TIME_BETWEEN_EVENTS
  1200.   ExpirationTimeMS     = EVA_UPGRADE_COMPLETE_EXPIRATION_TIME
  1201.   MillisecondsToWaitBeforePlaying = 3500   ; Wait until really ready
  1202.  
  1203.   SideSound   
  1204.     Side = Men
  1205.     Sound = CampSoldierUpgradedWorkshop
  1206.   End
  1207. End
  1208.  
  1209. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  1210. NewEvaEvent ForgeWorksUpgraded
  1211.   Priority             = EVA_UPGRADE_COMPLETE_PRIORITY
  1212.   TimeBetweenEventsMS  = EVA_UPGRADE_COMPLETE_TIME_BETWEEN_EVENTS
  1213.   ExpirationTimeMS     = EVA_UPGRADE_COMPLETE_EXPIRATION_TIME
  1214.   
  1215.   SideSound     ; Safety for campaign
  1216.     Side = Elves
  1217.     Sound = CampDwarfUpgradeForgeWorks
  1218.   End
  1219.   SideSound
  1220.     Side = Dwarves
  1221.     Sound = CampDwarfUpgradeForgeWorks
  1222.   End
  1223. End
  1224.  
  1225. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  1226. NewEvaEvent ForgeUpgraded
  1227.   Priority             = EVA_UPGRADE_COMPLETE_PRIORITY
  1228.   TimeBetweenEventsMS  = EVA_UPGRADE_COMPLETE_TIME_BETWEEN_EVENTS
  1229.   ExpirationTimeMS     = EVA_UPGRADE_COMPLETE_EXPIRATION_TIME
  1230.   
  1231.   SideSound     
  1232.     Side = Elves
  1233.     Sound = CampElfUpgradeForge
  1234.   End
  1235.   SideSound     ; Safety for campaign
  1236.     Side = Dwarves
  1237.     Sound = CampElfUpgradeForge
  1238.   End
  1239. End
  1240.  
  1241. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  1242. NewEvaEvent GreenPastureUpgraded
  1243.   Priority             = EVA_UPGRADE_COMPLETE_PRIORITY
  1244.   TimeBetweenEventsMS  = EVA_UPGRADE_COMPLETE_TIME_BETWEEN_EVENTS
  1245.   ExpirationTimeMS     = EVA_UPGRADE_COMPLETE_EXPIRATION_TIME
  1246.   
  1247.   SideSound     
  1248.     Side = Elves
  1249.     Sound = CampElfUpgradeGreenPasture
  1250.   End
  1251.   SideSound     ; Safety for campaign
  1252.     Side = Dwarves
  1253.     Sound = CampElfUpgradeGreenPasture
  1254.   End
  1255. End
  1256.  
  1257.  
  1258.  
  1259.  
  1260. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  1261. NewEvaEvent UpgradeWizardTower
  1262.   Priority             = EVA_UPGRADE_COMPLETE_PRIORITY
  1263.   TimeBetweenEventsMS  = EVA_UPGRADE_COMPLETE_TIME_BETWEEN_EVENTS
  1264.   ExpirationTimeMS     = EVA_UPGRADE_COMPLETE_EXPIRATION_TIME
  1265.   MillisecondsToWaitBeforePlaying = 6700   ; Match buildup anim time 
  1266.   
  1267.   SideSound
  1268.     Side = Isengard
  1269.     Sound = CampOrcUpgradeWizardTower
  1270.   End
  1271. End
  1272.  
  1273. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  1274. NewEvaEvent UpgradeGorgonothSpire
  1275.   Priority             = EVA_UPGRADE_COMPLETE_PRIORITY
  1276.   TimeBetweenEventsMS  = EVA_UPGRADE_COMPLETE_TIME_BETWEEN_EVENTS
  1277.   ExpirationTimeMS     = EVA_UPGRADE_COMPLETE_EXPIRATION_TIME
  1278.   MillisecondsToWaitBeforePlaying = 7000   ; Match buildup anim time 
  1279.   
  1280.   SideSound
  1281.     Side = Mordor
  1282.     Sound = CampOrcUpgradeGorgonothSpire
  1283.   End
  1284.   SideSound     ; Safety for campaign
  1285.     Side = Wild
  1286.     Sound = CampOrcUpgradeGorgonothSpire
  1287.   End
  1288. End
  1289.  
  1290.  
  1291. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  1292. NewEvaEvent UpgradeBannerCarrierTechnologyReady
  1293.   Priority             = EVA_UPGRADE_COMPLETE_PRIORITY
  1294.   TimeBetweenEventsMS  = EVA_UPGRADE_COMPLETE_TIME_BETWEEN_EVENTS
  1295.   ExpirationTimeMS     = EVA_UPGRADE_COMPLETE_EXPIRATION_TIME
  1296.   CountAsJumpToLocation = No    ; This is basically a global event
  1297.   
  1298.   SideSound
  1299.     Side = Isengard
  1300.     Sound = CampOrcUpgradeBannerCarrier
  1301.   End
  1302.   SideSound
  1303.     Side = Mordor
  1304.     Sound = CampOrcUpgradeBannerCarrier
  1305.   End
  1306.   SideSound
  1307.     Side = Wild
  1308.     Sound = CampGoblinUpgradeBannerCarrier
  1309.   End
  1310.   SideSound
  1311.     Side = Men
  1312.     Sound = CampSoldierUpgradeBannerCarrier
  1313.   End
  1314.   SideSound    
  1315.     Side = Elves
  1316.     Sound = CampElfUpgradeBannerCarrier
  1317.   End
  1318.   SideSound
  1319.     Side = Dwarves
  1320.     Sound = CampDwarfUpgradeBannerCarrier
  1321.   End
  1322.   
  1323. End
  1324.  
  1325. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  1326. NewEvaEvent UpgradeBannerCarrierTechnologyReady-Elf   ; To handle Good Dol Guldur correctly
  1327.   Priority             = EVA_UPGRADE_COMPLETE_PRIORITY
  1328.   TimeBetweenEventsMS  = EVA_UPGRADE_COMPLETE_TIME_BETWEEN_EVENTS
  1329.   ExpirationTimeMS     = EVA_UPGRADE_COMPLETE_EXPIRATION_TIME
  1330.   CountAsJumpToLocation = No    ; This is basically a global event
  1331.   
  1332.   SideSound    
  1333.     Side = Elves
  1334.     Sound = CampElfUpgradeBannerCarrier
  1335.   End
  1336.   SideSound  ; Safety for campaign
  1337.     Side = Dwarves
  1338.     Sound = CampElfUpgradeBannerCarrier
  1339.   End
  1340. End
  1341.  
  1342.  
  1343. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  1344. NewEvaEvent UpgradeBannerCarrierTechnologyReady-Dwarf   ; To handle Good Dol Guldur correctly
  1345.   Priority             = EVA_UPGRADE_COMPLETE_PRIORITY
  1346.   TimeBetweenEventsMS  = EVA_UPGRADE_COMPLETE_TIME_BETWEEN_EVENTS
  1347.   ExpirationTimeMS     = EVA_UPGRADE_COMPLETE_EXPIRATION_TIME
  1348.   CountAsJumpToLocation = No    ; This is basically a global event
  1349.   
  1350.   SideSound    ; Safety for campaign
  1351.     Side = Elves
  1352.     Sound = CampDwarfUpgradeBannerCarrier
  1353.   End
  1354.   SideSound
  1355.     Side = Dwarves
  1356.     Sound = CampDwarfUpgradeBannerCarrier
  1357.   End
  1358. End
  1359.  
  1360. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  1361. NewEvaEvent UpgradeBannerCarrierTechnologyReady-Wild   ; To handle Evil Rivendell correctly
  1362.   Priority             = EVA_UPGRADE_COMPLETE_PRIORITY
  1363.   TimeBetweenEventsMS  = EVA_UPGRADE_COMPLETE_TIME_BETWEEN_EVENTS
  1364.   ExpirationTimeMS     = EVA_UPGRADE_COMPLETE_EXPIRATION_TIME
  1365.   CountAsJumpToLocation = No    ; This is basically a global event
  1366.   
  1367.   SideSound    ; Safety for campaign
  1368.     Side = Mordor
  1369.     Sound = CampGoblinUpgradeBannerCarrier
  1370.   End
  1371.   SideSound
  1372.     Side = Wild
  1373.     Sound = CampGoblinUpgradeBannerCarrier
  1374.   End
  1375. End
  1376.  
  1377.  
  1378. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  1379. NewEvaEvent UpgradeBannerCarrierTechnologyReady-Mordor   ; To handle Evil Rivendell correctly
  1380.   Priority             = EVA_UPGRADE_COMPLETE_PRIORITY
  1381.   TimeBetweenEventsMS  = EVA_UPGRADE_COMPLETE_TIME_BETWEEN_EVENTS
  1382.   ExpirationTimeMS     = EVA_UPGRADE_COMPLETE_EXPIRATION_TIME
  1383.   CountAsJumpToLocation = No    ; This is basically a global event
  1384.   
  1385.   SideSound
  1386.     Side = Mordor
  1387.     Sound = CampOrcUpgradeBannerCarrier
  1388.   End
  1389.   SideSound    ; Safety for campaign
  1390.     Side = Wild
  1391.     Sound = CampOrcUpgradeBannerCarrier
  1392.   End
  1393. End
  1394.  
  1395. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  1396. NewEvaEvent UpgradeBannerCarrierReady
  1397.   Priority             = EVA_UPGRADE_COMPLETE_PRIORITY
  1398.   TimeBetweenEventsMS  = EVA_UPGRADE_COMPLETE_TIME_BETWEEN_EVENTS
  1399.   ExpirationTimeMS     = EVA_UPGRADE_COMPLETE_EXPIRATION_TIME
  1400.   CountAsJumpToLocation = No    ; This is basically a global event
  1401.   
  1402.   SideSound
  1403.     Side = Isengard
  1404.     Sound = CampOrcCreateWhiteHandBanner
  1405.   End
  1406.   SideSound
  1407.     Side = Mordor
  1408.     Sound = CampOrcCreateRedEyeBanner
  1409.   End
  1410.   SideSound
  1411.     Side = Men
  1412.     Sound = GondorBannerVoiceSalute
  1413.   End
  1414.   ;SideSound
  1415.   ;  Side = Elven
  1416.   ;  Sound = GondorBannerVoiceSalute 
  1417.   ;End
  1418. End
  1419.  
  1420. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  1421. NewEvaEvent UpgradeVenomSacsReady
  1422.   Priority             = EVA_UPGRADE_COMPLETE_PRIORITY
  1423.   TimeBetweenEventsMS  = EVA_UPGRADE_COMPLETE_TIME_BETWEEN_EVENTS
  1424.   ExpirationTimeMS     = EVA_UPGRADE_COMPLETE_EXPIRATION_TIME
  1425.   CountAsJumpToLocation = No    ; This is basically a global event
  1426.   
  1427.   SideSound     ; Safety for campaign
  1428.     Side = Mordor 
  1429.     Sound = CampGoblinUpgradeVenomSacs
  1430.   End
  1431.   SideSound
  1432.     Side = Wild
  1433.     Sound = CampGoblinUpgradeVenomSacs
  1434.   End
  1435. End
  1436.  
  1437. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  1438. NewEvaEvent UpgradeDragonsNestReady
  1439.   Priority             = EVA_UPGRADE_COMPLETE_PRIORITY
  1440.   TimeBetweenEventsMS  = EVA_UPGRADE_COMPLETE_TIME_BETWEEN_EVENTS
  1441.   ExpirationTimeMS     = EVA_UPGRADE_COMPLETE_EXPIRATION_TIME
  1442.   MillisecondsToWaitBeforePlaying = 11500   ; Match buildup anim time 
  1443.   
  1444.   SideSound     ; Safety for campaign
  1445.     Side = Mordor 
  1446.     Sound = CampGoblinUpgradeDragonsNest
  1447.   End
  1448.   SideSound
  1449.     Side = Wild
  1450.     Sound = CampGoblinUpgradeDragonsNest
  1451.   End
  1452. End
  1453.  
  1454. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  1455. NewEvaEvent UpgradeFlameArrowsReady
  1456.   Priority             = EVA_UPGRADE_COMPLETE_PRIORITY
  1457.   TimeBetweenEventsMS  = EVA_UPGRADE_COMPLETE_TIME_BETWEEN_EVENTS
  1458.   ExpirationTimeMS     = EVA_UPGRADE_COMPLETE_EXPIRATION_TIME
  1459.   CountAsJumpToLocation = No    ; This is basically a global event
  1460.   
  1461.   SideSound 
  1462.     Side = Isengard
  1463.     Sound = OrcPorterFireArrowsVoiceSalute
  1464.   End
  1465.   SideSound    
  1466.     Side = Mordor 
  1467.     Sound = OrcPorterFireArrowsVoiceSalute
  1468.   End
  1469.   SideSound
  1470.     Side = Wild
  1471.     Sound = CampGoblinUpgradeFlameArrows
  1472.   End
  1473.   SideSound     ; Safety for campaign
  1474.     Side = Elves
  1475.     Sound = CampDwarfUpgradeFlamingArrows
  1476.   End
  1477.   SideSound
  1478.     Side = Dwarves
  1479.     Sound = CampDwarfUpgradeFlamingArrows
  1480.   End
  1481.   SideSound
  1482.     Side = Men
  1483.     Sound = PorterFireArrowsVoiceReady
  1484.   End
  1485. End
  1486.  
  1487. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  1488. NewEvaEvent UpgradeForgedBladesReady
  1489.   Priority             = EVA_UPGRADE_COMPLETE_PRIORITY
  1490.   TimeBetweenEventsMS  = EVA_UPGRADE_COMPLETE_TIME_BETWEEN_EVENTS
  1491.   ExpirationTimeMS     = EVA_UPGRADE_COMPLETE_EXPIRATION_TIME
  1492.   CountAsJumpToLocation = No    ; This is basically a global event
  1493.   
  1494.   SideSound
  1495.     Side = Isengard
  1496.     Sound = OrcPorterForgedBladesVoiceSalute
  1497.   End
  1498.   SideSound     
  1499.     Side = Mordor 
  1500.     Sound = OrcPorterForgedBladesVoiceSalute
  1501.   End
  1502.   SideSound
  1503.     Side = Wild
  1504.     Sound = CampGoblinUpgradeForgedBlades
  1505.   End
  1506.   SideSound     
  1507.     Side = Elves
  1508.     Sound = CampElfUpgradeForgedBlades
  1509.   End
  1510.   SideSound
  1511.     Side = Dwarves
  1512.     Sound = CampDwarfUpgradeForgedBlades
  1513.   End
  1514.   SideSound
  1515.     Side = Men
  1516.     Sound = PorterForgedBladesVoiceReady
  1517.   End
  1518. End
  1519.  
  1520. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  1521. NewEvaEvent UpgradeForgedBladesReady-Elf   ; To handle Good Dol Guldur correctly
  1522.   Priority             = EVA_UPGRADE_COMPLETE_PRIORITY
  1523.   TimeBetweenEventsMS  = EVA_UPGRADE_COMPLETE_TIME_BETWEEN_EVENTS
  1524.   ExpirationTimeMS     = EVA_UPGRADE_COMPLETE_EXPIRATION_TIME
  1525.   CountAsJumpToLocation = No    ; This is basically a global event
  1526.   
  1527.   SideSound    
  1528.     Side = Elves
  1529.     Sound = CampElfUpgradeForgedBlades
  1530.   End
  1531.   SideSound  ; Safety for campaign
  1532.     Side = Dwarves
  1533.     Sound = CampElfUpgradeForgedBlades
  1534.   End
  1535. End
  1536.  
  1537.  
  1538. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  1539. NewEvaEvent UpgradeForgedBladesReady-Dwarf   ; To handle Good Dol Guldur correctly
  1540.   Priority             = EVA_UPGRADE_COMPLETE_PRIORITY
  1541.   TimeBetweenEventsMS  = EVA_UPGRADE_COMPLETE_TIME_BETWEEN_EVENTS
  1542.   ExpirationTimeMS     = EVA_UPGRADE_COMPLETE_EXPIRATION_TIME
  1543.   CountAsJumpToLocation = No    ; This is basically a global event
  1544.   
  1545.   SideSound    ; Safety for campaign
  1546.     Side = Elves
  1547.     Sound = CampDwarfUpgradeForgedBlades
  1548.   End
  1549.   SideSound
  1550.     Side = Dwarves
  1551.     Sound = CampDwarfUpgradeForgedBlades
  1552.   End
  1553. End
  1554.  
  1555. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  1556. NewEvaEvent UpgradeScavengedArmorReady
  1557.   Priority             = EVA_UPGRADE_COMPLETE_PRIORITY
  1558.   TimeBetweenEventsMS  = EVA_UPGRADE_COMPLETE_TIME_BETWEEN_EVENTS
  1559.   ExpirationTimeMS     = EVA_UPGRADE_COMPLETE_EXPIRATION_TIME
  1560.   CountAsJumpToLocation = No    ; This is basically a global event
  1561.   
  1562.   SideSound     ; Safety for campaign
  1563.     Side = Mordor 
  1564.     Sound = CampGoblinUpgradeScavengedArmor
  1565.   End
  1566.   SideSound
  1567.     Side = Wild
  1568.     Sound = CampGoblinUpgradeScavengedArmor
  1569.   End
  1570. End
  1571.  
  1572. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  1573. NewEvaEvent UpgradeReinforcedGates
  1574.   Priority             = EVA_UPGRADE_COMPLETE_PRIORITY
  1575.   TimeBetweenEventsMS  = EVA_UPGRADE_COMPLETE_TIME_BETWEEN_EVENTS
  1576.   ExpirationTimeMS     = EVA_UPGRADE_COMPLETE_EXPIRATION_TIME
  1577.   
  1578.   SideSound   
  1579.     Side = Men
  1580.     Sound = CampSoldierUpgradeReinforcedGates
  1581.   End
  1582. End
  1583.  
  1584. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  1585. NewEvaEvent UpgradeNumenorStonework
  1586.   Priority             = EVA_UPGRADE_COMPLETE_PRIORITY
  1587.   TimeBetweenEventsMS  = EVA_UPGRADE_COMPLETE_TIME_BETWEEN_EVENTS
  1588.   ExpirationTimeMS     = EVA_UPGRADE_COMPLETE_EXPIRATION_TIME
  1589.   
  1590.   SideSound   
  1591.     Side = Men
  1592.     Sound = CampSoldierUpgradeNumenorStonework
  1593.   End
  1594. End
  1595.  
  1596. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  1597. NewEvaEvent UpgradeBattleTowersToUseFireArrows
  1598.   Priority             = EVA_UPGRADE_COMPLETE_PRIORITY
  1599.   TimeBetweenEventsMS  = EVA_UPGRADE_COMPLETE_TIME_BETWEEN_EVENTS
  1600.   ExpirationTimeMS     = EVA_UPGRADE_COMPLETE_EXPIRATION_TIME
  1601.   
  1602.   SideSound   
  1603.     Side = Men
  1604.     Sound = CampSoldierUpgradeGarrison
  1605.   End
  1606. End
  1607.  
  1608. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  1609. NewEvaEvent UpgradeIronOre
  1610.   Priority             = EVA_UPGRADE_COMPLETE_PRIORITY
  1611.   TimeBetweenEventsMS  = EVA_UPGRADE_COMPLETE_TIME_BETWEEN_EVENTS
  1612.   ExpirationTimeMS     = EVA_UPGRADE_COMPLETE_EXPIRATION_TIME
  1613.   CountAsJumpToLocation = No    ; This is basically a global event
  1614.   
  1615.   SideSound   
  1616.     Side = Men
  1617.     Sound = CampSoldierUpgradeIronOre
  1618.   End
  1619. End
  1620.  
  1621. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  1622. NewEvaEvent UpgradeGrandHarvest
  1623.   Priority             = EVA_UPGRADE_COMPLETE_PRIORITY
  1624.   TimeBetweenEventsMS  = EVA_UPGRADE_COMPLETE_TIME_BETWEEN_EVENTS
  1625.   ExpirationTimeMS     = EVA_UPGRADE_COMPLETE_EXPIRATION_TIME
  1626.   CountAsJumpToLocation = No    ; This is basically a global event
  1627.   
  1628.   SideSound   
  1629.     Side = Men
  1630.     Sound = CampSoldierUpgradeGrandHarvest
  1631.   End
  1632. End
  1633.  
  1634. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  1635. NewEvaEvent UpgradeSiegeMaterials
  1636.   Priority             = EVA_UPGRADE_COMPLETE_PRIORITY
  1637.   TimeBetweenEventsMS  = EVA_UPGRADE_COMPLETE_TIME_BETWEEN_EVENTS
  1638.   ExpirationTimeMS     = EVA_UPGRADE_COMPLETE_EXPIRATION_TIME
  1639.   CountAsJumpToLocation = No    ; This is basically a global event
  1640.   
  1641.   SideSound   
  1642.     Side = Men
  1643.     Sound = CampSoldierUpgradeSiegeMaterials
  1644.   End
  1645. End
  1646.  
  1647. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  1648. NewEvaEvent UpgradeIvoryTower
  1649.   Priority             = EVA_UPGRADE_COMPLETE_PRIORITY
  1650.   TimeBetweenEventsMS  = EVA_UPGRADE_COMPLETE_TIME_BETWEEN_EVENTS
  1651.   ExpirationTimeMS     = EVA_UPGRADE_COMPLETE_EXPIRATION_TIME
  1652.   MillisecondsToWaitBeforePlaying = 4600   ; More or less match build up time
  1653.   SideSound   
  1654.     Side = Men
  1655.     Sound = CampSoldierUpgradeIvoryTower
  1656.   End
  1657. End
  1658.  
  1659. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  1660. NewEvaEvent UpgradeSiegeHammersReady
  1661.   Priority             = EVA_UPGRADE_COMPLETE_PRIORITY
  1662.   TimeBetweenEventsMS  = EVA_UPGRADE_COMPLETE_TIME_BETWEEN_EVENTS
  1663.   ExpirationTimeMS     = EVA_UPGRADE_COMPLETE_EXPIRATION_TIME
  1664.   CountAsJumpToLocation = No    ; This is basically a global event
  1665.   
  1666.   SideSound     ; Safety for campaign
  1667.     Side = Elves
  1668.     Sound = CampDwarfUpgradeSiegeHammers
  1669.   End
  1670.   SideSound
  1671.     Side = Dwarves
  1672.     Sound = CampDwarfUpgradeSiegeHammers
  1673.   End
  1674. End
  1675.  
  1676. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  1677. NewEvaEvent UpgradeMithrilMailReady
  1678.   Priority             = EVA_UPGRADE_COMPLETE_PRIORITY
  1679.   TimeBetweenEventsMS  = EVA_UPGRADE_COMPLETE_TIME_BETWEEN_EVENTS
  1680.   ExpirationTimeMS     = EVA_UPGRADE_COMPLETE_EXPIRATION_TIME
  1681.   CountAsJumpToLocation = No    ; This is basically a global event
  1682.   
  1683.   SideSound     ; Safety for campaign
  1684.     Side = Elves
  1685.     Sound = CampDwarfUpgradeMithrilMail
  1686.   End
  1687.   SideSound
  1688.     Side = Dwarves
  1689.     Sound = CampDwarfUpgradeMithrilMail
  1690.   End
  1691. End
  1692.  
  1693. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  1694. NewEvaEvent UpgradeFlamingShotsReady
  1695.   Priority             = EVA_UPGRADE_COMPLETE_PRIORITY
  1696.   TimeBetweenEventsMS  = EVA_UPGRADE_COMPLETE_TIME_BETWEEN_EVENTS
  1697.   ExpirationTimeMS     = EVA_UPGRADE_COMPLETE_EXPIRATION_TIME
  1698.   CountAsJumpToLocation = No    ; This is basically a global event
  1699.   
  1700.   SideSound     ; Safety for campaign
  1701.     Side = Elves
  1702.     Sound = CampDwarfUpgradeFlamingShots
  1703.   End
  1704.   SideSound
  1705.     Side = Dwarves
  1706.     Sound = CampDwarfUpgradeFlamingShots
  1707.   End
  1708.   SideSound
  1709.     Side = Men
  1710.     Sound = PorterFireStonesVoiceReady
  1711.   End
  1712. End
  1713.  
  1714. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  1715. NewEvaEvent UpgradeHallOfWarriors
  1716.   Priority             = EVA_UPGRADE_COMPLETE_PRIORITY
  1717.   TimeBetweenEventsMS  = EVA_UPGRADE_COMPLETE_TIME_BETWEEN_EVENTS
  1718.   ExpirationTimeMS     = EVA_UPGRADE_COMPLETE_EXPIRATION_TIME
  1719.   
  1720.   SideSound     ; Safety for campaign
  1721.     Side = Elves
  1722.     Sound = CampDwarfUpgradeHallOfWarriors
  1723.   End
  1724.   SideSound
  1725.     Side = Dwarves
  1726.     Sound = CampDwarfUpgradeHallOfWarriors
  1727.   End
  1728. End
  1729.  
  1730. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  1731. NewEvaEvent UpgradeMightyCatapult
  1732.   Priority             = EVA_UPGRADE_COMPLETE_PRIORITY
  1733.   TimeBetweenEventsMS  = EVA_UPGRADE_COMPLETE_TIME_BETWEEN_EVENTS
  1734.   ExpirationTimeMS     = EVA_UPGRADE_COMPLETE_EXPIRATION_TIME
  1735.   MillisecondsToWaitBeforePlaying = 10500   ; Match buildup anim time 
  1736.   
  1737.   SideSound     ; Safety for campaign
  1738.     Side = Elves
  1739.     Sound = CampDwarfUpgradeMightyCatapult
  1740.   End
  1741.   SideSound
  1742.     Side = Dwarves
  1743.     Sound = CampDwarfUpgradeMightyCatapult
  1744.   End
  1745. End
  1746.  
  1747. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  1748. NewEvaEvent UpgradeEaglesNest
  1749.   Priority             = EVA_UPGRADE_COMPLETE_PRIORITY
  1750.   TimeBetweenEventsMS  = EVA_UPGRADE_COMPLETE_TIME_BETWEEN_EVENTS
  1751.   ExpirationTimeMS     = EVA_UPGRADE_COMPLETE_EXPIRATION_TIME
  1752.   MillisecondsToWaitBeforePlaying = 10000   ; Match buildup anim time 
  1753.  
  1754.   SideSound     
  1755.     Side = Elves
  1756.     Sound = CampElfUpgradeEaglesNest
  1757.   End
  1758.   SideSound      ; Safety for campaign
  1759.     Side = Dwarves
  1760.     Sound = CampElfUpgradeEaglesNest
  1761.   End
  1762. End
  1763.  
  1764. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  1765. NewEvaEvent UpgradeSilverThorneArrowsReady
  1766.   Priority             = EVA_UPGRADE_COMPLETE_PRIORITY
  1767.   TimeBetweenEventsMS  = EVA_UPGRADE_COMPLETE_TIME_BETWEEN_EVENTS
  1768.   ExpirationTimeMS     = EVA_UPGRADE_COMPLETE_EXPIRATION_TIME
  1769.   CountAsJumpToLocation = No    ; This is basically a global event
  1770.   
  1771.   SideSound     
  1772.     Side = Elves
  1773.     Sound = CampElfUpgradeSilverThorneArrows
  1774.   End
  1775.   SideSound      ; Safety for campaign
  1776.     Side = Dwarves
  1777.     Sound = CampElfUpgradeSilverThorneArrows
  1778.   End
  1779. End
  1780.  
  1781. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  1782. NewEvaEvent UpgradeElvenArmorReady
  1783.   Priority             = EVA_UPGRADE_COMPLETE_PRIORITY
  1784.   TimeBetweenEventsMS  = EVA_UPGRADE_COMPLETE_TIME_BETWEEN_EVENTS
  1785.   ExpirationTimeMS     = EVA_UPGRADE_COMPLETE_EXPIRATION_TIME
  1786.   CountAsJumpToLocation = No    ; This is basically a global event
  1787.   
  1788.   SideSound     
  1789.     Side = Elves
  1790.     Sound = CampElfUpgradeElvenArmor
  1791.   End
  1792.   SideSound      ; Safety for campaign
  1793.     Side = Dwarves
  1794.     Sound = CampElfUpgradeElvenArmor
  1795.   End
  1796. End
  1797.  
  1798. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  1799. NewEvaEvent UpgradeHeavyArmorReady
  1800.   Priority             = EVA_UPGRADE_COMPLETE_PRIORITY
  1801.   TimeBetweenEventsMS  = EVA_UPGRADE_COMPLETE_TIME_BETWEEN_EVENTS
  1802.   ExpirationTimeMS     = EVA_UPGRADE_COMPLETE_EXPIRATION_TIME
  1803.   CountAsJumpToLocation = No    ; This is basically a global event
  1804.   
  1805.   SideSound     
  1806.     Side = Men
  1807.     Sound = PorterHeavyArmorVoiceReady
  1808.   End
  1809.   SideSound
  1810.     Side = Isengard
  1811.     Sound = OrcPorterHeavyArmorVoiceSalute
  1812.   End
  1813.   SideSound
  1814.     Side = Mordor
  1815.     Sound = OrcPorterHeavyArmorVoiceSalute
  1816.   End
  1817.   SideSound     ; Safety for campaign
  1818.     Side = Wild
  1819.     Sound = OrcPorterHeavyArmorVoiceSalute
  1820.   End
  1821.  
  1822. End
  1823.  
  1824. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  1825. NewEvaEvent UpgradeKnightShieldsReady
  1826.   Priority             = EVA_UPGRADE_COMPLETE_PRIORITY
  1827.   TimeBetweenEventsMS  = EVA_UPGRADE_COMPLETE_TIME_BETWEEN_EVENTS
  1828.   ExpirationTimeMS     = EVA_UPGRADE_COMPLETE_EXPIRATION_TIME
  1829.   CountAsJumpToLocation = No    ; This is basically a global event
  1830.   
  1831.   SideSound     
  1832.     Side = Men
  1833.     Sound = PorterKnightShieldsVoiceReady
  1834.   End
  1835. End
  1836.  
  1837. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  1838. NewEvaEvent UpgradeHorseShieldsReady
  1839.   Priority             = EVA_UPGRADE_COMPLETE_PRIORITY
  1840.   TimeBetweenEventsMS  = EVA_UPGRADE_COMPLETE_TIME_BETWEEN_EVENTS
  1841.   ExpirationTimeMS     = EVA_UPGRADE_COMPLETE_EXPIRATION_TIME
  1842.   CountAsJumpToLocation = No    ; This is basically a global event
  1843.   
  1844.   SideSound     
  1845.     Side = Men
  1846.     Sound = PorterHorseShieldsVoiceReady
  1847.   End
  1848. End
  1849.  
  1850.  
  1851.  
  1852.  
  1853. ; END UPGRADE COMPLETE ANNOUNCEMENTS
  1854. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  1855.  
  1856.  
  1857. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  1858. PredefinedEvaEvent AllyDefeated
  1859.   Priority = 7
  1860.   TimeBetweenEventsMS = 0        ;0 seconds. Don't play more often than this
  1861.   ExpirationTimeMS  = 30000        ;30 seconds.  If Eva is busy, hold the event this long before giving up
  1862.   CountAsJumpToLocation = No    ; This is basically a global event
  1863.   
  1864.   ; List the sound each side should hear when this event occurs
  1865.   SideSound
  1866.     Side = Mordor
  1867.     Sound = CampOrcAllyDefeated
  1868.   End
  1869.  
  1870.   SideSound
  1871.     Side = Isengard
  1872.     Sound = CampOrcAllyDefeated
  1873.   End
  1874.  
  1875.   SideSound
  1876.     Side = Wild
  1877.     Sound = CampWildAllyDefeated
  1878.   End
  1879.  
  1880.   SideSound
  1881.     Side = Men
  1882.     Sound = CampSoldierAllyDefeated
  1883.   End
  1884.  
  1885.   SideSound
  1886.     Side = Elves
  1887.     Sound = CampElfDieAlly
  1888.   End
  1889.   
  1890.   SideSound
  1891.     Side = Dwarves
  1892.     Sound = CampDwarfDieAlly
  1893.   End
  1894. End
  1895.  
  1896. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  1897. PredefinedEvaEvent EnemyDefeated
  1898.   Priority = 7
  1899.   TimeBetweenEventsMS = 0        ;0 seconds. Don't play more often than this
  1900.   ExpirationTimeMS  = 30000        ;30 seconds.  If Eva is busy, hold the event this long before giving up
  1901.   CountAsJumpToLocation = No    ; This is basically a global event
  1902.   
  1903.   ; List the sound each side should hear when this event occurs
  1904.   SideSound
  1905.     Side = Mordor
  1906.     Sound = CampOrcDieEnemy
  1907.   End
  1908.  
  1909.   SideSound
  1910.     Side = Isengard
  1911.     Sound = CampOrcDieEnemy
  1912.   End
  1913.  
  1914.   SideSound
  1915.     Side = Wild
  1916.     Sound = CampGoblinDieEnemy
  1917.   End
  1918.  
  1919.   SideSound
  1920.     Side = Men
  1921.     Sound = CampSoldierDieEnemy
  1922.   End
  1923.  
  1924.   SideSound
  1925.     Side = Elves
  1926.     Sound = CampElfDieEnemy
  1927.   End
  1928.   
  1929.   SideSound
  1930.     Side = Dwarves
  1931.     Sound = CampDwarfDieEnemy
  1932.   End
  1933. End
  1934.  
  1935. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  1936. NewEvaEvent StructureUnderAttack
  1937.   Priority = 7
  1938.   TimeBetweenEventsMS = 30000   ; 30 seconds. Don't play more often than this
  1939.   ExpirationTimeMS  = 5000      ; 5 seconds.  If Eva is busy, hold the event this long before giving up
  1940.   
  1941.   ; List the sound each side should hear when this event occurs
  1942.   SideSound
  1943.     Side = Mordor
  1944.     Sound = CampOrcCampUnderAttack            ;BaseUnderAttackHorn
  1945.   End
  1946.  
  1947.   SideSound
  1948.     Side = Isengard
  1949.     Sound = CampOrcCampUnderAttack            ;BaseUnderAttackHorn
  1950.   End
  1951.  
  1952.   SideSound
  1953.     Side = Wild
  1954.     Sound = CampGoblinUnderAttackCamp            ;BaseUnderAttackHorn
  1955.   End
  1956.  
  1957.   SideSound
  1958.     Side = Men
  1959.     Sound = CampSoldierUnderAttackBase            ;BaseUnderAttackHorn
  1960.   End
  1961.  
  1962.  
  1963.   SideSound
  1964.     Side = Elves
  1965.     Sound = CampElfUnderAttackCamp            ;BaseUnderAttackHorn
  1966.   End
  1967.  
  1968.   SideSound
  1969.     Side = Dwarves
  1970.     Sound = CampDwarfUnderAttackCamp            ;BaseUnderAttackHorn
  1971.   End
  1972. End
  1973.  
  1974. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  1975. NewEvaEvent EconPlotUnderAttack
  1976.   Priority = 6
  1977.   TimeBetweenEventsMS = 30000   ; 30 seconds. Don't play more often than this
  1978.   ExpirationTimeMS  = 5000      ; 5 seconds.  If Eva is busy, hold the event this long before giving up
  1979.   
  1980.   ; List the sound each side should hear when this event occurs
  1981.   SideSound
  1982.     Side = Mordor
  1983.     Sound = CampOrcUnderAttackEconPlot        ;BaseUnderAttackHorn
  1984.   End
  1985.  
  1986.   SideSound
  1987.     Side = Isengard
  1988.     Sound = CampOrcUnderAttackEconPlot        ;BaseUnderAttackHorn
  1989.   End
  1990.  
  1991.   SideSound
  1992.     Side = Wild
  1993.     Sound = CampGoblinUnderAttackEconPlot        ;BaseUnderAttackHorn
  1994.   End
  1995.  
  1996.   SideSound
  1997.     Side = Men
  1998.     Sound = CampSoldierUnderAttackEconPlot            ;BaseUnderAttackHorn
  1999.   End
  2000.  
  2001.   SideSound
  2002.     Side = Elves
  2003.     Sound = CampElfUnderAttackEconPlot            ;BaseUnderAttackHorn
  2004.   End
  2005.  
  2006.   SideSound
  2007.     Side = Dwarves
  2008.     Sound = CampDwarfUnderAttackEconPlot            ;BaseUnderAttackHorn
  2009.   End
  2010.  
  2011. End
  2012.  
  2013.  
  2014. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  2015. PredefinedEvaEvent CastleBreached
  2016.   Priority = 8
  2017.   TimeBetweenEventsMS = 20000   ; 30 seconds. Don't play more often than this
  2018.   ExpirationTimeMS  = 5000      ; 5 seconds.  If Eva is busy, hold the event this long before giving up
  2019.   
  2020.   SideSound
  2021.     Side = Mordor
  2022.     Sound = CampOrcWallBroken
  2023.   End
  2024.  
  2025.   SideSound
  2026.     Side = Isengard
  2027.     Sound = CampOrcWallBroken
  2028.   End
  2029.  
  2030.   SideSound
  2031.     Side = Wild
  2032.     Sound = CampGoblinWallBroken
  2033.   End
  2034.  
  2035.   SideSound
  2036.     Side = Men
  2037.     Sound = CampSoldierWallBroken
  2038.   End
  2039.  
  2040.   SideSound
  2041.     Side = Elves
  2042.     Sound = CampElfWallBroken
  2043.   End
  2044.   
  2045.   SideSound
  2046.     Side = Dwarves
  2047.     Sound = CampDwarfWallBroken
  2048.   End
  2049. End
  2050.  
  2051. ; Enemy is climbing our walls
  2052. PredefinedEvaEvent WallsBeingClimbed
  2053.   Priority = 8
  2054.   TimeBetweenEventsMS = 20000   ; 30 seconds. Don't play more often than this
  2055.   ExpirationTimeMS  = 5000      ; 5 seconds.  If Eva is busy, hold the event this long before giving up
  2056.   
  2057.   SideSound
  2058.     Side = Mordor
  2059.     Sound = CampOrcWallClimbed
  2060.   End
  2061.   
  2062.   SideSound
  2063.     Side = Isengard
  2064.     Sound = CampOrcWallClimbed
  2065.   End
  2066.   
  2067.   ; Nothing for Goblins -- they don't have walls!
  2068.     
  2069.   SideSound
  2070.     Side = Men
  2071.     Sound = CampSoldierWallClimbed
  2072.   End
  2073.   
  2074.   SideSound
  2075.     Side = Elves
  2076.     Sound = CampElfWallClimbed
  2077.   End
  2078.   
  2079.   SideSound
  2080.     Side = Dwarves
  2081.     Sound = CampDwarfWallClimbed
  2082.   End
  2083. End
  2084.  
  2085. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  2086. NewEvaEvent AragornDie
  2087.   Priority = 7
  2088.   TimeBetweenEventsMS = 30000   ; 30 seconds. Don't play more often than this
  2089.   ExpirationTimeMS  = 5000      ; 5 seconds.  If Eva is busy, hold the event this long before giving up
  2090.   AlwaysPlayFromHomeBase = Yes  ; Don't want voice coming from dead body
  2091.   
  2092.   SideSound
  2093.     Side = Men
  2094.     Sound = CampSoldierDieAragorn        
  2095.   End
  2096. End
  2097.  
  2098. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  2099. NewEvaEvent BoromirDie
  2100.   Priority = 7
  2101.   TimeBetweenEventsMS = 30000   ; 30 seconds. Don't play more often than this
  2102.   ExpirationTimeMS  = 5000      ; 5 seconds.  If Eva is busy, hold the event this long before giving up
  2103.   AlwaysPlayFromHomeBase = Yes  ; Don't want voice coming from dead body
  2104.   
  2105.   SideSound
  2106.     Side = Men
  2107.     Sound = CampSoldierDieBoromir
  2108.   End
  2109. End
  2110.  
  2111. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  2112. NewEvaEvent DrogothDie
  2113.   Priority = 7
  2114.   TimeBetweenEventsMS = 30000   ; 30 seconds. Don't play more often than this
  2115.   ExpirationTimeMS  = 5000      ; 5 seconds.  If Eva is busy, hold the event this long before giving up
  2116.   AlwaysPlayFromHomeBase = Yes  ; Don't want voice coming from dead body
  2117.   
  2118.   SideSound
  2119.     Side = Wild
  2120.     Sound = CampGoblinDieDragonLord
  2121.   End
  2122. End
  2123.  
  2124. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  2125. NewEvaEvent ElrondDie
  2126.   Priority = 7
  2127.   TimeBetweenEventsMS = 30000   ; 30 seconds. Don't play more often than this
  2128.   ExpirationTimeMS  = 5000      ; 5 seconds.  If Eva is busy, hold the event this long before giving up
  2129.   AlwaysPlayFromHomeBase = Yes  ; Don't want voice coming from dead body
  2130.  
  2131.   SideSound
  2132.     Side = Elves
  2133.     Sound = CampElfDieElrond
  2134.   End
  2135.  
  2136.   SideSound
  2137.     Side = Men
  2138.     Sound = CampSoldierDieElrond
  2139.   End
  2140. End
  2141.  
  2142. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  2143. NewEvaEvent EomerDie
  2144.   Priority = 7
  2145.   TimeBetweenEventsMS = 30000   ; 30 seconds. Don't play more often than this
  2146.   ExpirationTimeMS  = 5000      ; 5 seconds.  If Eva is busy, hold the event this long before giving up
  2147.   AlwaysPlayFromHomeBase = Yes  ; Don't want voice coming from dead body
  2148.   
  2149.   SideSound
  2150.     Side = Men
  2151.     Sound = CampSoldierDieEomer
  2152.   End
  2153. End
  2154.  
  2155. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  2156. NewEvaEvent EowynDie
  2157.   Priority = 7
  2158.   TimeBetweenEventsMS = 30000   ; 30 seconds. Don't play more often than this
  2159.   ExpirationTimeMS  = 5000      ; 5 seconds.  If Eva is busy, hold the event this long before giving up
  2160.   AlwaysPlayFromHomeBase = Yes  ; Don't want voice coming from dead body
  2161.   
  2162.   SideSound
  2163.     Side = Men
  2164.     Sound = CampSoldierDieEowyn
  2165.   End
  2166. End
  2167.  
  2168. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  2169. NewEvaEvent FaramirDie
  2170.   Priority = 7
  2171.   TimeBetweenEventsMS = 30000   ; 30 seconds. Don't play more often than this
  2172.   ExpirationTimeMS  = 5000      ; 5 seconds.  If Eva is busy, hold the event this long before giving up
  2173.   AlwaysPlayFromHomeBase = Yes  ; Don't want voice coming from dead body
  2174.  
  2175.   SideSound
  2176.     Side = Men
  2177.     Sound = CampSoldierDieFaramir
  2178.   End
  2179.   
  2180. ;  SideSound
  2181. ;    Side = Rohan
  2182. ;    Sound = CampSoldierDieFaramir
  2183. ;  End
  2184. End
  2185.  
  2186. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  2187. NewEvaEvent FrodoDie
  2188.   Priority = 7
  2189.   TimeBetweenEventsMS = 30000   ; 30 seconds. Don't play more often than this
  2190.   ExpirationTimeMS  = 5000      ; 5 seconds.  If Eva is busy, hold the event this long before giving up
  2191.   AlwaysPlayFromHomeBase = Yes  ; Don't want voice coming from dead body
  2192.   
  2193.   SideSound
  2194.     Side = Men
  2195.     Sound = CampSoldierDieFrodo
  2196.   End
  2197.  
  2198. End
  2199.  
  2200. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  2201. NewEvaEvent GandalfDie
  2202.   Priority = 7
  2203.   TimeBetweenEventsMS = 30000   ; 30 seconds. Don't play more often than this
  2204.   ExpirationTimeMS  = 5000      ; 5 seconds.  If Eva is busy, hold the event this long before giving up
  2205.   AlwaysPlayFromHomeBase = Yes  ; Don't want voice coming from dead body
  2206.   
  2207.   SideSound
  2208.     Side = Men
  2209.     Sound = CampSoldierDieGandalf
  2210.   End
  2211.  
  2212. End
  2213.  
  2214. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  2215. NewEvaEvent GimliDie
  2216.   Priority = 7
  2217.   TimeBetweenEventsMS = 30000   ; 30 seconds. Don't play more often than this
  2218.   ExpirationTimeMS  = 5000      ; 5 seconds.  If Eva is busy, hold the event this long before giving up
  2219.   AlwaysPlayFromHomeBase = Yes  ; Don't want voice coming from dead body
  2220.   
  2221.   SideSound
  2222.     Side = Dwarves
  2223.     Sound = CampDwarfDieGimli        ;CampSoldierDieGimli
  2224.   End
  2225.  
  2226. End
  2227.  
  2228. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  2229. NewEvaEvent GoblinKingDie
  2230.   Priority = 7
  2231.   TimeBetweenEventsMS = 30000   ; 30 seconds. Don't play more often than this
  2232.   ExpirationTimeMS  = 5000      ; 5 seconds.  If Eva is busy, hold the event this long before giving up
  2233.   AlwaysPlayFromHomeBase = Yes  ; Don't want voice coming from dead body
  2234.   
  2235.   SideSound
  2236.     Side = Wild
  2237.     Sound = CampGoblinDieGoblinKing
  2238.   End
  2239. End
  2240.  
  2241. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  2242. NewEvaEvent IsildurDie
  2243.   Priority = 7
  2244.   TimeBetweenEventsMS = 30000   ; 30 seconds. Don't play more often than this
  2245.   ExpirationTimeMS  = 5000      ; 5 seconds.  If Eva is busy, hold the event this long before giving up
  2246.   AlwaysPlayFromHomeBase = Yes  ; Don't want voice coming from dead body
  2247.   
  2248.   SideSound
  2249.     Side = Men
  2250.     Sound = CampSoldierDieIsildur
  2251.   End
  2252. End
  2253.  
  2254. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  2255. NewEvaEvent LegolasDie
  2256.   Priority = 7
  2257.   TimeBetweenEventsMS = 30000   ; 30 seconds. Don't play more often than this
  2258.   ExpirationTimeMS  = 5000      ; 5 seconds.  If Eva is busy, hold the event this long before giving up
  2259.   AlwaysPlayFromHomeBase = Yes  ; Don't want voice coming from dead body
  2260.   
  2261.   SideSound
  2262.     Side = Elves
  2263.     Sound = CampElfDieLegolas        ;CampSoldierDieLegolas
  2264.   End
  2265.  
  2266. End
  2267.  
  2268. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  2269. NewEvaEvent MerryDie
  2270.   Priority = 7
  2271.   TimeBetweenEventsMS = 30000   ; 30 seconds. Don't play more often than this
  2272.   ExpirationTimeMS  = 5000      ; 5 seconds.  If Eva is busy, hold the event this long before giving up
  2273.   AlwaysPlayFromHomeBase = Yes  ; Don't want voice coming from dead body
  2274.   
  2275.   SideSound
  2276.     Side = Men
  2277.     Sound = CampSoldierDieMerry
  2278.   End
  2279.  
  2280. End
  2281.  
  2282. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  2283. NewEvaEvent PippinDie
  2284.   Priority = 7
  2285.   TimeBetweenEventsMS = 30000   ; 30 seconds. Don't play more often than this
  2286.   ExpirationTimeMS  = 5000      ; 5 seconds.  If Eva is busy, hold the event this long before giving up
  2287.   AlwaysPlayFromHomeBase = Yes  ; Don't want voice coming from dead body
  2288.   
  2289.   SideSound
  2290.     Side = Men
  2291.     Sound = CampSoldierDiePippin
  2292.   End
  2293.  
  2294. End
  2295.  
  2296. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  2297. NewEvaEvent PorterDie
  2298.   Priority = 7
  2299.   TimeBetweenEventsMS = 30000   ; 30 seconds. Don't play more often than this
  2300.   ExpirationTimeMS  = 5000      ; 5 seconds.  If Eva is busy, hold the event this long before giving up
  2301.   AlwaysPlayFromHomeBase = Yes  ; Don't want voice coming from dead body
  2302.   
  2303.   SideSound
  2304.     Side = Isengard
  2305.     Sound = CampOrcDieBuilder
  2306.   End
  2307.  
  2308.   SideSound
  2309.     Side = Mordor
  2310.     Sound = CampOrcDieBuilder
  2311.   End
  2312.  
  2313.   SideSound
  2314.     Side = Men
  2315.     Sound = CampSoldierDieBuilder
  2316.   End
  2317.  
  2318.   SideSound
  2319.     Side = Wild
  2320.     Sound = CampGoblinDieBuilder
  2321.   End
  2322.  
  2323.   SideSound
  2324.     Side = Elves
  2325.     Sound = CampElfDieBuilder
  2326.   End
  2327.  
  2328.   SideSound
  2329.     Side = Dwarves
  2330.     Sound = CampDwarfDieBuilder
  2331.   End
  2332. End
  2333.  
  2334. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  2335. NewEvaEvent SamDie
  2336.   Priority = 7
  2337.   TimeBetweenEventsMS = 30000   ; 30 seconds. Don't play more often than this
  2338.   ExpirationTimeMS  = 5000      ; 5 seconds.  If Eva is busy, hold the event this long before giving up
  2339.   AlwaysPlayFromHomeBase = Yes  ; Don't want voice coming from dead body
  2340.   
  2341.   SideSound
  2342.     Side = Men
  2343.     Sound = CampSoldierDieSam
  2344.   End
  2345.  
  2346. End
  2347.  
  2348. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  2349. NewEvaEvent TheodenDie
  2350.   Priority = 7
  2351.   TimeBetweenEventsMS = 30000   ; 30 seconds. Don't play more often than this
  2352.   ExpirationTimeMS  = 5000      ; 5 seconds.  If Eva is busy, hold the event this long before giving up
  2353.   AlwaysPlayFromHomeBase = Yes  ; Don't want voice coming from dead body
  2354.   
  2355.  
  2356.   SideSound
  2357.     Side = Men
  2358.     Sound = CampSoldierDieTheoden
  2359.   End
  2360. End
  2361.  
  2362. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  2363. NewEvaEvent TreebeardDie
  2364.   Priority = 7
  2365.   TimeBetweenEventsMS = 30000   ; 30 seconds. Don't play more often than this
  2366.   ExpirationTimeMS  = 5000      ; 5 seconds.  If Eva is busy, hold the event this long before giving up
  2367.   AlwaysPlayFromHomeBase = Yes  ; Don't want voice coming from dead body
  2368.  
  2369.   SideSound
  2370.     Side = Elves
  2371.     Sound = CampElfDieTreebeard
  2372.   End
  2373.  
  2374.   ;SideSound
  2375.   ;  Side = Men
  2376.   ;  Sound = CampSoldierDieTreebeard
  2377.   ;End
  2378. End
  2379.  
  2380. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  2381. NewEvaEvent LurtzDie
  2382.   Priority = 7
  2383.   TimeBetweenEventsMS = 30000   ; 30 seconds. Don't play more often than this
  2384.   ExpirationTimeMS  = 5000      ; 5 seconds.  If Eva is busy, hold the event this long before giving up
  2385.   AlwaysPlayFromHomeBase = Yes  ; Don't want voice coming from dead body
  2386.   
  2387.   SideSound
  2388.     Side = Isengard
  2389.     Sound = CampOrcDieLurtz
  2390.   End
  2391. End
  2392.  
  2393. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  2394. NewEvaEvent ShelobDie
  2395.   Priority = 7
  2396.   TimeBetweenEventsMS = 30000   ; 30 seconds. Don't play more often than this
  2397.   ExpirationTimeMS  = 5000      ; 5 seconds.  If Eva is busy, hold the event this long before giving up
  2398.   AlwaysPlayFromHomeBase = Yes  ; Don't want voice coming from dead body
  2399.   
  2400.   SideSound
  2401.     Side = Wild
  2402.     Sound = CampGoblinDieShelob
  2403.   End
  2404. End
  2405.  
  2406. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  2407. NewEvaEvent GothmogDie
  2408.   Priority = 7
  2409.   TimeBetweenEventsMS = 30000   ; 30 seconds. Don't play more often than this
  2410.   ExpirationTimeMS  = 5000      ; 5 seconds.  If Eva is busy, hold the event this long before giving up
  2411.   AlwaysPlayFromHomeBase = Yes  ; Don't want voice coming from dead body
  2412.   
  2413.   SideSound
  2414.     Side = Mordor
  2415.     Sound = CampOrcDieGothmog
  2416.   End
  2417. End
  2418.  
  2419. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  2420. NewEvaEvent GrondDie
  2421.   Priority = 7
  2422.   TimeBetweenEventsMS = 30000   ; 30 seconds. Don't play more often than this
  2423.   ExpirationTimeMS  = 5000      ; 5 seconds.  If Eva is busy, hold the event this long before giving up
  2424.   AlwaysPlayFromHomeBase = Yes  ; Don't want voice coming from dead body
  2425.   
  2426.   SideSound
  2427.     Side = Mordor
  2428.     Sound = CampOrcDieGrond
  2429.   End
  2430. End
  2431.  
  2432. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  2433. ;This one's obsolete -- see WormTongueDie
  2434. NewEvaEvent GrimaDie
  2435.   Priority = 7
  2436.   TimeBetweenEventsMS = 30000   ; 30 seconds. Don't play more often than this
  2437.   ExpirationTimeMS  = 5000      ; 5 seconds.  If Eva is busy, hold the event this long before giving up
  2438.   AlwaysPlayFromHomeBase = Yes  ; Don't want voice coming from dead body
  2439.   
  2440.   SideSound
  2441.     Side = Isengard
  2442.     Sound = CampOrcDieWormtongue
  2443.   End
  2444. End
  2445.  
  2446. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  2447. NewEvaEvent MouthOfSauronDie
  2448.   Priority = 7
  2449.   TimeBetweenEventsMS = 30000   ; 30 seconds. Don't play more often than this
  2450.   ExpirationTimeMS  = 5000      ; 5 seconds.  If Eva is busy, hold the event this long before giving up
  2451.   AlwaysPlayFromHomeBase = Yes  ; Don't want voice coming from dead body
  2452.   
  2453.   SideSound
  2454.     Side = Wild
  2455.     Sound = CampGoblinDieMouthOfSauron
  2456.   End
  2457.  
  2458.   SideSound
  2459.     Side = Isengard
  2460.     Sound = CampOrcDieMouthOfSauron
  2461.   End
  2462.  
  2463.   SideSound
  2464.     Side = Mordor
  2465.     Sound = CampOrcDieMouthOfSauron
  2466.   End
  2467. End
  2468.  
  2469. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  2470. NewEvaEvent NazgulDie
  2471.   Priority = 7
  2472.   TimeBetweenEventsMS = 30000   ; 30 seconds. Don't play more often than this
  2473.   ExpirationTimeMS  = 5000      ; 5 seconds.  If Eva is busy, hold the event this long before giving up
  2474.   AlwaysPlayFromHomeBase = Yes  ; Don't want voice coming from dead body
  2475.  
  2476.   SideSound
  2477.     Side = Isengard
  2478.     Sound = CampGoblinDieNazgul
  2479.   End
  2480.   
  2481.   SideSound
  2482.     Side = Mordor
  2483.     Sound = CampGoblinDieNazgul
  2484.   End
  2485.   
  2486.   SideSound
  2487.     Side = Wild
  2488.     Sound = CampGoblinDieNazgul
  2489.   End
  2490. End
  2491.  
  2492. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  2493. NewEvaEvent OverseerDie
  2494.   Priority = 7
  2495.   TimeBetweenEventsMS = 30000   ; 30 seconds. Don't play more often than this
  2496.   ExpirationTimeMS  = 5000      ; 5 seconds.  If Eva is busy, hold the event this long before giving up
  2497.   AlwaysPlayFromHomeBase = Yes  ; Don't want voice coming from dead body
  2498.   
  2499.   SideSound
  2500.     Side = Isengard
  2501.     Sound = CampOrcDieOverseer
  2502.   End
  2503. End
  2504.  
  2505. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  2506. NewEvaEvent SharkuDie
  2507.   Priority = 7
  2508.   TimeBetweenEventsMS = 30000   ; 30 seconds. Don't play more often than this
  2509.   ExpirationTimeMS  = 5000      ; 5 seconds.  If Eva is busy, hold the event this long before giving up
  2510.   AlwaysPlayFromHomeBase = Yes  ; Don't want voice coming from dead body
  2511.   
  2512.   SideSound
  2513.     Side = Isengard
  2514.     Sound = CampOrcDieSharku
  2515.   End
  2516.   
  2517.   SideSound
  2518.     Side = Mordor
  2519.     Sound = CampOrcDieSharku
  2520.   End
  2521. End
  2522.  
  2523. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  2524. NewEvaEvent WormTongueDie
  2525.   Priority = 7
  2526.   TimeBetweenEventsMS = 30000   ; 30 seconds. Don't play more often than this
  2527.   ExpirationTimeMS  = 5000      ; 5 seconds.  If Eva is busy, hold the event this long before giving up
  2528.   AlwaysPlayFromHomeBase = Yes  ; Don't want voice coming from dead body
  2529.   
  2530.   SideSound
  2531.     Side = Isengard
  2532.     Sound = CampOrcDieWormtongue
  2533.   End
  2534.  
  2535.   SideSound
  2536.     Side = Mordor
  2537.     Sound = CampOrcDieWormtongue
  2538.   End
  2539. End
  2540.  
  2541. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  2542. NewEvaEvent ArwenDie
  2543.   Priority = 7
  2544.   TimeBetweenEventsMS = 30000   ; 30 seconds. Don't play more often than this
  2545.   ExpirationTimeMS  = 5000      ; 5 seconds.  If Eva is busy, hold the event this long before giving up
  2546.   AlwaysPlayFromHomeBase = Yes  ; Don't want voice coming from dead body
  2547.   
  2548.   SideSound
  2549.     Side = Dwarves
  2550.     Sound = CampDwarfDieArwen
  2551.   End
  2552.  
  2553.   SideSound
  2554.     Side = Elves
  2555.     Sound = CampElfDieArwen
  2556.   End
  2557. End
  2558.  
  2559. EvaEventForwardReference DiscoveredRing
  2560.  
  2561. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  2562. NewEvaEvent GaladrielDie
  2563.   Priority = 9       ; Higher than DiscoveredRing
  2564.   TimeBetweenEventsMS = 30000   ; 30 seconds. Don't play more often than this
  2565.   ExpirationTimeMS  = 5000      ; 5 seconds.  If Eva is busy, hold the event this long before giving up
  2566.   AlwaysPlayFromHomeBase = Yes  ; Don't want voice coming from dead body
  2567.   
  2568.   OtherEvaEventsToBlock = DiscoveredRing ; Yep, the ring is on the ground, but the player should be able to figure that out from Galadriel's death!
  2569.  
  2570.   SideSound
  2571.     Side = Dwarves
  2572.     Sound = CampDwarfDieGaladriel
  2573.   End
  2574.  
  2575.   SideSound
  2576.     Side = Elves
  2577.     Sound = CampElfDieGaladriel
  2578.   End
  2579.  
  2580.   SideSound
  2581.     Side = Men
  2582.     Sound = CampSoldierDieGaladriel
  2583.   End
  2584. End
  2585.  
  2586. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  2587. NewEvaEvent GlorfindelDie
  2588.   Priority = 7
  2589.   TimeBetweenEventsMS = 30000   ; 30 seconds. Don't play more often than this
  2590.   ExpirationTimeMS  = 5000      ; 5 seconds.  If Eva is busy, hold the event this long before giving up
  2591.   AlwaysPlayFromHomeBase = Yes  ; Don't want voice coming from dead body
  2592.  
  2593.   SideSound
  2594.     Side = Dwarves
  2595.     Sound = CampDwarfDieGlorfindel
  2596.   End
  2597.  
  2598.   SideSound
  2599.     Side = Elves
  2600.     Sound = CampElfDieGlorfindel
  2601.   End
  2602. End
  2603.  
  2604. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  2605. NewEvaEvent HaldirDie
  2606.   Priority = 7
  2607.   TimeBetweenEventsMS = 30000   ; 30 seconds. Don't play more often than this
  2608.   ExpirationTimeMS  = 5000      ; 5 seconds.  If Eva is busy, hold the event this long before giving up
  2609.   AlwaysPlayFromHomeBase = Yes  ; Don't want voice coming from dead body
  2610.   
  2611.   SideSound
  2612.     Side = Dwarves
  2613.     Sound = CampDwarfDieHaldir
  2614.   End
  2615.  
  2616.   SideSound
  2617.     Side = Elves
  2618.     Sound = CampElfDieHaldir
  2619.   End
  2620. End
  2621.  
  2622. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  2623. NewEvaEvent ThranduilDie
  2624.   Priority = 7
  2625.   TimeBetweenEventsMS = 30000   ; 30 seconds. Don't play more often than this
  2626.   ExpirationTimeMS  = 5000      ; 5 seconds.  If Eva is busy, hold the event this long before giving up
  2627.   AlwaysPlayFromHomeBase = Yes  ; Don't want voice coming from dead body
  2628.  
  2629.   SideSound
  2630.     Side = Dwarves
  2631.     Sound = CampDwarfDieThranduil
  2632.   End
  2633.   
  2634.   SideSound
  2635.     Side = Elves
  2636.     Sound = CampElfDieThranduil
  2637.   End
  2638. End
  2639.  
  2640. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  2641. NewEvaEvent DainDie
  2642.   Priority = 7
  2643.   TimeBetweenEventsMS = 30000   ; 30 seconds. Don't play more often than this
  2644.   ExpirationTimeMS  = 5000      ; 5 seconds.  If Eva is busy, hold the event this long before giving up
  2645.   AlwaysPlayFromHomeBase = Yes  ; Don't want voice coming from dead body
  2646.  
  2647.   SideSound
  2648.     Side = Dwarves
  2649.     Sound = CampDwarfDieDain
  2650.   End
  2651.  
  2652.   SideSound
  2653.     Side = Elves
  2654.     Sound = CampElfDieDain
  2655.   End
  2656.   
  2657. End
  2658.  
  2659. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  2660. NewEvaEvent GloinDie
  2661.   Priority = 7
  2662.   TimeBetweenEventsMS = 30000   ; 30 seconds. Don't play more often than this
  2663.   ExpirationTimeMS  = 5000      ; 5 seconds.  If Eva is busy, hold the event this long before giving up
  2664.   AlwaysPlayFromHomeBase = Yes  ; Don't want voice coming from dead body
  2665.   
  2666.   SideSound
  2667.     Side = Dwarves
  2668.     Sound = CampDwarfDieGloin
  2669.   End
  2670.  
  2671.   SideSound
  2672.     Side = Elves
  2673.     Sound = CampElfDieGloin
  2674.   End 
  2675.     
  2676. End
  2677.  
  2678. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  2679. ;NewEvaEvent PorterMordorDie
  2680. ;  Priority = 7
  2681. ;  TimeBetweenEventsMS = 30000   ; 30 seconds. Don't play more often than this
  2682. ;  ExpirationTimeMS  = 5000      ; 5 seconds.  If Eva is busy, hold the event this long before giving up
  2683. ;
  2684. ;  SideSound
  2685. ;    Side = Mordor
  2686. ;    Sound = CampOrcDiePorter
  2687. ;  End
  2688. ;End
  2689. ;
  2690. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  2691. ;NewEvaEvent PorterIsengardDie
  2692. ;  Priority = 7
  2693. ;  TimeBetweenEventsMS = 30000   ; 30 seconds. Don't play more often than this
  2694. ;  ExpirationTimeMS  = 5000      ; 5 seconds.  If Eva is busy, hold the event this long before giving up
  2695. ;
  2696. ;  SideSound
  2697. ;    Side = Isengard
  2698. ;    Sound = CampOrcDiePorter
  2699. ;  End
  2700. ;End
  2701. ;
  2702. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  2703. NewEvaEvent SauronDie
  2704.   Priority = 9   ; Higher than DiscoveredRing
  2705.   TimeBetweenEventsMS = 30000   ; 30 seconds. Don't play more often than this
  2706.   ExpirationTimeMS  = 5000      ; 5 seconds.  If Eva is busy, hold the event this long before giving up
  2707.   AlwaysPlayFromHomeBase = Yes  ; Don't want voice coming from dead body
  2708.  
  2709.   OtherEvaEventsToBlock = DiscoveredRing ; Yep, the ring is on the ground, but the player should be able to figure that out from Sauron's death!
  2710.  
  2711.   SideSound
  2712.     Side = Isengard
  2713.     Sound = CampOrcDieSauron
  2714.   End
  2715.   
  2716.   SideSound
  2717.     Side = Mordor
  2718.     Sound = CampOrcDieSauron
  2719.   End
  2720. End
  2721.  
  2722. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  2723. NewEvaEvent SarumanDie
  2724.   Priority = 7
  2725.   TimeBetweenEventsMS = 30000   ; 30 seconds. Don't play more often than this
  2726.   ExpirationTimeMS  = 5000      ; 5 seconds.  If Eva is busy, hold the event this long before giving up
  2727.   AlwaysPlayFromHomeBase = Yes  ; Don't want voice coming from dead body
  2728.   
  2729.   SideSound
  2730.     Side = Isengard
  2731.     Sound = CampOrcDieSaruman
  2732.   End
  2733.   
  2734.   SideSound
  2735.     Side = Mordor
  2736.     Sound = CampOrcDieSaruman
  2737.   End
  2738.   
  2739. End
  2740.  
  2741. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  2742. NewEvaEvent WitchKingDie
  2743.   Priority = 7
  2744.   TimeBetweenEventsMS = 30000   ; 30 seconds. Don't play more often than this
  2745.   ExpirationTimeMS  = 5000      ; 5 seconds.  If Eva is busy, hold the event this long before giving up
  2746.   AlwaysPlayFromHomeBase = Yes  ; Don't want voice coming from dead body
  2747.  
  2748.   SideSound
  2749.     Side = Isengard
  2750.     Sound = CampOrcDieWitchKing
  2751.   End
  2752.   
  2753.   SideSound
  2754.     Side = Mordor
  2755.     Sound = CampOrcDieWitchKing
  2756.   End
  2757. End
  2758.  
  2759. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  2760. ;NewEvaEvent GroupUrukCrossbowmanDie
  2761. ;  Priority = 7
  2762. ;  TimeBetweenEventsMS = 30000   ; 30 seconds. Don't play more often than this
  2763. ;  ExpirationTimeMS  = 5000      ; 5 seconds.  If Eva is busy, hold the event this long before giving up
  2764. ;  AlwaysPlayFromHomeBase = Yes  ; Don't want voice coming from dead body
  2765. ;  
  2766. ;  SideSound
  2767. ;    Side = Isengard
  2768. ;    Sound = CampOrcGroupDieCrossbows
  2769. ;  End
  2770. ;End
  2771.  
  2772. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  2773. ;NewEvaEvent GroupHaradrimDie
  2774. ;  Priority = 7
  2775. ;  TimeBetweenEventsMS = 30000   ; 30 seconds. Don't play more often than this
  2776. ;  ExpirationTimeMS  = 5000      ; 5 seconds.  If Eva is busy, hold the event this long before giving up
  2777. ;  AlwaysPlayFromHomeBase = Yes  ; Don't want voice coming from dead body
  2778. ;  
  2779. ;  SideSound
  2780. ;    Side = Mordor
  2781. ;    Sound = CampOrcGroupDieHaradrim
  2782. ;  End
  2783. ;
  2784. ;  SideSound
  2785. ;    Side = Isengard
  2786. ;    Sound = CampOrcGroupDieHaradrim
  2787. ;  End
  2788. ;End
  2789.  
  2790. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  2791. ;NewEvaEvent GroupOrcArcherDie
  2792. ;  Priority = 7
  2793. ;  TimeBetweenEventsMS = 30000   ; 30 seconds. Don't play more often than this
  2794. ;  ExpirationTimeMS  = 5000      ; 5 seconds.  If Eva is busy, hold the event this long before giving up
  2795. ;  AlwaysPlayFromHomeBase = Yes  ; Don't want voice coming from dead body
  2796. ;  
  2797. ;  SideSound
  2798. ;    Side = Mordor
  2799. ;    Sound = CampOrcGroupDieOrcArcher
  2800. ;  End
  2801. ;End
  2802.  
  2803. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  2804. ;NewEvaEvent GroupOrcHordeDie
  2805. ;  Priority = 7
  2806. ;  TimeBetweenEventsMS = 30000   ; 30 seconds. Don't play more often than this
  2807. ;  ExpirationTimeMS  = 5000      ; 5 seconds.  If Eva is busy, hold the event this long before giving up
  2808. ;  AlwaysPlayFromHomeBase = Yes  ; Don't want voice coming from dead body
  2809. ;  
  2810. ;  SideSound
  2811. ;    Side = Mordor
  2812. ;    Sound = CampOrcGroupDieOrcHorde
  2813. ;  End
  2814. ;End
  2815.  
  2816. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  2817. ;NewEvaEvent GroupPikemanDie
  2818. ;  Priority = 7
  2819. ;  TimeBetweenEventsMS = 30000   ; 30 seconds. Don't play more often than this
  2820. ;  ExpirationTimeMS  = 5000      ; 5 seconds.  If Eva is busy, hold the event this long before giving up
  2821. ;  AlwaysPlayFromHomeBase = Yes  ; Don't want voice coming from dead body
  2822. ;  
  2823. ;  SideSound
  2824. ;    Side = Isengard
  2825. ;    Sound = CampOrcGroupDiePikeman
  2826. ;  End
  2827. ;End
  2828.  
  2829. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  2830. ;NewEvaEvent GroupSoldiersOfRhunDie
  2831. ;  Priority = 7
  2832. ;  TimeBetweenEventsMS = 30000   ; 30 seconds. Don't play more often than this
  2833. ;  ExpirationTimeMS  = 5000      ; 5 seconds.  If Eva is busy, hold the event this long before giving up
  2834. ;  AlwaysPlayFromHomeBase = Yes  ; Don't want voice coming from dead body
  2835. ;  
  2836. ;  SideSound
  2837. ;    Side = Mordor
  2838. ;    Sound = CampOrcGroupDieSoldiersOfRhun
  2839. ;  End
  2840. ;
  2841. ;  SideSound
  2842. ;    Side = Isengard
  2843. ;    Sound = CampOrcGroupDieSoldiersOfRhun
  2844. ;  End
  2845. ;
  2846. ;End
  2847.  
  2848. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  2849. ;NewEvaEvent GroupUrukWarriorDie
  2850. ;  Priority = 7
  2851. ;  TimeBetweenEventsMS = 30000   ; 30 seconds. Don't play more often than this
  2852. ;  ExpirationTimeMS  = 5000      ; 5 seconds.  If Eva is busy, hold the event this long before giving up
  2853. ;  AlwaysPlayFromHomeBase = Yes  ; Don't want voice coming from dead body
  2854. ;  
  2855. ;  SideSound
  2856. ;    Side = Isengard
  2857. ;    Sound = CampOrcGroupDieUrukWarrior
  2858. ;  End
  2859. ;End
  2860.  
  2861. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  2862. ;NewEvaEvent GroupWargRiderDie
  2863. ;  Priority = 7
  2864. ;  TimeBetweenEventsMS = 30000   ; 30 seconds. Don't play more often than this
  2865. ;  ExpirationTimeMS  = 5000      ; 5 seconds.  If Eva is busy, hold the event this long before giving up
  2866. ;  AlwaysPlayFromHomeBase = Yes  ; Don't want voice coming from dead body
  2867. ;  
  2868. ;  SideSound
  2869. ;    Side = Isengard
  2870. ;    Sound = CampOrcGroupDieWargRider
  2871. ;  End
  2872. ;End
  2873.  
  2874. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  2875. ; PEOPLE BEING CREATED
  2876.  
  2877. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  2878. NewEvaEvent BallistaCreated
  2879.   Priority                = EVA_UNIT_CREATED_PRIORITY
  2880.   TimeBetweenEventsMS    = EVA_UNIT_CREATED_TIME_BETWEEN_EVENTS   
  2881.   ExpirationTimeMS        = EVA_UNIT_CREATED_EXPIRATION_TIME     
  2882.   MillisecondsToWaitBeforePlaying = 2000   ; Wait until really ready
  2883.   CountAsJumpToLocation = No        ; Don't jump to unit-creations. (a) it spams the spacebar too much (b) it's inconsistent between good & evil sides
  2884.  
  2885.   SideSound
  2886.     Side = Isengard
  2887.     Sound = CampOrcCreateBallista
  2888.   End
  2889. End
  2890.  
  2891. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  2892. NewEvaEvent UrukCreated
  2893.   Priority                = EVA_UNIT_CREATED_PRIORITY
  2894.   TimeBetweenEventsMS    = EVA_UNIT_CREATED_TIME_BETWEEN_EVENTS   
  2895.   ExpirationTimeMS        = EVA_UNIT_CREATED_EXPIRATION_TIME     
  2896.   CountAsJumpToLocation = No        ; Don't jump to unit-creations. (a) it spams the spacebar too much (b) it's inconsistent between good & evil sides
  2897.  
  2898.   SideSound
  2899.     Side = Isengard
  2900.     Sound = CampOrcCreateUrukHai
  2901.   End
  2902. End
  2903.  
  2904. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  2905. NewEvaEvent IsengardBatteringRamCreated
  2906.   Priority                = EVA_UNIT_CREATED_PRIORITY
  2907.   TimeBetweenEventsMS    = EVA_UNIT_CREATED_TIME_BETWEEN_EVENTS   
  2908.   ExpirationTimeMS        = EVA_UNIT_CREATED_EXPIRATION_TIME     
  2909.   MillisecondsToWaitBeforePlaying = 2000   ; Wait until really ready
  2910.   CountAsJumpToLocation = No        ; Don't jump to unit-creations. (a) it spams the spacebar too much (b) it's inconsistent between good & evil sides
  2911.  
  2912.   SideSound
  2913.     Side = Isengard
  2914.     Sound = CampOrcCreateIsengardBatteringRam
  2915.   End
  2916. End
  2917.  
  2918. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  2919. NewEvaEvent MordorBatteringRamCreated
  2920.   Priority                = EVA_UNIT_CREATED_PRIORITY
  2921.   TimeBetweenEventsMS    = EVA_UNIT_CREATED_TIME_BETWEEN_EVENTS   
  2922.   ExpirationTimeMS        = EVA_UNIT_CREATED_EXPIRATION_TIME     
  2923.   MillisecondsToWaitBeforePlaying = 3000   ; Wait until really ready
  2924.   CountAsJumpToLocation = No        ; Don't jump to unit-creations. (a) it spams the spacebar too much (b) it's inconsistent between good & evil sides
  2925.  
  2926.   SideSound
  2927.     Side = Mordor
  2928.     Sound = CampOrcCreateMordorBatteringRam
  2929.   End
  2930.   
  2931.   SideSound   ; Safety for campaign
  2932.     Side = Wild
  2933.     Sound = CampOrcCreateMordorBatteringRam
  2934.   End
  2935. End
  2936.  
  2937. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  2938. NewEvaEvent BerserkerCreated
  2939.   Priority                = EVA_UNIT_CREATED_PRIORITY
  2940.   TimeBetweenEventsMS    = EVA_UNIT_CREATED_TIME_BETWEEN_EVENTS   
  2941.   ExpirationTimeMS        = EVA_UNIT_CREATED_EXPIRATION_TIME     
  2942.   MillisecondsToWaitBeforePlaying = 2000   ; Wait until really ready
  2943.   CountAsJumpToLocation = No        ; Don't jump to unit-creations. (a) it spams the spacebar too much (b) it's inconsistent between good & evil sides
  2944.  
  2945.   SideSound
  2946.     Side = Isengard
  2947.     Sound = CampOrcCreateBerserker
  2948.   End
  2949. End
  2950.  
  2951. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  2952. NewEvaEvent BannerCreated
  2953.   Priority                = EVA_UNIT_CREATED_PRIORITY
  2954.   TimeBetweenEventsMS    = EVA_UNIT_CREATED_TIME_BETWEEN_EVENTS   
  2955.   ExpirationTimeMS        = EVA_UNIT_CREATED_EXPIRATION_TIME     
  2956.   CountAsJumpToLocation = No        ; Don't jump to unit-creations. (a) it spams the spacebar too much (b) it's inconsistent between good & evil sides
  2957.  
  2958.   SideSound
  2959.     Side = Isengard
  2960.     Sound = CampOrcCreateWhiteHandBanner
  2961.   End
  2962.   
  2963.   SideSound
  2964.     Side = Mordor
  2965.     Sound = CampOrcCreateRedEyeBanner
  2966.   End
  2967. End
  2968.  
  2969. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  2970. NewEvaEvent WargRiderCreated
  2971.   Priority                = EVA_UNIT_CREATED_PRIORITY
  2972.   TimeBetweenEventsMS    = EVA_UNIT_CREATED_TIME_BETWEEN_EVENTS   
  2973.   ExpirationTimeMS        = EVA_UNIT_CREATED_EXPIRATION_TIME     
  2974.   CountAsJumpToLocation = No        ; Don't jump to unit-creations. (a) it spams the spacebar too much (b) it's inconsistent between good & evil sides
  2975.  
  2976.   SideSound
  2977.     Side = Isengard
  2978.     Sound = CampOrcCreateWargRider
  2979.   End
  2980. End
  2981.  
  2982. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  2983. NewEvaEvent UrukPikemanCreated
  2984.   Priority                = EVA_UNIT_CREATED_PRIORITY
  2985.   TimeBetweenEventsMS    = EVA_UNIT_CREATED_TIME_BETWEEN_EVENTS   
  2986.   ExpirationTimeMS        = EVA_UNIT_CREATED_EXPIRATION_TIME     
  2987.   CountAsJumpToLocation = No        ; Don't jump to unit-creations. (a) it spams the spacebar too much (b) it's inconsistent between good & evil sides
  2988.  
  2989.   SideSound
  2990.     Side = Isengard
  2991.     Sound = CampOrcCreateUrukPikeman
  2992.   End
  2993. End
  2994.  
  2995. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  2996. NewEvaEvent UrukCrossbowCreated
  2997.   Priority                = EVA_UNIT_CREATED_PRIORITY
  2998.   TimeBetweenEventsMS    = EVA_UNIT_CREATED_TIME_BETWEEN_EVENTS   
  2999.   ExpirationTimeMS        = EVA_UNIT_CREATED_EXPIRATION_TIME     
  3000.   CountAsJumpToLocation = No        ; Don't jump to unit-creations. (a) it spams the spacebar too much (b) it's inconsistent between good & evil sides
  3001.  
  3002.   SideSound
  3003.     Side = Isengard
  3004.     Sound = CampOrcCreateUrukCrossbow
  3005.   End
  3006. End
  3007.  
  3008. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  3009. NewEvaEvent ExplosiveMineCreated
  3010.   Priority                = EVA_UNIT_CREATED_PRIORITY
  3011.   TimeBetweenEventsMS    = EVA_UNIT_CREATED_TIME_BETWEEN_EVENTS   
  3012.   ExpirationTimeMS        = EVA_UNIT_CREATED_EXPIRATION_TIME     
  3013.   MillisecondsToWaitBeforePlaying = 2000   ; Wait until really ready
  3014.   CountAsJumpToLocation = No        ; Don't jump to unit-creations. (a) it spams the spacebar too much (b) it's inconsistent between good & evil sides
  3015.  
  3016.   SideSound
  3017.     Side = Isengard
  3018.     Sound = CampOrcCreateExplosiveMine
  3019.   End
  3020. End
  3021.  
  3022. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  3023. NewEvaEvent SiegeLadderCreated
  3024.   Priority                = EVA_UNIT_CREATED_PRIORITY
  3025.   TimeBetweenEventsMS    = EVA_UNIT_CREATED_TIME_BETWEEN_EVENTS   
  3026.   ExpirationTimeMS        = EVA_UNIT_CREATED_EXPIRATION_TIME     
  3027.   MillisecondsToWaitBeforePlaying = 2000   ; Wait until really ready
  3028.   CountAsJumpToLocation = No        ; Don't jump to unit-creations. (a) it spams the spacebar too much (b) it's inconsistent between good & evil sides
  3029.  
  3030.   SideSound
  3031.     Side = Isengard
  3032.     Sound = CampOrcCreateSiegeLadder
  3033.   End
  3034. End
  3035.  
  3036. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  3037. NewEvaEvent WildMenCreated
  3038.   Priority                = EVA_UNIT_CREATED_PRIORITY
  3039.   TimeBetweenEventsMS    = EVA_UNIT_CREATED_TIME_BETWEEN_EVENTS   
  3040.   ExpirationTimeMS        = EVA_UNIT_CREATED_EXPIRATION_TIME     
  3041.   CountAsJumpToLocation = No        ; Don't jump to unit-creations. (a) it spams the spacebar too much (b) it's inconsistent between good & evil sides
  3042.  
  3043.   SideSound
  3044.     Side = Isengard
  3045.     Sound = CampOrcCreateWildMenMS
  3046.   End
  3047. End
  3048.  
  3049. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  3050. NewEvaEvent AttackTrollCreated
  3051.   Priority                = EVA_UNIT_CREATED_PRIORITY
  3052.   TimeBetweenEventsMS    = EVA_UNIT_CREATED_TIME_BETWEEN_EVENTS   
  3053.   ExpirationTimeMS        = EVA_UNIT_CREATED_EXPIRATION_TIME     
  3054.   MillisecondsToWaitBeforePlaying = 4000   ; When it's really ready
  3055.   CountAsJumpToLocation = No        ; Don't jump to unit-creations. (a) it spams the spacebar too much (b) it's inconsistent between good & evil sides
  3056.  
  3057.   SideSound
  3058.     Side = Mordor
  3059.     Sound = CampOrcCreateAttackTroll
  3060.   End
  3061.  
  3062.   SideSound   ; Safety for campaign
  3063.     Side = Wild
  3064.     Sound = CampOrcCreateAttackTroll
  3065.   End
  3066. End
  3067.  
  3068. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  3069. NewEvaEvent CatapultCreated
  3070.   Priority                = EVA_UNIT_CREATED_PRIORITY
  3071.   TimeBetweenEventsMS    = EVA_UNIT_CREATED_TIME_BETWEEN_EVENTS   
  3072.   ExpirationTimeMS        = EVA_UNIT_CREATED_EXPIRATION_TIME     
  3073.   MillisecondsToWaitBeforePlaying = 16000   ; Wait until really ready
  3074.   CountAsJumpToLocation = No        ; Don't jump to unit-creations. (a) it spams the spacebar too much (b) it's inconsistent between good & evil sides
  3075.  
  3076.   SideSound
  3077.     Side = Mordor
  3078.     Sound = CampOrcCreateCatapult
  3079.   End
  3080.  
  3081.   SideSound   ; Safety for campaign
  3082.     Side = Wild
  3083.     Sound = CampOrcCreateCatapult
  3084.   End
  3085. End
  3086.  
  3087. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  3088. NewEvaEvent DrummerTrollCreated
  3089.   Priority                = EVA_UNIT_CREATED_PRIORITY
  3090.   TimeBetweenEventsMS    = EVA_UNIT_CREATED_TIME_BETWEEN_EVENTS   
  3091.   ExpirationTimeMS        = EVA_UNIT_CREATED_EXPIRATION_TIME     
  3092.   MillisecondsToWaitBeforePlaying = 4000   ; Wait until really ready
  3093.   CountAsJumpToLocation = No        ; Don't jump to unit-creations. (a) it spams the spacebar too much (b) it's inconsistent between good & evil sides
  3094.  
  3095.   SideSound
  3096.     Side = Mordor
  3097.     Sound = CampOrcCreateDrummerTroll
  3098.   End
  3099.  
  3100.   SideSound   ; Safety for campaign
  3101.     Side = Wild
  3102.     Sound = CampOrcCreateDrummerTroll
  3103.   End
  3104. End
  3105.  
  3106. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  3107. NewEvaEvent MountainTrollCreated
  3108.   Priority                = EVA_UNIT_CREATED_PRIORITY
  3109.   TimeBetweenEventsMS    = EVA_UNIT_CREATED_TIME_BETWEEN_EVENTS   
  3110.   ExpirationTimeMS        = EVA_UNIT_CREATED_EXPIRATION_TIME     
  3111.   MillisecondsToWaitBeforePlaying = 3000   ; Wait until really ready
  3112.   CountAsJumpToLocation = No        ; Don't jump to unit-creations. (a) it spams the spacebar too much (b) it's inconsistent between good & evil sides
  3113.  
  3114.   SideSound
  3115.     Side = Mordor
  3116.     Sound = CampOrcCreateMountainTroll
  3117.   End
  3118.  
  3119.   SideSound   ; Safety for campaign
  3120.     Side = Wild
  3121.     Sound = CampOrcCreateMountainTroll
  3122.   End
  3123. End
  3124.  
  3125. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  3126. NewEvaEvent HaradrimCreated
  3127.   Priority                = EVA_UNIT_CREATED_PRIORITY
  3128.   TimeBetweenEventsMS    = EVA_UNIT_CREATED_TIME_BETWEEN_EVENTS   
  3129.   ExpirationTimeMS        = EVA_UNIT_CREATED_EXPIRATION_TIME     
  3130.   CountAsJumpToLocation = No        ; Don't jump to unit-creations. (a) it spams the spacebar too much (b) it's inconsistent between good & evil sides
  3131.  
  3132.   SideSound
  3133.     Side = Mordor
  3134.     Sound = CampOrcCreateHaradrim
  3135.   End
  3136.  
  3137.   SideSound   ; Safety for campaign
  3138.     Side = Wild
  3139.     Sound = CampOrcCreateHaradrim
  3140.   End
  3141. End
  3142.  
  3143. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  3144. NewEvaEvent OrcArchersCreated
  3145.   Priority                = EVA_UNIT_CREATED_PRIORITY
  3146.   TimeBetweenEventsMS    = EVA_UNIT_CREATED_TIME_BETWEEN_EVENTS   
  3147.   ExpirationTimeMS        = EVA_UNIT_CREATED_EXPIRATION_TIME     
  3148.   CountAsJumpToLocation = No        ; Don't jump to unit-creations. (a) it spams the spacebar too much (b) it's inconsistent between good & evil sides
  3149.  
  3150.   SideSound
  3151.     Side = Mordor
  3152.     Sound = CampOrcCreateOrcArchers
  3153.   End
  3154.  
  3155.   SideSound   ; Safety for campaign
  3156.     Side = Wild
  3157.     Sound = CampOrcCreateOrcArchers
  3158.   End
  3159. End
  3160.  
  3161. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  3162. NewEvaEvent CorsairsCreated-Inn
  3163.   Priority                = EVA_UNIT_CREATED_PRIORITY
  3164.   TimeBetweenEventsMS    = EVA_UNIT_CREATED_TIME_BETWEEN_EVENTS   
  3165.   ExpirationTimeMS        = EVA_UNIT_CREATED_EXPIRATION_TIME     
  3166.   CountAsJumpToLocation = No        ; Don't jump to unit-creations. (a) it spams the spacebar too much (b) it's inconsistent between good & evil sides
  3167.  
  3168.   SideSound
  3169.     Side = Mordor
  3170.     Sound = CampOrcCreateCorsairsInn
  3171.   End
  3172.   SideSound
  3173.     Side = Isengard
  3174.     Sound = CampOrcCreateCorsairsInn
  3175.   End
  3176.   SideSound
  3177.     Side = Wild
  3178.     Sound = CampGoblinCreateCorsairs
  3179.   End
  3180. End
  3181.  
  3182. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  3183. NewEvaEvent CorsairsCreated
  3184.   Priority                = EVA_UNIT_CREATED_PRIORITY
  3185.   TimeBetweenEventsMS    = EVA_UNIT_CREATED_TIME_BETWEEN_EVENTS   
  3186.   ExpirationTimeMS        = EVA_UNIT_CREATED_EXPIRATION_TIME     
  3187.   CountAsJumpToLocation = No        ; Don't jump to unit-creations. (a) it spams the spacebar too much (b) it's inconsistent between good & evil sides
  3188.  
  3189.   SideSound
  3190.     Side = Mordor
  3191.     Sound = CampOrcCreateCorsairs
  3192.   End
  3193.   SideSound
  3194.     Side = Isengard
  3195.     Sound = CampOrcCreateCorsairs
  3196.   End
  3197.   SideSound
  3198.     Side = Wild
  3199.     Sound = CampGoblinCreateCorsairs
  3200.   End
  3201. End
  3202.  
  3203. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  3204. NewEvaEvent EasterlingCreated
  3205.   Priority                = EVA_UNIT_CREATED_PRIORITY
  3206.   TimeBetweenEventsMS    = EVA_UNIT_CREATED_TIME_BETWEEN_EVENTS   
  3207.   ExpirationTimeMS        = EVA_UNIT_CREATED_EXPIRATION_TIME     
  3208.   CountAsJumpToLocation = No        ; Don't jump to unit-creations. (a) it spams the spacebar too much (b) it's inconsistent between good & evil sides
  3209.  
  3210.   SideSound
  3211.     Side = Mordor
  3212.     Sound = CampOrcCreateEasterling
  3213.   End
  3214.  
  3215.   SideSound   ; Safety for campaign
  3216.     Side = Wild
  3217.     Sound = CampOrcCreateEasterling
  3218.   End
  3219. End
  3220.  
  3221. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  3222. NewEvaEvent OrcHordeCreated
  3223.   Priority                = EVA_UNIT_CREATED_PRIORITY
  3224.   TimeBetweenEventsMS    = EVA_UNIT_CREATED_TIME_BETWEEN_EVENTS   
  3225.   ExpirationTimeMS        = EVA_UNIT_CREATED_EXPIRATION_TIME     
  3226.   CountAsJumpToLocation = No        ; Don't jump to unit-creations. (a) it spams the spacebar too much (b) it's inconsistent between good & evil sides
  3227.  
  3228.   SideSound
  3229.     Side = Mordor
  3230.     Sound = CampOrcCreateOrcHorde
  3231.   End
  3232.  
  3233.   SideSound   ; Safety for campaign
  3234.     Side = Wild
  3235.     Sound = CampOrcCreateOrcHorde
  3236.   End
  3237. End
  3238.  
  3239. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  3240. NewEvaEvent SiegeTowerCreated
  3241.   Priority                = EVA_UNIT_CREATED_PRIORITY
  3242.   TimeBetweenEventsMS    = EVA_UNIT_CREATED_TIME_BETWEEN_EVENTS   
  3243.   ExpirationTimeMS        = EVA_UNIT_CREATED_EXPIRATION_TIME     
  3244.   MillisecondsToWaitBeforePlaying = 16000   ; Wait until really ready
  3245.   CountAsJumpToLocation = No        ; Don't jump to unit-creations. (a) it spams the spacebar too much (b) it's inconsistent between good & evil sides
  3246.  
  3247.   SideSound
  3248.     Side = Mordor
  3249.     Sound = CampOrcCreateSiegeTower
  3250.   End
  3251.  
  3252.   SideSound   ; Safety for campaign
  3253.     Side = Wild
  3254.     Sound = CampOrcCreateSiegeTower
  3255.   End
  3256. End
  3257.  
  3258. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  3259. NewEvaEvent WorkerCreated
  3260.   Priority                = EVA_UNIT_CREATED_PRIORITY
  3261.   TimeBetweenEventsMS    = EVA_UNIT_CREATED_TIME_BETWEEN_EVENTS   
  3262.   ExpirationTimeMS        = EVA_UNIT_CREATED_EXPIRATION_TIME     
  3263.   CountAsJumpToLocation = No        ; Don't jump to unit-creations. (a) it spams the spacebar too much (b) it's inconsistent between good & evil sides
  3264.  
  3265.   SideSound
  3266.     Side = Mordor
  3267.     Sound = CampOrcCreateOrcLaborer
  3268.   End
  3269.   
  3270.   SideSound
  3271.     Side = Wild
  3272.     Sound = CampOrcCreateOrcLaborer
  3273.   End
  3274. End
  3275.  
  3276. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  3277. NewEvaEvent PorterCreated
  3278.   Priority                = EVA_UNIT_CREATED_PRIORITY
  3279.   TimeBetweenEventsMS    = EVA_UNIT_CREATED_TIME_BETWEEN_EVENTS   
  3280.   ExpirationTimeMS        = EVA_UNIT_CREATED_EXPIRATION_TIME     
  3281.   CountAsJumpToLocation = No        ; Don't jump to unit-creations. (a) it spams the spacebar too much (b) it's inconsistent between good & evil sides
  3282.  
  3283.   SideSound
  3284.     Side = Mordor
  3285.     Sound = CampGoblinCreateOrcBuilder
  3286.   End
  3287.   
  3288.   SideSound
  3289.     Side = Isengard
  3290.     Sound = CampGoblinCreateOrcBuilder
  3291.   End
  3292.   
  3293.   SideSound
  3294.     Side = Wild
  3295.     Sound = CampGoblinCreateOrcBuilder
  3296.   End
  3297. End
  3298.  
  3299.  
  3300.  
  3301. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  3302. NewEvaEvent SoldiersOfRhunCreated
  3303.   Priority                = EVA_UNIT_CREATED_PRIORITY
  3304.   TimeBetweenEventsMS    = EVA_UNIT_CREATED_TIME_BETWEEN_EVENTS   
  3305.   ExpirationTimeMS        = EVA_UNIT_CREATED_EXPIRATION_TIME     
  3306.   CountAsJumpToLocation = No        ; Don't jump to unit-creations. (a) it spams the spacebar too much (b) it's inconsistent between good & evil sides
  3307.  
  3308.   SideSound
  3309.     Side = Mordor
  3310.     Sound = CampOrcCreateSoldiersOfRhun
  3311.   End
  3312.   
  3313.   SideSound   ; Safety for campaign
  3314.     Side = Wild
  3315.     Sound = CampOrcCreateSoldiersOfRhun
  3316.   End
  3317. End
  3318.  
  3319. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  3320. NewEvaEvent MumakilCreated
  3321.   Priority                = EVA_UNIT_CREATED_PRIORITY
  3322.   TimeBetweenEventsMS    = EVA_UNIT_CREATED_TIME_BETWEEN_EVENTS   
  3323.   ExpirationTimeMS        = EVA_UNIT_CREATED_EXPIRATION_TIME     
  3324.   MillisecondsToWaitBeforePlaying = 5000   ; Wait until really ready
  3325.   CountAsJumpToLocation = No        ; Don't jump to unit-creations. (a) it spams the spacebar too much (b) it's inconsistent between good & evil sides
  3326.  
  3327.   SideSound
  3328.     Side = Mordor
  3329.     Sound = CampOrcCreateMumakil
  3330.   End
  3331.   
  3332.   SideSound   ; Safety for campaign
  3333.     Side = Wild
  3334.     Sound = CampOrcCreateMumakil
  3335.   End
  3336. End
  3337.  
  3338. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  3339. NewEvaEvent CaveTrollCreated
  3340.   Priority                = EVA_UNIT_CREATED_PRIORITY
  3341.   TimeBetweenEventsMS    = EVA_UNIT_CREATED_TIME_BETWEEN_EVENTS   
  3342.   ExpirationTimeMS        = EVA_UNIT_CREATED_EXPIRATION_TIME     
  3343.   CountAsJumpToLocation = No        ; Don't jump to unit-creations. (a) it spams the spacebar too much (b) it's inconsistent between good & evil sides
  3344.  
  3345.   SideSound    ; Safety for campaign
  3346.     Side = Mordor
  3347.     Sound = CampGoblinCreateCaveTroll
  3348.   End
  3349.   
  3350.   SideSound   
  3351.     Side = Wild
  3352.     Sound = CampGoblinCreateCaveTroll
  3353.   End
  3354. End
  3355.  
  3356. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  3357. NewEvaEvent FireDrakeCreated
  3358.   Priority                = EVA_UNIT_CREATED_PRIORITY
  3359.   TimeBetweenEventsMS    = EVA_UNIT_CREATED_TIME_BETWEEN_EVENTS   
  3360.   ExpirationTimeMS        = EVA_UNIT_CREATED_EXPIRATION_TIME     
  3361.   CountAsJumpToLocation = No        ; Don't jump to unit-creations. (a) it spams the spacebar too much (b) it's inconsistent between good & evil sides
  3362.  
  3363.   SideSound    ; Safety for campaign
  3364.     Side = Mordor
  3365.     Sound = CampGoblinCreateFireDrake
  3366.   End
  3367.   
  3368.   SideSound   
  3369.     Side = Wild
  3370.     Sound = CampGoblinCreateFireDrake
  3371.   End
  3372. End
  3373.  
  3374. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  3375. NewEvaEvent GoblinArcherCreated
  3376.   Priority                = EVA_UNIT_CREATED_PRIORITY
  3377.   TimeBetweenEventsMS    = EVA_UNIT_CREATED_TIME_BETWEEN_EVENTS   
  3378.   ExpirationTimeMS        = EVA_UNIT_CREATED_EXPIRATION_TIME     
  3379.   CountAsJumpToLocation = No        ; Don't jump to unit-creations. (a) it spams the spacebar too much (b) it's inconsistent between good & evil sides
  3380.  
  3381.   SideSound    ; Safety for campaign
  3382.     Side = Mordor
  3383.     Sound = CampGoblinCreateGoblinArcher
  3384.   End
  3385.   
  3386.   SideSound   
  3387.     Side = Wild
  3388.     Sound = CampGoblinCreateGoblinArcher
  3389.   End
  3390. End
  3391.  
  3392. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  3393. NewEvaEvent GoblinWarriorCreated
  3394.   Priority                = EVA_UNIT_CREATED_PRIORITY
  3395.   TimeBetweenEventsMS    = EVA_UNIT_CREATED_TIME_BETWEEN_EVENTS   
  3396.   ExpirationTimeMS        = EVA_UNIT_CREATED_EXPIRATION_TIME     
  3397.   CountAsJumpToLocation = No        ; Don't jump to unit-creations. (a) it spams the spacebar too much (b) it's inconsistent between good & evil sides
  3398.  
  3399.   SideSound    ; Safety for campaign
  3400.     Side = Mordor
  3401.     Sound = CampGoblinCreateGoblinWarrior
  3402.   End
  3403.   
  3404.   SideSound   
  3405.     Side = Wild
  3406.     Sound = CampGoblinCreateGoblinWarrior
  3407.   End
  3408. End
  3409.  
  3410.  
  3411. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  3412. NewEvaEvent GiantCreated
  3413.   Priority                = EVA_UNIT_CREATED_PRIORITY
  3414.   TimeBetweenEventsMS    = EVA_UNIT_CREATED_TIME_BETWEEN_EVENTS   
  3415.   ExpirationTimeMS        = EVA_UNIT_CREATED_EXPIRATION_TIME     
  3416.   CountAsJumpToLocation = No        ; Don't jump to unit-creations. (a) it spams the spacebar too much (b) it's inconsistent between good & evil sides
  3417.  
  3418.   SideSound    ; Safety for campaign
  3419.     Side = Mordor
  3420.     Sound = CampGoblinCreateGiant
  3421.   End
  3422.   
  3423.   SideSound   
  3424.     Side = Wild
  3425.     Sound = CampGoblinCreateGiant
  3426.   End
  3427. End
  3428.  
  3429. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  3430. NewEvaEvent SpiderRidersCreated
  3431.   Priority                = EVA_UNIT_CREATED_PRIORITY
  3432.   TimeBetweenEventsMS    = EVA_UNIT_CREATED_TIME_BETWEEN_EVENTS   
  3433.   ExpirationTimeMS        = EVA_UNIT_CREATED_EXPIRATION_TIME     
  3434.   CountAsJumpToLocation = No        ; Don't jump to unit-creations. (a) it spams the spacebar too much (b) it's inconsistent between good & evil sides
  3435.  
  3436.   SideSound    ; Safety for campaign
  3437.     Side = Mordor
  3438.     Sound = CampGoblinCreateSpiderRiders
  3439.   End
  3440.   
  3441.   SideSound   
  3442.     Side = Wild
  3443.     Sound = CampGoblinCreateSpiderRiders
  3444.   End
  3445. End
  3446.  
  3447. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  3448. NewEvaEvent Half-TrollsCreated
  3449.   Priority                = EVA_UNIT_CREATED_PRIORITY
  3450.   TimeBetweenEventsMS    = EVA_UNIT_CREATED_TIME_BETWEEN_EVENTS   
  3451.   ExpirationTimeMS        = EVA_UNIT_CREATED_EXPIRATION_TIME     
  3452.   CountAsJumpToLocation = No        ; Don't jump to unit-creations. (a) it spams the spacebar too much (b) it's inconsistent between good & evil sides
  3453.  
  3454.   SideSound    ; Safety for campaign
  3455.     Side = Mordor
  3456.     Sound = CampGoblinCreateHalf-Trolls
  3457.   End
  3458.   
  3459.   SideSound   
  3460.     Side = Wild
  3461.     Sound = CampGoblinCreateHalf-Trolls
  3462.   End
  3463. End
  3464.  
  3465. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  3466. NewEvaEvent SpiderlingsCreated
  3467.   Priority                = EVA_UNIT_CREATED_PRIORITY
  3468.   TimeBetweenEventsMS    = EVA_UNIT_CREATED_TIME_BETWEEN_EVENTS   
  3469.   ExpirationTimeMS        = EVA_UNIT_CREATED_EXPIRATION_TIME     
  3470.   CountAsJumpToLocation = No        ; Don't jump to unit-creations. (a) it spams the spacebar too much (b) it's inconsistent between good & evil sides
  3471.  
  3472.   SideSound    ; Safety for campaign
  3473.     Side = Mordor
  3474.     Sound = CampGoblinCreateSpiderlings
  3475.   End
  3476.   
  3477.   SideSound   
  3478.     Side = Wild
  3479.     Sound = CampGoblinCreateSpiderlings
  3480.   End
  3481. End
  3482.  
  3483. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  3484. NewEvaEvent BarrowWightCreated
  3485.   Priority                = EVA_UNIT_CREATED_PRIORITY
  3486.   TimeBetweenEventsMS    = EVA_UNIT_CREATED_TIME_BETWEEN_EVENTS   
  3487.   ExpirationTimeMS        = EVA_UNIT_CREATED_EXPIRATION_TIME     
  3488.   CountAsJumpToLocation = No        ; Don't jump to unit-creations. (a) it spams the spacebar too much (b) it's inconsistent between good & evil sides
  3489.  
  3490.   SideSound    ; Safety for campaign
  3491.     Side = Mordor
  3492.     Sound = CampGoblinCreateBarrowWight
  3493.   End
  3494.   
  3495.   SideSound   
  3496.     Side = Wild
  3497.     Sound = CampGoblinCreateBarrowWight
  3498.   End
  3499. End
  3500.  
  3501.  
  3502.  
  3503.  
  3504. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  3505. NewEvaEvent DrogothCreated
  3506.   Priority                = EVA_HERO_CREATED_PRIORITY
  3507.   TimeBetweenEventsMS    = EVA_HERO_CREATED_TIME_BETWEEN_EVENTS   
  3508.   ExpirationTimeMS        = EVA_HERO_CREATED_EXPIRATION_TIME     
  3509.   CountAsJumpToLocation = No        ; Don't jump to unit-creations. (a) it spams the spacebar too much (b) it's inconsistent between good & evil sides
  3510.  
  3511.   SideSound    ; Safety for campaign
  3512.     Side = Mordor
  3513.     Sound = CampGoblinCreateDragonLord
  3514.   End
  3515.   
  3516.   SideSound   
  3517.     Side = Wild
  3518.     Sound = CampGoblinCreateDragonLord
  3519.   End
  3520. End
  3521.  
  3522.  
  3523. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  3524. NewEvaEvent WitchKingCreated
  3525.   Priority                = EVA_HERO_CREATED_PRIORITY
  3526.   TimeBetweenEventsMS    = EVA_HERO_CREATED_TIME_BETWEEN_EVENTS   
  3527.   ExpirationTimeMS        = EVA_HERO_CREATED_EXPIRATION_TIME     
  3528.   CountAsJumpToLocation = No        ; Don't jump to unit-creations. (a) it spams the spacebar too much (b) it's inconsistent between good & evil sides
  3529.  
  3530.   SideSound
  3531.     Side = Mordor
  3532.     Sound = CampOrcCreateWitchKing
  3533.   End
  3534.  
  3535.   SideSound   ; Safety for campaign
  3536.     Side = Wild
  3537.     Sound = CampOrcCreateWitchKing
  3538.   End
  3539. End
  3540.  
  3541. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  3542. NewEvaEvent WitchKingRespawned
  3543.   Priority                = EVA_HERO_CREATED_PRIORITY
  3544.   TimeBetweenEventsMS    = EVA_HERO_CREATED_TIME_BETWEEN_EVENTS   
  3545.   ExpirationTimeMS        = EVA_HERO_CREATED_EXPIRATION_TIME     
  3546.   CountAsJumpToLocation = No        ; Don't jump to unit-creations. (a) it spams the spacebar too much (b) it's inconsistent between good & evil sides
  3547.  
  3548.   SideSound
  3549.     Side = Mordor
  3550.     Sound = CampOrcCreateWitchKingAgain
  3551.   End
  3552.  
  3553.   SideSound   ; Safety for campaign
  3554.     Side = Wild
  3555.     Sound = CampOrcCreateWitchKingAgain
  3556.   End
  3557. End
  3558.  
  3559. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  3560. NewEvaEvent NazgulCreated
  3561.   Priority                = EVA_HERO_CREATED_PRIORITY
  3562.   TimeBetweenEventsMS    = EVA_HERO_CREATED_TIME_BETWEEN_EVENTS   
  3563.   ExpirationTimeMS        = EVA_HERO_CREATED_EXPIRATION_TIME     
  3564.   CountAsJumpToLocation = No        ; Don't jump to unit-creations. (a) it spams the spacebar too much (b) it's inconsistent between good & evil sides
  3565.  
  3566.   SideSound
  3567.     Side = Mordor
  3568.     Sound = CampOrcCreateNazgul
  3569.   End
  3570.  
  3571.   SideSound   ; Safety for campaign
  3572.     Side = Wild
  3573.     Sound = CampOrcCreateNazgul
  3574.   End
  3575. End
  3576.  
  3577. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  3578. NewEvaEvent LurtzCreated
  3579.   Priority                = EVA_HERO_CREATED_PRIORITY
  3580.   TimeBetweenEventsMS    = EVA_HERO_CREATED_TIME_BETWEEN_EVENTS   
  3581.   ExpirationTimeMS        = EVA_HERO_CREATED_EXPIRATION_TIME     
  3582.   CountAsJumpToLocation = No        ; Don't jump to unit-creations. (a) it spams the spacebar too much (b) it's inconsistent between good & evil sides
  3583.  
  3584.   SideSound
  3585.     Side = Isengard
  3586.     Sound = CampOrcCreateLurtz
  3587.   End
  3588. End
  3589.  
  3590.  
  3591. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  3592. NewEvaEvent MouthofSauronCreated
  3593.   Priority                = EVA_HERO_CREATED_PRIORITY
  3594.   TimeBetweenEventsMS    = EVA_HERO_CREATED_TIME_BETWEEN_EVENTS   
  3595.   ExpirationTimeMS        = EVA_HERO_CREATED_EXPIRATION_TIME     
  3596.   CountAsJumpToLocation = No        ; Don't jump to unit-creations. (a) it spams the spacebar too much (b) it's inconsistent between good & evil sides
  3597.  
  3598.   SideSound
  3599.     Side = Mordor
  3600.     Sound = CampOrcCreateMouthofSauron
  3601.   End
  3602.   SideSound   ; Safety for campaign
  3603.     Side = Wild
  3604.     Sound = CampGoblinCreateMouthofSauron
  3605.   End
  3606. End
  3607.  
  3608. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  3609. NewEvaEvent NazgulFlyingCreated
  3610.   Priority                = EVA_HERO_CREATED_PRIORITY
  3611.   TimeBetweenEventsMS    = EVA_HERO_CREATED_TIME_BETWEEN_EVENTS   
  3612.   ExpirationTimeMS        = EVA_HERO_CREATED_EXPIRATION_TIME     
  3613.   CountAsJumpToLocation = No        ; Don't jump to unit-creations. (a) it spams the spacebar too much (b) it's inconsistent between good & evil sides
  3614.  
  3615.   SideSound
  3616.     Side = Mordor
  3617.     Sound = CampOrcCreateNazgulFlying
  3618.   End
  3619.   SideSound   ; Safety for campaign
  3620.     Side = Wild
  3621.     Sound = CampOrcCreateNazgulFlying
  3622.   End
  3623. End
  3624.  
  3625. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  3626. NewEvaEvent SarumanCreated
  3627.   Priority                = EVA_HERO_CREATED_PRIORITY
  3628.   TimeBetweenEventsMS    = EVA_HERO_CREATED_TIME_BETWEEN_EVENTS   
  3629.   ExpirationTimeMS        = EVA_HERO_CREATED_EXPIRATION_TIME     
  3630.   CountAsJumpToLocation = No        ; Don't jump to unit-creations. (a) it spams the spacebar too much (b) it's inconsistent between good & evil sides
  3631.  
  3632.   SideSound
  3633.     Side = Isengard
  3634.     Sound = CampOrcCreateSaruman
  3635.   End
  3636. End
  3637.  
  3638. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  3639. NewEvaEvent SharkuCreated
  3640.   Priority                = EVA_HERO_CREATED_PRIORITY
  3641.   TimeBetweenEventsMS    = EVA_HERO_CREATED_TIME_BETWEEN_EVENTS   
  3642.   ExpirationTimeMS        = EVA_HERO_CREATED_EXPIRATION_TIME     
  3643.   CountAsJumpToLocation = No        ; Don't jump to unit-creations. (a) it spams the spacebar too much (b) it's inconsistent between good & evil sides
  3644.  
  3645.   SideSound
  3646.     Side = Isengard
  3647.     Sound = CampOrcCreateSharku
  3648.   End
  3649. End
  3650.  
  3651.  
  3652. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  3653. NewEvaEvent WormtongueCreated
  3654.   Priority                = EVA_HERO_CREATED_PRIORITY
  3655.   TimeBetweenEventsMS    = EVA_HERO_CREATED_TIME_BETWEEN_EVENTS   
  3656.   ExpirationTimeMS        = EVA_HERO_CREATED_EXPIRATION_TIME     
  3657.   CountAsJumpToLocation = No        ; Don't jump to unit-creations. (a) it spams the spacebar too much (b) it's inconsistent between good & evil sides
  3658.  
  3659.   SideSound
  3660.     Side = Isengard
  3661.     Sound = CampOrcCreateWormtongue
  3662.   End
  3663. End
  3664.  
  3665. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  3666. NewEvaEvent ShelobCreated
  3667.   Priority                = EVA_HERO_CREATED_PRIORITY
  3668.   TimeBetweenEventsMS    = EVA_HERO_CREATED_TIME_BETWEEN_EVENTS   
  3669.   ExpirationTimeMS        = EVA_HERO_CREATED_EXPIRATION_TIME     
  3670.   CountAsJumpToLocation = No        ; Don't jump to unit-creations. (a) it spams the spacebar too much (b) it's inconsistent between good & evil sides
  3671.  
  3672.   SideSound   ; Safety for campaign
  3673.     Side = Mordor
  3674.     Sound = CampGoblinCreateShelob
  3675.   End
  3676.   SideSound
  3677.     Side = Wild
  3678.     Sound = CampGoblinCreateShelob
  3679.   End
  3680. End
  3681.  
  3682. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  3683. NewEvaEvent GoblinKingCreated
  3684.   Priority                = EVA_HERO_CREATED_PRIORITY
  3685.   TimeBetweenEventsMS    = EVA_HERO_CREATED_TIME_BETWEEN_EVENTS   
  3686.   ExpirationTimeMS        = EVA_HERO_CREATED_EXPIRATION_TIME     
  3687.   CountAsJumpToLocation = No        ; Don't jump to unit-creations. (a) it spams the spacebar too much (b) it's inconsistent between good & evil sides
  3688.  
  3689.   SideSound   ; Safety for campaign
  3690.     Side = Mordor
  3691.     Sound = CampGoblinCreateGoblinKing
  3692.   End
  3693.   SideSound
  3694.     Side = Wild
  3695.     Sound = CampGoblinCreateGoblinKing
  3696.   End
  3697. End
  3698.  
  3699.  
  3700.  
  3701.  
  3702. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  3703. NewEvaEvent SauronCreated
  3704.   Priority                = EVA_RING_HERO_CREATED_PRIORITY
  3705.   TimeBetweenEventsMS    = EVA_RING_HERO_CREATED_TIME_BETWEEN_EVENTS   
  3706.   ExpirationTimeMS        = EVA_RING_HERO_CREATED_EXPIRATION_TIME     
  3707.   CountAsJumpToLocation = No        ; Don't jump to unit-creations. (a) it spams the spacebar too much (b) it's inconsistent between good & evil sides
  3708.  
  3709.   SideSound
  3710.     Side = Mordor
  3711.     Sound = CampOrcCreateSauron
  3712.   End
  3713.   SideSound
  3714.     Side = Isengard
  3715.     Sound = CampOrcCreateSauron
  3716.   End
  3717.   SideSound
  3718.     Side = Wild
  3719.     Sound = CampOrcCreateSauron
  3720.   End
  3721. End
  3722.  
  3723.  
  3724.  
  3725.  
  3726. ; END PEOPLE BEING CREATED
  3727. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  3728.  
  3729. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  3730. NewEvaEvent SauronHelpMe
  3731.   Priority                = EVA_RING_HERO_HELP_ME_PRIORITY
  3732.   TimeBetweenEventsMS    = EVA_RING_HERO_HELP_ME_TIME_BETWEEN_EVENTS   
  3733.   ExpirationTimeMS        = EVA_RING_HERO_HELP_ME_EXPIRATION_TIME     
  3734.  
  3735.   SideSound
  3736.     Side = Mordor
  3737.     Sound = CampOrcHelpMeSauron
  3738.   End
  3739.   SideSound
  3740.     Side = Isengard
  3741.     Sound = CampOrcHelpMeSauron
  3742.   End
  3743.   SideSound
  3744.     Side = Wild
  3745.     Sound = CampGoblinHelpMeSauron
  3746.   End
  3747. End
  3748.  
  3749.  
  3750. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  3751. NewEvaEvent DrogothHelpMe
  3752.   Priority                = EVA_HERO_HELP_ME_PRIORITY
  3753.   TimeBetweenEventsMS    = EVA_HERO_HELP_ME_TIME_BETWEEN_EVENTS   
  3754.   ExpirationTimeMS        = EVA_HERO_HELP_ME_EXPIRATION_TIME     
  3755.  
  3756.   SideSound    ; Safety for campaign
  3757.     Side = Mordor
  3758.     Sound = CampGoblinHelpMeDragonLord
  3759.   End
  3760.   SideSound
  3761.     Side = Wild
  3762.     Sound = CampGoblinHelpMeDragonLord
  3763.   End
  3764. End
  3765.  
  3766. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  3767. NewEvaEvent PorterUnderAttack
  3768.   Priority = 3
  3769.   TimeBetweenEventsMS = 30000   ; 30 seconds. Don't play more often than this
  3770.   ExpirationTimeMS  = EVA_UNIT_UNDER_ATTACK_EXPIRATION_TIME      ;  If Eva is busy, hold the event this long before giving up
  3771.   
  3772.   SideSound
  3773.     Side = Mordor
  3774.     Sound = CampOrcUnderAttackBuilder
  3775.   End
  3776.  
  3777.   SideSound
  3778.     Side = Isengard
  3779.     Sound = CampOrcUnderAttackBuilder
  3780.   End
  3781.  
  3782.   SideSound
  3783.     Side = Wild
  3784.     Sound = CampGoblinUnderAttackBuilder
  3785.   End
  3786.  
  3787.   SideSound
  3788.     Side = Men
  3789.     Sound = CampSoldierUnderAttackBuilder
  3790.   End
  3791.  
  3792.   SideSound
  3793.     Side = Elves
  3794.     Sound = CampElfUnderAttackBuilder
  3795.   End
  3796.   
  3797.   SideSound
  3798.     Side = Dwarves
  3799.     Sound = CampDwarfUnderAttackBuilder
  3800.   End
  3801. End
  3802.  
  3803. EvaEventForwardReference UnitUnderAttackFromShroudedUnit
  3804.  
  3805. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  3806. NewEvaEvent UnitUnderAttack
  3807.   Priority = 3
  3808.   
  3809.   ExpirationTimeMS  = EVA_UNIT_UNDER_ATTACK_EXPIRATION_TIME      ;  If Eva is busy, hold the event this long before giving up
  3810.   OtherEvaEventsToBlock = UnitUnderAttackFromShroudedUnit  ; Don't play both UnitUnderAttack and UnitUnderAttackFromShroudedUnit if 
  3811.                                                            ; we are being attacked from both a shrouded and non-shrouded unit
  3812.   
  3813.   ; NOTE: This should be less than or equal to SecondDamageFarFromFirstTimeoutMS in Objects that use this event
  3814.   TimeBetweenEventsMS = 30000   ; 30 seconds. Don't play more often than this
  3815.  
  3816.   SideSound
  3817.     Side = Mordor
  3818.     Sound = CampOrcUnderAttack
  3819.   End
  3820.  
  3821.   SideSound
  3822.     Side = Isengard
  3823.     Sound = CampOrcUnderAttack
  3824.   End
  3825.  
  3826.   SideSound
  3827.     Side = Wild
  3828.     Sound = CampGoblinUnderAttackUnits
  3829.   End
  3830.  
  3831.   SideSound
  3832.     Side = Men
  3833.     Sound = CampSoldierUnderAttack
  3834.   End
  3835.  
  3836.   SideSound
  3837.     Side = Elves
  3838.     Sound = CampElfUnderAttackUnits
  3839.   End
  3840.  
  3841.   SideSound
  3842.     Side = Dwarves
  3843.     Sound = CampDwarfUnderAttackUnits
  3844.   End
  3845.  
  3846. End
  3847.  
  3848. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  3849. NewEvaEvent UnitUnderAttackFromShroudedUnit
  3850.   Priority = 3
  3851.   TimeBetweenEventsMS = 30000   ; 30 seconds. Don't play more often than this
  3852.   ExpirationTimeMS  = EVA_UNIT_UNDER_ATTACK_EXPIRATION_TIME      ;  If Eva is busy, hold the event this long before giving up
  3853.   OtherEvaEventsToBlock = UnitUnderAttack   ; Don't play both UnitUnderAttack and UnitUnderAttackFromShroudedUnit if 
  3854.                                             ; we are being attacked from both a shrouded and non-shrouded unit
  3855.   
  3856.   SideSound
  3857.     Side = Mordor
  3858.     Sound = CampOrcUnderAttackArtillery
  3859.   End
  3860.  
  3861.   SideSound
  3862.     Side = Isengard
  3863.     Sound = CampOrcUnderAttackArtillery
  3864.   End
  3865.  
  3866.   SideSound
  3867.     Side = Wild
  3868.     Sound = CampGoblinUnderAttackArtillery
  3869.   End
  3870.  
  3871.   SideSound
  3872.     Side = Men
  3873.     Sound = CampSoldierUnderAttackArtillery
  3874.   End
  3875.  
  3876.   SideSound
  3877.     Side = Elves
  3878.     Sound = CampElfUnderAttackArtillery
  3879.   End
  3880.  
  3881.   SideSound
  3882.     Side = Dwarves
  3883.     Sound = CampDwarfUnderAttackArtillery
  3884.   End
  3885.  
  3886. End
  3887.  
  3888. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  3889. ; Special damaged event when I'm not in combat and enemy is stealthed
  3890. NewEvaEvent UnitAmbushed 
  3891.   Priority = 4
  3892.   TimeBetweenEventsMS = 32000   ; 32 seconds. Slightly longer than UnitUnderAttack. Prefer UnitUnderAttack if given a choice during long battles
  3893.   ExpirationTimeMS  = EVA_UNIT_UNDER_ATTACK_EXPIRATION_TIME      ;  If Eva is busy, hold the event this long before giving up
  3894.   OtherEvaEventsToBlock = UnitUnderAttack  UnitUnderAttackFromShroudedUnit ; This counts as a "damage" event
  3895.   
  3896.   SideSound
  3897.     Side = Mordor
  3898.     Sound = CampOrcAmbushed
  3899.   End
  3900.  
  3901.   SideSound
  3902.     Side = Isengard
  3903.     Sound = CampOrcAmbushed
  3904.   End
  3905.  
  3906.   SideSound
  3907.     Side = Wild
  3908.     Sound = CampGoblinUnderAttackAmbush
  3909.   End
  3910.  
  3911.   SideSound
  3912.     Side = Men
  3913.     Sound = CampSoldierAmbushed
  3914.   End
  3915.  
  3916.   SideSound
  3917.     Side = Elves
  3918.     Sound = CampElfUnderAttackAmbush
  3919.   End
  3920.  
  3921.   SideSound
  3922.     Side = Dwarves
  3923.     Sound = CampDwarfUnderAttackAmbush
  3924.   End
  3925. End
  3926.  
  3927.  
  3928. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  3929. ; Another attack occurs, far away from the place where we played 
  3930. ; UnitUnderAttack
  3931. NewEvaEvent UnitUnderAttackAgain
  3932.   Priority = 3
  3933.   ExpirationTimeMS  = #MULTIPLY( EVA_UNIT_UNDER_ATTACK_EXPIRATION_TIME 2 )   ; Extra long because of the way this blocks
  3934.   TimeBetweenEventsMS = 30000   ; 30 seconds. Don't play more often than this
  3935.  
  3936.   SideSound
  3937.     Side = Mordor
  3938.     Sound = CampOrcUnderAttackAgain
  3939.   End
  3940.  
  3941.   SideSound
  3942.     Side = Isengard
  3943.     Sound = CampOrcUnderAttackAgain
  3944.   End
  3945.  
  3946.   SideSound
  3947.     Side = Wild
  3948.     Sound = CampGoblinUnderAttackAgain
  3949.   End
  3950.  
  3951.   SideSound
  3952.     Side = Men
  3953.     Sound = CampSoldierUnderAttackAgain
  3954.   End
  3955.  
  3956.   SideSound
  3957.     Side = Elves
  3958.     Sound = CampElfUnderAttackAgain
  3959.   End
  3960.  
  3961.   SideSound
  3962.     Side = Dwarves
  3963.     Sound = CampDwarfUnderAttackAgain
  3964.   End
  3965.   
  3966. End
  3967.  
  3968. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  3969. ; for Farm, Slaughterhouse, Furnace, Mallorn Tree, Mine Shaft, and Defiled Mine Shaft
  3970. NewEvaEvent UnderAttackResource
  3971.   Priority = 3
  3972.   ExpirationTimeMS  = 2000      ; 2 seconds.  If Eva is busy, hold the event this long before giving up
  3973.   TimeBetweenEventsMS = 30000   ; 30 seconds. Don't play more often than this
  3974.  
  3975.   SideSound
  3976.     Side = Mordor
  3977.     Sound = CampOrcUnderAttackResource
  3978.   End
  3979.  
  3980.   SideSound
  3981.     Side = Isengard
  3982.     Sound = CampOrcUnderAttackResourceGeneric
  3983.   End
  3984.  
  3985.   SideSound
  3986.     Side = Wild
  3987.     Sound = CampGoblinUnderAttackResource
  3988.   End
  3989.  
  3990.   SideSound
  3991.     Side = Men
  3992.     Sound = CampSoldierUnderAttackResource
  3993.   End
  3994.  
  3995.   SideSound
  3996.     Side = Elves
  3997.     Sound = CampElfUnderAttackResource
  3998.   End
  3999.  
  4000.   SideSound
  4001.     Side = Dwarves
  4002.     Sound = CampDwarfUnderAttackResource
  4003.   End
  4004. End
  4005.  
  4006. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  4007. ; for Lumber Mills
  4008. NewEvaEvent UnderAttackResourceLumberMill
  4009.   Priority = 3
  4010.   ExpirationTimeMS  = 2000      ; 2 seconds.  If Eva is busy, hold the event this long before giving up
  4011.   TimeBetweenEventsMS = 30000   ; 30 seconds. Don't play more often than this
  4012.  
  4013.   SideSound
  4014.     Side = Mordor
  4015.     Sound = CampOrcUnderAttackResourceLumbermill
  4016.   End
  4017.  
  4018.   SideSound
  4019.     Side = Isengard
  4020.     Sound = CampOrcUnderAttackResourceLumbermill
  4021.   End
  4022.  
  4023.   SideSound
  4024.     Side = Wild
  4025.     Sound = CampGoblinUnderAttackResourceLumbermill
  4026.   End
  4027.  
  4028.   SideSound
  4029.     Side = Men
  4030.     Sound = CampSoldierUnderAttackResource
  4031.   End
  4032.  
  4033.   SideSound
  4034.     Side = Elves
  4035.     Sound = CampElfUnderAttackResource
  4036.   End
  4037.  
  4038.   SideSound
  4039.     Side = Dwarves
  4040.     Sound = CampDwarfUnderAttackResource
  4041.   End
  4042. End
  4043.  
  4044. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  4045. ; for Furnace
  4046. NewEvaEvent UnderAttackResourceFurnace
  4047.   Priority = 3
  4048.   ExpirationTimeMS  = 2000      ; 2 seconds.  If Eva is busy, hold the event this long before giving up
  4049.   TimeBetweenEventsMS = 30000   ; 30 seconds. Don't play more often than this
  4050.  
  4051.   SideSound
  4052.     Side = Isengard
  4053.     Sound = CampOrcUnderAttackResourceFurnace
  4054.   End
  4055.  
  4056.   SideSound
  4057.     Side = Mordor
  4058.     Sound = CampOrcUnderAttackResourceFurnace
  4059.   End
  4060.  
  4061.   SideSound
  4062.     Side = Wild
  4063.     Sound = CampGoblinUnderAttackResource
  4064.   End
  4065.  
  4066.   SideSound
  4067.     Side = Men
  4068.     Sound = CampSoldierUnderAttackResource
  4069.   End
  4070.  
  4071.   SideSound
  4072.     Side = Elves
  4073.     Sound = CampElfUnderAttackResource
  4074.   End
  4075.  
  4076.   SideSound
  4077.     Side = Dwarves
  4078.     Sound = CampDwarfUnderAttackResource
  4079.   End
  4080. End
  4081.  
  4082. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  4083. NewEvaEvent GenericUnitBeingBurned
  4084.   Priority = 3
  4085.   TimeBetweenEventsMS = 30000   ; 30 seconds. Don't play more often than this
  4086.   ExpirationTimeMS  = 1000      ; 1 second.  If Eva is busy, hold the event this long before giving up
  4087.   
  4088.   SideSound
  4089.     Side = Mordor
  4090.     Sound = CampOrcUnderAttackFire
  4091.   End
  4092.  
  4093.   SideSound
  4094.     Side = Isengard
  4095.     Sound = CampOrcUnderAttackFire
  4096.   End
  4097.  
  4098.   SideSound
  4099.     Side = Wild
  4100.     Sound = CampGoblinUnderAttackFire
  4101.   End
  4102.  
  4103.   SideSound
  4104.     Side = Men
  4105.     Sound = CampSoldierUnderAttackFire
  4106.   End
  4107.  
  4108.   SideSound
  4109.     Side = Elves
  4110.     Sound = CampElfUnderAttackFire
  4111.   End
  4112.  
  4113.   SideSound
  4114.     Side = Dwarves
  4115.     Sound = CampDwarfUnderAttackFire
  4116.   End
  4117.  
  4118. End
  4119.  
  4120.  
  4121. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  4122. NewEvaEvent BloodthirstySacrificOfOrcs
  4123.   Priority = 3
  4124.   TimeBetweenEventsMS = 1000   ; 30 seconds. Don't play more often than this
  4125.   ExpirationTimeMS  = 1000      ; 1 second.  If Eva is busy, hold the event this long before giving up
  4126.   SideSound
  4127.     Side = Mordor
  4128.     Sound = CampOrcCombineOrcsMS
  4129.   End
  4130.   SideSound     ; Safety for campaign
  4131.     Side = Wild
  4132.     Sound = CampOrcCombineOrcsMS
  4133.   End
  4134. End
  4135.  
  4136. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  4137. NewEvaEvent GenericEnemyUnitSighted
  4138.   Priority = 3
  4139.   TimeBetweenEventsMS = 30000   ; 30 seconds. Don't play more often than this
  4140.   ExpirationTimeMS  = 1000      ; 1 second.  If Eva is busy, hold the event this long before giving up
  4141.   
  4142.   SideSound
  4143.     Side = Mordor
  4144.     Sound = CampOrcEnemyDiscovered    
  4145.   End
  4146.  
  4147.   SideSound
  4148.     Side = Isengard
  4149.     Sound = CampOrcEnemyDiscovered    
  4150.   End
  4151.  
  4152.   SideSound
  4153.     Side = Wild
  4154.     Sound = CampGoblinDiscoveredEnemyUnits
  4155.   End
  4156.  
  4157.   SideSound
  4158.     Side = Men
  4159.     Sound = CampSoldierEnemyDiscovered
  4160.   End
  4161.  
  4162.   SideSound
  4163.     Side = Elves
  4164.     Sound = CampElfDiscoveredEnemyUnits
  4165.   End
  4166.  
  4167.   SideSound
  4168.     Side = Dwarves
  4169.     Sound = CampDwarfDiscoveredEnemyUnits
  4170.   End
  4171. End
  4172.  
  4173.  
  4174. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  4175. ; A fortress is discovered
  4176. NewEvaEvent EnemyFortressSighted
  4177.   Priority = 3
  4178.   TimeBetweenEventsMS = 30000   ; 30 seconds. Don't play more often than this
  4179.   ExpirationTimeMS  = 1000      ; 1 second.  If Eva is busy, hold the event this long before giving up
  4180.   
  4181.   SideSound
  4182.     Side = Mordor
  4183.     Sound = CampOrcDiscoveredFortress
  4184.   End
  4185.  
  4186.   SideSound
  4187.     Side = Isengard
  4188.     Sound = CampOrcDiscoveredFortress
  4189.   End
  4190.  
  4191.   SideSound
  4192.     Side = Wild
  4193.     Sound = CampGoblinDiscoveredFortress
  4194.   End
  4195.  
  4196.   SideSound
  4197.     Side = Men
  4198.     Sound = CampSoldierDiscoveredFortress
  4199.   End
  4200.  
  4201.   SideSound
  4202.     Side = Elves
  4203.     Sound = CampElfDiscoveredFortress
  4204.   End
  4205.  
  4206.   SideSound
  4207.     Side = Dwarves
  4208.     Sound = CampDwarfDiscoveredFortress
  4209.   End
  4210. End
  4211.  
  4212. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  4213. ; The special insta-spawn Citadel is discovered
  4214. NewEvaEvent EnemyCitadelSighted
  4215.   Priority = 3
  4216.   TimeBetweenEventsMS = 30000   ; 30 seconds. Don't play more often than this
  4217.   ExpirationTimeMS  = 1000      ; 1 second.  If Eva is busy, hold the event this long before giving up
  4218.   
  4219.   SideSound
  4220.     Side = Mordor
  4221.     Sound = CampOrcDiscoveredCitadel
  4222.   End
  4223.  
  4224.   SideSound
  4225.     Side = Isengard
  4226.     Sound = CampOrcDiscoveredCitadel
  4227.   End
  4228.  
  4229.   SideSound
  4230.     Side = Wild
  4231.     Sound = CampGoblinDiscoveredCitadel
  4232.   End
  4233.  
  4234.   SideSound
  4235.     Side = Men
  4236.     Sound = CampSoldierDiscoveredCitadel
  4237.   End
  4238.  
  4239.   SideSound
  4240.     Side = Elves
  4241.     Sound = CampElfDiscoveredCitadel
  4242.   End
  4243.  
  4244.   SideSound
  4245.     Side = Dwarves
  4246.     Sound = CampDwarfDiscoveredCitadel
  4247.   End
  4248. End
  4249.  
  4250. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  4251. NewEvaEvent EnemyCampSighted
  4252.   Priority = 3
  4253.   TimeBetweenEventsMS = 30000   ; 30 seconds. Don't play more often than this
  4254.   ExpirationTimeMS  = 1000      ; 1 second.  If Eva is busy, hold the event this long before giving up
  4255.   
  4256.   SideSound
  4257.     Side = Mordor
  4258.     Sound = CampOrcEnemyCampDiscovered        
  4259.   End
  4260.  
  4261.   SideSound
  4262.     Side = Isengard
  4263.     Sound = CampOrcEnemyCampDiscovered        
  4264.   End
  4265.  
  4266.   SideSound
  4267.     Side = Wild
  4268.     Sound = CampGoblinDiscoveredEnemyBase
  4269.   End
  4270.  
  4271.   SideSound
  4272.     Side = Men
  4273.     Sound = CampSoldierEnemyCampDiscovered    
  4274.   End
  4275.  
  4276.   SideSound
  4277.     Side = Elves
  4278.     Sound = CampElfDiscoveredEnemyBase
  4279.   End
  4280.  
  4281.   SideSound
  4282.     Side = Dwarves
  4283.     Sound = CampDwarfDiscoveredEnemyBase
  4284.   End
  4285.  
  4286. End
  4287.  
  4288.  
  4289. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  4290. PredefinedEvaEvent EnemyCampDestroyed
  4291.   Priority = 4
  4292.   TimeBetweenEventsMS = 15000   ; 15 seconds. Don't play more often than this
  4293.   ExpirationTimeMS  = 3000      ; 3 second.  If Eva is busy, hold the event this long before giving up
  4294.   
  4295.   SideSound
  4296.     Side = Mordor
  4297.     Sound = CampOrcWinCamp    
  4298.   End
  4299.  
  4300.   SideSound
  4301.     Side = Isengard
  4302.     Sound = CampOrcWinCamp    
  4303.   End
  4304.  
  4305.   SideSound
  4306.     Side = Wild
  4307.     Sound = CampGoblinWinFortress
  4308.   End
  4309.  
  4310.   SideSound
  4311.     Side = Men
  4312.     Sound = CampSoldierWinCamp
  4313.   End
  4314.  
  4315.   SideSound
  4316.     Side = Elves
  4317.     Sound = CampElfWinFortress
  4318.   End
  4319.  
  4320.   SideSound
  4321.     Side = Dwarves
  4322.     Sound = CampDwarfFortressWin
  4323.   End
  4324. End
  4325.  
  4326. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  4327. NewEvaEvent EvaFortressDie
  4328.   Priority = 3
  4329.   TimeBetweenEventsMS = 15000
  4330.   ExpirationTimeMS  = 3000
  4331.   
  4332.   SideSound
  4333.     Side = Mordor
  4334.     Sound = CampOrcDieFortress                ;CampOrcLoseCamp
  4335.   End
  4336.  
  4337.   SideSound
  4338.     Side = Isengard
  4339.     Sound = CampOrcDieFortress                ;CampOrcLoseCamp
  4340.   End
  4341.  
  4342.   SideSound
  4343.     Side = Wild
  4344.     Sound = CampGoblinDieFortress
  4345.   End
  4346.  
  4347.   SideSound
  4348.     Side = Men
  4349.     Sound = CampSoldierDieFortress            ;CampSoldierDieCamp
  4350.   End
  4351.  
  4352.   SideSound
  4353.     Side = Elves
  4354.     Sound = CampElfDieFortress
  4355.   End
  4356.  
  4357.   SideSound
  4358.     Side = Dwarves
  4359.     Sound = CampDwarfDieFortress
  4360.   End
  4361.  
  4362. End
  4363.  
  4364. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  4365. PredefinedEvaEvent CampDestroyed
  4366.   Priority = 4
  4367.   TimeBetweenEventsMS = 15000   ; 15 seconds. Don't play more often than this
  4368.   ExpirationTimeMS  = 3000      ; 3 second.  If Eva is busy, hold the event this long before giving up
  4369.   
  4370.   SideSound
  4371.     Side = Mordor
  4372.     Sound = CampOrcDieFortress                ;CampOrcLoseCamp
  4373.   End
  4374.  
  4375.   SideSound
  4376.     Side = Isengard
  4377.     Sound = CampOrcDieFortress                ;CampOrcLoseCamp
  4378.   End
  4379.  
  4380.   SideSound
  4381.     Side = Wild
  4382.     Sound = CampGoblinDieFortress
  4383.   End
  4384.  
  4385.   SideSound
  4386.     Side = Men
  4387.     Sound = CampSoldierDieFortress            ;CampSoldierDieCamp
  4388.   End
  4389.  
  4390.   SideSound
  4391.     Side = Elves
  4392.     Sound = CampElfDieFortress
  4393.   End
  4394.  
  4395.   SideSound
  4396.     Side = Dwarves
  4397.     Sound = CampDwarfDieFortress
  4398.   End
  4399.  
  4400. End
  4401.  
  4402. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  4403. PredefinedEvaEvent AllyCampDestroyed
  4404.   Priority = 4
  4405.   TimeBetweenEventsMS = 15000   ; 15 seconds. Don't play more often than this
  4406.   ExpirationTimeMS  = 3000      ; 3 second.  If Eva is busy, hold the event this long before giving up
  4407.   
  4408.   SideSound
  4409.     Side = Mordor
  4410.     Sound = CampOrcDieFortressAlly            ;CampOrcAllyLostCamp    
  4411.   End
  4412.  
  4413.   SideSound
  4414.     Side = Isengard
  4415.     Sound = CampOrcDieFortressAlly            ;CampOrcAllyLostCamp    
  4416.   End
  4417.  
  4418.   SideSound
  4419.     Side = Wild
  4420.     Sound = CampGoblinDieFortressAlly
  4421.   End
  4422.  
  4423.   SideSound
  4424.     Side = Men
  4425.     Sound = CampSoldierDieFortressAlly        ;CampSoldierAllyLostCamp
  4426.   End
  4427.  
  4428.   SideSound
  4429.     Side = Elves
  4430.     Sound = CampElfDieFortressAlly
  4431.   End
  4432.  
  4433.   SideSound
  4434.     Side = Dwarves
  4435.     Sound = CampDwarfDieFortressAlly
  4436.   End
  4437.  
  4438. End
  4439.  
  4440.  
  4441. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  4442. NewEvaEvent EnemyEconPlotDestroyed
  4443.   Priority = 4
  4444.   TimeBetweenEventsMS = 15000   ; 15 seconds. Don't play more often than this
  4445.   ExpirationTimeMS  = 3000      ; 3 second.  If Eva is busy, hold the event this long before giving up
  4446.   
  4447.   SideSound
  4448.     Side = Mordor
  4449.     Sound = NoSound    
  4450.   End
  4451.  
  4452.   SideSound
  4453.     Side = Isengard
  4454.     Sound = NoSound    
  4455.   End
  4456.  
  4457.   SideSound
  4458.     Side = Wild
  4459.     Sound = NoSound    
  4460.   End
  4461.  
  4462.   SideSound
  4463.     Side = Men
  4464.     Sound = NoSound
  4465.   End
  4466.  
  4467.   SideSound
  4468.     Side = Elves
  4469.     Sound = NoSound
  4470.   End
  4471.   
  4472.   SideSound
  4473.     Side = Dwarves
  4474.     Sound = NoSound
  4475.   End
  4476. End
  4477.  
  4478. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  4479. NewEvaEvent EconPlotDestroyed
  4480.   Priority = 4
  4481.   TimeBetweenEventsMS = 15000   ; 15 seconds. Don't play more often than this
  4482.   ExpirationTimeMS  = 3000      ; 3 second.  If Eva is busy, hold the event this long before giving up
  4483.   
  4484.   SideSound
  4485.     Side = Mordor
  4486.     Sound = NoSound    
  4487.   End
  4488.  
  4489.   SideSound
  4490.     Side = Isengard
  4491.     Sound = NoSound    
  4492.   End
  4493.  
  4494.   SideSound
  4495.     Side = Wild
  4496.     Sound = NoSound    
  4497.   End
  4498.  
  4499.   SideSound
  4500.     Side = Men
  4501.     Sound = NoSound
  4502.   End
  4503.  
  4504.   SideSound
  4505.     Side = Elves
  4506.     Sound = NoSound
  4507.   End
  4508.  
  4509.   SideSound
  4510.     Side = Dwarves
  4511.     Sound = NoSound
  4512.   End
  4513. End
  4514.  
  4515. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  4516. NewEvaEvent AllyEconPlotDestroyed
  4517.   Priority = 4
  4518.   TimeBetweenEventsMS = 15000   ; 15 seconds. Don't play more often than this
  4519.   ExpirationTimeMS  = 3000      ; 3 second.  If Eva is busy, hold the event this long before giving up
  4520.   
  4521.   SideSound
  4522.     Side = Mordor
  4523.     Sound = NoSound    
  4524.   End
  4525.  
  4526.   SideSound
  4527.     Side = Isengard
  4528.     Sound = NoSound    
  4529.   End
  4530.  
  4531.   SideSound
  4532.     Side = Wild
  4533.     Sound = NoSound    
  4534.   End
  4535.  
  4536.   SideSound
  4537.     Side = Men
  4538.     Sound = NoSound
  4539.   End
  4540.  
  4541.   SideSound
  4542.     Side = Elves
  4543.     Sound = NoSound
  4544.   End
  4545.  
  4546.   SideSound
  4547.     Side = Dwarves
  4548.     Sound = NoSound
  4549.   End
  4550.  
  4551. End
  4552.  
  4553.  
  4554.  
  4555. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  4556. NewEvaEvent WargRiderCreepSighted
  4557.   Priority = 1
  4558.   TimeBetweenEventsMS = 0   ; Since each creep lair get one-and-only-one unique warning, want to give unique warning for each one
  4559.   ExpirationTimeMS  = 2000      ; 2 seconds.  If Eva is busy, hold the event this long before giving up
  4560.   
  4561.   SideSound
  4562.     Side = Mordor
  4563.     Sound = CampOrcWargRiderCreepDiscovered
  4564.   End
  4565.  
  4566.   SideSound
  4567.     Side = Isengard
  4568.     Sound = CampOrcWargRiderCreepDiscovered
  4569.   End
  4570.  
  4571.   SideSound
  4572.     Side = Wild
  4573.     Sound = CampGoblinDiscoveredWargs
  4574.   End
  4575.  
  4576.   SideSound
  4577.     Side = Men
  4578.     Sound = CampSoldierWargRiderCreepDiscovered
  4579.   End
  4580.  
  4581.   SideSound
  4582.     Side = Elves
  4583.     Sound = CampElfDiscoveredWargs
  4584.   End
  4585.  
  4586.   SideSound
  4587.     Side = Dwarves
  4588.     Sound = CampDwarfDiscoveredWargs
  4589.   End
  4590.  
  4591. End
  4592.  
  4593. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  4594. NewEvaEvent CaveTrollCreepSighted
  4595.   Priority = 1
  4596.   TimeBetweenEventsMS = 0   ; Since each creep lair get one-and-only-one unique warning, want to give unique warning for each one
  4597.   ExpirationTimeMS  = 2000      ; 2 seconds.  If Eva is busy, hold the event this long before giving up
  4598.   
  4599.   SideSound
  4600.     Side = Mordor
  4601.     Sound = CampOrcCaveTrollCreepDiscovered
  4602.   End
  4603.  
  4604.   SideSound
  4605.     Side = Isengard
  4606.     Sound = CampOrcCaveTrollCreepDiscovered
  4607.   End
  4608.  
  4609.   SideSound
  4610.     Side = Wild
  4611.     Sound = CampGoblinDiscoveredCaveTrolls
  4612.   End
  4613.  
  4614.   SideSound
  4615.     Side = Men
  4616.     Sound = CampSoldierCaveTrollCreepDiscovered
  4617.   End
  4618.  
  4619.   SideSound
  4620.     Side = Elves
  4621.     Sound = CampElfDiscoveredCaveTrolls
  4622.   End
  4623.  
  4624.   SideSound
  4625.     Side = Dwarves
  4626.     Sound = CampDwarfDiscoveredCaveTrolls
  4627.   End
  4628.  
  4629. End
  4630.  
  4631. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  4632. NewEvaEvent BarrowWightsSighted
  4633.   Priority = 1
  4634.   TimeBetweenEventsMS = 0   ; Since each creep lair get one-and-only-one unique warning, want to give unique warning for each one
  4635.   ExpirationTimeMS  = 2000      ; 2 seconds.  If Eva is busy, hold the event this long before giving up
  4636.   
  4637.   SideSound
  4638.     Side = Mordor
  4639.     Sound = CampOrcDiscoveredBarrowWight
  4640.   End
  4641.  
  4642.   SideSound
  4643.     Side = Isengard
  4644.     Sound = CampOrcDiscoveredBarrowWight
  4645.   End
  4646.  
  4647.   SideSound
  4648.     Side = Wild
  4649.     Sound = CampGoblinDiscoveredBarrowWights
  4650.   End
  4651.  
  4652.   SideSound
  4653.     Side = Men
  4654.     Sound = CampSoldierDiscoveredBarrowWight
  4655.   End
  4656.  
  4657.   SideSound
  4658.     Side = Elves
  4659.     Sound = CampElfDiscoveredBarrowWight
  4660.   End
  4661.  
  4662.   SideSound
  4663.     Side = Dwarves
  4664.     Sound = CampDwarfDiscoveredBarrowWight
  4665.   End
  4666. End
  4667.  
  4668. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  4669. NewEvaEvent GoblinCreepSighted
  4670.   Priority = 1
  4671.   TimeBetweenEventsMS = 0   ; Since each creep lair get one-and-only-one unique warning, want to give unique warning for each one
  4672.   ExpirationTimeMS  = 2000      ; 2 seconds.  If Eva is busy, hold the event this long before giving up
  4673.   
  4674.   SideSound
  4675.     Side = Mordor
  4676.     Sound = CampOrcGoblinCreepDiscovered
  4677.   End
  4678.  
  4679.   SideSound
  4680.     Side = Isengard
  4681.     Sound = CampOrcGoblinCreepDiscovered
  4682.   End
  4683.  
  4684.   SideSound
  4685.     Side = Wild
  4686.     Sound = CampGoblinDiscoveredGoblins
  4687.   End
  4688.  
  4689.   SideSound
  4690.     Side = Men
  4691.     Sound = CampSoldierGoblinCreepDiscovered
  4692.   End
  4693.  
  4694.   SideSound
  4695.     Side = Elves
  4696.     Sound = CampElfDiscoveredGoblins
  4697.   End
  4698.  
  4699.   SideSound
  4700.     Side = Dwarves
  4701.     Sound = CampDwarfDiscoveredGoblins
  4702.   End
  4703. End
  4704.  
  4705. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  4706. NewEvaEvent CitadelDie
  4707.   Priority = 7
  4708.   TimeBetweenEventsMS = 30000   ; 30 seconds. Don't play more often than this
  4709.   ExpirationTimeMS  = 5000      ; 5 seconds.  If Eva is busy, hold the event this long before giving up
  4710.   
  4711.   SideSound
  4712.     Side = Mordor
  4713.     Sound = CampOrcLostCitadel
  4714.   End
  4715.  
  4716.   SideSound
  4717.     Side = Isengard
  4718.     Sound = CampOrcLostCitadel
  4719.   End
  4720.  
  4721.   SideSound
  4722.     Side = Wild
  4723.     ;Sound = 
  4724.   End
  4725.  
  4726.   SideSound
  4727.     Side = Men
  4728.     Sound = CampSoldierLostCitadel
  4729.   End
  4730.  
  4731.   SideSound
  4732.     Side = Elves
  4733.     ;Sound = 
  4734.   End
  4735.  
  4736.   SideSound
  4737.     Side = Dwarves
  4738.     ;Sound = 
  4739.   End
  4740. End
  4741.  
  4742. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  4743. ; Played when we see a new Dock
  4744. NewEvaEvent SawDock
  4745.   ; TEMP NUMBERS
  4746.   Priority = 7
  4747.   TimeBetweenEventsMS = 20000    ; 5 seconds. Don't play more often than this
  4748.   ExpirationTimeMS  = 5000      ; 5 seconds.  If Eva is busy, hold the event this long before giving up
  4749.   
  4750.   SideSound
  4751.     Side = Mordor
  4752.     ;Sound = CampOrcDiscoveredTechDock
  4753.   End
  4754.  
  4755.   SideSound
  4756.     Side = Isengard
  4757.     ;Sound = CampOrcDiscoveredTechDock
  4758.   End
  4759.  
  4760.   SideSound
  4761.     Side = Wild
  4762.     ;Sound = CampGoblinDiscoveredTechDock
  4763.   End
  4764.  
  4765.   SideSound
  4766.     Side = Men
  4767.     ;Sound = CampSoldierDiscoveredTechDock
  4768.   End
  4769.  
  4770.   SideSound
  4771.     Side = Elves
  4772.     ;Sound = CampElfDiscoveredTechDock
  4773.   End
  4774.  
  4775.   SideSound
  4776.     Side = Dwarves
  4777.     ;Sound = CampDwarfDiscoveredTechDock
  4778.   End
  4779. End
  4780.  
  4781. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  4782. ; Played when we see a new Inn
  4783. NewEvaEvent SawInn
  4784.   ; TEMP NUMBERS
  4785.   Priority = 7
  4786.   TimeBetweenEventsMS = 20000    ; 5 seconds. Don't play more often than this
  4787.   ExpirationTimeMS  = 5000      ; 5 seconds.  If Eva is busy, hold the event this long before giving up
  4788.   
  4789.   SideSound
  4790.     Side = Mordor
  4791.     ;Sound = CampOrcDiscoveredTechInn
  4792.   End
  4793.  
  4794.   SideSound
  4795.     Side = Isengard
  4796.     ;Sound = CampOrcDiscoveredTechInn
  4797.   End
  4798.  
  4799.   SideSound
  4800.     Side = Wild
  4801.     ;Sound = CampGoblinDiscoveredTechInn
  4802.   End
  4803.  
  4804.   SideSound
  4805.     Side = Men
  4806.     ;Sound = CampSoldierDiscoveredTechInn
  4807.   End
  4808.  
  4809.   SideSound
  4810.     Side = Elves
  4811.     ;Sound = CampElfDiscoveredTechInn
  4812.   End
  4813.  
  4814.   SideSound
  4815.     Side = Dwarves
  4816.     ;Sound = CampDwarfDiscoveredTechInn
  4817.   End
  4818. End
  4819.  
  4820. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  4821. ; Played when we see a new Outpost
  4822. NewEvaEvent SawOutpost
  4823.   ; TEMP NUMBERS
  4824.   Priority = 7
  4825.   TimeBetweenEventsMS = 20000    ; 5 seconds. Don't play more often than this
  4826.   ExpirationTimeMS  = 5000      ; 5 seconds.  If Eva is busy, hold the event this long before giving up
  4827.   
  4828.   SideSound
  4829.     Side = Mordor
  4830.     ;Sound = CampOrcDiscoveredTechOutpost
  4831.   End
  4832.  
  4833.   SideSound
  4834.     Side = Isengard
  4835.     ;Sound = CampOrcDiscoveredTechOutpost
  4836.   End
  4837.  
  4838.   SideSound
  4839.     Side = Wild
  4840.     ;Sound = CampGoblinDiscoveredTechOutpost
  4841.   End
  4842.  
  4843.   SideSound
  4844.     Side = Men
  4845.     ;Sound = CampSoldierDiscoveredTechOutpost
  4846.   End
  4847.  
  4848.   SideSound
  4849.     Side = Elves
  4850.     ;Sound = CampElfDiscoveredTechOutpost
  4851.   End
  4852.  
  4853.   SideSound
  4854.     Side = Dwarves
  4855.     ;Sound = CampDwarfDiscoveredTechOutpost
  4856.   End
  4857. End
  4858.  
  4859. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  4860. ; Played when we see a new SignalFire
  4861. NewEvaEvent SawSignalFire
  4862.   ; TEMP NUMBERS
  4863.   Priority = 7
  4864.   TimeBetweenEventsMS = 20000    ; 5 seconds. Don't play more often than this
  4865.   ExpirationTimeMS  = 5000      ; 5 seconds.  If Eva is busy, hold the event this long before giving up
  4866.   
  4867.   SideSound
  4868.     Side = Mordor
  4869.     ;Sound = CampOrcDiscoveredTechSignalFire
  4870.   End
  4871.  
  4872.   SideSound
  4873.     Side = Isengard
  4874.     ;Sound = CampOrcDiscoveredTechSignalFire
  4875.   End
  4876.  
  4877.   SideSound
  4878.     Side = Wild
  4879.     ;Sound = CampGoblinDiscoveredTechSignalFire
  4880.   End
  4881.  
  4882.   SideSound
  4883.     Side = Men
  4884.     ;Sound = CampSoldierDiscoveredTechSignalFire
  4885.   End
  4886.  
  4887.   SideSound
  4888.     Side = Elves
  4889.     ;Sound = CampElfDiscoveredTechSignalFire
  4890.   End
  4891.  
  4892.   SideSound
  4893.     Side = Dwarves
  4894.     ;Sound = CampDwarfDiscoveredTechSignalFire
  4895.   End
  4896. End
  4897.  
  4898. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  4899. ; Played when we discover the Ring
  4900. NewEvaEvent DiscoveredRing
  4901.   ; TEMP NUMBERS
  4902.   Priority = 8
  4903.   TimeBetweenEventsMS = 20000    ; 5 seconds. Don't play more often than this
  4904.   ExpirationTimeMS  = 5000      ; 5 seconds.  If Eva is busy, hold the event this long before giving up
  4905.   
  4906.   SideSound
  4907.     Side = Mordor
  4908.     Sound = CampOrcRingDropped            ;CampOrcDiscoveredRing
  4909.   End
  4910.  
  4911.   SideSound
  4912.     Side = Isengard
  4913.     Sound = CampOrcRingDropped            ;CampOrcDiscoveredRing
  4914.   End
  4915.  
  4916.   SideSound
  4917.     Side = Wild
  4918.     Sound = CampGoblinRingDropped        ;CampGoblinDiscoveredRing
  4919.   End
  4920.  
  4921.   SideSound
  4922.     Side = Men
  4923.     Sound = CampSoldierRingDropped        ;CampSoldierDiscoveredRing
  4924.   End
  4925.  
  4926.   SideSound
  4927.     Side = Elves
  4928.     Sound = CampElfRingDropped            ;CampElfDiscoveredRing
  4929.   End
  4930.  
  4931.   SideSound
  4932.     Side = Dwarves
  4933.     Sound = CampDwarfRingDropped            ;CampDwarfDiscoveredRing
  4934.   End
  4935. End
  4936.  
  4937. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  4938. ; We have seen Galadriel, and she's not happy.
  4939. NewEvaEvent EnemyGaladrielSeen
  4940.   ; TEMP NUMBERS
  4941.   Priority = 7
  4942.   TimeBetweenEventsMS = 20000    ; 5 seconds. Don't play more often than this
  4943.   ExpirationTimeMS  = 5000      ; 5 seconds.  If Eva is busy, hold the event this long before giving up
  4944.   
  4945.   SideSound
  4946.     Side = Mordor
  4947.     Sound = CampOrcDiscoveredGaladriel
  4948.   End
  4949.  
  4950.   SideSound
  4951.     Side = Isengard
  4952.     Sound = CampOrcDiscoveredGaladriel
  4953.   End
  4954.  
  4955.   SideSound
  4956.     Side = Wild
  4957.     Sound = CampGoblinDiscoveredGaladriel
  4958.   End
  4959.  
  4960.   SideSound
  4961.     Side = Men
  4962.     Sound = CampSoldierDiscoveredGaladriel
  4963.   End
  4964.  
  4965.   SideSound
  4966.     Side = Elves
  4967.     Sound = CampElfDiscoveredGaladriel
  4968.   End
  4969.  
  4970.   SideSound
  4971.     Side = Dwarves
  4972.     Sound = CampDwarfDiscoveredGaladriel
  4973.   End
  4974. End
  4975.  
  4976. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  4977. NewEvaEvent EnemySauronSeen
  4978.   ; TEMP NUMBERS
  4979.   Priority = 7
  4980.   TimeBetweenEventsMS = 20000    ; 5 seconds. Don't play more often than this
  4981.   ExpirationTimeMS  = 5000      ; 5 seconds.  If Eva is busy, hold the event this long before giving up
  4982.   
  4983.   SideSound
  4984.     Side = Mordor
  4985.     Sound = CampOrcDiscoveredSauron
  4986.   End
  4987.  
  4988.   SideSound
  4989.     Side = Isengard
  4990.     Sound = CampOrcDiscoveredSauron
  4991.   End
  4992.  
  4993.   SideSound
  4994.     Side = Wild
  4995.     Sound = CampGoblinDiscoveredSauron
  4996.   End
  4997.  
  4998.   SideSound
  4999.     Side = Men
  5000.     Sound = CampSoldierDiscoveredSauron
  5001.   End
  5002.  
  5003.   SideSound
  5004.     Side = Elves
  5005.     Sound = CampElfDiscoveredSauron
  5006.   End
  5007.  
  5008.   SideSound
  5009.     Side = Dwarves
  5010.     Sound = CampDwarfDiscoveredSauron
  5011.   End
  5012. End
  5013.  
  5014. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  5015. NewEvaEvent DiscoveredEnemyBalrog
  5016.   ; TEMP NUMBERS
  5017.   Priority = 7
  5018.   TimeBetweenEventsMS = 20000    ; 5 seconds. Don't play more often than this
  5019.   ExpirationTimeMS  = 5000      ; 5 seconds.  If Eva is busy, hold the event this long before giving up
  5020.   
  5021.   SideSound
  5022.     Side = Mordor
  5023.     Sound = CampOrcDiscoveredBalrog
  5024.   End
  5025.  
  5026.   SideSound
  5027.     Side = Isengard
  5028.     Sound = CampOrcDiscoveredBalrog
  5029.   End
  5030.  
  5031.   SideSound
  5032.     Side = Wild
  5033.     Sound = CampGoblinDiscoveredBalrog
  5034.   End
  5035.  
  5036.   SideSound
  5037.     Side = Men
  5038.     Sound = CampSoldierDiscoveredBalrog
  5039.   End
  5040.  
  5041.   SideSound
  5042.     Side = Elves
  5043.     Sound = CampElfDiscoveredBalrog
  5044.   End
  5045.  
  5046.   SideSound
  5047.     Side = Dwarves
  5048.     Sound = CampDwarfDiscoveredBalrog
  5049.   End
  5050. End
  5051.  
  5052. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  5053. NewEvaEvent DiscoveredEnemyDragon
  5054.   ; TEMP NUMBERS
  5055.   Priority = 7
  5056.   TimeBetweenEventsMS = 20000    ; 5 seconds. Don't play more often than this
  5057.   ExpirationTimeMS  = 5000      ; 5 seconds.  If Eva is busy, hold the event this long before giving up
  5058.   
  5059.   SideSound
  5060.     Side = Mordor
  5061.     Sound = CampOrcDiscoveredDragon
  5062.   End
  5063.  
  5064.   SideSound
  5065.     Side = Isengard
  5066.     Sound = CampOrcDiscoveredDragon
  5067.   End
  5068.  
  5069.   SideSound
  5070.     Side = Wild
  5071.     Sound = CampGoblinDiscoveredDragon
  5072.   End
  5073.  
  5074.   SideSound
  5075.     Side = Men
  5076.     Sound = CampSoldierDiscoveredDragon
  5077.   End
  5078.  
  5079.   SideSound
  5080.     Side = Elves
  5081.     Sound = CampElfDiscoveredDragon
  5082.   End
  5083.  
  5084.   SideSound
  5085.     Side = Dwarves
  5086.     Sound = CampDwarfDiscoveredDragon
  5087.   End
  5088. End
  5089.  
  5090. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  5091. NewEvaEvent DiscoveredEnemyDrake
  5092.   ; TEMP NUMBERS
  5093.   Priority = 7
  5094.   TimeBetweenEventsMS = 20000    ; 5 seconds. Don't play more often than this
  5095.   ExpirationTimeMS  = 5000      ; 5 seconds.  If Eva is busy, hold the event this long before giving up
  5096.   
  5097.   SideSound
  5098.     Side = Mordor
  5099.     Sound = CampOrcDiscoveredDrake
  5100.   End
  5101.  
  5102.   SideSound
  5103.     Side = Isengard
  5104.     Sound = CampOrcDiscoveredDrake
  5105.   End
  5106.  
  5107.   SideSound
  5108.     Side = Wild
  5109.     Sound = CampGoblinDiscoveredDrake
  5110.   End
  5111.  
  5112.   SideSound
  5113.     Side = Men
  5114.     Sound = CampSoldierDiscoveredDrake
  5115.   End
  5116.  
  5117.   SideSound
  5118.     Side = Elves
  5119.     Sound = CampElfDiscoveredDrake
  5120.   End
  5121.  
  5122.   SideSound
  5123.     Side = Dwarves
  5124.     Sound = CampDwarfDiscoveredDrake
  5125.   End
  5126. End
  5127.  
  5128. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  5129. NewEvaEvent DiscoveredEnemyOathbreaker
  5130.   ; TEMP NUMBERS
  5131.   Priority = 7
  5132.   TimeBetweenEventsMS = 20000    ; 5 seconds. Don't play more often than this
  5133.   ExpirationTimeMS  = 5000      ; 5 seconds.  If Eva is busy, hold the event this long before giving up
  5134.   
  5135.   SideSound
  5136.     Side = Mordor
  5137.     Sound = CampOrcDiscoveredOathbreaker
  5138.   End
  5139.  
  5140.   SideSound
  5141.     Side = Isengard
  5142.     Sound = CampOrcDiscoveredOathbreaker
  5143.   End
  5144.  
  5145.   SideSound
  5146.     Side = Wild
  5147.     Sound = CampGoblinDiscoveredOathbreaker
  5148.   End
  5149.  
  5150.   SideSound
  5151.     Side = Men
  5152.     Sound = CampSoldierDiscoveredOathbreaker
  5153.   End
  5154.  
  5155.   SideSound
  5156.     Side = Elves
  5157.     Sound = CampElfDiscoveredOathbreaker
  5158.   End
  5159.  
  5160.   SideSound
  5161.     Side = Dwarves
  5162.     Sound = CampDwarfDiscoveredOathbreaker
  5163.   End
  5164. End
  5165.  
  5166. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  5167. NewEvaEvent DiscoveredEnemySpiderlings
  5168.   ; TEMP NUMBERS
  5169.   Priority = 7
  5170.   TimeBetweenEventsMS = 20000    ; 5 seconds. Don't play more often than this
  5171.   ExpirationTimeMS  = 5000      ; 5 seconds.  If Eva is busy, hold the event this long before giving up
  5172.   
  5173.   SideSound
  5174.     Side = Mordor
  5175.     Sound = CampOrcDiscoveredSpiderlings
  5176.   End
  5177.  
  5178.   SideSound
  5179.     Side = Isengard
  5180.     Sound = CampOrcDiscoveredSpiderlings
  5181.   End
  5182.  
  5183.   SideSound
  5184.     Side = Wild
  5185.     Sound = CampGoblinDiscoveredSpiderlings
  5186.   End
  5187.  
  5188.   SideSound
  5189.     Side = Men
  5190.     Sound = CampSoldierDiscoveredSpiderlings
  5191.   End
  5192.  
  5193.   SideSound
  5194.     Side = Elves
  5195.     Sound = CampElfDiscoveredSpiderlings
  5196.   End
  5197.  
  5198.   SideSound
  5199.     Side = Dwarves
  5200.     Sound = CampDwarfDiscoveredSpiderlings
  5201.   End
  5202. End
  5203.  
  5204. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  5205. NewEvaEvent DiscoveredEnemyWatcher
  5206.   ; TEMP NUMBERS
  5207.   Priority = 7
  5208.   TimeBetweenEventsMS = 20000    ; 5 seconds. Don't play more often than this
  5209.   ExpirationTimeMS  = 5000      ; 5 seconds.  If Eva is busy, hold the event this long before giving up
  5210.   
  5211.   SideSound
  5212.     Side = Mordor
  5213.     Sound = CampOrcDiscoveredWatcher
  5214.   End
  5215.  
  5216.   SideSound
  5217.     Side = Isengard
  5218.     Sound = CampOrcDiscoveredWatcher
  5219.   End
  5220.  
  5221.   SideSound
  5222.     Side = Wild
  5223.     Sound = CampGoblinDiscoveredWatcher
  5224.   End
  5225.  
  5226.   SideSound
  5227.     Side = Men
  5228.     Sound = CampSoldierDiscoveredWatcher
  5229.   End
  5230.  
  5231.   SideSound
  5232.     Side = Elves
  5233.     Sound = CampElfDiscoveredWatcher
  5234.   End
  5235.  
  5236.   SideSound
  5237.     Side = Dwarves
  5238.     Sound = CampDwarfDiscoveredWatcher
  5239.   End
  5240. End
  5241.  
  5242. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  5243. PredefinedEvaEvent BeaconDetected
  5244.   Priority = 5
  5245.   TimeBetweenEventsMS = 20000    ; 5 seconds. Don't play more often than this
  5246.   ExpirationTimeMS  = 5000      ; 5 seconds.  If Eva is busy, hold the event this long before giving up
  5247.   
  5248.   SideSound
  5249.     Side = Mordor
  5250.     Sound = CampOrcBeaconDetected
  5251.   End
  5252.  
  5253.   SideSound
  5254.     Side = Isengard
  5255.     Sound = CampOrcBeaconDetected
  5256.   End
  5257.  
  5258.   SideSound
  5259.     Side = Wild
  5260.     Sound = CampOrcBeaconDetected                ;CampGoblinBeaconDetected
  5261.   End
  5262.  
  5263.   SideSound
  5264.     Side = Men
  5265.     Sound = CampSoldierBeaconDetected
  5266.   End
  5267.  
  5268.   SideSound
  5269.     Side = Elves
  5270.     Sound = CampElfBeaconDetected
  5271.   End
  5272.  
  5273.   SideSound
  5274.     Side = Dwarves
  5275.     Sound = CampDwarfBeaconDetected
  5276.   End
  5277. End
  5278.  
  5279. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  5280. ; We see gollum
  5281. NewEvaEvent GollumSeen
  5282.   ; TEMP NUMBERS
  5283.   Priority = 11         ; People care deeply about this event! - iby
  5284.   TimeBetweenEventsMS = 20000    ; 5 seconds. Don't play more often than this
  5285.   ExpirationTimeMS  = 5000      ; 5 seconds.  If Eva is busy, hold the event this long before giving up
  5286.   
  5287.   SideSound
  5288.     Side = Mordor
  5289.     Sound = CampOrcDiscoveredGollum
  5290.   End
  5291.  
  5292.   SideSound
  5293.     Side = Isengard
  5294.     Sound = CampOrcDiscoveredGollum
  5295.   End
  5296.  
  5297.   SideSound
  5298.     Side = Wild
  5299.     Sound = CampGoblinDiscoveredGollum
  5300.   End
  5301.  
  5302.   SideSound
  5303.     Side = Men
  5304.     Sound = CampSoldierDiscoveredGollum
  5305.   End
  5306.  
  5307.   SideSound
  5308.     Side = Elves
  5309.     Sound = CampElfDiscoveredGollum
  5310.   End
  5311.  
  5312.   SideSound
  5313.     Side = Dwarves
  5314.     Sound = CampDwarfDiscoveredGollum
  5315.   End
  5316. End
  5317.  
  5318. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  5319. ; More ring stuff
  5320. ; This is when we actually get the ring back to our fortress
  5321. NewEvaEvent LocalPlayerGainsRing
  5322.   ; TEMP NUMBERS
  5323.   Priority = 7
  5324.   TimeBetweenEventsMS = 20000    ; 5 seconds. Don't play more often than this
  5325.   ExpirationTimeMS  = 5000      ; 5 seconds.  If Eva is busy, hold the event this long before giving up
  5326.   
  5327.   SideSound
  5328.     Side = Mordor
  5329.     Sound = CampOrcRingRetrieved        ;CampOrcRingOwn-Us
  5330.   End
  5331.  
  5332.   SideSound
  5333.     Side = Isengard
  5334.     Sound = CampOrcRingRetrieved        ;CampOrcRingOwn-Us
  5335.   End
  5336.  
  5337.   SideSound
  5338.     Side = Wild
  5339.     Sound = CampGoblinRingRetrieved        ;CampGoblinRingOwn-Us
  5340.   End
  5341.  
  5342.   SideSound
  5343.     Side = Men
  5344.     Sound = CampSoldierRingRetrieved    ;CampSoldierRingOwn-Us
  5345.   End
  5346.  
  5347.   SideSound
  5348.     Side = Elves
  5349.     Sound = CampElfRingRetrieved        ;CampElfRingOwn-Us
  5350.   End
  5351.  
  5352.   SideSound
  5353.     Side = Dwarves
  5354.     Sound = CampDwarfRingRetrieved        ;CampDwarfRingOwn-Us
  5355.   End
  5356. End
  5357.  
  5358. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  5359. ; This is when our ally actually gets the ring back to her fortress
  5360. NewEvaEvent AlliedPlayerGainsRing
  5361.   ; TEMP NUMBERS
  5362.   Priority = 7
  5363.   TimeBetweenEventsMS = 20000    ; 5 seconds. Don't play more often than this
  5364.   ExpirationTimeMS  = 5000      ; 5 seconds.  If Eva is busy, hold the event this long before giving up
  5365.   
  5366.   SideSound
  5367.     Side = Mordor
  5368.     Sound = CampOrcRingOwn-Ally
  5369.   End
  5370.  
  5371.   SideSound
  5372.     Side = Isengard
  5373.     Sound = CampOrcRingOwn-Ally
  5374.   End
  5375.  
  5376.   SideSound
  5377.     Side = Wild
  5378.     Sound = CampGoblinRingOwn-Ally
  5379.   End
  5380.  
  5381.   SideSound
  5382.     Side = Men
  5383.     Sound = CampSoldierRingOwn-Ally
  5384.   End
  5385.  
  5386.   SideSound
  5387.     Side = Elves
  5388.     Sound = CampElfRingOwn-Ally
  5389.   End
  5390.  
  5391.   SideSound
  5392.     Side = Dwarves
  5393.     Sound = CampDwarfRingOwn-Ally
  5394.   End
  5395. End
  5396.  
  5397. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  5398. ; This is when our enemy actually gets the ring back to her fortress
  5399. NewEvaEvent EnemyPlayerGainsRing
  5400.   ; TEMP NUMBERS
  5401.   Priority = 7
  5402.   TimeBetweenEventsMS = 20000    ; 5 seconds. Don't play more often than this
  5403.   ExpirationTimeMS  = 5000      ; 5 seconds.  If Eva is busy, hold the event this long before giving up
  5404.   
  5405.   SideSound
  5406.     Side = Mordor
  5407.     Sound = CampOrcRingOwn-Enemy
  5408.   End
  5409.  
  5410.   SideSound
  5411.     Side = Isengard
  5412.     Sound = CampOrcRingOwn-Enemy
  5413.   End
  5414.  
  5415.   SideSound
  5416.     Side = Wild
  5417.     Sound = CampGoblinRingOwn-Enemy
  5418.   End
  5419.  
  5420.   SideSound
  5421.     Side = Men
  5422.     Sound = CampSoldierRingOwn-Enemy
  5423.   End
  5424.  
  5425.   SideSound
  5426.     Side = Elves
  5427.     Sound = CampElfRingOwn-Enemy
  5428.   End
  5429.  
  5430.   SideSound
  5431.     Side = Dwarves
  5432.     Sound = CampDwarfRingOwn-Enemy
  5433.   End
  5434. End
  5435.  
  5436. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  5437. NewEvaEvent LocalPlayerLosesRing
  5438.   ; TEMP NUMBERS
  5439.   Priority = 9    ; Should be higher than DiscoveredRing
  5440.   TimeBetweenEventsMS = 20000    ; 5 seconds. Don't play more often than this
  5441.   ExpirationTimeMS  = 5000      ; 5 seconds.  If Eva is busy, hold the event this long before giving up
  5442.   
  5443.   OtherEvaEventsToBlock = DiscoveredRing ; Don't play DiscoveredRing right after LocalPlayerLosesRing (even
  5444.                                          ; though the ring object is now, indeed, on the ground); they probably
  5445.                                          ; realize the ring is on the ground already.
  5446.   
  5447.   SideSound
  5448.     Side = Mordor
  5449.     Sound = CampOrcRingDropped            ;CampOrcRingLost-Us
  5450.   End
  5451.  
  5452.   SideSound
  5453.     Side = Isengard
  5454.     Sound = CampOrcRingDropped            ;CampOrcRingLost-Us
  5455.   End
  5456.  
  5457.   SideSound
  5458.     Side = Wild
  5459.     Sound = CampGoblinRingDropped        ;CampGoblinRingLost
  5460.   End
  5461.  
  5462.   SideSound
  5463.     Side = Men
  5464.     Sound = CampSoldierRingDropped        ;CampSoldierRingLost
  5465.   End
  5466.  
  5467.   SideSound
  5468.     Side = Elves
  5469.     Sound = CampElfRingDropped            ;CampElfRingLost
  5470.   End
  5471.  
  5472.   SideSound
  5473.     Side = Dwarves
  5474.     Sound = CampElfRingDropped            ;CampDwarfRingLost
  5475.   End
  5476. End
  5477.  
  5478. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  5479. ; The local player has picked up the ring
  5480. NewEvaEvent RingPickedUpLocal
  5481.   Priority = 9        ; Higher than DiscoveredRing
  5482.   TimeBetweenEventsMS = 20000    ; 5 seconds. Don't play more often than this
  5483.   ExpirationTimeMS  = 5000      ; 5 seconds.  If Eva is busy, hold the event this long before giving up
  5484.  
  5485.   OtherEvaEventsToBlock = DiscoveredRing ; Don't play two announcements if someone is standing right on top of the ring when it drops
  5486.  
  5487.   SideSound
  5488.     Side = Mordor
  5489.     Sound = CampOrcRingPickedUp-Us
  5490.   End
  5491.  
  5492.   SideSound
  5493.     Side = Isengard
  5494.     Sound = CampOrcRingPickedUp-Us
  5495.   End
  5496.  
  5497.   SideSound
  5498.     Side = Wild
  5499.     Sound = CampGoblinRingPickedUp-Us
  5500.   End
  5501.  
  5502.   SideSound
  5503.     Side = Men
  5504.     Sound = CampSoldierRingPickedUp-Us
  5505.   End
  5506.  
  5507.   SideSound
  5508.     Side = Elves
  5509.     Sound = CampElfRingPickedUp-Us
  5510.   End
  5511.  
  5512.   SideSound
  5513.     Side = Dwarves
  5514.     Sound = CampDwarfRingPickedUp-Us
  5515.   End
  5516. End
  5517.  
  5518. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  5519. ; An enemy of the local player has picked up the ring
  5520. NewEvaEvent RingPickedUpEnemy
  5521.   Priority =  9          ; Higher than DiscoveredRing
  5522.   TimeBetweenEventsMS = 20000    ; 5 seconds. Don't play more often than this
  5523.   ExpirationTimeMS  = 5000      ; 5 seconds.  If Eva is busy, hold the event this long before giving up
  5524.  
  5525.   OtherEvaEventsToBlock = DiscoveredRing ; Don't play two announcements if someone is standing right on top of the ring when it drops
  5526.  
  5527.   SideSound
  5528.     Side = Mordor
  5529.     Sound = CampOrcRingPickedUp-Enemy
  5530.   End
  5531.  
  5532.   SideSound
  5533.     Side = Isengard
  5534.     Sound = CampOrcRingPickedUp-Enemy
  5535.   End
  5536.  
  5537.   SideSound
  5538.     Side = Wild
  5539.     Sound = CampGoblinRingPickedUp-Enemy
  5540.   End
  5541.  
  5542.   SideSound
  5543.     Side = Men
  5544.     Sound = CampSoldierRingPickedUp-Enemy
  5545.   End
  5546.  
  5547.   SideSound
  5548.     Side = Elves
  5549.     Sound = CampElfRingPickedUp-Enemy
  5550.   End
  5551.  
  5552.   SideSound
  5553.     Side = Dwarves
  5554.     Sound = CampDwarfRingPickedUp-Enemy
  5555.   End
  5556. End
  5557.  
  5558. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  5559. ; We are losing a bunch of buildings in a hurry...
  5560. NewEvaEvent BaseIsDying
  5561.   ; TEMP NUMBERS
  5562.   Priority = 7
  5563.   TimeBetweenEventsMS = 120000    ; 2 minutes. Don't play more often than this
  5564.   ExpirationTimeMS  = 5000        ; 5 seconds.  If Eva is busy, hold the event this long before giving up
  5565.   
  5566.   SideSound
  5567.     Side = Mordor
  5568.     Sound = CampOrcBattleLosing
  5569.   End
  5570.  
  5571.   SideSound
  5572.     Side = Isengard
  5573.     Sound = CampOrcBattleLosing
  5574.   End
  5575.  
  5576.   SideSound
  5577.     Side = Wild
  5578.     Sound = CampGoblinLosingBattle
  5579.   End
  5580.  
  5581.   SideSound
  5582.     Side = Men
  5583.     Sound = CampSoldierLosingBattle
  5584.   End
  5585.  
  5586.   SideSound
  5587.     Side = Elves
  5588.     Sound = CampElfLosingBattle
  5589.   End
  5590.  
  5591.   SideSound
  5592.     Side = Dwarves
  5593.     Sound = CampDwarfLosingBattle
  5594.   End
  5595.  
  5596. End
  5597.  
  5598.  
  5599.  
  5600. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  5601. ; Some sides announce 'can't build here' with a camp soldier voice. 
  5602. NewEvaEvent PorterCantBuild
  5603.   Priority = 20                        ; React to clicks
  5604.   TimeBetweenEventsMS = 1000        ; 1 second. Just react to clicks
  5605.   ExpirationTimeMS  = 1000            ; React to clicks
  5606.   CountAsJumpToLocation = No        ; This is really UI feedback
  5607.   
  5608.   SideSound
  5609.     Side = Men
  5610.     Sound = CampSoldierCantBuild
  5611.   End
  5612. End
  5613.  
  5614.  
  5615. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  5616. ; This is a special hack, er, way of controlling the music scripts. It is 
  5617. ; triggered only so that the music scripts know to use the 'triumphal' music
  5618. ; (a.k.a. Action2). It does not actually play any sounds directly.
  5619. NewEvaEvent Fake_TriggerTriumphalMusic
  5620.   Priority = 300                ; Since this doesn't actually play any voice, let it come up before anything else
  5621.   TimeBetweenEventsMS = 600000     ; 60 seconds. Don't play more often than this (Controls time between music repeats)
  5622.   ExpirationTimeMS = 500       ; .5 seconds.  If Eva is busy, hold the event this long before giving up
  5623.   CountAsJumpToLocation = No   ; Fake event, can't jump there!
  5624.  
  5625.   ; No sounds!!
  5626. End
  5627.  
  5628.  
  5629. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  5630. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; WORLD MAP EVENTS ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  5631. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  5632.  
  5633. ; Note: For world map events, the side name must match one of the entries in LivingWorldPlayer.ini,
  5634. ; not Player.ini
  5635.  
  5636. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  5637. PredefinedEvaEvent WorldMustBattle
  5638.     Priority = 7
  5639.     TimeBetweenEventsMS = 5000        ;5 seconds. Don't play more often than this (short because it's only caused by the user clicking on a button)
  5640.     ExpirationTimeMS  = 1000        ;1 seconds.  If Eva is busy, hold the event this long before giving up
  5641.  
  5642.     SideSound
  5643.         Side = PlayerMen
  5644.         Sound = CampSoldierWarMustBattle
  5645.     End
  5646.  
  5647.     SideSound
  5648.         Side = PlayerElves
  5649.         Sound = CampElfWarMustBattle
  5650.     End
  5651.   
  5652.     SideSound
  5653.         Side = PlayerDwarves
  5654.         Sound = CampDwarfWarMustBattle
  5655.     End
  5656.  
  5657.     SideSound
  5658.         Side = PlayerMordor
  5659.         Sound = CampOrcWarMustBattle
  5660.     End
  5661.   
  5662.     SideSound
  5663.         Side = PlayerIsengard
  5664.         Sound = CampOrcWarMustBattle
  5665.     End
  5666.  
  5667.       SideSound
  5668.         Side = PlayerWild
  5669.         Sound = CampGoblinWarMustBattle
  5670.     End
  5671. End
  5672.  
  5673.  
  5674. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  5675. PredefinedEvaEvent WorldMustRetreat
  5676.     Priority = 7
  5677.     TimeBetweenEventsMS = 5000        ;5 seconds. Don't play more often than this (short because it's only caused by the user clicking on a button)
  5678.     ExpirationTimeMS  = 1000        ;1 second.  If Eva is busy, hold the event this long before giving up
  5679.  
  5680.     SideSound
  5681.         Side = PlayerMen
  5682.         Sound = CampSoldierWarMustRetreat
  5683.     End
  5684.  
  5685.     SideSound
  5686.         Side = PlayerElves
  5687.         Sound = CampElfWarMustRetreat
  5688.     End
  5689.   
  5690.     SideSound
  5691.         Side = PlayerDwarves
  5692.         Sound = CampDwarfWarMustRetreat
  5693.     End
  5694.  
  5695.     SideSound
  5696.         Side = PlayerMordor
  5697.         Sound = CampOrcWarMustRetreat
  5698.     End
  5699.   
  5700.     SideSound
  5701.         Side = PlayerIsengard
  5702.         Sound = CampOrcWarMustRetreat
  5703.     End
  5704.  
  5705.       SideSound
  5706.         Side = PlayerWild
  5707.         Sound = CampGoblinWarMustRetreat
  5708.     End
  5709. End
  5710.  
  5711. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  5712. PredefinedEvaEvent WorldMustChooseOwner
  5713.     Priority = 7
  5714.     TimeBetweenEventsMS = 5000        ;5 seconds. Don't play more often than this (short because it's only caused by the user clicking on a button)
  5715.     ExpirationTimeMS  = 1000        ;1 second.  If Eva is busy, hold the event this long before giving up
  5716.  
  5717.     SideSound
  5718.         Side = PlayerMen
  5719.         Sound = CampSoldierWORMustDisputeTerritory
  5720.     End
  5721.  
  5722.     SideSound
  5723.         Side = PlayerElves
  5724.         Sound = CampElfWORMustDisputeTerritory
  5725.     End
  5726.   
  5727.     SideSound
  5728.         Side = PlayerDwarves
  5729.         Sound = CampDwarfWORMustDisputeTerritory
  5730.     End
  5731.  
  5732.     SideSound
  5733.         Side = PlayerMordor
  5734.         Sound = CampOrcWORMustDisputeTerritory
  5735.     End
  5736.   
  5737.     SideSound
  5738.         Side = PlayerIsengard
  5739.         Sound = CampOrcWORMustDisputeTerritory
  5740.     End
  5741.  
  5742.       SideSound
  5743.         Side = PlayerWild
  5744.         Sound = CampGoblinWORMustDisputeTerritory
  5745.     End
  5746. End
  5747.  
  5748.  
  5749. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  5750. ; How's this for extra confusing?
  5751. ; In the **code**, the name (left over from B4ME1) for the single smallest thing
  5752. ; which can be owned on the World Map (e.g. Buckland, Minas_Tirith, The_Dead_Marshes)
  5753. ; is a "Region". A "Territory" is a group of regions which, if completely owned by a single
  5754. ; player, gives an extra bonus; in B4ME2, the territories are: Arnor, Eriador, Gondor, Mordor, 
  5755. ; Rhovanion, and Rhun.
  5756. ; However, in the design doc, manual, in-game help, and every other user-visible location,
  5757. ; we have exactly reversed this convention. A "territory" is the smallest thing which can be
  5758. ; owned on the map, and a "region" is a group of territories which give a bonus when owned by a 
  5759. ; single player.
  5760. ;
  5761. ; The name of this EVA event is determined in the code, and thus follows the code's naming convention.
  5762. ; The event is triggered when a code-region (user-territory) is lost without a fight because there
  5763. ; were no armies or fortresses in the region. So it is named "WorldRegionLostUncontested".
  5764. ;                                                                  ^^^^^^
  5765. ; But the audio guys are working off the design docs, and the actual speech has to refer to
  5766. ; "Territories", so the audio files are named "CampWhositLoseTerritory"
  5767. ;                                                            ^^^^^^^^^
  5768. ; Same thing, backwards names.
  5769.  
  5770. PredefinedEvaEvent WorldRegionLostUncontested
  5771.     Priority = 3                    ; Low, let territory united/lost events happen instead
  5772.     TimeBetweenEventsMS = 5000        ;5 seconds. Really, once per turn
  5773.     ExpirationTimeMS  = 1000        ;1 second.  If Eva is busy, hold the event this long before giving up
  5774.  
  5775.     SideSound
  5776.         Side = PlayerMen
  5777.         Sound = CampSoldierLoseTerritory
  5778.     End
  5779.  
  5780.     SideSound
  5781.         Side = PlayerElves
  5782.         Sound = CampElfLoseTerritory
  5783.     End
  5784.   
  5785.     SideSound
  5786.         Side = PlayerDwarves
  5787.         Sound = CampDwarfLoseTerritory
  5788.     End
  5789.  
  5790.     SideSound
  5791.         Side = PlayerMordor
  5792.         Sound = CampOrcTerritoryLose
  5793.     End
  5794.   
  5795.     SideSound
  5796.         Side = PlayerIsengard
  5797.         Sound = CampOrcTerritoryLose
  5798.     End
  5799.  
  5800.       SideSound
  5801.         Side = PlayerWild
  5802.         Sound = CampGoblinLoseTerritory
  5803.     End
  5804. End
  5805.  
  5806. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  5807. ; Eva events for unifying a territory (or, as the design docs would have it, a
  5808. ; "region"), and for losing a unified territory
  5809. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  5810. NewEvaEvent WorldUnifyArnor
  5811.     Priority = 9                    ; Important
  5812.     TimeBetweenEventsMS = 5000        ;5 seconds. Really, once per turn
  5813.     ExpirationTimeMS  = 30000        ;30 seconds. Make sure everything for a turn plays
  5814.  
  5815.     SideSound
  5816.         Side = PlayerMen
  5817.         Sound = WarMenUnifyArnorMS
  5818.     End
  5819.  
  5820.     SideSound
  5821.         Side = PlayerElves
  5822.         Sound = WarElfUnifyArnorMS
  5823.     End
  5824.   
  5825.     SideSound
  5826.         Side = PlayerDwarves
  5827.         Sound = WarDwarfUnifyArnorMS
  5828.     End
  5829.  
  5830.     SideSound
  5831.         Side = PlayerMordor
  5832.         Sound = WarMordorUnifyArnorMS
  5833.     End
  5834.   
  5835.     SideSound
  5836.         Side = PlayerIsengard
  5837.         Sound = WarIsengardUnifyArnorMS
  5838.     End
  5839.  
  5840.       SideSound
  5841.         Side = PlayerWild
  5842.         Sound = WarWildUnifyArnorMS
  5843.     End
  5844. End
  5845.  
  5846. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  5847. NewEvaEvent WorldLostArnor
  5848.     Priority = 8                    ; Important, but after Unify
  5849.     TimeBetweenEventsMS = 5000        ;5 seconds. Really, once per turn
  5850.     ExpirationTimeMS  = 30000        ;30 seconds. Make sure everything for a turn plays
  5851.  
  5852.     SideSound
  5853.         Side = PlayerMen
  5854.         Sound = CampSoldierWarLostArnor
  5855.     End
  5856.  
  5857.     SideSound
  5858.         Side = PlayerElves
  5859.         Sound = CampElfWarLostArnor
  5860.     End
  5861.   
  5862.     SideSound
  5863.         Side = PlayerDwarves
  5864.         Sound = CampDwarfWarLostArnor
  5865.     End
  5866.  
  5867.     SideSound
  5868.         Side = PlayerMordor
  5869.         Sound = CampOrcWarLostArnor
  5870.     End
  5871.   
  5872.     SideSound
  5873.         Side = PlayerIsengard
  5874.         Sound = CampOrcWarLostArnor
  5875.     End
  5876.  
  5877.       SideSound
  5878.         Side = PlayerWild
  5879.         Sound = CampGoblinWarLostArnor
  5880.     End
  5881. End
  5882.  
  5883. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  5884. NewEvaEvent WorldUnifyEriador
  5885.     Priority = 9                    ; Important
  5886.     TimeBetweenEventsMS = 5000        ;5 seconds. Really, once per turn
  5887.     ExpirationTimeMS  = 30000        ;30 seconds. Make sure everything for a turn plays
  5888.  
  5889.     SideSound
  5890.         Side = PlayerMen
  5891.         Sound = WarMenUnifyEriadorMS
  5892.     End
  5893.  
  5894.     SideSound
  5895.         Side = PlayerElves
  5896.         Sound = WarElfUnifyEriadorMS
  5897.     End
  5898.   
  5899.     SideSound
  5900.         Side = PlayerDwarves
  5901.         Sound = WarDwarfUnifyEriadorMS
  5902.     End
  5903.  
  5904.     SideSound
  5905.         Side = PlayerMordor
  5906.         Sound = WarMordorUnifyEriadorMS
  5907.     End
  5908.   
  5909.     SideSound
  5910.         Side = PlayerIsengard
  5911.         Sound = WarIsengardUnifyEriadorMS
  5912.     End
  5913.  
  5914.       SideSound
  5915.         Side = PlayerWild
  5916.         Sound = WarWildUnifyEriadorMS
  5917.     End
  5918. End
  5919.  
  5920. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  5921. NewEvaEvent WorldLostEriador
  5922.     Priority = 8                    ; Important, but after Unify
  5923.     TimeBetweenEventsMS = 5000        ;5 seconds. Really, once per turn
  5924.     ExpirationTimeMS  = 30000        ;30 seconds. Make sure everything for a turn plays
  5925.  
  5926.     SideSound
  5927.         Side = PlayerMen
  5928.         Sound = CampSoldierWarLostEriador
  5929.     End
  5930.  
  5931.     SideSound
  5932.         Side = PlayerElves
  5933.         Sound = CampElfWarLostEriador
  5934.     End
  5935.   
  5936.     SideSound
  5937.         Side = PlayerDwarves
  5938.         Sound = CampDwarfWarLostEriador
  5939.     End
  5940.  
  5941.     SideSound
  5942.         Side = PlayerMordor
  5943.         Sound = CampOrcWarLostEriador
  5944.     End
  5945.   
  5946.     SideSound
  5947.         Side = PlayerIsengard
  5948.         Sound = CampOrcWarLostEriador
  5949.     End
  5950.  
  5951.       SideSound
  5952.         Side = PlayerWild
  5953.         Sound = CampGoblinWarLostEriador
  5954.     End
  5955. End
  5956.  
  5957.  
  5958. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  5959. NewEvaEvent WorldUnifyGondor
  5960.     Priority = 9                    ; Important
  5961.     TimeBetweenEventsMS = 5000        ;5 seconds. Really, once per turn
  5962.     ExpirationTimeMS  = 30000        ;30 seconds. Make sure everything for a turn plays
  5963.  
  5964.     SideSound
  5965.         Side = PlayerMen
  5966.         Sound = WarMenUnifyGondorMS
  5967.     End
  5968.  
  5969.     SideSound
  5970.         Side = PlayerElves
  5971.         Sound = WarElfUnifyGondorMS
  5972.     End
  5973.   
  5974.     SideSound
  5975.         Side = PlayerDwarves
  5976.         Sound = WarDwarfUnifyGondorMS
  5977.     End
  5978.  
  5979.     SideSound
  5980.         Side = PlayerMordor
  5981.         Sound = WarMordorUnifyGondorMS
  5982.     End
  5983.   
  5984.     SideSound
  5985.         Side = PlayerIsengard
  5986.         Sound = WarIsengardUnifyGondorMS
  5987.     End
  5988.  
  5989.       SideSound
  5990.         Side = PlayerWild
  5991.         Sound = WarWildUnifyGondorMS
  5992.     End
  5993. End
  5994.  
  5995. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  5996. NewEvaEvent WorldLostGondor
  5997.     Priority = 8                    ; Important, but after Unify
  5998.     TimeBetweenEventsMS = 5000        ;5 seconds. Really, once per turn
  5999.     ExpirationTimeMS  = 30000        ;30 seconds. Make sure everything for a turn plays
  6000.  
  6001.     SideSound
  6002.         Side = PlayerMen
  6003.         Sound = CampSoldierWarLostGondor
  6004.     End
  6005.  
  6006.     SideSound
  6007.         Side = PlayerElves
  6008.         Sound = CampElfWarLostGondor
  6009.     End
  6010.   
  6011.     SideSound
  6012.         Side = PlayerDwarves
  6013.         Sound = CampDwarfWarLostGondor
  6014.     End
  6015.  
  6016.     SideSound
  6017.         Side = PlayerMordor
  6018.         Sound = CampOrcWarLostGondor
  6019.     End
  6020.   
  6021.     SideSound
  6022.         Side = PlayerIsengard
  6023.         Sound = CampOrcWarLostGondor
  6024.     End
  6025.  
  6026.       SideSound
  6027.         Side = PlayerWild
  6028.         Sound = CampGoblinWarLostGondor
  6029.     End
  6030. End
  6031.  
  6032.  
  6033. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  6034. NewEvaEvent WorldUnifyMordor
  6035.     Priority = 9                    ; Important
  6036.     TimeBetweenEventsMS = 5000        ;5 seconds. Really, once per turn
  6037.     ExpirationTimeMS  = 30000        ;30 seconds. Make sure everything for a turn plays
  6038.  
  6039.     SideSound
  6040.         Side = PlayerMen
  6041.         Sound = WarMenUnifyMordorMS
  6042.     End
  6043.  
  6044.     SideSound
  6045.         Side = PlayerElves
  6046.         Sound = WarElfUnifyMordorMS
  6047.     End
  6048.   
  6049.     SideSound
  6050.         Side = PlayerDwarves
  6051.         Sound = WarDwarfUnifyMordorMS
  6052.     End
  6053.  
  6054.     SideSound
  6055.         Side = PlayerMordor
  6056.         Sound = WarMordorUnifyMordorMS
  6057.     End
  6058.   
  6059.     SideSound
  6060.         Side = PlayerIsengard
  6061.         Sound = WarIsengardUnifyMordorMS
  6062.     End
  6063.  
  6064.       SideSound
  6065.         Side = PlayerWild
  6066.         Sound = WarWildUnifyMordorMS
  6067.     End
  6068. End
  6069.  
  6070. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  6071. NewEvaEvent WorldLostMordor
  6072.     Priority = 8                    ; Important, but after Unify
  6073.     TimeBetweenEventsMS = 5000        ;5 seconds. Really, once per turn
  6074.     ExpirationTimeMS  = 30000        ;30 seconds. Make sure everything for a turn plays
  6075.  
  6076.     SideSound
  6077.         Side = PlayerMen
  6078.         Sound = CampSoldierWarLostMordor
  6079.     End
  6080.  
  6081.     SideSound
  6082.         Side = PlayerElves
  6083.         Sound = CampElfWarLostMordor
  6084.     End
  6085.   
  6086.     SideSound
  6087.         Side = PlayerDwarves
  6088.         Sound = CampDwarfWarLostMordor
  6089.     End
  6090.  
  6091.     SideSound
  6092.         Side = PlayerMordor
  6093.         Sound = CampOrcWarLostMordor
  6094.     End
  6095.   
  6096.     SideSound
  6097.         Side = PlayerIsengard
  6098.         Sound = CampOrcWarLostMordor
  6099.     End
  6100.  
  6101.       SideSound
  6102.         Side = PlayerWild
  6103.         Sound = CampGoblinWarLostMordor
  6104.     End
  6105. End
  6106.  
  6107.  
  6108. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  6109. NewEvaEvent WorldUnifyRhovanion
  6110.     Priority = 9                    ; Important
  6111.     TimeBetweenEventsMS = 5000        ;5 seconds. Really, once per turn
  6112.     ExpirationTimeMS  = 30000        ;30 seconds. Make sure everything for a turn plays
  6113.  
  6114.     SideSound
  6115.         Side = PlayerMen
  6116.         Sound = WarMenUnifyRhovanionMS
  6117.     End
  6118.  
  6119.     SideSound
  6120.         Side = PlayerElves
  6121.         Sound = WarElfUnifyRhovanionMS
  6122.     End
  6123.   
  6124.     SideSound
  6125.         Side = PlayerDwarves
  6126.         Sound = WarDwarfUnifyRhovanionMS
  6127.     End
  6128.  
  6129.     SideSound
  6130.         Side = PlayerMordor
  6131.         Sound = WarMordorUnifyRhovanionMS
  6132.     End
  6133.   
  6134.     SideSound
  6135.         Side = PlayerIsengard
  6136.         Sound = WarIsengardUnifyRhovanionMS
  6137.     End
  6138.  
  6139.       SideSound
  6140.         Side = PlayerWild
  6141.         Sound = WarWildUnifyRhovanionMS
  6142.     End
  6143. End
  6144.  
  6145. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  6146. NewEvaEvent WorldLostRhovanion
  6147.     Priority = 8                    ; Important, but after Unify
  6148.     TimeBetweenEventsMS = 5000        ;5 seconds. Really, once per turn
  6149.     ExpirationTimeMS  = 30000        ;30 seconds. Make sure everything for a turn plays
  6150.  
  6151.     SideSound
  6152.         Side = PlayerMen
  6153.         Sound = CampSoldierWarLostRhovanion
  6154.     End
  6155.  
  6156.     SideSound
  6157.         Side = PlayerElves
  6158.         Sound = CampElfWarLostRhovanion
  6159.     End
  6160.   
  6161.     SideSound
  6162.         Side = PlayerDwarves
  6163.         Sound = CampDwarfWarLostRhovanion
  6164.     End
  6165.  
  6166.     SideSound
  6167.         Side = PlayerMordor
  6168.         Sound = CampOrcWarLostRhovanion
  6169.     End
  6170.   
  6171.     SideSound
  6172.         Side = PlayerIsengard
  6173.         Sound = CampOrcWarLostRhovanion
  6174.     End
  6175.  
  6176.       SideSound
  6177.         Side = PlayerWild
  6178.         Sound = CampGoblinWarLostRhovanion
  6179.     End
  6180. End
  6181.  
  6182.  
  6183. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  6184. NewEvaEvent WorldUnifyRhun
  6185.     Priority = 9                    ; Important
  6186.     TimeBetweenEventsMS = 5000        ;5 seconds. Really, once per turn
  6187.     ExpirationTimeMS  = 30000        ;30 seconds. Make sure everything for a turn plays
  6188.  
  6189.     SideSound
  6190.         Side = PlayerMen
  6191.         Sound = WarMenUnifyRhunMS
  6192.     End
  6193.  
  6194.     SideSound
  6195.         Side = PlayerElves
  6196.         Sound = WarElfUnifyRhunMS
  6197.     End
  6198.   
  6199.     SideSound
  6200.         Side = PlayerDwarves
  6201.         Sound = WarDwarfUnifyRhunMS
  6202.     End
  6203.  
  6204.     SideSound
  6205.         Side = PlayerMordor
  6206.         Sound = WarMordorUnifyRhunMS
  6207.     End
  6208.   
  6209.     SideSound
  6210.         Side = PlayerIsengard
  6211.         Sound = WarIsengardUnifyRhunMS
  6212.     End
  6213.  
  6214.       SideSound
  6215.         Side = PlayerWild
  6216.         Sound = WarWildUnifyRhunMS
  6217.     End
  6218. End
  6219.  
  6220. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  6221. NewEvaEvent WorldLostRhun
  6222.     Priority = 8                    ; Important, but after Unify
  6223.     TimeBetweenEventsMS = 5000        ;5 seconds. Really, once per turn
  6224.     ExpirationTimeMS  = 30000        ;30 seconds. Make sure everything for a turn plays
  6225.  
  6226.     SideSound
  6227.         Side = PlayerMen
  6228.         Sound = CampSoldierWarLostRhun
  6229.     End
  6230.  
  6231.     SideSound
  6232.         Side = PlayerElves
  6233.         Sound = CampElfWarLostRhun
  6234.     End
  6235.   
  6236.     SideSound
  6237.         Side = PlayerDwarves
  6238.         Sound = CampDwarfWarLostRhun
  6239.     End
  6240.  
  6241.     SideSound
  6242.         Side = PlayerMordor
  6243.         Sound = CampOrcWarLostRhun
  6244.     End
  6245.   
  6246.     SideSound
  6247.         Side = PlayerIsengard
  6248.         Sound = CampOrcWarLostRhun
  6249.     End
  6250.  
  6251.       SideSound
  6252.         Side = PlayerWild
  6253.         Sound = CampGoblinWarLostRhun
  6254.     End
  6255. End
  6256.  
  6257. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  6258. ; The Gimli hero-army has been teleported back home because it was cutoff and
  6259. ; needed to retreat 
  6260. NewEvaEvent WarGimliMustRetreatHome
  6261.     Priority = 9                    ; Played by a message box; try to play as soon as the message box appears
  6262.     TimeBetweenEventsMS = 5000        ;5 seconds. Really, once per turn
  6263.     ExpirationTimeMS  = 30000        ;30 seconds. Make sure everything for a turn plays
  6264.  
  6265.     SideSound
  6266.         Side = PlayerDwarves
  6267.         Sound = CampDwarfWarMustReturnGimli
  6268.     End
  6269. End
  6270.  
  6271.  
  6272. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  6273. ; The Gloin hero-army has been teleported back home because it was cutoff and
  6274. ; needed to retreat 
  6275. NewEvaEvent WarGloinMustRetreatHome
  6276.     Priority = 9                    ; Played by a message box; try to play as soon as the message box appears
  6277.     TimeBetweenEventsMS = 5000        ;5 seconds. Really, once per turn
  6278.     ExpirationTimeMS  = 30000        ;30 seconds. Make sure everything for a turn plays
  6279.  
  6280.     SideSound
  6281.         Side = PlayerDwarves
  6282.         Sound = CampDwarfWarMustReturnGloin
  6283.     End
  6284. End
  6285.  
  6286.  
  6287. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  6288. ; The Dain hero-army has been teleported back home because it was cutoff and
  6289. ; needed to retreat 
  6290. NewEvaEvent WarDainMustRetreatHome
  6291.     Priority = 9                    ; Played by a message box; try to play as soon as the message box appears
  6292.     TimeBetweenEventsMS = 5000        ;5 seconds. Really, once per turn
  6293.     ExpirationTimeMS  = 30000        ;30 seconds. Make sure everything for a turn plays
  6294.  
  6295.     SideSound
  6296.         Side = PlayerDwarves
  6297.         Sound = CampDwarfWarMustReturnDain
  6298.     End
  6299. End
  6300.  
  6301.  
  6302.  
  6303. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  6304. ; The Elrond hero-army has been teleported back home because it was cutoff and
  6305. ; needed to retreat 
  6306. NewEvaEvent WarElrondMustRetreatHome
  6307.     Priority = 9                    ; Played by a message box; try to play as soon as the message box appears
  6308.     TimeBetweenEventsMS = 5000        ;5 seconds. Really, once per turn
  6309.     ExpirationTimeMS  = 30000        ;30 seconds. Make sure everything for a turn plays
  6310.  
  6311.     SideSound
  6312.         Side = PlayerElves
  6313.         Sound = CampElfWarHeroReturnElrond
  6314.     End
  6315. End
  6316.  
  6317.  
  6318.  
  6319. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  6320. ; The Haldir hero-army has been teleported back home because it was cutoff and
  6321. ; needed to retreat 
  6322. NewEvaEvent WarHaldirMustRetreatHome
  6323.     Priority = 9                    ; Played by a message box; try to play as soon as the message box appears
  6324.     TimeBetweenEventsMS = 5000        ;5 seconds. Really, once per turn
  6325.     ExpirationTimeMS  = 30000        ;30 seconds. Make sure everything for a turn plays
  6326.  
  6327.     SideSound
  6328.         Side = PlayerElves
  6329.         Sound = CampElfWarHeroReturnHaldir
  6330.     End
  6331. End
  6332.  
  6333.  
  6334.  
  6335. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  6336. ; The Thranduil hero-army has been teleported back home because it was cutoff and
  6337. ; needed to retreat 
  6338. NewEvaEvent WarThranduilMustRetreatHome
  6339.     Priority = 9                    ; Played by a message box; try to play as soon as the message box appears
  6340.     TimeBetweenEventsMS = 5000        ;5 seconds. Really, once per turn
  6341.     ExpirationTimeMS  = 30000        ;30 seconds. Make sure everything for a turn plays
  6342.  
  6343.     SideSound
  6344.         Side = PlayerElves
  6345.         Sound = CampElfWarHeroReturnThranduil
  6346.     End
  6347. End
  6348.  
  6349.  
  6350. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  6351. ; The Saruman hero-army has been teleported back home because it was cutoff and
  6352. ; needed to retreat 
  6353. NewEvaEvent WarSarumanMustRetreatHome
  6354.     Priority = 9                    ; Played by a message box; try to play as soon as the message box appears
  6355.     TimeBetweenEventsMS = 5000        ;5 seconds. Really, once per turn
  6356.     ExpirationTimeMS  = 30000        ;30 seconds. Make sure everything for a turn plays
  6357.  
  6358.     SideSound
  6359.         Side = PlayerIsengard
  6360.         Sound = CampOrcWarMustReturnSaruman
  6361.     End
  6362. End
  6363.  
  6364.  
  6365. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  6366. ; The Lurtz hero-army has been teleported back home because it was cutoff and
  6367. ; needed to retreat 
  6368. NewEvaEvent WarLurtzMustRetreatHome
  6369.     Priority = 9                    ; Played by a message box; try to play as soon as the message box appears
  6370.     TimeBetweenEventsMS = 5000        ;5 seconds. Really, once per turn
  6371.     ExpirationTimeMS  = 30000        ;30 seconds. Make sure everything for a turn plays
  6372.  
  6373.     SideSound
  6374.         Side = PlayerIsengard
  6375.         Sound = CampOrcWarMustReturnLurtz
  6376.     End
  6377. End
  6378.  
  6379.  
  6380. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  6381. ; The Sharku hero-army has been teleported back home because it was cutoff and
  6382. ; needed to retreat 
  6383. NewEvaEvent WarSharkuMustRetreatHome
  6384.     Priority = 9                    ; Played by a message box; try to play as soon as the message box appears
  6385.     TimeBetweenEventsMS = 5000        ;5 seconds. Really, once per turn
  6386.     ExpirationTimeMS  = 30000        ;30 seconds. Make sure everything for a turn plays
  6387.  
  6388.     SideSound
  6389.         Side = PlayerIsengard
  6390.         Sound = CampOrcWarMustReturnSharku
  6391.     End
  6392. End
  6393.  
  6394.  
  6395. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  6396. ; The FellBeast hero-army has been teleported back home because it was cutoff and
  6397. ; needed to retreat 
  6398. NewEvaEvent WarFellBeastMustRetreatHome
  6399.     Priority = 9                    ; Played by a message box; try to play as soon as the message box appears
  6400.     TimeBetweenEventsMS = 5000        ;5 seconds. Really, once per turn
  6401.     ExpirationTimeMS  = 30000        ;30 seconds. Make sure everything for a turn plays
  6402.  
  6403.     SideSound
  6404.         Side = PlayerMordor
  6405.         Sound = CampOrcWarMustReturnNazgul
  6406.     End
  6407. End
  6408.  
  6409.  
  6410. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  6411. ; The WitchKing hero-army has been teleported back home because it was cutoff and
  6412. ; needed to retreat 
  6413. NewEvaEvent WarWitchKingMustRetreatHome
  6414.     Priority = 9                    ; Played by a message box; try to play as soon as the message box appears
  6415.     TimeBetweenEventsMS = 5000        ;5 seconds. Really, once per turn
  6416.     ExpirationTimeMS  = 30000        ;30 seconds. Make sure everything for a turn plays
  6417.  
  6418.     SideSound
  6419.         Side = PlayerMordor
  6420.         Sound = CampOrcWarMustReturnWitchKing
  6421.     End
  6422. End
  6423.  
  6424.  
  6425.  
  6426. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  6427. ; The Aragorn hero-army has been teleported back home because it was cutoff and
  6428. ; needed to retreat 
  6429. NewEvaEvent WarAragornMustRetreatHome
  6430.     Priority = 9                    ; Played by a message box; try to play as soon as the message box appears
  6431.     TimeBetweenEventsMS = 5000        ;5 seconds. Really, once per turn
  6432.     ExpirationTimeMS  = 30000        ;30 seconds. Make sure everything for a turn plays
  6433.  
  6434.     SideSound
  6435.         Side = PlayerMen
  6436.         Sound = CampSoldierWarMustReturnAragorn
  6437.     End
  6438. End
  6439.  
  6440.  
  6441. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  6442. ; The Theoden hero-army has been teleported back home because it was cutoff and
  6443. ; needed to retreat 
  6444. NewEvaEvent WarTheodenMustRetreatHome
  6445.     Priority = 9                    ; Played by a message box; try to play as soon as the message box appears
  6446.     TimeBetweenEventsMS = 5000        ;5 seconds. Really, once per turn
  6447.     ExpirationTimeMS  = 30000        ;30 seconds. Make sure everything for a turn plays
  6448.  
  6449.     SideSound
  6450.         Side = PlayerMen
  6451.         Sound = CampSoldierWarMustReturnTheoden
  6452.     End
  6453. End
  6454.  
  6455.  
  6456. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  6457. ; The Boromir hero-army has been teleported back home because it was cutoff and
  6458. ; needed to retreat 
  6459. NewEvaEvent WarBoromirMustRetreatHome
  6460.     Priority = 9                    ; Played by a message box; try to play as soon as the message box appears
  6461.     TimeBetweenEventsMS = 5000        ;5 seconds. Really, once per turn
  6462.     ExpirationTimeMS  = 30000        ;30 seconds. Make sure everything for a turn plays
  6463.  
  6464.     SideSound
  6465.         Side = PlayerMen
  6466.         Sound = CampSoldierWarMustReturnBoromir
  6467.     End
  6468. End
  6469.  
  6470.  
  6471.  
  6472. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  6473. ; The Shelob heroine-army has been teleported back home because it was cutoff and
  6474. ; needed to retreat 
  6475. NewEvaEvent WarShelobMustRetreatHome
  6476.     Priority = 9                    ; Played by a message box; try to play as soon as the message box appears
  6477.     TimeBetweenEventsMS = 5000        ;5 seconds. Really, once per turn
  6478.     ExpirationTimeMS  = 30000        ;30 seconds. Make sure everything for a turn plays
  6479.  
  6480.     SideSound
  6481.         Side = PlayerWild
  6482.         Sound = CampGoblinWarMustReturnShelob
  6483.     End
  6484. End
  6485.  
  6486.  
  6487. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  6488. ; The Drogoth hero-army has been teleported back home because it was cutoff and
  6489. ; needed to retreat 
  6490. NewEvaEvent WarDrogothMustRetreatHome
  6491.     Priority = 9                    ; Played by a message box; try to play as soon as the message box appears
  6492.     TimeBetweenEventsMS = 5000        ;5 seconds. Really, once per turn
  6493.     ExpirationTimeMS  = 30000        ;30 seconds. Make sure everything for a turn plays
  6494.  
  6495.     SideSound
  6496.         Side = PlayerWild
  6497.         Sound = CampGoblinWarMustReturnDrogoth
  6498.     End
  6499. End
  6500.  
  6501.  
  6502. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  6503. ; The Gorkil hero-army has been teleported back home because it was cutoff and
  6504. ; needed to retreat 
  6505. NewEvaEvent WarGorkilMustRetreatHome
  6506.     Priority = 9                    ; Played by a message box; try to play as soon as the message box appears
  6507.     TimeBetweenEventsMS = 5000        ;5 seconds. Really, once per turn
  6508.     ExpirationTimeMS  = 30000        ;30 seconds. Make sure everything for a turn plays
  6509.  
  6510.     SideSound
  6511.         Side = PlayerWild
  6512.         Sound = CampGoblinWarMustReturnGoblinKing
  6513.     End
  6514. End
  6515.  
  6516.  
  6517.  
  6518. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  6519. ; One of the hero-army has been teleported back somewhere because it was cutoff and
  6520. ; needed to retreat, and the 'home' region is not a valid choice
  6521. NewEvaEvent WarHeroMustRetreatSomewhere
  6522.     Priority = 9                    ; Played by a message box; try to play as soon as the message box appears
  6523.     TimeBetweenEventsMS = 5000        ;5 seconds. Really, once per turn
  6524.     ExpirationTimeMS  = 30000        ;30 seconds. Make sure everything for a turn plays
  6525.     
  6526.     SideSound
  6527.         Side = PlayerMen
  6528.         Sound = CampSoldierWORHeroHasRetreated
  6529.     End
  6530.  
  6531.     SideSound
  6532.         Side = PlayerElves
  6533.         Sound = CampElfWORHeroHasRetreated
  6534.     End
  6535.   
  6536.     SideSound
  6537.         Side = PlayerDwarves
  6538.         Sound = CampDwarfWORHeroHasRetreated
  6539.     End
  6540.  
  6541.     SideSound
  6542.         Side = PlayerMordor
  6543.         Sound = CampOrcWORHeroHasRetreated
  6544.     End
  6545.   
  6546.     SideSound
  6547.         Side = PlayerIsengard
  6548.         Sound = CampOrcWORHeroHasRetreated
  6549.     End
  6550.  
  6551.       SideSound
  6552.         Side = PlayerWild
  6553.         Sound = CampGoblinWORHeroHasRetreated
  6554.     End
  6555. End
  6556.  
  6557.  
  6558. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  6559. MiscEvaData
  6560.     EnemySightedMaxVoicePositionScanRange = 1100 ; Maximum distance to look for an object to play EnemyUnitSighted/EnemyCampSighted from
  6561.     EnemyCampDestroyedDamageTimeoutMS = 3000     ; I must have damaged the enemy camp within the last 3 seconds to get a EnemyCampDestroyed event
  6562.     FriendlyCampDestroyedDamageTimeoutMS = 6000  ; If my camp was not damaged (by anyone else) within the last 6 seconds, I don't get a CampDestroyed (and my allies don't get AllyCampDestroyed). To avoid CampDestroyed when selling econ plots.
  6563.     
  6564.     ; Jump-to control. These control the behavior of the spacebar. 
  6565.     MaxMillisecondsToKeepJumpToEvents = 60000       ; How long to keep around a jump-to event 
  6566.     MaxMillisecondsBeforeResettingLastJumpTo = 2000 ; How close together spacebar presses must be to count as "cycling through the events" After this much time, the spacebar just goes to the most recent event.
  6567.     MinDistanceBetweenJumpToEvents    = 400         ; If two consecutive events are closer than this distance, the earlier one is killed when the later one becomes a jump-to event
  6568. End
  6569.  
  6570.  
  6571.  
  6572.