-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathevents_zoonotic.txt
125 lines (108 loc) · 1.82 KB
/
events_zoonotic.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
namespace = zoonotic
zoonotic.1 = {
type = country_event
hidden = yes
trigger = {
war = yes
is_ai = no
NOT = {
invention = global_supply_limit_modifier_inv_4
}
}
immediate = {
every_army = {
if = {
limit = {
in_siege = yes
root = {
zoonotic_ratio >= zoonotic_limit
}
}
}
random_list = {
25 = {
}
25 = {
random_sub_unit = {
limit = {
subunit_strength_percentage >= 0.05
}
add_subunit_strength = -0.2
}
}
25 = {
random_sub_unit = {
limit = {
subunit_strength_percentage >= 0.05
}
add_subunit_strength = -0.2
}
random_sub_unit = {
limit = {
subunit_strength_percentage >= 0.05
}
add_subunit_strength = -0.2
}
}
25 = {
random_sub_unit = {
limit = {
subunit_strength_percentage >= 0.05
}
add_subunit_strength = -0.2
}
random_sub_unit = {
limit = {
subunit_strength_percentage >= 0.05
}
add_subunit_strength = -0.2
}
random_sub_unit = {
limit = {
subunit_strength_percentage >= 0.05
}
add_subunit_strength = -0.2
}
}
}
#else = {
#}
}
}
}
zoonotic.2 = {
type = country_event
hidden = yes
trigger = {
war = yes
is_ai = no
invention = global_supply_limit_modifier_inv_4
}
immediate = {
every_army = {
#save_scope_as = zoonotic_army
if = {
limit = {
in_siege = yes
root = {
zoonotic_ratio >= zoonotic_limit
}
}
}
random_list = {
80 = {
}
20 = {
random_sub_unit = {
limit = {
subunit_strength_percentage >= 0.05
}
add_subunit_strength = -0.1
}
}
}
#else = {
#}
}
}
}