Skip to content

Commit 35191a0

Browse files
authored
Merge pull request #183 from xirsoi/develop
Mannanan
2 parents 883e41f + d3f5b54 commit 35191a0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+5042
-1265
lines changed

ACR_Changelog.txt

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,28 @@
1+
2018-12-08 v0.42.1 "Manannan"
2+
-------------------------
3+
> Manannan "mac Lir" (son of the sea), is the god of the sea. One of the gods said to rule the otherworld, he is said to ferry souls to the afterlife. He is ascribed several powerful artifacts and magical abilities, including the gift of prophecy. He also plays small but important roles in several legends, often as the foster father of the hero, such as Lugh of the Long Spear.
4+
5+
General:
6+
- CK2 3.1 compatability
7+
- Fixes crash bug when doing anything involving the Commander minor title.
8+
- Fixes bug with Flamen Dialis minor title.
9+
10+
Celtic:
11+
- Reformation will now modify god names if Dogmatic, Agnatic Clans, or Enatic Clans have been chosen.
12+
- Added Rhiannon and Sequana as goddesses and removed The Horned One and Angus.
13+
- The localisation keys are still there, so this won't break anything if you're The Sword of Angus or something.
14+
15+
Egyptian:
16+
- Accounted for Kemetic (reformed egyptian) in several places that were missed in the Cernunnos update.
17+
- Reformation will now modify god names if Dogmatic, Agnatic Clans, or Enatic Clans have been chosen.
18+
19+
120
2018-12-02 v0.42.0 "Cernunnos"
221
-------------------------
322
> Cernunnos is the Horned God, a deity of fertility, life, animals, and the underworld. Worshipped throughout Gaul and Celtiberia, Cernunnos was one of a small number of almost universally worshipped Celtic gods. His most famous appearances are on the Pillar of the Boatman, a carved column found in a Roman temple in Paris; and the Gundestrup Cauldron, a fantastic example of iron age silverwork found in a peat bog near Gundestrup, Denmark.
423

524
General:
6-
- CK2 3.1 compatability
25+
- CK2 3.0 compatability
726
- Crusades and Jihads can now be called in a Paganified world if the player is a member of the religion.
827
- For example, the Pope can call Crusades if there is a Catholic player.
928
- Holy Orders are no longer vassalizable.
@@ -72,10 +91,11 @@ Kemetic:
7291
- The Paragon Cult of Amun will now be created on reformation.
7392
- Crown of Upper and Lower Egypt (temporal religious head) has been added.
7493
- Nile River events have been modified to be less spammy.
75-
94+
7695
Atenic:
7796
- Made it more clear that forming the Meryatenate requires that Akhetaten is restored.
7897
- The Sunburst Crown is given to the Meryaten when the title is formed.
98+
- Added an icon for the "Organize the Burning Blades" decision
7999

80100

81101
2018-06-10 v0.41.3 "Cardea"
@@ -85,7 +105,6 @@ Atenic:
85105
General:
86106
- Fixes bug allowing an incomplete and in development decision to be visible, despite it doing nothing.
87107
- Characters who took this decision will be refunded their money when you load the game with this update!
88-
- Added an icon for the "Organize the Burning Blades" decision
89108

90109
Celtic:
91110
- Druids of the Circle will not be referred to as Cardinals when they are elected anymore.

AncientReligions/common/artifact_spawns/ACR_celtic_artifact_spawns.txt

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,30 @@
33
skull_of_brigid = {
44
max_amount = 1
55
spawn_date = 1.1.1
6+
7+
spawn_chance = {
8+
value = 100
9+
modifier = {
10+
factor = 0
11+
NAND = {
12+
is_theocracy = yes
13+
religion = catholic
14+
any_demesne_title = {
15+
title = b_st_brigit
16+
}
17+
}
18+
}
19+
}
20+
21+
weight = {
22+
value = 1
23+
}
24+
25+
artifacts = {
26+
skull_of_brigid = {
27+
value = 1
28+
}
29+
}
630
}
731

832
torque_of_boudicca = {

AncientReligions/common/artifacts/ACR_celtic_artifacts.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ skull_of_brigid = {
111111
quality = 4
112112
monthly_character_piety = 0.5
113113
learning = 1
114-
same_religion_opion = 10
114+
same_religion_opinion = 10
115115
global_tax_modifier = 0.05
116116
active = {
117117
OR = {
@@ -157,7 +157,7 @@ horn_of_bran_galed = {
157157

158158
tusk_of_torc_triath = {
159159
quality = 3
160-
montly_prestige = 0.5
160+
monthly_character_prestige = 0.5
161161
same_religion_opinion = 10
162162
combat_rating = 20
163163
active = {
@@ -274,7 +274,6 @@ crown_celtic_fylkir = {
274274
stacking = no
275275
picture = "GFX_crown_fylkir"
276276
slot = crown
277-
stacking = no
278277
indestructible = yes
279278
allowed_gift = {
280279
always = no

AncientReligions/common/artifacts/ACR_egyptian_artifacts.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ crown_egyptian_fylkir = {
1313
stacking = no
1414
picture = "GFX_crown_zun_fylkir"
1515
slot = crown
16-
stacking = no
1716
indestructible = yes
1817
allowed_gift = {
1918
always = no
@@ -34,7 +33,6 @@ crown_meryaten = {
3433
stacking = no
3534
picture = "GFX_crown_zun_fylkir"
3635
slot = crown
37-
stacking = no
3836
indestructible = yes
3937
allowed_gift = {
4038
always = no

AncientReligions/common/artifacts/ACR_hellenic_artifacts.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ achilles_shield_piece = {
337337
monthly_character_piety = 0.1
338338
monthly_character_prestige = 0.1
339339
command_modifier = {
340-
morale_defense = 0.01
340+
morale_defence = 0.01
341341
}
342342
active = {
343343
religion_openly_in_hellenic_subgroup_trigger = yes

0 commit comments

Comments
 (0)