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

@ -1053,3 +1053,19 @@ d_la_mancha={
}
k_gondor={
custom=yes
pattern="pattern__solid_designer.dds"
color1=black
color2=white
color3=black
colored_emblem={
color1=white
texture="NEOW_ce_gondor_tree.dds"
instance={
scale={ 0.890000 0.890000 }
}
}
}

View file

@ -0,0 +1,10 @@
k_france = {
item = {
trigger = {
holder = {
faith = faith:numenorian
}
}
coat_of_arms = k_gondor
}
}

View file

@ -0,0 +1,5 @@
k_gondor_cosmetic = {
color = { 10 5 35 }
capital = c_paris
}

File diff suppressed because it is too large Load diff

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
}
}
}

BIN
gfx/coat_of_arms/colored_emblems/NEOW_ce_gondor_crown.dds (Stored with Git LFS) Normal file

Binary file not shown.

BIN
gfx/coat_of_arms/colored_emblems/NEOW_ce_gondor_star.dds (Stored with Git LFS) Normal file

Binary file not shown.

View file

@ -34,3 +34,6 @@ NEOW_ce_gondor_tree.dds = { colors = 1 category = faiths }
NEOW_ce_nap_eagle.dds = { colors = 1 category = animals }
NEOW_ce_guinness_logo.dds = { colors = 1 category = manmade }
ce_dragon_rampant.dds = { colors = 3 category = animals }
ce_dragon_rampant.dds = { colors = 3 category = animals }
NEOW_ce_gondor_crown.dds = { colors = 1 category = manmade }
NEOW_ce_gondor_star.dds = { colors = 1 category = faiths }

View file

@ -24647,8 +24647,12 @@
d_black_country:0 "Black Country"
d_black_country_adj:0 "Yamyam"
#NEOW special titles
##NEOW special titles
k_sevillian_papacy: "Sevillian Papacy"
k_sevillian_papacy_article: "the "
k_sevillian_papacy_adj: "Sevillian"
#NEOW Numenorian Titles
k_gondor: "Gondor"
k_gondor_adj: "Gondorian"