| /datum/targeting_strategy/parrot_hoard_location | Accepts open turfs which aren't space, aren't blocked, and are within hoarding range. Used to pick a parrot's nest. |
|---|
| /datum/targeting_strategy/parrot_hoard_item | Accepts small items lying on a turf away from the nest, or non-ally humans holding a small valuable. Used to pick something to steal. |
|---|
| /datum/bt_node/ai_behavior/acquire_target/parrot_hoard_item | Finds something for the parrot to steal. Temporarily ignores faction when eyeing a person's belongings. |
|---|
| /datum/bt_node/ai_behavior/basic_melee_attack/interact_once/parrot | Single-hit grab variant which resets the faction-ignore flag once we are done stealing. |
|---|
| /datum/bt_node/subtree/parrot_hoard | Find a nest, carry loot home, then go steal more. |
|---|