Skip to content

Commit

Permalink
Merge branch 'dev' into velius-drust-crisis
Browse files Browse the repository at this point in the history
  • Loading branch information
Malicos committed Nov 24, 2024
2 parents 1755a03 + eb7ec20 commit 9362960
Show file tree
Hide file tree
Showing 2,277 changed files with 137,439 additions and 30,253 deletions.
Binary file added .artist_resources/dlc_GOA_icon.psd
Binary file not shown.
Binary file added .artist_resources/roadmap_graphic.psd
Binary file not shown.
24 changes: 24 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
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:**


2 changes: 2 additions & 0 deletions README.md
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
6 changes: 3 additions & 3 deletions Warcraft-Guardians-of-Azeroth-2.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name="Warcraft: Guardians of Azeroth Reforged (Release Alpha)"
version="0.5.1"
version="0.5.3"
picture="thumbnail.png"
tags={
"Total Conversion"
Expand Down Expand Up @@ -27,5 +27,5 @@ replace_path="common/religion/religion_families"
replace_path="common/religion/holy_sites"
replace_path="common/bookmark_portraits"
replace_path="common/bookmarks"
supported_version="1.13.0"
path="mod/Warcraft-Guardians-of-Azeroth-2"
supported_version="1.14.0.2"
path="mod/Warcraft-Guardians-of-Azeroth-2"
13 changes: 0 additions & 13 deletions common/achievements/_achievements.info

This file was deleted.

156 changes: 155 additions & 1 deletion common/achievements/ce1_achievements.txt
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
}
}
}
Loading

0 comments on commit 9362960

Please sign in to comment.