@totalIdentitySituationChange = 4 unplugged_faction_identity_situation_modifer = { base = 0 # 'Embrace the Machine' Factions modifier = { add = 1 OR = { is_pop_faction_type = supremacist is_pop_faction_type = technologist is_pop_faction_type = imperialist } } # 'De-Cyberization' Factions modifier = { add = -1 OR = { is_pop_faction_type = prosperity is_pop_faction_type = traditionalist is_pop_faction_type = xenoist is_pop_faction_type = progressive is_pop_faction_type = isolationist } } # 'Status Quo' Faction modifier = { add = 1 owner = { any_situation = { is_situation_type = situation_unplugged_identity situation_progress < 45 } } is_pop_faction_type = totalitarian } modifier = { add = -1 owner = { any_situation = { is_situation_type = situation_unplugged_identity situation_progress > 55 } } is_pop_faction_type = totalitarian } # make the faction push by a portion of the total based on support multiply = @totalIdentitySituationChange multiply = trigger:support }