Skip to content

Commit

Permalink
Correct Spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
dayglo-sword committed Jul 3, 2023
1 parent 2f0ed33 commit 97e6ec1
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 20 deletions.
2 changes: 1 addition & 1 deletion Change Log.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Works with patch v1.3.6
Mainly a 'Religious' Rework

Major Changes
Add new 'historic' beliefs - Spiritulism and Theosophy.
Add new 'historic' beliefs - Spiritualism and Theosophy.
New mechanism for Religious and Cult Spread.
Character Interactions to recruit / promote them within the Cult.
Change Devout IG to be non-Cult only. Change Devout name in Cult countries.
Expand Down
5 changes: 2 additions & 3 deletions common/on_actions/01_nda_code_on_actions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -147,10 +147,9 @@ nda_monthly_state_conversion_on_action = {
# state level ongoing religious and population conversions
effect = {
if = {
limit = { # Boost Spiritulism
has_variable = nda_rel_boost_spiritulism
limit = { # Boost spiritualism has_variable = nda_rel_boost_spiritulism
}
convert_population = { target = rel:nda_rel_spiritulism value = var:nda_rel_boost_spiritulism }
convert_population = { target = rel:nda_rel_spiritualism value = var:nda_rel_boost_spiritulism }
}
else_if = {
limit = { # Boost Theosophy
Expand Down
2 changes: 1 addition & 1 deletion common/religions/nda_religion.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ nda_rel_yigian = {
}

# Spiritulist
nda_rel_spiritulism = {
nda_rel_spiritualism = {
texture = "gfx/interface/icons/religion_icons/animist.dds"
traits = {
}
Expand Down
22 changes: 8 additions & 14 deletions events/nda_historic_events.txt
Original file line number Diff line number Diff line change
Expand Up @@ -89,18 +89,16 @@ nda_historic.1848 = { # Founding of Spiritualist Movement
if = {
limit = { NOT = { has_variable = nda_rel_boost_spiritulism }}
debug_log = "Founding of Spiritualist Movement - add pop"
convert_population = { target = rel:nda_rel_spiritulism value = 0.05 }
convert_population = { target = rel:nda_rel_spiritualism value = 0.05 }

set_variable = { # ongoing conversion
name = nda_rel_boost_spiritulism
months = 12
name = nda_rel_boost_spiritualism months = 12
value = nda_small_conversion
}

every_neighbouring_state = {
set_variable = { # # ongoing conversion of neighbours
name = nda_rel_boost_spiritulism
months = 12
name = nda_rel_boost_spiritualism months = 12
value = nda_small_conversion
}
}
Expand Down Expand Up @@ -198,18 +196,16 @@ nda_historic.1852 = { # An American Medium in London
if = {
limit = { NOT = { has_variable = nda_rel_boost_spiritulism }}
debug_log = "American Medium in London : [THIS.GetCountry.GetNameNoFormatting]"
convert_population = { target = rel:nda_rel_spiritulism value = 0.05 }
convert_population = { target = rel:nda_rel_spiritualism value = 0.05 }

set_variable = { # ongoing conversion
name = nda_rel_boost_spiritulism
months = 12
name = nda_rel_boost_spiritualism months = 12
value = nda_small_conversion
}

every_neighbouring_state = {
set_variable = { # # ongoing conversion of neighbours
name = nda_rel_boost_spiritulism
months = 12
name = nda_rel_boost_spiritualism months = 12
value = nda_small_conversion
}
}
Expand Down Expand Up @@ -270,15 +266,13 @@ nda_historic.1857 = { # Banner of Light
limit = { NOT = { has_variable = nda_rel_boost_spiritulism }}
debug_log = "Banner of Light - add pop"
set_variable = { # ongoing conversion
name = nda_rel_boost_spiritulism
months = 12
name = nda_rel_boost_spiritualism months = 12
value = nda_small_conversion
}

every_neighbouring_state = {
set_variable = { # # ongoing conversion of neighbours
name = nda_rel_boost_spiritulism
months = 12
name = nda_rel_boost_spiritualism months = 12
value = nda_trivial_conversion
}
}
Expand Down
2 changes: 1 addition & 1 deletion localization/english/nda_religions_l_english.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
nda_rel_yigian:0 "Yigian Sect"
nda_rel_dagonic:0 "Dagonic Sect"

nda_rel_spiritulism:0 "Spiritulist"
nda_rel_spiritualism:0 "Spiritualist"
nda_rel_theosophic:0 "Theosophic"

# Add cultures here as well
Expand Down

0 comments on commit 97e6ec1

Please sign in to comment.