VariableIn dieser Version geändert
sect_favor
Wie es sich ändert
| Quelle | Wo | Änderung |
|---|---|---|
Eine Kritik am Buddhismus | option 1 | +5 |
Target Io | immediate | Auf 10 gesetzt |
Target Io | option 1 | +10 |
| on_religion_changed | effect | Auf 0.1 gesetzt |
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" Anzahl der Sektenanhänger
237value = total_members
238multiply = 0.075
239divide = 2.5
240subtract = 0.075
}
242add = {
243desc = "SECT_SUPPORTERS" Sektenunterstützer
244value = 0
245every_in_list = {
246variable = sect_supporters
247add = country_economical_base
248multiply = 0.001
}
}
251subtract = {
252desc = "SECT_ENEMIES" Sektenfeinde
253value = 0
254every_international_organization_enemy = {
255add = country_economical_base
256multiply = 0.001
}
}
259add = {
260desc = "NUM_LOCATIONS" Anzahl an Orten
261value = 0
262every_international_organization_owned_location = {
263add = {
264value = population
265multiply = 0.00002
}
}
}
}
