forked from swf541/ColdWarIronCurtain
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwip.txt
130 lines (100 loc) · 2.75 KB
/
wip.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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
Guinea_Bissau_Decisions = {
Increase_PAIGC_Funding
Decrease_PAIGC_Funding
Expel_PAIGC_Camps
Raid_PAIGC_Camps_in_Guinea
Raid_PAIGC_Camps_in_Senegal
Expand_Senegalese_Training_Camps
Expand_Training_Camps_in_Guinea
Expand_Training_Camps_in_Senegal
PAIGC_External_Support = {
allowed = {
tag = GNB
}
visible = {
always = yes
tag = GNB
NOT = { has_country_flag = GNB_Established_State }
}
available = {
always = no
}
activation = {
always = yes
tag = GNB
NOT = { has_country_flag = GNB_Established_State }
}
#is_good = yes
selectable_mission = yes
days_mission_timeout = 30
timeout_effect = {
set_variable = { paigc_camp_level_calc = 0 }
every_state = { global.paigc_camp_level_calc = PAIGC_Camp_level }
set_temp_variable = { manpower_gain = paigc_camp_level_calc }
multiply_temp_variable = { manpower_gain = 100 }
set_temp_variable = { army_xp_gain = paigc_camp_level_calc }
multiply_temp_variable = { army_xp_gain = 5 }
set_variable = { global_paigc_funding = 0 }
add_to_variable = { global_paigc_funding = SOV.paigc_funding }
add_to_variable = { global_paigc_funding = GNA.paigc_funding }
add_to_variable = { global_paigc_funding = SEN.paigc_funding }
add_to_variable = { global_paigc_funding = PRC.paigc_funding }
set_temp_variable = { inf_equp_gain = global_paigc_funding }
multiply_temp_variable = { inf_equp_gain = 10 }
set_temp_variable = { artillery_gain = global_paigc_funding }
multiply_temp_variable = { artillery_gain = 5 }
set_temp_variable = { anti_air_gain = global_paigc_funding }
multiply_temp_variable = { anti_air_gain = 2 }
army_experience = var:army_xp_gain
add_manpower = var:manpower_gain
meta_effect = {
text = {
add_equipment_to_stockpile = {
type = infantry_equipment
amount = [AMNT]
producer = SOV
}
}
AMNT = "inf_equp_gain"
}
meta_effect = {
text = {
add_equipment_to_stockpile = {
type = artillery_equipment_2
amount = [AMNT]
producer = SOV
}
}
AMNT = "artillery_gain"
}
meta_effect = {
text = {
add_equipment_to_stockpile = {
type = auto_cannon_equipment_2
amount = [AMNT]
producer = SOV
}
}
AMNT = "anti_air_gain"
}
}
}
}
Startup Section for Later Date
GNA = {
774 = {
set_state_flag = PAIGC_Camp
set_variable = { PAIGC_Camp_level = 2 }
}
}
SEN = {
272 = {
set_state_flag = PAIGC_Camp
set_variable = { PAIGC_Camp_level = 4 }
}
}
set_variable = { SOV.paigc_funding = 10 }
set_variable = { YUG.paigc_funding = 4 }
set_variable = { GNA.paigc_funding = 2 }
set_variable = { SEN.paigc_funding = 1 }
set_variable = { PRC.paigc_funding = 1 }