...
- Construction - build, help build, demolish, repair stuff
- Attack - attack stuff
- Sensor - would this just be sensors or also ECM?
- Repair - droids with repair turrets
- Commander - commander droids.
Properties
...
Property | Description |
---|---|
retreatMode | Does the droid retreat at heavy or medium damage, or never retreat? |
attackMode | Does the droid hold fire, return fire or fire at will? |
Methods
Method | Description |
---|---|
.attack() | Attack something |
.move() | Move somewhere |
.retreat() | Retreat somewhere (to base if nowhere defined) |
.recycle() | Go and get recycled |
.build() | Build something (only applies to construction droids) |
.demolish() | Demolish something (only applies to construction droids) |
...