VariávelAlterado nesta versão
sect_favor
Como muda
| Origem | Onde | Alteração |
|---|---|---|
Uma Crítica ao Budismo | option 1 | +5 |
Target Io | immediate | Definido como 10 |
Target Io | option 1 | +10 |
| on_religion_changed | effect | Definido como 0.1 |
Definiçãoin_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" Quantidade de Seguidores da Seita
237value = total_members
238multiply = 0.075
239divide = 2.5
240subtract = 0.075
}
242add = {
243desc = "SECT_SUPPORTERS" Apoiadores da Seita
244value = 0
245every_in_list = {
246variable = sect_supporters
247add = country_economical_base
248multiply = 0.001
}
}
251subtract = {
252desc = "SECT_ENEMIES" Inimigos da Seita
253value = 0
254every_international_organization_enemy = {
255add = country_economical_base
256multiply = 0.001
}
}
259add = {
260desc = "NUM_LOCATIONS" Quantidade de Locais
261value = 0
262every_international_organization_owned_location = {
263add = {
264value = population
265multiply = 0.00002
}
}
}
}
