Stellaris

Stellaris

[Abandoned] Actions At A Distance
 This topic has been pinned, so it's probably important
Honshitsu  [developer] 8 Mar, 2018 @ 12:20am
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 } ... }
Last edited by Honshitsu; 11 Mar, 2018 @ 11:54am