Merge branch 'next-version-dev' of https://forgejo.damimani-alex.org/damimani/N3OW into next-version-dev
This commit is contained in:
commit
4618ca7ce3
20 changed files with 517 additions and 77 deletions
|
|
@ -119,6 +119,91 @@ NEOW_religious_decision.0103 = { #custom patron gods for Leviathan
|
|||
NEOW_set_bhakti_effect = { BHAKTI = bhakti_folketero_olaf }
|
||||
}
|
||||
|
||||
# Opt-Out
|
||||
option = {
|
||||
name = NEOW_religious_decision.0001.optout
|
||||
flavor = NEOW_religious_decision.0001.flavor
|
||||
|
||||
ai_chance = {
|
||||
base = 0
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
NEOW_religious_decision.0104 = { #custom icons for orthodoxy
|
||||
type = character_event
|
||||
title = NEOW_religious_decision.0104.t
|
||||
desc = NEOW_religious_decision.0104.desc
|
||||
theme = faith
|
||||
left_portrait = {
|
||||
character = root
|
||||
animation = personality_rational
|
||||
}
|
||||
|
||||
option = {
|
||||
name = NEOW_religious_decision.0104.paisos
|
||||
trigger = {
|
||||
NOT = { has_character_modifier = bhakti_orthodox_paisos }
|
||||
}
|
||||
NEOW_set_bhakti_effect = { BHAKTI = bhakti_orthodox_paisos}
|
||||
}
|
||||
|
||||
option = {
|
||||
name = NEOW_religious_decision.0104.gabriel
|
||||
trigger = {
|
||||
NOT = { has_character_modifier = bhakti_orthodox_gabriel }
|
||||
}
|
||||
NEOW_set_bhakti_effect = { BHAKTI = bhakti_orthodox_gabriel }
|
||||
}
|
||||
|
||||
option = {
|
||||
trigger = { is_vaguely_nistrenian_bhakti_trigger = yes }
|
||||
name = NEOW_religious_decision.0104.adriana
|
||||
trigger = {
|
||||
NOT = { has_character_modifier = bhakti_orthodox_adriana }
|
||||
}
|
||||
NEOW_set_bhakti_effect = { BHAKTI = bhakti_orthodox_adriana }
|
||||
}
|
||||
|
||||
option = {
|
||||
trigger = { is_vaguely_nistrenian_bhakti_trigger = no }
|
||||
name = NEOW_religious_decision.0104.olga
|
||||
trigger = {
|
||||
NOT = { has_character_modifier = bhakti_orthodox_olga }
|
||||
}
|
||||
NEOW_set_bhakti_effect = { BHAKTI = bhakti_orthodox_olga }
|
||||
}
|
||||
|
||||
option = {
|
||||
name = NEOW_religious_decision.0104.palamas
|
||||
trigger = {
|
||||
NOT = { has_character_modifier = bhakti_orthodox_palamas }
|
||||
}
|
||||
NEOW_set_bhakti_effect = { BHAKTI = bhakti_orthodox_palamas }
|
||||
}
|
||||
option = {
|
||||
name = NEOW_religious_decision.0104.surgeon
|
||||
trigger = {
|
||||
NOT = { has_character_modifier = bhakti_orthodox_surgeon }
|
||||
}
|
||||
NEOW_set_bhakti_effect = { BHAKTI = bhakti_orthodox_surgeon }
|
||||
}
|
||||
|
||||
option = {
|
||||
name = NEOW_religious_decision.0104.lazar
|
||||
trigger = {
|
||||
NOT = { has_character_modifier = bhakti_orthodox_lazar }
|
||||
}
|
||||
NEOW_set_bhakti_effect = { BHAKTI = bhakti_orthodox_lazar }
|
||||
}
|
||||
|
||||
option = {
|
||||
name = NEOW_religious_decision.0104.theotokos
|
||||
trigger = {
|
||||
NOT = { has_character_modifier = bhakti_orthodox_theotokos }
|
||||
}
|
||||
NEOW_set_bhakti_effect = { BHAKTI = bhakti_orthodox_theotokos }
|
||||
}
|
||||
# Opt-Out
|
||||
option = {
|
||||
name = NEOW_religious_decision.0001.optout
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue