Initial commit

This commit is contained in:
2024-06-04 17:40:37 +02:00
commit 1690f8e573
44 changed files with 5070 additions and 0 deletions
@@ -0,0 +1,43 @@
ap_nihilistic_acquisition = {
potential = {
host_has_dlc = "Apocalypse"
NOT = {
has_ascension_perk = ap_nihilistic_acquisition
}
NOR = {
has_valid_civic = civic_barbaric_despoilers
has_valid_civic = civic_machine_assimilator
has_origin = origin_slavers
has_origin = origin_khan_successor
}
}
on_enabled = {
custom_tooltip = "allow_raiding"
}
possible = {
OR = {
is_authoritarian = yes
is_xenophobe = yes
has_ethic = ethic_gestalt_consciousness
}
}
ai_weight = {
factor = 10
modifier = {
factor = 0
NOT = { has_ai_personality_behaviour = slaver }
}
modifier = {
factor = 0
OR = {
has_valid_civic = civic_fanatic_purifiers
has_valid_civic = civic_hive_devouring_swarm
has_valid_civic = civic_inwards_perfection
has_valid_civic = civic_machine_terminator
}
}
}
}
@@ -0,0 +1,44 @@
# Cyborg Ascension (Machine Intelligence: Driven Assimilators)
ap_organo_machine_interfacing_assimilator = {
on_enabled = {
custom_tooltip = "organo_machine_interfacing_tooltip"
}
possible = {
custom_tooltip = {
fail_text = "requires_ascension_perks_2"
num_ascension_perks > 1
}
custom_tooltip = {
fail_text = "requires_not_ap_synthetic_age"
NOT = { has_ascension_perk = ap_synthetic_age }
}
custom_tooltip = {
fail_text = "requires_free_tradition_tree"
num_tradition_categories < @max_tradition_trees
}
}
potential = {
OR = {
has_utopia = yes
has_machine_age_dlc = yes
}
NOT = {
has_ascension_perk = ap_organo_machine_interfacing_assimilator
has_civic = civic_machine_servitor
has_civic = civic_machine_terminator
}
OR = {
has_civic = civic_machine_assimilator
has_ascension_perk = ap_mechromancy
}
}
ai_weight = {
factor = @ascension_path_base_weight
modifier = {
factor = @ascension_path_synergy_weight
has_organo_machine_interfacing_assimilator_synergy = yes
}
}
}