Skip to content

Commit

Permalink
add skeleton of dionysian mysteries for #152
Browse files Browse the repository at this point in the history
  • Loading branch information
xirsoi committed Sep 4, 2017
1 parent ae9b666 commit 351f058
Show file tree
Hide file tree
Showing 2 changed files with 230 additions and 3 deletions.
231 changes: 230 additions & 1 deletion AncientReligions/common/societies/ACR_secret_societies.txt
Original file line number Diff line number Diff line change
Expand Up @@ -933,4 +933,233 @@ the_sand_snakes = {
}

## Other Secret Societies ##
#the_claws_of_shezmu
#the_claws_of_shezmu

mysteries_dionysus = {
primary_attribute = intrigue
is_secret = yes
criminal = no
devil_worshipper = no
opinion_to_other_members = +5
opinion_to_pretenders = -10 #Pretenders is the opinion you have of people perceived/discovered to be in your society.
opinion_to_perceived_members = 0 #Perceived is the opinion you have of people perceived/discovered to be of a society you're not part of
opinion_per_rank_above = +10
sound = secret_cults_interface # placeholder
society_ranks_gfx = secret_ranks # placeholder

active = {
has_dlc = "Mystics"
}

indestructible = yes

can_join_society = {
hidden_trigger = {
NAND = {
ai = yes
is_society_rank_full = {
society = mysteries_dionysus
rank = 1
}
}
}
has_dionysus_prerequisites = yes
hidden_trigger = {
NOT = { has_character_flag = society_join_block }
}
}

show_society = {
age = 16
true_religion_in_hellenic_subgroup_trigger = yes
}

potential = { } #no rules

society_rank = { # initiate
level = 1
limit = 100
startup_limit = 10
decisions = {

}
}

society_rank = { # hymnodidaskaloi/"hymn teacher"
level = 2
limit = 11
startup_limit = 3
modifier = {
is_visible = {
OR = {
society_member_of = mysteries_dionysus
FROM = { is_society_discovered = yes }
}
}
intrigue = 1
}
decisions = {

}
}

society_rank = { # boukolos/cowherd
level = 3
limit = 7
startup_limit = 2
modifier = {
is_visible = {
OR = {
society_member_of = mysteries_dionysus
FROM = { is_society_discovered = yes }
}
}
intrigue = 2
}
decisions = {

}
}

society_rank = { # archiboukolos/"chief cowherd"
level = 4
limit = 3
startup_limit = 1
modifier = {
is_visible = {
OR = {
society_member_of = mysteries_dionysus
FROM = { is_society_discovered = yes }
}
}
intrigue = 3
}
decisions = {

}
}

plots = {

}

ambitions = {

}

monthly_currency_gain = {
name = currency_name_mysteries_dionysus

per_attribute = {
name = intrigue
value = 1
}
has_trait = {
trait = genius
value = 4
}
has_trait = {
trait = quick
value = 3
}
has_trait = {
trait = shrewd
value = 3
}
has_trait = {
trait = hedonist
value = 3
}
has_trait = {
trait = mystic
value = 3
}
has_trait = {
trait = seducer
value = 3
}
has_trait = {
trait = seductress
value = 3
}
has_trait = {
trait = drunkard
value = 2
}
has_trait = {
trait = lustful
value = 1
}
has_trait = {
trait = arbitrary
value = 1
}
society_rank = {
rank = 4
value = 10
}
}

member_score_per_attribute = 3
member_score_per_rank = 100

member_score = {
value = 10

modifier = {
trait = genius
factor = 1.3
}
modifier = {
trait = quick
factor = 1.3
}
modifier = {
trait = shrewd
factor = 1.3
}
modifier = {
trait = hedonist
factor = 1.3
}
modifier = {
trait = mystic
factor = 1.3
}
modifier = {
trait = seducer
factor = 1.3
}
modifier = {
trait = seductress
factor = 1.3
}
modifier = {
trait = drunkard
factor = 1.2
}
modifier = {
trait = lustful
factor = 1.1
}
modifier = {
trait = arbitrary
factor = 1.1
}
}

startup_populate = {
trigger = {
ai = yes
controls_religion = no
has_dionysus_prerequisites = yes
age = 16
is_in_society = no
NOT = { higher_tier_than = DUKE }
NOR = {
mercenary = yes
holy_order = yes
}
}
}
}
2 changes: 0 additions & 2 deletions AncientReligions/common/societies/ACR_societies.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@

# vates

# dionyisan mysteries

# oracles of delphi

# vestals
Expand Down

0 comments on commit 351f058

Please sign in to comment.