変数このバージョンで変更
sect_favor
変化の仕方
| 補正元 | 場所 | 変更 |
|---|---|---|
仏教批判 | option 1 | +5 |
Target Io | immediate | 10に設定 |
Target Io | option 1 | +10 |
| on_religion_changed | effect | 0.1に設定 |
定義in_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" 宗派の信者数
237value = total_members
238multiply = 0.075
239divide = 2.5
240subtract = 0.075
}
242add = {
243desc = "SECT_SUPPORTERS" 宗派の支援者
244value = 0
245every_in_list = {
246variable = sect_supporters
247add = country_economical_base
248multiply = 0.001
}
}
251subtract = {
252desc = "SECT_ENEMIES" 宗派の敵
253value = 0
254every_international_organization_enemy = {
255add = country_economical_base
256multiply = 0.001
}
}
259add = {
260desc = "NUM_LOCATIONS" ロケーション数
261value = 0
262every_international_organization_owned_location = {
263add = {
264value = population
265multiply = 0.00002
}
}
}
}
