numenorian title events

This commit is contained in:
trashb0at 2025-04-11 13:35:05 -04:00
parent b1f6e4399c
commit c7cd996463
9 changed files with 2453 additions and 3 deletions

View file

@ -0,0 +1,25 @@
namespace = numenorian_titles
#France -> Gondor
NEOW_numenorian_title_events.0001 = {
hidden = yes
immediate = {
title:k_france = {
set_title_name = k_gondor
set_color_from_title = title:k_gondor_cosmetic
}
}
}
#Gondor -> France
NEOW_numenorian_title_events.0002 = {
hidden = yes
immediate = {
title:k_france = {
set_title_name = k_france # Change to reset_title_name = yes if that ever gets fixed
set_color_from_title = title:d_ile_de_france
}
}
}