a load of benelux shit

This commit is contained in:
trashb0at 2024-11-15 16:12:49 -05:00
parent c2b97d2623
commit f36b109c8f
22 changed files with 4181 additions and 48 deletions

View file

@ -0,0 +1,76 @@
namespace = benelux
#Events for the Beneluxer Succession Story Cycle
#Guillem BONW starting event
benelux.1 = {
type = character_event
title = benelux.1.t
desc = benelux.1.desc
theme = claim_throne_scheme
left_portrait = {
character = root
animation = aggressive_sword
}
immediate = {
add_unpressed_claim = title:e_benelux
add_unpressed_claim = title:k_lotharingia
add_unpressed_claim = title:k_frisia
}
option = { #Long Live Guillem!
name = benelux.1.a
flavor = benelux.1.a.flavor
custom_tooltip = restore_benelux.tt
}
}
#Philippe BONW starting event
benelux.2 = {
type = character_event
title = benelux.2.t
desc = benelux.2.desc
theme = claim_throne_scheme
left_portrait = {
character = root
animation = aggressive_sword
}
immediate = {
add_unpressed_claim = title:e_benelux
add_unpressed_claim = title:k_belgium
add_unpressed_claim = title:k_frisia
}
option = { #Long Live Philippe!
name = benelux.2.a
flavor = benelux.2.a.flavor
custom_tooltip = restore_benelux.tt
}
}
#Hendrik BONW starting event
benelux.3 = {
type = character_event
title = benelux.3.t
desc = benelux.3.desc
theme = claim_throne_scheme
left_portrait = {
character = root
animation = aggressive_sword
}
immediate = {
add_unpressed_claim = title:e_benelux
add_unpressed_claim = title:k_belgium
add_unpressed_claim = title:k_lotharingia
}
option = { #Long Live Hendrik!
name = benelux.3.a
flavor = benelux.3.a.flavor
custom_tooltip = restore_benelux.tt
}
}