radical_volunteers_to_ddr = {
    enable = {
        has_government = communism
		DDR = {
			exists = yes
			has_government = communism
		}
    }
    abort = {
		OR = {
			NOT = { has_government = communism }
			DDR = {
				exists = no
			}
			DDR = {
				NOT = { has_government = communism }
			}
		}
    }
   
    ai_strategy = {
        type = send_volunteers_desire
        id = "DDR"
        value = 500
    }   
}
