Скриптовое значениеИзменено в этой версии
union_parliament_gold_bribe_from_target
Определениеin_game/common/script_values/io_policy.txt:870
871desc = "union_parliament_gold_bribe_cost" Расходы на взятку
873if = {
874limit = {
874exists = scope:target
}
875save_temporary_value_as = {
876name = gold_bribe_ft_upper_limit
877value = {
877value = scope:target.monthly_income_trade_and_tax
877multiply = 4
}
}
879value = scope:target.monthly_income_trade_and_tax
}
881else = {
882save_temporary_value_as = {
883name = gold_bribe_ft_upper_limit
884value = {
884value = root.monthly_income_trade_and_tax
884multiply = 4
}
}
886value = root.monthly_income_trade_and_tax
}
889if = {
891save_temporary_value_as = {
892name = gold_bribe_ft_cost_factor
893value = {
894value = scope:recipient.modifier:union_integration_level
895subtract = scope:target.var:integrated_in_union
}
}
}
899else_if = {
900limit = {
900exists = scope:recipient
}
901save_temporary_value_as = {
902name = gold_bribe_ft_cost_factor
903value = scope:recipient.modifier:union_integration_level
}
}
907if = {
908limit = {
908exists = scope:gold_bribe_ft_cost_factor
}
909multiply = scope:gold_bribe_ft_cost_factor
}
912if = {
913limit = {
913country_economical_base > 0
913scope:target.country_economical_base > 0
}
914save_temporary_value_as = {
915name = gold_bribe_ft_gp_multiplier
916value = {
916value = country_economical_base
916divide = scope:target.country_economical_base
916add = 1
}
}
918multiply = scope:gold_bribe_ft_gp_multiplier
}
921max = scope:gold_bribe_ft_upper_limit