RedAlerts.xml 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. <?xml version="1.0" encoding="us-ascii" ?>
  2. <AssetDeclaration xmlns="uri:ea.com:eala:asset">
  3. <Tags />
  4. <RedAlertTemplate
  5. id="BaseRedAlert"
  6. OrangeAreaThreatThreshold="20000"
  7. RedAreaThreatThreshold="49000"
  8. MaxAllowedThreat="50000"
  9. KillThreatMultiplier="0.75"
  10. DeathThreatMultiplier="3.0"
  11. YellowAreaThreatDecayPerSecond="50"
  12. OrangeAreaThreatDecayPerSecond="150"
  13. RedAreaThreatDecayPerSecond="50"
  14. RedAlertBuildingDamagePerSecond="15"
  15. RedAlertUpdatedBuildingDamagePerSecond="50"
  16. RedAlertBuildingDamageIncreaseTime="180s"
  17. RedAlertDisableStructureBuilding="false"
  18. RedAlertShowAllUnitsAndStructures="false"
  19. YellowAlertTechPointMultiplier="1.0"
  20. OrangeAlertTechPointMultiplier="1.5"
  21. RedAlertTechPointMultiplier="2.0"
  22. EvaEventToPlayOnRedAlertInitiateOwner="OwnerRedAlertActivated"
  23. EvaEventToPlayOnRedAlertInitiateAlly="AllyRedAlertActivated"
  24. EvaEventToPlayOnRedAlertInitiateEnemy="EnemyRedAlertActivated">
  25. <YellowAreaEffect>AttributeModifier_RedAlert_Yellow</YellowAreaEffect>
  26. <OrangeAreaEffect>AttributeModifier_RedAlert_Orange</OrangeAreaEffect>
  27. <RedAreaEffect>AttributeModifier_RedAlert_Red</RedAreaEffect>
  28. <RedAlertEffect>AttributeModifier_RedAlert_Affect</RedAlertEffect>
  29. </RedAlertTemplate>
  30. <!-- Previous Values 1 - 7/29/07
  31. OrangeAreaThreatThreshold="27500"
  32. RedAreaThreatThreshold="127500"
  33. MaxAllowedThreat="150000"
  34. KillThreatMultiplier="0.5"
  35. DeathThreatMultiplier="2.0"
  36. ThreatDecayPerSecond="200"
  37. RedAlertBuildingDamagePerSecond="5"
  38. RedAlertUpdatedBuildingDamagePerSecond="25"
  39. RedAlertBuildingDamageIncreaseTime="120s">
  40. -->
  41. <!-- Previous Values 2 - 7/30/07
  42. OrangeAreaThreatThreshold="15000"
  43. RedAreaThreatThreshold="85000"
  44. MaxAllowedThreat="100000"
  45. KillThreatMultiplier="0.5"
  46. DeathThreatMultiplier="2.0"
  47. ThreatDecayPerSecond="200"
  48. RedAlertBuildingDamagePerSecond="5"
  49. RedAlertUpdatedBuildingDamagePerSecond="25"
  50. RedAlertBuildingDamageIncreaseTime="120s">
  51. -->
  52. <!-- Previous Values 3 - 7/30/07
  53. OrangeAreaThreatThreshold="11250"
  54. RedAreaThreatThreshold="63750"
  55. MaxAllowedThreat="75000"
  56. KillThreatMultiplier="0.5"
  57. DeathThreatMultiplier="2.0"
  58. ThreatDecayPerSecond="200"
  59. RedAlertBuildingDamagePerSecond="5"
  60. RedAlertUpdatedBuildingDamagePerSecond="25"
  61. RedAlertBuildingDamageIncreaseTime="120s">
  62. -->
  63. <!-- Previous Values 4 - 10/16/07
  64. OrangeAreaThreatThreshold="25000"
  65. RedAreaThreatThreshold="75000"
  66. MaxAllowedThreat="100000"
  67. KillThreatMultiplier="1.0"
  68. DeathThreatMultiplier="4.0"
  69. YellowAreaThreatDecayPerSecond="250"
  70. OrangeAreaThreatDecayPerSecond="500"
  71. RedAreaThreatDecayPerSecond="1000"
  72. RedAlertBuildingDamagePerSecond="4"
  73. RedAlertUpdatedBuildingDamagePerSecond="25"
  74. RedAlertBuildingDamageIncreaseTime="120s"
  75. -->
  76. </AssetDeclaration>