Skip to content

Commit

Permalink
The Brotherhood join the fight
Browse files Browse the repository at this point in the history
  • Loading branch information
ElMariuso committed Dec 16, 2023
1 parent 23e0475 commit a93704c
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
1 change: 1 addition & 0 deletions common/decisions/wc_holy_order_decisions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ enforce_the_brotherhood_decision = {
title:c_northshire.holder = {
top_liege = root
government_has_flag = government_is_theocracy
NOT = { is_at_war_with = root }
}

# Repeat faith requirements
Expand Down
16 changes: 16 additions & 0 deletions common/scripted_effects/wc_holy_order_effects.txt
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,22 @@
}
}

brotherhood_of_northshire_join_the_war_scripted_effect = {
scope:founder = {
every_character_war = {
limit = {
primary_defender = scope:founder
primary_attacker = { is_crisis_trigger = yes }
NOT = { is_participant = scope:abbot }
}
hidden_effect = {
set_called_to = scope:abbot
}
add_defender = scope:abbot
}
}
}

enforce_the_brotherhood_decision_tooltip_effect = {
# Standard info.
custom_tooltip = create_holy_order_decision_effect_message
Expand Down
4 changes: 3 additions & 1 deletion events/decisions_events/wc_holy_order_decision_events.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,10 @@ wc_holy_order_decision.0001 = {
play_music_cue = "mx_cue_crusade_starts"
# Enforce the Brotherhood
enforce_the_brotherhood_scripted_effect = yes
#Notify other players.
# The Brotherhood join the war
brotherhood_of_northshire_join_the_war_scripted_effect = yes

#Notify other players.
every_player = {
if = {
limit = { this = scope:abbot }
Expand Down

0 comments on commit a93704c

Please sign in to comment.