#	Example:
#
#	example_dynamic_modifier = {
#		icon = "GFX_idea_unknown" # optional, will show up in guis if icon is specified
#		enable = { always = yes } #optional, the modifier won't apply if not enabled
#		remove_trigger = { always = no } #optional, will remove the modifier if true
#
#		# list of modifiers
#		fuel_cost = 321
#		max_fuel = var_max_fuel # will be taken from a variable
#	}
#
#
#	In a script file:
#
#	effect = {
#		add_dynamic_modifier = {
#			modifier = example_dynamic_modifier
#			scope = GER # optional, if you specify this your dynamic modifier scoped to this scope (root is the effect scope)
#			days = 14 # optional, will be removed after this many days passes
#		}
#	}
#
#	can be added to countries, states or unit leaders
#	will only updated daily, unless forced by force_update_dynamic_modifier effect

CPG_constitutional_convention_idea = {
    icon = generic_vehicle_winterized_army_truck
    enable = {
        always = yes
    }
    party_popularity_stability_factor = cpg_approval_mod
    political_power_gain = cpg_approval_mod
    political_power_factor = cpg_representation_mod
    consumer_goods_factor = -cpg_taxation_mod
    caps_income_modifier = cpg_taxation_mod
    unit_upkeep_attrition_factor = -cpg_logistics_mod
    truck_attrition_factor = -cpg_logistics_mod
}
