guitypes = {
	containerWindowType = {
		name = "protests_open_button"
		position = { x=12 y=376 }
		scale = 0.95

		ButtonType = {
			name = "open_protests_main_screen_button"
			position = { x = 0 y = 0 }
			quadTextureSprite ="GFX_diplo_filter_entry"
			buttonText = "MD_protests_open_button_text"
			font = "hoi_16mbs"
			frame = 2
			clicksound = click_default
			shortcut = "shift+1"
			pdx_tooltip = "OPEN_PROTESTS_BUTTON"
			pdx_tooltip_delayed = "OPEN_PROTESTS_BUTTON_TT"
		}

		# iconType = {
		# 	name = "protests_icon"
		# 	spriteType = "GFX_protests_icon"
		# 	position = { x = 0 y = 0 }
		# 	alwaystransparent = yes
		# }

		# iconType = {
		# 	name = "protests_warning_icon1"
		# 	spriteType = "GFX_warning_icon_l"
		# 	position = { x = 6 y = 8 }
		# 	alwaystransparent = yes
		# 	scale = 0.8
		# }

		# iconType = {
		# 	name = "protests_warning_icon2"
		# 	spriteType = "GFX_warning_icon_l"
		# 	position = { x = 110 y = 8 }
		# 	alwaystransparent = yes
		# 	scale = 0.8
		# }
	}

	containerWindowType = {
		name = "protest_mechanic_decision_ui_window"
		size = { width = 740 height = 780 }
		position = { x = 0 y = 0 }
		clipping = no
		orientation = center
		origo = center
		moveable = yes

		background = {
			name = "Background"
			quadTextureSprite = "GFX_MD_tiled_window1_close"
			position = { x = 0 y = 0 }
		}

		buttonType = {
			name = "close_protest_screen"
			position = { x = -38 y = 10 }
			quadTextureSprite ="GFX_closebutton"
			scale = 0.9
			buttonFont = "Main_14_black"
			shortcut = "ESCAPE"
			Orientation = "UPPER_RIGHT"
			clicksound = click_close
			pdx_tooltip = "CLOSE_PROTEST_SCREEN"
		}
		
		iconType = {
			name = "protest_mechanic_title_bg"
			spriteType = "GFX_protests_title_background"
			Orientation = "CENTER_UP"
			position = { x = -290 y = 5 }
			alwaystransparent = yes
		}

		instantTextBoxType = {
			name = "protest_mechanic_title"
			Orientation = "CENTER_UP"
			position = { x = -140 y = 18 }
			font = "hoi_30header"
			format = center
			maxWidth = 280
			maxHeight = 24
			fixedsize = yes
			text = "PROTEST_TITLE"
			pdx_tooltip = "OPEN_PROTESTS_BUTTON"
		}

		containerWindowType = {
			name = "MD_protests_state"
			position = { x = 12 y = 70 }
			size = { width = 356 height = 60 }

			background = {
				name = "Background"
				quadTextureSprite ="GFX_mini_bg"
			}
			
			iconType = {
				name = "MD_protests_state_icon"
				spriteType = "GFX_stability_icon"
				position = { x = 10 y = 14 }
				scale = 1.4
			}
			instantTextBoxType = {
				name = "MD_protests_state_title"
				position = { x = 51 y = 12 }
				font = "hoi_18mbs"
				text = "[MD_protests_state_text]"
				pdx_tooltip = "[MD_protests_state_text_TT]"
				format = left
				maxWidth = 300
				maxHeight = 22
				fixedsize = yes
			}
			instantTextBoxType = {
				name = "MD_protests_state_subtitle"
				position = { x = 52 y = 32 }
				font = "hoi_16mbs"
				text = "MD_protests_state_subtitle"
				pdx_tooltip = "[MD_protests_state_text_TT]"
				format = left
				maxWidth = 300
				maxHeight = 22
				fixedsize = yes
			}
		}

		containerWindowType = {
			name = "MD_protests_worst_state"
			position = { x = 372 y = 70 }
			size = { width = 356 height = 60 }

			background = {
				name = "Background"
				quadTextureSprite ="GFX_mini_bg"
			}
			
			iconType = {
				name = "MD_protests_state_icon"
				spriteType = "GFX_resistance_icon"
				position = { x = 7 y = 11 }
				scale = 1.3
			}
			instantTextBoxType = {
				name = "MD_protests_state_title"
				position = { x = 51 y = 12 }
				font = "hoi_18mbs"
				text = "MD_protests_state_warning_text"
				pdx_tooltip = "MD_protests_state_warning_tt"
				format = left
				maxWidth = 300
				maxHeight = 22
				fixedsize = yes
			}
			instantTextBoxType = {
				name = "MD_protests_state_subtitle"
				position = { x = 52 y = 32 }
				font = "hoi_16mbs"
				text = "MD_protests_state_warning_subtitle"
				pdx_tooltip = "MD_protests_state_warning_tt"
				format = left
				maxWidth = 300
				maxHeight = 22
				fixedsize = yes
			}
		}

		containerWindowType = {
			name = "MD_protests_drift"
			position = { x = 12 y = 132 }
			size = { width = 716 height = 200 }

			background = {
				name = "Background"
				quadTextureSprite ="GFX_mini_bg"
			}

			instantTextBoxType = {
				name = "title"
				position = { x = 13 y = 10 }
				font = "hoi_24header"
				text = "MD_drift_header_text"
				format = left
				maxWidth = 620
				maxHeight = 10
			}

			containerWindowType = {
				name = "MD_protests_drift_left"
				position = { x = 10 y = 38 }
				size = { width = 346 height = 153 }

				background = {
					name = "Background"
					quadTextureSprite = "GFX_mini_bg"
				}

				containerWindowType = {
					name = "MD_drift_spending_row"
					position = { x = 5 y = 6 }

					iconType = {
						name = "MD_drift_spending_icon"
						spriteType = "GFX_treasury"
						position = { x = 0 y = 0 }
					}

					instantTextBoxType = {
						name = "MD_drift_spending_row_text"
						position = { x = 28 y = 5 }
						font = "hoi_18mbs"
						text = "MD_DRIFT_SPENDING_TEXT"
						pdx_tooltip = "MD_drift_spending_tt"
						format = left
						maxWidth = 280
						maxHeight = 20
						fixedsize = yes
					}

					instantTextBoxType = {
						name = "MD_drift_spending_row_value"
						position = { x = 280 y = 5 }
						font = "hoi_18mbs"
						text = "MD_DRIFT_SPENDING_VALUE"
						pdx_tooltip = "MD_drift_spending_tt"
						format = right
						maxWidth = 50
						maxHeight = 20
						fixedsize = yes
					}

					iconType = {
						name = "MD_separator"
						spriteType = "GFX_protests_separator"
						position = { x = 8 y = 24 }
					}
				}

				containerWindowType = {
					name = "MD_drift_stability_row"
					position = { x = 5 y = 35 }

					iconType = {
						name = "MD_drift_stability_icon"
						spriteType = "GFX_stability_icon"
					}

					instantTextBoxType = {
						name = "MD_drift_stability_row_text"
						position = { x = 28 y = 5 }
						font = "hoi_18mbs"
						text = "MD_DRIFT_STABILITY_TEXT"
						pdx_tooltip = "MD_drift_stability_tt"
						format = left
						maxWidth = 280
						maxHeight = 20
						fixedsize = yes
					}

					instantTextBoxType = {
						name = "MD_drift_stability_row_value"
						position = { x = 280 y = 5 }
						font = "hoi_18mbs"
						text = "MD_DRIFT_STABILITY_VALUE"
						pdx_tooltip = "MD_drift_stability_tt"
						format = right
						maxWidth = 50
						maxHeight = 20
						fixedsize = yes
					}

					iconType = {
						name = "MD_separator"
						spriteType = "GFX_protests_separator"
						position = { x = 8 y = 24 }
					}
				}

				containerWindowType = {
					name = "MD_drift_interest_row"
					position = { x = 5 y = 64 }

					iconType = {
						name = "MD_drift_interest_icon"
						spriteType = "GFX_interest_rate_multiplier_modifier_texticon"
						position = { x = 2 y = 5 }
						scale = 1.2
					}

					instantTextBoxType = {
						name = "MD_drift_interest_row_text"
						position = { x = 28 y = 5 }
						font = "hoi_18mbs"
						text = "MD_DRIFT_INTEREST_TEXT"
						pdx_tooltip = "MD_drift_interest_tt"
						format = left
						maxWidth = 280
						maxHeight = 20
						fixedsize = yes
					}

					instantTextBoxType = {
						name = "MD_drift_interest_row_value"
						position = { x = 280 y = 5 }
						font = "hoi_18mbs"
						text = "MD_DRIFT_INTEREST_VALUE"
						pdx_tooltip = "MD_drift_interest_tt"
						format = right
						maxWidth = 50
						maxHeight = 20
						fixedsize = yes
					}

					iconType = {
						name = "MD_separator"
						spriteType = "GFX_protests_separator"
						position = { x = 8 y = 24 }
					}
				}

				containerWindowType = {
					name = "MD_drift_recession_row"
					position = { x = 5 y = 93 }

					iconType = {
						name = "MD_drift_recession_icon"
						spriteType = "GFX_economic_cycles_cost_factor_texticon"
						position = { x = 2 y = 4 }
						scale = 1.2
					}

					instantTextBoxType = {
						name = "MD_drift_recession_row_text"
						position = { x = 28 y = 5 }
						font = "hoi_18mbs"
						text = "MD_DRIFT_RECESSION_TEXT"
						pdx_tooltip = "MD_drift_recession_tt"
						format = left
						maxWidth = 280
						maxHeight = 20
						fixedsize = yes
					}

					instantTextBoxType = {
						name = "MD_drift_recession_row_value"
						position = { x = 280 y = 5 }
						font = "hoi_18mbs"
						text = "MD_DRIFT_RECESSION_VALUE"
						pdx_tooltip = "MD_drift_recession_tt"
						format = right
						maxWidth = 50
						maxHeight = 20
						fixedsize = yes
					}

					iconType = {
						name = "MD_separator"
						spriteType = "GFX_protests_separator"
						position = { x = 8 y = 24 }
					}
				}

				containerWindowType = {
					name = "MD_drift_depression_row"
					position = { x = 5 y = 120 }

					iconType = {
						name = "MD_drift_recession_icon"
						spriteType = "GFX_economic_cycles_cost_factor_texticon"
						position = { x = 2 y = 4 }
						scale = 1.2
					}

					instantTextBoxType = {
						name = "MD_drift_depression_row_text"
						position = { x = 28 y = 5 }
						font = "hoi_18mbs"
						text = "MD_DRIFT_DEPRESSION_TEXT"
						pdx_tooltip = "MD_drift_depression_tt"
						format = left
						maxWidth = 280
						maxHeight = 20
						fixedsize = yes
					}

					instantTextBoxType = {
						name = "MD_drift_depression_row_value"
						position = { x = 280 y = 5 }
						font = "hoi_18mbs"
						text = "MD_DRIFT_DEPRESSION_VALUE"
						pdx_tooltip = "MD_drift_depression_tt"
						format = right
						maxWidth = 50
						maxHeight = 20
						fixedsize = yes
					}
				}
			}

			containerWindowType = {
				name = "MD_protests_drift_right"
				position = { x = 360 y = 38 }
				size = { width = 346 height = 123 }

				background = {
					name = "Background"
					quadTextureSprite = "GFX_mini_bg"
				}

				containerWindowType = {
					name = "MD_drift_war_row"
					position = { x = 5 y = 10 }

					iconType = {
						name = "MD_drift_war_icon"
						spriteType = "GFX_war_support_icon"
						position = { x = 1 y = 2 }
					}

					instantTextBoxType = {
						name = "MD_drift_war_row_text"
						position = { x = 28 y = 5 }
						font = "hoi_18mbs"
						text = "MD_DRIFT_WAR_TEXT"
						pdx_tooltip = "MD_drift_war_tt"
						format = left
						maxWidth = 280
						maxHeight = 20
						fixedsize = yes
					}

					instantTextBoxType = {
						name = "MD_drift_war_row_value"
						position = { x = 280 y = 5 }
						font = "hoi_18mbs"
						text = "MD_DRIFT_WAR_VALUE"
						pdx_tooltip = "MD_drift_war_tt"
						format = right
						maxWidth = 50
						maxHeight = 20
						fixedsize = yes
					}

					iconType = {
						name = "MD_separator"
						spriteType = "GFX_protests_separator"
						position = { x = 8 y = 24 }
					}
				}

				containerWindowType = {
					name = "MD_drift_corruption_row"
					position = { x = 5 y = 36 }

					iconType = {
						name = "MD_drift_corruption_icon"
						spriteType = "GFX_corruption_cost_factor_texticon"
						position = { x = 3 y = 6 }
						scale = 1.1
					}

					instantTextBoxType = {
						name = "MD_drift_corruption_row_text"
						position = { x = 28 y = 5 }
						font = "hoi_18mbs"
						text = "MD_DRIFT_CORRUPTION_TEXT"
						pdx_tooltip = "MD_drift_corruption_tt"
						format = left
						maxWidth = 280
						maxHeight = 20
						fixedsize = yes
					}

					instantTextBoxType = {
						name = "MD_drift_corruption_row_value"
						position = { x = 280 y = 5 }
						font = "hoi_18mbs"
						text = "MD_DRIFT_CORRUPTION_VALUE"
						pdx_tooltip = "MD_drift_corruption_tt"
						format = right
						maxWidth = 50
						maxHeight = 20
						fixedsize = yes
					}

					iconType = {
						name = "MD_separator"
						spriteType = "GFX_protests_separator"
						position = { x = 8 y = 24 }
					}
				}

				containerWindowType = {
					name = "MD_drift_ct_row"
					position = { x = 5 y = 62 }

					iconType = {
						name = "MD_drift_ct_icon"
						spriteType = "GFX_political_violence_texticon"
						position = { x = 2 y = 4 }
						scale = 1.4
					}

					instantTextBoxType = {
						name = "MD_drift_ct_row_text"
						position = { x = 28 y = 5 }
						font = "hoi_18mbs"
						text = "MD_DRIFT_CT_TEXT"
						pdx_tooltip = "MD_drift_ct_tt"
						format = left
						maxWidth = 280
						maxHeight = 20
						fixedsize = yes
					}

					instantTextBoxType = {
						name = "MD_drift_ct_row_value"
						position = { x = 280 y = 5 }
						font = "hoi_18mbs"
						text = "MD_DRIFT_CT_VALUE"
						pdx_tooltip = "MD_drift_ct_tt"
						format = right
						maxWidth = 50
						maxHeight = 20
						fixedsize = yes
					}

					iconType = {
						name = "MD_separator"
						spriteType = "GFX_protests_separator"
						position = { x = 8 y = 24 }
					}
				}

				containerWindowType = {
					name = "MD_drift_passive_row"
					position = { x = 5 y = 88 }

					iconType = {
						name = "MD_drift_passive_icon"
						spriteType = "GFX_political_violence_loss_texticon"
						position = { x = 2 y = 4 }
						scale = 1.4
					}

					instantTextBoxType = {
						name = "MD_drift_passive_row_text"
						position = { x = 28 y = 5 }
						font = "hoi_18mbs"
						text = "MD_DRIFT_PASSIVE_TEXT"
						pdx_tooltip = "MD_drift_passive_tt"
						format = left
						maxWidth = 280
						maxHeight = 20
						fixedsize = yes
					}

					instantTextBoxType = {
						name = "MD_drift_passive_row_value"
						position = { x = 280 y = 5 }
						font = "hoi_18mbs"
						text = "MD_DRIFT_PASSIVE_VALUE"
						pdx_tooltip = "MD_drift_passive_tt"
						format = right
						maxWidth = 50
						maxHeight = 20
						fixedsize = yes
					}
				}
			}
		}

		containerWindowType = {
			name = "MD_protests_box"
			position = { x = 12 y = 334 }
			size = { width = 356 height = 60 }

			background = {
				name = "Background"
				quadTextureSprite ="GFX_mini_bg"
			}

			iconType = {
				name = "MD_separator"
				spriteType = "GFX_protests_separator"
				position = { x = 30 y = 28 }
			}
			
			containerWindowType = {
				name = "MD_drift_total"
				position = { x = 5 y = 2 }
				size = { width = 340 height = 28 }

				iconType = {
					name = "MD_drift_total_icon"
					spriteType = "GFX_world_tension_icon"
					position = { x = 6 y = 3 }
				}

				instantTextBoxType = {
					name = "MD_drift_total_text"
					position = { x = 40 y = 6 }
					font = "hoi_18mbs"
					text = "MD_drift_total_text"
					pdx_tooltip = "MD_drift_total_tt"
					format = left
					maxWidth = 280
					maxHeight = 22
					fixedsize = yes
				}

				instantTextBoxType = {
					name = "MD_drift_total_value"
					position = { x = 290 y = 7 }
					font = "hoi_18mbs"
					text = "MD_drift_total_value"
					pdx_tooltip = "MD_drift_total_tt"
					format = right
					maxWidth = 50
					maxHeight = 22
					fixedsize = yes
				}
			}

			containerWindowType = {
				name = "MD_protests_revolt_states"
				position = { x = 5 y = 27 }
				
				iconType = {
					name = "MD_protests_revolt_states_icon"
					spriteType = "GFX_resistance_icon"
					position = { x = 6 y = 2 }
					scale = 0.9
				}
				instantTextBoxType = {
					name = "MD_protests_revolt_states_text"
					position = { x = 36 y = 7 }
					font = "hoi_18mbs"
					text = "MD_protests_revolt_states_text"
					pdx_tooltip = "MD_protests_revolt_states_tt"
					format = left
					maxWidth = 280
					maxHeight = 22
					fixedsize = yes
				}

				instantTextBoxType = {
					name = "MD_protests_revolt_states_value"
					position = { x = 290 y = 7 }
					font = "hoi_18mbs"
					text = "MD_protests_revolt_states_value"
					pdx_tooltip = "MD_protests_revolt_states_tt"
					format = right
					maxWidth = 50
					maxHeight = 22
					fixedsize = yes
				}
			}
		}

		containerWindowType = {
			name = "MD_protests_box_right"
			position = { x = 372 y = 334 }
			size = { width = 356 height = 60 }

			background = {
				name = "Background"
				quadTextureSprite ="GFX_mini_bg"
			}

			iconType = {
				name = "MD_separator"
				spriteType = "GFX_protests_separator"
				position = { x = 30 y = 28 }
			}

			iconType = {
				name = "MD_protests_strength_icon"
				spriteType = "GFX_resistance_icon"
				position = { x = 9 y = 16 }
			}
			instantTextBoxType = {
				name = "MD_protests_strength_text"
				position = { x = 44 y = 10 }
				font = "hoi_18mbs"
				text = "MD_PROTESTS_STRENGTH_TEXT"
				pdx_tooltip = "MD_protests_strength_tt"
				format = left
				maxWidth = 300
				maxHeight = 22
				fixedsize = yes
			}

			instantTextBoxType = {
				name = "MD_protests_strength_value"
				position = { x = 42 y = 10 }
				font = "hoi_18mbs"
				text = "MD_PROTESTS_STRENGTH_VALUE"
				pdx_tooltip = "MD_protests_strength_tt"
				format = right
				maxWidth = 300
				maxHeight = 22
				fixedsize = yes
			}
			
			instantTextBoxType = {
				name = "MD_protests_radicalisation_text"
				position = { x = 44 y = 31 }
				font = "hoi_18mbs"
				text = "MD_PROTESTS_RADICALISATION_TEXT"
				pdx_tooltip = "MD_protests_radicalisation_tt"
				format = left
				maxWidth = 300
				maxHeight = 22
				fixedsize = yes
			}

			instantTextBoxType = {
				name = "MD_protests_radicalisation_value"
				position = { x = 42 y = 31 }
				font = "hoi_18mbs"
				text = "MD_PROTESTS_RADICALISATION_VALUE"
				pdx_tooltip = "MD_protests_radicalisation_tt"
				format = right
				maxWidth = 300
				maxHeight = 22
				fixedsize = yes
			}
		}

		containerWindowType = {
			name = "MD_protests_spending"
			position = { x = 12 y = 398 }
			size = { width = 356 height = 370 }

			background = {
				name = "Background"
				quadTextureSprite = "GFX_mini_bg"
			}

			instantTextBoxType = {
				name = "title"
				position = { x = 12 y = 10 }
				font = "hoi_24header"
				text = "PROTESTS_SPENDING_TITLE"
				format = left
				maxWidth = 320
				maxHeight = 24
			}

			containerWindowType = {
				name = "social_spending"
				position = { x = 7 y = 40 }
				size = { width = 342 height = 50 }

				background = {
					name = "Background"
					quadTextureSprite = "GFX_mini_bg"
				}

				iconType = {
					name = "MD_drift_total_icon"
					spriteType = "GFX_social_cost_multiplier_modifier_texticon"
					position = { x = 10 y = 16 }
					scale = 1.2
				}

				instantTextBoxType = {
					name = "expected_social_spending"
					position = { x = 36 y = 14 }
					font = "hoi_18mbs"
					text = "expected_social_spending"
					pdx_tooltip = expected_social_spending_tt
					format = left
					maxHeight = 24
				}

				containerWindowType = {
					name = "levels"
					position = { x = 168 y = 14 }

					iconType = {
						name = "welfare_spending_1"
						spriteType = "GFX_expected_spending"
						frame = 0
						position = { x = 144 y = 0 }
						pdx_tooltip = social_1
						pdx_tooltip_delayed = expected_social_spending_tt
					}

					iconType = {
						name = "welfare_spending_2"
						spriteType = "GFX_expected_spending"
						frame = 0
						position = { x = 120 y = 0 }
						pdx_tooltip = social_1
						pdx_tooltip_delayed = expected_social_spending_tt
					}

					iconType = {
						name = "welfare_spending_3"
						spriteType = "GFX_expected_spending"
						frame = 0
						position = { x = 96 y = 0 }
						pdx_tooltip = social_1
						pdx_tooltip_delayed = expected_social_spending_tt
					}

					iconType = {
						name = "welfare_spending_4"
						spriteType = "GFX_expected_spending"
						frame = 2
						position = { x = 72 y = 0 }
						pdx_tooltip = social_1
						pdx_tooltip_delayed = expected_social_spending_tt
					}

					iconType = {
						name = "welfare_spending_5"
						spriteType = "GFX_expected_spending"
						frame = 2
						position = { x = 48 y = 0 }
						pdx_tooltip = social_1
						pdx_tooltip_delayed = expected_social_spending_tt
					}

					iconType = {
						name = "welfare_spending_6"
						spriteType = "GFX_expected_spending"
						frame = 2
						position = { x = 24 y = 0 }
						pdx_tooltip = social_1
						pdx_tooltip_delayed = expected_social_spending_tt
					}
				}
			}

			containerWindowType = {
				name = "health_spending"
				position = { x = 7 y = 95 }
				size = { width = 342 height = 50 }

				background = {
					name = "Background"
					quadTextureSprite = "GFX_mini_bg"
				}

				iconType = {
					name = "MD_drift_total_icon"
					spriteType = "GFX_health_cost_multiplier_modifier_texticon"
					position = { x = 10 y = 15 }
					scale = 1.2
				}

				instantTextBoxType = {
					name = "expected_health_spending"
					position = { x = 36 y = 14 }
					font = "hoi_18mbs"
					text = "expected_health_spending"
					pdx_tooltip = expected_health_spending_tt
					format = left
					maxHeight = 24
				}

				containerWindowType = {
					name = "levels"
					position = { x = 168 y = 14 }

					iconType = {
						name = "health_spending_1"
						spriteType = "GFX_expected_spending"
						frame = 2
						position = { x = 144 y = 0 }
						pdx_tooltip = social_1
						pdx_tooltip_delayed = expected_health_spending_tt
					}

					iconType = {
						name = "health_spending_2"
						spriteType = "GFX_expected_spending"
						frame = 2
						position = { x = 120 y = 0 }
						pdx_tooltip = social_1
						pdx_tooltip_delayed = expected_health_spending_tt
					}

					iconType = {
						name = "health_spending_3"
						spriteType = "GFX_expected_spending"
						frame = 0
						position = { x = 96 y = 0 }
						pdx_tooltip = social_1
						pdx_tooltip_delayed = expected_health_spending_tt
					}

					iconType = {
						name = "health_spending_4"
						spriteType = "GFX_expected_spending"
						frame = 0
						position = { x = 72 y = 0 }
						pdx_tooltip = social_1
						pdx_tooltip_delayed = expected_health_spending_tt
					}

					iconType = {
						name = "health_spending_5"
						spriteType = "GFX_expected_spending"
						frame = 0
						position = { x = 48 y = 0 }
						pdx_tooltip = social_1
						pdx_tooltip_delayed = expected_health_spending_tt
					}

					iconType = {
						name = "health_spending_6"
						spriteType = "GFX_expected_spending"
						frame = 1
						position = { x = 24 y = 0 }
						pdx_tooltip = social_1
						pdx_tooltip_delayed = expected_health_spending_tt
					}
				}
			}

			containerWindowType = {
				name = "administrative_spending"
				position = { x = 7 y = 150 }
				size = { width = 342 height = 50 }

				background = {
					name = "Background"
					quadTextureSprite = "GFX_mini_bg"
				}

				iconType = {
					name = "MD_drift_total_icon"
					spriteType = "GFX_bureaucracy_cost_multiplier_modifier_texticon"
					position = { x = 10 y = 15 }
					scale = 1.2
				}

				instantTextBoxType = {
					name = "expected_adm_spending"
					position = { x = 36 y = 14 }
					font = "hoi_18mbs"
					text = "expected_adm_spending"
					pdx_tooltip = expected_adm_spending_tt
					format = left
					maxHeight = 24
				}

				containerWindowType = {
					name = "levels"
					position = { x = 168 y = 14 }

					iconType = {
						name = "adm_spending_1"
						spriteType = "GFX_expected_spending"
						frame = 0
						position = { x = 144 y = 0 }
						pdx_tooltip = social_1
						pdx_tooltip_delayed = expected_adm_spending_tt
					}

					iconType = {
						name = "adm_spending_2"
						spriteType = "GFX_expected_spending"
						frame = 0
						position = { x = 120 y = 0 }
						pdx_tooltip = social_1
						pdx_tooltip_delayed = expected_adm_spending_tt
					}

					iconType = {
						name = "adm_spending_3"
						spriteType = "GFX_expected_spending"
						frame = 0
						position = { x = 96 y = 0 }
						pdx_tooltip = social_1
						pdx_tooltip_delayed = expected_adm_spending_tt
					}

					iconType = {
						name = "adm_spending_4"
						spriteType = "GFX_expected_spending"
						frame = 0
						position = { x = 72 y = 0 }
						pdx_tooltip = social_1
						pdx_tooltip_delayed = expected_adm_spending_tt
					}

					iconType = {
						name = "adm_spending_5"
						spriteType = "GFX_expected_spending"
						frame = 0
						position = { x = 48 y = 0 }
						pdx_tooltip = social_1
						pdx_tooltip_delayed = expected_adm_spending_tt
					}
				}
			}

			containerWindowType = {
				name = "education_spending"
				position = { x = 7 y = 204 }
				size = { width = 342 height = 50 }

				background = {
					name = "Background"
					quadTextureSprite = "GFX_mini_bg"
				}

				iconType = {
					name = "MD_drift_total_icon"
					spriteType = "GFX_education_cost_multiplier_modifier_texticon"
					position = { x = 10 y = 15 }
					scale = 1.2
				}

				instantTextBoxType = {
					name = "expected_edu_spending"
					position = { x = 36 y = 14 }
					font = "hoi_18mbs"
					text = "expected_edu_spending"
					pdx_tooltip = expected_edu_spending_tt
					format = left
					maxHeight = 24
				}

				containerWindowType = {
					name = "levels"
					position = { x = 168 y = 14 }

					iconType = {
						name = "edu_spending_1"
						spriteType = "GFX_expected_spending"
						frame = 0
						position = { x = 144 y = 0 }
						pdx_tooltip = social_1
						pdx_tooltip_delayed = expected_edu_spending_tt
					}

					iconType = {
						name = "edu_spending_2"
						spriteType = "GFX_expected_spending"
						frame = 0
						position = { x = 120 y = 0 }
						pdx_tooltip = social_1
						pdx_tooltip_delayed = expected_edu_spending_tt
					}

					iconType = {
						name = "edu_spending_3"
						spriteType = "GFX_expected_spending"
						frame = 0
						position = { x = 96 y = 0 }
						pdx_tooltip = social_1
						pdx_tooltip_delayed = expected_edu_spending_tt
					}

					iconType = {
						name = "edu_spending_4"
						spriteType = "GFX_expected_spending"
						frame = 0
						position = { x = 72 y = 0 }
						pdx_tooltip = social_1
						pdx_tooltip_delayed = expected_edu_spending_tt
					}

					iconType = {
						name = "edu_spending_5"
						spriteType = "GFX_expected_spending"
						frame = 0
						position = { x = 48 y = 0 }
						pdx_tooltip = social_1
						pdx_tooltip_delayed = expected_edu_spending_tt
					}
				}
			}

			containerWindowType = {
				name = "police_spending"
				position = { x = 7 y = 258 }
				size = { width = 342 height = 50 }

				background = {
					name = "Background"
					quadTextureSprite = "GFX_mini_bg"
				}

				iconType = {
					name = "MD_drift_total_icon"
					spriteType = "GFX_police_cost_multiplier_modifier_texticon"
					position = { x = 10 y = 15 }
					scale = 1.2
				}

				instantTextBoxType = {
					name = "expected_police_spending"
					position = { x = 36 y = 14 }
					font = "hoi_18mbs"
					text = "expected_police_spending"
					pdx_tooltip = expected_police_spending_tt
					format = left
					maxHeight = 24
				}

				containerWindowType = {
					name = "levels"
					position = { x = 168 y = 14 }

					iconType = {
						name = "police_spending_1"
						spriteType = "GFX_expected_spending"
						frame = 0
						position = { x = 144 y = 0 }
						pdx_tooltip = social_1
						pdx_tooltip_delayed = expected_police_spending_tt
					}

					iconType = {
						name = "police_spending_2"
						spriteType = "GFX_expected_spending"
						frame = 0
						position = { x = 120 y = 0 }
						pdx_tooltip = social_1
						pdx_tooltip_delayed = expected_police_spending_tt
					}

					iconType = {
						name = "police_spending_3"
						spriteType = "GFX_expected_spending"
						frame = 3
						position = { x = 96 y = 0 }
						pdx_tooltip = social_1
						pdx_tooltip_delayed = expected_police_spending_tt
					}

					iconType = {
						name = "police_spending_4"
						spriteType = "GFX_expected_spending"
						frame = 0
						position = { x = 72 y = 0 }
						pdx_tooltip = social_1
						pdx_tooltip_delayed = expected_police_spending_tt
					}

					iconType = {
						name = "police_spending_5"
						spriteType = "GFX_expected_spending"
						frame = 0
						position = { x = 48 y = 0 }
						pdx_tooltip = social_1
						pdx_tooltip_delayed = expected_police_spending_tt
					}
				}
			}

			containerWindowType = {
				name = "defence_spending"
				position = { x = 7 y = 312 }
				size = { width = 342 height = 50 }

				background = {
					name = "Background"
					quadTextureSprite = "GFX_mini_bg"
				}

				iconType = {
					name = "MD_drift_total_icon"
					spriteType = "GFX_Military_Spending_cost_factor_texticon"
					position = { x = 10 y = 15 }
					scale = 1.2
				}

				instantTextBoxType = {
					name = "expected_defence_spending"
					position = { x = 36 y = 14 }
					font = "hoi_18mbs"
					text = "expected_defence_spending"
					pdx_tooltip = expected_defence_spending_tt
					format = left
					maxHeight = 24
				}

				containerWindowType = {
					name = "levels"
					position = { x = 168 y = 14 }

					iconType = {
						name = "military_spending_1"
						spriteType = "GFX_expected_spending"
						frame = 0
						position = { x = 144 y = 0 }
						pdx_tooltip = social_1
						pdx_tooltip_delayed = expected_defence_spending_tt
					}

					iconType = {
						name = "military_spending_2"
						spriteType = "GFX_expected_spending"
						frame = 0
						position = { x = 120 y = 0 }
						pdx_tooltip = social_1
						pdx_tooltip_delayed = expected_defence_spending_tt
					}

					iconType = {
						name = "military_spending_3"
						spriteType = "GFX_expected_spending"
						frame = 0
						position = { x = 96 y = 0 }
						pdx_tooltip = social_1
						pdx_tooltip_delayed = expected_defence_spending_tt
					}

					iconType = {
						name = "military_spending_4"
						spriteType = "GFX_expected_spending"
						frame = 0
						position = { x = 72 y = 0 }
						pdx_tooltip = social_1
						pdx_tooltip_delayed = expected_defence_spending_tt
					}

					iconType = {
						name = "military_spending_5"
						spriteType = "GFX_expected_spending"
						frame = 0
						position = { x = 48 y = 0 }
						pdx_tooltip = social_1
						pdx_tooltip_delayed = expected_defence_spending_tt
					}

					iconType = {
						name = "military_spending_6"
						spriteType = "GFX_expected_spending"
						frame = 0
						position = { x = 24 y = 0 }
						pdx_tooltip = social_1
						pdx_tooltip_delayed = expected_defence_spending_tt
					}

					iconType = {
						name = "military_spending_7"
						spriteType = "GFX_expected_spending"
						frame = 1
						position = { x = 0 y = 0 }
						pdx_tooltip = social_1
						pdx_tooltip_delayed = expected_defence_spending_tt
					}

					iconType = {
						name = "military_spending_8"
						spriteType = "GFX_expected_spending"
						frame = 1
						position = { x = -24 y = 0 }
						pdx_tooltip = social_1
						pdx_tooltip_delayed = expected_defence_spending_tt
					}

					iconType = {
						name = "military_spending_9"
						spriteType = "GFX_expected_spending"
						frame = 1
						position = { x = -48 y = 0 }
						pdx_tooltip = social_1
						pdx_tooltip_delayed = expected_defence_spending_tt
					}

					iconType = {
						name = "military_spending_10"
						spriteType = "GFX_expected_spending"
						frame = 1
						position = { x = -72 y = 0 }
						pdx_tooltip = social_1
						pdx_tooltip_delayed = expected_defence_spending_tt
					}
				}
			}
		}

		containerWindowType = {
			name = "MD_protests_spending_info"
			position = { x = 372 y = 398 }
			size = { width = 356 height = 370 }

			background = {
				name = "Background"
				quadTextureSprite ="GFX_mini_bg"
			}
			
			instantTextBoxType = {
				name = "title"
				position = { x = 14 y = 10 }
				font = "hoi_24header"
				text = "expected_law_mechanic_tt"
				format = left
				maxWidth = 320
				maxHeight = 24
			}

			containerWindowType = {
				name = "MD_protests_spending_desc"
				position = { x = 12 y = 50 }
				size = { width = 98%% height = 312 }
				margin = { left = 4 }

				instantTextBoxType = {
					name = "green_square_explanation"
					position = { x = 0 y = 0 }
					font = "hoi_18mbs"
					text = "EL_green_square_explanation_tt"
					format = left
					maxWidth = 290
					maxHeight = 24
				}
				instantTextBoxType = {
					name = "blue_square_explanation"
					position = { x = 0 y = 73 }
					font = "hoi_18mbs"
					text = "EL_blue_square_explanation_tt"
					format = left
					maxWidth = 290
					maxHeight = 24
				}
				instantTextBoxType = {
					name = "red_square_explanation"
					position = { x = 0 y = 138 }
					font = "hoi_18mbs"
					text = "EL_red_square_explanation_tt"
					format = left
					maxWidth = 285
					maxHeight = 24
				}
				instantTextBoxType = {
					name = "white_square_explanation"
					position = { x = 0 y = 230 }
					font = "hoi_18mbs"
					text = "EL_white_square_explanation_tt"
					format = left
					maxWidth = 280
					maxHeight = 24
				}
			}
		}

		# containerWindowType = {
		# 	name = "MD_protests_state_warning"
		# 	position = { x = 10 y = 70 }
		# 	size = { width = 340 height = 30 }
		# 	background = {
		# 		name = "MD_protests_state_warning_bg"
		# 		quadTextureSprite = "GFX_generic_text_bg_325"
		# 	}
		# 	iconType = {
		# 		name = "MD_protests_state_warning_icon"
		# 		spriteType = "GFX_warning_icon_l"
		# 		position = { x = 6 y = 4 }
		# 		scale = 0.55
		# 	}
		# 	instantTextBoxType = {
		# 		name = "MD_protests_state_warning_text"
		# 		position = { x = 32 y = 5 }
		# 		font = "hoi_18mbs"
		# 		text = "MD_protests_state_warning_text"
		# 		pdx_tooltip = "MD_protests_state_warning_tt"
		# 		format = left
		# 		maxWidth = 300
		# 		maxHeight = 22
		# 		fixedsize = yes
		# 	}
		# }
		# containerWindowType = {
		# 	name = "MD_protests_state_revolt"
		# 	position = { x = 10 y = 70 }
		# 	size = { width = 340 height = 30 }
		# 	background = {
		# 		name = "MD_protests_state_revolt_bg"
		# 		quadTextureSprite = "GFX_generic_text_bg_325"
		# 	}
		# 	iconType = {
		# 		name = "MD_protests_state_revolt_icon"
		# 		spriteType = "GFX_resistance_icon"
		# 		position = { x = 6 y = 4 }
		# 	}
		# 	instantTextBoxType = {
		# 		name = "MD_protests_state_revolt_text"
		# 		position = { x = 32 y = 5 }
		# 		font = "hoi_18mbs"
		# 		text = "MD_protests_state_revolt_text"
		# 		pdx_tooltip = "MD_protests_state_revolt_tt"
		# 		format = left
		# 		maxWidth = 300
		# 		maxHeight = 22
		# 		fixedsize = yes
		# 	}
		# }

		# Diagnose hint — sits next to the state badge in the banner row
		# containerWindowType = {
		# 	name = "MD_drift_diagnosed"
		# 	position = { x = 370 y = 70 }
		# 	size = { width = 340 height = 30 }
		# 	background = {
		# 		name = "MD_drift_diagnosed_bg"
		# 		quadTextureSprite = "GFX_generic_text_bg_325"
		# 	}
		# 	iconType = {
		# 		name = "MD_drift_diagnosed_icon"
		# 		spriteType = "GFX_resistance_icon"
		# 		position = { x = 6 y = 4 }
		# 	}
		# 	instantTextBoxType = {
		# 		name = "MD_drift_diagnosed_text"
		# 		position = { x = 32 y = 5 }
		# 		font = "hoi_18mbs"
		# 		text = "MD_drift_diagnosed_text"
		# 		pdx_tooltip = "MD_drift_diagnosed_tt"
		# 		format = left
		# 		maxWidth = 300
		# 		maxHeight = 22
		# 		fixedsize = yes
		# 	}
		# }

		# Drift breakdown header
		# instantTextBoxType = {
		# 	name = "MD_drift_header"
		# 	position = { x = 12 y = 108 }
		# 	font = "hoi_18mbs"
		# 	text = "MD_drift_header_text"
		# 	format = left
		# 	maxWidth = 700
		# 	maxHeight = 22
		# 	fixedsize = yes
		# }

		# =============================================================
		# LEGACY: spending grid + labels + right-column legend
		# All y values shifted by +218 from the original 400x430 layout.
		# =============================================================

		# containerWindowType = {
		# 	name = "protest_mechanic_section"
		# 	position = { x = 0 y = 400 }
		# 	size = { width = 720 height = 380 }

		# 	iconType = {
		# 		name ="welfare_spending_1_icon"
		# 		spriteType = "GFX_expected_spending_empty"
		# 		position = { x = @lon_we_1_icon_x y = @lon_we_1_icon_y }
		# 		pdx_tooltip = social_01
		# 		pdx_tooltip_delayed = expected_social_spending_tt
		# 	}
		# 	iconType = {
		# 		name ="welfare_spending_2_icon"
		# 		spriteType = "GFX_expected_spending_empty"
		# 		position = { x = @lon_we_2_icon_x y = @lon_we_1_icon_y }
		# 		pdx_tooltip = social_02
		# 		pdx_tooltip_delayed = expected_social_spending_tt
		# 	}
		# 	iconType = {
		# 		name ="welfare_spending_3_icon"
		# 		spriteType = "GFX_expected_spending_empty"
		# 		position = { x = @lon_we_3_icon_x y = @lon_we_1_icon_y }
		# 		pdx_tooltip = social_03
		# 		pdx_tooltip_delayed = expected_social_spending_tt
		# 	}
		# 	iconType = {
		# 		name ="welfare_spending_4_icon"
		# 		spriteType = "GFX_expected_spending_empty"
		# 		position = { x = @lon_we_4_icon_x y = @lon_we_1_icon_y }
		# 		pdx_tooltip = social_04
		# 		pdx_tooltip_delayed = expected_social_spending_tt
		# 	}
		# 	iconType = {
		# 		name = "welfare_spending_5_icon"
		# 		spriteType = "GFX_expected_spending_empty"
		# 		position = { x = @lon_we_5_icon_x y = @lon_we_1_icon_y }
		# 		pdx_tooltip = social_05
		# 		pdx_tooltip_delayed = expected_social_spending_tt
		# 	}
		# 	iconType = {
		# 		name = "welfare_spending_6_icon"
		# 		spriteType = "GFX_expected_spending_empty"
		# 		position = { x = @lon_we_6_icon_x y = @lon_we_1_icon_y }
		# 		pdx_tooltip = social_06
		# 		pdx_tooltip_delayed = expected_social_spending_tt
		# 	}

		# 	iconType = {
		# 		name ="health_spending_1_icon"
		# 		spriteType = "GFX_expected_spending_empty"
		# 		position = { x = @lon_we_1_icon_x y = @lon_we_2_icon_y }
		# 		pdx_tooltip = health_01
		# 		pdx_tooltip_delayed = expected_health_spending_tt
		# 	}
		# 	iconType = {
		# 		name ="health_spending_2_icon"
		# 		spriteType = "GFX_expected_spending_empty"
		# 		position = { x = @lon_we_2_icon_x y = @lon_we_2_icon_y }
		# 		pdx_tooltip = health_02
		# 		pdx_tooltip_delayed = expected_health_spending_tt
		# 	}
		# 	iconType = {
		# 		name ="health_spending_3_icon"
		# 		spriteType = "GFX_expected_spending_empty"
		# 		position = { x = @lon_we_3_icon_x y = @lon_we_2_icon_y }
		# 		pdx_tooltip = health_03
		# 		pdx_tooltip_delayed = expected_health_spending_tt
		# 	}
		# 	iconType = {
		# 		name ="health_spending_4_icon"
		# 		spriteType = "GFX_expected_spending_empty"
		# 		position = { x = @lon_we_4_icon_x y = @lon_we_2_icon_y }
		# 		pdx_tooltip = health_04
		# 		pdx_tooltip_delayed = expected_health_spending_tt
		# 	}
		# 	iconType = {
		# 		name = "health_spending_5_icon"
		# 		spriteType = "GFX_expected_spending_empty"
		# 		position = { x = @lon_we_5_icon_x y = @lon_we_2_icon_y }
		# 		pdx_tooltip = health_05
		# 		pdx_tooltip_delayed = expected_health_spending_tt
		# 	}
		# 	iconType = {
		# 		name = "health_spending_6_icon"
		# 		spriteType = "GFX_expected_spending_empty"
		# 		position = { x = @lon_we_6_icon_x y = @lon_we_2_icon_y }
		# 		pdx_tooltip = health_06
		# 		pdx_tooltip_delayed = expected_health_spending_tt
		# 	}

		# 	iconType = {
		# 		name ="adm_spending_1_icon"
		# 		spriteType = "GFX_expected_spending_empty"
		# 		position = { x = @lon_we_1_icon_x y = @lon_we_3_icon_y }
		# 		pdx_tooltip = bureau_01
		# 		pdx_tooltip_delayed = expected_adm_spending_tt
		# 	}
		# 	iconType = {
		# 		name ="adm_spending_2_icon"
		# 		spriteType = "GFX_expected_spending_empty"
		# 		position = { x = @lon_we_2_icon_x y = @lon_we_3_icon_y }
		# 		pdx_tooltip = bureau_02
		# 		pdx_tooltip_delayed = expected_adm_spending_tt
		# 	}
		# 	iconType = {
		# 		name ="adm_spending_3_icon"
		# 		spriteType = "GFX_expected_spending_empty"
		# 		position = { x = @lon_we_3_icon_x y = @lon_we_3_icon_y }
		# 		pdx_tooltip = bureau_03
		# 		pdx_tooltip_delayed = expected_adm_spending_tt
		# 	}
		# 	iconType = {
		# 		name ="adm_spending_4_icon"
		# 		spriteType = "GFX_expected_spending_empty"
		# 		position = { x = @lon_we_4_icon_x y = @lon_we_3_icon_y }
		# 		pdx_tooltip = bureau_04
		# 		pdx_tooltip_delayed = expected_adm_spending_tt
		# 	}
		# 	iconType = {
		# 		name = "adm_spending_5_icon"
		# 		spriteType = "GFX_expected_spending_empty"
		# 		position = { x = @lon_we_5_icon_x y = @lon_we_3_icon_y }
		# 		pdx_tooltip = bureau_05
		# 		pdx_tooltip_delayed = expected_adm_spending_tt
		# 	}

		# 	iconType = {
		# 		name ="edu_spending_1_icon"
		# 		spriteType = "GFX_expected_spending_empty"
		# 		position = { x = @lon_we_1_icon_x y = @lon_we_4_icon_y }
		# 		pdx_tooltip = edu_01
		# 		pdx_tooltip_delayed = expected_edu_spending_tt
		# 	}
		# 	iconType = {
		# 		name ="edu_spending_2_icon"
		# 		spriteType = "GFX_expected_spending_empty"
		# 		position = { x = @lon_we_2_icon_x y = @lon_we_4_icon_y }
		# 		pdx_tooltip = edu_02
		# 		pdx_tooltip_delayed = expected_edu_spending_tt
		# 	}
		# 	iconType = {
		# 		name ="edu_spending_3_icon"
		# 		spriteType = "GFX_expected_spending_empty"
		# 		position = { x = @lon_we_3_icon_x y = @lon_we_4_icon_y }
		# 		pdx_tooltip = edu_03
		# 		pdx_tooltip_delayed = expected_edu_spending_tt
		# 	}
		# 	iconType = {
		# 		name ="edu_spending_4_icon"
		# 		spriteType = "GFX_expected_spending_empty"
		# 		position = { x = @lon_we_4_icon_x y = @lon_we_4_icon_y }
		# 		pdx_tooltip = edu_04
		# 		pdx_tooltip_delayed = expected_edu_spending_tt
		# 	}
		# 	iconType = {
		# 		name = "edu_spending_5_icon"
		# 		spriteType = "GFX_expected_spending_empty"
		# 		position = { x = @lon_we_5_icon_x y = @lon_we_4_icon_y }
		# 		pdx_tooltip = edu_05
		# 		pdx_tooltip_delayed = expected_edu_spending_tt
		# 	}

		# 	iconType = {
		# 		name ="police_spending_1_icon"
		# 		spriteType = "GFX_expected_spending_empty"
		# 		position = { x = @lon_we_1_icon_x y = @lon_we_5_icon_y }
		# 		pdx_tooltip = police_01
		# 		pdx_tooltip_delayed = expected_police_spending_tt
		# 	}
		# 	iconType = {
		# 		name ="police_spending_2_icon"
		# 		spriteType = "GFX_expected_spending_empty"
		# 		position = { x = @lon_we_2_icon_x y = @lon_we_5_icon_y }
		# 		pdx_tooltip = police_02
		# 		pdx_tooltip_delayed = expected_police_spending_tt
		# 	}
		# 	iconType = {
		# 		name ="police_spending_3_icon"
		# 		spriteType = "GFX_expected_spending_empty"
		# 		position = { x = @lon_we_3_icon_x y = @lon_we_5_icon_y }
		# 		pdx_tooltip = police_03
		# 		pdx_tooltip_delayed = expected_police_spending_tt
		# 	}
		# 	iconType = {
		# 		name ="police_spending_4_icon"
		# 		spriteType = "GFX_expected_spending_empty"
		# 		position = { x = @lon_we_4_icon_x y = @lon_we_5_icon_y }
		# 		pdx_tooltip = police_04
		# 		pdx_tooltip_delayed = expected_police_spending_tt
		# 	}
		# 	iconType = {
		# 		name = "police_spending_5_icon"
		# 		spriteType = "GFX_expected_spending_empty"
		# 		position = { x = @lon_we_5_icon_x y = @lon_we_5_icon_y }
		# 		pdx_tooltip = police_05
		# 		pdx_tooltip_delayed = expected_police_spending_tt
		# 	}

		# 	iconType = {
		# 		name ="defence_spending_1_icon"
		# 		spriteType = "GFX_expected_spending_empty"
		# 		position = { x = @lon_we_1_icon_x y = @lon_we_6_icon_y }
		# 		pdx_tooltip = defence_00
		# 		pdx_tooltip_delayed = expected_defence_spending_tt
		# 	}
		# 	iconType = {
		# 		name ="defence_spending_2_icon"
		# 		spriteType = "GFX_expected_spending_empty"
		# 		position = { x = @lon_we_2_icon_x y = @lon_we_6_icon_y }
		# 		pdx_tooltip = defence_01
		# 		pdx_tooltip_delayed = expected_defence_spending_tt
		# 	}
		# 	iconType = {
		# 		name ="defence_spending_3_icon"
		# 		spriteType = "GFX_expected_spending_empty"
		# 		position = { x = @lon_we_3_icon_x y = @lon_we_6_icon_y }
		# 		pdx_tooltip = defence_02
		# 		pdx_tooltip_delayed = expected_defence_spending_tt
		# 	}
		# 	iconType = {
		# 		name ="defence_spending_4_icon"
		# 		spriteType = "GFX_expected_spending_empty"
		# 		position = { x = @lon_we_4_icon_x y = @lon_we_6_icon_y }
		# 		pdx_tooltip = defence_03
		# 		pdx_tooltip_delayed = expected_defence_spending_tt
		# 	}
		# 	iconType = {
		# 		name ="defence_spending_5_icon"
		# 		spriteType = "GFX_expected_spending_empty"
		# 		position = { x = @lon_we_5_icon_x y = @lon_we_6_icon_y }
		# 		pdx_tooltip = defence_04
		# 		pdx_tooltip_delayed = expected_defence_spending_tt
		# 	}
		# 	iconType = {
		# 		name = "defence_spending_6_icon"
		# 		spriteType = "GFX_expected_spending_empty"
		# 		position = { x = @lon_we_6_icon_x y = @lon_we_6_icon_y }
		# 		pdx_tooltip = defence_05
		# 		pdx_tooltip_delayed = expected_defence_spending_tt
		# 	}
		# 	iconType = {
		# 		name = "defence_spending_7_icon"
		# 		spriteType = "GFX_expected_spending_empty"
		# 		position = { x = @lon_we_7_icon_x y = @lon_we_6_icon_y }
		# 		pdx_tooltip = defence_06
		# 		pdx_tooltip_delayed = expected_defence_spending_tt
		# 	}
		# 	iconType = {
		# 		name = "defence_spending_8_icon"
		# 		spriteType = "GFX_expected_spending_empty"
		# 		position = { x = @lon_we_8_icon_x y = @lon_we_6_icon_y }
		# 		pdx_tooltip = defence_07
		# 		pdx_tooltip_delayed = expected_defence_spending_tt
		# 	}
		# 	iconType = {
		# 		name = "defence_spending_9_icon"
		# 		spriteType = "GFX_expected_spending_empty"
		# 		position = { x = @lon_we_9_icon_x y = @lon_we_6_icon_y }
		# 		pdx_tooltip = defence_08
		# 		pdx_tooltip_delayed = expected_defence_spending_tt
		# 	}
		# 	iconType = {
		# 		name = "defence_spending_10_icon"
		# 		spriteType = "GFX_expected_spending_empty"
		# 		position = { x = @lon_we_10_icon_x y = @lon_we_6_icon_y }
		# 		pdx_tooltip = defence_09
		# 		pdx_tooltip_delayed = expected_defence_spending_tt
		# 	}
		# }
	}
}
