Skip to content

Commit

Permalink
Merge pull request #127 from HoI4-LOTRMod-Team/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
Helliaca authored Feb 19, 2024
2 parents 2ce929d + 4a6152e commit e2e9609
Show file tree
Hide file tree
Showing 945 changed files with 44,350 additions and 25,817 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
.vscode/*
.vscode/*
__pycache__/
*.pyc
16 changes: 16 additions & 0 deletions Patch notes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
- Arthedain -> Added tooltips to Arthedain were needed
- Arthedain -> Corrected Reunite with Gondor focus icon
- Angmar -> Expanded the secret path
- Gondor -> Changed Eyes of the White Tower to 35 days
- Gondor -> Ensure Aragorn's Survival is now only 21 days
- Gondor -> Rally support from the people now gives you a national spirit reducing stability but increasing cooperative support for 150 days
- Gondor -> Dol Amroth related tooltips aren't hardcoded anymore
- Gondor -> Honor Faramir's Sacrifice now gives your a national spirit that boosts your stability and war support
- Gondor -> improvedfighters chnged to Improved Eagles giving a bit more bonuses than just 1 x 50%
- Mordor -> If Dol Guldur anneced Adunaphel will return to Mordor, decisions now costs 100pp and will reduce compliance with -7.5 (just to be 75pp and -5)
- Mordor -> Tension increase increased for Gather the Nazguls
- General -> Added achievements, going to be expanded in the future
- General -> Tension added when war is started increased
- General -> Updated the consumer goods modifiers to the new system


30-11-2023

Arthedain:
Expand Down
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
Github repository for the [*Lord of the Rings Mod*](https://steamcommunity.com/sharedfiles/filedetails/?id=1314446921) for *Hearts of Iron IV*.

With over 100.000 unique subscribers and an over 95% approval rating it is amongst the 150 most popular HoI4 mods of all time.

Feel free to contribute!
Steam Page: https://steamcommunity.com/sharedfiles/filedetails/?id=1314446921
Discord Server: https://discord.gg/XdQ3GbACPW

![map iamge](https://steamuserimages-a.akamaihd.net/ugc/923672954383658533/1E762B7F6EC2386F7A6BD1CD71DCACF4F5C54EB4/)
Want to make a contribution? Feel free to open a pull-request or get in touch!


**Important Note:** Several parts of this mod are licensed *exclusively* to this project. Do not re-use or re-upload any assets from this repository in or to any other projects without express permission from the authors.
39 changes: 39 additions & 0 deletions common/achievements/overarchiever_achievements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@


unique_id = lotr_achievements

#General
wizards_should_know_better = {
possible = {
is_ironman = yes
difficulty > 1
has_any_custom_difficulty_setting = no
NOT = { tag = ISE }
}

happened = {
has_government = cooperative
OR = {
ISE = {
is_puppet_of = ROOT
}
controls_state = 31
}
}
}

#Angmar
ANG_the_necromancer = {
possible = {
is_ironman = yes
difficulty > 1
has_any_custom_difficulty_setting = no
tag = ANG
}

happened = {
tag = ANG
has_country_flag = ANG_sauron_returned
has_government = belligerent
}
}
10 changes: 5 additions & 5 deletions common/ai_strategy/default.txt
Original file line number Diff line number Diff line change
Expand Up @@ -986,13 +986,13 @@ DEFAULT_early_template_design = {

ai_strategy = {
type = template_prio
id = light_armor
id = light_cavalry
value = 50
}

ai_strategy = {
type = template_prio
id = medium_armor
id = heavy_cavalry
value = -10
}

Expand Down Expand Up @@ -1023,7 +1023,7 @@ DEFAULT_midlate_template_design = {

ai_strategy = {
type = template_prio
id = mechanized
id = chariot
value = 10
}

Expand All @@ -1035,13 +1035,13 @@ DEFAULT_midlate_template_design = {

ai_strategy = {
type = template_prio
id = light_armor
id = light_cavalry
value = 10
}

ai_strategy = {
type = template_prio
id = medium_armor
id = heavy_cavalry
value = 20
}

Expand Down
4 changes: 2 additions & 2 deletions common/ai_strategy/doctrines.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ stop_making_horsies = {
#armor
#infantry
#motorized
#mechanized
#chariot
#air_transport
#anti_air
#artillery
Expand All @@ -32,7 +32,7 @@ stop_making_horsies = {
# No cav if we have motor inf
no_cavalry = {
enable = {
has_tech = motorised_infantry
has_tech = horse_drawn_infantry
}
abort = {
always = no
Expand Down
Loading

0 comments on commit e2e9609

Please sign in to comment.