이벤트이번 버전 변경
적의 적

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
}
}
}
}
}
}
}