-
-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'dev' into velius-drust-crisis
- Loading branch information
Showing
2,277 changed files
with
137,439 additions
and
30,253 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
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,24 @@ | ||
--- | ||
name: Bug Report | ||
about: Report a single issue or occurrance that is affecting gameplay or aesthetics of the mod. | ||
title: Bug Title | ||
labels: "bug :question:, priority low :grey_exclamation:" | ||
assignees: '' | ||
--- | ||
|
||
<!-- | ||
**DO NOT REMOVE PRE-EXISTING LINES** | ||
------------------------------------------------------------------------------------------------------------ | ||
--> | ||
**Issue Description:** | ||
|
||
|
||
**How To Reproduce:** | ||
|
||
|
||
**Screenshots:** | ||
|
||
|
||
**Game Files:** | ||
|
||
|
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 @@ | ||
If you are a developer, please read [These Guidelines](https://github.com/Warcraft-GoA-Development-Team/Warcraft-Guardians-of-Azeroth-2/wiki/How-to-be-Developer-(For-CK3)). | ||
|
||
Mod ID:2949767945 |
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 was deleted.
Oops, something went wrong.
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,155 @@ | ||
# Warcraft | ||
#01. Not Today | ||
ce1_not_today_achievement = { | ||
possible = { | ||
|
||
} | ||
happened = { | ||
custom_description = { | ||
text = ce1_not_today_achievement_trigger | ||
exists = global_var:ce1_not_today_achievement_unlocked | ||
} | ||
} | ||
} | ||
|
||
#02. Divine Right | ||
ce1_divine_right_achievement = { | ||
possible = { | ||
|
||
} | ||
happened = { | ||
custom_description = { | ||
text = ce1_divine_right_achievement_trigger | ||
legitimacy_level >= 5 | ||
} | ||
} | ||
} | ||
|
||
#03. You'll Never Take Me Alive | ||
ce1_youll_never_take_me_alive_achievement = { | ||
possible = { | ||
|
||
} | ||
happened = { | ||
custom_description = { | ||
text = ce1_youll_never_take_me_alive_achievement_trigger | ||
exists = root.capital_province | ||
location = { | ||
NOT = { this = root.capital_province } | ||
NOT = { | ||
any_province_epidemic = { | ||
count >= 1 | ||
} | ||
} | ||
} | ||
root.capital_province = { | ||
any_province_epidemic = { | ||
count >= 1 | ||
} | ||
} | ||
} | ||
} | ||
} | ||
#Warcraft | ||
#04. The Pharaoh Islands | ||
#ce1_the_pharaoh_islands_achievement = { | ||
# possible = { | ||
# | ||
# } | ||
# happened = { | ||
# custom_description = { | ||
# text = ce1_the_pharaoh_islands_achievement_trigger | ||
# exists = global_var:ce1_the_pharaoh_islands_achievement_unlocked | ||
# } | ||
# } | ||
#} | ||
|
||
#05. Canonized | ||
ce1_canonized_achievement = { | ||
possible = { | ||
|
||
} | ||
happened = { | ||
custom_description = { | ||
text = ce1_canonized_achievement_trigger | ||
exists = global_var:ce1_canonized_achievement_unlocked | ||
} | ||
} | ||
} | ||
|
||
#06. Upward Mobility | ||
ce1_upward_mobility_achievement = { | ||
possible = { | ||
|
||
} | ||
happened = { | ||
custom_description = { | ||
text = ce1_upward_mobility_achievement_trigger | ||
exists = global_var:ce1_upward_mobility_achievement_unlocked | ||
} | ||
} | ||
} | ||
|
||
#07. Can't Touch This | ||
ce1_cant_touch_this_achievement = { | ||
possible = { | ||
|
||
} | ||
happened = { | ||
custom_description = { | ||
text = ce1_cant_touch_this_achievement_trigger | ||
exists = global_var:ce1_cant_touch_this_achievement_unlocked | ||
} | ||
} | ||
} | ||
|
||
#08. Legendary! | ||
ce1_legendary_achievement = { | ||
possible = { | ||
|
||
} | ||
happened = { | ||
custom_description = { | ||
text = ce1_legendary_achievement_trigger | ||
exists = global_var:ce1_legendary_achievement_unlocked | ||
} | ||
} | ||
} | ||
|
||
#9. Pay Respects | ||
ce1_f_achievement = { | ||
possible = { | ||
|
||
} | ||
happened = { | ||
custom_description = { | ||
text = ce1_f_achievement_trigger | ||
exists = global_var:ce1_f_achievement_unlocked | ||
} | ||
} | ||
} | ||
|
||
#10. Local Legend | ||
ce1_local_legend_achievement = { | ||
possible = { | ||
|
||
} | ||
happened = { | ||
custom_description = { | ||
text = ce1_local_legend_achievement_trigger | ||
exists = global_var:ce1_local_legend_achievement_unlocked | ||
} | ||
} | ||
} | ||
|
||
#11. Neverending Story | ||
ce1_neverending_story_achievement = { | ||
possible = { | ||
|
||
} | ||
happened = { | ||
custom_description = { | ||
text = ce1_neverending_story_achievement_trigger | ||
exists = global_var:ce1_neverending_story_achievement_unlocked | ||
} | ||
} | ||
} |
Oops, something went wrong.