This wiki is archived from 2021-09-05
Planetary Annihilation AI Build Specs: Difference between revisions
Jump to navigation
Jump to search
Line 30: | Line 30: | ||
* task_type (string Platoon Task Type) | * task_type (string Platoon Task Type) | ||
Note: Platoon conditions are always evaluated | Note: Platoon conditions are always evaluated against the main base unlike fabbers (may change this). | ||
ie do not use InBase | |||
[[Planetary Annihilation AI Platoon Manager|AI Platoon Manager]] | [[Planetary Annihilation AI Platoon Manager|AI Platoon Manager]] |
Revision as of 06:00, 27 March 2017
File:Titans-icon.png Planetary Annihilation AI Build Spec
Fabber Build Specs
- name
- to_build (string AI Friendly Name)
- instance_count (number)
- shared_instance_count (string)
- min_num_assisters (>=-1)
- max_num_assisters (>=-1)
- priority (number)
- base_sort (FromMainBase, FromPerimeter, FromBuilder)
- include_unsafe_bases (boolean) (NEW)
- builders (array of unit spec strings for fabbers)
- build conditions (array of build condition spec groups)
- placement_rules (object)
Platoon Build Specs
- name
- to_build (string AI Platoon Template Name)
- instance_count (number)
- shared_instance_count (string)
- min_num_assisters (>=-1)
- max_num_assisters (>=-1)
- priority (number)
- build conditions (array of build condition spec groups)
- task_type (string Platoon Task Type)
Note: Platoon conditions are always evaluated against the main base unlike fabbers (may change this).
ie do not use InBase