on_actions = {
    on_capitulation_immediate = {
        effect = {
            if = {
                limit = {
                    has_global_flag = german_civil_war_goeringvic
                    FROM = {
                        is_in_faction_with = GER
                    }
                }
				if = {
					limit = {
						GER = { is_ai = no }
					}
					ROOT = {
						send_equipment_fraction = {
							target = ZZZ
							value = 0.75
						}
					}
				}
				else = {
					ROOT = {
						send_equipment_fraction = {
							target = ZZZ
							value = 0.25
						}
					}
				}
			}
        }
    }
}