{ "dm_type": "/datum/bt_node/subtree/simple_ability_combat", "type": "parallel", "failure_policy": "BT_PARALLEL_FAILURE_CHILD_ONE", "success_policy": "BT_PARALLEL_SUCCESS_CHILD_ONE", "repeat_secondary": true, "repeat_secondary_delay": "BASIC_MOB_FIND_TARGET_RATE", "finish_on_primary": true, "children": [ { "type": "selector", "children": [ { "type": "decorator", "decorator": "/datum/bt_node/decorator/bb_key_set", "vars": { "observer_abort": "BT_ABORT_BOTH", "invert": false, "key": "BB_CURRENT_TARGET" }, "child": { "type": "parallel", "failure_policy": "BT_PARALLEL_FAILURE_ANY", "success_policy": "BT_PARALLEL_SUCCESS_CHILD_ONE", "repeat_secondary": true, "finish_on_primary": true, "children": [ { "type": "subplan", "success_policy": "BT_SUBPLAN_LOOP_ON_SUCCESS", "failure_policy": "BT_SUBPLAN_LOOP_ON_FAILURE", "children": [ { "type": "decorator", "decorator": "/datum/bt_node/decorator/cooldown", "vars": { "observer_abort": "BT_ABORT_LOWER_PRIORITY", "cooldown_key": "BB_WIZARD_SPELL_COOLDOWN", "cooldown_duration": "WIZARD_SPELL_COOLDOWN" }, "child": { "type": "selector", "children": [ { "type": "leaf", "behavior": "/datum/bt_node/ai_behavior/targeted_mob_ability", "vars": { "ability_key": "BB_WIZARD_TARGETED_SPELL", "target_key": "BB_CURRENT_TARGET" } }, { "type": "leaf", "behavior": "/datum/bt_node/ai_behavior/targeted_mob_ability", "vars": { "ability_key": "BB_WIZARD_SECONDARY_SPELL", "target_key": "BB_CURRENT_TARGET" } }, { "type": "leaf", "behavior": "/datum/bt_node/ai_behavior/targeted_mob_ability", "vars": { "ability_key": "BB_WIZARD_BLINK_SPELL", "target_key": "BB_CURRENT_TARGET" } } ] } } ] }, { "type": "leaf", "behavior": "/datum/bt_node/ai_behavior/move_to_target", "vars": { "target_key": "BB_CURRENT_TARGET", "required_dist": 3, "finish_on_arrival": false } } ] } }, { "type": "subtree", "subtype": "/datum/bt_node/subtree/random_walk" } ] }, { "type": "leaf", "behavior": "/datum/bt_node/ai_behavior/acquire_target/update_combat_targets", "vars": { "target_key": "BB_CURRENT_TARGET", "targeting_strategy": "BB_TARGETING_STRATEGY", "hiding_location_key": "BB_CURRENT_TARGET_HIDING_LOCATION" } } ] }