numenorian title events
This commit is contained in:
parent
b1f6e4399c
commit
c7cd996463
9 changed files with 2453 additions and 3 deletions
|
|
@ -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 }
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,10 @@
|
||||||
|
k_france = {
|
||||||
|
item = {
|
||||||
|
trigger = {
|
||||||
|
holder = {
|
||||||
|
faith = faith:numenorian
|
||||||
|
}
|
||||||
|
}
|
||||||
|
coat_of_arms = k_gondor
|
||||||
|
}
|
||||||
|
}
|
||||||
5
common/landed_titles/NEOW_numenorian_titles.txt
Normal file
5
common/landed_titles/NEOW_numenorian_titles.txt
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
k_gondor_cosmetic = {
|
||||||
|
color = { 10 5 35 }
|
||||||
|
|
||||||
|
capital = c_paris
|
||||||
|
}
|
||||||
2381
common/on_action/title_on_actions.txt
Normal file
2381
common/on_action/title_on_actions.txt
Normal file
File diff suppressed because it is too large
Load diff
25
events/NEOW_numenorian_title_events.txt
Normal file
25
events/NEOW_numenorian_title_events.txt
Normal 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
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
BIN
gfx/coat_of_arms/colored_emblems/NEOW_ce_gondor_star.dds
(Stored with Git LFS)
Normal file
Binary file not shown.
|
|
@ -33,4 +33,7 @@
|
||||||
NEOW_ce_gondor_tree.dds = { colors = 1 category = faiths }
|
NEOW_ce_gondor_tree.dds = { colors = 1 category = faiths }
|
||||||
NEOW_ce_nap_eagle.dds = { colors = 1 category = animals }
|
NEOW_ce_nap_eagle.dds = { colors = 1 category = animals }
|
||||||
NEOW_ce_guinness_logo.dds = { colors = 1 category = manmade }
|
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 }
|
||||||
|
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 }
|
||||||
|
|
@ -24647,8 +24647,12 @@
|
||||||
d_black_country:0 "Black Country"
|
d_black_country:0 "Black Country"
|
||||||
d_black_country_adj:0 "Yamyam"
|
d_black_country_adj:0 "Yamyam"
|
||||||
|
|
||||||
#NEOW special titles
|
##NEOW special titles
|
||||||
|
|
||||||
k_sevillian_papacy: "Sevillian Papacy"
|
k_sevillian_papacy: "Sevillian Papacy"
|
||||||
k_sevillian_papacy_article: "the "
|
k_sevillian_papacy_article: "the "
|
||||||
k_sevillian_papacy_adj: "Sevillian"
|
k_sevillian_papacy_adj: "Sevillian"
|
||||||
|
|
||||||
|
#NEOW Numenorian Titles
|
||||||
|
k_gondor: "Gondor"
|
||||||
|
k_gondor_adj: "Gondorian"
|
||||||
Loading…
Add table
Add a link
Reference in a new issue