Stellaris
[Abandoned] Actions At A Distance
 Тази тема е прикачена, така че сигурно е важна
Things This Mod Changes
Removes distance related penalties
(and pop requirement for vassalization)
(reduces defense pact but doesnt remove it entirely for AI behavior)

redefines from the defines file:
NAI = { DEFENSIVE_PACT_ACCEPTANCE_DISTANCE_MULT = -0.05 NON_AGGRESSION_PACT_ACCEPTANCE_DISTANCE_MULT = 0.0 MIGRATION_PACT_ACCEPTANCE_DISTANCE_MULT = 0.0 FEDERATION_ACCEPTANCE_DISTANCE_MULT = -0.0 VASSALIZATION_ACCEPTANCE_NUM_POPS = 0.0 VASSALIZATION_ACCEPTANCE_DISTANCE_MULT = 0.0 }


Removes neighbor requirements
(so you dont need to be right next to them)

overrides 3 actions from the diplomatic actions file and commented out lines:
action_demand_vassalization = { ... proposable = { # is_neighbor_of = from relative_power = { who = from value >= superior } custom_tooltip = grants_subjugation_cb } ... } action_demand_protectorate = { ... proposable = { # is_neighbor_of = from relative_power = { who = from value >= superior } custom_tooltip = grants_subjugation_cb } ... } action_demand_tributary = { ... proposable = { # is_neighbor_of = from relative_power = { who = from value >= superior } custom_tooltip = grants_subjugation_cb } ... }
Последно редактиран от Honshitsu; 11 март 2018 в 11:54