bookmarks = {
	
	##### NEW ENGLAND
	
	bookmark = {
		name = "NEW_ENGLAND_NAME"
		desc = "NEW_ENGLAND_NAME_DESC"
		date = 2275.1.1.12
		picture = "GFX_new_england"
		default_country = "CPG"
		default = no

		"---" = {
			history = "OTHER_OWB_DESC"
		}
		
		# Majors
		"CPG" = {
			history = "CPG_OWB_DESC"
			ideology = people
			ideas = {
				CPG_citizen_soldiers
				
			}
			focuses = {
				CPG_end_of_an_era
				CPG_below_the_earth
				CPG_convene_provisional_government
			}
		}
		effect = {
			randomize_weather = 12345 # <- Obligatory in every bookmark !
			#123 = { rain_light = yes }
		}
	}
}

# vim: set ft=pdx ts=2 sw=2 tw=79 :
