
Kriegsgrund
Bedrohlichen Rivalen angreifen
Da sie als Bedrohung gelten und ein Rivale von uns sind, ist es unsere Pflicht, sie zu bekämpfen.
Definitionin_game/common/casus_belli/attack_threat.txt:4
5create_visible = {
6scope:target = {
7is_rival_of = root
}
10is_a_threat_for_us = scope:target
}
12create_enabled = {
13not = {
14has_truce_with = scope:target
}
}
17declare_enabled = {
18scope:target = {
19is_rival_of = root
}
22is_a_threat_for_us = scope:target
}
27ai_will_do = {
28add = {
29desc = "BASE"
30value = 10
}
}