Skip to content

Commit

Permalink
version="2.5.1"
Browse files Browse the repository at this point in the history
Sync with CM
Replace L-Cluster Access tech requirements
  • Loading branch information
F1r3Pr1nc3 committed Feb 9, 2023
1 parent 2478538 commit 1252542
Show file tree
Hide file tree
Showing 17 changed files with 702 additions and 497 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ CmtEffectDetectMidGameEdition = {
CmtEffectTriggerMarauderManually = {
if = {
limit = {
count_owned_ship = {
count_owned_fleet = {
limit = { is_ship_size = marauder_void_dwelling }
count > 1
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ is_subject_of_khan = {
is_same_empire = event_target:raider_khanate
# is_country_type = awakened_marauders
}
merg_is_default_empire = yes
# has_modifier = "satrapy_of_horde"
# OR = { # Only to be sure
# any_agreement = { agreement_preset = preset_machinesmith_satrapy }
Expand Down
16 changes: 8 additions & 8 deletions mod/common/technology/l-cluster_access_phys_tech.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ tech_lcluster_access = {
}
potential = {
has_global_flag = l_cluster_opened
NOT = { has_global_flag = active_gray_goo }
NOT = { has_global_flag = gray_goo_crisis_active }
has_country_resource = { type = nanites amount > 0 }
OR = {
NOR = {
has_global_flag = distar_overhaul_mod_active
has_country_flag = distar_overhaul_insight_started_flag
}
has_country_flag = completed_nanite_technology_mastery_chain
}
# OR = {
# NOR = {
# has_global_flag = distar_overhaul_mod_active
# has_country_flag = distar_overhaul_insight_started_flag
# }
# has_country_flag = completed_nanite_technology_mastery_chain
# }
has_distar = yes
}
weight_modifier = {
Expand Down
4 changes: 2 additions & 2 deletions mod/descriptor.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version="2.5.0"
version="2.5.1"
name="A Deadly Tempest [3.6.☠]"
tags={
"Events"
Expand All @@ -16,4 +16,4 @@ dependencies={
}
picture="thumbnail.png"
supported_version="3.6.*"
remote_file_id="2028826064"
remote_file_id="2028826064"
12 changes: 10 additions & 2 deletions mod/events/!000_adt_distar_events_3_patch.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1248,7 +1248,7 @@ country_event = {
is_country_type_with_subjects = yes
NOR = {
has_country_flag = encountered_first_lgate
has_event_chain = "l_cluster_chain"
has_event_chain = l_cluster_chain
}
from = {
has_star_flag = lgate
Expand All @@ -1261,6 +1261,14 @@ country_event = {
}
option = {
name = INTRIGUING
start_lcluster_chain = yes
if = {
limit = {
NOR = {
has_event_chain = l_cluster_chain
has_completed_event_chain_counter = { event_chain = l_cluster_chain counter = clues }
}
}
start_lcluster_chain = yes
}
}
}
Loading

0 comments on commit 1252542

Please sign in to comment.