イベントこのバージョンで変更
傭兵たちの熱情

Pious MercsはReligionの信仰を極めて重視している。少なくとも傭兵の要件にはそう定められている。正義の名のもと、Pious Mercsは意気盛んに、神を信じないPious Mercs Enemyと戦う準備をしている。
定義in_game/events/mercs.txt:354
355type = country_event
356title = mercs.10.title 傭兵たちの熱情
357desc = mercs.10.desc Pious MercsはReligionの信仰を極めて重視している。少なくとも傭兵の要件にはそう定められている。正義の名のもと、Pious Mercsは意気盛んに、神を信じないPious Mercs Enemyと戦う準備をしている。
358outcome = neutral
359illustration_tags = {
36010 = armed
36110 = interior
}
364trigger = {
366at_war = yes
369any_hired_mercenary ?= {
370count > 0
371mercenary_home ?= {
372NOT = {
372owner = root
}
373dominant_religion = root.religion
}
}
377any_country_at_war_with = {
378NOT = {
378religion = root.religion
}
}
}
383immediate = {
385random_hired_mercenary = {
386limit = {
387mercenary_home = {
388NOT = {
388owner = root
}
389dominant_religion = root.religion
}
}
392save_scope_as = pious_mercs
}
395random_country_at_war_with = {
396limit = {
397NOT = {
397religion = root.religion
}
}
399save_scope_as = pious_mercs_enemy
}
}
}