

on_actions = {
   on_weekly_GAY = { 
	   effect = { 
            if = { limit = {
				 check_variable = { GAY_Militarization = 0 }
		        }
				GAY_militarization_0_effect = yes
		    }
			if = { limit = {
				 check_variable = { GAY_Militarization < 25 }
				 AND = { check_variable = { GAY_Militarization > 0 } }
		        }
				GAY_militarization_25_effect = yes
		    }
			if = { limit = {
				 check_variable = { GAY_Militarization < 50 }
				 AND = { check_variable = { GAY_Militarization > 25 } }
		        }
				GAY_militarization_50_effect = yes
		    }
			if = { limit = {
				 check_variable = { GAY_Militarization < 75 }
				 AND = { check_variable = { GAY_Militarization > 50 } }
				}
				GAY_militarization_75_effect = yes
		    }
			if = { limit = {
				 check_variable = { GAY_Militarization < 101 }
				 AND = { check_variable = { GAY_Militarization > 75 } }
		        }
				GAY_militarization_100_effect = yes
		    }
	    } 
	}
}