forked from Aetherum17/WWU
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFormable - Orgrimmar.txt
62 lines (56 loc) · 1.33 KB
/
Formable - Orgrimmar.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
country_decisions = {
found_orgrimmar = {
major = yes
potential = {
NOT = { has_country_flag = enacted_final_tag_formation }
# Exclusions
NOT = { exists = A48 }
# Requisites
culture_group = culture_group_orc
capital_scope = {
continent = continent_kalimdor
}
}
provinces_to_highlight = {
NOT = { owned_by = ROOT }
region = region_durotar
}
allow = {
# Ownership
area_orgrimmar = {
owned_by = ROOT
}
# General
adm_tech = 10
mil_tech = 10
is_at_war = no
stability = 1
# Cost
adm_power = 200
dip_power = 200
mil_power = 200
}
effect = {
# Cost
add_adm_power = -200
add_dip_power = -200
add_mil_power = -200
# Switch
change_tag = A48
area_orgrimmar = {
add_base_tax = 2
add_base_manpower = 2
add_base_production = 2
change_religion = ROOT
}
# Bonus
add_formable_bonus = yes
trigger_ni_switch = yes
#trigger_mission_switch = yes
set_final_tag_status = yes
}
ai_will_do = {
factor = 1
}
}
}