; Stormbringer3 Script ; Script for Team 2: Stormbringer Main startstate Upgrades state Upgrades { AIFunction Defensive Build West SB Maintain BuildUpgrades 4 4 1 Build East SB Maintain BuildUpgrades 4 4 1 TriggerProcessor GoNamedState GroupsWatchingEnemy East West GroupsHelpingRepelEnemy Null } state Build { AIFunction Defensive Aggressive CenterPatrol East West Build East SB Maintain EastGuard 6 6 1 Build West SB Maintain WestGuard 6 6 1 TriggerProcessor GoNamedState FoundEnemyFunction RepelAttack FoundEnemyState FoundEnemy1 GroupsWatchingEnemy East West GroupsHelpingRepelEnemy East West WaypointPath East EastGuard noloop WaypointPath West WestGuard noloop } state Initial { AIFunction Defensive Aggressive CenterPatrol TriggerProcessor GoNamedState FoundEnemyFunction RepelAttack FoundEnemyState FoundEnemy1 GroupsWatchingEnemy East West GroupsHelpingRepelEnemy East West WaypointPath CenterPatrol CenterLoop loop } state FoundEnemy1 { AIFunction RepelAttack TriggerProcessor GoNamedState NextState Initial } state CenterReactToAttack { AIFunction Defensive Passive CenterPatrol TriggerProcessor GoNamedState WaypointPath East EastGuard noloop WaypointPath West WestGuard noloop WaypointPath CenterPatrol CenterFlee noloop } state T2DefendBase { AIFunction Defensive Defensive East West Aggressive CenterPatrol TriggerProcessor GoNamedState FoundEnemyFunction RepelAttack FoundEnemyState FoundEnemy2 GroupsWatchingEnemy East West CenterPatrol GroupsHelpingRepelEnemy East West CenterPatrol WaypointPath East EastGuard noloop WaypointPath West WestGuard noloop } state FoundEnemy2 { AIFunction RepelAttack TriggerProcessor GoNamedState NextState T2DefendBase } BuildList BuildUpgrades { Damage Damage Health Health } BuildList EastGuard { Acolyte Acolyte Pyromage Pyromage Conjurer Conjurer Icemage Windmage } BuildList WestGuard { Acolyte Acolyte Pyromage Pyromage Conjurer Conjurer Icemage Windmage } Path EastGuard { -22.677889 20.623041 217.561905 } Path WestGuard { 1.938122 20.043453 217.458054 } Path CenterLoop { 24.551 8.127 86.553 36.467 8.040 65.617 27.822 8.469 50.202 13.702 7.939 48.638 -6.986 8.125 54.975 -14.483 8.008 66.744 -11.133 8.034 86.950 24.551 8.127 86.553 } Path CenterFlee { 4.559 8.161 100.481 -18.466 8.445 116.243 -11.504 8.002 145.810 -9.757 15.525 182.430 }