This wiki is archived from 2021-09-05

Planetary Annihilation AI Build Specs

From Planetary Annihilation: TITANS and Classic PA Wiki
Revision as of 10:06, 27 March 2017 by Admin (talk | contribs)
Jump to navigation Jump to search

File:Titans-icon.png Planetary Annihilation AI Build Spec

AI Implementation

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)

AI Fabber Manager

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

AI Platoon Manager