Stellaris

Stellaris

[Abandoned] Actions At A Distance
 Denne tråd er blevet fastgjort, så den er sikkert vigtig
Honshitsu  [udvikler] 8. mar. 2018 kl. 0:20
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 } ... }
Sidst redigeret af Honshitsu; 11. mar. 2018 kl. 11:54