Wallachia
This commit is contained in:
parent
86b4d1af15
commit
37b4292287
16 changed files with 1310 additions and 157 deletions
|
|
@ -3950,7 +3950,7 @@ norse_gods_aspects_list = {
|
|||
has_trait = callous
|
||||
has_trait = sadistic
|
||||
}
|
||||
faith = faith:mariner
|
||||
faith = faith:midnighter
|
||||
}
|
||||
weight = {
|
||||
value = 10
|
||||
|
|
|
|||
185
common/dynasty_house_motto_inserts/NEOW_inserts.txt
Normal file
185
common/dynasty_house_motto_inserts/NEOW_inserts.txt
Normal file
|
|
@ -0,0 +1,185 @@
|
|||
theomach_gods_aspects_list = {
|
||||
anaxandros_strength = {
|
||||
trigger = {
|
||||
NOR = {
|
||||
has_trait = calm
|
||||
has_trait = content
|
||||
has_trait = patient
|
||||
has_trait = forgiving
|
||||
}
|
||||
}
|
||||
weight = {
|
||||
value = 10
|
||||
if = {
|
||||
limit = {
|
||||
OR = {
|
||||
has_trait = impatient
|
||||
has_trait = brave
|
||||
has_trait = arrogant
|
||||
has_trait = strong
|
||||
has_trait = physique_good
|
||||
has_trait = gregarious
|
||||
}
|
||||
}
|
||||
add = 990
|
||||
}
|
||||
}
|
||||
}
|
||||
ares_strength = {
|
||||
trigger = {
|
||||
NOR = {
|
||||
has_trait = calm
|
||||
has_trait = content
|
||||
has_trait = patient
|
||||
has_trait = forgiving
|
||||
}
|
||||
faith = faith:stratocratic
|
||||
}
|
||||
weight = {
|
||||
value = 10
|
||||
if = {
|
||||
limit = {
|
||||
OR = {
|
||||
has_trait = impatient
|
||||
has_trait = brave
|
||||
has_trait = arrogant
|
||||
has_trait = strong
|
||||
has_trait = physique_good
|
||||
has_trait = gregarious
|
||||
}
|
||||
}
|
||||
add = 990
|
||||
}
|
||||
}
|
||||
}
|
||||
anaxandros_prowess = {
|
||||
trigger = {
|
||||
NOR = {
|
||||
has_trait = arrogant
|
||||
has_trait = impatient
|
||||
}
|
||||
}
|
||||
weight = {
|
||||
value = 10
|
||||
if = {
|
||||
limit = {
|
||||
OR = {
|
||||
has_trait = brave
|
||||
has_trait = scarred
|
||||
has_trait = strategist
|
||||
has_trait = lifestyle_blademaster
|
||||
}
|
||||
}
|
||||
add = 990
|
||||
}
|
||||
}
|
||||
}
|
||||
ares_prowess = {
|
||||
trigger = {
|
||||
NOR = {
|
||||
has_trait = arrogant
|
||||
has_trait = impatient
|
||||
}
|
||||
faith = faith:stratocratic
|
||||
}
|
||||
weight = {
|
||||
value = 10
|
||||
if = {
|
||||
limit = {
|
||||
OR = {
|
||||
has_trait = brave
|
||||
has_trait = scarred
|
||||
has_trait = strategist
|
||||
has_trait = lifestyle_blademaster
|
||||
}
|
||||
}
|
||||
add = 990
|
||||
}
|
||||
}
|
||||
}
|
||||
athenas_prowess = {
|
||||
trigger = {
|
||||
NOR = {
|
||||
has_trait = arrogant
|
||||
has_trait = impatient
|
||||
}
|
||||
faith = faith:stratocratic
|
||||
}
|
||||
weight = {
|
||||
value = 10
|
||||
if = {
|
||||
limit = {
|
||||
OR = {
|
||||
has_trait = brave
|
||||
has_trait = scarred
|
||||
has_trait = strategist
|
||||
has_trait = lifestyle_blademaster
|
||||
}
|
||||
}
|
||||
add = 990
|
||||
}
|
||||
}
|
||||
}
|
||||
anaxandros_bravery = {
|
||||
trigger = {
|
||||
NOR = {
|
||||
has_trait = arrogant
|
||||
has_trait = impatient
|
||||
}
|
||||
}
|
||||
weight = {
|
||||
value = 10
|
||||
if = {
|
||||
limit = {
|
||||
OR = {
|
||||
has_trait = brave
|
||||
has_trait = scarred
|
||||
has_trait = strategist
|
||||
has_trait = lifestyle_blademaster
|
||||
}
|
||||
}
|
||||
add = 990
|
||||
}
|
||||
}
|
||||
}
|
||||
ares_bravery = {
|
||||
trigger = {
|
||||
NOR = {
|
||||
has_trait = arrogant
|
||||
has_trait = impatient
|
||||
}
|
||||
faith = faith:stratocratic
|
||||
}
|
||||
weight = {
|
||||
value = 10
|
||||
if = {
|
||||
limit = {
|
||||
OR = {
|
||||
has_trait = brave
|
||||
has_trait = scarred
|
||||
has_trait = strategist
|
||||
has_trait = lifestyle_blademaster
|
||||
}
|
||||
}
|
||||
add = 990
|
||||
}
|
||||
}
|
||||
}
|
||||
athenas_knowledge = {
|
||||
trigger = {
|
||||
faith.religion = religion:theomach_religion
|
||||
}
|
||||
weight = {
|
||||
value = 10
|
||||
if = {
|
||||
limit = {
|
||||
OR = {
|
||||
has_trait = shrewd
|
||||
has_trait = intellect_good
|
||||
}
|
||||
}
|
||||
add = 990
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -139,7 +139,10 @@ the_spirit_of_x_grants_us_y = { # The Spirit of the Fox Grants Us Cunning
|
|||
}
|
||||
trigger = {
|
||||
faith = {
|
||||
religion = { is_in_family = rf_pagan }
|
||||
OR = {
|
||||
has_doctrine = tenet_druidry
|
||||
has_doctrine = tenet_takamin
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
86
common/dynasty_house_mottos/NEOW_mottos.txt
Normal file
86
common/dynasty_house_mottos/NEOW_mottos.txt
Normal file
|
|
@ -0,0 +1,86 @@
|
|||
|
||||
we_swear_by_x_theomach = {
|
||||
insert = theomach_gods_aspects_list
|
||||
weight = {
|
||||
value = 2000
|
||||
}
|
||||
trigger = {
|
||||
faith = {
|
||||
religion = religion:theomach_religion
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
with_x_and_y_theomach = {
|
||||
insert = noun_immaterial
|
||||
insert = theomach_gods_aspects_list
|
||||
weight = {
|
||||
value = 2000
|
||||
}
|
||||
trigger = {
|
||||
faith = {
|
||||
religion = religion:theomach_religion
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
we_tell_tales_of_x_theomach = {
|
||||
insert = theomach_gods_aspects_list
|
||||
weight = {
|
||||
value = 2000
|
||||
}
|
||||
trigger = {
|
||||
faith = {
|
||||
religion = religion:theomach_religion
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
x_is_our_y_theomach = {
|
||||
insert = theomach_gods_aspects_list
|
||||
insert = weapon
|
||||
weight = {
|
||||
value = 2000
|
||||
}
|
||||
trigger = {
|
||||
faith = {
|
||||
religion = religion:theomach_religion
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
x_guides_us_theomach = {
|
||||
insert = theomach_gods_aspects_list
|
||||
weight = {
|
||||
value = 2000
|
||||
}
|
||||
trigger = {
|
||||
faith = {
|
||||
religion = religion:theomach_religion
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
house_was_forged_by_x_theomach = {
|
||||
insert = theomach_gods_aspects_list
|
||||
weight = {
|
||||
value = 2000
|
||||
}
|
||||
trigger = {
|
||||
faith = {
|
||||
religion = religion:theomach_religion
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
founder_shares_x_theomach = {
|
||||
insert = theomach_gods_aspects_list
|
||||
weight = {
|
||||
value = 2000
|
||||
}
|
||||
trigger = {
|
||||
faith = {
|
||||
religion = religion:theomach_religion
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -238,96 +238,154 @@ e_nistrenia = {
|
|||
|
||||
d_transylvania = {
|
||||
color = { 212 112 63 }
|
||||
|
||||
capital = c_torda
|
||||
|
||||
cultural_names = {
|
||||
name_list_NEOW_bavarian = cn_siebenburgen
|
||||
name_list_hungarian = cn_erdely
|
||||
}
|
||||
c_feher = {
|
||||
color = { 212 112 63 }
|
||||
|
||||
cultural_names = {
|
||||
name_list_NEOW_bavarian = cn_karlsburg
|
||||
name_list_hungarian = cn_feher
|
||||
}
|
||||
b_feher = {
|
||||
province = 519
|
||||
|
||||
cultural_names = {
|
||||
name_list_NEOW_bavarian = cn_karlsburg
|
||||
name_list_hungarian = cn_gyulafehervar
|
||||
}
|
||||
color = { 212 112 63 }
|
||||
}
|
||||
b_kukullovar = {
|
||||
province = 3935
|
||||
|
||||
cultural_names = {
|
||||
name_list_NEOW_bavarian = cn_blasendorf
|
||||
name_list_hungarian = cn_balazsfalva
|
||||
}
|
||||
color = { 212 112 63 }
|
||||
}
|
||||
b_abrudbanya = {
|
||||
province = 3936
|
||||
|
||||
cultural_names = {
|
||||
name_list_NEOW_bavarian = cn_grossschlatten
|
||||
name_list_hungarian = cn_abrudbanya
|
||||
}
|
||||
color = { 212 112 63 }
|
||||
}
|
||||
b_alvinc = {
|
||||
province = 3938
|
||||
|
||||
cultural_names = {
|
||||
name_list_NEOW_bavarian = cn_muhlbach
|
||||
name_list_hungarian = cn_szaszsebes
|
||||
}
|
||||
color = { 212 112 63 }
|
||||
}
|
||||
b_aranyosbanya = {
|
||||
province = 3928
|
||||
|
||||
cultural_names = {
|
||||
name_list_NEOW_bavarian = cn_aranyosbanya
|
||||
name_list_hungarian = cn_offenburg
|
||||
}
|
||||
color = { 200 100 51 }
|
||||
}
|
||||
}
|
||||
c_torda = {
|
||||
color = { 200 100 51 }
|
||||
cultural_names = {
|
||||
name_list_NEOW_bavarian = cn_klausenburg
|
||||
name_list_hungarian = cn_kolozs
|
||||
}
|
||||
b_torda = {
|
||||
province = 3924
|
||||
|
||||
cultural_names = {
|
||||
name_list_NEOW_bavarian = cn_thorenburg
|
||||
name_list_hungarian = cn_torda
|
||||
}
|
||||
color = { 200 100 51 }
|
||||
}
|
||||
b_banffyhunyad = {
|
||||
province = 3925
|
||||
|
||||
cultural_names = {
|
||||
name_list_NEOW_bavarian = cn_heynod
|
||||
name_list_hungarian = cn_banffyhunyad
|
||||
}
|
||||
color = { 200 100 51 }
|
||||
}
|
||||
b_koloszvar = {
|
||||
province = 3926
|
||||
|
||||
cultural_names = {
|
||||
name_list_NEOW_bavarian = cn_klausenburg
|
||||
name_list_hungarian = cn_kolozsvar
|
||||
}
|
||||
color = { 200 100 51 }
|
||||
}
|
||||
b_des = {
|
||||
province = 3921
|
||||
|
||||
cultural_names = {
|
||||
name_list_NEOW_bavarian = cn_desch
|
||||
name_list_hungarian = cn_des
|
||||
}
|
||||
color = { 213 85 50 }
|
||||
}
|
||||
b_szek = {
|
||||
province = 3922
|
||||
|
||||
cultural_names = {
|
||||
name_list_NEOW_bavarian = cn_neuschloss
|
||||
name_list_hungarian = cn_szamosujvar
|
||||
}
|
||||
color = { 213 85 50 }
|
||||
}
|
||||
}
|
||||
c_hunyad = {
|
||||
color = { 175 125 90 }
|
||||
|
||||
cultural_names = {
|
||||
name_list_hungarian = cn_hunyad
|
||||
}
|
||||
b_vajdahunyad = {
|
||||
province = 3931
|
||||
|
||||
color = { 175 125 90 }
|
||||
cultural_names = {
|
||||
name_list_hungarian = cn_hunyad
|
||||
}
|
||||
}
|
||||
b_harszoc = {
|
||||
province = 3932
|
||||
|
||||
color = { 175 125 90 }
|
||||
cultural_names = {
|
||||
name_list_NEOW_bavarian = cn_petroschen
|
||||
name_list_hungarian = cn_petrozseny
|
||||
}
|
||||
}
|
||||
b_deva = {
|
||||
province = 3933
|
||||
|
||||
color = { 175 125 90 }
|
||||
cultural_names = {
|
||||
name_list_NEOW_bavarian = cn_diemrich
|
||||
name_list_hungarian = cn_deva
|
||||
}
|
||||
}
|
||||
}
|
||||
c_beszterce = {
|
||||
color = { 213 85 50 }
|
||||
|
||||
cultural_names = {
|
||||
name_list_NEOW_bavarian = cn_bistritznassod
|
||||
name_list_hungarian = cn_besztercenaszod
|
||||
}
|
||||
b_beszterce = {
|
||||
province = 3919
|
||||
|
||||
cultural_names = {
|
||||
name_list_NEOW_bavarian = cn_bistritz
|
||||
name_list_hungarian = cn_beszterce
|
||||
}
|
||||
color = { 213 85 50 }
|
||||
}
|
||||
b_radna = {
|
||||
province = 3920
|
||||
|
||||
cultural_names = {
|
||||
name_list_NEOW_bavarian = cn_nassod
|
||||
name_list_hungarian = cn_naszod
|
||||
}
|
||||
color = { 213 85 50 }
|
||||
}
|
||||
}
|
||||
|
|
@ -738,9 +796,8 @@ e_nistrenia = {
|
|||
|
||||
c_giurgiu = {
|
||||
color = { 210 122 50 }
|
||||
|
||||
b_giurgiu = {
|
||||
province = 4990
|
||||
b_glavacioc = {
|
||||
province = 4992
|
||||
|
||||
color = { 220 132 40 }
|
||||
}
|
||||
|
|
@ -752,21 +809,6 @@ e_nistrenia = {
|
|||
b_rusii_de_vede = {
|
||||
province = 4988
|
||||
|
||||
color = { 220 132 40 }
|
||||
}
|
||||
b_comana = {
|
||||
province = 4991
|
||||
|
||||
color = { 220 132 40 }
|
||||
}
|
||||
b_glavacioc = {
|
||||
province = 4992
|
||||
|
||||
color = { 220 132 40 }
|
||||
}
|
||||
b_costesti = {
|
||||
province = 4994
|
||||
|
||||
color = { 220 132 40 }
|
||||
}
|
||||
}
|
||||
|
|
@ -778,10 +820,20 @@ e_nistrenia = {
|
|||
|
||||
color = { 241 195 72 }
|
||||
}
|
||||
b_targsor = {
|
||||
province = 4996
|
||||
b_costesti = {
|
||||
province = 4994
|
||||
|
||||
color = { 241 195 72 }
|
||||
color = { 220 132 40 }
|
||||
}
|
||||
b_giurgiu = {
|
||||
province = 4990
|
||||
|
||||
color = { 220 132 40 }
|
||||
}
|
||||
b_comana = {
|
||||
province = 4991
|
||||
|
||||
color = { 220 132 40 }
|
||||
}
|
||||
}
|
||||
c_campulung = {
|
||||
|
|
@ -807,23 +859,27 @@ e_nistrenia = {
|
|||
|
||||
color = { 175 86 10 }
|
||||
}
|
||||
}
|
||||
c_tabla_butii = {
|
||||
color = { 155 66 10 }
|
||||
b_targsor = {
|
||||
province = 4996
|
||||
|
||||
color = { 241 195 72 }
|
||||
}
|
||||
}
|
||||
c_prahova = {
|
||||
color = { 155 66 10 }
|
||||
b_ploiesti = {
|
||||
province = 5002
|
||||
|
||||
color = { 230 142 50 }
|
||||
}
|
||||
b_tabla_butii = {
|
||||
province = 4989
|
||||
|
||||
color = { 155 66 10 }
|
||||
}
|
||||
b_zoresti = {
|
||||
b_nehoiu = {
|
||||
province = 4980
|
||||
|
||||
color = { 155 66 10 }
|
||||
}
|
||||
b_dumbraveni = {
|
||||
province = 4977
|
||||
|
||||
color = { 155 66 10 }
|
||||
}
|
||||
}
|
||||
|
|
@ -854,30 +910,26 @@ e_nistrenia = {
|
|||
|
||||
color = { 230 142 50 }
|
||||
}
|
||||
b_slobozia = {
|
||||
province = 5001
|
||||
b_dumbraveni = {
|
||||
province = 4977
|
||||
|
||||
color = { 230 142 50 }
|
||||
}
|
||||
b_ploiesti = {
|
||||
province = 5002
|
||||
|
||||
color = { 230 142 50 }
|
||||
}
|
||||
}
|
||||
c_braila = {
|
||||
color = { 240 152 60 }
|
||||
|
||||
b_braila = {
|
||||
province = 5003
|
||||
|
||||
color = { 240 152 60 }
|
||||
color = { 155 66 10 }
|
||||
}
|
||||
b_ramnicu_sarat = {
|
||||
province = 5004
|
||||
|
||||
color = { 240 152 60 }
|
||||
}
|
||||
b_braila = {
|
||||
province = 5003
|
||||
|
||||
color = { 240 152 60 }
|
||||
}
|
||||
b_slobozia = {
|
||||
province = 5001
|
||||
|
||||
color = { 230 142 50 }
|
||||
}
|
||||
}
|
||||
}
|
||||
d_oltenia = {
|
||||
|
|
@ -893,6 +945,11 @@ e_nistrenia = {
|
|||
|
||||
color = { 221 170 77 }
|
||||
}
|
||||
b_filiasi = {
|
||||
province = 5007
|
||||
|
||||
color = { 165 76 10 }
|
||||
}
|
||||
}
|
||||
c_polovragi = {
|
||||
color = { 165 76 10 }
|
||||
|
|
@ -905,11 +962,6 @@ e_nistrenia = {
|
|||
b_govora = {
|
||||
province = 5006
|
||||
|
||||
color = { 165 76 10 }
|
||||
}
|
||||
b_filiasi = {
|
||||
province = 5007
|
||||
|
||||
color = { 165 76 10 }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -20719,12 +20719,12 @@
|
|||
5007 ={
|
||||
winter_severity_bias = 0.60
|
||||
}
|
||||
## c_tabla_butii
|
||||
## c_prahova
|
||||
# b_tabla_butii
|
||||
4989 ={
|
||||
winter_severity_bias = 0.70
|
||||
}
|
||||
# b_zoresti
|
||||
# b_nehoiu
|
||||
4980 ={
|
||||
winter_severity_bias = 0.65
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1975,28 +1975,24 @@ holding = none
|
|||
holding = none
|
||||
}
|
||||
|
||||
###c_tabla_butii
|
||||
4989 = { #Tabla Butii
|
||||
###c_prahova
|
||||
|
||||
5002 = { #Ploiesti
|
||||
culture = wallachian
|
||||
religion = orthodox
|
||||
holding = tribal_holding
|
||||
935.1.1 = {
|
||||
holding = castle_holding
|
||||
}
|
||||
1150.1.1 = {
|
||||
religion = orthodox
|
||||
}
|
||||
holding = castle_holding
|
||||
}
|
||||
4980 = { #Zoresti
|
||||
holding = none
|
||||
|
||||
4989 = { #Tabla Butii
|
||||
holding = castle_holding
|
||||
}
|
||||
4977 = { #Dumbraveni
|
||||
4980 = { #nehoiu
|
||||
holding = none
|
||||
}
|
||||
|
||||
##d_muntenia ###################################
|
||||
###c_giurgiu
|
||||
4990 = { #Giurgiu
|
||||
4992 = { #Glavacioc
|
||||
culture = wallachian
|
||||
religion = orthodox
|
||||
holding = tribal_holding
|
||||
|
|
@ -2016,9 +2012,6 @@ holding = none
|
|||
4991 = { #Comana
|
||||
holding = none
|
||||
}
|
||||
4992 = { #Glavacioc
|
||||
holding = none
|
||||
}
|
||||
4994 = { #Costesti
|
||||
holding = none
|
||||
}
|
||||
|
|
@ -2038,7 +2031,12 @@ holding = none
|
|||
4996 = { #Targsor
|
||||
holding = none
|
||||
}
|
||||
|
||||
4990 = { #Giurgiu
|
||||
holding = tribal_holding
|
||||
935.1.1 = {
|
||||
holding = castle_holding
|
||||
}
|
||||
}
|
||||
###c_calarasi
|
||||
4997 = { #Calarasi
|
||||
culture = wallachian
|
||||
|
|
@ -2076,21 +2074,14 @@ holding = none
|
|||
5001 = { #Slobozia
|
||||
holding = none
|
||||
}
|
||||
5002 = { #Ploiesti
|
||||
4977 = { #Dumbraveni
|
||||
holding = none
|
||||
}
|
||||
|
||||
###c_braila
|
||||
5003 = { #Braila
|
||||
culture = wallachian
|
||||
religion = orthodox
|
||||
holding = tribal_holding
|
||||
935.1.1 = {
|
||||
holding = castle_holding
|
||||
}
|
||||
1150.1.1 = {
|
||||
religion = orthodox
|
||||
}
|
||||
}
|
||||
5004 = { #Ramnicu Sarat
|
||||
holding = none
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ k_dacia = {
|
|||
# }
|
||||
#}
|
||||
|
||||
#c_tabla_butii = {
|
||||
#c_prahova = {
|
||||
# 2554.1.1 = {
|
||||
# holder = nistria0042
|
||||
# liege = k_dacia
|
||||
|
|
|
|||
|
|
@ -433,7 +433,7 @@ e_nistrenia = {
|
|||
color = { 165 76 10 }
|
||||
}
|
||||
}
|
||||
c_tabla_butii = {
|
||||
c_prahova = {
|
||||
color = { 155 66 10 }
|
||||
|
||||
b_tabla_butii = {
|
||||
|
|
@ -441,7 +441,7 @@ e_nistrenia = {
|
|||
|
||||
color = { 155 66 10 }
|
||||
}
|
||||
b_zoresti = {
|
||||
b_nehoiu = {
|
||||
province = 4980
|
||||
|
||||
color = { 155 66 10 }
|
||||
|
|
|
|||
22
localization/english/replace/extra_mottos_l_english.yml
Normal file
22
localization/english/replace/extra_mottos_l_english.yml
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
l_english:
|
||||
motto_we_swear_by_x_theomach:0 "We Swear by $1$"
|
||||
motto_with_x_and_y_theomach:0 "With $1$ and $2$"
|
||||
motto_we_tell_tales_of_x_theomach:0 "We Tell Tales of $1$"
|
||||
motto_x_is_our_y_theomach:0 "$1$ is our $2$"
|
||||
motto_x_guides_us_theomach:0 "$1$ Guides Us"
|
||||
motto_house_was_forged_by_x_theomach:0 "House [CHARACTER.GetHouse.GetBaseNameNoTooltip] was Forged by $1$"
|
||||
motto_founder_shares_x_theomach:0 "[CHARACTER.GetFirstName] Shares $1$"
|
||||
|
||||
# Theomach-specific
|
||||
#motto_thors_strength:0 "Thor's Strength"
|
||||
motto_anaxandros_strength:0 "Anáxandros' Strength"
|
||||
motto_ares_strength:0 "Ares' Strength"
|
||||
#motto_tyrs_prowess:0 "Tyr's Prowess"
|
||||
motto_anaxandros_prowess:0 "Anáxandros' Prowess"
|
||||
motto_ares_prowess:0 "Ares' Prowess"
|
||||
motto_athenas_prowess:0 "Athena's Prowess"
|
||||
#motto_tyrs_bravery:0 "Tyr's Bravery"
|
||||
motto_ares_bravery:0 "Ares' Bravery"
|
||||
motto_anaxandros_bravery:0 "Anáxandros' Bravery"
|
||||
#motto_mimirs_knowledge:0 "Mimir's Knowledge"
|
||||
motto_athenas_knowledge:0 "Athena's Knowledge"
|
||||
768
localization/english/replace/mottos_l_english - Copy.yml
Normal file
768
localization/english/replace/mottos_l_english - Copy.yml
Normal file
|
|
@ -0,0 +1,768 @@
|
|||
l_english:
|
||||
motto_by_x_and_y:0 "By $1$ and $2$"
|
||||
motto_x_y_and_z:0 "$1$, $2$, and $3$"
|
||||
motto_x_under_y_king:0 "$1$ Under $2$ [CHARACTER.Custom('QueenKing')]"
|
||||
motto_x_through_god:0 "$1$ Through [CHARACTER.Custom('GetAppropriateGodname')]"
|
||||
motto_dare_to_be_x:0 "Dare to be $1$"
|
||||
motto_be_x:0 "Be $1$"
|
||||
motto_single_noun:0 "$1$"
|
||||
motto_remember_the_death_of_founder:0 "Remember the Death of [CHARACTER.GetFirstName]"
|
||||
motto_god_x_me:0 "[CHARACTER.Custom('GetAppropriateGodname')|U] $1$ Me"
|
||||
motto_in_my_x_god_y_me:0 "In My $1$, [CHARACTER.Custom('GetAppropriateGodname')|U] $2$ Me"
|
||||
motto_i_x:0 "I $1$"
|
||||
motto_x_me:0 "$1$ Me"
|
||||
motto_x_y_z:0 "$1$, $2$, $3$"
|
||||
motto_x_is_y:0 "$1$ is $2$"
|
||||
motto_god_and_my_x:0 "[CHARACTER.Custom('GetAppropriateGodname')|U] and my $1$"
|
||||
motto_by_god_and_x:0 "By [CHARACTER.Custom('GetAppropriateGodname')] and $1$"
|
||||
motto_x_through_y:0 "$1$ Through $2$"
|
||||
motto_x_as_y:0 "$1$ as $2$"
|
||||
motto_x_not_y:0 "$1$ not $2$"
|
||||
motto_x_falls_before_y:0 "$1|U$ Falls Before $2$"
|
||||
motto_x_with_y_in_hand:0 "$1$ With $2$ in Hand"
|
||||
motto_son_of_x:0 "[CHARACTER.Custom('GetDaughterSon')|U] of $1$"
|
||||
motto_x_over_y:0 "$1$ Over $2$"
|
||||
motto_the_ancient_x_is_ours:0 "The Ancient $1$ is Ours"
|
||||
motto_may_god_x_y_knight:0 "May [CHARACTER.Custom('GetAppropriateGodname')] $1$ $2$ Knight"
|
||||
motto_may_x_join_my_coa:0 "May $1$ Join my Coat of Arms"
|
||||
motto_until_our_x_engulfs_the_world:0 "Until Our $1$ Engulfs the World"
|
||||
motto_x_without_y:0 "$1$ Without $2$"
|
||||
motto_no_x:0 "No $1$"
|
||||
motto_never_x_always_y:0 "Never $1$, Always $2$"
|
||||
motto_through_x_mind_y:0 "Through $1$ Mind, $2$"
|
||||
motto_the_x_mind_knows_y:0 "The $1$ Mind Knows $2$"
|
||||
motto_with_x_I_seek_y:0 "With $1$, I Seek $2$"
|
||||
motto_for_our_foes_x_for_our_friends_y:0 "For our Foes, $1$ – For our Friends, $2$"
|
||||
motto_the_spirit_of_x_grants_us_y:0 "The Spirit of $1$ Grants Us $2$"
|
||||
motto_break_your_x_upon_our_y:0 "Break Your $1$ Upon Our $2$"
|
||||
motto_by_the_x_and_the_y:0 "By $1$ and $2$"
|
||||
motto_with_the_x_i_y_z:0 "With $1$ I $2$ the $3$"
|
||||
motto_we_swear_by_x:0 "We Swear by $1$"
|
||||
motto_we_carve_runes_of_x:0 "We Carve Runes of $1$"
|
||||
motto_with_x_and_y:0 "With $1$ and $2$"
|
||||
motto_we_tell_tales_of_x:0 "We Tell Tales of $1$"
|
||||
motto_x_is_our_y:0 "$1$ is our $2$"
|
||||
motto_x_guides_us:0 "$1$ Guides Us"
|
||||
motto_house_was_forged_by_x:0 "House [CHARACTER.GetHouse.GetBaseNameNoTooltip] was Forged by $1$"
|
||||
motto_founder_shares_x:0 "[CHARACTER.GetFirstName] Shares $1$"
|
||||
|
||||
# Unique Pool (too cool to skip, but no good to randomize)
|
||||
motto_unique_pool:0 "$1$"
|
||||
motto_thus_should_law_be_followed:0 "Thus Should Law Be Followed"
|
||||
motto_from_near_and_far:0 "From Near and Far"
|
||||
motto_above_all:0 "Above All"
|
||||
motto_childhood_games:0 "Childhood Games Heralds Great [CHARACTER.GetWomenMen|U]"
|
||||
motto_take_up_arms:0 "[CHARACTER.GetSheHe|U] Who Has Lost Everything Still Can Take Up Arms"
|
||||
motto_ancestors:0 "We Too are Ancestors"
|
||||
motto_teaching:0 "Teaching is Always in Fashion"
|
||||
motto_eagle_fly:0 "The Eagle Does Not a Fly Hunt"
|
||||
motto_nothing_scares:0 "Nothing Scares Me"
|
||||
motto_one_after_another:0 "One After Another"
|
||||
motto_go_and_die:0 "Go Where You Want, Die Where You Must"
|
||||
motto_mourn_rejoice:0 "Often Mourning, Seldom Rejoicing"
|
||||
motto_trust_them:0 "Trust Them" # I really don't. This is a real motto though!
|
||||
motto_disarmed_man:0 "None Shall Freely Attack a Disarmed Man"
|
||||
motto_drink_your_blood:0 "Drink Your Blood, [CHARACTER.Custom('GetDaughterSon')|U] of [CHARACTER.GetHouse.GetBaseNameNoTooltip]"
|
||||
motto_from_great_men:0 "From Great [CHARACTER.GetWomenMen|U] Come the Strong and Good"
|
||||
motto_this_sigil:0 "By This Sigil You Shall Prevail"
|
||||
motto_from_all_my_heart:0 "From All My Heart"
|
||||
motto_regret_past:0 "Without Regret for the Past nor Fear of the Future"
|
||||
motto_do_what_you_must:0 "Do What You Must"
|
||||
motto_good_life:0 "We Come From a Good Life"
|
||||
motto_more_than_silver:0 "Trust From a [CHARACTER.GetHouse.GetBaseNameNoTooltip] is Worth More than Silver"
|
||||
motto_without_fear:0 "Without Fear!"
|
||||
motto_break_bend:0 "Rather Break than Bend"
|
||||
motto_always_a_house:0 "Always a [CHARACTER.GetHouse.GetBaseNameNoTooltip]"
|
||||
motto_firm_as_horn:0 "Firm as Horn"
|
||||
motto_i_die_where_my_heart_belongs:0 "I Die Where My Heart Belongs"
|
||||
motto_iron_gold:0 "By Iron, Not Gold"
|
||||
motto_hold_fast:0 "Hold Fast"
|
||||
motto_handsome_enough:0 "Good and Handsome Enough"
|
||||
|
||||
# Various specific godly things
|
||||
motto_various_godly_things:0 "$1$"
|
||||
motto_christ_protects_us:0 "Christ Protects Us"
|
||||
motto_christs_promises:0 "So We Can be Worthy of Christ's Promises"
|
||||
motto_suffer_by_god:0 "One Must Suffer, by the Will of God"
|
||||
motto_not_vain:0 "Faith in God is Not Vain"
|
||||
motto_all_through_god:0 "All Through God"
|
||||
motto_eartly_realm:0 "Heaven, Not the Earthly Realm"
|
||||
motto_praise_be_to_god:0 "Praise be to God"
|
||||
motto_cross_salvation:0 "In the Cross is Salvation"
|
||||
motto_salvation_through_christ:0 "Salvation Through Christ"
|
||||
motto_help_o_god:0 "Help, O God!"
|
||||
motto_sing_of_heavenly_things:0 "We Sing of Heavenly Things"
|
||||
|
||||
# Immaterial Nouns
|
||||
motto_goodness:0 "Goodness"
|
||||
motto_honor:0 "Honor"
|
||||
motto_truth:0 "Truth"
|
||||
motto_triumph:0 "Triumph"
|
||||
motto_valor:0 "Valor"
|
||||
motto_strength:0 "Strength"
|
||||
motto_courage:0 "Courage"
|
||||
motto_might:0 "Might"
|
||||
motto_boldness:0 "Boldness"
|
||||
motto_victory:0 "Victory"
|
||||
motto_conquest:0 "Conquest"
|
||||
motto_wisdom:0 "Wisdom"
|
||||
motto_vigilance:0 "Vigilance"
|
||||
motto_peace:0 "Peace"
|
||||
motto_friendship:0 "Friendship"
|
||||
motto_family:0 "Family"
|
||||
motto_union:0 "Union"
|
||||
motto_deception:0 "Deception"
|
||||
motto_pleasure:0 "Pleasure"
|
||||
motto_dread:0 "Dread"
|
||||
motto_adversity:0 "Adversity"
|
||||
motto_bribery:0 "Bribery"
|
||||
motto_fear:0 "Fear"
|
||||
motto_delight:0 "Delight"
|
||||
motto_death:0 "Death"
|
||||
motto_perseverance:0 "Perseverance"
|
||||
motto_faith:0 "Faith"
|
||||
motto_salvation:0 "Salvation"
|
||||
motto_trust:0 "Trust"
|
||||
motto_piety:0 "Piety"
|
||||
motto_devotion:0 "Devotion"
|
||||
motto_forgiveness:0 "Forgiveness"
|
||||
motto_innocence:0 "Innocence"
|
||||
motto_learning:0 "Learning"
|
||||
motto_prayer:0 "Prayer"
|
||||
motto_hope:0 "Hope"
|
||||
motto_love:0 "Love"
|
||||
motto_safety:0 "Safety"
|
||||
motto_loyalty:0 "Loyalty"
|
||||
motto_fidelity:0 "Fidelity"
|
||||
motto_nobility:0 "Nobility"
|
||||
motto_labour:0 "Labor"
|
||||
motto_fortune:0 "Fortune"
|
||||
motto_industry:0 "Industry"
|
||||
motto_prosperity:0 "Prosperity"
|
||||
motto_defence:0 "Defense"
|
||||
motto_endurance:0 "Endurance"
|
||||
motto_liberty:0 "Liberty"
|
||||
motto_virtue:0 "Virtue"
|
||||
motto_splendour:0 "Splendor"
|
||||
motto_respect:0 "Respect"
|
||||
motto_bravery:0 "Bravery"
|
||||
motto_renown:0 "Renown"
|
||||
motto_right:0 "Right"
|
||||
motto_enlightenment:0 "Enlightenment"
|
||||
motto_compassion:0 "Compassion"
|
||||
motto_inspiration:0 "Inspiration"
|
||||
|
||||
motto_harmony: "Harmony"
|
||||
motto_filial_piety: "Filial Piety"
|
||||
motto_balance: "Balance"
|
||||
motto_purity: "Purity"
|
||||
motto_emptiness: "Emptiness"
|
||||
motto_destiny: "Destiny"
|
||||
motto_discipline: "Discipline"
|
||||
motto_merit: "Merit"
|
||||
motto_rebirth: "Rebirth"
|
||||
motto_grace: "Grace"
|
||||
motto_mandate: "Mandate"
|
||||
motto_sincerity: "Sincerity"
|
||||
motto_justice: "Justice"
|
||||
motto_order: "Order"
|
||||
motto_law: "Law"
|
||||
motto_insight: "Insight"
|
||||
|
||||
# Immaterial Adjectives
|
||||
motto_honorable:0 "Honorable"
|
||||
motto_truthful:0 "Truthful"
|
||||
motto_triumphant:0 "Triumphant"
|
||||
motto_valorous:0 "Valorous"
|
||||
motto_strong:0 "Strong"
|
||||
motto_courageous:0 "Courageous"
|
||||
motto_mighty:0 "Mighty"
|
||||
motto_bold:0 "Bold"
|
||||
motto_victorious:0 "Victorious"
|
||||
motto_wise:0 "Wise"
|
||||
motto_vigilant:0 "Vigilant"
|
||||
motto_peaceful:0 "Peaceful"
|
||||
motto_good:0 "Good"
|
||||
motto_dreadful:0 "Dreadful"
|
||||
motto_persevering:0 "Persevering"
|
||||
motto_faithful:0 "Faithful"
|
||||
motto_pious:0 "Pious"
|
||||
motto_devoted:0 "Devoted"
|
||||
motto_forgiving:0 "Forgiving"
|
||||
motto_learned:0 "Learned"
|
||||
motto_loving:0 "Loving"
|
||||
motto_loyal:0 "Loyal"
|
||||
motto_noble:0 "Noble"
|
||||
motto_industrious:0 "Industrious"
|
||||
motto_stalwart:0 "Stalwart"
|
||||
motto_virtuous:0 "Virtuous"
|
||||
motto_cunning:0 "Cunning"
|
||||
motto_brave:0 "Brave"
|
||||
motto_calm:0 "Calm"
|
||||
|
||||
motto_harmonious: "Harmonious"
|
||||
motto_filial: "Filial"
|
||||
motto_disciplined: "Disciplined"
|
||||
motto_pure: "Pure"
|
||||
motto_graceful: "Graceful"
|
||||
motto_enlightened: "Enlightened"
|
||||
motto_balanced: "Balanced"
|
||||
motto_sincere: "Sincere"
|
||||
motto_meritorious: "Meritorious"
|
||||
motto_steadfast: "Steadfast"
|
||||
motto_tranquil: "Tranquil"
|
||||
|
||||
# the Immaterial Adjectives
|
||||
motto_the_honorable:0 "the Honorable"
|
||||
motto_the_truthful:0 "the Truthful"
|
||||
motto_the_triumphant:0 "the Triumphant"
|
||||
motto_the_valorous:0 "the Valorous"
|
||||
motto_the_strong:0 "the Strong"
|
||||
motto_the_courageous:0 "the Courageous"
|
||||
motto_the_mighty:0 "the Mighty"
|
||||
motto_the_bold:0 "the Bold"
|
||||
motto_the_victorious:0 "the Victorious"
|
||||
motto_the_wise:0 "the Wise"
|
||||
motto_the_vigilant:0 "the Vigilant"
|
||||
motto_the_peaceful:0 "the Peaceful"
|
||||
motto_the_good:0 "the Good"
|
||||
motto_the_dreadful:0 "the Dreadful"
|
||||
motto_the_persevering:0 "the Persevering"
|
||||
motto_the_faithful:0 "the Faithful"
|
||||
motto_the_pious:0 "the Pious"
|
||||
motto_the_devoted:0 "the Devoted"
|
||||
motto_the_forgiving:0 "the Forgiving"
|
||||
motto_the_learned:0 "the Learned"
|
||||
motto_the_loving:0 "the Loving"
|
||||
motto_the_loyal:0 "the Loyal"
|
||||
motto_the_noble:0 "the Noble"
|
||||
motto_the_industrious:0 "the Industrious"
|
||||
motto_the_stalwart:0 "the Stalwart"
|
||||
motto_the_virtuous:0 "the Virtuous"
|
||||
motto_the_cunning:0 "the Cunning"
|
||||
motto_the_brave:0 "the Brave"
|
||||
motto_the_calm:0 "the Calm"
|
||||
|
||||
motto_the_harmonious: "the Harmonious"
|
||||
motto_the_filial: "the Filial"
|
||||
motto_the_disciplined: "the Disciplined"
|
||||
motto_the_pure: "the Pure"
|
||||
motto_the_graceful: "the Graceful"
|
||||
motto_the_enlightened: "the Enlightened"
|
||||
motto_the_balanced: "the Balanced"
|
||||
motto_the_sincere: "the Sincere"
|
||||
motto_the_meritorious: "the Meritorious"
|
||||
motto_the_steadfast: "the Steadfast"
|
||||
motto_the_tranquil: "the Tranquil"
|
||||
|
||||
# Immaterial Adjectives + a or an
|
||||
motto_an_honorable:0 "an Honorable"
|
||||
motto_a_truthful:0 "a Truthful"
|
||||
motto_a_triumphant:0 "a Triumphant"
|
||||
motto_a_valorous:0 "a Valorous"
|
||||
motto_a_strong:0 "a Strong"
|
||||
motto_a_courageous:0 "a Courageous"
|
||||
motto_a_mighty:0 "a Mighty"
|
||||
motto_a_bold:0 "a Bold"
|
||||
motto_a_victorious:0 "a Victorious"
|
||||
motto_a_wise:0 "a Wise"
|
||||
motto_a_vigilant:0 "a Vigilant"
|
||||
motto_a_peaceful:0 "a Peaceful"
|
||||
motto_a_good:0 "a Good"
|
||||
motto_a_dreadful:0 "a Dreadful"
|
||||
motto_a_persevering:0 "a Persevering"
|
||||
motto_a_faithful:0 "a Faithful"
|
||||
motto_a_pious:0 "a Pious"
|
||||
motto_a_devoted:0 "a Devoted"
|
||||
motto_a_forgiving:0 "a Forgiving"
|
||||
motto_a_learned:0 "a Learned"
|
||||
motto_a_loving:0 "a Loving"
|
||||
motto_a_loyal:0 "a Loyal"
|
||||
motto_a_noble:0 "a Noble"
|
||||
motto_an_industrious:0 "an Industrious"
|
||||
motto_a_stalwart:0 "a Stalwart"
|
||||
motto_a_virtuous:0 "a Virtuous"
|
||||
motto_a_cunning:0 "a Cunning"
|
||||
motto_a_brave:0 "a Brave"
|
||||
motto_a_calm:0 "a Calm"
|
||||
|
||||
motto_a_harmonious: "a Harmonious"
|
||||
motto_a_filial: "a Filial"
|
||||
motto_a_disciplined: "a Disciplined"
|
||||
motto_a_pure: "a Pure"
|
||||
motto_a_graceful: "a Graceful"
|
||||
motto_an_enlightened: "an Enlightened"
|
||||
motto_a_balanced: "a Balanced"
|
||||
motto_a_sincere: "a Sincere"
|
||||
motto_a_meritorious: "a Meritorious"
|
||||
motto_a_steadfast: "a Steadfast"
|
||||
motto_a_tranquil: "a Tranquil"
|
||||
|
||||
# Noble Act
|
||||
motto_defend:0 "Defend"
|
||||
motto_protect:0 "Protect"
|
||||
motto_avenge:0 "Avenge"
|
||||
motto_help:0 "Help"
|
||||
motto_keep:0 "Keep"
|
||||
motto_watch_over:0 "Watch Over"
|
||||
motto_shield:0 "Shield"
|
||||
motto_guard:0 "Guard"
|
||||
motto_bless:0 "Bless"
|
||||
motto_support:0 "Support"
|
||||
motto_assist:0 "Assist"
|
||||
motto_heal:0 "Heal"
|
||||
motto_rule:0 "Rule"
|
||||
motto_govern:0 "Govern"
|
||||
motto_befriend:0 "Befriend"
|
||||
motto_teach:0 "Teach"
|
||||
motto_stand_by:0 "Stand By"
|
||||
motto_guide:0 "Guide"
|
||||
motto_aid:0 "Aid"
|
||||
motto_inspire:0 "Inspire"
|
||||
motto_champion:0 "Champion"
|
||||
motto_command:0 "Command"
|
||||
motto_sway:0 "Sway"
|
||||
motto_repay:0 "Repay"
|
||||
motto_serve:0 "Serve"
|
||||
motto_will:0 "Will"
|
||||
motto_prepare:0 "Prepare"
|
||||
motto_respect_verb:0 "Respect"
|
||||
motto_honor_verb:0 "Honor"
|
||||
motto_trust_verb:0 "Trust"
|
||||
|
||||
motto_harmonize: "Harmonize"
|
||||
motto_meditate: "Meditate"
|
||||
motto_revere: "Revere"
|
||||
motto_endure: "Endure"
|
||||
motto_cleanse: "Cleanse"
|
||||
motto_enlighten: "Enlighten"
|
||||
motto_pacify: "Pacify"
|
||||
motto_restore: "Restore"
|
||||
motto_transcend: "Transcend"
|
||||
|
||||
# Weapon
|
||||
motto_sword_word:0 "Sword"
|
||||
motto_axe:0 "Axe"
|
||||
motto_spear:0 "Spear"
|
||||
motto_bow:0 "Bow"
|
||||
motto_lance:0 "Lance"
|
||||
motto_hammer:0 "Hammer"
|
||||
|
||||
# the Weapon
|
||||
motto_the_sword_word:0 "the Sword"
|
||||
motto_the_axe:0 "the Axe"
|
||||
motto_the_spear:0 "the Spear"
|
||||
motto_the_bow:0 "the Bow"
|
||||
motto_the_lance:0 "the Lance"
|
||||
motto_the_hammer:0 "the Hammer"
|
||||
motto_the_pen:0 "the Pen"
|
||||
|
||||
# Appropriate Godname
|
||||
motto_god:0 "God"
|
||||
motto_the_perfected_ones:0 "the Perfected Ones"
|
||||
motto_the_divine:0 "the Divine"
|
||||
motto_the_gods:0 "the Gods"
|
||||
motto_custom_loc_god:0 "[CHARACTER.GetFaith.HighGodName]"
|
||||
|
||||
# Creature
|
||||
motto_wolf:0 "Wolf"
|
||||
motto_bear:0 "Bear"
|
||||
motto_eagle:0 "Eagle"
|
||||
motto_unicorn:0 "Unicorn"
|
||||
motto_dragon:0 "Dragon"
|
||||
motto_giant_snail:0 "Giant Snail"
|
||||
motto_lion:0 "Lion"
|
||||
motto_fox:0 "Fox"
|
||||
motto_tiger:0 "Tiger"
|
||||
motto_elephant:0 "Elephant"
|
||||
motto_hound:0 "Hound"
|
||||
motto_horse:0 "Horse"
|
||||
motto_ox:0 "Ox"
|
||||
motto_boar:0 "Boar"
|
||||
motto_leopard:0 "Leopard"
|
||||
motto_gazelle:0 "Gazelle"
|
||||
motto_hippopotamus:0 "Hippopotamus"
|
||||
motto_reindeer:0 "Reindeer"
|
||||
|
||||
# the Creature
|
||||
motto_the_wolf:0 "the Wolf"
|
||||
motto_the_bear:0 "the Bear"
|
||||
motto_the_eagle:0 "the Eagle"
|
||||
motto_the_unicorn:0 "the Unicorn"
|
||||
motto_the_dragon:0 "the Dragon"
|
||||
motto_the_giant_snail:0 "the Giant Snail"
|
||||
motto_the_lion:0 "the Lion"
|
||||
motto_the_fox:0 "the Fox"
|
||||
motto_the_tiger:0 "the Tiger"
|
||||
motto_the_elephant:0 "the Elephant"
|
||||
motto_the_hound:0 "the Hound"
|
||||
motto_the_horse:0 "the Horse"
|
||||
motto_the_ox:0 "the Ox"
|
||||
motto_the_boar:0 "the Boar"
|
||||
motto_the_leopard:0 "the Leopard"
|
||||
motto_the_gazelle:0 "the Gazelle"
|
||||
motto_the_hippopotamus:0 "the Hippopotamus"
|
||||
motto_the_reindeer:0 "the Reindeer"
|
||||
|
||||
# Annoying Action Verb
|
||||
motto_irritate:0 "Irritate"
|
||||
motto_irk:0 "Irk"
|
||||
motto_vex:0 "Vex"
|
||||
motto_bother:0 "Bother"
|
||||
motto_rile:0 "Rile"
|
||||
motto_pester:0 "Pester"
|
||||
motto_challenge:0 "Challenge"
|
||||
motto_defy:0 "Defy"
|
||||
motto_mock:0 "Mock"
|
||||
motto_face:0 "Face"
|
||||
|
||||
# Negative Nouns
|
||||
motto_envy:0 "Envy"
|
||||
motto_doubt:0 "Doubt"
|
||||
motto_malice:0 "Malice"
|
||||
motto_wanting:0 "Wanting"
|
||||
motto_wanting_adjective:0 "Wanting"
|
||||
motto_cruelty:0 "Cruelty"
|
||||
motto_greed:0 "Greed"
|
||||
motto_wrath:0 "Wrath"
|
||||
|
||||
motto_shame: "Shame"
|
||||
motto_attachment: "Attachment"
|
||||
motto_delusion: "Delusion"
|
||||
motto_ignorance: "Ignorance"
|
||||
motto_defilement: "Defilement"
|
||||
motto_dishonor: "Dishonor"
|
||||
motto_decay: "Decay"
|
||||
motto_hubris: "Hubris"
|
||||
motto_confusion: "Confusion"
|
||||
motto_regret: "Regret"
|
||||
motto_chaos: "Chaos"
|
||||
|
||||
# Negative Adjectives
|
||||
motto_envious:0 "Envious"
|
||||
motto_doubtful:0 "Doubtful"
|
||||
motto_malicious:0 "Malicious"
|
||||
motto_cruel:0 "Cruel"
|
||||
motto_greedy:0 "Greedy"
|
||||
motto_wrathful:0 "Wrathful"
|
||||
motto_fearful:0 "Fearful"
|
||||
|
||||
motto_ashamed: "Ashamed"
|
||||
motto_attached: "Attached"
|
||||
motto_deluded: "Deluded"
|
||||
motto_ignorant: "Ignorant"
|
||||
motto_defiled: "Defiled"
|
||||
motto_dishonored: "Dishonored"
|
||||
motto_decaying: "Decaying"
|
||||
motto_hubristic: "Hubristic"
|
||||
motto_confused: "Confused"
|
||||
motto_regretful: "Regretful"
|
||||
|
||||
|
||||
# Norse-specific
|
||||
# motto_odins_wisdom:0 "Odin's Wisdom"
|
||||
motto_allfathers_wisdom:0 "the Allfathers's Wisdom"
|
||||
motto_yulefathers_wisdom:0 "the Yulefathers's Wisdom"
|
||||
motto_the_emperors_wisdom:0 "the Emperor's Wisdom"
|
||||
#motto_odins_brilliance:0 "Odin's Brilliance"
|
||||
motto_odins_brilliance:0 "Odin's Brilliance"
|
||||
#motto_odins_frenzy:0 "Odin's Frenzy"
|
||||
motto_odins_frenzy:0 "Odin's Frenzy"
|
||||
#motto_odins_sorcery:0 "Odin's Sorcery"
|
||||
motto_odins_sorcery:0 "Odin's Sorcery"
|
||||
#motto_odins_eye:0 "Odin's One Eye"
|
||||
motto_odins_eye:0 "Odin's One Eye"
|
||||
#motto_odins_ravens:0 "Odin's Ravens"
|
||||
motto_odins_ravens:0 "Odin's Ravens"
|
||||
#motto_friggs_wisdom:0 "Frigg's Wisdom"
|
||||
motto_friggs_wisdom:0 "Frigg's Wisdom"
|
||||
#motto_friggs_loins:0 "Frigg's Bounteous Loins"
|
||||
motto_friggs_loins:0 "Frigg's Bounteous Loins"
|
||||
#motto_thors_strength:0 "Thor's Strength"
|
||||
motto_jesus_strength:0 "Jesus' Strength"
|
||||
#motto_thors_thunder:0 "Thor's Thunder"
|
||||
motto_jesus_thunder:0 "Jesus' Thunder"
|
||||
#motto_tyrs_prowess:0 "Tyr's Prowess"
|
||||
motto_jesus_prowess:0 "Jesus' Prowess"
|
||||
#motto_tyrs_bravery:0 "Tyr's Bravery"
|
||||
motto_jesus_bravery:0 "Jesus' Bravery"
|
||||
#motto_baldurs_light:0 "Baldr's Light"
|
||||
motto_baldrs_light:0 "Baldr's Light"
|
||||
motto_saint_elmos_fire:0 "Saint Elmo's Fire"
|
||||
motto_the_lions_light:0 "the Lion's Light"
|
||||
#motto_baldurs_purity:0 "Baldr's Purity"
|
||||
motto_baldrs_purity:0 "Baldr's Purity"
|
||||
#motto_baldurs_fairness:0 "Baldr's Fairness"
|
||||
motto_baldrs_fairness:0 "Baldr's Fairness"
|
||||
#motto_baldurs_wisdom:0 "Baldr's Wisdom"
|
||||
motto_baldrs_wisdom:0 "Baldr's Wisdom"
|
||||
#motto_baldurs_justice:0 "Baldr's Justice"
|
||||
motto_baldrs_justice:0 "Baldr's Justice"
|
||||
#motto_lokis_cunning:0 "Loki's Cunning"
|
||||
motto_mephistos_cunning:0 "Mephisto's Cunning"
|
||||
#motto_lokis_deceit:0 "Loki's Deceit"
|
||||
motto_mephistos_deceit:0 "Mephisto's deceit"
|
||||
#motto_heimdalls_sight:0 "Heimdall's Sight"
|
||||
motto_heimdalls_sight:0 "Heimdall's Sight"
|
||||
#motto_heimdalls_vigilance:0 "Heimdall's Vigilance"
|
||||
motto_heimdalls_vigilance:0 "Heimdall's Vigilance"
|
||||
#motto_freys_virility:0 "Frey's Virility"
|
||||
motto_freys_virility:0 "Frey's Virility"
|
||||
#motto_freys_wealth:0 "Frey's Wealth"
|
||||
motto_freys_wealth:0 "Frey's Wealth"
|
||||
#motto_freys_harvests:0 "Frey's Bountiful Harvests"
|
||||
motto_freys_harvests:0 "Frey's Bountiful Harvests"
|
||||
#motto_freys_peace:0 "Frey's Peace"
|
||||
motto_sankta_lucias_peace:0 "Sankta Lucia's Peace"
|
||||
#motto_freyas_love:0 "Freya's Love"
|
||||
motto_sankta_lucias_love:0 "Sankta Lucia's Love"
|
||||
#motto_freyas_beauty:0 "Freya's Beauty"
|
||||
motto_freyas_beauty:0 "Freya's Beauty"
|
||||
#motto_freyas_pleasure:0 "Freya's Pleasure"
|
||||
motto_freyas_witchcraft:0 "Freya's Witchcraft"
|
||||
#motto_freyas_witchcraft:0 "Freya's Witchcraft"
|
||||
motto_freyas_witchcraft:0 "Freya's Witchcraft"
|
||||
#motto_freyas_cats:0 "Freya's Cats"
|
||||
motto_freyas_cats:0 "Freya's Cats"
|
||||
#motto_freyas_prophecy:0 "Freya's Prophecy"
|
||||
motto_freyas_prophecy:0 "Freya's Prophecy"
|
||||
#motto_vidars_vengeance:0 "Vidar's Vengeance"'
|
||||
motto_vidars_vengeance:0 "Vidar's Vengeance"
|
||||
#motto_vidars_silence:0 "Vidar's Silence"
|
||||
motto_vidars_silence:0 "Vidar's Silence"
|
||||
#motto_bragis_poetry:0 "Bragi's Poetry"
|
||||
motto_bragis_poetry:0 "Bragi's Poetry"
|
||||
#motto_bragis_music:0 "Bragi's Music"
|
||||
motto_bragis_music:0 "Bragi's Music"
|
||||
#motto_hels_darkness:0 "Hel's Darkness"
|
||||
motto_hels_darkness:0 "Hel's Darkness"
|
||||
#motto_njords_seas:0 "Njord's Rich Seas"
|
||||
motto_the_ladys_seas:0 "the Lady's Rich Seas"
|
||||
#motto_njords_wealth:0 "Njord's Wealth"
|
||||
motto_njords_wealth:0 "Njord's Wealth"
|
||||
#motto_mimirs_knowledge:0 "Mimir's Knowledge"
|
||||
motto_fausts_knowledge:0 "Fausts's Knowledge"
|
||||
#motto_hodurs_trustiness:0 "Hodur's Trustiness"
|
||||
motto_hodurs_trustiness:0 "Hodur's Trustiness"
|
||||
#motto_ratatoskrs_two_front_teeth:0 "Ratatoskr's Two Front Teeth"
|
||||
motto_ratatoskrs_two_front_teeth:0 "Ratatoskr's Two Front Teeth"
|
||||
|
||||
# Scripted
|
||||
dynn_Briain_motto:0 "The Strong Hand From Above"
|
||||
dynn_Habsburg_motto:0 "A.E.I.O.U."
|
||||
dynn_Canossa_motto:0 "When the Dog Will End His Bone, House Canossa Will End"
|
||||
dynn_Hauteville_motto:0 "God's Hand Made Wonders, God's Hand Made Me"
|
||||
dynn_Renart_motto:0 "Cunning as the Fox"
|
||||
dynn_Tengil_motto:0 "All makt åt Tengil, vår befriare!"
|
||||
#Paraphrasing Alfred the Great:
|
||||
dynn_Wessex_motto:0 "What punishments may befall us when we do not cherish or transmit learning?"
|
||||
dynn_normandie_motto: "Let the Lightning of Thy Glory Flash"
|
||||
|
||||
# EP4 New
|
||||
|
||||
# Abstract Place
|
||||
motto_insert_heart: "the Heart"
|
||||
motto_insert_will: "the Will"
|
||||
motto_insert_soul: "the Soul"
|
||||
motto_insert_way: "the Way"
|
||||
motto_insert_mind: "the Mind"
|
||||
motto_insert_family: "the Family"
|
||||
motto_insert_people: "the People"
|
||||
motto_insert_body: "the Body"
|
||||
motto_insert_rule: "the Rule"
|
||||
motto_insert_reward: "the Reward"
|
||||
motto_insert_flesh: "the Flesh"
|
||||
|
||||
# Mottos
|
||||
motto_from_noun_noun: "From $1$, $2$"
|
||||
motto_the_noun_of_noun: "The $1$ of $2$"
|
||||
motto_bound_unbroken: "Bound by $1$, Unbroken in $2$"
|
||||
motto_let_noun_burn_let_negative_noun_fade: "Let $1$ Burn Bright, Let $2$ Fade"
|
||||
motto_through_noun_legacy: "Through $1$, $2$"
|
||||
motto_tree_endure: "Like the $1$, We $2$"
|
||||
motto_born_from_living_land_crowned_by_noun: "Born from $1$, Crowned by $2$"
|
||||
motto_with_noun_noun: "With $1$, $2$"
|
||||
motto_heaven_favors_adjective: "Heaven Favors $1$"
|
||||
motto_noun_shapes_dynastic_fate: "$1$ Shapes $2$"
|
||||
motto_let_noun_temper_negative_noun: "Let $1$ Temper $2$"
|
||||
motto_when_the_negative_noun_breaks_noun_rises: "When the $1$ Breaks, $2$ Rises"
|
||||
motto_in_stillness_noun: "In $1$, $2$"
|
||||
motto_adjective_weapon_for_adjective: "$1|U$ $2$ for $3$"
|
||||
motto_let_noun_reside_in_place: "Let $1$ Reside in $2$"
|
||||
motto_remember_the_noun_of_founder: "Praise the $1$ of [CHARACTER.GetFirstName]"
|
||||
motto_cultivate_noun_and_noun_will_follow: "Cultivate $1$ and $2$ Will Follow"
|
||||
motto_noun_is_the_foundation_of_place: "$1|U$ is the Foundation of $2$"
|
||||
motto_begin_with_noun: "Begin with $1$"
|
||||
motto_study_noun_to_govern_the_place: "Study $1$ to Govern $2$"
|
||||
motto_x_is_the_root_of_y: "$1$ is the Root of $2$"
|
||||
motto_when_x_is_absent_y_remains: "When $1$ is Absent, $2$ Remains"
|
||||
motto_the_sage_x_without_y: "The $1$ Endures Without $2$"
|
||||
motto_where_x_grows_y_may_follow: "Where $1$ Grows, $2$ May Follow"
|
||||
motto_x_is_a_flame_y_is_ash: "$1$ is a Flame, $2$ the Ash"
|
||||
motto_x_is_still_like_y: "$1|U$ is Still Like $2$"
|
||||
|
||||
# Inserts
|
||||
motto_insert_eternal_peace: "Eternal Peace"
|
||||
motto_insert_rightful_dominion: "Rightful Dominion"
|
||||
motto_insert_glorious_purpose: "Glorious Purpose"
|
||||
motto_insert_divine_favor: "Divine Favor"
|
||||
motto_insert_deathless_name: "Deathless Name"
|
||||
motto_insert_undying_truth: "Undying Truth"
|
||||
motto_insert_shining_lineage: "Shining Lineage"
|
||||
motto_insert_eternal_renown: "Eternal Renown"
|
||||
motto_insert_banyan_spirit: "Ancient Banyan"
|
||||
motto_insert_flowering_bodhi: "Flowering Bodhi"
|
||||
motto_insert_jade_rooted_fig: "Jade-Rooted Fig"
|
||||
motto_insert_ancestral_trunk: "Ancestral Trunk"
|
||||
motto_insert_grow_in_silence: "Grow in Silence"
|
||||
motto_insert_weather_all_storms: "Weather All Storms"
|
||||
motto_insert_resist_the_axe: "Resist the Axe"
|
||||
motto_insert_keep_our_name: "Keep Our Name"
|
||||
motto_insert_fertile_jungle: "Fertile Jungle"
|
||||
motto_insert_whispering_soil: "Whispering Soil"
|
||||
motto_insert_ancient_river: "Ancient River"
|
||||
motto_insert_flame_touched_isle: "Flame-Touched Isle"
|
||||
motto_insert_eternal_mandate: "Mandate"
|
||||
motto_insert_chosen_legacy: "Legacy"
|
||||
motto_insert_celestial_rise: "Celestial Rise"
|
||||
motto_insert_proper_rule: "Proper Rule"
|
||||
motto_insert_deep_breath: "Deep Breaths"
|
||||
motto_insert_winter_pond: "Winter Ponds"
|
||||
motto_insert_drawn_bow: "Fated Arrows"
|
||||
motto_insert_morning_frost: "Morning Frost"
|
||||
motto_insert_autumn_water: "Autumn Water"
|
||||
motto_insert_winter_moon: "Winter Moonshine"
|
||||
motto_insert_spring_rain: "Spring Rain"
|
||||
|
||||
|
||||
# Scripted (Easter Egg)
|
||||
dynn_Oltner_motto:0 "Hungry Like the Duck"
|
||||
dynn_Anward_motto:0 "Words Can Bring Down Empires"
|
||||
dynn_Tisander_motto:0 "We may Forgive, but never Forget"
|
||||
dynn_BjO_rk_motto:0 "More is More"
|
||||
dynn_Potapczyk_motto:1 "Whomst Queried"
|
||||
dynn_Carlberg_motto:0 "Happy Little Accidents"
|
||||
dynn_Horler_motto:0 "Technically an Artist"
|
||||
dynn_Cowhig_Croft_motto:0 "We Are an Ocean of Calm"
|
||||
dynn_Clohessy_motto:0 "Yesterday Ended, Eternal Tomorrow"
|
||||
dynn_Ilwham_motto:0 "By Wine and Facts"
|
||||
dynn_Andersson_motto:0 "Oderint dum Metuant"
|
||||
dynn_Thimren_motto:0 "Lonely Flower Blooms"
|
||||
dynn_Bjarnehed_motto:0 "..."
|
||||
dynn_Vilberg_motto:0 "Advance in All Directions"
|
||||
dynn_Olbers_motto:0 "Acceptable"
|
||||
dynn_Depre_motto:0 "From the Ashes a Fire Shall be Woken"
|
||||
dynn_Lane_motto:0 "We Choose Violence"
|
||||
dynn_Tiger_motto:0 "Enjoy the Silence"
|
||||
dynn_Frostwhisper_motto:0 "We are Immortal until we Die"
|
||||
dynn_Schlegel_motto:0 "To My Sole Desire"
|
||||
dynn_Lundh_motto:1 "Confidimus in Capris"
|
||||
dynn_wickerstrom_motto:0 "The sea of the North is my sea"
|
||||
dynn_Brock_motto:0 "I Hope to Speed"
|
||||
dynn_Sorokin_motto:0 "The Book Written in the Stars"
|
||||
dynn_Meredith_motto:0 "Veni, Vidi, Castratavi Illegitimos"
|
||||
dynn_Carrick_motto:0 "Get it over with!"
|
||||
dynn_Riggott_motto:0 "Non Commendatae"
|
||||
dynn_Anna_Johansson_motto:0 "Everything is Terrible"
|
||||
dynn_Majewski_motto:0 "The Lion Would Never Ally with the Wolf"
|
||||
dynn_Kacprzak_motto:0 "Their Bodies Covered by Iron, their Souls by Faith"
|
||||
dynn_Leirnes_motto:0 "Will is the Power"
|
||||
dynn_Jonsson_motto:0 "The Quickest way to a Man's Heart is Through his Guts"
|
||||
dynn_du_welz_motto:0 "Honor over Honors"
|
||||
dynn_Bialecki_motto:0 "As the Phoenix"
|
||||
dynn_Mauffrey_motto:0 "C'est pas faux"
|
||||
dynn_Stadler_motto:0 "In Lust We Trust"
|
||||
dynn_Lohman_motto:0 "All Fools are not yet Dead"
|
||||
dynn_Daniel_Moore_motto:0 "Less is Moore"
|
||||
dynn_Byczynski_motto:0 "Whether you Think you can, or Think you can't, you're Right"
|
||||
dynn_Gardener_motto:0 "Glory through Preparation"
|
||||
dynn_Johanneson_motto:0 "Live Like an Angel, Die Like a Devil"
|
||||
dynn_Boestad_motto:0 "Sun Sees You"
|
||||
dynn_Wadensten_motto:0 "Art Conquers All"
|
||||
dynn_Andreas_Olsson_motto:0 "One More for the Road"
|
||||
dynn_Savazzi_motto:0 "Casa Accogliente, Spada Tagliente"
|
||||
dynn_lohmander_motto:0 "Heaven Cannot Brook Two Suns, Nor Earth Two Masters"
|
||||
dynn_Ismael_Serrano_motto:0 "Ezagutza Boterea Da"
|
||||
dynn_Rowe_motto:0 "Together we Prosper"
|
||||
dynn_Riedinger_motto:0 "Bravery in the Face of your Enemies, Inspire your People and Protect the ones you Love"
|
||||
dynn_Wendel_motto:0 "Saevitas Wendelicus"
|
||||
dynn_Daflos_motto:0 "Forward!"
|
||||
dynn_Collin_motto:0 "I do Happy Little Accidents"
|
||||
dynn_Harris_motto:0 "Holders of Quill and Sword"
|
||||
dynn_Cywinski_motto:0 "The Bigger, the Stronger"
|
||||
dynn_Kaltsogiannis_motto:0 "Once more, as years and time go by, once more they shall be ours"
|
||||
dynn_Springmountain_motto:1 "The $dynn_Springmountain$ Clan is Naught to Trifle With"
|
||||
dynn_CederslA_tt_motto:0 "Plentiful shall the bowl of fruit be"
|
||||
dynn_Borg_motto:0 "You only regret what you didn't attempt"
|
||||
dynn_Belfort_motto:0 "We are all leaders"
|
||||
dynn_Welch_motto:0 "World be my Footstool!"
|
||||
dynn_Holmgren_motto:0 "If you have nothing meaningful to say, then stay silent"
|
||||
dynn_Baldassi_motto:0 "Facere aut non Facere"
|
||||
dynn_blomberg_motto:0 "Upwards Lies our Salvation"
|
||||
dynn_Parkin_motto:0 "Amyclis ipsis taciturnior"
|
||||
dynn_Bochenek_motto:0 "You're getting Bread"
|
||||
dynn_Opara_motto:0 "A Mass for thee a Feast for me!"
|
||||
dynn_Mierzwa_motto:0 "Don't be who you would hate to meet"
|
||||
dynn_Lechnata_motto:0 "Remain Watchful of thy Shadow"
|
||||
dynn_Poreba_motto:0 "Choose Wisely"
|
||||
dynn_Windahl_motto:0 "Perun has taught me all"
|
||||
dynn_McCallum_motto:0 "He has attempted difficult things"
|
||||
dynn_Deneche_motto:0 "Question Everything, know Nothing"
|
||||
dynn_Johansson_3_motto:0 "Veni, vidi, bibi"
|
||||
dynn_Beaumont_vanity_motto:0 "O' woe, what's this?"
|
||||
dynn_andriamasinavalona_motto:0 "The border of my rice fields is the sea"
|
||||
dynn_Shefket_vanity_motto:0 "In Vino Veritas"
|
||||
dynn_Strom_motto: "Wish you were Beer"
|
||||
|
||||
dynn_brantevik_vanity_motto:0 "Those who dwell among the beauties and mysteries of the earth are never alone or weary of life"
|
||||
|
||||
|
||||
dynn_Cortell_vanity_motto:0 "Family is unity, unity is fortitude"
|
||||
dynn_Arvidsson_Radestig_motto:0 "Valhalla Can Wait"
|
||||
dynn_Newcombe_motto:0 "Words Words Words"
|
||||
dynn_Zenko_motto:0 "Within innocence lies betrayal"
|
||||
dynn_Runge_Moller_motto:0 "Where the Ducks Turn"
|
||||
dynn_Bragalini_motto:0 "Nothing will be forgotten"
|
||||
dynn_Wickman_motto:0 "Live like a bear, die a wolf"
|
||||
dynn_Astrup_Hallkvist_motto:0 "Swords, not Words"
|
||||
dynn_Voleau_motto:0 "When it's not one, it's the other"
|
||||
dynn_Berg_Hulthen_vanity_motto:0 "It's fine"
|
||||
dynn_Stokic_motto:1 "Whilom, the ear attentive outweighs the mouth loquacious."
|
||||
dynn_markovic_motto: "Life is short, eat dessert first... and second."
|
||||
|
||||
dynn_Uhl_motto:0 "I lean on my spear and drink"
|
||||
dynn_Cantalini_motto:0 "We've Made a Huge Mistake"
|
||||
dynn_Melosso_motto:0 "Life will get better, but it will never be good"
|
||||
dynn_Kowalczyk_motto:0 "Any choice is right, so long as it's willed. That's the truth."
|
||||
dynn_Jorstedt_motto:0 "If you do not like what is being said, change the conversation"
|
||||
dynn_Pazos_motto:0 "Nescit Cedere"
|
||||
dynn_Matsdotter_motto:0 "Zephyrus est Optimus"
|
||||
dynn_Ribeiro_motto: "Life is as it is, not as you will it"
|
||||
dynn_Granholm_motto: "Orsa company promises nothing definite"
|
||||
dynn_Bean_motto:0 "You Speak First"
|
||||
dynn_Hedberg_motto:0 "We're always better together"
|
||||
dynn_Versekys_motto:0 "To hell with it!"
|
||||
dynn_Drake_motto:1 "Aquila Non Captat Muscas"
|
||||
dynn_Husen_motto:0 "Keep your head up and trot along"
|
||||
dynn_Lopez_motto: "No Mead For Me, Please!"
|
||||
dynn_verdugo_motto: "We are closer than we know"
|
||||
dynn_Velasquez_motto: "Every turd has its flies"
|
||||
dynn_Passoni_motto: "Always Eat and Feast"
|
||||
dynn_Mannetje_motto: "Cras Est Alius Dies"
|
||||
dynn_Le_Jensen_motto: "Try hard, go far, in the end it will matter"
|
||||
dynn_bure_motto: "Virtue is true honour"
|
||||
dynn_Atasoy_motto: "All that is Serpentine does not Slither"
|
||||
dynn_tolman_motto: "It tolls for thee"
|
||||
dynn_lilja_motto: "Did I Ask?"
|
||||
dynn_gottfredsson_motto: "If You Have to Ask, Please Don't"
|
||||
dynn_freddi_motto: "For the rising sun and the moon"
|
||||
dynn_albarn_motto: "Help I Can't Think"
|
||||
dynn_dzediti_motto: "Better Dead Than Designer"
|
||||
dynn_Frostewarn_motto: "Together, Against the Storm, Steadfast and True"
|
||||
dynn_collinder_motto: "Only a fool Subscribes to Moronic Minds"
|
||||
|
||||
dynn_Yamato_motto: "Harmony is to be Valued"
|
||||
dynn_Minamoto_Seiwa_motto: "Namu Hachiman Daibosatsu"
|
||||
dynn_Taira_Kanmu_motto: "Pray for Rebirth in Paradise"
|
||||
dynn_Fujiwara_motto: "Like a Never-Waning Full Moon"
|
||||
dynn_tosunyan_motto: "Everything will pass."
|
||||
|
|
@ -7135,6 +7135,52 @@
|
|||
cn_targu_mures:0 "Târgu Mureș"
|
||||
cn_regen:0 "Regen"
|
||||
cn_reghin:0 "Reghin"
|
||||
cn_hunyad:0 "Hunyad"
|
||||
cn_hunyad_adj:0 "Hunyadi"
|
||||
cn_petroschen:0 "Petroschen"
|
||||
cn_petrozseny:0 "Petrozsény"
|
||||
cn_diemrich:0 "Diemrich"
|
||||
cn_deva:0 "Déva"
|
||||
cn_siebenburgen:0 "Siebenbürgen"
|
||||
cn_siebenburgen_adj:0 "Siebenbürgener"
|
||||
cn_erdely:0 "Erdély"
|
||||
cn_erdely_adj:0 "Erdélian"
|
||||
cn_karlsburg:0 "Karlsburg"
|
||||
cn_karlsburg_adj:0 "Karlsburger"
|
||||
cn_feher:0 "Fehér"
|
||||
cn_feher_adj:0 "Fehérian"
|
||||
|
||||
cn_gyulafehervar:0 "Gyulafehérvár"
|
||||
cn_blasendorf:0 "Blasendorf"
|
||||
cn_balazsfalva:0 "Balázsfalva"
|
||||
cn_muhlbach:0 "Mühlbach"
|
||||
cn_szaszsebes:0 "Szászsebes"
|
||||
cn_grossschlatten:0 "Großschlatten"
|
||||
cn_abrudbanya:0 "Abrudbánya"
|
||||
cn_aranyosbanya:0 "Aranyosbánya"
|
||||
cn_offenburg:0 "Offenburg"
|
||||
cn_kolozsvar:0 "Kolozsvár"
|
||||
cn_kolozs:0 "Kolozs"
|
||||
cn_kolozs_adj:0 "Kolozsian"
|
||||
cn_klausenburg:0 "Klausenburg"
|
||||
cn_klausenburg_adj:0 "Klausenburger"
|
||||
cn_thorenburg:0 "Thorenburg"
|
||||
cn_torda:0 "Torda"
|
||||
cn_des:0 "Dés"
|
||||
cn_desch:0 "Desch"
|
||||
cn_szamosujvar:0 "Szamosújvár"
|
||||
cn_neuschloss:0 "Neuschloss"
|
||||
cn_banffyhunyad:0 "Bánffyhunyad"
|
||||
cn_heynod:0 "Heynod"
|
||||
cn_besztercenaszod:0 "Beszterce-Naszód"
|
||||
cn_besztercenaszod_adj:0 "Beszterce-Naszódian"
|
||||
cn_bistritznassod:0 "Bistritz-Nassod"
|
||||
cn_bistritznassod_adj:0 "Bistritz-Nassodian"
|
||||
cn_naszod:0 "Naszód"
|
||||
cn_nassod:0 "Nassod"
|
||||
cn_feher:0 "Fehér"
|
||||
cn_feher_adj:0 "Fehérian"
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -3552,7 +3552,7 @@
|
|||
b_abrahamtelke:0 "Ábrahámtelke"
|
||||
b_abraj:0 "Abraj"
|
||||
b_abri:0 "Abri"
|
||||
b_abrudbanya:0 "Abrudbánya"
|
||||
b_abrudbanya:0 "Abrud"
|
||||
b_abs:0 "Abs"
|
||||
b_absheron:0 "Absheron"
|
||||
b_abtaa:0 "Abtaa"
|
||||
|
|
@ -5061,7 +5061,7 @@
|
|||
b_buckenham:0 "Buckenham"
|
||||
b_buckfast:0 "Buckfast"
|
||||
b_bucu:0 "Bucu"
|
||||
b_bucuresti:2 "Slobozia"
|
||||
b_bucuresti:2 "București"
|
||||
b_budejovice:0 "Budejovice"
|
||||
b_budhkula:0 "Budhkula"
|
||||
b_budin:0 "Budin"
|
||||
|
|
@ -5616,7 +5616,7 @@
|
|||
b_cuijck:0 "Cuijck"
|
||||
b_cuisery:0 "Cuisery"
|
||||
b_cuixa:0 "Cuixà"
|
||||
b_cujmir:0 "Cujmir"
|
||||
b_cujmir:0 "Vânju Mare"
|
||||
b_cukataw:0 "Cükätaw"
|
||||
b_cukksual:0 "Ču'kksuâl"
|
||||
b_culzean:0 "Culzean"
|
||||
|
|
@ -5976,7 +5976,7 @@
|
|||
b_draaelmizan:0 "Draa el Mizan"
|
||||
b_dradate:0 "Dradate"
|
||||
b_drafn:0 "Drammen"
|
||||
b_dragasani:0 "Drăgășani"
|
||||
b_dragasani:0 "Filiași"
|
||||
b_draksharama:0 "Draksharama"
|
||||
b_drama:0 "Drama"
|
||||
b_dramburg:0 "Dramburg"
|
||||
|
|
@ -6315,7 +6315,7 @@
|
|||
b_fearn:0 "Fearn"
|
||||
b_fedje:0 "Fedje"
|
||||
b_fedosyevo:0 "Fedosyevo"
|
||||
b_feher:0 "Fehér"
|
||||
b_feher:0 "Alba Iulia"
|
||||
b_feifa:0 "Feifa"
|
||||
b_felanitx:0 "Felanitx"
|
||||
b_fellin:0 "Fellin"
|
||||
|
|
@ -6342,7 +6342,7 @@
|
|||
b_figueras:0 "Figueres"
|
||||
b_figuig:0 "Figuig"
|
||||
b_filakit:0 "Filakit"
|
||||
b_filiasi:0 "Filiași"
|
||||
b_filiasi:0 "Târgu Cărbunești"
|
||||
b_filitosa:0 "Filitosa"
|
||||
b_filoti:0 "Filoti"
|
||||
b_fin:0 "Fin"
|
||||
|
|
@ -6629,7 +6629,7 @@
|
|||
b_glastonbury:0 "Glastonbury"
|
||||
b_glatz:0 "Glatz"
|
||||
b_glaumbaer:0 "Glaumbaer"
|
||||
b_glavacioc:0 "Glavacioc"
|
||||
b_glavacioc:0 "Alexandria"
|
||||
b_glaz:0 "Glaž"
|
||||
b_glazkar:0 "Glazkar"
|
||||
b_gleden:0 "Gleden"
|
||||
|
|
@ -6715,7 +6715,7 @@
|
|||
b_gournay:0 "Gournay"
|
||||
b_govardhan:0 "Govardhan"
|
||||
b_govindanahalli:0 "Govindanahalli"
|
||||
b_govora:0 "Govora"
|
||||
b_govora:0 "Drăgășani"
|
||||
b_gozareh:0 "Gozareh"
|
||||
b_gozo:0 "Castrum Maris"
|
||||
b_grabow:0 "Ostrzeszów"
|
||||
|
|
@ -10247,7 +10247,7 @@
|
|||
b_pistoia:0 "Pistoia"
|
||||
b_pistorja:1 "Pistoia"
|
||||
b_pitea:0 "Piteå"
|
||||
b_pitesti:0 "Pitesti"
|
||||
b_pitesti:0 "Pitești"
|
||||
b_pithapuram:0 "Pithapuram"
|
||||
b_pithom:0 "Pithom"
|
||||
b_pitigliano:0 "Pitigliano"
|
||||
|
|
@ -10298,7 +10298,7 @@
|
|||
b_polohy:0 "Polohy"
|
||||
b_polonnaruwa:0 "Polonnaruwa"
|
||||
b_polotsk:0 "Polotsk"
|
||||
b_polovragi:0 "Polovragi"
|
||||
b_polovragi:0 "Râmnicu Vâlcea"
|
||||
b_poltsamaa:0 "Poltsamaa"
|
||||
b_polvorosa:0 "Polvorosa"
|
||||
b_polybotos:0 "Polybotos"
|
||||
|
|
@ -10552,7 +10552,7 @@
|
|||
b_radnor:0 "Radnor"
|
||||
b_radom:0 "Radom"
|
||||
b_radomsko:0 "Radomsko"
|
||||
b_radovanu:0 "Radovanu"
|
||||
b_radovanu:0 "Oltenița"
|
||||
b_radwan:0 "Radwan"
|
||||
b_radziejow:0 "Radziejów"
|
||||
b_rafah:0 "Rafah"
|
||||
|
|
@ -10850,7 +10850,7 @@
|
|||
b_rusellae:0 "Rusellae"
|
||||
b_rushen:0 "Rushen"
|
||||
b_rusi:0 "Rusi"
|
||||
b_rusii_de_vede:0 "Rusii de Vede"
|
||||
b_rusii_de_vede:0 "Roșiorii de Vede"
|
||||
b_ruskeala:0 "Ruskeala"
|
||||
b_russ:0 "Russ"
|
||||
b_russeifa:0 "Russeifa"
|
||||
|
|
@ -12513,7 +12513,7 @@
|
|||
b_turnberry:0 "Turnberry"
|
||||
b_turnov:0 "Turnov"
|
||||
b_turnovo:0 "Tarnovgrad"
|
||||
b_turnu:0 "Turnu"
|
||||
b_turnu:0 "Turnu Măgurele"
|
||||
b_turoc:0 "Turóc"
|
||||
b_turov:0 "Turov"
|
||||
b_tursi:0 "Tursi"
|
||||
|
|
@ -13355,7 +13355,7 @@
|
|||
b_zolotonosha:0 "Zolotonosha"
|
||||
b_zolyom:0 "Zólyom"
|
||||
b_zombor:0 "Zombor"
|
||||
b_zoresti:0 "Zorești"
|
||||
b_nehoiu:0 "Nehoiu"
|
||||
b_zorgho:0 "Zorgho"
|
||||
b_zoropassos:0 "Zoropassos"
|
||||
b_zouerat:0 "Zouérat"
|
||||
|
|
@ -13810,8 +13810,8 @@
|
|||
c_bryansk_adj:0 "Bryanskian"
|
||||
c_brysis:0 "Kırklareli"
|
||||
c_brysis_adj:0 "Kırklarelili"
|
||||
c_bucuresti:2 "Ialomita"
|
||||
c_bucuresti_adj:2 "Ialomitian"
|
||||
c_bucuresti:2 "București"
|
||||
c_bucuresti_adj:2 "Bucureștian"
|
||||
c_buhairya:0 "Buhairya"
|
||||
c_buhairya_adj:0 "Buhairyan"
|
||||
c_bukhara:0 "Bukhara"
|
||||
|
|
@ -13847,8 +13847,8 @@
|
|||
c_calarasi_adj:0 "Călărașian"
|
||||
c_camarda:0 "Camarda"
|
||||
c_camarda_adj:0 "Camardan"
|
||||
c_campulung:1 "Târgoviște"
|
||||
c_campulung_adj:1 "Târgoviștian"
|
||||
c_campulung:1 "Dâmbovița"
|
||||
c_campulung_adj:1 "Dâmbovițan"
|
||||
c_canavese:0 "Canavese"
|
||||
c_canavese_adj:0 "Canavese"
|
||||
c_canda:0 "Canda"
|
||||
|
|
@ -14137,8 +14137,8 @@
|
|||
c_farrah_adj:0 "Farrahian"
|
||||
c_fars:0 "Fars"
|
||||
c_fars_adj:0 "Farsi"
|
||||
c_feher:1 "Fehér"
|
||||
c_feher_adj:1 "Fehérian"
|
||||
c_feher:1 "Alba"
|
||||
c_feher_adj:1 "Alban"
|
||||
c_fejer:0 "Fejer"
|
||||
c_fejer_adj:0 "Fejerian"
|
||||
c_fergana:0 "Fergana"
|
||||
|
|
@ -14231,8 +14231,8 @@
|
|||
c_ghur:0 "Ghur"
|
||||
c_gilan:0 "Gilan"
|
||||
c_gilan_adj:0 "Gilanian"
|
||||
c_giurgiu:0 "Giurgiu"
|
||||
c_giurgiu_adj:0 "Giurgian"
|
||||
c_giurgiu:0 "Teleorman"
|
||||
c_giurgiu_adj:0 "Teleormanian"
|
||||
c_gizeh:0 "Gizeh"
|
||||
c_gizeh_adj:0 "Gizehian"
|
||||
c_gleichenstein:0 "Gleichenstein"
|
||||
|
|
@ -15314,8 +15314,8 @@
|
|||
c_polesine_adj:0 "Polesinian"
|
||||
c_polotsk:0 "Polotsk"
|
||||
c_polotsk_adj:0 "Polotskian"
|
||||
c_polovragi:0 "Polovragi"
|
||||
c_polovragi_adj:0 "Polovragian"
|
||||
c_polovragi:0 "Vâlcea"
|
||||
c_polovragi_adj:0 "Vâlcean"
|
||||
c_pcinja:1 "Pčinja"
|
||||
c_pcinja_adj:1 "Pčinjan"
|
||||
c_boka:0 "Boka"
|
||||
|
|
@ -15750,8 +15750,8 @@
|
|||
c_tabaristan_adj:0 "Tabaristani"
|
||||
c_tabassa:0 "Tabassa"
|
||||
c_tabassa_adj:0 "Tabassan"
|
||||
c_tabla_butii:0 "Tabla Buții"
|
||||
c_tabla_butii_adj:0 "Tabla Buțiian"
|
||||
c_prahova:0 "Prahova "
|
||||
c_prahova_adj:0 "Prahovan"
|
||||
c_tabriz:0 "Tabriz"
|
||||
c_tabriz_adj:0 "Tabrizian"
|
||||
c_tabuk:0 "Tabuk"
|
||||
|
|
@ -15792,8 +15792,8 @@
|
|||
c_karahataka_adj:0 "Karahataka"
|
||||
c_taranto:0 "Taranto"
|
||||
c_taranto_adj:0 "Tarantian"
|
||||
c_targu_jiu:0 "Târgu Jiu"
|
||||
c_targu_jiu_adj:0 "Târgu Jiuan"
|
||||
c_targu_jiu:0 "Gorj"
|
||||
c_targu_jiu_adj:0 "Gorji"
|
||||
c_tarnowska:0 "Tarnów"
|
||||
c_tarnowska_adj:0 "Tarnowski"
|
||||
c_rzeszow:0 "Rzeszów"
|
||||
|
|
@ -18253,8 +18253,8 @@
|
|||
c_astrakhan_adj:0 "Astrakhani"
|
||||
c_beksima:0 "Beksima"
|
||||
c_beksima_adj:0 "Beksiman"
|
||||
c_khumar:0 "Khumar"
|
||||
c_khumar_adj:0 "Khumari"
|
||||
c_khumar:0 "Kuban"
|
||||
c_khumar_adj:0 "Kuban"
|
||||
c_cabardinia:0 "Nalchik"
|
||||
c_cabardinia_adj:0 "Nalchik"
|
||||
c_maghas:0 "Armavir"
|
||||
|
|
@ -18321,11 +18321,11 @@
|
|||
b_khazaran:0 "Khazaran"
|
||||
b_beksima:0 "Beksima"
|
||||
b_yenotayevka:0 "Yenotayevka"
|
||||
b_papagia:0 "Papagia"
|
||||
b_papagia:0 "Kropotkin"
|
||||
b_soleny:0 "Timashevsk"
|
||||
b_yaseni:0 "Yaseni"
|
||||
b_chelbaska:0 "Chelbaska"
|
||||
b_tikhon:0 "Tikhon"
|
||||
b_yaseni:0 "Yeysk"
|
||||
b_chelbaska:0 "Kanevskaya"
|
||||
b_tikhon:0 "Tikhoretsk"
|
||||
b_manych:0 "Vesyloy"
|
||||
b_chamchev:0 "Zernograd"
|
||||
b_yergolyk:0 "Yergolykskaya"
|
||||
|
|
@ -19464,13 +19464,13 @@
|
|||
b_al-uqayr:0 "Al-Uqayr"
|
||||
b_al-wajh:0 "Al-Wajh"
|
||||
b_alsoverecke:0 "Alsóverecke"
|
||||
b_alvinc:0 "Alvinc"
|
||||
b_alvinc:0 "Sebeș"
|
||||
b_an-nabak:0 "An-Nabak"
|
||||
b_an-nibaj:0 "An-Nibaj"
|
||||
b_aqiq_tamra:0 "Aqiq Tamra"
|
||||
b_ar-rayda:0 "Ar-Rayda"
|
||||
b_ar-ruqaii:0 "Ar-Ruqai'i"
|
||||
b_aranyosbanya:0 "Aranyosbánya"
|
||||
b_aranyosbanya:0 "Baia de Arieș"
|
||||
b_arva:1 "Orava"
|
||||
b_as-safra:0 "As-Safra'"
|
||||
b_as-salila:0 "As-Salila"
|
||||
|
|
@ -19492,7 +19492,7 @@
|
|||
b_bajmoc:0 "Bajmoc"
|
||||
b_balhaf:0 "Balhaf"
|
||||
b_balvanyos:0 "Kézdivásárhely"
|
||||
b_banffyhunyad:0 "Bánffyhunyad"
|
||||
b_banffyhunyad:0 "Huedin"
|
||||
b_baranyavar:0 "Baranja"
|
||||
b_baraqish:0 "Baraqish"
|
||||
b_barfta:0 "Barfta"
|
||||
|
|
@ -19504,7 +19504,7 @@
|
|||
b_becse:0 "Bečej"
|
||||
b_bekes:0 "Békés"
|
||||
b_belenyes:0 "Beiuș"
|
||||
b_beszterce:0 "Beszterce"
|
||||
b_beszterce:0 "Bistrița"
|
||||
b_bitan:0 "Bitan"
|
||||
b_sombor:0 "Sombor"
|
||||
b_borsa:0 "Borșa"
|
||||
|
|
@ -19517,7 +19517,7 @@
|
|||
b_dabba:0 "Dabba"
|
||||
b_dam:0 "Dam"
|
||||
b_dariya:0 "Dariya"
|
||||
b_des:0 "Des"
|
||||
b_des:0 "Dej"
|
||||
b_deva:0 "Deva"
|
||||
b_dhank:0 "Dhank"
|
||||
b_dhufar:0 "Dhufar"
|
||||
|
|
@ -19569,7 +19569,7 @@
|
|||
b_kovaszna:0 "Kovászna"
|
||||
b_krasso:0 "Reșița"
|
||||
b_kraszna:0 "Kraszna"
|
||||
b_kukullovar:0 "Küküllovár"
|
||||
b_kukullovar:0 "Blaj"
|
||||
b_kuthba:0 "Kuthba"
|
||||
b_lawdar:0 "Lawdar"
|
||||
b_letenye:0 "Letenye"
|
||||
|
|
@ -19615,7 +19615,7 @@
|
|||
b_rabadha:0 "Rabadha"
|
||||
b_rabigh:0 "Rabigh"
|
||||
b_rada:0 "Rada'"
|
||||
b_radna:0 "Radna"
|
||||
b_radna:0 "Năsăud"
|
||||
b_rimaszombat:0 "Rimaszombat"
|
||||
b_rustaq-oman:0 "Rustaq"
|
||||
b_sada:0 "Sa'da"
|
||||
|
|
@ -19646,7 +19646,7 @@
|
|||
b_szaszkezd:0 "Rupea"
|
||||
b_szaszregen:0 "Szászrégen"
|
||||
b_satu_mare:0 "Satu Mare"
|
||||
b_szek:0 "Szék"
|
||||
b_szek:0 "Gherla"
|
||||
b_szekesfehervar:0 "Székesfehérvár"
|
||||
b_szerencs:0 "Szerencs"
|
||||
b_szilagy:1 "Szilágy"
|
||||
|
|
@ -19667,7 +19667,7 @@
|
|||
b_tolna:0 "Tolna"
|
||||
b_toporo:0 "Toporo"
|
||||
b_torcsvar:0 "Törcsvár"
|
||||
b_torda:0 "Torda"
|
||||
b_torda:0 "Turda"
|
||||
b_trenscen:1 "Trenčín"
|
||||
b_tur:0 "Tur"
|
||||
b_turaba:0 "Turaba"
|
||||
|
|
@ -19727,8 +19727,8 @@
|
|||
c_batina_adj:0 "Batinan"
|
||||
c_bekes:1 "Békés"
|
||||
c_bekes_adj:0 "Békésian"
|
||||
c_beszterce:0 "Beszterce"
|
||||
c_beszterce_adj:0 "Besztercen"
|
||||
c_beszterce:0 "Bistrița-Năsăud"
|
||||
c_beszterce_adj:0 "Bistrița-Năsăudian"
|
||||
c_bir_amir:0 "Bir Amir"
|
||||
c_bir_amir_adj:0 "Bir Amir"
|
||||
c_bisha:0 "Bisha"
|
||||
|
|
@ -19763,8 +19763,8 @@
|
|||
c_hewes_adj:1 "Hevian"
|
||||
c_hont:0 "Hont"
|
||||
c_hont_adj:0 "Hontian"
|
||||
c_hunyad:0 "Hunyad"
|
||||
c_hunyad_adj:0 "Hunyadi"
|
||||
c_hunyad:0 "Hunedoara"
|
||||
c_hunyad_adj:0 "Hunedoaran"
|
||||
c_jawf-al-yamani:0 "Al-Jawf al-Yamani"
|
||||
c_jawf-al-yamani_adj:0 "Al-Jawf al-Yamanian"
|
||||
c_jilat:0 "Jilat"
|
||||
|
|
@ -19845,8 +19845,8 @@
|
|||
c_tihamat-al-yamani_adj:0 "Tihamat al-Yamanian"
|
||||
c_tolna:0 "Tolna"
|
||||
c_tolna_adj:0 "Tolnan"
|
||||
c_torda:0 "Torda"
|
||||
c_torda_adj:0 "Tordan"
|
||||
c_torda:0 "Cluj"
|
||||
c_torda_adj:0 "Clujian"
|
||||
c_trenscen:1 "Trenčín"
|
||||
c_trenscen_adj:1 "Trenčínian"
|
||||
c_ungvar:0 "Ungvár"
|
||||
|
|
|
|||
|
|
@ -4978,7 +4978,7 @@
|
|||
4977;88;21;216;Dumbraveni;x
|
||||
4978;130;24;89;Targu Jiu;x
|
||||
4979;172;27;217;Baia de Arama;x
|
||||
4980;4;30;90;Zoresti;x
|
||||
4980;4;30;90;nehoiu;x
|
||||
4981;46;33;218;Calafat;x
|
||||
4982;88;36;91;Cujmir;x
|
||||
4983;130;39;219;Strehaia;x
|
||||
|
|
|
|||
|
|
|
@ -4978,7 +4978,7 @@
|
|||
4977;88;21;216;Dumbraveni;x
|
||||
4978;130;24;89;Targu Jiu;x
|
||||
4979;172;27;217;Baia de Arama;x
|
||||
4980;4;30;90;Zoresti;x
|
||||
4980;4;30;90;nehoiu;x
|
||||
4981;46;33;218;Calafat;x
|
||||
4982;88;36;91;Cujmir;x
|
||||
4983;130;39;219;Strehaia;x
|
||||
|
|
|
|||
|
BIN
map_data/provinces.png
(Stored with Git LFS)
BIN
map_data/provinces.png
(Stored with Git LFS)
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue