Skip to content

Commit 93a416a

Browse files
committed
Adjusted pop weights for magic users IG
1 parent 2742821 commit 93a416a

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

mod/common/interest_groups/400_magic_users.txt

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
limit = {
116116
is_pop_type = mages
117117
}
118-
value = 200
118+
value = 100
119119
}
120120
}
121121

@@ -126,7 +126,7 @@
126126
limit = {
127127
is_pop_type = druids
128128
}
129-
value = 150
129+
value = 100
130130
}
131131
}
132132

@@ -136,7 +136,7 @@
136136
limit = {
137137
is_pop_type = aristocrats
138138
}
139-
value = 75
139+
value = 60
140140
}
141141
}
142142

@@ -146,7 +146,17 @@
146146
limit = {
147147
is_pop_type = academics
148148
}
149-
value = 100
149+
value = 60
150+
}
151+
}
152+
153+
add = {
154+
desc = "POP_FARMERS"
155+
if = {
156+
limit = {
157+
is_pop_type = farmers
158+
}
159+
value = 25
150160
}
151161
}
152162

0 commit comments

Comments
 (0)