File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -115,6 +115,7 @@ Simulates:
115
115
* Stim, Armor, Weapon, Range and Speed upgrades
116
116
* Effects like plague, lockdown, stasis, dark swarm
117
117
* Frame skipping to improve simulation performance at cost of precision
118
+ * Spider mines
118
119
119
120
## Limitations
120
121
* Elevation is deemed "constant" within the simulation
@@ -187,4 +188,9 @@ Helps in managing resources and units with specific tasks:
187
188
188
189
## Grids
189
190
Used for pathing. In addition to JPS, it's also possible to "cast rays" in a grid. This is mostly used
190
- for direct reachability checks (ie. can unit A reach position B without obstacle).
191
+ for direct reachability checks (ie. can unit A reach position B without obstacle).
192
+
193
+ ## Behavior Trees
194
+ Can be used to control individual units, groups of units of even a complete bot (ie.
195
+ [ StyxZ] ( https://github.com/Bytekeeper/Styx ) is controlling basically everything using these).
196
+ There are also nodes to simplify locking of resources (ie. units and minerals).
You can’t perform that action at this time.
0 commit comments