Skip to content

Commit

Permalink
Merge pull request #1 from TinWiz/IR_TE-v1.0.1.3
Browse files Browse the repository at this point in the history
Ir te v1.0.1.3
  • Loading branch information
TinWiz authored Jul 9, 2022
2 parents c7f68a4 + cf60ad1 commit 938de1b
Show file tree
Hide file tree
Showing 9 changed files with 69 additions and 90 deletions.
9 changes: 9 additions & 0 deletions changelog_v1.0.1.3.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Hotfix v1.0.1.3

*restored has_global_variable = is_playing_invictus check to events and decisions
-map check as backup

*added custom_on_action late_antiquity_deurbanization
-includes delay of between 1 and 364 days so events don't always trigger on same game date

##########
78 changes: 0 additions & 78 deletions changelog_v1.0.txt

This file was deleted.

25 changes: 17 additions & 8 deletions common/modifiers/te_from_events_province.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ christian_church_embelishment = {
}

antonine_plague_epidemic = {
attrition = 20
attrition = 10
max_attrition = 10
local_output_modifier = -2
local_population_growth = -20
local_tax_modifier = -2
Expand All @@ -39,15 +40,15 @@ antonine_plague_epidemic = {
local_monthly_civilization = -0.2
local_country_civilization_value = -20
local_population_happiness = -0.2
local_commerce_value_modifier = -0.2
#commerce_value = -0.2
#local_commerce_value_modifier = -0.2
local_state_trade_routes = -20
state_commerce_modifier = -0.2
#state_commerce_modifier = -0.2
local_unrest = 20
}

cyprian_plague_epidemic = {
attrition = 30
attrition = 15
max_attrition = 15
local_output_modifier = -3
local_population_growth = -30
local_tax_modifier = -3
Expand All @@ -56,11 +57,19 @@ cyprian_plague_epidemic = {
local_monthly_civilization = -0.3
local_country_civilization_value = -30
local_population_happiness = -0.3
local_commerce_value_modifier = -0.3
#commerce_value = -0.3
#local_commerce_value_modifier = -0.3
local_state_trade_routes = -30
state_commerce_modifier = -0.3
#state_commerce_modifier = -0.3
local_unrest = 30
}

late_antiquity_decentralization_city = {
local_migration_attraction = -10
local_migration_speed = 2
}

late_antiquity_decentralization_settlement = {
local_migration_attraction = 15
}

#########################################
14 changes: 14 additions & 0 deletions common/on_action/te_custom_on_actions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -324,4 +324,18 @@ te_custom_on_action_yearly_country_migrations = {
50 = 0
50 = te_migrations.2
}
}

te_late_antiquity_deurbanization = {

trigger = {
current_date > 973.11.3
is_tribal = no
num_of_cities >= 1
}

events = {
te_plagues.50
te_plagues.51
}
}
8 changes: 8 additions & 0 deletions common/on_action/te_decade_country.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
decade_country_pulse = {

on_actions = {
delay = { days = { 1 364 } }
te_late_antiquity_deurbanization
}

}
7 changes: 3 additions & 4 deletions descriptor.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
version="1.0"
name="Simple I:R Timeline Extender"
version="1.0.1.3"
name="IR_TE v1.0.1.3"
tags={
"Historical"
}
supported_version="2.0"
remote_file_id="2729500336"
supported_version="2.0"
6 changes: 6 additions & 0 deletions localization/english/te_text_l_english.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
barbarian_invasion_war:0 "Barbarians Invading!"

sirte_foederatus:0 "Foederatus"

late_antiquity_decentralization_city:0 "Late Antiquity Depopulation"
desc_late_antiquity_decentralization_city:1 "People are leaving this city for less populated provinces."
late_antiquity_decentralization_settlement:0 "Late Antiquity Deurbanization"
desc_late_antiquity_decentralization_settlement:1 "People are moving into the countryside."

#######CULTURE#######:0 ""
hunnic:0 "Hunnic"
huna:0 "Huna"
Expand Down
6 changes: 6 additions & 0 deletions localization/french/te_text_l_french.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
barbarian_invasion_war:0 "Les barbares nous envahissent !"

sirte_foederatus:0 "Foederatus"

late_antiquity_decentralization_city:0 "Dépeuplement de l'Antiquité tardive"
desc_late_antiquity_decentralization_city:1 "Les gens quittent cette ville pour des provinces moins peuplées."
late_antiquity_decentralization_settlement:0 "La désurbanisation de l'Antiquité tardive"
desc_late_antiquity_decentralization_settlement:1 "Les gens s’installent ici à la campagne."

#######CULTURE#######:0 ""
hunnic:0 "Hunnique"
huna:0 "Huna"
Expand Down
6 changes: 6 additions & 0 deletions localization/german/te_text_l_german.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
barbarian_invasion_war:0 "Einmarsch der Barbaren!"

sirte_foederatus:0 "Foederatus"

late_antiquity_decentralization_city:0 "Spätantike Entvölkerung"
desc_late_antiquity_decentralization_city:1 "Die Menschen verlassen diese Stadt in weniger bevölkerte Provinzen."
late_antiquity_decentralization_settlement:0 "Spätantike Deurbanisierung"
desc_late_antiquity_decentralization_settlement:1 "Menschen ziehen in die Siedlungen."

#######CULTURE#######:0 ""
hunnic:0 "Hunnisch"
huna:0 "Huna"
Expand Down

0 comments on commit 938de1b

Please sign in to comment.