/datum/ai_controller/basic_controller/simple | Basetype with normal parameters |
---|
/datum/ai_controller/basic_controller/simple/simple_hostile | The most basic AI tree which just finds a guy and then runs at them to click them |
---|
/datum/ai_controller/basic_controller/simple/simple_hostile_obstacles | Find a target, walk at target, attack intervening obstacles |
---|
/datum/ai_controller/basic_controller/simple/simple_ranged | Find a target, walk at target, attack intervening obstacles |
---|
/datum/ai_controller/basic_controller/simple/simple_skirmisher | Find a target, walk towards it AND shoot it |
---|
/datum/ai_controller/basic_controller/simple/simple_ability | Use an ability on target on cooldown |
---|
/datum/ai_controller/basic_controller/simple/simple_ability_melee | Use an ability on target on cooldown, then try to punch them |
---|
/datum/ai_controller/basic_controller/simple/simple_ability_ranged | Use an ability on target on cooldown, then try to shoot them |
---|
/datum/ai_controller/basic_controller/simple/simple_retaliate | Fight back if attacked |
---|
/datum/ai_controller/basic_controller/simple/simple_capricious | Get pissed at random people for no reason |
---|
/datum/ai_controller/basic_controller/simple/simple_fearful | Runs away from anyone it sees |
---|
/datum/ai_controller/basic_controller/simple/simple_skittish | Runs away when attacked |
---|
/datum/ai_controller/basic_controller/simple/simple_goon | Does what it is told and protects da boss |
---|
/datum/ai_controller/basic_controller/talk | Literally does nothing except random speedh |
---|