Pt1 of Britannic implementation
This commit is contained in:
parent
03064cf5f4
commit
b39a192bcb
13 changed files with 383 additions and 35 deletions
78
events/religion_events/NEOW_religious_decision_events.txt
Normal file
78
events/religion_events/NEOW_religious_decision_events.txt
Normal file
|
|
@ -0,0 +1,78 @@
|
|||
namespace = NEOW_religious_decision
|
||||
|
||||
NEOW_religious_decision.0001 = { #custom patron gods for Leviathan
|
||||
type = character_event
|
||||
title = NEOW_religious_decision.0001.t
|
||||
desc = NEOW_religious_decision.0001.desc
|
||||
theme = faith
|
||||
left_portrait = {
|
||||
character = root
|
||||
animation = personality_rational
|
||||
}
|
||||
|
||||
option = {
|
||||
name = NEOW_religious_decision.0001.nationalisators
|
||||
trigger = {
|
||||
NOT = { has_character_modifier = bhakti_leviathan_nationalisators }
|
||||
}
|
||||
NEOW_set_bhakti_effect = { BHAKTI = bhakti_leviathan_nationalisators }
|
||||
}
|
||||
|
||||
option = {
|
||||
name = NEOW_religious_decision.0001.technosaurs
|
||||
trigger = {
|
||||
NOT = { has_character_modifier = bhakti_leviathan_technosaurs }
|
||||
}
|
||||
NEOW_set_bhakti_effect = { BHAKTI = bhakti_leviathan_technosaurs }
|
||||
}
|
||||
|
||||
option = {
|
||||
name = NEOW_religious_decision.0001.mechasaurs
|
||||
trigger = {
|
||||
NOT = { has_character_modifier = bhakti_leviathan_mechasaurs }
|
||||
}
|
||||
NEOW_set_bhakti_effect = { BHAKTI = bhakti_leviathan_mechasaurs }
|
||||
}
|
||||
|
||||
option = {
|
||||
name = NEOW_religious_decision.0001.petrosaurs
|
||||
trigger = {
|
||||
NOT = { has_character_modifier = bhakti_leviathan_petrosaurs }
|
||||
}
|
||||
NEOW_set_bhakti_effect = { BHAKTI = bhakti_leviathan_petrosaurs }
|
||||
}
|
||||
|
||||
option = {
|
||||
name = NEOW_religious_decision.0001.metallurgicals
|
||||
trigger = {
|
||||
NOT = { has_character_modifier = bhakti_leviathan_metallurgicals }
|
||||
}
|
||||
NEOW_set_bhakti_effect = { BHAKTI = bhakti_leviathan_metallurgicals }
|
||||
}
|
||||
|
||||
option = {
|
||||
name = NEOW_religious_decision.0001.nautiluses
|
||||
trigger = {
|
||||
NOT = { has_character_modifier = bhakti_leviathan_nautiluses }
|
||||
}
|
||||
NEOW_set_bhakti_effect = { BHAKTI = bhakti_leviathan_nautiluses }
|
||||
}
|
||||
|
||||
option = {
|
||||
name = NEOW_religious_decision.0001.aerosaurs
|
||||
trigger = {
|
||||
NOT = { has_character_modifier = bhakti_leviathan_aerosaurs }
|
||||
}
|
||||
NEOW_set_bhakti_effect = { BHAKTI = bhakti_leviathan_aerosaurs }
|
||||
}
|
||||
|
||||
# Opt-Out
|
||||
option = {
|
||||
name = NEOW_religious_decision.0001.optout
|
||||
flavor = NEOW_religious_decision.0001.flavor
|
||||
|
||||
ai_chance = {
|
||||
base = 0
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue