@@ -103,24 +103,25 @@ Simulates:
103
103
* Cloaked units
104
104
* Splash (Radial, Line and "Bounce" aka Tanks, Lurkers and Mutas)
105
105
* Stim, Armor, Weapon, Range and Speed upgrades
106
+ * ` master ` : Effects like plague, lockdown, stasis, dark swarm
106
107
107
108
## Limitations
108
109
* Elevation is deemed "constant" within the simulation
109
110
* Visibility is ignored
110
111
* Spellcasters are doing nothing
111
112
* Distance mechanism does not match BW's "boxed" distances
112
- * Instant movement
113
+ * Instant acceleration
113
114
114
115
## Behaviors
115
116
Default behaviors:
116
117
117
118
Medics:
118
119
* Find any unit that can be healed this frame (in range and damaged)
119
- * Otherwise find closest unit in need of healing and move toward it
120
+ * Otherwise find unit in range and in need of healing and move toward it
120
121
121
122
Suiciders:
122
123
* Find any unit that can be attacked this frame and dive in
123
- * Otherwise find closest targetable unit and close in
124
+ * Otherwise find targetable unit and close in
124
125
125
126
Repairers (SCVs):
126
127
* Find any unit that can be repaired this frame and repair it
@@ -129,7 +130,7 @@ Repairers (SCVs):
129
130
130
131
Attackers:
131
132
* Find any unit that can be attacked this frame and attack
132
- * Otherwise find closest targetable unit and close in
133
+ * Otherwise find viable target unit and close in
133
134
* Otherwise flee from any unit that could attack us
134
135
135
136
You can also use the ` RetreatBehavior ` to make some or all units run away instead of attacking.
0 commit comments