redrum68
Posts: 1202
Joined: 11/26/2017 Status: offline
|
Moving British capital is essentially triggered when any Axis unit in UK (within 10 hexes of Manchester): ; Event triggered by Operation Sealion { #NAME= DE 106 - UK: Shall We Move Our Capital To Australia Or Canada? (AI - 50% Yes) #POPUP= #MESSAGE= <<TAG_20>> #IMAGE= #SOUND= teletype_1.ogg, teletype_2.ogg #FLAG= 1 #TYPE= 0 #AI= 0 #LEVEL= 0 ;Set global variable condition to always trigger (dummy value) #GV= 1[1,100] ;Set link value to always trigger (dummy value) #LINK= 0[0] #COUNTRY_ID= 112 #TRIGGER= 100 #DISPLAY_ORDER= 1 ; Set decision value #DECISION= 106 #MPP_UPDOWN= 0 #MPP_TURNS= 0 #MPP_TEXT= #NOTES= <<TAG_334>> #NOTES_POSITION= ; Set AI acceptance % (AI will accept 50% of the time) #AI_RESPONSE= 50 #AI_RESPONSE_POPUP= <<TAG_21>> #DATE= 1939/09/01 #TEXT_RGB= 0,0,0 #SHADOW_RGB= 228,221,198 ; Toronto is in Allied hands #ALIGNMENT_POSITION= 17,47 [2] ; Melbourne is in Allied hands #ALIGNMENT_POSITION= 217,119 [2] ;Set National Morale Trigger (dummy value) #NATIONAL_MORALE_TRIGGER= 0 [0] ; Set variable conditions: ; 1st Line - Canada politically aligned with Allies and not surrendered ; 1st Line - Australia politically aligned with Allies and not surrendered #VARIABLE_CONDITION= 21 [2] [100] [0] #VARIABLE_CONDITION= 6 [2] [100] [0] ; The Axis have a unit within 10 hexes of Manchester #CONDITION_POSITION= 85,33 [10,10] [1,1] [1] [0] }
|