イベントこのバージョンで変更
敵の敵

Bloodthirsty Mercsの兵士は、憎き敵、Bloodthirsty Mercs Enemy Adjectiveと戦う機会を心待ちにしている。Bloodthirsty Mercs HomeとBloodthirsty Mercs Enemyの激しい確執は、傭兵たちにまで及んでいるようだ。
定義in_game/events/mercs.txt:67
68type = country_event
69title = mercs.2.title 敵の敵
70desc = mercs.2.desc Bloodthirsty Mercsの兵士は、憎き敵、Bloodthirsty Mercs Enemy Adjectiveと戦う機会を心待ちにしている。Bloodthirsty Mercs HomeとBloodthirsty Mercs Enemyの激しい確執は、傭兵たちにまで及んでいるようだ。
71outcome = neutral
72illustration_tags = {
7310 = armed
7410 = exterior
}
77trigger = {
79any_hired_mercenary ?= {
80count > 0
81mercenary_home ?= {
82has_owner = yes
83NOT = {
83owner = root
}
84owner = {
85any_rival = {
86is_at_war_with = root
}
}
}
}
}
94immediate = {
96hidden_effect = {
97random_hired_mercenary = {
98limit = {
99mercenary_home = {
100NOT = {
100owner = root
}
101owner = {
102any_rival = {
103is_at_war_with = root
}
}
}
}
110save_scope_as = bloodthirsty_mercs
112mercenary_home = {
113save_scope_as = bloodthirsty_mercs_home_province
114owner = {
115save_scope_as = bloodthirsty_mercs_home
116random_rival = {
117limit = {
118is_at_war_with = root
}
120save_scope_as = bloodthirsty_mercs_enemy
}
}
}
}
}
}
}