Doggerland ivory deposits, more names
This commit is contained in:
parent
0f3b214895
commit
0aa7f113db
12 changed files with 1060 additions and 109 deletions
|
|
@ -1782,3 +1782,647 @@ potato_fields_08 = {
|
||||||
ai_economical_building_preference_modifier = yes
|
ai_economical_building_preference_modifier = yes
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
### Doggerland Ivory Deposits
|
||||||
|
|
||||||
|
doggerland_ivory_deposits_01 = {
|
||||||
|
construction_time = quick_construction_time
|
||||||
|
|
||||||
|
can_construct_potential = {
|
||||||
|
building_doggerland_ivory_deposits_requirement_terrain = yes
|
||||||
|
trigger_if = { # Sometimes tribals can into botes
|
||||||
|
limit = {
|
||||||
|
NOT = {
|
||||||
|
culture = {
|
||||||
|
has_cultural_parameter = trade_ports_enabled_for_tribals
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
building_requirement_castle_city_church = { LEVEL = 01 }
|
||||||
|
}
|
||||||
|
trigger_else = {
|
||||||
|
OR = {
|
||||||
|
has_building_or_higher = tribe_01
|
||||||
|
building_requirement_castle_city_church = { LEVEL = 01 }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
can_construct_showing_failures_only = {
|
||||||
|
# building_requirement_tribal = no
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
cost_gold = normal_building_tier_1_cost
|
||||||
|
|
||||||
|
province_modifier = {
|
||||||
|
monthly_income = normal_building_tax_tier_1
|
||||||
|
}
|
||||||
|
county_modifier = {
|
||||||
|
development_growth_factor = 0.05
|
||||||
|
}
|
||||||
|
|
||||||
|
county_culture_modifier = {
|
||||||
|
parameter = trade_ports_give_control_growth
|
||||||
|
monthly_county_control_growth_add = 0.1
|
||||||
|
}
|
||||||
|
province_culture_modifier = {
|
||||||
|
parameter = trade_ports_give_levies
|
||||||
|
levy_size = 0.02
|
||||||
|
}
|
||||||
|
province_culture_modifier = {
|
||||||
|
parameter = trade_ports_stationed_maa_bonus
|
||||||
|
stationed_maa_toughness_mult = normal_maa_toughness_tier_1
|
||||||
|
}
|
||||||
|
|
||||||
|
on_complete = {
|
||||||
|
#Mandala Creator Aspect
|
||||||
|
creator_mandala_built_regular_building_piety_effect = yes
|
||||||
|
}
|
||||||
|
|
||||||
|
next_building = doggerland_ivory_deposits_02
|
||||||
|
|
||||||
|
type_icon = "icon_building_quarries.dds"
|
||||||
|
|
||||||
|
ai_value = {
|
||||||
|
base = 10
|
||||||
|
ai_tier_1_building_modifier = yes
|
||||||
|
ai_tier_1_economical_building_preference_modifier = yes
|
||||||
|
ai_general_building_modifier = yes
|
||||||
|
directive_to_build_economy_modifier = yes
|
||||||
|
|
||||||
|
modifier = {
|
||||||
|
add = 5
|
||||||
|
culture = {
|
||||||
|
has_cultural_parameter = trade_ports_enabled_for_tribals
|
||||||
|
}
|
||||||
|
}
|
||||||
|
modifier = {
|
||||||
|
add = 5
|
||||||
|
culture = {
|
||||||
|
has_cultural_parameter = trade_ports_stationed_maa_bonus
|
||||||
|
}
|
||||||
|
}
|
||||||
|
modifier = {
|
||||||
|
factor = 2
|
||||||
|
AND = {
|
||||||
|
building_watermills_requirement_terrain = yes
|
||||||
|
building_windmills_requirement_terrain = yes
|
||||||
|
}
|
||||||
|
}
|
||||||
|
modifier = {
|
||||||
|
factor = 0
|
||||||
|
building_farm_estates_requirement_terrain = yes
|
||||||
|
NOT = {
|
||||||
|
has_building_or_higher = farm_estates_01
|
||||||
|
}
|
||||||
|
}
|
||||||
|
modifier = {
|
||||||
|
factor = 0
|
||||||
|
building_orchards_requirement_terrain = yes
|
||||||
|
NOT = {
|
||||||
|
has_building_or_higher = orchards_01
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
doggerland_ivory_deposits_02 = {
|
||||||
|
construction_time = quick_construction_time
|
||||||
|
|
||||||
|
can_construct_potential = {
|
||||||
|
building_doggerland_ivory_deposits_requirement_terrain = yes
|
||||||
|
|
||||||
|
|
||||||
|
trigger_if = {
|
||||||
|
limit = {
|
||||||
|
NOT = {
|
||||||
|
culture = {
|
||||||
|
has_cultural_parameter = trade_ports_enabled_for_tribals
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
building_requirement_castle_city_church = { LEVEL = 01 }
|
||||||
|
}
|
||||||
|
trigger_else = {
|
||||||
|
OR = {
|
||||||
|
has_building_or_higher = tribe_01
|
||||||
|
building_requirement_castle_city_church = { LEVEL = 01 }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
trigger_if = {
|
||||||
|
limit = {
|
||||||
|
NOT = {
|
||||||
|
culture = {
|
||||||
|
has_cultural_parameter = next_level_trade_ports
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
culture = {
|
||||||
|
has_innovation = innovation_crop_rotation
|
||||||
|
}
|
||||||
|
}
|
||||||
|
trigger_else = {
|
||||||
|
culture = {
|
||||||
|
has_cultural_parameter = next_level_trade_ports
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
can_construct_showing_failures_only = {
|
||||||
|
# building_requirement_tribal = no
|
||||||
|
}
|
||||||
|
|
||||||
|
cost_gold = normal_building_tier_2_cost
|
||||||
|
|
||||||
|
province_modifier = {
|
||||||
|
monthly_income = normal_building_tax_tier_2
|
||||||
|
}
|
||||||
|
county_modifier = {
|
||||||
|
development_growth_factor = 0.1
|
||||||
|
}
|
||||||
|
|
||||||
|
county_culture_modifier = {
|
||||||
|
parameter = trade_ports_give_control_growth
|
||||||
|
monthly_county_control_growth_add = 0.1
|
||||||
|
}
|
||||||
|
province_culture_modifier = {
|
||||||
|
parameter = trade_ports_give_levies
|
||||||
|
levy_size = 0.04
|
||||||
|
}
|
||||||
|
province_culture_modifier = {
|
||||||
|
parameter = trade_ports_stationed_maa_bonus
|
||||||
|
stationed_maa_toughness_mult = normal_maa_toughness_tier_2
|
||||||
|
}
|
||||||
|
|
||||||
|
on_complete = {
|
||||||
|
#Mandala Creator Aspect
|
||||||
|
creator_mandala_built_regular_building_piety_effect = yes
|
||||||
|
}
|
||||||
|
|
||||||
|
next_building = doggerland_ivory_deposits_03
|
||||||
|
ai_value = {
|
||||||
|
base = 9
|
||||||
|
ai_general_building_modifier = yes
|
||||||
|
directive_to_build_economy_modifier = yes
|
||||||
|
ai_economical_building_preference_modifier = yes
|
||||||
|
modifier = { # Fill all building slots before going for upgrades
|
||||||
|
factor = 0
|
||||||
|
free_building_slots > 0
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
doggerland_ivory_deposits_03 = {
|
||||||
|
construction_time = quick_construction_time
|
||||||
|
|
||||||
|
can_construct_potential = {
|
||||||
|
building_doggerland_ivory_deposits_requirement_terrain = yes
|
||||||
|
}
|
||||||
|
can_construct = {
|
||||||
|
trigger_if = {
|
||||||
|
limit = {
|
||||||
|
NOT = {
|
||||||
|
culture = {
|
||||||
|
has_cultural_parameter = next_level_trade_ports
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
culture = {
|
||||||
|
has_innovation = innovation_manorialism
|
||||||
|
}
|
||||||
|
building_requirement_castle_city_church = { LEVEL = 02 }
|
||||||
|
}
|
||||||
|
trigger_else = {
|
||||||
|
culture = {
|
||||||
|
has_innovation = innovation_crop_rotation
|
||||||
|
}
|
||||||
|
culture = {
|
||||||
|
has_cultural_parameter = next_level_trade_ports
|
||||||
|
}
|
||||||
|
building_requirement_castle_city_church = { LEVEL = 01 }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
is_enabled = {
|
||||||
|
building_requirement_tribal = no
|
||||||
|
}
|
||||||
|
|
||||||
|
can_construct_showing_failures_only = {
|
||||||
|
# building_requirement_tribal = no
|
||||||
|
}
|
||||||
|
|
||||||
|
cost_gold = normal_building_tier_3_cost
|
||||||
|
|
||||||
|
province_modifier = {
|
||||||
|
monthly_income = normal_building_tax_tier_3
|
||||||
|
}
|
||||||
|
county_modifier = {
|
||||||
|
development_growth_factor = 0.15
|
||||||
|
}
|
||||||
|
|
||||||
|
county_culture_modifier = {
|
||||||
|
parameter = trade_ports_give_control_growth
|
||||||
|
monthly_county_control_growth_add = 0.15
|
||||||
|
}
|
||||||
|
province_culture_modifier = {
|
||||||
|
parameter = trade_ports_give_levies
|
||||||
|
levy_size = 0.06
|
||||||
|
}
|
||||||
|
province_culture_modifier = {
|
||||||
|
parameter = trade_ports_stationed_maa_bonus
|
||||||
|
stationed_maa_toughness_mult = normal_maa_toughness_tier_3
|
||||||
|
}
|
||||||
|
|
||||||
|
on_complete = {
|
||||||
|
#Mandala Creator Aspect
|
||||||
|
creator_mandala_built_regular_building_piety_effect = yes
|
||||||
|
}
|
||||||
|
|
||||||
|
next_building = doggerland_ivory_deposits_04
|
||||||
|
ai_value = {
|
||||||
|
base = 8
|
||||||
|
ai_general_building_modifier = yes
|
||||||
|
directive_to_build_economy_modifier = yes
|
||||||
|
ai_economical_building_preference_modifier = yes
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
doggerland_ivory_deposits_04 = {
|
||||||
|
construction_time = quick_construction_time
|
||||||
|
|
||||||
|
can_construct_potential = {
|
||||||
|
building_doggerland_ivory_deposits_requirement_terrain = yes
|
||||||
|
}
|
||||||
|
can_construct = {
|
||||||
|
trigger_if = {
|
||||||
|
limit = {
|
||||||
|
NOT = {
|
||||||
|
culture = {
|
||||||
|
has_cultural_parameter = next_level_trade_ports
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
culture = {
|
||||||
|
has_innovation = innovation_manorialism
|
||||||
|
}
|
||||||
|
building_requirement_castle_city_church = { LEVEL = 02 }
|
||||||
|
}
|
||||||
|
trigger_else = {
|
||||||
|
culture = {
|
||||||
|
has_innovation = innovation_crop_rotation
|
||||||
|
}
|
||||||
|
culture = {
|
||||||
|
has_cultural_parameter = next_level_trade_ports
|
||||||
|
}
|
||||||
|
building_requirement_castle_city_church = { LEVEL = 01 }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
can_construct_showing_failures_only = {
|
||||||
|
building_requirement_tribal = no
|
||||||
|
}
|
||||||
|
|
||||||
|
cost_gold = normal_building_tier_4_cost
|
||||||
|
|
||||||
|
province_modifier = {
|
||||||
|
monthly_income = normal_building_tax_tier_4
|
||||||
|
}
|
||||||
|
county_modifier = {
|
||||||
|
development_growth_factor = 0.2
|
||||||
|
}
|
||||||
|
|
||||||
|
county_culture_modifier = {
|
||||||
|
parameter = trade_ports_give_control_growth
|
||||||
|
monthly_county_control_growth_add = 0.15
|
||||||
|
}
|
||||||
|
province_culture_modifier = {
|
||||||
|
parameter = trade_ports_give_levies
|
||||||
|
levy_size = 0.08
|
||||||
|
}
|
||||||
|
character_culture_modifier = {
|
||||||
|
parameter = trade_ports_give_levies
|
||||||
|
men_at_arms_limit = 1
|
||||||
|
}
|
||||||
|
province_culture_modifier = {
|
||||||
|
parameter = trade_ports_stationed_maa_bonus
|
||||||
|
stationed_maa_toughness_mult = normal_maa_toughness_tier_4
|
||||||
|
}
|
||||||
|
|
||||||
|
on_complete = {
|
||||||
|
#Mandala Creator Aspect
|
||||||
|
creator_mandala_built_regular_building_piety_effect = yes
|
||||||
|
}
|
||||||
|
|
||||||
|
next_building = doggerland_ivory_deposits_05
|
||||||
|
ai_value = {
|
||||||
|
base = 7
|
||||||
|
ai_general_building_modifier = yes
|
||||||
|
directive_to_build_economy_modifier = yes
|
||||||
|
ai_economical_building_preference_modifier = yes
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
doggerland_ivory_deposits_05 = {
|
||||||
|
construction_time = quick_construction_time
|
||||||
|
|
||||||
|
can_construct_potential = {
|
||||||
|
building_doggerland_ivory_deposits_requirement_terrain = yes
|
||||||
|
}
|
||||||
|
can_construct = {
|
||||||
|
trigger_if = {
|
||||||
|
limit = {
|
||||||
|
NOT = {
|
||||||
|
culture = {
|
||||||
|
has_cultural_parameter = next_level_trade_ports
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
culture = {
|
||||||
|
has_innovation = innovation_guilds
|
||||||
|
}
|
||||||
|
building_requirement_castle_city_church = { LEVEL = 03 }
|
||||||
|
}
|
||||||
|
trigger_else = {
|
||||||
|
culture = {
|
||||||
|
has_innovation = innovation_manorialism
|
||||||
|
}
|
||||||
|
culture = {
|
||||||
|
has_cultural_parameter = next_level_trade_ports
|
||||||
|
}
|
||||||
|
building_requirement_castle_city_church = { LEVEL = 02 }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
can_construct_showing_failures_only = {
|
||||||
|
building_requirement_tribal = no
|
||||||
|
}
|
||||||
|
|
||||||
|
cost_gold = normal_building_tier_5_cost
|
||||||
|
|
||||||
|
province_modifier = {
|
||||||
|
monthly_income = normal_building_tax_tier_5
|
||||||
|
}
|
||||||
|
county_modifier = {
|
||||||
|
development_growth_factor = 0.25
|
||||||
|
}
|
||||||
|
|
||||||
|
county_culture_modifier = {
|
||||||
|
parameter = trade_ports_give_control_growth
|
||||||
|
monthly_county_control_growth_add = 0.2
|
||||||
|
}
|
||||||
|
province_culture_modifier = {
|
||||||
|
parameter = trade_ports_give_levies
|
||||||
|
levy_size = 0.1
|
||||||
|
}
|
||||||
|
character_culture_modifier = {
|
||||||
|
parameter = trade_ports_give_levies
|
||||||
|
men_at_arms_limit = 1
|
||||||
|
}
|
||||||
|
province_culture_modifier = {
|
||||||
|
parameter = trade_ports_stationed_maa_bonus
|
||||||
|
stationed_maa_toughness_mult = normal_maa_toughness_tier_5
|
||||||
|
}
|
||||||
|
|
||||||
|
on_complete = {
|
||||||
|
#Mandala Creator Aspect
|
||||||
|
creator_mandala_built_regular_building_piety_effect = yes
|
||||||
|
}
|
||||||
|
|
||||||
|
next_building = doggerland_ivory_deposits_06
|
||||||
|
ai_value = {
|
||||||
|
base = 6
|
||||||
|
ai_general_building_modifier = yes
|
||||||
|
directive_to_build_economy_modifier = yes
|
||||||
|
ai_economical_building_preference_modifier = yes
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
doggerland_ivory_deposits_06 = {
|
||||||
|
construction_time = quick_construction_time
|
||||||
|
|
||||||
|
can_construct_potential = {
|
||||||
|
building_doggerland_ivory_deposits_requirement_terrain = yes
|
||||||
|
}
|
||||||
|
can_construct = {
|
||||||
|
trigger_if = {
|
||||||
|
limit = {
|
||||||
|
NOT = {
|
||||||
|
culture = {
|
||||||
|
has_cultural_parameter = next_level_trade_ports
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
culture = {
|
||||||
|
has_innovation = innovation_guilds
|
||||||
|
}
|
||||||
|
building_requirement_castle_city_church = { LEVEL = 03 }
|
||||||
|
}
|
||||||
|
trigger_else = {
|
||||||
|
culture = {
|
||||||
|
has_innovation = innovation_manorialism
|
||||||
|
}
|
||||||
|
culture = {
|
||||||
|
has_cultural_parameter = next_level_trade_ports
|
||||||
|
}
|
||||||
|
building_requirement_castle_city_church = { LEVEL = 02 }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
can_construct_showing_failures_only = {
|
||||||
|
building_requirement_tribal = no
|
||||||
|
}
|
||||||
|
|
||||||
|
cost_gold = normal_building_tier_6_cost
|
||||||
|
|
||||||
|
province_modifier = {
|
||||||
|
monthly_income = normal_building_tax_tier_6
|
||||||
|
}
|
||||||
|
county_modifier = {
|
||||||
|
development_growth_factor = 0.3
|
||||||
|
}
|
||||||
|
|
||||||
|
county_culture_modifier = {
|
||||||
|
parameter = trade_ports_give_control_growth
|
||||||
|
monthly_county_control_growth_add = 0.2
|
||||||
|
}
|
||||||
|
province_culture_modifier = {
|
||||||
|
parameter = trade_ports_give_levies
|
||||||
|
levy_size = 0.12
|
||||||
|
}
|
||||||
|
character_culture_modifier = {
|
||||||
|
parameter = trade_ports_give_levies
|
||||||
|
men_at_arms_limit = 2
|
||||||
|
}
|
||||||
|
province_culture_modifier = {
|
||||||
|
parameter = trade_ports_stationed_maa_bonus
|
||||||
|
stationed_maa_toughness_mult = normal_maa_toughness_tier_6
|
||||||
|
}
|
||||||
|
|
||||||
|
on_complete = {
|
||||||
|
#Mandala Creator Aspect
|
||||||
|
creator_mandala_built_regular_building_piety_effect = yes
|
||||||
|
}
|
||||||
|
|
||||||
|
next_building = doggerland_ivory_deposits_07
|
||||||
|
ai_value = {
|
||||||
|
base = 5
|
||||||
|
ai_general_building_modifier = yes
|
||||||
|
directive_to_build_economy_modifier = yes
|
||||||
|
ai_economical_building_preference_modifier = yes
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
doggerland_ivory_deposits_07 = {
|
||||||
|
construction_time = quick_construction_time
|
||||||
|
|
||||||
|
can_construct_potential = {
|
||||||
|
building_doggerland_ivory_deposits_requirement_terrain = yes
|
||||||
|
}
|
||||||
|
can_construct = {
|
||||||
|
trigger_if = {
|
||||||
|
limit = {
|
||||||
|
NOT = {
|
||||||
|
culture = {
|
||||||
|
has_cultural_parameter = next_level_trade_ports
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
culture = {
|
||||||
|
has_innovation = innovation_cranes
|
||||||
|
}
|
||||||
|
building_requirement_castle_city_church = { LEVEL = 04 }
|
||||||
|
}
|
||||||
|
trigger_else = {
|
||||||
|
culture = {
|
||||||
|
has_innovation = innovation_guilds
|
||||||
|
}
|
||||||
|
culture = {
|
||||||
|
has_cultural_parameter = next_level_trade_ports
|
||||||
|
}
|
||||||
|
building_requirement_castle_city_church = { LEVEL = 03 }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
can_construct_showing_failures_only = {
|
||||||
|
building_requirement_tribal = no
|
||||||
|
}
|
||||||
|
|
||||||
|
cost_gold = normal_building_tier_7_cost
|
||||||
|
|
||||||
|
province_modifier = {
|
||||||
|
monthly_income = normal_building_tax_tier_7
|
||||||
|
}
|
||||||
|
county_modifier = {
|
||||||
|
development_growth_factor = 0.35
|
||||||
|
}
|
||||||
|
|
||||||
|
county_culture_modifier = {
|
||||||
|
parameter = trade_ports_give_control_growth
|
||||||
|
monthly_county_control_growth_add = 0.25
|
||||||
|
}
|
||||||
|
province_culture_modifier = {
|
||||||
|
parameter = trade_ports_give_levies
|
||||||
|
levy_size = 0.14
|
||||||
|
}
|
||||||
|
character_culture_modifier = {
|
||||||
|
parameter = trade_ports_give_levies
|
||||||
|
men_at_arms_limit = 2
|
||||||
|
}
|
||||||
|
province_culture_modifier = {
|
||||||
|
parameter = trade_ports_stationed_maa_bonus
|
||||||
|
stationed_maa_toughness_mult = normal_maa_toughness_tier_7
|
||||||
|
}
|
||||||
|
|
||||||
|
on_complete = {
|
||||||
|
#Mandala Creator Aspect
|
||||||
|
creator_mandala_built_regular_building_piety_effect = yes
|
||||||
|
}
|
||||||
|
|
||||||
|
next_building = doggerland_ivory_deposits_08
|
||||||
|
ai_value = {
|
||||||
|
base = 4
|
||||||
|
ai_general_building_modifier = yes
|
||||||
|
directive_to_build_economy_modifier = yes
|
||||||
|
ai_economical_building_preference_modifier = yes
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
doggerland_ivory_deposits_08 = {
|
||||||
|
construction_time = quick_construction_time
|
||||||
|
|
||||||
|
can_construct_potential = {
|
||||||
|
building_doggerland_ivory_deposits_requirement_terrain = yes
|
||||||
|
}
|
||||||
|
can_construct = {
|
||||||
|
trigger_if = {
|
||||||
|
limit = {
|
||||||
|
NOT = {
|
||||||
|
culture = {
|
||||||
|
has_cultural_parameter = next_level_trade_ports
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
culture = {
|
||||||
|
has_innovation = innovation_cranes
|
||||||
|
}
|
||||||
|
building_requirement_castle_city_church = { LEVEL = 04 }
|
||||||
|
}
|
||||||
|
trigger_else = {
|
||||||
|
culture = {
|
||||||
|
has_innovation = innovation_guilds
|
||||||
|
}
|
||||||
|
culture = {
|
||||||
|
has_cultural_parameter = next_level_trade_ports
|
||||||
|
}
|
||||||
|
building_requirement_castle_city_church = { LEVEL = 03 }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
can_construct_showing_failures_only = {
|
||||||
|
building_requirement_tribal = no
|
||||||
|
}
|
||||||
|
|
||||||
|
cost_gold = normal_building_tier_8_cost
|
||||||
|
|
||||||
|
province_modifier = {
|
||||||
|
monthly_income = normal_building_tax_tier_8
|
||||||
|
}
|
||||||
|
county_modifier = {
|
||||||
|
development_growth_factor = 0.4
|
||||||
|
}
|
||||||
|
|
||||||
|
county_culture_modifier = {
|
||||||
|
parameter = trade_ports_give_control_growth
|
||||||
|
monthly_county_control_growth_add = 0.25
|
||||||
|
}
|
||||||
|
province_culture_modifier = {
|
||||||
|
parameter = trade_ports_give_levies
|
||||||
|
levy_size = 0.16
|
||||||
|
}
|
||||||
|
character_culture_modifier = {
|
||||||
|
parameter = trade_ports_give_levies
|
||||||
|
men_at_arms_limit = 3
|
||||||
|
}
|
||||||
|
province_culture_modifier = {
|
||||||
|
parameter = trade_ports_stationed_maa_bonus
|
||||||
|
stationed_maa_toughness_mult = normal_maa_toughness_tier_8
|
||||||
|
}
|
||||||
|
|
||||||
|
on_complete = {
|
||||||
|
#Mandala Creator Aspect
|
||||||
|
creator_mandala_built_regular_building_piety_effect = yes
|
||||||
|
}
|
||||||
|
|
||||||
|
ai_value = {
|
||||||
|
base = 3
|
||||||
|
ai_general_building_modifier = yes
|
||||||
|
directive_to_build_economy_modifier = yes
|
||||||
|
ai_economical_building_preference_modifier = yes
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -435,6 +435,7 @@ slesvigsk = {
|
||||||
}
|
}
|
||||||
|
|
||||||
name_list = name_list_danish
|
name_list = name_list_danish
|
||||||
|
name_list = name_list_low_saxon
|
||||||
|
|
||||||
coa_gfx = { danish_coa_gfx western_coa_gfx }
|
coa_gfx = { danish_coa_gfx western_coa_gfx }
|
||||||
building_gfx = { western_building_gfx }
|
building_gfx = { western_building_gfx }
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ adela_female = { Aaltje Ad_e_grv_le Ad_e_grv_lo Addyla Addylla Adela Adele Aidde
|
||||||
adelaide_female = { Ad_e_act_la_i_uml_de Adelaide Adelheid Addylayddy Addylaydy Addyllayddy Aida Aiddelaide Aleida Alida Alijda Alke Azala_i_uml_s Aziliz Azylis Elke Heide Heidi }
|
adelaide_female = { Ad_e_act_la_i_uml_de Adelaide Adelheid Addylayddy Addylaydy Addyllayddy Aida Aiddelaide Aleida Alida Alijda Alke Azala_i_uml_s Aziliz Azylis Elke Heide Heidi }
|
||||||
adriana_female = { Adriana Adriano }
|
adriana_female = { Adriana Adriano }
|
||||||
agatha_female = { _A_rng_got Agate Agatha Agathe Agato Gadea }
|
agatha_female = { _A_rng_got Agate Agatha Agathe Agato Gadea }
|
||||||
agnes_female = { Agn_e_grv_s Agnes Agneta Agnys Anest In_e_grv_s Ines Nesta Nysta Oanell }
|
agnes_female = { Agn_e_grv_s Agnes Agneta Agnys Anest In_e_grv_s In_e_hat_s Ines Nesta Nysta Oanell }
|
||||||
ainhoa_female = { Ainhoa Ainoa }
|
ainhoa_female = { Ainhoa Ainoa }
|
||||||
alba_female = { Alba }
|
alba_female = { Alba }
|
||||||
albana_female = { Aubano }
|
albana_female = { Aubano }
|
||||||
|
|
@ -19,7 +19,7 @@ amaia_female = { Amaia Amaya }
|
||||||
amanda_female = { Amanda Amandino Mandy }
|
amanda_female = { Amanda Amandino Mandy }
|
||||||
amata_female = { Aimado Aimee Amy Esm_e_act_e Esmee Maitane }
|
amata_female = { Aimado Aimee Amy Esm_e_act_e Esmee Maitane }
|
||||||
amber_female = { Aimber Amber Ambyr }
|
amber_female = { Aimber Amber Ambyr }
|
||||||
amelia_female = { Am_e_act_lie Am_e_grv_li Amale Amalie Amelia Amelie }
|
amelia_female = { Am_a_act_lia Am_e_act_lie Am_e_grv_li Amale Amalie Amelia Amelie }
|
||||||
amina_female = { Amina }
|
amina_female = { Amina }
|
||||||
amira_female = { Amira }
|
amira_female = { Amira }
|
||||||
anahid_female = { Anahyta }
|
anahid_female = { Anahyta }
|
||||||
|
|
@ -29,7 +29,7 @@ angela_female = { _A_grv_ngela Aela Aelia Aelig Ang_e_grv_lo_female Angela Angel
|
||||||
angeles_female = { _A_grv_ngels }
|
angeles_female = { _A_grv_ngels }
|
||||||
angelica_female = { Angelica Angelico_female Angelika Angelique Lieke }
|
angelica_female = { Angelica Angelico_female Angelika Angelique Lieke }
|
||||||
anna_female = { Aina Ainne Ana Ana_i_uml_s Anais Ane Aneto Anette Anita Anja Anke Ann Anna Annaig Anne Anneke Anneken Annette Anni Annica Annick Annicka Annie Annigje Annika Anniken Anny Ano Anouk Antje Hanka Hanna Hannah Hanne Naig }
|
anna_female = { Aina Ainne Ana Ana_i_uml_s Anais Ane Aneto Anette Anita Anja Anke Ann Anna Annaig Anne Anneke Anneken Annette Anni Annica Annick Annicka Annie Annigje Annika Anniken Anny Ano Anouk Antje Hanka Hanna Hannah Hanne Naig }
|
||||||
annabella_female = { Annabel Annabell Annabella }
|
annabella_female = { Anabela Annabel Annabell Annabella }
|
||||||
annacatherine_female = { Anna-Karin Annekatrin }
|
annacatherine_female = { Anna-Karin Annekatrin }
|
||||||
annacharlotte_female = { Ann-Charlotte }
|
annacharlotte_female = { Ann-Charlotte }
|
||||||
annachristina_female = { Anna-Stina Ann-Christin Annki }
|
annachristina_female = { Anna-Stina Ann-Christin Annki }
|
||||||
|
|
@ -61,7 +61,7 @@ auda_female = { Aude }
|
||||||
audrey_female = { Audr_e_act_ }
|
audrey_female = { Audr_e_act_ }
|
||||||
augusta_female = { Augusta Auguste_female }
|
augusta_female = { Augusta Auguste_female }
|
||||||
augustina_female = { Agustino_female Augustina }
|
augustina_female = { Agustino_female Augustina }
|
||||||
aurelia_female = { Aur_e_act_lie Aur_e_grv_lia Aurel_i_grv_o_female Aurelia }
|
aurelia_female = { Aur_e_act_lia Aur_e_act_lie Aur_e_grv_lia Aurel_i_grv_o_female Aurelia }
|
||||||
aurora_female = { Aurora Aurore Auroro }
|
aurora_female = { Aurora Aurore Auroro }
|
||||||
aveline_female = { Awyllyny Awylyny }
|
aveline_female = { Awyllyny Awylyny }
|
||||||
baptista_female = { Batistino }
|
baptista_female = { Batistino }
|
||||||
|
|
@ -76,7 +76,7 @@ bernarda_female = { Berendina Bernadeto Bernadette Bernardina Bernado }
|
||||||
bertha_female = { Berta Bertha Berto_female }
|
bertha_female = { Berta Bertha Berto_female }
|
||||||
bertranda_female = { Bertrando }
|
bertranda_female = { Bertrando }
|
||||||
bethany_male = { Beaitani Byafany }
|
bethany_male = { Beaitani Byafany }
|
||||||
blanche_female = { Biainca Bianca Bianka Blanca Blanche Blanco_female Bllanchy Blanshy Byanca Zuri_n_tld_e }
|
blanche_female = { Biainca Bianca Bianka Blanca Blanche Blanco_female Bllanchy Blanshy Branca Byanca Zuri_n_tld_e }
|
||||||
boudicca_female = { Boudyca }
|
boudicca_female = { Boudyca }
|
||||||
bridget_female = { Berit Birgit Birgitt Birgitta Birgitte Birte Birthe Brec_pst_hed Bregido Bridget Brigitte Brit Brita Britt Britta Bryddgyt Ffraid Gitta Gitte }
|
bridget_female = { Berit Birgit Birgitt Birgitta Birgitte Birte Birthe Brec_pst_hed Bregido Bridget Brigitte Brit Brita Britt Britta Bryddgyt Ffraid Gitta Gitte }
|
||||||
brittany_female = { Britney }
|
brittany_female = { Britney }
|
||||||
|
|
@ -88,9 +88,9 @@ carla_female = { Carla Carleno_female Carly Carol Carola Carole Carolo_female Ch
|
||||||
carmen_female = { Carme Carmela Carmella Carmen Carmina Karmele }
|
carmen_female = { Carme Carmela Carmella Carmen Carmina Karmele }
|
||||||
carolina_female = { Carolina Caroline Carolyn Caroulino Karolina Karoline }
|
carolina_female = { Carolina Caroline Carolyn Caroulino Karolina Karoline }
|
||||||
cassandra_female = { Cassandra Cassandro Kasyy }
|
cassandra_female = { Cassandra Cassandro Kasyy }
|
||||||
catherine_female = { Cadi Cafyryny Caiterine Caitlin Carin Carina Catarino Caterina Catharina Catherine Cathy Cathyrhyny Cati Catrin Catyy Caytllyn K_a_uml_te K_a_uml_the Kafyryny Kaiterine Kaitrin Kajsa Karen Kari Karin Karina Karine Karyn Katalin Katarina Kate Katell Katharina Katharine Katherina Katherine Kathleen Kathrin Kathryn Kati Katia Katie Katixa Katja Katrin Katrina Katrine Kattalin Katy Kaytlyn Nienke Trijntje Trine }
|
catherine_female = { Cadi Cafyryny Caiterine Caitlin Carin Carina Catarina Catarino Caterina Catharina Catherine Cathy Cathyrhyny Cati Catrin Catyy Caytllyn K_a_uml_te K_a_uml_the Kafyryny Kaiterine Kaitrin Kajsa Karen Kari Karin Karina Karine Karyn Katalin Katarina Kate Katell Katharina Katharine Katherina Katherine Kathleen Kathrin Kathryn Kati Katia Katie Katixa Katja Katrin Katrina Katrine Kattalin Katy Kaytlyn Nienke Trijntje Trine }
|
||||||
cecilia_female = { C_e_act_cile Cec_i_act_lia Cecilia Ceciliai Cecilie Cecilo Cicely Cilly Cycyllya Cycylya Sheila Sheyla Silje Silke Sille Sisse Sissel Sysylya Xixili }
|
cecilia_female = { C_e_act_cile Cec_i_act_lia Cecilia Ceciliai Cecilie Cecilo Cicely Cilly Cycyllya Cycylya Sheila Sheyla Silje Silke Sille Sisse Sissel Sysylya Xixili }
|
||||||
celestina_female = { Celestino_female Celesto_female }
|
celestina_female = { Celestina Celestino_female Celesto_female }
|
||||||
celia_female = { C_e_grv_lia Celi_a_grv_ Celia }
|
celia_female = { C_e_grv_lia Celi_a_grv_ Celia }
|
||||||
celine_female = { C_e_act_line Celina Celino Selina Sylyna }
|
celine_female = { C_e_act_line Celina Celino Selina Sylyna }
|
||||||
chantal_female = { Chantal Chantelle Xantal }
|
chantal_female = { Chantal Chantelle Xantal }
|
||||||
|
|
@ -100,14 +100,14 @@ chloe_female = { Chlo_e_act_ Chlloy Chloe Chloy Clou_e_grv_ Kloy }
|
||||||
christelle_female = { Christel Christelle Kristell }
|
christelle_female = { Christel Christelle Kristell }
|
||||||
christina_female = { Carsta Chesten Chrissie Christa Christiane Christina Christine Crestino Cristina Cristyn Kersten_female Kerstin Kirsten Kirsti Kirstine Kirsty Kristen Kristin Kristina Kristine Kristy Stina Stine Tine }
|
christina_female = { Carsta Chesten Chrissie Christa Christiane Christina Christine Crestino Cristina Cristyn Kersten_female Kerstin Kirsten Kirsti Kirstine Kirsty Kristen Kristin Kristina Kristine Kristy Stina Stine Tine }
|
||||||
chun_female = { Chun Shun }
|
chun_female = { Chun Shun }
|
||||||
claire_female = { Argi_n_tld_e Clair Claire Clara Clare Clarha Clarisso Claro_female Kl_a_uml_rchen Klara Sklaerenn }
|
claire_female = { Argi_n_tld_e Clair Claire Clara Clare Clarha Clarisse Clarisso Claro_female Kl_a_uml_rchen Klara Sklaerenn }
|
||||||
claudia_female = { Cl_a_grv_udia Claudette Claudia Claudine Gladys Glaudeto Glaudino Glaudo_female Gwladdys Gwladys Klaoda Klaodina Klaudia }
|
claudia_female = { Cl_a_act_udia Cl_a_grv_udia Claudette Claudia Claudine Gladys Glaudeto Glaudino Glaudo_female Gwladdys Gwladys Klaoda Klaodina Klaudia }
|
||||||
clementia_female = { Clem_e_grv_nci Clem_e_grv_ncia Clementia Clementina Clementino_female Clymyntyny }
|
clementia_female = { Clem_e_grv_nci Clem_e_grv_ncia Clementia Clementina Clementino_female Clymyntyny }
|
||||||
cleopatra_female = { Cl_e_act_op_a_hat_tre }
|
cleopatra_female = { Cl_e_act_op_a_hat_tre }
|
||||||
clorinda_female = { Clorinda Clorinde Clourindo }
|
clorinda_female = { Clorinda Clorinde Clourindo }
|
||||||
clotilda_female = { Clotilde Cloutido }
|
clotilda_female = { Clotilde Cloutido }
|
||||||
colette_female = { Colette Coul_e_grv_to }
|
colette_female = { Colette Coul_e_grv_to }
|
||||||
concepcion_female = { Concepci_o_act_ Concetta Conxita Sorkunde }
|
concepcion_female = { Concei_c_ced__a_tld_o Concepci_o_act_ Concetta Conxita Sorkunde }
|
||||||
constance_female = { Constaince Constance Constancy Constanze Coustan_c_ced_o Konstanse }
|
constance_female = { Constaince Constance Constancy Constanze Coustan_c_ced_o Konstanse }
|
||||||
coralie_female = { Coral_i_act_ Coural_i_grv_o }
|
coralie_female = { Coral_i_act_ Coural_i_grv_o }
|
||||||
cordelia_female = { Corhddylya }
|
cordelia_female = { Corhddylya }
|
||||||
|
|
@ -125,13 +125,14 @@ demetria_female = { Demi }
|
||||||
denise_female = { Daniso Ddynysy Deneza Denise }
|
denise_female = { Daniso Ddynysy Deneza Denise }
|
||||||
desiree_female = { Desir_e_act_e }
|
desiree_female = { Desir_e_act_e }
|
||||||
diana_female = { Ddyana Diane Diana Diano }
|
diana_female = { Ddyana Diane Diana Diano }
|
||||||
|
dietlinde_female = { Deolinda Dietlinde Theodelinde }
|
||||||
dolores_female = { Dolors Loli Nekane }
|
dolores_female = { Dolors Loli Nekane }
|
||||||
doris_female = { Doris Dorise }
|
doris_female = { Doris Dorise }
|
||||||
dominica_female = { Domenica Dominika Dominique_female Doumenico_female }
|
dominica_female = { Domenica Dominika Dominique_female Doumenico_female }
|
||||||
dorothy_female = { D_o_uml_rte D_o_uml_rthe Ddorhofyy Ddorofy Dorothea Dorothy Dorthe Doryty Dourout_e_grv_io }
|
dorothy_female = { D_o_uml_rte D_o_uml_rthe Ddorhofyy Ddorofy Dorothea Dorothy Dorthe Doryty Dourout_e_grv_io }
|
||||||
edith_female = { _E_act_dith Eddit Eddyf Edyf Edith Editha Edito }
|
edith_female = { _E_act_dith Eddit Eddyf Edyf Edith Editha Edito }
|
||||||
edmunda_female = { Edmunda }
|
edmunda_female = { Edmunda }
|
||||||
eleanor_female = { _E_act_l_e_act_onore A_e_act_nor Ali_e_act_nor Eleainor Eleanor Eleonor Eleonore Elinor Eliounor Ellinor Ellyanor Elyanor Elyanorh Leounoro Lore Lynorh }
|
eleanor_female = { _E_act_l_e_act_onore A_e_act_nor Ali_e_act_nor Eleainor Eleanor Eleonor Eleonore Elinor Eliounor Ellinor Ellyanor Elyanor Elyanorh Leonor Leounoro Lore Lynorh }
|
||||||
eliana_female = { _E_act_liane Eliano }
|
eliana_female = { _E_act_liane Eliano }
|
||||||
elisa_female = { _E_act_lise Elisa Elise Eliso Eliza }
|
elisa_female = { _E_act_lise Elisa Elise Eliso Eliza }
|
||||||
elizabeth_female = { _E_act_lisabeth Bab_e_grv_u_female Babette Bessie Bethan Bettina Betty Eisab_e_grv_u Elesbed Elisabet Elisabeth Elixabet Elixabete Elizabeth Elizaibet Ellyzabyf Elsbeth Elsebeth Elsie Elspet Elysabyf Elyzabyf Ilsabe Liesel Lill Lis Lisbeth Lisen Lisette Liz Lizzie Llyzzyy Lyzzyy }
|
elizabeth_female = { _E_act_lisabeth Bab_e_grv_u_female Babette Bessie Bethan Bettina Betty Eisab_e_grv_u Elesbed Elisabet Elisabeth Elixabet Elixabete Elizabeth Elizaibet Ellyzabyf Elsbeth Elsebeth Elsie Elspet Elysabyf Elyzabyf Ilsabe Liesel Lill Lis Lisbeth Lisen Lisette Liz Lizzie Llyzzyy Lyzzyy }
|
||||||
|
|
@ -162,13 +163,13 @@ faith_female = { Fayf }
|
||||||
farah_female = { Farah Ffarrah }
|
farah_female = { Farah Ffarrah }
|
||||||
farida_female = { Farida }
|
farida_female = { Farida }
|
||||||
fatiha_female = { Fatiha }
|
fatiha_female = { Fatiha }
|
||||||
fatima_female = { F_a_grv_tima Fatima Fatma Ffatymah }
|
fatima_female = { F_a_act_tima F_a_grv_tima Fatima Fatma Ffatymah }
|
||||||
fatina_female = { Fatine }
|
fatina_female = { Fatine }
|
||||||
faustina_female = { Faustino_female }
|
faustina_female = { Faustino_female }
|
||||||
fawzia_female = { Fawzia }
|
fawzia_female = { Fawzia }
|
||||||
felicia_female = { Fel_i_act_cia Felicetta Felicia Feliciana Feliso_female Ffylyssa }
|
felicia_female = { Fel_i_act_cia Felicetta Felicia Feliciana Feliso_female Ffylyssa }
|
||||||
felicity_female = { Felicita Felicity }
|
felicity_female = { Felicita Felicity }
|
||||||
ferdinanda_female = { Fernando_female }
|
ferdinanda_female = { Fernanda Fernando_female }
|
||||||
fiona_female = { Ffion Ffyon Fiona }
|
fiona_female = { Ffion Ffyon Fiona }
|
||||||
flavia_female = { Fl_a_grv_vio_female Flavia }
|
flavia_female = { Fl_a_grv_vio_female Flavia }
|
||||||
flora_female = { Fflur Fflyurh Fiorella Fleur Floor Flora Floro Flors Flour Flourino Lore }
|
flora_female = { Fflur Fflyurh Fiorella Fleur Floor Flora Floro Flors Flour Flourino Lore }
|
||||||
|
|
@ -179,7 +180,7 @@ frances_female = { Chichoueso Ffrhancys_female Fra_n_tld_seza Fran_c_ced_oise Fr
|
||||||
frederica_female = { Frederico_female Frederika Frederikke Fredrika Friederike Rikke }
|
frederica_female = { Frederico_female Frederika Frederikke Fredrika Friederike Rikke }
|
||||||
freya_female = { Freja }
|
freya_female = { Freja }
|
||||||
frida_female = { Frida Frieda }
|
frida_female = { Frida Frieda }
|
||||||
gabriela_female = { Gabriele Gabriella Gabrielle Gabrielo_female Gaby }
|
gabriela_female = { Gabriela Gabriele Gabriella Gabrielle Gabrielo_female Gaby }
|
||||||
gael_female = { Ga_e_grv_lo Ga_e_uml_lle }
|
gael_female = { Ga_e_grv_lo Ga_e_uml_lle }
|
||||||
gemma_female = { Gema Gemma Gemmai Gymma Jemma }
|
gemma_female = { Gema Gemma Gemmai Gymma Jemma }
|
||||||
genevieve_female = { Genevi_e_grv_ve Genevivo Gineto }
|
genevieve_female = { Genevi_e_grv_ve Genevivo Gineto }
|
||||||
|
|
@ -187,7 +188,7 @@ georgia_female = { Georgette Georgia Georgiana Georgina Gyorhgya Jordina Jourget
|
||||||
geralda_female = { Geraldina Geraldine Geraldino_female Gyrhalddyny }
|
geralda_female = { Geraldina Geraldine Geraldino_female Gyrhalddyny }
|
||||||
gerarda_female = { Gerarda Gerdina Gerit_female Gerrit_female Gerritdina Gerritje }
|
gerarda_female = { Gerarda Gerdina Gerit_female Gerrit_female Gerritdina Gerritje }
|
||||||
germana_female = { Germaine Germano_female }
|
germana_female = { Germaine Germano_female }
|
||||||
gertrude_female = { Geertje Geertruida Gerd_female Gerda Gerdi Gertraud Gertraude Gertrud Gertruda Gertrude Gertrudo Gesche Gesine Truus }
|
gertrude_female = { Geertje Geertruida Gerd_female Gerda Gerdi Gertraud Gertraude Gertrud Gertruda Gertrude Gertrudes Gertrudo Gesche Gesine Truus }
|
||||||
gesine_female = { S_u_uml_nje S_u_uml_nne }
|
gesine_female = { S_u_uml_nje S_u_uml_nne }
|
||||||
ghislaine_female = { Guisl_e_grv_no }
|
ghislaine_female = { Guisl_e_grv_no }
|
||||||
gilberta_female = { Giliberto_female }
|
gilberta_female = { Giliberto_female }
|
||||||
|
|
@ -208,7 +209,7 @@ hedwig_female = { Hedda Hedvig Hedwig }
|
||||||
helen_female = { Eileen Elaine Elayny Elen Elena Elene Eleno Elin Elina Eline Ellayny Ellen H_e_act_l_e_grv_ne Hel_e_act_n Hel_e_act_ne Helen Helena Helene Hylyna Ilka Ilona Lena Nellie Nelly }
|
helen_female = { Eileen Elaine Elayny Elen Elena Elene Eleno Elin Elina Eline Ellayny Ellen H_e_act_l_e_grv_ne Hel_e_act_n Hel_e_act_ne Helen Helena Helene Hylyna Ilka Ilona Lena Nellie Nelly }
|
||||||
heloise_female = { H_e_act_lo_i_uml_se }
|
heloise_female = { H_e_act_lo_i_uml_se }
|
||||||
henrietta_female = { Enrieto Enriqueta Harriet Harriette Hattie Heike Henderika Hendrica Hendrika Hendrikje Hendrina Henri_e_uml_tte Henrica Henrietta Henriette Hetty Jette }
|
henrietta_female = { Enrieto Enriqueta Harriet Harriette Hattie Heike Henderika Hendrica Hendrika Hendrikje Hendrina Henri_e_uml_tte Henrica Henrietta Henriette Hetty Jette }
|
||||||
hermine_female = { Hermina Hermine }
|
hermine_female = { Herm_i_act_nia Hermina Hermine }
|
||||||
hermione_female = { Hermione Hyrhmyony }
|
hermione_female = { Hermione Hyrhmyony }
|
||||||
hilaria_female = { Hilary }
|
hilaria_female = { Hilary }
|
||||||
hilda_female = { Hilda Hilde Hildur }
|
hilda_female = { Hilda Hilde Hildur }
|
||||||
|
|
@ -231,7 +232,7 @@ igraine_female = { Igraine Igrayny }
|
||||||
irene_female = { Eirin Ioryny Iren Irene Ireno_female Irhyny Iria Irina }
|
irene_female = { Eirin Ioryny Iren Irene Ireno_female Irhyny Iria Irina }
|
||||||
irma_female = { Irm_a_grv_ }
|
irma_female = { Irm_a_grv_ }
|
||||||
isabella_female = { Eisabello Iosabyll Iosabylla Iosabylly Isa_female Isabel Isabell Isabella Isabelle Isabyl Isabylla Isabylly Isaibel Isaibellai Isaibelle Izabel Ysbayl }
|
isabella_female = { Eisabello Iosabyll Iosabylla Iosabylly Isa_female Isabel Isabell Isabella Isabelle Isabyl Isabylla Isabylly Isaibel Isaibellai Isaibelle Izabel Ysbayl }
|
||||||
iseult_female = { Ioswlldy Is_e_grv_ut Isolde Iswlddy Isyult Yseult }
|
iseult_female = { Ioswlldy Is_e_grv_ut Isilda Isolde Iswlddy Isyult Yseult }
|
||||||
isidora_female = { Isidra }
|
isidora_female = { Isidra }
|
||||||
jacqueline_female = { Jacoba Jacqueline Jakeza Jaquelino Jaqueto }
|
jacqueline_female = { Jacoba Jacqueline Jakeza Jaquelino Jaqueto }
|
||||||
jade_female = { Jade Jady Jaidde }
|
jade_female = { Jade Jady Jaidde }
|
||||||
|
|
@ -239,10 +240,10 @@ jahan_female = { Jihane }
|
||||||
jennifer_female = { Gueni_e_grv_vro Guynyvyry Guynywyrhy Gwenhwyfar Gwenifer Gwynhwyffar Jenifer Jenifry Jennie Jennifer Jenny Jennyfer }
|
jennifer_female = { Gueni_e_grv_vro Guynyvyry Guynywyrhy Gwenhwyfar Gwenifer Gwynhwyffar Jenifer Jenifry Jennie Jennifer Jenny Jennyfer }
|
||||||
jessica_female = { Jessic_a_grv_ Jessica Jessicai Jessie Jessika Jyssyca Jyssyka Jyssyy }
|
jessica_female = { Jessic_a_grv_ Jessica Jessicai Jessie Jessika Jyssyca Jyssyka Jyssyy }
|
||||||
jesusa_female = { Iosune Josune }
|
jesusa_female = { Iosune Josune }
|
||||||
joachima_female = { Joaquima }
|
joachima_female = { Joaquima Joaquina }
|
||||||
joan_female = { Chanig Hanneke Ibane Ioana Ione Ivana Jaine Jane Janed Janedig Janet Janeto_female Janice Janina Janine Janna Janneke Jannetje Janni Jannicke Jannie Jannigje Janny Jano_female Jansje Jantina Jantje Jany Jayne Jean_female Jeanette Jeanne Jeannette Jeannick Jeannine Jenna Jenny Joain Joainnai Joan Joana Joane Joanna Joanne Joanny Johanna Johanne Johanny Jone Jonna Jowanet Jwan Jyan Shena Sian Si_o_hat_n_Jane Sioned Siwan Sywan Yanna Yoana }
|
joan_female = { Chanig Hanneke Ibane Ioana Ione Ivana Jaine Jane Janed Janedig Janet Janeto_female Janice Janina Janine Janna Janneke Jannetje Janni Jannicke Jannie Jannigje Janny Jano_female Jansje Jantina Jantje Jany Jayne Jean_female Jeanette Jeanne Jeannette Jeannick Jeannine Jenna Jenny Joain Joainnai Joan Joana Joane Joanna Joanne Joanny Johanna Johanne Johanny Jone Jonna Jowanet Jwan Jyan Shena Sian Si_o_hat_n_Jane Sioned Siwan Sywan V_a_hat_nia Yanna Yoana }
|
||||||
joanamaria_female = { Jano-Mar_i_grv_o Jone_spc_Miren }
|
joanamaria_female = { Jano-Mar_i_grv_o Jone_spc_Miren }
|
||||||
jocelyn_female = { Joucelino_female }
|
jocelyn_female = { Joceline Jocelyne Joucelino_female }
|
||||||
joelle_female = { Jo_e_uml_lle Jouelo_female }
|
joelle_female = { Jo_e_uml_lle Jouelo_female }
|
||||||
jordana_female = { Jordan_female }
|
jordana_female = { Jordan_female }
|
||||||
josepha_female = { Giuseppina J_o_act_usefino Jos_e_act_phine Josebe Josefa Josefin Josefina Josefine Josepa Josepha Josephina Josephine Josyffyny Pepita }
|
josepha_female = { Giuseppina J_o_act_usefino Jos_e_act_phine Josebe Josefa Josefin Josefina Josefine Josepa Josepha Josephina Josephine Josyffyny Pepita }
|
||||||
|
|
@ -263,7 +264,7 @@ kulthum_female = { Kalthoum }
|
||||||
laetitia_female = { L_ae_titia Laetitia Leticia Leticio Lyttycy }
|
laetitia_female = { L_ae_titia Laetitia Leticia Leticio Lyttycy }
|
||||||
lamia_female = { Lamia Lamya }
|
lamia_female = { Lamia Lamya }
|
||||||
latifa_female = { Latifa }
|
latifa_female = { Latifa }
|
||||||
laura_female = { Laiurai Laura Laure Laureto Lauro_female Llaura Lowri }
|
laura_female = { Laiurai Laura Laure Laureto Laurinda Lauro_female Llaura Lowri }
|
||||||
laurence_female = { Laur_e_grv_n_c_ced_o Laurence }
|
laurence_female = { Laur_e_grv_n_c_ced_o Laurence }
|
||||||
layla_female = { La_i_uml_la Laila Leila Leyla }
|
layla_female = { La_i_uml_la Laila Leila Leyla }
|
||||||
lea_female = { L_e_act_a Le_a_grv Lea Leah Lia Lyah }
|
lea_female = { L_e_act_a Le_a_grv Lea Leah Lia Lyah }
|
||||||
|
|
@ -277,9 +278,9 @@ linnea_female = { Linn Linn_e_act_a Linnea }
|
||||||
lisa_female = { Lisa Lise Liseto Liso_female Liza }
|
lisa_female = { Lisa Lise Liseto Liso_female Liza }
|
||||||
lorraine_female = { Laiuren Lauren Laurhyn Lauryn Llauryn Lorena Lorhrhayny Lorraine Lourreno }
|
lorraine_female = { Laiuren Lauren Laurhyn Lauryn Llauryn Lorena Lorhrhayny Lorraine Lourreno }
|
||||||
louise_female = { Aloisia Lizig Llu_i_uml_sa Lo_i_uml_za Loeiza Lois Lou_i_uml_so_female Lou_i_uml_sono Louisa Louise Lova Lovisa Lowysy Ludwiga Luigia Luisa Luise Lwuysy Zaig }
|
louise_female = { Aloisia Lizig Llu_i_uml_sa Lo_i_uml_za Loeiza Lois Lou_i_uml_so_female Lou_i_uml_sono Louisa Louise Lova Lovisa Lowysy Ludwiga Luigia Luisa Luise Lwuysy Zaig }
|
||||||
lourdes_female = { Lourdes Lurdes }
|
lourdes_female = { Lourdes Lourdina Lurdes }
|
||||||
lubna_female = { Lobna }
|
lubna_female = { Lobna }
|
||||||
lucia_female = { L_u_grv_ci Llucia Llucy Luci Lucia Lucie Lucy Lucya Lusy Lusya Luzia }
|
lucia_female = { L_u_act_cia L_u_grv_ci Llucia Llucy Luci Lucia Lucie Lucy Lucya Lusy Lusya Luzia }
|
||||||
luciana_female = { Luciano_female Lucienne }
|
luciana_female = { Luciano_female Lucienne }
|
||||||
lucrezia_female = { Lucr_e_grv__c_ced_o }
|
lucrezia_female = { Lucr_e_grv__c_ced_o }
|
||||||
ludivina_female = { Ludivino }
|
ludivina_female = { Ludivino }
|
||||||
|
|
@ -310,7 +311,7 @@ mariachristina_female = { Mar_i_grv_o-Crestino Maria_spc_Cristina Maria_spc_Kris
|
||||||
mariacinta_female = { Maria_spc_Cinta }
|
mariacinta_female = { Maria_spc_Cinta }
|
||||||
mariaclara_female = { Mar_i_grv_o-Claro Marie-Claire }
|
mariaclara_female = { Mar_i_grv_o-Claro Marie-Claire }
|
||||||
mariaclaudia_female = { Mar_i_grv_o-Glaudo }
|
mariaclaudia_female = { Mar_i_grv_o-Glaudo }
|
||||||
mariaconcepcion_female = { Miren_spc_Sorkunde }
|
mariaconcepcion_female = { Maria_spc_Concei_c_ced__a_tld_o Miren_spc_Sorkunde }
|
||||||
mariadolores_female = { Maria_spc_Dolors Miren_spc_Nekane }
|
mariadolores_female = { Maria_spc_Dolors Miren_spc_Nekane }
|
||||||
mariadominica_female = { Mar_i_grv_o-Doumenico }
|
mariadominica_female = { Mar_i_grv_o-Doumenico }
|
||||||
mariaelizabeth_female = { Maria_spc_Elisabet Marlies Marlis Miren_spc_Elixabete }
|
mariaelizabeth_female = { Maria_spc_Elisabet Marlies Marlis Miren_spc_Elixabete }
|
||||||
|
|
@ -322,7 +323,7 @@ mariagwen_female = { Ma_i_uml_wenn Maewenn Maiwen Maiwenn Mari-Gwenn }
|
||||||
mariahelena_female = { Mar_i_grv_o-Eleno Marilena May-Helen Miren_spc_Elene }
|
mariahelena_female = { Mar_i_grv_o-Eleno Marilena May-Helen Miren_spc_Elene }
|
||||||
mariajesus_female = { Maria_spc_Jes_u_act_s Miren_spc_Josune }
|
mariajesus_female = { Maria_spc_Jes_u_act_s Miren_spc_Josune }
|
||||||
mariajoanna_female = { Mar_i_grv_o-Jano }
|
mariajoanna_female = { Mar_i_grv_o-Jano }
|
||||||
mariajoseph_female = { Mar_i_grv_o-J_o_act_us_e_grv_ Maria_spc_Josep Mari-Jozeb }
|
mariajoseph_female = { Mar_i_grv_o-J_o_act_us_e_grv_ Maria_spc_Jos_e_act_ Maria_spc_Josep Mari-Jozeb }
|
||||||
mariajosepha_female = { Maria_spc_Josefa Maria_spc_Josepa }
|
mariajosepha_female = { Maria_spc_Josefa Maria_spc_Josepa }
|
||||||
marialaura_female = { Mar_i_grv_o-Lauro }
|
marialaura_female = { Mar_i_grv_o-Lauro }
|
||||||
marialouisa_female = { Malou Mar_i_grv_o-Louiso Maria_spc_Llu_i_uml_sa Maria_spc_Luigia Maria_spc_Luisa Marie-Louise Marie-Luise Mari-Loeiza Marloes Milou Miren_spc_Koldobike }
|
marialouisa_female = { Malou Mar_i_grv_o-Louiso Maria_spc_Llu_i_uml_sa Maria_spc_Luigia Maria_spc_Luisa Marie-Louise Marie-Luise Mari-Loeiza Marloes Milou Miren_spc_Koldobike }
|
||||||
|
|
@ -352,24 +353,24 @@ maximiliana_female = { Massimiliano Maximiliane }
|
||||||
melania_female = { M_e_act_lanie Melan_i_grv_o Melani Melanie }
|
melania_female = { M_e_act_lanie Melan_i_grv_o Melani Melanie }
|
||||||
melinda_female = { M_e_act_linda }
|
melinda_female = { M_e_act_linda }
|
||||||
melissa_female = { Melissai Melisso Myllyssa Mylyssa }
|
melissa_female = { Melissai Melisso Myllyssa Mylyssa }
|
||||||
mercedes_female = { Eskarne Merc_e_act_d_e_grv_s Merc_e_grv_ Mertxe Tregereth }
|
mercedes_female = { Eskarne Merc_e_act_d_e_grv_s Merc_e_grv_ Mercedes Mertxe Tregereth }
|
||||||
michelle_female = { Mich_e_grv_le Michaela Michaele Michela Michele_female Micheleto_female Michelle Michello_female Mikaela Mikele }
|
michelle_female = { Mich_e_grv_le Michaela Michaele Michela Michele_female Micheleto_female Michelle Michello_female Mikaela Mikele }
|
||||||
milagros_female = { Alazne Miracle Mirari }
|
milagros_female = { Alazne Miracle Mirari }
|
||||||
milana_female = { Milanka }
|
milana_female = { Milanka }
|
||||||
mildred_female = { Mylddrhydd }
|
mildred_female = { Mylddrhydd }
|
||||||
miranda_female = { Myrandda Myrhandda }
|
miranda_female = { Myrandda Myrhandda }
|
||||||
mireille_female = { Mir_e_grv_io Mireia Mireille Mirell Mireya }
|
mireille_female = { Mir_e_grv_io Mireia Mireille Mirell Mireya }
|
||||||
monica_female = { M_o_grv_nica Mona Monica Monika Monique Mounico_female }
|
monica_female = { M_o_act_nica M_o_grv_nica Mona Monica Monika Monique Mounico_female }
|
||||||
montserrat_female = { Montse Montserrat }
|
montserrat_female = { Montse Montserrat }
|
||||||
morgana_female = { Morgana Morganna Morgen Morhgana Mourgano Mwrgyn }
|
morgana_female = { Morgana Morganna Morgen Morhgana Mourgano Mwrgyn }
|
||||||
muriel_female = { Murielo }
|
muriel_female = { Murielo }
|
||||||
nadezhda_female = { Nad_e_grv_jo Nadia Nadine }
|
nadezhda_female = { N_a_act_dia Nad_e_grv_jo Nadia Nadine }
|
||||||
nahia_female = { Nahia Nahikari }
|
nahia_female = { Nahia Nahikari }
|
||||||
naima_female = { Naima }
|
naima_female = { Naima }
|
||||||
najat_female = { Najat }
|
najat_female = { Najat }
|
||||||
naomi_female = { Naiomi Naomi Naomy Noemi Nouen_i_grv_o }
|
naomi_female = { Naiomi Naomi Naomy Noemi Nouen_i_grv_o }
|
||||||
nasrin_female = { Nesrine }
|
nasrin_female = { Nesrine }
|
||||||
nathalie_female = { Nadalo Naitailie Nat_a_grv_lia Natach_a_grv_ Natal_i_grv_o Natale Natalia Natalie Natascha Natascia Natasha Natasja Nathalie }
|
nathalie_female = { Nadalo Naitailie Nat_a_act_lia Nat_a_grv_lia Natach_a_grv_ Natal_i_grv_o Natale Natalia Natalie Natascha Natascia Natasha Natasja Nathalie }
|
||||||
nawwal_female = { Nawel }
|
nawwal_female = { Nawel }
|
||||||
nazanin_female = { Nazanyn }
|
nazanin_female = { Nazanyn }
|
||||||
nazareth_female = { Natzaret }
|
nazareth_female = { Natzaret }
|
||||||
|
|
@ -395,7 +396,7 @@ paula_female = { Paiulai Paola Paula Paule Pauleto_female Paulette Paulina Pauli
|
||||||
paz_female = { Gentzane }
|
paz_female = { Gentzane }
|
||||||
penelope_female = { Penelope }
|
penelope_female = { Penelope }
|
||||||
petra_female = { Peireto Peirounello Peirouno Pernilla Pernille Petra Petrai Petronella Piera Pieternella Pytra Pytrha }
|
petra_female = { Peireto Peirounello Peirouno Pernilla Pernille Petra Petrai Petronella Piera Pieternella Pytra Pytrha }
|
||||||
philippa_female = { Felipino Ffylyppa Filippa Fyllypa Philippa Philippai }
|
philippa_female = { Felipino Ffylyppa Filipa Filippa Fyllypa Philippa Philippai }
|
||||||
philomena_female = { Ffylomyna Filomena Filoumeno }
|
philomena_female = { Ffylomyna Filomena Filoumeno }
|
||||||
phoebe_female = { Ffoyby Phoebe }
|
phoebe_female = { Ffoyby Phoebe }
|
||||||
phyllis_female = { Ffyllys }
|
phyllis_female = { Ffyllys }
|
||||||
|
|
@ -407,7 +408,7 @@ quitteria_female = { Quit_e_grv_ri }
|
||||||
rachel_female = { Rach_e_grv_l Rachael Rachel Rachyll Raichel Rakel Raquel Rashyl Rhachyl }
|
rachel_female = { Rach_e_grv_l Rachael Rachel Rachyll Raichel Rakel Raquel Rashyl Rhachyl }
|
||||||
ragnhild_female = { Ragnhild Reinhilde }
|
ragnhild_female = { Ragnhild Reinhilde }
|
||||||
ramona_female = { Raimunda Ramona Ramoundo_female Raymonde }
|
ramona_female = { Raimunda Ramona Ramoundo_female Raymonde }
|
||||||
raphaela_female = { Raffaella }
|
raphaela_female = { Rafaela Raffaella }
|
||||||
rashida_female = { Rachida }
|
rashida_female = { Rachida }
|
||||||
rayhan_female = { Rayhana }
|
rayhan_female = { Rayhana }
|
||||||
rebecca_female = { Beeke Beke Rebeca Rebecca Rebeccai Rebecka Rebeka Rebekah Rebekka Rybycca Rybykka }
|
rebecca_female = { Beeke Beke Rebeca Rebecca Rebeccai Rebecka Rebeka Rebekah Rebekka Rybycca Rybykka }
|
||||||
|
|
@ -417,7 +418,7 @@ renata_female = { Ren_e_act_e Renate Renato_female }
|
||||||
rhiannon_female = { Rhiannon Rhyannon }
|
rhiannon_female = { Rhiannon Rhyannon }
|
||||||
rocio_female = { Ihintza Roc_i_act_o }
|
rocio_female = { Ihintza Roc_i_act_o }
|
||||||
rolanda_female = { Roulando_female }
|
rolanda_female = { Roulando_female }
|
||||||
romana_female = { Roumano_female }
|
romana_female = { Romana Roumano_female }
|
||||||
rosa_female = { Rhosyn Rosa Rose Rosie Rosina Rosita Roso_female Rosy Rousado Rousino Rozenn }
|
rosa_female = { Rhosyn Rosa Rose Rosie Rosina Rosita Roso_female Rosy Rousado Rousino Rozenn }
|
||||||
rosaanna_female = { Rosanna }
|
rosaanna_female = { Rosanna }
|
||||||
rosalia_female = { Rosalia Rosalie Rosely Rousal_i_grv_o }
|
rosalia_female = { Rosalia Rosalie Rosely Rousal_i_grv_o }
|
||||||
|
|
@ -449,7 +450,7 @@ soledad_female = { Bakarne Xole }
|
||||||
solene_female = { Soul_e_grv_no }
|
solene_female = { Soul_e_grv_no }
|
||||||
sophia_female = { S_o_grv_nia Soffy Sofie Sofia Sonia Sonja Sophia Sophiai Sophie Souf_i_grv_o }
|
sophia_female = { S_o_grv_nia Soffy Sofie Sofia Sonia Sonja Sophia Sophiai Sophie Souf_i_grv_o }
|
||||||
sophronia_female = { Soffrhonya Soffronya }
|
sophronia_female = { Soffrhonya Soffronya }
|
||||||
soraya_female = { Soraya }
|
soraya_female = { Soraia Soraya }
|
||||||
stella_female = { Estel Estela Estelle Estello Izar Izarne Seren Stella Steren Sterenn Sterre }
|
stella_female = { Estel Estela Estelle Estello Izar Izarne Seren Stella Steren Sterenn Sterre }
|
||||||
stephanie_female = { Estefania Esteveneto Fan_i_grv_ St_e_act_phanie Stefania Stefanie Steffi Stephainie Stephanie Styffanyy }
|
stephanie_female = { Estefania Esteveneto Fan_i_grv_ St_e_act_phanie Stefania Stefanie Steffi Stephainie Stephanie Styffanyy }
|
||||||
suad_female = { Souad }
|
suad_female = { Souad }
|
||||||
|
|
|
||||||
|
|
@ -26,14 +26,14 @@ aidan_male = { Aeddan }
|
||||||
ajax_male = { Ajaks }
|
ajax_male = { Ajaks }
|
||||||
aki_male = { _A_rng_ke Aage }
|
aki_male = { _A_rng_ke Aage }
|
||||||
alan_male = { Ailain Alain Alan Allan Allen Alun }
|
alan_male = { Ailain Alain Alan Allan Allen Alun }
|
||||||
albanus_male = { Alb_a_grv_ Alban Auban }
|
albanus_male = { Alb_a_grv_ Alban Albano Auban }
|
||||||
alberic_male = { Aubrey Aubrhyy }
|
alberic_male = { Aubrey Aubrhyy }
|
||||||
albert_male = { Adalbert Ailbert Albert Alberto Albertus Alberzh Albrecht Albyrht Albyrt Allbyrt Aubert }
|
albert_male = { Adalbert Ailbert Albert Alberto Albertus Alberzh Albrecht Albyrht Albyrt Allbyrt Aubert }
|
||||||
albinus_male = { Albin Albino Aubin }
|
albinus_male = { Albin Albino Aubin }
|
||||||
alex_male = { _A_grv_lex Alec Alex Alick Alyks }
|
alex_male = { _A_grv_lex Alec Alex Alick Alyks }
|
||||||
alexander_male = { Ailaistair Alastair Alastayrh Aleissandre Aleksander Aleksandr Alessandro Alexander Alexandre Alistair Allyksanddyr Allyystyr Alyksanddyr Alyksandyrh Sacha Sander Sandrino }
|
alexander_male = { Ailaistair Alastair Alastayrh Aleissandre Aleksander Aleksandr Alessandro Alexander Alexandre Alistair Allyksanddyr Allyystyr Alyksanddyr Alyksandyrh Sacha Sander Sandrino Sandro }
|
||||||
alexis_male = { Al_e_grv_ssi Aleix Ales Alexis }
|
alexis_male = { Al_e_grv_ssi Aleix Ales Alexis }
|
||||||
alfonso_male = { Alfons Alfonso Alphonse Anfous }
|
alfonso_male = { Afonso Alfons Alfonso Alphonse Anfous }
|
||||||
alfred_male = { Ailfredd Alffrydd Alfie Alfred Alfredo Alfret Alfrhyd Allfrydd }
|
alfred_male = { Ailfredd Alffrydd Alfie Alfred Alfredo Alfret Alfrhyd Allfrydd }
|
||||||
ali_male = { Ali Aly }
|
ali_male = { Ali Aly }
|
||||||
alvar_male = { _A_act_lvaro _A_grv_lvar Alvaro }
|
alvar_male = { _A_act_lvaro _A_grv_lvar Alvaro }
|
||||||
|
|
@ -45,10 +45,10 @@ amatus_male = { Amado Amat Amato }
|
||||||
ambrosius_male = { Ambr_o_grv_si Ambrogio Ambrose Ambrosio Ambrosyws Emrhys Emrys }
|
ambrosius_male = { Ambr_o_grv_si Ambrogio Ambrose Ambrosio Ambrosyws Emrhys Emrys }
|
||||||
amin_male = { Amine Elamine }
|
amin_male = { Amine Elamine }
|
||||||
amir_male = { Amir }
|
amir_male = { Amir }
|
||||||
anastasius_male = { Anastasio Tasio }
|
anastasius_male = { Anast_a_act_cio Anastasio Tasio }
|
||||||
anatolius_male = { Anat_o_grv_li Anatol }
|
anatolius_male = { Anat_o_grv_li Anatol }
|
||||||
andrew_male = { Ainddrew Anddryw Ander Anders Andr_e_act_ Andre Andrea_male Andreas Andreu Andrew Andrhyw Andri_e_act_u Andries Andy }
|
andrew_male = { Ainddrew Anddryw Ander Anders Andr_e_act_ Andre Andrea_male Andreas Andreu Andrew Andrhyw Andri_e_act_u Andries Andy }
|
||||||
angel_male = { _A_grv_ngel Ael Aingeru Ange Angelo Anjel Gotzon }
|
angel_male = { _A_grv_ngel _A_hat_ngelo Ael Aingeru Ange Angelo Anjel Gotzon }
|
||||||
angus_male = { Angus }
|
angus_male = { Angus }
|
||||||
anselm_male = { Ans_e_grv_ume Ansylm }
|
anselm_male = { Ans_e_grv_ume Ansylm }
|
||||||
anthony_male = { Aintoni Andoni Anfony Anfwny Ant_o_act_nio Ant_o_grv_ni Anthonie Anthonius Anthony Antoine Anton Antoni Antonie Antonio Antonius Antony Antoon Antton Antxon T_o_grv_ni Teun Teunis Toni Tony }
|
anthony_male = { Aintoni Andoni Anfony Anfwny Ant_o_act_nio Ant_o_grv_ni Anthonie Anthonius Anthony Antoine Anton Antoni Antonie Antonio Antonius Antony Antoon Antton Antxon T_o_grv_ni Teun Teunis Toni Tony }
|
||||||
|
|
@ -57,7 +57,7 @@ anwar_male = { Anouar }
|
||||||
arcadius_male = { Arcadi }
|
arcadius_male = { Arcadi }
|
||||||
archangel_male = { Arcangelo }
|
archangel_male = { Arcangelo }
|
||||||
archibald_male = { Airchibaildd Archibald Archyballdd Arkyballdd }
|
archibald_male = { Airchibaildd Archibald Archyballdd Arkyballdd }
|
||||||
aristides_male = { Aristido }
|
aristides_male = { Aristides Aristido }
|
||||||
arne_male = { Anjes Anne_male Are Arne }
|
arne_male = { Anjes Anne_male Are Arne }
|
||||||
arnold_male = { Aart Airnoldd Arend Arhnoldd Arnald Arnau Arnaud Arnaut Arndt Arno Arnold Arnoldus Arnolldd Arnoud E_n_tld_aut }
|
arnold_male = { Aart Airnoldd Arend Arhnoldd Arnald Arnau Arnaud Arnaut Arndt Arno Arnold Arnoldus Arnolldd Arnoud E_n_tld_aut }
|
||||||
arnulf_male = { Arnulf }
|
arnulf_male = { Arnulf }
|
||||||
|
|
@ -70,9 +70,9 @@ aryeh_male = { Arie }
|
||||||
asbjorn_male = { Asbj_o_stk_rn Ebbe Espen }
|
asbjorn_male = { Asbj_o_stk_rn Ebbe Espen }
|
||||||
asgeir_male = { Eske }
|
asgeir_male = { Eske }
|
||||||
asier_male = { Asier Axier }
|
asier_male = { Asier Axier }
|
||||||
augustine_male = { Agostino Agust_i_act_ Agustin Augustinus Awstin }
|
augustine_male = { Agostinho Agostino Agust_i_act_ Agustin Augustinus Awstin }
|
||||||
augustus_male = { Aguste August Augusto Augustus Awgust Awgustws }
|
augustus_male = { Aguste August Augusto Augustus Awgust Awgustws }
|
||||||
aurelius_male = { Aureli Aurelio }
|
aurelius_male = { Aur_e_act_lio Aureli Aurelio }
|
||||||
aurelian_male = { Aurelian }
|
aurelian_male = { Aurelian }
|
||||||
axel_male = { Aksel Assel Axel }
|
axel_male = { Aksel Assel Axel }
|
||||||
ayman_male = { Aymen }
|
ayman_male = { Aymen }
|
||||||
|
|
@ -120,27 +120,27 @@ calixtus_male = { Calist Kallist }
|
||||||
calvin_male = { Callwyn }
|
calvin_male = { Callwyn }
|
||||||
cameron_male = { Kaimeron Kamyron }
|
cameron_male = { Kaimeron Kamyron }
|
||||||
camillus_male = { Camihe Camil Camill Camille Camillo }
|
camillus_male = { Camihe Camil Camill Camille Camillo }
|
||||||
candidus_male = { Kandido }
|
candidus_male = { C_a_hat_ndido Kandido }
|
||||||
canute_male = { Knud Knut }
|
canute_male = { Knud Knut }
|
||||||
caradog_male = { Caradog Carhaddog }
|
caradog_male = { Caradog Carhaddog }
|
||||||
carloman_male = { Carhloman }
|
carloman_male = { Carhloman }
|
||||||
carmel_male = { Carmelo Carmine Karmelo }
|
carmel_male = { Carmelo Carmine Karmelo }
|
||||||
casimir_male = { Casim_e_grv_r Casimir }
|
casimir_male = { Casim_e_grv_r Casimir Casimiro }
|
||||||
caspar_male = { Casper Gaspar Gaspard Gaspare Jasper Jesper Kaspar Kasper }
|
caspar_male = { Casper Gaspar Gaspard Gaspare Jasper Jesper Kaspar Kasper }
|
||||||
cassian_male = { Cassi_a_grv_ Cassian }
|
cassian_male = { Cassi_a_grv_ Cassian }
|
||||||
cecil_male = { Cecil }
|
cecil_male = { Cecil }
|
||||||
cedric_male = { C_e_act_dric Cedric Cydrhyc }
|
cedric_male = { C_e_act_dric Cedric Cydrhyc }
|
||||||
celestine_male = { Celestin Celestino }
|
celestine_male = { Celestin Celestino }
|
||||||
celso_male = { Cels }
|
celso_male = { Cels Celso }
|
||||||
chakrabarti_male = { Chacrabarty Shakrabarty }
|
chakrabarti_male = { Chacrabarty Shakrabarty }
|
||||||
charles_male = { Carl Carle Carles Carlo Carlos Chairles Charhlys Charle Charles Charlez Charlie Charllys Karel Karl Karlos Sharlys }
|
charles_male = { Carl Carle Carles Carlo Carlos Chairles Charhlys Charle Charles Charlez Charlie Charllys Karel Karl Karlos Sharlys }
|
||||||
charlesedward_male = { Carl-Edvard }
|
charlesedward_male = { Carl-Edvard }
|
||||||
charlesfrederick_male = { Carlfriedrich Karl-Friedrich }
|
charlesfrederick_male = { Carlfriedrich Karl-Friedrich }
|
||||||
charleshenry_male = { Carle-Enri Karlheinz Karl-Heinz }
|
charleshenry_male = { Carle-Enri Karlheinz Karl-Heinz }
|
||||||
charlesjohn_male = { Karl-Johan }
|
charlesjohn_male = { Karl-Johan }
|
||||||
christian_male = { Carsten Christer Christiaan Christian Christianus Crestian Cristian Karsten Kersten Kresten Kristen_male Krister Kristian }
|
christian_male = { Carsten Christer Christiaan Christian Christianus Crestian Cristian Cristiano Karsten Kersten Kresten Kristen_male Krister Kristian }
|
||||||
christopher_male = { Chrhystoffyrh Christoff Christoffer Christoph Christophe Christopher Chrystoffyr Crist_o_grv_fol Crist_o_grv_u Cristoforo Kit Kristof Kristofer Kristoffer Shrystoffyr }
|
christopher_male = { Chrhystoffyrh Christoff Christoffer Christoph Christophe Christopher Chrystoffyr Crist_o_act_v_a_tld_o Crist_o_grv_fol Crist_o_grv_u Cristoforo Kit Kristof Kristofer Kristoffer Shrystoffyr }
|
||||||
claudius_male = { Claude_male Claudi Claudio Claudius Gl_a_grv_udi Glaoda Glywys Klaod Klaudio }
|
claudius_male = { Cl_a_act_udio Claude_male Claudi Claudio Claudius Gl_a_grv_udi Glaoda Glywys Klaod Klaudio }
|
||||||
clement_male = { Cl_e_act_ment Clem_e_grv_nt Clemens Clement Clemente Climent Cllymynt Klement Klymynt }
|
clement_male = { Cl_e_act_ment Clem_e_grv_nt Clemens Clement Clemente Climent Cllymynt Klement Klymynt }
|
||||||
clovis_male = { Clouvis Clovis }
|
clovis_male = { Clouvis Clovis }
|
||||||
colombanus_male = { Caillum Callum Kallwm }
|
colombanus_male = { Caillum Callum Kallwm }
|
||||||
|
|
@ -165,13 +165,13 @@ daniel_male = { Daan Dan Danel Dani_e_grv_ Dani_e_uml_l Daniel Daniele Danilo Da
|
||||||
darius_male = { Dario Darius Ddairius Ddarhyus Ddaryus }
|
darius_male = { Dario Darius Ddairius Ddarhyus Ddaryus }
|
||||||
david_male = { D_a_grv_vi Dafydd Daveth David Davide Davy Ddaivid Ddavydd Ddawyd Ddawyydd Dewi Divi }
|
david_male = { D_a_grv_vi Dafydd Daveth David Davide Davy Ddaivid Ddavydd Ddawyd Ddawyydd Dewi Divi }
|
||||||
delphinus_male = { Delf_i_act_ }
|
delphinus_male = { Delf_i_act_ }
|
||||||
denis_male = { Danis Ddennis Ddynnys Denez Denis Dennis Denys Dion_i_act_s Dionisio Dionys }
|
denis_male = { D_e_act_nis Danis Ddennis Ddynnys Denez Denis Dennis Denys Dion_i_act_s Dionisio Dionys }
|
||||||
dermot_male = { Dermod }
|
dermot_male = { Dermod }
|
||||||
desiderius_male = { Deidi_e_act_ Didier }
|
desiderius_male = { Deidi_e_act_ Didier }
|
||||||
detlev_male = { Delf Detlef Detleff Detlev Ditlev }
|
detlev_male = { Delf Detlef Detleff Detlev Ditlev }
|
||||||
dietmar_male = { Detmar Dietmar }
|
dietmar_male = { Detmar Dietmar }
|
||||||
dimitri_male = { Dem_e_grv_tri Demetri Demetrio Dimitri }
|
dimitri_male = { Dem_e_grv_tri Demetri Demetrio Dimitri }
|
||||||
dominic_male = { Ddominic Ddomynyc Ddwmynyk Dom_e_grv_nec Dominic Dominik Dominique_male Doumenge Txomin }
|
dominic_male = { Ddominic Ddomynyc Ddwmynyk Dom_e_grv_nec Domingos Dominic Dominik Dominique_male Doumenge Txomin }
|
||||||
donald_male = { Ddonaild Ddonaldd Ddumnagual Donald Donny Dumnagual }
|
donald_male = { Ddonaild Ddonaldd Ddumnagual Donald Donny Dumnagual }
|
||||||
donatus_male = { Donat Donato }
|
donatus_male = { Donat Donato }
|
||||||
douglas_male = { Ddouglas Ddouglais Ddougllas Douglas }
|
douglas_male = { Ddouglas Ddouglais Ddougllas Douglas }
|
||||||
|
|
@ -186,15 +186,16 @@ edwin_male = { Eddwyn Edvin Edwin Edwyn }
|
||||||
egbert_male = { Egbert }
|
egbert_male = { Egbert }
|
||||||
ekkehard_male = { Eckehard Eckhard Eckart Eicke Eike Ekkehard Eyke }
|
ekkehard_male = { Eckehard Eckhard Eckart Eicke Eike Ekkehard Eyke }
|
||||||
eligius_male = { Aloi Eloi }
|
eligius_male = { Aloi Eloi }
|
||||||
elijah_male = { El_i_grv_o Elies Elia Elias Eliaz Elio Ilyes Lyes }
|
elijah_male = { El_i_grv_o Elies Elia Elias Eliaz Ilyes Lyes }
|
||||||
|
elio_male = { _E_act_lio Elio }
|
||||||
eliseus_male = { Eliseo }
|
eliseus_male = { Eliseo }
|
||||||
elliot_male = { Elliot Elliott Ellyot Elywt }
|
elliot_male = { Elliot Elliott Ellyot Elywt }
|
||||||
elros_male = { Elrhos Elros }
|
elros_male = { Elrhos Elros }
|
||||||
elouan_male = { Elouan Elouann }
|
elouan_male = { Elouan Elouann }
|
||||||
emeric_male = { Aimery Eimeri Emich }
|
emeric_male = { Aimery Am_e_act_rico Eimeri Emich }
|
||||||
emil_male = { _E_act_mile Emil Emile Emili Emilio Milio }
|
emil_male = { _E_act_mile Emil Emile Emili Emilio Milio }
|
||||||
emilian_male = { Emilian }
|
emilian_male = { Emilian }
|
||||||
emmanuel_male = { Emanuel Emanuele Emmanuel Emmanuele Enmanu_e_grv_l Imanol Manel Manu Manu_e_grv_ Manuel }
|
emmanuel_male = { Emanuel Emanuele Emmanuel Emmanuele Enmanu_e_grv_l Imanol Manel Manoel Manu Manu_e_grv_ Manuel }
|
||||||
engelbert_male = { Engelbert Ingebrigt }
|
engelbert_male = { Engelbert Ingebrigt }
|
||||||
erasmus_male = { Asmus Erasmus Rasmus }
|
erasmus_male = { Asmus Erasmus Rasmus }
|
||||||
eric_male = { _E_act_ric _E_grv_ric Eirik Erhyc Eri Eric Erich Erik Errico Eryc Eryk }
|
eric_male = { _E_act_ric _E_grv_ric Eirik Erhyc Eri Eric Erich Erik Errico Eryc Eryk }
|
||||||
|
|
@ -202,8 +203,8 @@ erlend_male = { Erland Erlend }
|
||||||
ernest_male = { Ernest Ernesto Ernst Ernyst }
|
ernest_male = { Ernest Ernesto Ernst Ernyst }
|
||||||
erwin_male = { Erwein Erwin }
|
erwin_male = { Erwein Erwin }
|
||||||
ethan_male = { Ethan }
|
ethan_male = { Ethan }
|
||||||
eugene_male = { _E_act_ug_e_grv_ni Eugen Eugene Eugeni Eugenio Eujen Euken Ewgyny }
|
eugene_male = { _E_act_ug_e_grv_ni Eug_e_act_nio Eugen Eugene Eugeni Eugenio Eujen Euken Ewgyny }
|
||||||
eusebius_male = { Eusebi }
|
eusebius_male = { Eus_e_act_bio Eusebi }
|
||||||
eustace_male = { Eustace Eustache }
|
eustace_male = { Eustace Eustache }
|
||||||
evaristus_male = { Evarist }
|
evaristus_male = { Evarist }
|
||||||
ewald_male = { Evald Ewald }
|
ewald_male = { Evald Ewald }
|
||||||
|
|
@ -211,7 +212,7 @@ eystein_male = { _O_stk_ystein }
|
||||||
eyvind_male = { _O_stk_yvind Even Eyvind }
|
eyvind_male = { _O_stk_yvind Even Eyvind }
|
||||||
ezra_male = { Ezra }
|
ezra_male = { Ezra }
|
||||||
fabian_male = { Fabi_a_grv_ Fabian Fabiano Fabien Ffabyan }
|
fabian_male = { Fabi_a_grv_ Fabian Fabiano Fabien Ffabyan }
|
||||||
fabius_male = { Fabio }
|
fabius_male = { F_a_act_bio Fabio }
|
||||||
fabrice_male = { Fabrice Fabrizio }
|
fabrice_male = { Fabrice Fabrizio }
|
||||||
fadil_male = { Ffaddyl }
|
fadil_male = { Ffaddyl }
|
||||||
falk_male = { Falk Falko }
|
falk_male = { Falk Falko }
|
||||||
|
|
@ -242,7 +243,7 @@ francismichael_male = { Frank-Michael Franz_spc_Michael }
|
||||||
francisofassisi_male = { Francesc_spc_d_pst_Ass_i_act_s }
|
francisofassisi_male = { Francesc_spc_d_pst_Ass_i_act_s }
|
||||||
francispaula_male = { Francesc_spc_de_spc_Paula }
|
francispaula_male = { Francesc_spc_de_spc_Paula }
|
||||||
francisxavier_male = { Franc_e_act_s-Savi_e_act_ Francesc_spc_Xavier Francesco_spc_Saverio Frantzisko_spc_Xabier Patxi_spc_Xabier }
|
francisxavier_male = { Franc_e_act_s-Savi_e_act_ Francesc_spc_Xavier Francesco_spc_Saverio Frantzisko_spc_Xabier Patxi_spc_Xabier }
|
||||||
frederick_male = { Federico Ffrhydyrhyc Ffryddyryc Ffryddyryk Fiete Fietje Fr_e_act_d_e_act_ric Fred Fredderick Freddie Freddy Frederi Frederic Frederick Frederig Frederik Fredrik Frerich Frieder Friedrich Frits Fritz }
|
frederick_male = { Federico Ffrhydyrhyc Ffryddyryc Ffryddyryk Fiete Fietje Fr_e_act_d_e_act_ric Fred Fredderick Freddie Freddy Frederi Frederic Frederick Frederico Frederig Frederik Fredrik Frerich Frieder Friedrich Frits Fritz }
|
||||||
frederickhenry_male = { Fritz-Heiner }
|
frederickhenry_male = { Fritz-Heiner }
|
||||||
fuad_male = { Foued Fu_pst_ad }
|
fuad_male = { Foued Fu_pst_ad }
|
||||||
fulk_male = { Ffulk }
|
fulk_male = { Ffulk }
|
||||||
|
|
@ -255,7 +256,7 @@ gary_male = { Garry Gary }
|
||||||
gaston_male = { Gaston }
|
gaston_male = { Gaston }
|
||||||
gawayn_male = { Gaivin Gavin Gawayn Gawyyn }
|
gawayn_male = { Gaivin Gavin Gawayn Gawyyn }
|
||||||
geoffrey_male = { Gaufre Geoffrei Geoffrey Geoffroy Godefroy Godffrhyy Godfrey Goffredo Gottfried Gyoffrhyy Gyoffryy Jaufret Jeff Jeffrey Sieffre }
|
geoffrey_male = { Gaufre Geoffrei Geoffrey Geoffroy Godefroy Godffrhyy Godfrey Goffredo Gottfried Gyoffrhyy Gyoffryy Jaufret Jeff Jeffrey Sieffre }
|
||||||
george_male = { _O_uml_rjan G_o_uml_ran G_o_uml_rgen Georg George Georges Giorgio Gorch Gorka Gyorgy Gyorhgy J_o_grv_rgi J_o_stk_rgen J_o_stk_rn J_o_uml_ran J_o_uml_rg J_o_uml_rn J_u_uml_rgen Jord Jordi Jordy Joris Jorj Jorres Jory Jurgi Schorsch Si_o_hat_r Siorus Youri }
|
george_male = { _O_uml_rjan G_o_uml_ran G_o_uml_rgen Georg George Georges Giorgio Gorch Gorka Gyorgy Gyorhgy J_o_grv_rgi J_o_stk_rgen J_o_stk_rn J_o_uml_ran J_o_uml_rg J_o_uml_rn J_u_uml_rgen Jord Jordi Jordy Jorge Joris Jorj Jorres Jory Jurgi Schorsch Si_o_hat_r Siorus Youri }
|
||||||
georgejames_male = { Jordi_spc_Jaume }
|
georgejames_male = { Jordi_spc_Jaume }
|
||||||
georgejoseph_male = { Jordi_spc_Josep }
|
georgejoseph_male = { Jordi_spc_Josep }
|
||||||
gerald_male = { G_e_act_rald Geraildd Gerald Gerallt Gerold Giraud Guerau Gyraldd Gyralldd Gyrhaldd }
|
gerald_male = { G_e_act_rald Geraildd Gerald Gerallt Gerold Giraud Guerau Gyraldd Gyralldd Gyrhaldd }
|
||||||
|
|
@ -264,11 +265,11 @@ german_male = { Garmon Germ_a_grv_ German Kerman }
|
||||||
gerontius_male = { Geraint Gerens Gerontius Gyraynt Gyrhaynt }
|
gerontius_male = { Geraint Gerens Gerontius Gyraynt Gyrhaynt }
|
||||||
gilbert_male = { Gibert Gilbert Gylberht Gylbyrt Jilberzh }
|
gilbert_male = { Gibert Gilbert Gylberht Gylbyrt Jilberzh }
|
||||||
gildas_male = { Gildas Gweltaz Gylddas }
|
gildas_male = { Gildas Gweltaz Gylddas }
|
||||||
giles_male = { Egidio Gile Giles Gilles Gylys Jil Jili }
|
giles_male = { Egidio Gil Gile Giles Gilles Gylys Jil Jili }
|
||||||
gisbert_male = { Gijsbert Gijsbertus }
|
gisbert_male = { Gijsbert Gijsbertus }
|
||||||
glenn_male = { Glen Glenn }
|
glenn_male = { Glen Glenn }
|
||||||
godwin_male = { Godwyn }
|
godwin_male = { Godwyn }
|
||||||
gonzalo_male = { Gon_c_ced_al Gontzal }
|
gonzalo_male = { Gon_c_ced_al Gon_c_ced_alo Gontzal }
|
||||||
gordon_male = { Gorddon Gorhddon }
|
gordon_male = { Gorddon Gorhddon }
|
||||||
goronwy_male = { Goronwy Gronw }
|
goronwy_male = { Goronwy Gronw }
|
||||||
graham_male = { Graeme Graham }
|
graham_male = { Graeme Graham }
|
||||||
|
|
@ -276,7 +277,7 @@ gregory_male = { Greg_o_grv_ri Gregg Gregor Gregori Gregory Grhygorhy Grygor Gry
|
||||||
griffith_male = { Grhyffyf Gruffudd Gryffyf }
|
griffith_male = { Grhyffyf Gruffudd Gryffyf }
|
||||||
gunther_male = { G_u_uml_nter G_u_uml_nther Gunar Gunde Gunnar Gunter Gunther }
|
gunther_male = { G_u_uml_nter G_u_uml_nther Gunar Gunde Gunnar Gunter Gunther }
|
||||||
guntram_male = { Guntram }
|
guntram_male = { Guntram }
|
||||||
gustav_male = { G_o_uml_sta Gust_a_grv_vi Gustaf Gustav }
|
gustav_male = { G_o_uml_sta Gust_a_grv_vi Gustaf Gustav Gustavo }
|
||||||
guy_male = { Gui Guido Guy }
|
guy_male = { Gui Guido Guy }
|
||||||
gwenael_male = { Gu_e_act_na_e_uml_l Gwena_e_uml_l Gwenn-A_e_uml_l }
|
gwenael_male = { Gu_e_act_na_e_uml_l Gwena_e_uml_l Gwenn-A_e_uml_l }
|
||||||
gwenole_male = { Gu_e_act_nol_e_act_ Gw_e_act_nol_e_act_ Gwennole }
|
gwenole_male = { Gu_e_act_nol_e_act_ Gw_e_act_nol_e_act_ Gwennole }
|
||||||
|
|
@ -295,12 +296,12 @@ hassan_male = { Hasan Hassan Hassen }
|
||||||
hector_male = { Ectorh Eitor Ettore H_e_grv_ctor Hector Hektor Hyctor Hyctorh Hyktor }
|
hector_male = { Ectorh Eitor Ettore H_e_grv_ctor Hector Hektor Hyctor Hyctorh Hyktor }
|
||||||
helgi_male = { Helge }
|
helgi_male = { Helge }
|
||||||
helmut_male = { Hellmuth Helmut Helmuth }
|
helmut_male = { Hellmuth Helmut Helmuth }
|
||||||
henry_male = { Endika Enri Enric Enrico Enrike Enzo Harhrhy Harri Harry Heico Heiko Heiner Heinrich Heinz Henddri Hendricus Hendrik Hendrikus Henner Henri Henric Henricus Henrik Henry Henryk Herri Heyo Hinderk Hinnerk Hinrich Hynry Rico }
|
henry_male = { Endika Enri Enric Enrico Enrike Enzo Harhrhy Harri Harry Heico Heiko Heiner Heinrich Heinz Henddri Hendricus Hendrik Hendrikus Henner Henri Henric Henricus Henrik Henrique Henry Henryk Herri Heyo Hinderk Hinnerk Hinrich Hynry Rico }
|
||||||
henrywilliam_male = { Heinz-Wilhelm }
|
henrywilliam_male = { Heinz-Wilhelm }
|
||||||
herbert_male = { Herbert Heribert Hyrbyrt }
|
herbert_male = { Herbert Heribert Hyrbyrt }
|
||||||
hercules_male = { Ercwlff Hercules }
|
hercules_male = { Ercwlff Hercules }
|
||||||
hermann_male = { Armand Armin Ermanno Harm Herman Hermann Hermanus }
|
hermann_male = { Armand Armando Armin Ermanno Harm Herman Hermann Hermanus }
|
||||||
hieronymus_male = { Geronimo Girolamo J_e_act_r_o_hat_me Jeroen Jirome Yerom }
|
hieronymus_male = { Geronimo Girolamo J_e_act_r_o_hat_me Jer_o_act_nimo Jeroen Jirome Yerom }
|
||||||
hilarius_male = { Hilario Il_a_grv_ri Ilar Ilario }
|
hilarius_male = { Hilario Il_a_grv_ri Ilar Ilario }
|
||||||
hilmi_male = { Helmi }
|
hilmi_male = { Helmi }
|
||||||
hippolyte_male = { Hippolyt Ipoulite }
|
hippolyte_male = { Hippolyt Ipoulite }
|
||||||
|
|
@ -310,7 +311,7 @@ honorius_male = { Aneurin Onorato Ynyr }
|
||||||
horace_male = { Orazio Horace Horacio Horatio Horhatyo }
|
horace_male = { Orazio Horace Horacio Horatio Horhatyo }
|
||||||
hubert_male = { Hubert Hubertus Huberzh Ubert }
|
hubert_male = { Hubert Hubertus Huberzh Ubert }
|
||||||
hugh_male = { Hug Hugh Hugo Huw Hwgh Ugue }
|
hugh_male = { Hug Hugh Hugo Huw Hwgh Ugue }
|
||||||
humbert_male = { Umbert Umberto }
|
humbert_male = { Humberto Umbert Umberto }
|
||||||
humphrey_male = { Humfrhyy Humffryy Humphrei Humphrey Hwmffryy }
|
humphrey_male = { Humfrhyy Humffryy Humphrei Humphrey Hwmffryy }
|
||||||
husni_male = { Housni }
|
husni_male = { Housni }
|
||||||
hussam_male = { Houssam }
|
hussam_male = { Houssam }
|
||||||
|
|
@ -320,7 +321,7 @@ hyginus_male = { Higini Igino }
|
||||||
hywel_male = { Hoel Howel Howell Hywel }
|
hywel_male = { Hoel Howel Howell Hywel }
|
||||||
idris_male = { Driss Iddrys Idriss }
|
idris_male = { Driss Iddrys Idriss }
|
||||||
idwal_male = { Iddwal Iddwall }
|
idwal_male = { Iddwal Iddwall }
|
||||||
ignatius_male = { I_n_tld_aki Ignasi Ignaz Ignazio Natxo }
|
ignatius_male = { I_n_tld_aki Ignasi Ignaz Ignazio In_a_act_cio Natxo }
|
||||||
ignatiusmaria_male = { I_n_tld_aki_spc_Mirena }
|
ignatiusmaria_male = { I_n_tld_aki_spc_Mirena }
|
||||||
ingmar_male = { Ingemar }
|
ingmar_male = { Ingemar }
|
||||||
ingvar_male = { Igor Ingvar Ingwer }
|
ingvar_male = { Igor Ingvar Ingwer }
|
||||||
|
|
@ -337,7 +338,7 @@ jabir_male = { Jabyr }
|
||||||
jalil_male = { Jalyl }
|
jalil_male = { Jalyl }
|
||||||
jamal_male = { Djamel Jamel }
|
jamal_male = { Djamel Jamel }
|
||||||
jamaluddin_male = { Jamel_spc_Eddine }
|
jamaluddin_male = { Jamel_spc_Eddine }
|
||||||
james_male = { Diego Giacomo Iago Jacob Jacobus Jacques Jago Jagoba Jaicob Jaime Jaimes Jakes Jakez Jakob Jaky James Jamie Jamys Jamyy Jaque Jaume Jeppe Jim Jimmy Santi Santiago Xanti }
|
james_male = { Diego Diogo Giacomo Iago Jacob Jacobus Jacques Jago Jagoba Jaicob Jaime Jaimes Jakes Jakez Jakob Jaky James Jamie Jamys Jamyy Jaque Jaume Jeppe Jim Jimmy Santi Santiago Tiago Xanti }
|
||||||
jamesgeorge_male = { Jacob-G_o_uml_ran }
|
jamesgeorge_male = { Jacob-G_o_uml_ran }
|
||||||
jamesjoseph_male = { Jaume_spc_Josep }
|
jamesjoseph_male = { Jaume_spc_Josep }
|
||||||
jamesyves_male = { Jacques-Yves Jaque-Ives }
|
jamesyves_male = { Jacques-Yves Jaque-Ives }
|
||||||
|
|
@ -404,7 +405,7 @@ josephxavier_male = { Joseba_spc_Xabier }
|
||||||
joshua_male = { Joschua Josh Joshua Joshuai Josu_e_grv_ }
|
joshua_male = { Joschua Josh Joshua Joshuai Josu_e_grv_ }
|
||||||
jost_male = { Jobst Joost Jost }
|
jost_male = { Jobst Joost Jost }
|
||||||
judicael_male = { Ithel Judica_e_uml_l Judikael }
|
judicael_male = { Ithel Judica_e_uml_l Judikael }
|
||||||
jules_male = { Giulio J_u_grv_li Jules Juli Julio Julius Jullys Julys }
|
jules_male = { Giulio J_u_act_lio J_u_grv_li Jules Juli Julio Julius Jullys Julys }
|
||||||
julian_male = { Giuliano Julen Juli_a_grv__name Juliain Julian Julien Juluan Julyan }
|
julian_male = { Giuliano Julen Juli_a_grv__name Juliain Julian Julien Juluan Julyan }
|
||||||
justin_male = { Giustino Iestyn Justin Justyn }
|
justin_male = { Giustino Iestyn Justin Justyn }
|
||||||
justinian_male = { Iwstinian }
|
justinian_male = { Iwstinian }
|
||||||
|
|
@ -427,7 +428,7 @@ lambert_male = { Lambert Lamberto Lambertus Lamprecht }
|
||||||
lancelot_male = { Lancelot Lancylot Lansylot }
|
lancelot_male = { Lancelot Lancylot Lansylot }
|
||||||
latif_male = { Latuf }
|
latif_male = { Latuf }
|
||||||
lauge_male = { Lage Lauge }
|
lauge_male = { Lage Lauge }
|
||||||
lawrence_male = { Laiwrence Laora_n_tld_s Lars Lasse Laur_e_grv_ns Laurence_male Laurens Laurent Laurentius Laurhyncy Laurie Lawrence Lawrynsy Llauryncy Lloren_c_ced_ Lorenz Lorenzo Lourens Renzo }
|
lawrence_male = { Laiwrence Laora_n_tld_s Lars Lasse Laur_e_grv_ns Laurence_male Laurens Laurent Laurentius Laurhyncy Laurie Lawrence Lawrynsy Llauryncy Lloren_c_ced_ Lorenz Lorenzo Louren_c_ced_o Lourens Renzo }
|
||||||
leander_male = { Lander Leandre }
|
leander_male = { Lander Leandre }
|
||||||
leif_male = { Leif }
|
leif_male = { Leif }
|
||||||
lenaig_male = { L_e_act_na_i_uml_c Lenaig }
|
lenaig_male = { L_e_act_na_i_uml_c Lenaig }
|
||||||
|
|
@ -437,14 +438,14 @@ leopold_male = { Leopold Leopoldo Leoupold Luitpold }
|
||||||
levi_male = { Levi }
|
levi_male = { Levi }
|
||||||
liborius_male = { B_o_uml_rries Liborius }
|
liborius_male = { B_o_uml_rries Liborius }
|
||||||
linus_male = { Linus }
|
linus_male = { Linus }
|
||||||
lionel_male = { Lionel Liounel Llyonyll Lyonyl }
|
lionel_male = { Leonel Lionel Liounel Llyonyll Lyonyl }
|
||||||
lloyd_male = { Lloydd Loydd }
|
lloyd_male = { Lloydd Loydd }
|
||||||
lothar_male = { Clotaire Lothar }
|
lothar_male = { Clotaire Lothar }
|
||||||
louis_male = { Alois Aloys Aloysius Koldo Lew Lewis Llu_i_act_s Llywys Lo_i_uml_c Lo_i_uml_g Lo_i_uml_s Lodewijk Loeiz Lou_i_uml_s Louis Love Lovis Lu_i_act_s Ludovic Ludvig Ludwig Luigi Luis Lutz Lwddowyyc Lywys }
|
louis_male = { Alois Aloys Aloysius Koldo Lew Lewis Llu_i_act_s Llywys Lo_i_uml_c Lo_i_uml_g Lo_i_uml_s Lodewijk Loeiz Lou_i_uml_s Louis Love Lovis Lu_i_act_s Ludovic Ludvig Ludwig Luigi Luis Lutz Lwddowyyc Lywys }
|
||||||
louismaria_male = { Koldo_spc_Mirena Llu_i_act_s_spc_Maria }
|
louismaria_male = { Koldo_spc_Mirena Llu_i_act_s_spc_Maria }
|
||||||
louismichael_male = { Llu_i_act_s_spc_Miquel }
|
louismichael_male = { Llu_i_act_s_spc_Miquel }
|
||||||
lucian_male = { Lluci_a_grv_ Lucian Luciano Lucien Luken Lukian }
|
lucian_male = { Lluci_a_grv_ Lucian Luciano Lucien Luken Lukian }
|
||||||
lucius_male = { Llwcyus Lucio Lwcyus Lwsyus }
|
lucius_male = { L_u_act_cio Llwcyus Lucio Lwcyus Lwsyus }
|
||||||
luke_male = { Lluc Llwky Lu Luc Luca Lucas Luka Lukas Luke Luky Luuk }
|
luke_male = { Lluc Llwky Lu Luc Luca Lucas Luka Lukas Luke Luky Luuk }
|
||||||
lutfi_male = { Lotfi }
|
lutfi_male = { Lotfi }
|
||||||
luther_male = { L_u_uml_der }
|
luther_male = { L_u_uml_der }
|
||||||
|
|
@ -457,7 +458,7 @@ malcolm_male = { Maelcwn Mailcolm Malcolm }
|
||||||
malik_male = { Malek Mallyc Malyc Malyk }
|
malik_male = { Malek Mallyc Malyc Malyk }
|
||||||
malthe_male = { Malte Malthe }
|
malthe_male = { Malte Malthe }
|
||||||
manfred_male = { Manfred Manfrid }
|
manfred_male = { Manfred Manfrid }
|
||||||
marcel_male = { Marc_e_grv_u Marcel Marcello Markel Marsel Marsell Martxel Martxelo }
|
marcel_male = { Marc_e_grv_u Marcel Marcello Marcelo Markel Marsel Marsell Martxel Martxelo }
|
||||||
marcelinus_male = { Marcel_mdn_l_i_act_ Marcellinus Martzelino }
|
marcelinus_male = { Marcel_mdn_l_i_act_ Marcellinus Martzelino }
|
||||||
marianus_male = { Mari_a_grv_ Marian_male Mariano Meirion }
|
marianus_male = { Mari_a_grv_ Marian_male Mariano Meirion }
|
||||||
marinus_male = { Marino Marinus }
|
marinus_male = { Marino Marinus }
|
||||||
|
|
@ -465,7 +466,7 @@ marius_male = { M_a_act_rio M_a_grv_ri_male M_a_grv_rius Marhyus Mario Marius }
|
||||||
mark_male = { Mairk Marc Marco Marcus Margh Marhc Mark Marko Markos Markus }
|
mark_male = { Mairk Marc Marco Marcus Margh Marhc Mark Marko Markos Markus }
|
||||||
markanthony_male = { Marc_spc_Antoni }
|
markanthony_male = { Marc_spc_Antoni }
|
||||||
martial_male = { Mar_c_ced_al Marciau }
|
martial_male = { Mar_c_ced_al Marciau }
|
||||||
martin_male = { Maarten Mairtin Marhtyn Mart_i_act_ Marten Martin Martinus Martijn Martyn Mattin Morten }
|
martin_male = { Maarten Mairtin Marhtyn Mart_i_act_ Marten Martim Martin Martinus Martijn Martyn Mattin Morten }
|
||||||
marwan_male = { Marouane Marwan }
|
marwan_male = { Marouane Marwan }
|
||||||
mathurin_male = { Mathurin Matilin }
|
mathurin_male = { Mathurin Matilin }
|
||||||
matthew_male = { Mads Mah_e_act_ Maho Maittew Mat_i_act_s Mateu Matfyu Matfyw Mathew Mathias Mathieu Mathis Mati_e_act_u Matias Mats Matteo Matth_a_uml_us Matthew Matthias Matthijs Mattia Mattias Mazhev Thees Theis Thies Thijs }
|
matthew_male = { Mads Mah_e_act_ Maho Maittew Mat_i_act_s Mateu Matfyu Matfyw Mathew Mathias Mathieu Mathis Mati_e_act_u Matias Mats Matteo Matth_a_uml_us Matthew Matthias Matthijs Mattia Mattias Mazhev Thees Theis Thies Thijs }
|
||||||
|
|
@ -481,7 +482,7 @@ meinhard_male = { Meinert Meinhard }
|
||||||
melchior_male = { Melchior Melker }
|
melchior_male = { Melchior Melker }
|
||||||
mercury_male = { Myrhcurhy }
|
mercury_male = { Myrhcurhy }
|
||||||
merlin_male = { Merlijn Merlin Myrddin Myrlyn }
|
merlin_male = { Merlijn Merlin Myrddin Myrlyn }
|
||||||
michael_male = { Chiel Maic Maik Maikel Meical Meik Mich_e_grv_u Michael Michaiel Michel Michele Michiel Mick Micka_e_uml_l Mihangel Mikael Mike Mikel Mikkel Mikko Miqu_e_grv_u Miquel Misha_e_uml_l Mitchell Mitxel Mixel Mychayl Mychayll Myghal Myshayl Mytchyll }
|
michael_male = { Chiel Maic Maik Maikel Meical Meik Mich_e_grv_u Michael Michaiel Michel Michele Michiel Mick Micka_e_uml_l Miguel Mihangel Mikael Mike Mikel Mikkel Mikko Miqu_e_grv_u Miquel Misha_e_uml_l Mitchell Mitxel Mixel Mychayl Mychayll Myghal Myshayl Mytchyll }
|
||||||
michaelangel_male = { Michelangelo Mikel_spc_Anjel Mikel_spc_Gotzon Miquel_spc__A_grv_ngel }
|
michaelangel_male = { Michelangelo Mikel_spc_Anjel Mikel_spc_Gotzon Miquel_spc__A_grv_ngel }
|
||||||
michaelanthony_male = { Michelantonio }
|
michaelanthony_male = { Michelantonio }
|
||||||
modest_male = { Modest Modesto }
|
modest_male = { Modest Modesto }
|
||||||
|
|
@ -521,6 +522,7 @@ oliver_male = { _O_act_ulivi_e_act_ Olier Oliver Wllywyyr Wlywyyr Wlywyyrh }
|
||||||
onophrius_male = { Onofrio }
|
onophrius_male = { Onofrio }
|
||||||
oscar_male = { _O_grv_scar Oscair Oscar Oskar Ouscar }
|
oscar_male = { _O_grv_scar Oscair Oscar Oskar Ouscar }
|
||||||
oswald_male = { Osvaldo Oswald Oswallt }
|
oswald_male = { Osvaldo Oswald Oswallt }
|
||||||
|
ottmar_male = { Ademar Otmar Ottmar }
|
||||||
otto_male = { Eudes Eudo Ot Otto Udo }
|
otto_male = { Eudes Eudo Ot Otto Udo }
|
||||||
ovidius_male = { Ofydd Ovidio }
|
ovidius_male = { Ofydd Ovidio }
|
||||||
owen_male = { Owain Owen Owenn }
|
owen_male = { Owain Owen Owenn }
|
||||||
|
|
@ -554,29 +556,30 @@ quirinus_male = { Krijn Quirino }
|
||||||
rafiq_male = { Rafik }
|
rafiq_male = { Rafik }
|
||||||
ragnar_male = { Ragnar Rainer Raniero Reiner }
|
ragnar_male = { Ragnar Rainer Raniero Reiner }
|
||||||
rahim_male = { Rahyym }
|
rahim_male = { Rahyym }
|
||||||
|
ramiro_male = { Ramiro }
|
||||||
ramsay_male = { Raimsai Ramsay }
|
ramsay_male = { Raimsai Ramsay }
|
||||||
randolph_male = { Randdollff Randolph Rhanddolff }
|
randolph_male = { Randdollff Randolph Rhanddolff }
|
||||||
raphael_male = { Raf_e_grv_u Rafael Rafel Raffaele Raffaello Rapha_e_uml_l Raphael }
|
raphael_male = { Raf_e_grv_u Rafael Rafel Raffaele Raffaello Rapha_e_uml_l Raphael }
|
||||||
rashid_male = { Rachid }
|
rashid_male = { Rachid }
|
||||||
raoul_male = { Ra_u_uml_l Railph Ralf Ralff Rallff Ralph Raoul Raul Ravous Rhalff }
|
raoul_male = { Ra_u_act_l Ra_u_uml_l Railph Ralf Ralff Rallff Ralph Raoul Raul Ravous Rhalff }
|
||||||
rauf_male = { Raouf }
|
rauf_male = { Raouf }
|
||||||
rayan_male = { Rayan Rayanne }
|
rayan_male = { Rayan Rayanne }
|
||||||
raymond_male = { Erramun Raimon Raimondo Raimund Ramon Ramoun Raymond Raymwndd Reemt Remond Remont }
|
raymond_male = { Erramun Raimon Raimondo Raimund Ramon Ramoun Raymond Raymwndd Reemt Remond Remont }
|
||||||
reginald_male = { Reginaildd Reinalt Reinaud Reinhold Renaud Rheinallt Rhonaldd Rhygynaldd Ron Ronald Ronaldus Ronny Rygynaldd Rygynalldd }
|
reginald_male = { Reginaildd Reinalt Reinaud Reinhold Renaud Rheinallt Rhonaldd Rhygynaldd Ron Ronald Ronaldo Ronaldus Ronny Rygynaldd Rygynalldd }
|
||||||
regis_male = { R_e_grv_gis Ryks }
|
regis_male = { R_e_grv_gis Ryks }
|
||||||
reinhard_male = { Reinhard }
|
reinhard_male = { Reinhard }
|
||||||
remigius_male = { Remi Remigio Roumi_e_act_ }
|
remigius_male = { Remi Remigio Roumi_e_act_ }
|
||||||
renatus_male = { Reini_e_act_ Ren_e_act_ Renato }
|
renatus_male = { Reini_e_act_ Ren_e_act_ Renato }
|
||||||
reza_male = { Reda }
|
reza_male = { Reda }
|
||||||
reuben_male = { Reuben Rub_e_grv_n Ruben }
|
reuben_male = { R_u_act_ben Reuben Rub_e_grv_n Ruben }
|
||||||
rhys_male = { Reece Rhys }
|
rhys_male = { Reece Rhys }
|
||||||
riad_male = { Riad Riadh }
|
riad_male = { Riad Riadh }
|
||||||
richard_male = { Rhisiart Rhycharhdd Ricard Ricardo Riccardo Richairdd Richard Richardt Richarzh Rick Rickard Ricky Rik Rikard Rikardo Rychardd Rykardd }
|
richard_male = { Rhisiart Rhycharhdd Ricard Ricardo Riccardo Richairdd Richard Richardt Richarzh Rick Rickard Ricky Rik Rikard Rikardo Rychardd Rykardd }
|
||||||
ridwan_male = { Redouane }
|
ridwan_male = { Redouane }
|
||||||
robert_male = { Bob Bobby Rhobert Rhobyn Rhobyrht Rob Robert Roberto Robertus Robin Robyrt Roparzh Roubert Rupert Rupprecht }
|
robert_male = { Bob Bobby Rhobert Rhobyn Rhobyrht Rob Robert Roberto Robertus Robin Robyrt Roparzh Roubert Rupert Rupprecht }
|
||||||
roch_male = { Roc Rocco Rochus Rocky }
|
roch_male = { Roc Rocco Rochus Rocky }
|
||||||
roderick_male = { Rhodri Rhydderch Rodderick Roderic Roderick Roudrigo Rui }
|
roderick_male = { Rhodri Rhydderch Rodderick Roderic Roderick Rodrigo Roudrigo Rui }
|
||||||
roger_male = { R_o_uml_tger R_u_uml_diger Rhogyrh Rogel_mdn_li Roger Rogier Rogyr Roje Rougi_e_act_ Rutger }
|
roger_male = { R_o_uml_tger R_u_uml_diger Rhogyrh Rog_e_act_rio Rogel_mdn_li Roger Rogier Rogyr Roje Rougi_e_act_ Rutger }
|
||||||
roland_male = { Rholandd Roland Rouland Wrlanddo }
|
roland_male = { Rholandd Roland Rouland Wrlanddo }
|
||||||
roman_male = { Rhoman Rhufon Rom_a_grv_ Romain Roman Romano Rouman }
|
roman_male = { Rhoman Rhufon Rom_a_grv_ Romain Roman Romano Rouman }
|
||||||
romeo_male = { Romeo }
|
romeo_male = { Romeo }
|
||||||
|
|
@ -596,9 +599,9 @@ samuel_male = { Saimuel Sam Samu_e_grv_l Samuel Samuyl Samuyll Sawyl }
|
||||||
sancho_male = { San_c_ced_ }
|
sancho_male = { San_c_ced_ }
|
||||||
saturninus_male = { Saturnino }
|
saturninus_male = { Saturnino }
|
||||||
saul_male = { Sa_u_uml_l }
|
saul_male = { Sa_u_uml_l }
|
||||||
sebastian_male = { Bas Bastiaan Bastian S_e_act_bastien Sebasti_a_grv_ Sebastiaan Sebastian Sebastiano }
|
sebastian_male = { Bas Bastiaan Bastian S_e_act_bastien Sebasti_a_grv_ Sebasti_a_tld_o Sebastiaan Sebastian Sebastiano }
|
||||||
secundus_male = { Secondo Segundo }
|
secundus_male = { Secondo Segundo }
|
||||||
seraphin_male = { Serafino }
|
seraphin_male = { Serafim Serafino }
|
||||||
sergius_male = { S_e_grv_rgi Serge Sergi Sergio Serigi Serj }
|
sergius_male = { S_e_grv_rgi Serge Sergi Sergio Serigi Serj }
|
||||||
severinus_male = { S_o_uml_nke S_o_stk_ren S_o_uml_ren Severin Severino }
|
severinus_male = { S_o_uml_nke S_o_stk_ren S_o_uml_ren Severin Severino }
|
||||||
severus_male = { Seferus Sywyrhus }
|
severus_male = { Seferus Sywyrhus }
|
||||||
|
|
@ -606,11 +609,12 @@ shamsuddin_male = { Chems-Eddine }
|
||||||
shaykh_male = { Cheikh }
|
shaykh_male = { Cheikh }
|
||||||
sherlock_male = { Shyrlok }
|
sherlock_male = { Shyrlok }
|
||||||
sidney_male = { Sidney Sydney }
|
sidney_male = { Sidney Sydney }
|
||||||
|
sidonius_male = { Sid_o_act_nio }
|
||||||
siegfried_male = { Siegfried Sigfred Sigfrid }
|
siegfried_male = { Siegfried Sigfred Sigfrid }
|
||||||
siegmar_male = { Siemer Sigmar }
|
siegmar_male = { Siemer Sigmar }
|
||||||
siegmund_male = { Segimon Siegmund Sigismund Sigmund }
|
siegmund_male = { Segimon Siegmund Sigismund Sigmund }
|
||||||
sigurd_male = { Sievert Sigurd Sjoerd }
|
sigurd_male = { Sievert Sigurd Sjoerd }
|
||||||
simon_male = { Simen Simeon Simon Simone_male Simoun Symon }
|
simon_male = { Sim_a_tld_o Simen Simeon Simon Simone_male Simoun Symon }
|
||||||
solomon_male = { Salomon Seleven Selyf Slimane Souleymane }
|
solomon_male = { Salomon Seleven Selyf Slimane Souleymane }
|
||||||
spencer_male = { Spynsyr }
|
spencer_male = { Spynsyr }
|
||||||
stanislaus_male = { Estanislau Stanislaw }
|
stanislaus_male = { Estanislau Stanislaw }
|
||||||
|
|
@ -623,7 +627,7 @@ sven_male = { Svein Sven Svend Swen }
|
||||||
sviatopolk_male = { Svante }
|
sviatopolk_male = { Svante }
|
||||||
sylvain_male = { S_e_act_uvan Silvanus Sylvain }
|
sylvain_male = { S_e_act_uvan Silvanus Sylvain }
|
||||||
sylvester_male = { Silbestre Silvestro Sylwystyrh }
|
sylvester_male = { Silbestre Silvestro Sylwystyrh }
|
||||||
sylvius_male = { Silvio Silvius Sylvio }
|
sylvius_male = { S_i_act_lvio Silvio Silvius Sylvio }
|
||||||
talal_male = { Talal }
|
talal_male = { Talal }
|
||||||
talib_male = { Talyb }
|
talib_male = { Talyb }
|
||||||
taliesin_male = { Taliesin Talyysyn }
|
taliesin_male = { Taliesin Talyysyn }
|
||||||
|
|
@ -636,8 +640,8 @@ theobald_male = { Tepot Theobald Thibault Thyobaldd Tibaud }
|
||||||
theodore_male = { Teodor Teodoro Teoudor Theodor Theodore Theodorus Tudor }
|
theodore_male = { Teodor Teodoro Teoudor Theodor Theodore Theodorus Tudor }
|
||||||
theodoric_male = { Ddyryk Derek Derk Derrick Diedrich Dierk Dieter Dietrich Dirk Terris Tewdrig Thierry Till Tyll Tyrry }
|
theodoric_male = { Ddyryk Derek Derk Derrick Diedrich Dierk Dieter Dietrich Dirk Terris Tewdrig Thierry Till Tyll Tyrry }
|
||||||
theodosius_male = { Tewdos }
|
theodosius_male = { Tewdos }
|
||||||
theophilus_male = { Teoufile Theophil Thyoffylus }
|
theophilus_male = { Te_o_act_filo Teoufile Theophil Thyoffylus }
|
||||||
thomas_male = { Thomas Tom Tomais Tomas Tomaz Tommy Tomos Toumas }
|
thomas_male = { Thomas Tom Tom_a_act_s Tomais Tomas Tomaz Tommy Tomos Toumas }
|
||||||
thor_male = { Thor Tor }
|
thor_male = { Thor Tor }
|
||||||
thorbjorn_male = { Thorben Thorbj_o_stk_rn Thorbj_o_uml_rn Torben Torbj_o_stk_rn Torbj_o_uml_rn }
|
thorbjorn_male = { Thorben Thorbj_o_stk_rn Thorbj_o_uml_rn Torben Torbj_o_stk_rn Torbj_o_uml_rn }
|
||||||
thorgeir_male = { Terje Torgeir Torgjer Toke }
|
thorgeir_male = { Terje Torgeir Torgjer Toke }
|
||||||
|
|
@ -656,7 +660,7 @@ tryggve_male = { Tryggve Trygve }
|
||||||
tugdual_male = { Tudal Tugdual }
|
tugdual_male = { Tudal Tugdual }
|
||||||
ulrich_male = { Uli Ulrich Ulrik }
|
ulrich_male = { Uli Ulrich Ulrik }
|
||||||
umar_male = { Omar Oumar Umar }
|
umar_male = { Omar Oumar Umar }
|
||||||
urban_male = { Urban }
|
urban_male = { Urban Urbano }
|
||||||
urien_male = { Urien Uryn Uryyn }
|
urien_male = { Urien Uryn Uryyn }
|
||||||
uther_male = { Ufrh Ufyr Uther Uthyr }
|
uther_male = { Ufrh Ufyr Uther Uthyr }
|
||||||
uwe_male = { Ove Owe Uwe }
|
uwe_male = { Ove Owe Uwe }
|
||||||
|
|
@ -665,13 +669,14 @@ valdemar_male = { Valdemar Waldemar }
|
||||||
valentin_male = { Balendin Folant Valent_i_act_ Valentin Valentine Valentino }
|
valentin_male = { Balendin Folant Valent_i_act_ Valentin Valentine Valentino }
|
||||||
valerian_male = { Wyalyrhyan Wyalyryan }
|
valerian_male = { Wyalyrhyan Wyalyryan }
|
||||||
valerius_male = { Val_e_grv_ri Valeri Valerio }
|
valerius_male = { Val_e_grv_ri Valeri Valerio }
|
||||||
|
vasco_male = { Vasco }
|
||||||
vaughan_male = { Fychan Vaughan }
|
vaughan_male = { Fychan Vaughan }
|
||||||
venantius_male = { Benantzio }
|
venantius_male = { Benantzio }
|
||||||
victor_male = { Biktor Bittor V_i_act_ctor Victor Viktor Vitour Vittorio Wyyctorh }
|
victor_male = { Biktor Bittor V_i_act_ctor V_i_act_tor Victor Viktor Vitour Vittorio Wyyctorh }
|
||||||
victoremmanuel_male = { V_i_act_ctor_spc_Manuel }
|
victoremmanuel_male = { V_i_act_ctor_spc_Manuel }
|
||||||
victorianus_male = { Biktoriano }
|
victorianus_male = { Biktoriano }
|
||||||
vincent_male = { Bingen Vicen_c_ced_ Vinc_e_grv_ns Vincent Visant Wincent Wyyncynt }
|
vincent_male = { Bingen Vicen_c_ced_ Vicente Vinc_e_grv_ns Vincent Visant Wincent Wyyncynt }
|
||||||
virgil_male = { Virgilio }
|
virgil_male = { Verg_i_act_lio Virg_i_act_lio Virgilio }
|
||||||
viriathus_male = { Gwriad }
|
viriathus_male = { Gwriad }
|
||||||
vitalius_male = { Gwydol Vidal Viddal }
|
vitalius_male = { Gwydol Vidal Viddal }
|
||||||
vitus_male = { Vito }
|
vitus_male = { Vito }
|
||||||
|
|
@ -681,7 +686,7 @@ walter_male = { Gauchi_e_act_ Gauthier Gwallter Valter Wailter Walltyr Walter Wa
|
||||||
wenceslaus_male = { Wenzel }
|
wenceslaus_male = { Wenzel }
|
||||||
werner_male = { Werner Wessel }
|
werner_male = { Werner Wessel }
|
||||||
wilfried_male = { Wilfred Wilfrid Wilfried }
|
wilfried_male = { Wilfred Wilfrid Wilfried }
|
||||||
william_male = { Bill Billy Gilen Guillaume Guillem Gwilym Liam Llyam Lomig Lyam Guih_e_grv_n Guih_e_grv_ume Gwilherm Gwillam Pim Vilhelm Villy Wilhelm Wilhelmus Wilken Will Willem Willi Williaim William Willm Wilm Willy Wyllyam }
|
william_male = { Bill Billy Gilen Guilherme Guillaume Guillem Gwilym Liam Llyam Lomig Lyam Guih_e_grv_n Guih_e_grv_ume Gwilherm Gwillam Pim Vilhelm Villy Wilhelm Wilhelmus Wilken Will Willem Willi Williaim William Willm Wilm Willy Wyllyam }
|
||||||
wissam_male = { Wissam Wissem }
|
wissam_male = { Wissam Wissem }
|
||||||
wolf_male = { Ulf Wolf Wulf }
|
wolf_male = { Ulf Wolf Wulf }
|
||||||
xavier_male = { Savi_e_act_ Saverio Txaber Xabier Xaver Xavier Zavier }
|
xavier_male = { Savi_e_act_ Saverio Txaber Xabier Xaver Xavier Zavier }
|
||||||
|
|
|
||||||
|
|
@ -243,7 +243,7 @@
|
||||||
|
|
||||||
### Normal names
|
### Normal names
|
||||||
_E_act_douard _E_act_mile _E_act_ric _E_act_tienne
|
_E_act_douard _E_act_mile _E_act_ric _E_act_tienne
|
||||||
Adrien Aimery Alain Albert Alexandre Alexis Alphonse Am_e_act_d_e_act_e Amaury Andr_e_act_ Anthony Antoine Antonin Arnaud Arthur Axel
|
Adrien Aimery Alain Albert Alexandre Alexis Alphonse Am_e_act_d_e_act_e Amaury Andr_e_act_ Anthony Antoine Antonin Armand Arnaud Arthur Axel
|
||||||
B_e_act_renger Barth_e_act_l_e_act_my Baudouin Benjamin Beno_i_hat_t Bernard Bertrand Blaise Bruno
|
B_e_act_renger Barth_e_act_l_e_act_my Baudouin Benjamin Beno_i_hat_t Bernard Bertrand Blaise Bruno
|
||||||
C_e_act_dric C_e_act_sar Camille Charles Christian Christophe Cl_e_act_ment Claude_male Clotaire Clovis
|
C_e_act_dric C_e_act_sar Camille Charles Christian Christophe Cl_e_act_ment Claude_male Clotaire Clovis
|
||||||
Damien Daniel David Denis Didier Dimitri Dominique_male
|
Damien Daniel David Denis Didier Dimitri Dominique_male
|
||||||
|
|
@ -293,14 +293,14 @@
|
||||||
_E_grv_ve
|
_E_grv_ve
|
||||||
Ad_e_act_la_i_uml_de Ad_e_grv_le Adeline Agathe Agn_e_grv_s Albertine Ali_e_act_nor Alice Alix Am_e_act_lie Ana_i_uml_s Anastasie Andr_e_act_e Anne Anne-Laure Anne-Marie Anne-Sophie Annick Annie Antoinette Ariane Audrey Aur_e_act_lie Aurore
|
Ad_e_act_la_i_uml_de Ad_e_grv_le Adeline Agathe Agn_e_grv_s Albertine Ali_e_act_nor Alice Alix Am_e_act_lie Ana_i_uml_s Anastasie Andr_e_act_e Anne Anne-Laure Anne-Marie Anne-Sophie Annick Annie Antoinette Ariane Audrey Aur_e_act_lie Aurore
|
||||||
B_e_act_reng_e_grv_re Beno_i_hat_te Bernadette Blanche Brigitte
|
B_e_act_reng_e_grv_re Beno_i_hat_te Bernadette Blanche Brigitte
|
||||||
C_e_act_cile C_e_act_line Camille_female Carole Caroline Catherine Chantal Charl_e_grv_ne Charlotte Chlo_e_act_ Christelle Christiane Christine Claire Claudette Claudine Clorinde Clotilde Colette Constance Corinne
|
C_e_act_cile C_e_act_line Camille_female Carole Caroline Catherine Chantal Charl_e_grv_ne Charlotte Chlo_e_act_ Christelle Christiane Christine Claire Clarisse Claudette Claudine Clorinde Clotilde Colette Constance Corinne
|
||||||
Danielle Delphine Denise Diane Dominique_female
|
Danielle Delphine Denise Diane Dominique_female
|
||||||
Emma Emmanuelle Estelle Eug_e_act_nie
|
Emma Emmanuelle Estelle Eug_e_act_nie
|
||||||
Fanny Fatima Fiona Florence Fran_c_ced_oise
|
Fanny Fatima Fiona Florence Fran_c_ced_oise
|
||||||
Gabrielle Georgette Germaine Ginette Gis_e_grv_le Gwendoline
|
Gabrielle Georgette Germaine Ginette Gis_e_grv_le Gwendoline
|
||||||
H_e_act_l_e_grv_ne H_e_act_lo_i_uml_se Henriette Hermine
|
H_e_act_l_e_grv_ne H_e_act_lo_i_uml_se Henriette Hermine
|
||||||
Isabelle
|
Isabelle
|
||||||
Jacqueline Jade Jeanette Jeanne Jeanne-d_pst_Arc Jeannine Jos_e_act_phine Josette Josiane Judith Julie Julienne Juliette Justine
|
Jacqueline Jade Jeanette Jeanne Jeanne-d_pst_Arc Jeannine Jocelyne Jos_e_act_phine Josette Josiane Judith Julie Julienne Juliette Justine
|
||||||
Karine
|
Karine
|
||||||
L_ae_titia L_e_act_a Laetitia Laura Laure Laurence Louise Lucie Lucienne
|
L_ae_titia L_e_act_a Laetitia Laura Laure Laurence Louise Lucie Lucienne
|
||||||
M_e_act_gane M_e_act_lanie Madeleine Manon Marcelle Margaux Margot Marguerite Maria Marie Marie-Antoinette Marie-Claire Marie-France Marie-Louise Marie-Th_e_act_r_e_grv_se Marine Marion Martine Mathilde Mich_e_grv_le Mireille Monique
|
M_e_act_gane M_e_act_lanie Madeleine Manon Marcelle Margaux Margot Marguerite Maria Marie Marie-Antoinette Marie-Claire Marie-France Marie-Louise Marie-Th_e_act_r_e_grv_se Marine Marion Martine Mathilde Mich_e_grv_le Mireille Monique
|
||||||
|
|
|
||||||
|
|
@ -295,7 +295,7 @@
|
||||||
|
|
||||||
### Normal names
|
### Normal names
|
||||||
_E_act_douard _E_act_mile _E_act_ric _E_act_tienne
|
_E_act_douard _E_act_mile _E_act_ric _E_act_tienne
|
||||||
Adrien Aimery Alain Albert Alexandre Alexis Alphonse Am_e_act_d_e_act_e Amaury Andr_e_act_ Anthony Antoine Antonin Arnaud Arthur Axel
|
Adrien Aimery Alain Albert Alexandre Alexis Alphonse Am_e_act_d_e_act_e Amaury Andr_e_act_ Anthony Antoine Antonin Armand Arnaud Arthur Axel
|
||||||
B_e_act_renger Barth_e_act_l_e_act_my Baudouin Benjamin Beno_i_hat_t Bernard Bertrand Blaise Bruno
|
B_e_act_renger Barth_e_act_l_e_act_my Baudouin Benjamin Beno_i_hat_t Bernard Bertrand Blaise Bruno
|
||||||
C_e_act_dric C_e_act_sar Camille Charles Christian Christophe Cl_e_act_ment Claude_male Clotaire Clovis
|
C_e_act_dric C_e_act_sar Camille Charles Christian Christophe Cl_e_act_ment Claude_male Clotaire Clovis
|
||||||
Damien Daniel David Denis Didier Dimitri Dominique_male
|
Damien Daniel David Denis Didier Dimitri Dominique_male
|
||||||
|
|
@ -345,14 +345,14 @@
|
||||||
_E_grv_ve
|
_E_grv_ve
|
||||||
Ad_e_act_la_i_uml_de Ad_e_grv_le Adeline Agathe Agn_e_grv_s Albertine Ali_e_act_nor Alice Alix Am_e_act_lie Ana_i_uml_s Anastasie Andr_e_act_e Anne Anne-Laure Anne-Marie Anne-Sophie Annick Annie Antoinette Ariane Audrey Aur_e_act_lie Aurore
|
Ad_e_act_la_i_uml_de Ad_e_grv_le Adeline Agathe Agn_e_grv_s Albertine Ali_e_act_nor Alice Alix Am_e_act_lie Ana_i_uml_s Anastasie Andr_e_act_e Anne Anne-Laure Anne-Marie Anne-Sophie Annick Annie Antoinette Ariane Audrey Aur_e_act_lie Aurore
|
||||||
B_e_act_reng_e_grv_re Beno_i_hat_te Bernadette Blanche Brigitte
|
B_e_act_reng_e_grv_re Beno_i_hat_te Bernadette Blanche Brigitte
|
||||||
C_e_act_cile C_e_act_line Camille_female Carole Caroline Catherine Chantal Charl_e_grv_ne Charlotte Chlo_e_act_ Christelle Christiane Christine Claire Claudette Claudine Clorinde Clotilde Colette Constance Corinne
|
C_e_act_cile C_e_act_line Camille_female Carole Caroline Catherine Chantal Charl_e_grv_ne Charlotte Chlo_e_act_ Christelle Christiane Christine Claire Clarisse Claudette Claudine Clorinde Clotilde Colette Constance Corinne
|
||||||
Danielle Delphine Denise Diane Dominique_female
|
Danielle Delphine Denise Diane Dominique_female
|
||||||
Emma Emmanuelle Estelle Eug_e_act_nie
|
Emma Emmanuelle Estelle Eug_e_act_nie
|
||||||
Fanny Fatima Fiona Florence Fran_c_ced_oise
|
Fanny Fatima Fiona Florence Fran_c_ced_oise
|
||||||
Gabrielle Georgette Germaine Ginette Gis_e_grv_le Gwendoline
|
Gabrielle Georgette Germaine Ginette Gis_e_grv_le Gwendoline
|
||||||
H_e_act_l_e_grv_ne H_e_act_lo_i_uml_se Henriette Hermine
|
H_e_act_l_e_grv_ne H_e_act_lo_i_uml_se Henriette Hermine
|
||||||
Isabelle
|
Isabelle
|
||||||
Jacqueline Jade Jeanette Jeanne Jeanne-d_pst_Arc Jeannine Jos_e_act_phine Josette Josiane Judith Julie Julienne Juliette Justine
|
Jacqueline Jade Jeanette Jeanne Jeanne-d_pst_Arc Jeannine Jocelyne Jos_e_act_phine Josette Josiane Judith Julie Julienne Juliette Justine
|
||||||
Karine
|
Karine
|
||||||
L_ae_titia L_e_act_a Laetitia Laura Laure Laurence Louise Lucie Lucienne
|
L_ae_titia L_e_act_a Laetitia Laura Laure Laurence Louise Lucie Lucienne
|
||||||
M_e_act_gane M_e_act_lanie Madeleine Manon Marcelle Margaux Margot Marguerite Maria Marie Marie-Antoinette Marie-Claire Marie-France Marie-Louise Marie-Th_e_act_r_e_grv_se Marine Marion Martine Mathilde Mich_e_grv_le Mireille Monique
|
M_e_act_gane M_e_act_lanie Madeleine Manon Marcelle Margaux Margot Marguerite Maria Marie Marie-Antoinette Marie-Claire Marie-France Marie-Louise Marie-Th_e_act_r_e_grv_se Marine Marion Martine Mathilde Mich_e_grv_le Mireille Monique
|
||||||
|
|
|
||||||
|
|
@ -4,44 +4,154 @@ name_list_portuguese_wip = {
|
||||||
}
|
}
|
||||||
|
|
||||||
dynasty_names = {
|
dynasty_names = {
|
||||||
|
"dynn_Alves"
|
||||||
|
"dynn_Cardoso"
|
||||||
|
"dynn_Coelho"
|
||||||
|
"dynn_Correia"
|
||||||
|
{ "dynnp_da" "dynn_Costa" }
|
||||||
{ "dynnp_da" "dynn_Silva" }
|
{ "dynnp_da" "dynn_Silva" }
|
||||||
|
{ "dynnp_de" "dynn_Almeida" }
|
||||||
|
{ "dynnp_de" "dynn_Carvalho" }
|
||||||
|
{ "dynnp_de" "dynn_Jesus" }
|
||||||
|
{ "dynnp_de" "dynn_Oliveira" }
|
||||||
|
{ "dynnp_de" "dynn_Sousa" }
|
||||||
|
"dynn_Fernandes"
|
||||||
"dynn_Ferreira"
|
"dynn_Ferreira"
|
||||||
|
"dynn_Gomes"
|
||||||
|
"dynn_Gon_c_ced_alves"
|
||||||
|
"dynn_Lopes"
|
||||||
|
"dynn_Marques"
|
||||||
|
"dynn_Martins"
|
||||||
|
"dynn_Mendes"
|
||||||
|
"dynn_Monteiro"
|
||||||
|
"dynn_Moreira"
|
||||||
|
"dynn_Neves"
|
||||||
|
"dynn_Nunes"
|
||||||
"dynn_Pereira"
|
"dynn_Pereira"
|
||||||
|
"dynn_Pinto"
|
||||||
|
"dynn_Raposo"
|
||||||
|
"dynn_Ribeiro"
|
||||||
|
"dynn_Rocha"
|
||||||
|
"dynn_Rodrigues"
|
||||||
"dynn_Santos"
|
"dynn_Santos"
|
||||||
|
"dynn_Soares"
|
||||||
|
"dynn_Teixeira"
|
||||||
|
"dynn_Vieira"
|
||||||
}
|
}
|
||||||
|
|
||||||
male_names = {
|
male_names = {
|
||||||
10 = {
|
10 = {
|
||||||
Alberto Ant_o_act_nio
|
Alberto Alexandre Andr_e_act_ Ant_o_act_nio Armando Artur
|
||||||
|
Bruno
|
||||||
Carlos
|
Carlos
|
||||||
Duarte
|
Daniel David Diogo Duarte
|
||||||
Filipe Francisco
|
Eduardo
|
||||||
Jo_a_tld_o Jos_e_act_
|
Fernando Filipe Francisco
|
||||||
|
Gon_c_ced_alo
|
||||||
|
H_e_act_lder Henrique Hugo
|
||||||
|
Jo_a_tld_o Joaquim Jorge Jos_e_act_
|
||||||
Lu_i_act_s
|
Lu_i_act_s
|
||||||
M_a_act_rio Manuel
|
M_a_act_rio Manuel Marco Miguel
|
||||||
Pedro
|
Nelson Nuno
|
||||||
Rui
|
Paulo Pedro
|
||||||
|
Ricardo Rui
|
||||||
|
S_e_act_rgio
|
||||||
|
Tiago
|
||||||
|
Vasco Victor
|
||||||
}
|
}
|
||||||
5 = {
|
5 = {
|
||||||
_A_act_lvaro
|
_A_act_lvaro
|
||||||
Amadeu
|
_A_hat_ngelo
|
||||||
|
Ab_i_act_lio Abel Adelino Adriano Afonso Agostinho Albino Alfredo Am_e_act_rico Am_i_act_lcar Amadeu Armindo Augusto Avelino
|
||||||
|
Bernardo
|
||||||
|
C_e_act_sar Celso Cl_a_act_udio Cristiano
|
||||||
|
Domingos
|
||||||
|
Edgar Emanuel
|
||||||
|
F_a_act_bio Frederico
|
||||||
|
Gil Guilherme Gustavo
|
||||||
|
Humberto
|
||||||
|
Jaime
|
||||||
|
Leonel Lino
|
||||||
|
Marcelo Mauro
|
||||||
|
Nat_a_act_lia
|
||||||
|
R_u_act_ben Ra_u_act_l Rafael Renato Rodrigo Rog_e_act_rio
|
||||||
|
Sandro Sim_a_tld_o
|
||||||
|
Telmo Tom_a_act_s
|
||||||
|
V_i_act_tor Valdemar Virg_i_act_lio
|
||||||
}
|
}
|
||||||
1 = {
|
1 = {
|
||||||
|
_E_act_lio
|
||||||
|
Ademar Albano Almerindo Amadeo Anast_a_act_cio Aristides Aur_e_act_lio
|
||||||
|
Berto
|
||||||
|
C_a_hat_ndido Casimiro Crist_o_act_v_a_tld_o
|
||||||
|
D_e_act_nis Dimas
|
||||||
|
Elton Em_i_act_dio Eug_e_act_nio Eus_e_act_bio
|
||||||
|
Fausto
|
||||||
|
Hern_a_hat_ni
|
||||||
|
Igor Ivo
|
||||||
|
J_u_act_lio Jer_o_act_nimo Jesualdo
|
||||||
|
L_u_act_cio Louren_c_ced_o
|
||||||
|
Manoel Martim
|
||||||
|
Noah
|
||||||
|
Otelo
|
||||||
|
Ramiro Ronaldo
|
||||||
|
S_i_act_lvio Sebasti_a_tld_o Serafim Sid_o_act_nio Soeiro
|
||||||
|
Te_o_act_filo
|
||||||
|
Urbano
|
||||||
|
Verg_i_act_lio Vicente Vin_i_act_cius Viriato
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
female_names = {
|
female_names = {
|
||||||
10 = {
|
10 = {
|
||||||
Alexandra
|
Alexandra Ana Anabela
|
||||||
|
Carla Carolina Catarina Cl_a_act_udia Clara Cristina
|
||||||
|
Diana
|
||||||
|
F_a_act_tima Fernanda Filipa
|
||||||
|
Helena
|
||||||
|
In_e_hat_s Isabel
|
||||||
Joana
|
Joana
|
||||||
Maria
|
M_o_act_nica Margarida Maria Mariana
|
||||||
Sofia
|
Patr_i_act_cia Paula
|
||||||
Vanessa
|
Rosa
|
||||||
|
Sara Sofia Susana
|
||||||
|
Teresa
|
||||||
|
V_a_hat_nia
|
||||||
|
|
||||||
}
|
}
|
||||||
5 = {
|
5 = {
|
||||||
Maria_spc_do_spc_Carmo
|
Adelaide Alice Andrea
|
||||||
|
Beatriz
|
||||||
|
Carmen Concei_c_ced__a_tld_o
|
||||||
|
Deolinda
|
||||||
|
Gabriela
|
||||||
|
Ilda
|
||||||
|
J_u_act_lia
|
||||||
|
L_u_act_cia Laura Leonor
|
||||||
|
Maria_spc_Concei_c_ced__a_tld_o Maria_spc_do_spc_Carmo
|
||||||
|
N_a_act_dia
|
||||||
|
Olga
|
||||||
|
Rafaela
|
||||||
|
Soraia
|
||||||
|
Telma
|
||||||
|
Virg_i_act_nia
|
||||||
}
|
}
|
||||||
1 = {
|
1 = {
|
||||||
Carin
|
Am_a_act_lia Aur_e_act_lia
|
||||||
|
Benvinda Berta Branca
|
||||||
|
Carin Carlota Carmelina Carole Celestina Clarisse Cust_o_act_dia
|
||||||
|
Elisa Elvira
|
||||||
|
Gertrudes
|
||||||
|
H_e_act_lia Herm_i_act_nia
|
||||||
|
Isilda Ismenia
|
||||||
|
Joaquina Joceline Josefa
|
||||||
|
Laurinda Lourdina
|
||||||
|
Maria_spc_Jos_e_act_ Matilda Mercedes
|
||||||
|
Neuza
|
||||||
|
Olinda
|
||||||
|
Patricia
|
||||||
|
Rita Romana Rosette
|
||||||
|
Sarah Simone
|
||||||
|
Zita
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
dynasty_of_location_prefix = "dynnp_of"
|
dynasty_of_location_prefix = "dynnp_of"
|
||||||
|
|
|
||||||
|
|
@ -55,6 +55,7 @@
|
||||||
vineyards_01
|
vineyards_01
|
||||||
chemistry_workshop_01
|
chemistry_workshop_01
|
||||||
air_dock_01
|
air_dock_01
|
||||||
|
doggerland_ivory_deposits_01
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -140,6 +141,7 @@ city_holding = {
|
||||||
tell_mines_01
|
tell_mines_01
|
||||||
chemistry_workshop_01
|
chemistry_workshop_01
|
||||||
air_dock_01
|
air_dock_01
|
||||||
|
doggerland_ivory_deposits_01
|
||||||
}
|
}
|
||||||
|
|
||||||
can_be_inherited = yes
|
can_be_inherited = yes
|
||||||
|
|
@ -197,6 +199,7 @@ church_holding = {
|
||||||
tell_mines_01
|
tell_mines_01
|
||||||
chemistry_workshop_01
|
chemistry_workshop_01
|
||||||
air_dock_01
|
air_dock_01
|
||||||
|
doggerland_ivory_deposits_01
|
||||||
}
|
}
|
||||||
|
|
||||||
can_be_inherited = yes
|
can_be_inherited = yes
|
||||||
|
|
@ -289,6 +292,7 @@ temple_citadel_holding = {
|
||||||
tell_mines_01
|
tell_mines_01
|
||||||
chemistry_workshop_01
|
chemistry_workshop_01
|
||||||
air_dock_01
|
air_dock_01
|
||||||
|
doggerland_ivory_deposits_01
|
||||||
}
|
}
|
||||||
|
|
||||||
can_be_inherited = yes
|
can_be_inherited = yes
|
||||||
|
|
|
||||||
|
|
@ -952,6 +952,20 @@ building_leclerc_dyeworks_requirement_terrain = {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
building_doggerland_ivory_deposits_requirement_terrain = {
|
||||||
|
OR = {
|
||||||
|
this.barony = title:b_favrsted
|
||||||
|
this.barony = title:b_fljot
|
||||||
|
this.barony = title:b_akranes
|
||||||
|
this.barony = title:b_melar
|
||||||
|
this.barony = title:b_hestr
|
||||||
|
this.barony = title:b_storo
|
||||||
|
this.barony = title:b_flekkevinger
|
||||||
|
this.barony = title:b_ydreoer
|
||||||
|
this.barony = title:b_lileo
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
building_vineyards_requirement = {
|
building_vineyards_requirement = {
|
||||||
AND = {
|
AND = {
|
||||||
root.culture = { has_cultural_parameter = allows_vineyards }
|
root.culture = { has_cultural_parameter = allows_vineyards }
|
||||||
|
|
|
||||||
|
|
@ -679,3 +679,22 @@
|
||||||
building_potato_fields_07_desc: "Potato farming is widespread across the world's cooler less agriculturally productive landscapes. An especially common form is the "Lazy Bed Field" it involves creating raised parallel ridges with narrow drainage trenches between them, frequently used in poor-quality land."
|
building_potato_fields_07_desc: "Potato farming is widespread across the world's cooler less agriculturally productive landscapes. An especially common form is the "Lazy Bed Field" it involves creating raised parallel ridges with narrow drainage trenches between them, frequently used in poor-quality land."
|
||||||
building_potato_fields_08: "Lazy Bed Fields"
|
building_potato_fields_08: "Lazy Bed Fields"
|
||||||
building_potato_fields_08_desc: "Potato farming is widespread across the world's cooler less agriculturally productive landscapes. An especially common form is the "Lazy Bed Field" it involves creating raised parallel ridges with narrow drainage trenches between them, frequently used in poor-quality land."
|
building_potato_fields_08_desc: "Potato farming is widespread across the world's cooler less agriculturally productive landscapes. An especially common form is the "Lazy Bed Field" it involves creating raised parallel ridges with narrow drainage trenches between them, frequently used in poor-quality land."
|
||||||
|
|
||||||
|
building_type_doggerland_ivory_deposits_01:1 "Doggerland Ivory Deposits"
|
||||||
|
building_type_doggerland_ivory_deposits_01_desc:0 ""
|
||||||
|
building_doggerland_ivory_deposits_01:1 "Lagerstätten"
|
||||||
|
building_doggerland_ivory_deposits_01_desc:0 ""
|
||||||
|
building_doggerland_ivory_deposits_02:1 "Fossil Gatherers"
|
||||||
|
building_doggerland_ivory_deposits_02_desc:0 ""
|
||||||
|
building_doggerland_ivory_deposits_03:1 "Dig Sites"
|
||||||
|
building_doggerland_ivory_deposits_03_desc:0 ""
|
||||||
|
building_doggerland_ivory_deposits_04:1 "Ivory Storage"
|
||||||
|
building_doggerland_ivory_deposits_04_desc:0 ""
|
||||||
|
building_doggerland_ivory_deposits_05:1 "Counterfeiters"
|
||||||
|
building_doggerland_ivory_deposits_05_desc:0 ""
|
||||||
|
building_doggerland_ivory_deposits_06:1 "Carver’s Workshop"
|
||||||
|
building_doggerland_ivory_deposits_06_desc:0 ""
|
||||||
|
building_doggerland_ivory_deposits_07:1 "Scrimshaw Studio"
|
||||||
|
building_doggerland_ivory_deposits_07_desc:0 ""
|
||||||
|
building_doggerland_ivory_deposits_08:1 "Palaeontological Museum"
|
||||||
|
building_doggerland_ivory_deposits_08_desc:0 ""
|
||||||
|
|
|
||||||
|
|
@ -2011,4 +2011,32 @@
|
||||||
dynn_Santos :0 "Santos"
|
dynn_Santos :0 "Santos"
|
||||||
dynn_Ferreira:0 "Ferreira"
|
dynn_Ferreira:0 "Ferreira"
|
||||||
dynn_Pereira:0 "Pereira"
|
dynn_Pereira:0 "Pereira"
|
||||||
|
dynn_Oliveira:0 "Oliveira"
|
||||||
|
dynn_Costa:0 "Costa"
|
||||||
|
dynn_Rodrigues:0 "Rodrigues"
|
||||||
|
dynn_Sousa:0 "Sousa"
|
||||||
|
dynn_Jesus:0 "Jesus"
|
||||||
|
dynn_Fernandes:0 "Fernandes"
|
||||||
|
dynn_Gon_c_ced_alves:0 "Gonçalves"
|
||||||
|
dynn_Gomes:0 "Gomes"
|
||||||
|
dynn_Lopes:0 "Lopes"
|
||||||
|
dynn_Marques:0 "Marques"
|
||||||
|
dynn_Alves:0 "Alves"
|
||||||
|
dynn_Almeida:0 "Almeida"
|
||||||
|
dynn_Ribeiro:0 "Ribeiro"
|
||||||
|
dynn_Pinto:0 "Pinto"
|
||||||
|
dynn_Carvalho:0 "Carvalho"
|
||||||
|
dynn_Teixeira:0 "Teixeira"
|
||||||
|
dynn_Moreira:0 "Moreira"
|
||||||
|
dynn_Correia:0 "Correia"
|
||||||
|
dynn_Mendes:0 "Mendes"
|
||||||
|
dynn_Nunes:0 "Nunes"
|
||||||
|
dynn_Soares:0 "Soares"
|
||||||
|
dynn_Vieira:0 "Vieira"
|
||||||
|
dynn_Monteiro:0 "Monteiro"
|
||||||
|
dynn_Cardoso:0 "Cardoso"
|
||||||
|
dynn_Rocha:0 "Rocha"
|
||||||
|
dynn_Raposo:0 "Raposo"
|
||||||
|
dynn_Neves:0 "Neves"
|
||||||
|
dynn_Coelho:0 "Coelho"
|
||||||
|
|
||||||
|
|
@ -1920,6 +1920,7 @@
|
||||||
Frederi:0 "Frederi"
|
Frederi:0 "Frederi"
|
||||||
Frederic:0 "Frederic"
|
Frederic:0 "Frederic"
|
||||||
Frederico_female:0 "Frederico"
|
Frederico_female:0 "Frederico"
|
||||||
|
Frederico:0 "Frederico"
|
||||||
Frederig:0 "Frederig"
|
Frederig:0 "Frederig"
|
||||||
Frederik:0 "Frederik"
|
Frederik:0 "Frederik"
|
||||||
Frederika:0 "Frederika"
|
Frederika:0 "Frederika"
|
||||||
|
|
@ -6657,3 +6658,127 @@
|
||||||
Carlos:0 "Carlos"
|
Carlos:0 "Carlos"
|
||||||
L_e_act_o:0 "Léo"
|
L_e_act_o:0 "Léo"
|
||||||
Jos_e_act_:0 "José"
|
Jos_e_act_:0 "José"
|
||||||
|
Henrique:0 "Henrique"
|
||||||
|
Afonso:0 "Afonso"
|
||||||
|
Gil:0 "Gil"
|
||||||
|
Jorge:0 "Jorge"
|
||||||
|
Clarisse:0 "Clarisse"
|
||||||
|
Adelino:0 "Adelino"
|
||||||
|
Cl_a_act_udio:0 "Cláudio"
|
||||||
|
Ab_i_act_lio:0 "Abílio"
|
||||||
|
Viriato:0 "Viriato"
|
||||||
|
Soraia:0 "Soraia"
|
||||||
|
M_o_act_nica:0 "Mónica"
|
||||||
|
Rog_e_act_rio:0 "Rogério"
|
||||||
|
Vasco:0 "Vasco"
|
||||||
|
Maria_spc_Jos_e_act_:0 "Maria José"
|
||||||
|
Gertrudes:0 "Gertrudes"
|
||||||
|
Nelson:0 "Nelson"
|
||||||
|
Agostinho:0 "Agostinho"
|
||||||
|
Nuno:0 "Nuno"
|
||||||
|
Sebasti_a_tld_o:0 "Sebastião"
|
||||||
|
Miguel:0 "Miguel"
|
||||||
|
Diogo:0 "Diogo"
|
||||||
|
Eus_e_act_bio:0 "Eusébio"
|
||||||
|
Em_i_act_dio:0 "Emídio"
|
||||||
|
F_a_act_tima:0 "Fátima"
|
||||||
|
V_a_hat_nia:0 "Vânia"
|
||||||
|
Neuza:0 "Neuza"
|
||||||
|
Cristiano:0 "Cristiano"
|
||||||
|
Ronaldo:0 "Ronaldo"
|
||||||
|
Crist_o_act_v_a_tld_o:0 "Cristóvão"
|
||||||
|
L_u_act_cio:0 "Lúcio"
|
||||||
|
L_u_act_cia:0 "Lúcia"
|
||||||
|
F_a_act_bio:0 "Fábio"
|
||||||
|
Louren_c_ced_o:0 "Lourenço"
|
||||||
|
Verg_i_act_lio:0 "Vergílio"
|
||||||
|
Casimiro:0 "Casimiro"
|
||||||
|
Jesualdo:0 "Jesualdo"
|
||||||
|
H_e_act_lder:0 "Hélder"
|
||||||
|
Gon_c_ced_alo:0 "Gonçalo"
|
||||||
|
Maria_spc_Concei_c_ced__a_tld_o:0 "Maria Conceição"
|
||||||
|
Concei_c_ced__a_tld_o:0 "Conceição"
|
||||||
|
J_u_act_lio:0 "Júlio"
|
||||||
|
Albano:0 "Albano"
|
||||||
|
Tiago:0 "Tiago"
|
||||||
|
S_i_act_lvio:0 "Sílvio"
|
||||||
|
R_u_act_ben:0 "Rúben"
|
||||||
|
Aur_e_act_lio:0 "Aurélio"
|
||||||
|
V_i_act_tor:0 "Vítor"
|
||||||
|
Domingos:0 "Domingos"
|
||||||
|
Soeiro:0 "Soeiro"
|
||||||
|
Catarina:0 "Catarina"
|
||||||
|
Lourdina:0 "Lourdina"
|
||||||
|
Carmelina:0 "Carmelina"
|
||||||
|
Matilda:0 "Matilda"
|
||||||
|
Joaquina:0 "Joaquina"
|
||||||
|
Ilda:0 "Ilda"
|
||||||
|
Laurinda:0 "Laurinda"
|
||||||
|
Romana:0 "Romana"
|
||||||
|
Celestina:0 "Celestina"
|
||||||
|
Deolinda:0 "Deolinda"
|
||||||
|
Fernanda:0 "Fernanda"
|
||||||
|
Olinda:0 "Olinda"
|
||||||
|
Cust_o_act_dia:0 "Custódia"
|
||||||
|
Herm_i_act_nia:0 "Hermínia"
|
||||||
|
Branca:0 "Branca"
|
||||||
|
Benvinda:0 "Benvinda"
|
||||||
|
_A_hat_ngelo:0 "Ângelo"
|
||||||
|
Manoel:0 "Manoel"
|
||||||
|
Ra_u_act_l:0 "Raúl"
|
||||||
|
C_a_hat_ndido:0 "Cândido"
|
||||||
|
Anabela:0 "Anabela"
|
||||||
|
Am_e_act_rico:0 "Américo"
|
||||||
|
Urbano:0 "Urbano"
|
||||||
|
Am_a_act_lia:0 "Amália"
|
||||||
|
Sim_a_tld_o:0 "Simão"
|
||||||
|
Filipa:0 "Filipa"
|
||||||
|
D_e_act_nis:0 "Dénis"
|
||||||
|
Avelino:0 "Avelino"
|
||||||
|
Guilherme:0 "Guilherme"
|
||||||
|
_E_act_lio:0 "Élio"
|
||||||
|
Tom_a_act_s:0 "Tomás"
|
||||||
|
Rodrigo:0 "Rodrigo"
|
||||||
|
Ramiro:0 "Ramiro"
|
||||||
|
Zita:0 "Zita"
|
||||||
|
Am_i_act_lcar:0 "Amílcar"
|
||||||
|
Aur_e_act_lia:0 "Aurélia"
|
||||||
|
S_e_act_rgio:0 "Sérgio"
|
||||||
|
Jer_o_act_nimo:0 "Jerónimo"
|
||||||
|
Aristides:0 "Aristides"
|
||||||
|
Te_o_act_filo:0 "Teófilo"
|
||||||
|
Mercedes:0 "Mercedes"
|
||||||
|
Gustavo:0 "Gustavo"
|
||||||
|
Rosette:0 "Rosette"
|
||||||
|
Isilda:0 "Isilda"
|
||||||
|
N_a_act_dia:0 "Nádia"
|
||||||
|
Almerindo:0 "Almerindo"
|
||||||
|
Ademar:0 "Ademar"
|
||||||
|
Martim:0 "Martim"
|
||||||
|
Anast_a_act_cio:0 "Anastácio"
|
||||||
|
Vicente:0 "Vicente"
|
||||||
|
Otelo:0 "Otelo"
|
||||||
|
Dimas:0 "Dimas"
|
||||||
|
Virg_i_act_lio:0 "Virgílio"
|
||||||
|
H_e_act_lia:0 "Hélia"
|
||||||
|
Nat_a_act_lia:0 "Natália"
|
||||||
|
Ismenia:0 "Ismenia"
|
||||||
|
Sandro:0 "Sandro"
|
||||||
|
Leonel:0 "Leonel"
|
||||||
|
Cl_a_act_udia:0 "Cláudia"
|
||||||
|
Elton:0 "Elton"
|
||||||
|
Armindo:0 "Armindo"
|
||||||
|
Joceline:0 "Joceline"
|
||||||
|
Jocelyne:0 "Jocelyne"
|
||||||
|
In_e_hat_s:0 "Inês"
|
||||||
|
Telma:0 "Telma"
|
||||||
|
In_a_act_cio:0 "Inácio"
|
||||||
|
Sid_o_act_nio:0 "Sidónio"
|
||||||
|
Celso:0 "Celso"
|
||||||
|
Hern_a_hat_ni:0 "Hernâni"
|
||||||
|
Eug_e_act_nio:0 "Eugénio"
|
||||||
|
Leonor:0 "Leonor"
|
||||||
|
Vin_i_act_cius:0 "Vinícius"
|
||||||
|
Serafim:0 "Serafim"
|
||||||
|
Rafaela:0 "Rafaela"
|
||||||
|
Humberto:0 "Humberto"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue