起源分化

This commit is contained in:
2024-09-17 01:04:53 +08:00
parent a2a825ac26
commit 7541c9fce5
6 changed files with 15 additions and 26 deletions

View File

@@ -0,0 +1,3 @@
NGameplay = {
GOVERNMENT_CIVIC_POINTS_BASE = 3 # Base amount of civic points (to "pay" for government civic costs)
}

View File

@@ -15,10 +15,12 @@ origin_rg_gray = {
playable = {
host_has_dlc = "Distant Stars Story Pack"
}
potential = {
OR = {
has_civic = civic_rg_gray_cluster
has_civic = civic_rg_gray_non_cluster
possible = {
civics = {
OR = {
value = civic_rg_gray_cluster
value = civic_rg_gray_non_cluster
}
}
}
}

View File

@@ -4,7 +4,7 @@ civic_rg_gray_cluster = {
origin = { value = origin_rg_gray }
}
possible = {
ethics = { NOT = { value = civic_rg_gray_non_cluster } }
civics = { NOT = { value = civic_rg_gray_non_cluster } }
origin = { value = origin_rg_gray }
}
random_weight = {
@@ -23,7 +23,7 @@ civic_rg_gray_non_cluster = {
origin = { value = origin_rg_gray }
}
possible = {
ethics = { NOT = { value = civic_rg_gray_cluster } }
civics = { NOT = { value = civic_rg_gray_cluster } }
origin = { value = origin_rg_gray }
}
random_weight = {

View File

@@ -100,7 +100,6 @@ rg_event_effect_lcluster_spawn_selecter = {
OR = {
has_civic = civic_rg_gray_cluster
}
}
}
country_event = {
@@ -111,7 +110,7 @@ rg_event_effect_lcluster_spawn_selecter = {
else_if = {
limit = {
event_target:origin_rg_gray_country = {
has_civic = civic_rg_gray_cluster
has_civic = civic_rg_gray_non_cluster
}
}
rg_event_effect_lcluster_open = yes