N3OW/events/religion_events/NEOW_religious_decision_events.txt

131 lines
3.1 KiB
Text
Raw Normal View History

2025-07-25 22:09:26 -04:00
namespace = NEOW_religious_decision
2026-05-28 22:45:27 +01:00
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
}
}
}
2026-05-29 00:57:10 +01:00
NEOW_religious_decision.0103 = { #custom patron gods for Leviathan
2025-07-25 22:09:26 -04:00
type = character_event
2026-05-29 00:57:10 +01:00
title = NEOW_religious_decision.0103.t
desc = NEOW_religious_decision.0103.desc
2025-07-25 22:09:26 -04:00
theme = faith
left_portrait = {
character = root
animation = personality_rational
}
option = {
2026-05-29 00:57:10 +01:00
name = NEOW_religious_decision.0103.jesus
2025-07-25 22:09:26 -04:00
trigger = {
2026-05-29 00:57:10 +01:00
NOT = { has_character_modifier = bhakti_folketero_jesus }
2025-07-25 22:09:26 -04:00
}
2026-05-29 00:57:10 +01:00
NEOW_set_bhakti_effect = { BHAKTI = bhakti_folketero_jesus }
2025-07-25 22:09:26 -04:00
}
option = {
2026-05-29 00:57:10 +01:00
name = NEOW_religious_decision.0103.per
2025-07-25 22:09:26 -04:00
trigger = {
2026-05-29 00:57:10 +01:00
NOT = { has_character_modifier = bhakti_folketero_per }
2025-07-25 22:09:26 -04:00
}
2026-05-29 00:57:10 +01:00
NEOW_set_bhakti_effect = { BHAKTI = bhakti_folketero_per }
2025-07-25 22:09:26 -04:00
}
option = {
2026-05-29 00:57:10 +01:00
name = NEOW_religious_decision.0103.lucia
2025-07-25 22:09:26 -04:00
trigger = {
2026-05-29 00:57:10 +01:00
NOT = { has_character_modifier = bhakti_folketero_lucia }
2025-07-25 22:09:26 -04:00
}
2026-05-29 00:57:10 +01:00
NEOW_set_bhakti_effect = { BHAKTI = bhakti_folketero_lucia }
2025-07-25 22:09:26 -04:00
}
option = {
2026-05-29 00:57:10 +01:00
name = NEOW_religious_decision.0103.olaf
2025-07-25 22:09:26 -04:00
trigger = {
2026-05-29 00:57:10 +01:00
NOT = { has_character_modifier = bhakti_folketero_olaf }
2025-07-25 22:09:26 -04:00
}
2026-05-29 00:57:10 +01:00
NEOW_set_bhakti_effect = { BHAKTI = bhakti_folketero_olaf }
2025-07-25 22:09:26 -04:00
}
# Opt-Out
option = {
name = NEOW_religious_decision.0001.optout
flavor = NEOW_religious_decision.0001.flavor
ai_chance = {
base = 0
}
}
}