Skip to content

Commit a40ec03

Browse files
authored
Merge pull request #209 from xirsoi/develop
v0.44.1 Gwydion
2 parents b03eb5c + c367ec3 commit a40ec03

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

ACR_Changelog.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
2019-07-11 v0.44.1 "Gwydion"
1+
2019-07-21 v0.44.1 "Gwydion"
22
===========================
33

44
> Gwyddion, son of Don, is a Welsh mythic figure featured in the Fourth Branch of the Mabinogi. Magician, trickster, and hero, Gwydion's adventures are varied and long.
@@ -7,6 +7,10 @@ General:
77

88
- Merges Irish history changes from CK2 3.2.1
99

10+
Celtic:
11+
12+
- Fixed a bug where the headhunter and living legend events could fire seemingly simultaneously.
13+
1014
Promethean:
1115

1216
- Fixes bug that caused an event to be fired ~13,000 times after the First Academy is restored.

AncientReligions/events/ACR_celtic_headhunter_events.txt

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,17 @@ character_event = {
2828

2929
trigger = {
3030
is_alive = yes
31-
NOT = { trait = head1 }
3231
religion_openly_celtic_or_reformed_trigger = yes
3332
OR = {
3433
trait = brave
3534
trait = fian
3635
trait = celtic_knight
3736
trait = wroth
3837
}
39-
NOT = {
38+
NOR = {
4039
has_religion_feature = religion_peaceful
40+
trait = head1
41+
trait = head2
4142
}
4243
}
4344

@@ -152,6 +153,7 @@ character_event = {
152153
option = {
153154
name = celtic.10.a
154155
add_trait = head1
156+
set_character_flag = ancrel_headhunter
155157
}
156158
}
157159

@@ -182,6 +184,7 @@ character_event = {
182184
}
183185
NOT = { trait = head2 }
184186
religion_openly_celtic_or_reformed_trigger = yes
187+
had_character_flag = { flag = ancrel_headhunter days = 780 }
185188
}
186189

187190
weight_multiplier = {
@@ -333,4 +336,8 @@ character_event = {
333336
}
334337
}
335338
}
339+
340+
after = {
341+
clr_character_flag = ancrel_headhunter
342+
}
336343
}

0 commit comments

Comments
 (0)