• We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.

golruul

Major
62 Badges
Feb 18, 2007
719
308
  • Tyranny: Gold Edition
  • Pillars of Eternity
  • Crusader Kings II: Horse Lords
  • Cities: Skylines - After Dark
  • Crusader Kings II: Conclave
  • Cities: Skylines - Snowfall
  • Hearts of Iron IV Sign-up
  • Hearts of Iron IV: Cadet
  • Hearts of Iron IV: Colonel
  • Hearts of Iron IV: Field Marshal
  • Crusader Kings II: Reapers Due
  • Tyranny: Archon Edition
  • Tyranny: Archon Edition
  • Crusader Kings II: Way of Life
  • Cities: Skylines - Natural Disasters
  • Crusader Kings II: Monks and Mystics
  • Steel Division: Normandy 44
  • Cities: Skylines - Mass Transit
  • Steel Division: Normandy 44 Deluxe Edition
  • Hearts of Iron IV: Death or Dishonor
  • Age of Wonders III
  • Cities: Skylines - Green Cities
  • Crusader Kings II: Jade Dragon
  • Hearts of Iron IV: Expansion Pass
  • Cities: Skylines - Parklife
  • Hearts of Iron IV: No Step Back
  • For the Motherland
  • Crusader Kings II: Charlemagne
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: The Republic
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: Sunset Invasion
  • Crusader Kings II: Sword of Islam
  • Europa Universalis III
  • Europa Universalis IV
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Call to arms event
  • Crusader Kings II
  • Hearts of Iron III
  • Hearts of Iron III: Their Finest Hour
  • Semper Fi
  • Victoria 2
  • Victoria 2: A House Divided
  • Victoria 2: Heart of Darkness
  • 500k Club
  • Cities: Skylines
  • Cities: Skylines Deluxe Edition
  • Europa Universalis III: Collection
In 2/3 games I played as Germany so far Austria refuses Anschluss. All 3 campaigns had historical focus enabled, playing as Veteran difficulty, and in my last game I had 70+ divisions on the field.

According to event file, in spoiler, Austria should have a 100% chance of accepting it if historical mode is enabled or if Germany has >39 divisions. This is not happening.

# Austria asked about Anschluss
country_event = {
id = germany.28
title = germany.28.t
desc = germany.28.d
picture = GFX_report_event_hitler_parade

is_triggered_only = yes

option = { # Accept
name = germany.28.a
ai_chance = {
base = 30
modifier = {
add = -25
GER = { has_army_size = { size < 40 } }
}
modifier = {
add = 100
GER = { has_army_size = { size > 39 } }
}
}
GER = {
country_event = { hours = 2 id = germany.4 }
}
custom_effect_tooltip = GAME_OVER_TT
}
option = { # Refuse
name = germany.28.b
ai_chance = {
base = 10

modifier = {
factor = 0
GER = { has_army_size = { size > 39 } }
is_historical_focus_on = yes
}
modifier = {
add = 20
GER = { has_army_size = { size < 30 } }
}
}
GER = {
add_opinion_modifier = { target = ROOT modifier = GER_anschluss_rejected }
country_event = { hours = 2 id = germany.29 }
if = { limit = { is_in_faction_with = AUS }
remove_from_faction = AUS
}
}
}
}

Attached save game in zip file when they refused.
 

Attachments

  • GER_1936_08_22_14 anschluss refused.zip
    619,4 KB · Views: 1
Upvote 0