StellarisCommands.com

Mutual Support

The "Mutual Support" event in Stellaris — flavor, choices, and how to trigger it with the event console command.

Mutual Support

Situation event

Dear former clients, We heard about your recent economic troubles. Learning to manage your finances is a necessary part of running an empire, and sometimes, failure is an essential part of learning. We are happy to offer you the necessary resources to put your country out of deficit. Of course, the cost loaned resources will be added to your outstanding debt. We hope this little financial lesson can be of help.

The command below will trigger the "Mutual Support" event in Stellaris:

Player choices

When this event fires, you can choose between these 2 options:

  • We accept the loan.
  • We can manage it on our own.
    • Unity: +None to None

Firing conditions

Conditions the game checks before this event can fire:

  • Requires origin: Payback
Show raw conditions
owner = {
  has_origin = origin_payback
  exists = event_target:MSI_country
  has_communications = event_target:MSI_country
  has_event_chain = payback_debt_collectors_chain
  NOR = {
    has_country_flag = fought_debt_collectors_last_time
    has_country_flag = origin_4170_recently_fired
    has_country_flag = payback_revenge_complete
  }
  any_situation = {
    OR = {
      is_situation_type = situation_energy_deficit
      is_situation_type = situation_mineral_deficit
      is_situation_type = situation_food_deficit
      is_situation_type = situation_consumer_goods_deficit
      is_situation_type = situation_alloys_deficit
    }
  }
}