forked from Aetherum17/WWU
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFormable - Lordaeron.txt
84 lines (72 loc) · 2.01 KB
/
Formable - Lordaeron.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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
country_decisions = {
restore_kingdom_of_lordaeron = {
major = yes
ai_importance = 300
potential = {
NOT = { has_country_flag = enacted_final_tag_formation }
# Exclusions
NOT = { tag = A24 }
NOT = { tag = AGC }
NOT = { exists = A08 } # Lordaeron
# Requisites
primary_culture = culture_lordaeron
any_owned_province = {
region = region_tirisfal_glades
}
}
provinces_to_highlight = {
NOT = { owned_by = ROOT }
OR = {
province_id = 543
province_id = 775
province_id = 642
province_id = 1028
province_id = 991
}
}
allow = {
# Ownership
owns_core_province = 543 # Undercity
owns_core_province = 775 # Hearthglen
owns_core_province = 642 # Stratholme
owns_core_province = 1028 # New Avalon
owns_core_province = 991 # Ruins of Southshore
# General
adm_tech = 8
is_at_war = no
stability = 1
total_development = 300
# 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 = A08
change_government = monarchy
change_primary_culture = culture_lordaeron
set_capital = 543
every_owned_province = {
limit = {
continent = continent_eastern_kingdoms
culture = culture_scourge
NOT = { culture = culture_lordaeron }
}
change_culture = culture_lordaeron
}
# Bonus
add_formable_bonus = yes
trigger_ni_switch = yes
#trigger_mission_switch = yes
set_final_tag_status = yes
}
ai_will_do = {
factor = 1
}
}
}