-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #124 from HoI4-LOTRMod-Team/helliaca-dev
Helliaca dev
- Loading branch information
Showing
930 changed files
with
44,088 additions
and
25,807 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
.vscode/* | ||
.vscode/* | ||
__pycache__/ | ||
*.pyc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.