Skip to content
Snippets Groups Projects
Commit 63d6fe06 authored by Reeves, David E's avatar Reeves, David E
Browse files

* starting attack stuff

parent 6350301d
No related branches found
No related tags found
No related merge requests found
...@@ -35,6 +35,10 @@ borg.goalPath = "HTN/Trees/" ...@@ -35,6 +35,10 @@ borg.goalPath = "HTN/Trees/"
################################################################################################################################################################# #################################################################################################################################################################
# will the entities move to attack positions at the end of training? # will the entities move to attack positions at the end of training?
borg.isAttackRun = False borg.isAttackRun = False
# attack time after which all vehicles will go to attack positions
# note: This is not an interrupt, convoys will finish what they were doing first
borg.params_attackTime = 10
# red training positions # red training positions
borg.redDestinations=["TRAINING01", "TRAINING02", "TRAINING03", "TRAINING04", "TRAINING05", "TRAINING06", "TRAINING07", "TRAINING08", "TRAINING09", "TRAINING10", "TRAINING11", "TRAINING12", ] borg.redDestinations=["TRAINING01", "TRAINING02", "TRAINING03", "TRAINING04", "TRAINING05", "TRAINING06", "TRAINING07", "TRAINING08", "TRAINING09", "TRAINING10", "TRAINING11", "TRAINING12", ]
# red attack positions # red attack positions
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment