VariableChanged this version
sect_favor
How it changes
| Source | Where | Change |
|---|---|---|
A Critique of Buddhism | option 1 | +5 |
Target Io | immediate | Set to 10 |
Target Io | option 1 | +10 |
| on_religion_changed | effect | Set to 0.1 |
Definitionin_game/common/international_organizations/sect.txt:227
228format = "SECT_FAVOR_DISPLAY"
229change_format = "VARIABLE_CHANGE_FORMAT"
230min = 0
231max = 100
232start = 50
233monthly_change = {
235add = {
236desc = "NUMBER_OF_SECT_FOLLOWERS" Number of Sect Followers
237value = total_members
238multiply = 0.075
239divide = 2.5
240subtract = 0.075
}
242add = {
243desc = "SECT_SUPPORTERS" Sect Supporters
244value = 0
245every_in_list = {
246variable = sect_supporters
247add = country_economical_base
248multiply = 0.001
}
}
251subtract = {
252desc = "SECT_ENEMIES" Sect Enemies
253value = 0
254every_international_organization_enemy = {
255add = country_economical_base
256multiply = 0.001
}
}
259add = {
260desc = "NUM_LOCATIONS" Number of Locations
261value = 0
262every_international_organization_owned_location = {
263add = {
264value = population
265multiply = 0.00002
}
}
}
}
