######################################################################### # # 日本・極東追加イベントPlus(新シナリオ専用) # ######################################################################### ###### 追加イベント一覧 ############ ######################################################################### ###### 一般史実イベント #id = 55600 第二次エチオピア戦争(イタリア側) #id = 55601 第二次エチオピア戦争(エチオピア側) #id = 55602 フィリピンの独立 #id = 55603 フィリピン・コモンウェルス #id = 55604 イタリアAI 対エチオピア戦準備(AI専用イベント) #id = 55605 第二次エチオピア戦争(AIイタリア) ###### 昭和軍閥抗争イベント(日本) #id = 55610 皇道派と統制派の対立 #id = 55611 皇道派少壮将校の反発(相澤事件不可避) #id = 55612 皇道派少壮将校の反発(if選択有) #id = 55613 相澤事件 #id = 55614 2-2-6事件(国外滞在中) #id = 55615 軍国主義者のクーデター(皇道派ルートの226の代用) #id = 55620 永田軍政の再開(if - 2.26以前に外遊からの帰国) #id = 55621 永田軍政の再開(if - 2.26事件で皇道派壊滅時) #id = 55622 永田軍政の再開(if - 2.26事件が起こらなかった時) #id = 55630 満洲国創成の意義(if) #id = 55631 満洲の自立(if) #id = 55640 朝鮮経営の放棄(if) #id = 55641 韓国の独立(日本側)(if) #id = 55642 韓国の独立(韓国側)(if) #id = 55660 華北分離工作(日本側) #id = 55661 冀東防共自治政府の成立(日本側) #id = 55662 冀東防共自治政府の成立(山西軍閥側) #id = 55663 冀東防共自治政府の成立(中華民国側) #id = 55664 山西軍閥部隊のロック解除(非ai・atwar・1936年到達) ###### 長征イベント(中国共産党メイン) #id = 55670-3 長征完了 #id = 55674-8 蘭州到着 #id = 55679 長征失敗 #id = 55680 離反者 #id = 55690-2 AI変更 #id = 55693-6 蘭州到着(ai) #id = 55697 aiのゲタ削除 ############################ # 第二次エチオピア戦争 ############################ event ={ id = 55600 random = no country = ITA style = 0 trigger = { ai = no exists = ETH NOT = { war = { country = ITA country = ETH } alliance = { country = ITA country = ETH } } } date = { day = 2 month = october year = 1935 } name = "EVT_55600_NAME" desc = "EVT_55600_DESC" picture = "war" action_a = { # name = "EVT_55600_ACTA" ai_chance = 95 command = { type = domestic which = democratic value = -1 } command = { type = domestic which = political_left value = -1 } command = { type = domestic which = defense_lobby value = 1 } command = { type = war which = ETH } command = { type = trigger which = 55601 } # ETH command = { type = sleepevent which = 55605 } } action_b = { # name = "EVT_55600_ACTB" ai_chance = 5 command = { type = dissent value = 2 } command = { type = domestic which = political_left value = 1 } command = { type = domestic which = defense_lobby value = -1 } command = { type = sleepevent which = 55605 } #command = { type = sleepevent which = 2902 } command = { type = sleepevent which = 62040 } # FEPKBETA4 command = { type = setflag which = ITA_NOT_ETH } } } ############################ # 第二次エチオピア戦争 ############################ event ={ id = 55601 random = no country = ETH style = 0 name = "EVT_55600_NAME" desc = "EVT_55600_DESC" picture = "war" action_a = { # name = "EVT_55601_ACTA" command = { type = manpowerpool value = 5 } } } ############################ # フィリピンの独立 ############################ event ={ id = 55602 random = no country = USA style = 0 trigger = { NOT = { exists = PHI } } date = { day = 14 month = november year = 1935 } name = "EVT_55602_NAME" desc = "EVT_55602_DESC" picture = "indochina_demand" action_a = { # FEPK_independentのほうで輸送船追加 name = "EVT_55602_ACTA" ai_chance = 95 command = { type = independence which = PHI value = 1 } command = { type = domestic which = democratic value = 1 } command = { type = domestic which = defense_lobby value = -1 } command = { type = trigger which = 55603 } } action_b = { # name = "EVT_55602_ACTB" ai_chance = 5 command = { type = dissent value = 2 } command = { type = domestic which = democratic value = -1 } command = { type = domestic which = defense_lobby value = 1 } } } ############################ # フィリピン・コモンウェルス ############################ event ={ id = 55603 random = no country = USA style = 0 name = "EVT_55603_NAME" desc = "EVT_55603_DESC" picture = "indochina_demand" action_a = { # name = "EVT_55603_ACTA" command = { type = make_puppet which = PHI } } } ############################ # イタリアAI 対エチオピア戦準備(AI専用イベント) ############################ event ={ id = 55604 random = no country = ITA style = 0 trigger = { exists = ETH ai = yes } date = { day = 0 month = september year = 1935 } name = "AI_EVENT" action_a = { # command = { type = ai_prepare_war which = ETH } command = { type = domestic which = democratic value = -1 } command = { type = domestic which = political_left value = -1 } command = { type = domestic which = defense_lobby value = 1 } } } event ={ id = 55605 random = no country = ITA style = 0 trigger = { ai = yes exists = ETH NOT = { war = { country = ITA country = ETH } alliance = { country = ITA country = ETH } } } date = { day = 2 month = october year = 1935 } name = "EVT_55600_NAME" desc = "EVT_55600_DESC" picture = "war" action_a = { # name = "EVT_55600_ACTA" ai_chance = 95 command = { type = war which = ETH } command = { type = trigger which = 55601 } # ETH command = { type = sleepevent which = 55600 } } action_b = { # name = "EVT_55600_ACTB" ai_chance = 5 command = { type = dissent value = 2 } command = { type = domestic which = political_left value = 1 } command = { type = domestic which = defense_lobby value = -1 } command = { type = sleepevent which = 55600 } #command = { type = sleepevent which = 2902 } command = { type = sleepevent which = 62040 } # FEPKBETA4 command = { type = setflag which = ITA_NOT_ETH } } } ############################ # 皇道派と統制派の対立 ############################ event ={ id = 55610 random = no country = JAP style = 0 trigger = { } date = { day = 14 month = july year = 1935 } name = "EVT_55610_NAME" desc = "EVT_55610_DESC" picture = "japanese_officers" action_a = { # name = "EVT_55610_ACTA" ai_chance = 90 command = { type = dissent value = 3 } command = { type = domestic which = democratic value = 1 } command = { type = domestic which = political_left value = 2 } command = { type = waketeam which = 1937 } # Obata command = { type = waketeam which = 1938 } # Nagata } action_b = { # name = "EVT_55610_ACTB" ai_chance = 10 command = { type = setflag which = Kodoha } command = { type = dissent value = 7 } command = { type = domestic which = democratic value = -1 } command = { type = domestic which = political_left value = -2 } command = { type = waketeam which = 1937 } # Obata command = { type = sleepevent which = 1 } # 2.26 command = { type = sleepevent which = 59903 } # 2.26 command = { type = sleepevent which = 55614 } # 2.26 command = { type = sleepevent which = 20 } # command = { type = sleepevent which = 55612 } # 永田外遊 command = { type = sleepevent which = 55660 } # 華北分離工作(日本側) } } ############################ # 皇道派少壮将校に不穏な空気 ############################ event ={ id = 55611 random = no country = JAP style = 0 trigger = { random = 5 } date = { day = 15 month = july year = 1935 } offset = 5 deathdate = { day = 28 month = july year = 1935 } #FEPK1.12 name = "EVT_55611_NAME" desc = "EVT_55611_DESC" picture = "japanese_officers" action_a = { # name = "EVT_55611_ACTA" command = { type = dissent value = 3 } command = { type = sleepevent which = 55612 } command = { type = sleepevent which = 55614 } # 2-2-6 EX } } ############################ # 皇道派少壮将校に不穏な空気 ############################ event ={ #FEPK1.12 id = 55612 random = no country = JAP style = 0 trigger = { } date = { day = 29 month = july year = 1935 } name = "EVT_55611_NAME" desc = "EVT_55611_DESC" picture = "japanese_officers" action_a = { # name = "EVT_55611_ACTA" ai_chance = 70 command = { type = dissent value = -3 } command = { type = sleepevent which = 55611 } command = { type = sleepevent which = 55614 } # 2-2-6 EX } action_b = { # name = "EVT_55611_ACTB" ai_chance = 25 # ai_chance = 30 command = { type = dissent value = 1 } command = { type = domestic which = defense_lobby value = -1 } command = { type = sleepevent which = 55611 } command = { type = sleepevent which = 55613 } } action_c = { # name = "EVT_55611_ACTC" ai_chance = 5 command = { type = dissent value = 7 } command = { type = domestic which = defense_lobby value = -2 } command = { type = sleepevent which = 55611 } command = { type = sleepevent which = 55613 } command = { type = sleepevent which = 55620 } command = { type = sleepevent which = 59903 } # NORMAL 2-2-6 command = { type = sleepevent which = 55615 } # 2.26 } } ############################ # 相澤事件 ############################ event ={ id = 55613 random = no country = JAP style = 0 trigger = { } date = { day = 11 month = august year = 1935 } name = "EVT_55612_NAME" desc = "EVT_55612_DESC" picture = "minister_died" action_a = { # name = "EVT_55612_ACTA" command = { type = dissent value = 1 } command = { type = domestic which = democratic value = -1 } command = { type = domestic which = political_left value = -1 } command = { type = sleepminister which = 5555 } # Nagata command = { type = sleepminister which = 5556 } # Nagata command = { type = sleepminister which = 5557 } # Nagata command = { type = sleepleader which = 101382 } # Nagata command = { type = sleepleader which = 101386 } # Nagata command = { type = sleepteam which = 1938 } # Nagata } } ######################################################################### # The 2-2-6 incident (Japan) ######################################################################### event = { id = 55614 random = no country = JAP name = EVT_1_NAME desc = EVT_1_DESC style = 0 picture = "226" trigger = { leader = 101382 # Nagata NOT = { event = 55620 } atwar = no NOT = { ispuppet = JAP } } date = { day = 25 month = february year = 1936 } action_a = { ai_chance = 90 name = EVT_1_ACTA command = { type = dissent value = 1 } command = { type = domestic which = democratic value = -2 } command = { type = domestic which = political_left value = 1 } command = { type = domestic which = defense_lobby value = -1 } command = { type = domestic which = interventionism value = -1 } command = { type = sleepleader which = 101383 } # Watanabe command = { type = sleepminister which = 5551 } # Takahashi command = { type = trigger which = 55400 } #->皇道派の壊滅 command = { type = setflag which = Toseiha } } action_b = { ai_chance = 10 name = EVT_1_ACTB command = { type = dissent value = 5 } command = { type = domestic which = democratic value = -4 } # NOTE: The B choice effects are stronger than A by design command = { type = domestic which = political_left value = -1 } # This represent a greater shift towards the military and command = { type = domestic which = freedom value = -2 } # right wing control. command = { type = domestic which = defense_lobby value = 1 } command = { type = domestic which = interventionism value = 1 } command = { type = headofstate which = 5013 } # NS天皇 command = { type = headofgovernment which = 5550 } # Masaki command = { type = foreignminister which = 5053 } command = { type = armamentminister which = 5080 } command = { type = ministerofsecurity which = 5105 } command = { type = ministerofintelligence which = 5134 } command = { type = chiefofstaff which = 5523 } # Araki command = { type = chiefofarmy which = 5531 } # Araki command = { type = chiefofnavy which = 5172 } command = { type = chiefofair which = 5183 } command = { type = waketeam which = 1937 } # Obata command = { type = sleepleader which = 101383 } # Watanabe command = { type = sleepminister which = 5555 } # Nagata command = { type = sleepminister which = 5556 } # Nagata command = { type = sleepminister which = 5557 } # Nagata command = { type = sleepminister which = 5551 } # Takahashi command = { type = sleepminister which = 5011 } # 大本営 command = { type = sleepteam which = 1938 } # Nagata command = { type = trigger which = 55401 } #->統制派の壊滅 command = { type = relation which = CHI value = 20 } command = { type = relation which = SOV value = -100 } command = { type = setflag which = Kodoha } command = { type = clrflag which = Toseiha } command = { type = clrflag which = Nagata } } } ######################################################################### # 軍国主義者のクーデター ######################################################################### event = { id = 55615 random = no country = JAP name = EVT_111_NAME desc = EVT_111_DESC style = 0 picture = "226" trigger = { flag = Kodoha atwar = no NOT = { ispuppet = JAP } } date = { day = 25 month = february year = 1936 } action_a = { name = "OK" command = { type = dissent value = 3 } command = { type = domestic which = democratic value = -4 } # NOTE: The B choice effects are stronger than A by design command = { type = domestic which = political_left value = -1 } # This represent a greater shift towards the military and command = { type = domestic which = freedom value = -2 } # right wing control. command = { type = domestic which = defense_lobby value = 1 } command = { type = domestic which = interventionism value = 1 } command = { type = headofstate which = 5013 } # NS天皇 command = { type = headofgovernment which = 5550 } # Masaki command = { type = foreignminister which = 5053 } command = { type = armamentminister which = 5080 } command = { type = ministerofsecurity which = 5105 } command = { type = ministerofintelligence which = 5134 } command = { type = chiefofstaff which = 5523 } # Araki command = { type = chiefofarmy which = 5531 } # Araki command = { type = chiefofnavy which = 5172 } command = { type = chiefofair which = 5183 } command = { type = waketeam which = 1937 } # Obata #command = { type = sleepleader which = 101383 } # Watanabe command = { type = sleepminister which = 5555 } # Nagata command = { type = sleepminister which = 5556 } # Nagata command = { type = sleepminister which = 5557 } # Nagata command = { type = sleepminister which = 5551 } # Takahashi command = { type = sleepminister which = 5011 } # 大本営 #command = { type = sleepteam which = 1938 } # Nagata command = { type = trigger which = 55401 } #->統制派の壊滅 command = { type = relation which = CHI value = 20 } command = { type = relation which = SOV value = -100 } command = { type = clrflag which = Toseiha } command = { type = clrflag which = Nagata } } } ############################ # 永田軍政の再開case1(外遊)(if) ############################ event = { id = 55620 random = no country = JAP trigger = { leader = 101382 # Nagata random = 30 } date = { day = 0 month = november year = 1935 } offset = 7 deathdate = { day = 29 month = february year = 1936 } name = "EVT_55620_NAME" desc = "EVT_55620_DESC" style = 0 picture = "japanese_officers" action_a = { # name = "EVT_55620_ACTA" command = { type = domestic which = freedom value = 2 } command = { type = sleepevent which = 55614 } # 2-2-6 EX command = { type = sleepevent which = 55621 } # command = { type = sleepevent which = 55622 } # command = { trigger = { NOT = { technology = 6020 } } type = gain_tech which = 6020 } command = { trigger = { NOT = { technology = 5060 } } type = gain_tech which = 5060 } command = { trigger = { NOT = { technology = 1340 } } type = gain_tech which = 1340 } command = { trigger = { technology = 6020 } type = gain_tech which = -2 } command = { trigger = { technology = 5060 } type = gain_tech which = -1 } command = { trigger = { technology = 1340 } type = gain_tech which = -1 } command = { type = setflag which = Nagata } } } ############################ # 永田軍政の再開case2(if) ############################ event = { id = 55621 random = no country = JAP trigger = { leader = 101382 # Nagata event = 55400 } date = { day = 0 month = january year = 1935 } offset = 7 deathdate = { day = 29 month = december year = 1936 } name = "EVT_55620_NAME" desc = "EVT_55620_DESC" style = 0 picture = "japanese_officers" action_a = { # name = "EVT_55620_ACTA" command = { type = domestic which = freedom value = 2 } command = { type = sleepevent which = 55620 } # command = { type = sleepevent which = 55622 } # command = { type = setflag which = Nagata } } } ############################ # 永田軍政の再開case3(if) ############################ event = { id = 55622 random = no country = JAP trigger = { leader = 101382 # Nagata NOT = { event = 59903 # 2-2-6 event = 55614 # 2-2-6 EX event = 55615 } } date = { day = 0 month = march year = 1936 } offset = 7 deathdate = { day = 29 month = december year = 1936 } name = "EVT_55620_NAME" desc = "EVT_55620_DESC" style = 0 picture = "japanese_officers" action_a = { # name = "EVT_55620_ACTA" command = { type = domestic which = freedom value = 2 } command = { type = sleepevent which = 55620 } # command = { type = sleepevent which = 55621 } # command = { type = gain_tech which = 6020 } command = { type = setflag which = Nagata } } } ############################ # 満洲国創成の意義(if) ############################ event = { id = 55630 random = no country = JAP trigger = { puppet = { country = MAN country = JAP } OR = { headofgovernment = 5555 # Nagata headofgovernment = 5028 # Ugaki } #event = 55642 flag = Nagata random = 20 } name = "EVT_55630_NAME" desc = "EVT_55630_DESC" style = 0 picture = "economic" date = { day = 0 month = january year = 1941 } offset = 5 deathdate = { day = 29 month = december year = 1963 } action_a = { # name = "EVT_55630_ACTA" ai_chance = 80 command = { type = domestic which = freedom value = 1 } command = { type = domestic which = interventionism value = -1 } command = { type = end_mastery which = MAN } command = { type = belligerence which = JAP value = -10 } command = { type = belligerence which = MAN value = -10 } command = { type = relation which = MAN value = 400 } command = { type = relation which = SIA value = 150 } command = { type = relation which = TUR value = 150 } command = { type = relation which = ENG value = 10 } command = { type = relation which = USA value = 10 } command = { type = relation which = CAN value = 10 } command = { type = relation which = AST value = 10 } command = { type = relation which = NZL value = 10 } command = { type = relation which = SAF value = 10 } command = { type = sleepevent which = 131697 } command = { type = trigger which = 55631 } # MAN } action_b = { # name = "EVT_55630_ACTB" ai_chance = 20 command = { type = sleepevent which = 131697 } command = { type = sleepevent which = 55631 } command = { type = sleepevent which = 55640 } command = { type = sleepevent which = 55641 } } } ############################ # 満洲の自立(if) ############################ event = { id = 55631 random = no country = MAN name = "EVT_55631_NAME" desc = "EVT_55630_DESC" style = 0 picture = "economic" action_a = { # name = "EVT_55631_ACTA" command = { type = set_domestic which = democratic value = 5 } command = { type = domestic which = freedom value = 1 } command = { type = construct which = ic where = 1390 value = 1 } # 新京 command = { type = construct which = ic where = 1379 value = 1 } # 哈爾濱 command = { type = construct which = ic where = 1389 value = 1 } # 奉天 command = { type = relation which = SIA value = 50 } command = { type = relation which = TUR value = 50 } command = { type = relation which = ENG value = 10 } command = { type = relation which = USA value = 10 } command = { type = relation which = CAN value = 10 } command = { type = relation which = AST value = 10 } command = { type = relation which = NZL value = 10 } command = { type = relation which = SAF value = 10 } command = { type = manpowerpool value = 50 } # manpower command = { type = sleepteam which = 6404 } # Jap-TechTeam command = { type = sleepteam which = 6405 } # Jap-TechTeam command = { type = sleepteam which = 6406 } # Jap-TechTeam command = { type = sleepteam which = 6429 } # Jap-TechTeam command = { type = waketeam which = 6426 } # Man-TechTeam command = { type = waketeam which = 6428 } # Man-TechTeam command = { type = waketeam which = 6430 } # Man-TechTeam command = { type = sleepminister which = 58010 } # command = { type = sleepminister which = 58016 } # command = { type = sleepminister which = 58017 } # command = { type = sleepminister which = 58018 } # command = { type = sleepminister which = 58023 } # command = { type = sleepminister which = 58024 } # command = { type = sleepminister which = 58029 } # command = { type = sleepminister which = 58030 } # command = { type = sleepminister which = 58031 } # command = { type = sleepminister which = 58032 } # command = { type = sleepminister which = 58037 } # command = { type = sleepminister which = 58038 } # command = { type = sleepminister which = 58039 } # command = { type = sleepminister which = 58044 } # command = { type = sleepminister which = 58045 } # command = { type = sleepminister which = 58046 } # command = { type = sleepminister which = 58051 } # command = { type = sleepminister which = 58052 } # command = { type = sleepminister which = 58057 } # command = { type = sleepminister which = 58058 } # command = { type = sleepminister which = 58061 } # command = { type = sleepminister which = 58063 } # command = { type = sleepminister which = 58064 } # command = { type = sleepminister which = 58065 } # command = { type = sleepminister which = 58068 } # command = { type = sleepminister which = 58069 } # command = { type = sleepminister which = 58070 } # command = { type = sleepminister which = 58071 } # command = { type = sleepminister which = 58072 } # command = { type = sleepminister which = 58111 } # command = { type = sleepleader which = 250008 } # command = { type = sleepleader which = 250010 } # command = { type = sleepleader which = 250018 } # command = { type = sleepleader which = 250026 } # command = { type = sleepleader which = 250029 } # command = { type = sleepleader which = 250034 } # command = { type = sleepleader which = 250038 } # command = { type = sleepleader which = 250087 } # command = { type = sleepleader which = 250088 } # command = { type = sleepleader which = 250089 } # command = { type = sleepleader which = 250090 } # command = { type = sleepleader which = 250093 } # command = { type = sleepleader which = 250096 } # command = { type = sleepleader which = 250097 } # } } ############################ # 朝鮮経営の放棄(if) ############################ event = { id = 55640 random = no country = JAP trigger = { OR = { headofgovernment = 5555 # Nagata headofgovernment = 5028 # Ugaki } NOT = { exists = KOR } flag = Nagata event = 55631 random = 20 } name = "EVT_55640_NAME" desc = "EVT_55640_DESC" style = 0 picture = "korea_independent" date = { day = 0 month = august year = 1940 } offset = 4 deathdate = { day = 29 month = december year = 1963 } action_a = { # name = "EVT_55640_ACTA" ai_chance = 80 command = { type = domestic which = interventionism value = -1 } command = { type = removecore which = 1194 } # 済州島 command = { type = removecore which = 1195 } # 光州 command = { type = removecore which = 1196 } # 釜山 command = { type = removecore which = 1197 } # 大邱 command = { type = removecore which = 1198 } # 春州 command = { type = removecore which = 1199 } # 京城 command = { type = removecore which = 1393 } # 新義州 command = { type = removecore which = 1391 } # 惠山 command = { type = removecore which = 1376 } # 清津 command = { type = removecore which = 1392 } # 咸興 command = { type = removecore which = 1200 } # 元山 command = { type = removecore which = 1201 } # 平壌 command = { type = independence which = KOR value = 1 } command = { type = trigger which = 55641 } # command = { type = sleepleader which = 101045 } # command = { type = sleepleader which = 101092 } # command = { type = sleepleader which = 101111 } # command = { type = sleepleader which = 101320 } # command = { type = sleepleader which = 101325 } # } action_b = { # name = "EVT_55640_ACTB" ai_chance = 20 command = { type = dissent value = 1 } } } ############################ # 韓国の独立(if) ############################ event = { id = 55641 random = no country = JAP name = "EVT_55641_NAME" desc = "EVT_55641_DESC" style = 0 picture = "korea_independent" action_a = { # name = "EVT_55641_ACTA" # command = { type = sleepevent which = 1 } # 2.26 sleep command = { type = belligerence which = JAP value = -10 } command = { type = make_puppet which = KOR } command = { type = relation which = MAN value = 400 } command = { type = relation which = SIA value = 10 } command = { type = relation which = TUR value = 10 } command = { type = relation which = ENG value = 5 } command = { type = relation which = USA value = 5 } command = { type = relation which = CAN value = 5 } command = { type = relation which = AST value = 5 } command = { type = relation which = NZL value = 5 } command = { type = relation which = SAF value = 5 } command = { type = construct which = ic where = 1179 value = 2 } # 札幌 command = { type = construct which = ic where = 1180 value = 1 } # 名古屋 command = { type = construct which = ic where = 1180 value = 2 } # 仙台 command = { type = construct which = ic where = 1182 value = 1 } # 福島 command = { type = construct which = ic where = 1186 value = 1 } # 金沢 command = { type = construct which = ic where = 1187 value = 2 } # 大阪 command = { type = construct which = ic where = 1184 value = 2 } # 東京 command = { type = construct which = ic where = 1190 value = 1 } # 福岡 command = { type = construct which = ic where = 1390 value = 2 } # 新京 command = { type = construct which = ic where = 1199 value = -1 } # 京城 command = { type = construct which = ic where = 1195 value = -1 } # 光洲 command = { type = construct which = ic where = 1196 value = -1 } # 釜山 command = { type = construct which = ic where = 1197 value = -1 } # 大邱 command = { type = construct which = infrastructure where = 1180 value = 40 } # 仙台 command = { type = construct which = infrastructure where = 1181 value = 10 } # 秋田 command = { type = construct which = infrastructure where = 1185 value = 20 } # 名古屋 command = { type = construct which = infrastructure where = 1390 value = 10 } # 新京 command = { type = construct which = infrastructure where = 1389 value = 10 } # 奉天 command = { type = construct which = infrastructure where = 1379 value = 10 } # 哈爾濱 command = { type = province_manpower which = 1178 value = 1 } # 旭川 command = { type = province_manpower which = 1179 value = 1 } # 札幌 command = { type = province_manpower which = 1180 value = 1 } # 仙台 command = { type = province_manpower which = 1184 value = 1 } # 東京 command = { type = province_manpower which = 1187 value = 1 } # 大阪 command = { type = manpowerpool value = 5 } # manpower command = { type = industrial_modifier which = total value = 5 } #遠藤マイクロ command = { type = morale which = land value = 2 } command = { type = trigger which = 55642 } # } } ############################ # 韓国の独立(if) ############################ event = { id = 55642 random = no country = KOR name = "EVT_55641_NAME" desc = "EVT_55641_DESC" style = 0 picture = "korea_independent" action_a = { # name = "EVT_55641_ACTA" command = { type = dissent value = 70 } command = { type = set_domestic which = democratic value = 2 } command = { type = set_domestic which = freedom value = 0 } command = { type = set_domestic which = political_left value = 4 } command = { type = headofstate which = 578038 } command = { type = headofgovernment which = 578046 } command = { type = foreignminister which = 578050 } command = { type = armamentminister which = 578047 } command = { type = ministerofsecurity which = 578054 } command = { type = ministerofintelligence which = 578055 } command = { type = chiefofstaff which = 578040 } command = { type = chiefofarmy which = 578041 } command = { type = chiefofair which = 578045 } command = { type = add_division value = hq when = 1 } command = { type = ai which = "kor_1935.ai" } command = { type = sleepevent which = 15032 } # } } ############################ # 華北分離工作 ############################ event ={ id = 55660 random = no country = JAP style = 0 trigger = { atwar = no exists = CSX # } date = { day = 24 month = december year = 1935 } name = "EVT_55660_NAME" desc = "EVT_55660_DESC" picture = "japanese_reinforcments2" action_a = { # name = "EVT_55660_ACTA" ai_chance = 100 # 99 #1.095 command = { type = belligerence which = JAP value = 5 } command = { type = domestic which = democratic value = -1 } command = { type = domestic which = political_left value = -1 } command = { type = domestic which = defense_lobby value = 1 } command = { type = trigger which = 55661 } # } action_b = { # name = "EVT_55660_ACTB" ai_chance = 0 # 1 #1.095 command = { type = dissent value = 5 } #1.095 command = { type = domestic which = defense_lobby value = -1 } command = { type = sleepevent which = 55661 } command = { type = sleepevent which = 59905 } # } } ############################ # 冀東防共自治政府の成立 ############################ event ={ id = 55661 random = no country = JAP style = 0 name = "EVT_55661_NAME" desc = "EVT_55661_DESC" picture = "japanese_reinforcments2" action_a = { # name = "EVT_55662_ACTA" command = { type = relation which = CSX value = -50 } command = { type = relation which = CHI value = -50 } command = { type = relation which = ENG value = -10 } command = { type = relation which = USA value = -10 } command = { type = trigger which = 55662 } # } } ############################ # 冀東防共自治政府の成立 ############################ event ={ id = 55662 random = no country = CSX style = 0 name = "EVT_55661_NAME" desc = "EVT_55661_DESC" picture = "japanese_reinforcments2" action_a = { # name = "EVT_55661_ACTA" command = { type = dissent value = 3 } command = { type = removecore which = 1203 } command = { type = removecore which = 1397 } command = { type = removecore which = 1398 } command = { type = secedeprovince which = JAP value = 1203 } command = { type = secedeprovince which = JAP value = 1397 } command = { type = secedeprovince which = JAP value = 1398 } command = { type = trigger which = 55663 } # command = { type = unlock_division which = 22300 value = 2 } command = { type = unlock_division which = 22300 value = 7 } command = { type = unlock_division which = 22300 value = 10 } command = { type = unlock_division which = 22300 value = 12 } command = { type = unlock_division which = 22300 value = 14 } command = { type = unlock_division which = 22300 value = 17 } command = { type = unlock_division which = 22300 value = 19 } command = { type = unlock_division which = 22300 value = 20 } command = { type = unlock_division which = 22300 value = 21 } command = { type = unlock_division which = 22300 value = 22 } command = { type = unlock_division which = 22300 value = 23 } command = { type = unlock_division which = 22300 value = 24 } command = { type = unlock_division which = 22300 value = 27 } command = { type = unlock_division which = 22300 value = 29 } command = { type = unlock_division which = 22300 value = 31 } command = { type = unlock_division which = 22300 value = 32 } command = { type = unlock_division which = 22300 value = 36 } command = { type = unlock_division which = 22300 value = 37 } command = { type = unlock_division which = 22300 value = 39 } command = { type = unlock_division which = 22300 value = 41 } command = { type = unlock_division which = 22300 value = 44 } command = { type = unlock_division which = 22300 value = 80 } command = { type = unlock_division which = 22300 value = 84 } command = { type = unlock_division which = 22300 value = 104 } command = { type = unlock_division which = 22300 value = 129 } command = { type = unlock_division which = 22300 value = 137 } command = { type = unlock_division which = 22300 value = 146 } command = { type = unlock_division which = 22300 value = 206 } command = { type = unlock_division which = 22300 value = 267 } command = { type = sleepevent which = 55664 } # } } ############################ # 冀東防共自治政府の成立 ############################ event ={ id = 55663 random = no country = CHI style = 0 name = "EVT_55661_NAME" desc = "EVT_55661_DESC" picture = "japanese_reinforcments2" action_a = { # name = "EVT_55661_ACTA" command = { type = dissent value = 5 } command = { type = relation which = ENG value = 10 } command = { type = relation which = USA value = 10 } } } event ={ id = 55664 random = no country = CSX style = 0 trigger = { OR = { atwar = yes ai = no year = 1936 } } date = { day = 0 month = january year = 1935 } offset = 1 deathdate = { day = 29 month = december year = 1963 } name = "AI_EVENT" desc = "AI_EVENT" action_a = { # name = "OK" command = { type = unlock_division which = 22300 value = 2 } command = { type = unlock_division which = 22300 value = 7 } command = { type = unlock_division which = 22300 value = 10 } command = { type = unlock_division which = 22300 value = 12 } command = { type = unlock_division which = 22300 value = 14 } command = { type = unlock_division which = 22300 value = 17 } command = { type = unlock_division which = 22300 value = 19 } command = { type = unlock_division which = 22300 value = 20 } command = { type = unlock_division which = 22300 value = 21 } command = { type = unlock_division which = 22300 value = 22 } command = { type = unlock_division which = 22300 value = 23 } command = { type = unlock_division which = 22300 value = 24 } command = { type = unlock_division which = 22300 value = 27 } command = { type = unlock_division which = 22300 value = 29 } command = { type = unlock_division which = 22300 value = 31 } command = { type = unlock_division which = 22300 value = 32 } command = { type = unlock_division which = 22300 value = 36 } command = { type = unlock_division which = 22300 value = 37 } command = { type = unlock_division which = 22300 value = 39 } command = { type = unlock_division which = 22300 value = 41 } command = { type = unlock_division which = 22300 value = 44 } command = { type = unlock_division which = 22300 value = 80 } command = { type = unlock_division which = 22300 value = 84 } command = { type = unlock_division which = 22300 value = 104 } command = { type = unlock_division which = 22300 value = 129 } command = { type = unlock_division which = 22300 value = 137 } command = { type = unlock_division which = 22300 value = 146 } command = { type = unlock_division which = 22300 value = 206 } command = { type = unlock_division which = 22300 value = 267 } } } ############################ # 長征完了 ############################ event ={ id = 55670 random = no country = CHC style = 0 trigger = { OR = { control = { province = 1270 data = CHC } # Xianyang control = { province = 1271 data = CHC } # Yan'an control = { province = 1275 data = CHC } # Pingliang } } date = { day = 1 month = july year = 1935 } offset = 3 deathdate = { day = 29 month = december year = 1936 } name = "EVT_55670_NAME" desc = "EVT_55670_DESC" picture = "China_CW" action_a = { # name = "EVT_55670_ACTA" command = { type = trigger which = 55671 } # CXB give provinces to CHC command = { type = sleepevent which = 55673 } } } event ={ id = 55671 random = no country = CXB style = 0 name = "EVT_55671_NAME" desc = "EVT_55671_DESC" action_a = { # name = "EVT_55671_ACTA" command = { type = peace which = CHC value = 1 } command = { type = secedeprovince which = CHC value = 1270 } # Xianyang command = { type = secedeprovince which = CHC value = 1271 } # Yan'an command = { type = secedeprovince which = CHC value = 1275 } # Pingliang command = { type = trigger which = 55672 } # CHC setup } } event ={ id = 55672 random = no country = CHC style = 0 name = "EVT_55672_NAME" desc = "EVT_55672_DESC" picture = "China_CW" action_a = { # name = "EVT_55672_ACTA" command = { type = capital which = 1271 } # Yan'an command = { type = money value = 100 } command = { type = manpowerpool value = 350 } command = { type = gain_tech which = 1030 } # Early Infantry command = { type = sleepevent which = 55679 } # failure event command = { type = sleepevent which = 55680 } # revolter event command = { type = construct which = land_fort where = 1270 value = 6 } # Xianyang # FEPK変更部分 #1.06 command = { type = construct which = land_fort where = 1271 value = 7 } # Yan'an # FEPK変更部分 #1.06 command = { type = construct which = land_fort where = 1275 value = 5 } # Pingliang # FEPK変更部分 #1.06 command = { type = add_corps value = land when = -1 where = 1270 } # Xianyang guards command = { type = add_division value = militia when = 0 } command = { type = add_corps value = land when = -1 where = 1271 } # Yan'an guards command = { type = add_division value = militia when = 0 } command = { type = add_corps value = land when = -1 where = 1275 } # Pingliang guards command = { type = add_division value = militia when = 0 } command = { type = secedeprovince which = CYN value = 1282 } # Kangding command = { type = secedeprovince which = CHI value = 1276 } # Lanzhou #FEPKBETA3 #元からあったコメントアウトを削除 command = { type = secedeprovince which = CXB value = 1273 } # All Xibei Area command = { type = secedeprovince which = CXB value = 1274 } command = { type = secedeprovince which = CXB value = 1439 } command = { type = secedeprovince which = CXB value = 1440 } command = { type = secedeprovince which = CXB value = 1441 } command = { type = secedeprovince which = CXB value = 1442 } command = { type = secedeprovince which = CXB value = 1443 } } } event ={ id = 55673 random = no country = CHC style = 0 trigger = { random = 50 ai = yes } date = { day = 15 month = december year = 1935 } offset = 2 deathdate = { day = 29 month = july year = 1936 } name = "EVT_55670_NAME" desc = "AI_EVENT" picture = "China_CW" action_a = { # name = "EVT_55670_ACTA" command = { type = trigger which = 55671 } # CXB give provinces to CHC command = { type = sleepevent which = 55670 } } } ############################ # 蘭州進出 ############################ event ={ id = 55674 random = no country = CHI style = 0 trigger = { NOT = { event = 55671 } control = { province = 1276 data = CHC } # Lanzhou } date = { day = 1 month = july year = 1935 } offset = 3 deathdate = { day = 29 month = december year = 1936 } name = "EVT_55674_NAME" desc = "EVT_55674_DESC" action_a = { # name = "EVT_55674_ACTA" command = { type = secedeprovince which = CHC value = 1276 } # Lanzhou to CHC command = { type = trigger which = 55678 } # CHC moves capital } } event ={ id = 55678 random = no country = CHC style = 0 name = "EVT_55678_NAME" desc = "EVT_55678_DESC" picture = "China_CW" action_a = { # name = "EVT_55678_ACTA" command = { type = capital which = 1276 } # Lanzhou command = { type = add_corps value = land when = -1 where = 1276 } # Lanzhou guards command = { type = add_division value = militia when = 0 } command = { type = supplies value = 100 where = 1276 } # command = { type = secedeprovince which = CYN value = 1282 } # Kangding } } ############################ # 長征の失敗 ############################ event ={ id = 55679 random = no country = CHC style = 0 trigger = { ai = no NOT = { event = 55672 } } date = { day = 1 month = october year = 1936 } name = "EVT_55679_NAME" desc = "EVT_55679_DESC" action_a = { # name = "EVT_55679_ACTA" command = { type = endgame value = 1 } # eliminated } } ############################ # 離反者 ############################ event ={ id = 55680 random = no country = CHC style = 0 trigger = { ai = no army = 12 random = 30 NOT = { event = 90 } } date = { day = 1 month = july year = 1935 } offset = 10 deathdate = { day = 1 month = april year = 1937 } name = "EVT_55680_NAME" desc = "EVT_55680_DESC" action_a = { # name = "EVT_55680_ACTA" command = { type = remove_division which = 24000 value = 11 } #第4方面軍第4軍 command = { type = remove_division which = 24000 value = 12 } #第4方面軍第9軍 command = { type = remove_division which = 24000 value = 13 } #第4方面軍第30軍 } } ############################ # AI変更(長征完了/中共がプレイヤー) ############################ event = { id = 55690 random = no country = CHI trigger = { ai = yes OR = { event = 55672 NOT = { exists = CHC } NOT = { ai = CHC } } } name = "AI_EVENT" style = 0 date = { day = 1 month = july year = 1935 } offset = 3 deathdate = { day = 29 month = december year = 1936 } action_a = { command = { type = construct which = land_fort where = 1278 value = 4 } # FEPK1.06 command = { type = construct which = land_fort where = 1268 value = 4 } # FEPK1.06 command = { type = construct which = land_fort where = 1265 value = 4 } # FEPK1.06 command = { type = construct which = land_fort where = 1264 value = 4 } # FEPK1.06 command = { type = construct which = land_fort where = 1261 value = 4 } # FEPK1.06 command = { type = construct which = land_fort where = 1259 value = 4 } # FEPK1.06 command = { type = ai which = "chi_1935.ai" } command = { type = sleepevent which = 138110 } # FEPK1.06 } } event = { id = 55691 random = no country = CXB trigger = { ai = yes OR = { event = 55672 NOT = { exists = CHC } NOT = { ai = CHC } } } name = "AI_EVENT" style = 0 date = { day = 1 month = july year = 1935 } offset = 3 deathdate = { day = 29 month = december year = 1936 } action_a = { command = { type = ai which = "cxb_1936.ai" } } } event = { id = 55692 random = no country = CHC trigger = { ai = yes event = 55672 } name = "AI_EVENT" style = 0 date = { day = 0 month = january year = 1935 } offset = 3 deathdate = { day = 29 month = december year = 1936 } action_a = { command = { type = ai which = "chc_1935.ai" } } } ############################ # 蘭州進出(ai長征支援用) ############################ # DDでは部隊が存在するPROVが他国に譲渡されると当該部隊は戦略再配置状態になる。 # この時、ターゲットは元PROVになるが本国と飛び地になってしまう場合、aiはうまく処理してくれない様だ。(配置できるのにプールに永遠に留まってしまう) # 其の為、開始時の康定と蘭州の間の西寧も中共に渡すことにする。 event ={ id = 55693 random = no country = CHC style = 0 trigger = { ai = yes NOT = { event = 55674 } random = 50 } date = { day = 20 month = august year = 1935 } offset = 6 deathdate = { day = 29 month = december year = 1935 } name = "AI_EVENT(蘭州進出)" desc = "AI_EVENT" picture = "China_CW" action_a = { # name = "EVT_55674_ACTA" command = { type = trigger which = 55694 } # command = { type = peace which = CHI value = 0 } # 遠藤マイクロ command = { type = sleepevent which = 55674 } } } event ={ id = 55694 random = no country = CHI style = 0 name = "EVT_55674_NAME" desc = "EVT_55674_DESC" action_a = { # name = "EVT_55674_ACTA" command = { type = secedeprovince which = CHC value = 1276 } # Lanzhou to CHC command = { type = trigger which = 55695 } # capital } } event ={ id = 55695 random = no country = CXB style = 0 name = "AI_EVENT" desc = "AI_EVENT" action_a = { # name = "EVT_55674_ACTA" command = { type = secedeprovince which = CHC value = 1443 } #command = { type = trigger which = 55696 } # CHC moves capital #遠藤マイクロ #発動タイミング変更 } } ###################### # AI中共の戦力支援 #(あまりにも貧弱で抵抗できないので下駄を履かせてみる) ###################### event ={ id = 55696 random = no country = CHC style = 0 trigger = { event = 55695 } date = { day = 20 month = august year = 1935 } offset = 3 deathdate = { day = 29 month = december year = 1935 } name = "EVT_55678_NAME" desc = "EVT_55678_DESC" picture = "China_CW" action_a = { # name = "EVT_55678_ACTA" command = { type = capital which = 1276 } # Lanzhou command = { type = province_keypoints which = 1276 value = 1 } command = { type = add_corps value = land when = -1 where = 1276 } # command = { type = activate_division which = 24000 value = 20 } command = { type = activate_division which = 24000 value = 21 } command = { type = activate_division which = 24000 value = 22 } command = { type = activate_division which = 24000 value = 23 } command = { type = activate_division which = 24000 value = 24 } command = { type = activate_division which = 24000 value = 25 } command = { type = add_corps value = land when = -1 where = 1443 } # command = { type = activate_division which = 24000 value = 26 } command = { type = activate_division which = 24000 value = 27 } command = { type = activate_division which = 24000 value = 28 } command = { type = activate_division which = 24000 value = 29 } command = { type = activate_division which = 24000 value = 30 } command = { type = activate_division which = 24000 value = 31 } command = { type = supplies value = 2000 where = 1276 } # command = { type = secedeprovince which = CYN value = 1282 } # Kangding command = { type = war which = CHI } # 遠藤マイクロ } } event ={ id = 55697 random = no country = CHC style = 0 trigger = { ai = yes control = { province = 1275 data = CHC } # Pingliang control = { province = 1270 data = CHC } # Xianyang control = { province = 1271 data = CHC } # Yan'an NOT = { war = { country = CHC country = CHI } } } name = "AI_EVENT" date = { day = 0 month = january year = 1935 } offset = 14 deathdate = { day = 29 month = december year = 1936 } picture = "China_CW" action_a = { # name = "OK" command = { type = remove_division which = 24000 value = 20 } command = { type = remove_division which = 24000 value = 21 } command = { type = remove_division which = 24000 value = 22 } command = { type = remove_division which = 24000 value = 23 } command = { type = remove_division which = 24000 value = 24 } command = { type = remove_division which = 24000 value = 25 } command = { type = remove_division which = 24000 value = 26 } command = { type = remove_division which = 24000 value = 27 } command = { type = remove_division which = 24000 value = 28 } command = { type = remove_division which = 24000 value = 29 } command = { type = remove_division which = 24000 value = 30 } command = { type = remove_division which = 24000 value = 31 } } }