/tg/ Station 13 - Modules - Types

code/datums/ai/basic_mobs/targeting_strategies/basic_targeting_strategy.dm

/datum/targeting_strategyDatum for basic mobs to define what they can attack.GET_TARGETING_STRATEGY((/[^,]*)), Global, just like ai_behaviors
/datum/targeting_strategy/basic/allow_itemsSubtype more forgiving for items. Careful, this can go wrong and keep a mob hyper-focused on an item it can't lose aggro on
/datum/targeting_strategy/basic/of_sizeSubtype which searches for mobs of a size relative to ours
/datum/targeting_strategy/basic/same_factionMakes the mob only attack their own faction. Useful mostly if their attacks do something helpful (e.g. healing touch).