Skip to content

Commit

Permalink
v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dayglo-sword committed Sep 2, 2023
1 parent 0b73a04 commit d2b9e29
Show file tree
Hide file tree
Showing 39 changed files with 3,375 additions and 772 deletions.
2 changes: 1 addition & 1 deletion .metadata/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name" : "New Dark Age",
"id" : "NDA",
"version" : "1.4.0",
"supported_game_version" : "1.3.*",
"supported_game_version" : "1.4.*",
"picture": "thumbnail.png",
"short_description" : "A New Dark Age - An Eldritch Tales Mod",
"tags" : ["Events","Alternative History","New Nations"],
Expand Down
14 changes: 7 additions & 7 deletions Change Log.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
Version v1.4.0

Major Changes
Add 'Lost Cities' buildings
Add occult Goods substitutes - 'Vril Rods' and 'Black Lotus Powder'
Add 'Lost Cities' buildings and associated events.
Add Occult Goods substitutes - 'Vril Rods' and 'Black Lotus Powder'
Add the 'Red Death' (E A Poe)
New 'Lost Countries' Formables that should only be possible for Players.
New 'Lost Countries' Formables.

Minor Changes
Add Historic Vril events
Add Masks to openly Cult Leaders
Increase mortality effects of existing bad things modifiers
Initial Cultists selected from those with negative/vulnerable traits
Add Historic Vril events.
Add Masks to openly Cult Leaders as visual indicator.
Increase mortality effects of existing bad things modifiers.
Initial Cultists selected from those with negative/vulnerable traits.

Bug Fixes
Correct spelling of Spiritualist
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ and their inspirational AAR...
https://forum.paradoxplaza.com/forum/threads/miskatonic-university-class-of-1836.1126469/

## Additional Credits
'Shamballa' - Models of Prambanan and Borobudur temple by Matt Alexi
'Masks' - Models by ALU, from original 'fantasy_war_01' off the CK3 Modding Discord
'Shamballa' - Models of Prambanan temple by Matt Alexi, off the CK3 Modding Discord
'Masks' - Models by ALU, from original 'fantasy_war_01', off the CK3 Modding Discord


8 changes: 8 additions & 0 deletions common/ai_strategies/nda_strategies.txt
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,14 @@ ai_strategy_nda_eldritch_diplomatic_agenda = { # based on ai_strategy_territoria

aggression = {
value = 1

if = {
limit = {
NOT = { is_country_type = unrecognized }
scope:target_country = { is_country_type = unrecognized }
}
add = 1
}

# not aggressive towards main cultists
if = {
Expand Down
4 changes: 2 additions & 2 deletions common/country_definitions/00_nda_countries.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ NEN = {
}

LEN = { # Leng
color = { 65 127 186 }
color = { 75 137 196 }

country_type = unrecognized

Expand Down Expand Up @@ -90,7 +90,7 @@ DLM = {

#free lemuria
LEM = {
color = { 48 168 208 } #{ 11 84 179 }
color = { 58 178 218 } #{ 11 84 179 }

country_type = recognized

Expand Down
9 changes: 8 additions & 1 deletion common/decisions/nda_adopt_religion.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,20 @@

religion_percent_country = {
target = rel:nda_rel_spiritualism
value > 0.3
value > 0.2
}

NOT = { has_law = law_type:law_state_religion } # spiritualism isn't that rigid
}

when_taken = {

# anger current state religion followers?
add_radicals = {
value = 0.05
religion = ROOT.religion
}

set_state_religion = rel:nda_rel_spiritualism
ig:ig_devout = {
hidden_effect = { set_interest_group_name = ig_nda_rel_spiritualism }
Expand Down
2 changes: 1 addition & 1 deletion common/decisions/nda_dgn_overlord.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
}

debug_log = "Become DGN puppet : [THIS.GetCountry.GetNameNoFormatting]"
debug_log_scopes = no
#debug_log_scopes = no
}

ai_chance = {
Expand Down
6 changes: 4 additions & 2 deletions common/decisions/nda_dgn_release_leng.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@
is_shown = {
exists = c:DGN
this = c:DGN
# has tibet as puppet
# no china - presume takeover (DGN or ELD)
NOT = { exists = c:CHI }

exists = c:TIB
c:TIB = { is_subject_of = ROOT }
c:TIB = { is_player = no }
}

possible = {
Expand Down
57 changes: 29 additions & 28 deletions common/decisions/nda_eld_nameless_city.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
nda_eld_nameless_city = {
is_shown = {
is_player = no
OR = {
AND = {
exists = c:ELD
Expand All @@ -16,45 +17,45 @@
NOT = { owner = ROOT }
NOT = { has_building = building_nda_lostcity_nameless_city }
owner = {
has_strategic_land_adjacency = ROOT
is_revolutionary = no # wait till revoultion is over

#save_scope_as = conquest_target

is_adjacent = ROOT
}
}
}
# c:ELD = {
# NOT = { has_variable = nda_eld_spread_to_puppet_cooldown }
# any_subject_or_below = {
# can_cult_infiltrate = yes
# #NOT = {
# # has_variable = nda_cultists_in_open
# # has_journal_entry = je_nda_cult_spreads
# # has_variable = nda_cult_spread_failed
# #}
# }
# }
}

possible = {
ROOT = {
is_at_war = no
}

custom_tooltip = {
text = nda_eld_nameless_city_possible_tt

p:x68A578 = {
state = {
owner = {
is_at_war = no
save_temporary_scope_as = conquest_target
}
p:x68A578 = {
state = {
owner = {
is_at_war = no
is_adjacent = ROOT
#save_scope_as = conquest_target
country_rank < rank_value:minor_power
}
}
}
}
scope:conquest_target.country_rank < rank_value:minor_power

#custom_tooltip = {
# text = nda_eld_nameless_city_possible_tt
#
# p:x68A578 = {
# state = {
# owner = {
# is_at_war = no
# has_strategic_land_adjacency = ROOT
# save_scope_as = conquest_target
# country_rank < rank_value:minor_power
# }
# }
# }
#}
#has_strategic_land_adjacency = scope:conquest_target
#scope:conquest_target.country_rank < rank_value:minor_power
}

when_taken = {
Expand All @@ -63,15 +64,15 @@
p:x68A578 = {
state = {
owner = {
save_scope_as = conquest_target
save_scope_as = conquest_target_country
}
}
}

create_diplomatic_play = {
name = nda_dp_final_war

target_country = scope:conquest_target
target_country = scope:conquest_target_country

war = yes

Expand Down
4 changes: 2 additions & 2 deletions common/decisions/nda_nen_newbrunswick_purchase.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
exists = c:NBS

# on border
has_strategic_land_adjacency = c:NBS
is_adjacent = c:NBS
has_healthy_economy = yes

# same as alaska decision
Expand Down Expand Up @@ -86,7 +86,7 @@ nda_nen_novascotia_union = {
exists = c:NVS

# on border
has_strategic_land_adjacency = c:NVS
is_adjacent = c:NVS
has_healthy_economy = yes

# same as alaska decision
Expand Down
6 changes: 5 additions & 1 deletion common/decisions/nda_promote_cult.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
any_interest_group = {
has_ideology = ideology:ideology_nda_cabalistic
}
culture_percent_country = {
target = cu:nda_cul_cultist
value >= 0.1
}
}

possible = {
Expand All @@ -17,7 +21,7 @@
culture_percent_country = {
target = cu:nda_cul_cultist
value >= 0.2
}
}
}

when_taken = {
Expand Down
2 changes: 1 addition & 1 deletion common/decisions/nda_revoke_cult.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
when_taken = {

debug_log = "Revoke Cult"
debug_log_scopes = yes
#debug_log_scopes = yes

remove_primary_culture = cu:nda_cul_cultist

Expand Down
2 changes: 1 addition & 1 deletion common/decisions/nda_yig_overlord.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
}

debug_log = "Become YIG puppet : [THIS.GetCountry.GetNameNoFormatting]"
debug_log_scopes = no
#debug_log_scopes = no
#custom_tooltip = nda_yig_overlordship_tooltip
}

Expand Down
22 changes: 14 additions & 8 deletions common/decisions/russia_decisions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,14 @@
is_subject_of = ROOT
}
OR = {
any_country = {
NOT = {
c:RUS ?= this
custom_tooltip = {
text = war_with_china_not_russia_tt
any_country = {
NOT = {
c:RUS ?= this
}
has_war_with = c:CHI
}
has_war_with = c:CHI
}
c:RUS = {
is_owed_obligation_by = c:CHI
Expand Down Expand Up @@ -153,11 +156,14 @@ russia_chuguchak_protocol = {
is_subject_of = ROOT
}
OR = {
any_country = {
NOT = {
c:RUS ?= this
custom_tooltip = {
text = war_with_china_not_russia_tt
any_country = {
NOT = {
c:RUS ?= this
}
has_war_with = c:CHI
}
has_war_with = c:CHI
}
c:RUS = {
is_owed_obligation_by = c:CHI
Expand Down
Loading

0 comments on commit d2b9e29

Please sign in to comment.