# Written by LordBogdanoff #Volunteeer Army HPR_army_focus = { allowed = { tag = HPR } enable = { original_tag = HPR } abort_when_not_enabled = yes ai_strategy = { type = role_ratio id = L_Inf value = 20 } ai_strategy = { type = role_ratio id = Militia value = 50 } #More Militia in Kharkov AI ai_strategy = { type = role_ratio id = infantry value = 5 } ai_strategy = { type = role_ratio id = garrison value = 10 } ai_strategy = { type = role_ratio id = marines value = -20 } ai_strategy = { type = force_build_armies value = 150 } #Keep Kharkov AI building Units } HPR_dislikes_UKR = { allowed = { original_tag = HPR } enable = { NOT = { is_subject_of = UKR } } abort_when_not_enabled = yes ai_strategy = { type = conquer id = "UKR" value = 100 } ai_strategy = { type = contain id = "UKR" value = 100 } ai_strategy = { type = antagonize id = "UKR" value = 200 } } HPR_friendly_with_SOV = { allowed = { original_tag = HPR } enable = { NOT = { has_war_with = SOV } } abort_when_not_enabled = yes ai_strategy = { type = befriend id = "SOV" value = 500 } }