Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Morrigan #218

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions ACR_Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## 2021-08-23 v0.47.0 "Morrigan"

> Morrigan is a shapeshifting Celtic goddess of war and fate whose name means either "great queen" or "phantom queen". She is associated with crows and ravens and is sometimes depicted as a triple-goddess called "The Morrigan". The names of the individual goddesses varies by source; Badb and Macha are common, with either Nemain or Anand joining them. She is the wife of The Dagda.

Celtic:

- Shortened the time it takes for the Aonach to start from 60 to 14 days.
- Clans of Danu forces either Cognatic or Absolute Cognatic, not just Absolute.
- Agnatic will no longer be the default for Druidic titles given out with Clans of Danu active.

Hellenic:

- Disabled the Roman mayor events *even harder* than I did 3 years ago, because apparently they were still responsible for CTDs.


## 2020-07-14 v0.46.2 "Kamutef"

> Kamutef was an aspect of the minor god Min, himself an aspect of Horus. Kamutef represented the cycle of regeneration of gods and kings. Said to be both the son (as an indirect aspect of Horus) and consort of Isis, Kamutef is born by impregnating Isis who gives birth to Kamutef, who then creates himself again in a never ending cycle.
Expand Down
12 changes: 9 additions & 3 deletions AncientReligions/common/laws/succession_laws.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1495,8 +1495,8 @@ gender_laws = {
NOT = { religion = britannic_pagan }
NOT = { has_religion_feature = religion_matriarchal }
NOT = { has_religion_feature = religion_equal }
NOT = { has_religion_feature = religion_feature_egyptian }
NOT = { has_religion_feature = religion_feature_celtic }
#NOT = { has_religion_feature = religion_feature_egyptian }
#NOT = { has_religion_feature = religion_feature_celtic }
OR = {
NOT = { tier = baron }
is_theocracy = yes
Expand Down Expand Up @@ -1598,7 +1598,13 @@ gender_laws = {
value = all
}
}

modifier = {
factor = 0
OR = {
has_religion_feature = religion_feature_celtic
has_religion_feature = religion_feature_egyptian
}
}
modifier = {
factor = 100
holder_scope = {
Expand Down
2 changes: 1 addition & 1 deletion AncientReligions/decisions/ACR_druidic_decisions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ decisions = {
prestige = 100
character_event = { id = celtic.1193 tooltip = tailteann_invite }
hidden_tooltip = {
character_event = { id = celtic.1191 days = 60 } # Aonach starts
character_event = { id = celtic.1191 days = 14 } # Aonach starts
clr_character_flag = tailteann_has_ended
any_realm_character = {
limit = {
Expand Down
2 changes: 1 addition & 1 deletion AncientReligions/events/ACR_hellenic_revival_events.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1098,7 +1098,7 @@ character_event = {
id = hellenic.50
hide_window = yes

is_triggered_only = yes
is_triggered_only = yes # this is disabled because vanilla has Myrmidons

religion = catholic

Expand Down
2 changes: 1 addition & 1 deletion AncientReligions/events/ACR_red_dragon_events.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ narrative_event = {

only_rulers = yes
has_dlc = "The Old Gods"
has_global_flag = celtic_pagan_reformation
has_global_flag = celtic_reformation

trigger = {
NOT = {
Expand Down
Loading