Skip to content

Commit

Permalink
Rust cultist CBs
Browse files Browse the repository at this point in the history
  • Loading branch information
Yard1 committed Oct 2, 2019
1 parent b81d9e0 commit 5183dc2
Showing 1 changed file with 25 additions and 5 deletions.
30 changes: 25 additions & 5 deletions common/cb_types/00_cb_types.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6335,6 +6335,7 @@ religious = {
religion = anabaptist
religion = espiritista
religion = uahomche
religion = rust_cultist
}
OR = {
pacifist = no
Expand Down Expand Up @@ -10486,12 +10487,8 @@ pagan_subjugation = {
OR = {
religion = midewiwin
religion = raven_tales
}
is_tribal = yes
}
AND = {
OR = {
religion = uahomche
religion = rust_cultist
}
is_tribal = yes
}
Expand Down Expand Up @@ -10610,6 +10607,28 @@ pagan_subjugation = {
}
}
}
AND = {
ROOT = {
religion = rust_cultist
}
FROM = {
in_revolt = no
is_nomadic = no
AND = {
religion = rust_cultist
is_tribal = yes
}
NOT = {
any_war = {
defender = { character = PREVPREV }
OR = {
using_cb = pagan_subjugation
using_cb = nomad_subjugation
}
}
}
}
}
}
}

Expand Down Expand Up @@ -12392,6 +12411,7 @@ pagan_county_conquest = {
religion = brethren
religion = espiritista
religion = uahomche
religion = rust_cultist
AND = {
religion = espiritista_reformed
has_religion_feature = religion_seafaring
Expand Down

0 comments on commit 5183dc2

Please sign in to comment.