Skip to content

Commit

Permalink
Minor changes (#178)
Browse files Browse the repository at this point in the history
* Decisions pre-trigger optimisation

* piety -> monthly_character_piety
  • Loading branch information
IhateTrains authored and xirsoi committed Aug 30, 2018
1 parent 7c8bec4 commit 0ef7053
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -338,11 +338,11 @@ relief_effort = {
good_tumtha = {
icon = 8

piety = 0.1
monthly_character_piety = 0.1
}

bad_tumtha = {
icon = 26

piety = -0.1
monthly_character_piety = -0.1
}
6 changes: 4 additions & 2 deletions AncientReligions/decisions/ACR_druidic_decisions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -898,8 +898,9 @@ decisions = {

assign_druid = { # For the AI, because they are dumb enough not to hand out minor titles
only_playable = yes
ai = yes

potential = {
ai = yes
OR = {
religion = celtic_pagan
religion = celtic_pagan_reformed
Expand Down Expand Up @@ -939,8 +940,9 @@ decisions = {

assign_bard = { # For the AI, because they are dumb enough not to hand out minor titles
only_playable = yes
ai = yes

potential = {
ai = yes
OR = {
religion = celtic_pagan
religion = celtic_pagan_reformed
Expand Down
3 changes: 2 additions & 1 deletion AncientReligions/decisions/ACR_other_decisions.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
decisions = {
paganify_the_world = {
is_high_prio = yes
ai = no

potential = {
has_dlc = "The Old Gods"
ai = no
has_global_flag = ancrel
NOT = {
had_global_flag = { flag = ancrel days = 1 } # only on first day
Expand Down

0 comments on commit 0ef7053

Please sign in to comment.