Merge pull request #1 from Hannah-Dagemark/country_nederland
Country nederland
This commit is contained in:
commit
8c7054d899
1416 changed files with 52422 additions and 15 deletions
15
common/characters/NDL.txt
Executable file
15
common/characters/NDL.txt
Executable file
|
|
@ -0,0 +1,15 @@
|
|||
characters={
|
||||
NDL_roelof_ii_hoegenberk={
|
||||
name=NDL_roelof_ii_hoegenberk
|
||||
portraits={
|
||||
civilian={
|
||||
large="GFX_portrait_Roelof_II_Hoegenberk"
|
||||
}
|
||||
}
|
||||
country_leader={
|
||||
ideology=monarchism
|
||||
expire="1965.1.1.1"
|
||||
id=-1
|
||||
}
|
||||
}
|
||||
}
|
||||
6
common/countries/Nederland.txt
Normal file
6
common/countries/Nederland.txt
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#Gartiva
|
||||
|
||||
graphical_culture = western_european_gfx
|
||||
graphical_culture_2d = western_european_2d
|
||||
|
||||
color = { 63 131 204 }
|
||||
|
|
@ -30,4 +30,5 @@ NAR = "countries/Narrvii.txt"
|
|||
DUB = "countries/Dubliniv.txt"
|
||||
CER = "countries/Cerck.txt"
|
||||
NMD = "countries/Normandié.txt"
|
||||
LIC = "countries/LCOIP.txt"
|
||||
LIC = "countries/LCOIP.txt"
|
||||
NDL = "countries/Nederland.txt"
|
||||
302
common/ideologies/00_ideologies.txt
Executable file
302
common/ideologies/00_ideologies.txt
Executable file
|
|
@ -0,0 +1,302 @@
|
|||
ideologies = {
|
||||
|
||||
monarchism = {
|
||||
|
||||
types = {
|
||||
|
||||
absolute_monarchy = {
|
||||
|
||||
}
|
||||
constitutional_monarchy = {
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
color = { 200 100 200 }
|
||||
|
||||
rules = {
|
||||
can_create_collaboration_government = yes
|
||||
can_declare_war_on_same_ideology = yes
|
||||
can_force_government = yes
|
||||
can_send_volunteers = yes
|
||||
can_puppet = yes
|
||||
can_lower_tension = yes
|
||||
can_only_justify_war_on_threat_country = yes
|
||||
can_guarantee_other_ideologies = yes
|
||||
}
|
||||
|
||||
can_host_government_in_exile = yes
|
||||
|
||||
war_impact_on_world_tension = 0.25 # no major danger, remember this this the 40s!
|
||||
faction_impact_on_world_tension = 0.1
|
||||
|
||||
modifiers = {
|
||||
generate_wargoal_tension = 1.00
|
||||
join_faction_tension = 0.80
|
||||
lend_lease_tension = 0.50
|
||||
send_volunteers_tension = 0.50
|
||||
guarantee_tension = 0.25
|
||||
# annex_cost_factor = 0.5 # Deprecated, use common\peace_conference\00_generic_peace.txt instead
|
||||
civilian_intel_to_others = 20.0
|
||||
army_intel_to_others = 5.0
|
||||
navy_intel_to_others = 20.0
|
||||
airforce_intel_to_others = 5
|
||||
embargo_cost_factor = -0.5
|
||||
embargo_threshold_factor = -0.5
|
||||
}
|
||||
|
||||
faction_modifiers = {
|
||||
faction_trade_opinion_factor = 0.50 #plus 50% trade opinion
|
||||
}
|
||||
|
||||
ai_democratic = no # uses the democratic AI behaviour
|
||||
ai_ideology_wanted_units_factor = 1.10
|
||||
}
|
||||
|
||||
democratic = {
|
||||
|
||||
types = {
|
||||
|
||||
conservatism = {
|
||||
}
|
||||
|
||||
liberalism = {
|
||||
}
|
||||
|
||||
socialism = {
|
||||
}
|
||||
|
||||
populism = {
|
||||
}
|
||||
}
|
||||
|
||||
dynamic_faction_names = {
|
||||
"FACTION_NAME_DEMOCRATIC_1"
|
||||
"FACTION_NAME_DEMOCRATIC_2"
|
||||
"FACTION_NAME_DEMOCRATIC_3"
|
||||
"FACTION_NAME_DEMOCRATIC_4"
|
||||
"FACTION_NAME_DEMOCRATIC_5"
|
||||
"FACTION_NAME_DEMOCRATIC_6"
|
||||
}
|
||||
|
||||
color = { 0 0 255 }
|
||||
|
||||
rules = {
|
||||
can_create_collaboration_government = no
|
||||
can_declare_war_on_same_ideology = no
|
||||
can_force_government = yes
|
||||
can_send_volunteers = no
|
||||
can_puppet = no
|
||||
can_lower_tension = yes
|
||||
can_only_justify_war_on_threat_country = yes
|
||||
can_guarantee_other_ideologies = yes
|
||||
}
|
||||
|
||||
can_host_government_in_exile = yes
|
||||
|
||||
war_impact_on_world_tension = 0.25 # no major danger, remember this this the 40s!
|
||||
faction_impact_on_world_tension = 0.1
|
||||
|
||||
modifiers = {
|
||||
generate_wargoal_tension = 1.00
|
||||
join_faction_tension = 0.80
|
||||
lend_lease_tension = 0.50
|
||||
send_volunteers_tension = 0.50
|
||||
guarantee_tension = 0.25
|
||||
# annex_cost_factor = 0.5 # Deprecated, use common\peace_conference\00_generic_peace.txt instead
|
||||
civilian_intel_to_others = 20.0
|
||||
army_intel_to_others = 5.0
|
||||
navy_intel_to_others = 20.0
|
||||
airforce_intel_to_others = 5
|
||||
embargo_cost_factor = -0.5
|
||||
embargo_threshold_factor = -0.5
|
||||
}
|
||||
|
||||
faction_modifiers = {
|
||||
faction_trade_opinion_factor = 0.50 #plus 50% trade opinion
|
||||
}
|
||||
ai_democratic = yes # uses the democratic AI behaviour
|
||||
ai_ideology_wanted_units_factor = 1.10 # multiplies threat impact on number of desired units by this value, defaults to 1.0. If at war, the larger of this value and NDefines::NAI::WANTED_UNITS_WAR_THREAT_FACTOR will be used instead
|
||||
}
|
||||
|
||||
|
||||
communism = {
|
||||
|
||||
types = {
|
||||
|
||||
marxism = {
|
||||
}
|
||||
|
||||
leninism = {
|
||||
}
|
||||
|
||||
stalinism = {
|
||||
}
|
||||
|
||||
anti_revisionism = {
|
||||
}
|
||||
|
||||
anarchist_communism = {
|
||||
}
|
||||
}
|
||||
|
||||
dynamic_faction_names = {
|
||||
"FACTION_NAME_COMMUNIST_1"
|
||||
"FACTION_NAME_COMMUNIST_2"
|
||||
"FACTION_NAME_COMMUNIST_3"
|
||||
"FACTION_NAME_COMMUNIST_4"
|
||||
"FACTION_NAME_COMMUNIST_5"
|
||||
}
|
||||
|
||||
color = { 255 0 0 }
|
||||
|
||||
war_impact_on_world_tension = 0.75 #Commie less threatening
|
||||
faction_impact_on_world_tension = 0.5
|
||||
|
||||
ai_communist = yes # uses the commie AI behaviour
|
||||
ai_ideology_wanted_units_factor = 1.20
|
||||
|
||||
rules = {
|
||||
can_force_government = yes
|
||||
can_send_volunteers = yes
|
||||
can_puppet = yes
|
||||
}
|
||||
|
||||
can_collaborate = yes
|
||||
|
||||
modifiers = {
|
||||
# puppet_cost_factor = -0.3 # Deprecated, use common\peace_conference\00_generic_peace.txt instead
|
||||
civilian_intel_to_others = 10.0
|
||||
army_intel_to_others = 7.5
|
||||
navy_intel_to_others = 12.5
|
||||
airforce_intel_to_others = 7.5
|
||||
hidden_modifier = { join_faction_tension = -0.1 }
|
||||
embargo_threshold_factor = 0.5
|
||||
lend_lease_tension = 0.50
|
||||
}
|
||||
|
||||
faction_modifiers = {
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
fascism = {
|
||||
|
||||
types = {
|
||||
|
||||
nazism = {
|
||||
}
|
||||
|
||||
gen_nazism = {
|
||||
}
|
||||
|
||||
fascism_ideology = {
|
||||
}
|
||||
|
||||
falangism = {
|
||||
}
|
||||
|
||||
rexism = {
|
||||
}
|
||||
}
|
||||
|
||||
dynamic_faction_names = {
|
||||
"FACTION_NAME_FASCIST_1"
|
||||
"FACTION_NAME_FASCIST_2"
|
||||
"FACTION_NAME_FASCIST_3"
|
||||
"FACTION_NAME_FASCIST_4"
|
||||
"FACTION_NAME_FASCIST_5"
|
||||
}
|
||||
|
||||
color = { 150 75 0 }
|
||||
|
||||
war_impact_on_world_tension = 1.0 #evil!
|
||||
faction_impact_on_world_tension = 1.0
|
||||
|
||||
rules = {
|
||||
can_force_government = yes
|
||||
can_send_volunteers = yes
|
||||
can_puppet = yes
|
||||
}
|
||||
|
||||
can_collaborate = yes
|
||||
|
||||
modifiers = {
|
||||
justify_war_goal_when_in_major_war_time = -0.80
|
||||
civilian_intel_to_others = 15.0
|
||||
army_intel_to_others = 10.0
|
||||
navy_intel_to_others = 10.0
|
||||
airforce_intel_to_others = 10.0
|
||||
hidden_modifier = { join_faction_tension = -0.1 }
|
||||
embargo_cost_factor = 1
|
||||
lend_lease_tension = 0.50
|
||||
}
|
||||
|
||||
ai_fascist = yes # uses the fascist AI behaviour
|
||||
ai_ideology_wanted_units_factor = 1.65
|
||||
}
|
||||
|
||||
neutrality = {
|
||||
|
||||
types = {
|
||||
|
||||
despotism = {
|
||||
}
|
||||
|
||||
oligarchism = {
|
||||
}
|
||||
|
||||
anarchism = {
|
||||
can_be_randomly_selected = no # won't be assigned to randomly generated country leaders
|
||||
}
|
||||
|
||||
moderatism = {
|
||||
}
|
||||
|
||||
centrism = {
|
||||
}
|
||||
}
|
||||
|
||||
dynamic_faction_names = {
|
||||
"FACTION_NAME_NONALIGNED_1"
|
||||
"FACTION_NAME_NONALIGNED_2"
|
||||
"FACTION_NAME_NONALIGNED_3"
|
||||
"FACTION_NAME_NONALIGNED_4"
|
||||
"FACTION_NAME_NONALIGNED_5"
|
||||
}
|
||||
|
||||
color = { 124 124 124 }
|
||||
|
||||
|
||||
war_impact_on_world_tension = 0.25 #no major danger
|
||||
faction_impact_on_world_tension = 0.1
|
||||
|
||||
rules = {
|
||||
can_force_government = yes
|
||||
can_puppet = yes
|
||||
can_send_volunteers = no
|
||||
}
|
||||
|
||||
modifiers = {
|
||||
#increased_influence_factor = 0.3 #30% easier to influence
|
||||
generate_wargoal_tension = 0.5
|
||||
join_faction_tension = 0.4
|
||||
lend_lease_tension = 0.6
|
||||
send_volunteers_tension = 0.4
|
||||
guarantee_tension = 0.4
|
||||
drift_defence_factor = -0.3
|
||||
civilian_intel_to_others = 20.0
|
||||
army_intel_to_others = 10.0
|
||||
navy_intel_to_others = 20.0
|
||||
airforce_intel_to_others = 10.0
|
||||
}
|
||||
|
||||
faction_modifiers = {
|
||||
}
|
||||
|
||||
ai_neutral = yes #
|
||||
ai_ideology_wanted_units_factor = 1.15
|
||||
}
|
||||
}
|
||||
47
common/national_focus/nederland.txt
Executable file
47
common/national_focus/nederland.txt
Executable file
|
|
@ -0,0 +1,47 @@
|
|||
### search_filters = {FOCUS_FILTER_POLITICAL}
|
||||
### search_filters = {FOCUS_FILTER_RESEARCH}
|
||||
### search_filters = {FOCUS_FILTER_INDUSTRY}
|
||||
### search_filters = {FOCUS_FILTER_STABILITY}
|
||||
### search_filters = {FOCUS_FILTER_WAR_SUPPORT}
|
||||
### search_filters = {FOCUS_FILTER_MANPOWER}
|
||||
### search_filters = {FOCUS_FILTER_ANNEXATION}
|
||||
|
||||
focus_tree = {
|
||||
id = nederland_focus
|
||||
|
||||
country = {
|
||||
factor = 0
|
||||
}
|
||||
|
||||
default = no
|
||||
|
||||
continuous_focus_position = { x = 50 y = 1500 }
|
||||
|
||||
|
||||
focus = {
|
||||
id = NDL_expand_utrecht_industry
|
||||
|
||||
icon = GFX_goal_generic_construct_infrastructure
|
||||
x = 3
|
||||
y = 0
|
||||
cost = 10
|
||||
|
||||
available_if_capitulated = no
|
||||
|
||||
completion_reward = {
|
||||
add_building_construction = {
|
||||
type = infrastructure
|
||||
level = 1
|
||||
instant_build = yes
|
||||
}
|
||||
add_extra_state_shared_building_slots = 1
|
||||
add_building_construction = {
|
||||
type = industrial_complex
|
||||
level = 1
|
||||
instant_build = yes
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
BIN
gfx/flags/NDL.tga
Executable file
BIN
gfx/flags/NDL.tga
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 17 KiB |
BIN
gfx/flags/medium/NDL.tga
Executable file
BIN
gfx/flags/medium/NDL.tga
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 4.2 KiB |
BIN
gfx/flags/small/NDL.tga
Executable file
BIN
gfx/flags/small/NDL.tga
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 324 B |
1
gfx/interface/goals/.gitignore
vendored
Executable file
1
gfx/interface/goals/.gitignore
vendored
Executable file
|
|
@ -0,0 +1 @@
|
|||
/.XnViewSort
|
||||
BIN
gfx/interface/goals/focus_ARG_a_new_trading_partner.dds
Executable file
BIN
gfx/interface/goals/focus_ARG_a_new_trading_partner.dds
Executable file
Binary file not shown.
BIN
gfx/interface/goals/focus_ARG_accept_german_advisors.dds
Executable file
BIN
gfx/interface/goals/focus_ARG_accept_german_advisors.dds
Executable file
Binary file not shown.
BIN
gfx/interface/goals/focus_ARG_air_force.dds
Executable file
BIN
gfx/interface/goals/focus_ARG_air_force.dds
Executable file
Binary file not shown.
BIN
gfx/interface/goals/focus_ARG_align_with_the_monroe_doctrine.dds
Executable file
BIN
gfx/interface/goals/focus_ARG_align_with_the_monroe_doctrine.dds
Executable file
Binary file not shown.
BIN
gfx/interface/goals/focus_ARG_alvears_democracy.dds
Executable file
BIN
gfx/interface/goals/focus_ARG_alvears_democracy.dds
Executable file
Binary file not shown.
BIN
gfx/interface/goals/focus_ARG_american_allyship.dds
Executable file
BIN
gfx/interface/goals/focus_ARG_american_allyship.dds
Executable file
Binary file not shown.
BIN
gfx/interface/goals/focus_ARG_anti_american_propaganda.dds
Executable file
BIN
gfx/interface/goals/focus_ARG_anti_american_propaganda.dds
Executable file
Binary file not shown.
BIN
gfx/interface/goals/focus_ARG_anti_corruption_policies.dds
Executable file
BIN
gfx/interface/goals/focus_ARG_anti_corruption_policies.dds
Executable file
Binary file not shown.
BIN
gfx/interface/goals/focus_ARG_argentina_first.dds
Executable file
BIN
gfx/interface/goals/focus_ARG_argentina_first.dds
Executable file
Binary file not shown.
BIN
gfx/interface/goals/focus_ARG_argentina_for_all.dds
Executable file
BIN
gfx/interface/goals/focus_ARG_argentina_for_all.dds
Executable file
Binary file not shown.
BIN
gfx/interface/goals/focus_ARG_argentine_island_sovereignty.dds
Executable file
BIN
gfx/interface/goals/focus_ARG_argentine_island_sovereignty.dds
Executable file
Binary file not shown.
BIN
gfx/interface/goals/focus_ARG_argentine_nationalism.dds
Executable file
BIN
gfx/interface/goals/focus_ARG_argentine_nationalism.dds
Executable file
Binary file not shown.
BIN
gfx/interface/goals/focus_ARG_army.dds
Executable file
BIN
gfx/interface/goals/focus_ARG_army.dds
Executable file
Binary file not shown.
BIN
gfx/interface/goals/focus_ARG_balancing_act.dds
Executable file
BIN
gfx/interface/goals/focus_ARG_balancing_act.dds
Executable file
Binary file not shown.
BIN
gfx/interface/goals/focus_ARG_banco_central_de_la_republica_argentina.dds
Executable file
BIN
gfx/interface/goals/focus_ARG_banco_central_de_la_republica_argentina.dds
Executable file
Binary file not shown.
BIN
gfx/interface/goals/focus_ARG_bastion_of_peace.dds
Executable file
BIN
gfx/interface/goals/focus_ARG_bastion_of_peace.dds
Executable file
Binary file not shown.
BIN
gfx/interface/goals/focus_ARG_british_influences.dds
Executable file
BIN
gfx/interface/goals/focus_ARG_british_influences.dds
Executable file
Binary file not shown.
BIN
gfx/interface/goals/focus_ARG_capitalize_the_beef_industry.dds
Executable file
BIN
gfx/interface/goals/focus_ARG_capitalize_the_beef_industry.dds
Executable file
Binary file not shown.
BIN
gfx/interface/goals/focus_ARG_centralize_power.dds
Executable file
BIN
gfx/interface/goals/focus_ARG_centralize_power.dds
Executable file
Binary file not shown.
BIN
gfx/interface/goals/focus_ARG_chilean_ultimatum.dds
Executable file
BIN
gfx/interface/goals/focus_ARG_chilean_ultimatum.dds
Executable file
Binary file not shown.
BIN
gfx/interface/goals/focus_ARG_conquer_the_continent.dds
Executable file
BIN
gfx/interface/goals/focus_ARG_conquer_the_continent.dds
Executable file
Binary file not shown.
BIN
gfx/interface/goals/focus_ARG_consolidating_power.dds
Executable file
BIN
gfx/interface/goals/focus_ARG_consolidating_power.dds
Executable file
Binary file not shown.
BIN
gfx/interface/goals/focus_ARG_crackdown_on_corruption.dds
Executable file
BIN
gfx/interface/goals/focus_ARG_crackdown_on_corruption.dds
Executable file
Binary file not shown.
BIN
gfx/interface/goals/focus_ARG_cut_ties_with_britain.dds
Executable file
BIN
gfx/interface/goals/focus_ARG_cut_ties_with_britain.dds
Executable file
Binary file not shown.
BIN
gfx/interface/goals/focus_ARG_defense_and_democracy.dds
Executable file
BIN
gfx/interface/goals/focus_ARG_defense_and_democracy.dds
Executable file
Binary file not shown.
BIN
gfx/interface/goals/focus_ARG_demand_spanish_compensation.dds
Executable file
BIN
gfx/interface/goals/focus_ARG_demand_spanish_compensation.dds
Executable file
Binary file not shown.
BIN
gfx/interface/goals/focus_ARG_develop_the_electricity_sector.dds
Executable file
BIN
gfx/interface/goals/focus_ARG_develop_the_electricity_sector.dds
Executable file
Binary file not shown.
BIN
gfx/interface/goals/focus_ARG_economic_reactivation_act.dds
Executable file
BIN
gfx/interface/goals/focus_ARG_economic_reactivation_act.dds
Executable file
Binary file not shown.
BIN
gfx/interface/goals/focus_ARG_empower_the_fjc.dds
Executable file
BIN
gfx/interface/goals/focus_ARG_empower_the_fjc.dds
Executable file
Binary file not shown.
BIN
gfx/interface/goals/focus_ARG_end_operation_bolivar.dds
Executable file
BIN
gfx/interface/goals/focus_ARG_end_operation_bolivar.dds
Executable file
Binary file not shown.
BIN
gfx/interface/goals/focus_ARG_envoy_to_london.dds
Executable file
BIN
gfx/interface/goals/focus_ARG_envoy_to_london.dds
Executable file
Binary file not shown.
BIN
gfx/interface/goals/focus_ARG_establish_the_free_association.dds
Executable file
BIN
gfx/interface/goals/focus_ARG_establish_the_free_association.dds
Executable file
Binary file not shown.
BIN
gfx/interface/goals/focus_ARG_fascist_researchers.dds
Executable file
BIN
gfx/interface/goals/focus_ARG_fascist_researchers.dds
Executable file
Binary file not shown.
BIN
gfx/interface/goals/focus_ARG_firmes_volamos.dds
Executable file
BIN
gfx/interface/goals/focus_ARG_firmes_volamos.dds
Executable file
Binary file not shown.
BIN
gfx/interface/goals/focus_ARG_forge_our_own_future.dds
Executable file
BIN
gfx/interface/goals/focus_ARG_forge_our_own_future.dds
Executable file
Binary file not shown.
BIN
gfx/interface/goals/focus_ARG_guardia_nacional.dds
Executable file
BIN
gfx/interface/goals/focus_ARG_guardia_nacional.dds
Executable file
Binary file not shown.
BIN
gfx/interface/goals/focus_ARG_help_the_allies.dds
Executable file
BIN
gfx/interface/goals/focus_ARG_help_the_allies.dds
Executable file
Binary file not shown.
BIN
gfx/interface/goals/focus_ARG_immigration_wave.dds
Executable file
BIN
gfx/interface/goals/focus_ARG_immigration_wave.dds
Executable file
Binary file not shown.
BIN
gfx/interface/goals/focus_ARG_improve_patagonia.dds
Executable file
BIN
gfx/interface/goals/focus_ARG_improve_patagonia.dds
Executable file
Binary file not shown.
BIN
gfx/interface/goals/focus_ARG_improving_the_islands.dds
Executable file
BIN
gfx/interface/goals/focus_ARG_improving_the_islands.dds
Executable file
Binary file not shown.
BIN
gfx/interface/goals/focus_ARG_in_memory_of_yrigoyen.dds
Executable file
BIN
gfx/interface/goals/focus_ARG_in_memory_of_yrigoyen.dds
Executable file
Binary file not shown.
BIN
gfx/interface/goals/focus_ARG_invite_ghioldi_back_to_argentina.dds
Executable file
BIN
gfx/interface/goals/focus_ARG_invite_ghioldi_back_to_argentina.dds
Executable file
Binary file not shown.
BIN
gfx/interface/goals/focus_ARG_invite_spanish_nationalists.dds
Executable file
BIN
gfx/interface/goals/focus_ARG_invite_spanish_nationalists.dds
Executable file
Binary file not shown.
BIN
gfx/interface/goals/focus_ARG_islas_del_atlantico_sur.dds
Executable file
BIN
gfx/interface/goals/focus_ARG_islas_del_atlantico_sur.dds
Executable file
Binary file not shown.
BIN
gfx/interface/goals/focus_ARG_join_the_allies.dds
Executable file
BIN
gfx/interface/goals/focus_ARG_join_the_allies.dds
Executable file
Binary file not shown.
BIN
gfx/interface/goals/focus_ARG_juan_peron_elected.dds
Executable file
BIN
gfx/interface/goals/focus_ARG_juan_peron_elected.dds
Executable file
Binary file not shown.
BIN
gfx/interface/goals/focus_ARG_keep_it_in_the_party.dds
Executable file
BIN
gfx/interface/goals/focus_ARG_keep_it_in_the_party.dds
Executable file
Binary file not shown.
BIN
gfx/interface/goals/focus_ARG_legitimize_the_PCA.dds
Executable file
BIN
gfx/interface/goals/focus_ARG_legitimize_the_PCA.dds
Executable file
Binary file not shown.
BIN
gfx/interface/goals/focus_ARG_liberation_theology.dds
Executable file
BIN
gfx/interface/goals/focus_ARG_liberation_theology.dds
Executable file
Binary file not shown.
BIN
gfx/interface/goals/focus_ARG_maintain_the_status_quo.dds
Executable file
BIN
gfx/interface/goals/focus_ARG_maintain_the_status_quo.dds
Executable file
Binary file not shown.
BIN
gfx/interface/goals/focus_ARG_march_to_la_casa_rosada.dds
Executable file
BIN
gfx/interface/goals/focus_ARG_march_to_la_casa_rosada.dds
Executable file
Binary file not shown.
BIN
gfx/interface/goals/focus_ARG_navy.dds
Executable file
BIN
gfx/interface/goals/focus_ARG_navy.dds
Executable file
Binary file not shown.
BIN
gfx/interface/goals/focus_ARG_no_gods_no_masters.dds
Executable file
BIN
gfx/interface/goals/focus_ARG_no_gods_no_masters.dds
Executable file
Binary file not shown.
BIN
gfx/interface/goals/focus_ARG_our_own_path.dds
Executable file
BIN
gfx/interface/goals/focus_ARG_our_own_path.dds
Executable file
Binary file not shown.
BIN
gfx/interface/goals/focus_ARG_pan_american_cooperation.dds
Executable file
BIN
gfx/interface/goals/focus_ARG_pan_american_cooperation.dds
Executable file
Binary file not shown.
BIN
gfx/interface/goals/focus_ARG_paraguayan_ultimatum.dds
Executable file
BIN
gfx/interface/goals/focus_ARG_paraguayan_ultimatum.dds
Executable file
Binary file not shown.
BIN
gfx/interface/goals/focus_ARG_peronism.dds
Executable file
BIN
gfx/interface/goals/focus_ARG_peronism.dds
Executable file
Binary file not shown.
BIN
gfx/interface/goals/focus_ARG_preparations_for_war.dds
Executable file
BIN
gfx/interface/goals/focus_ARG_preparations_for_war.dds
Executable file
Binary file not shown.
BIN
gfx/interface/goals/focus_ARG_rapid_urbanization.dds
Executable file
BIN
gfx/interface/goals/focus_ARG_rapid_urbanization.dds
Executable file
Binary file not shown.
BIN
gfx/interface/goals/focus_ARG_reach_out_to_the_great_powers.dds
Executable file
BIN
gfx/interface/goals/focus_ARG_reach_out_to_the_great_powers.dds
Executable file
Binary file not shown.
BIN
gfx/interface/goals/focus_ARG_recruitment_drive.dds
Executable file
BIN
gfx/interface/goals/focus_ARG_recruitment_drive.dds
Executable file
Binary file not shown.
BIN
gfx/interface/goals/focus_ARG_reestablish_ligas_patrioticas.dds
Executable file
BIN
gfx/interface/goals/focus_ARG_reestablish_ligas_patrioticas.dds
Executable file
Binary file not shown.
BIN
gfx/interface/goals/focus_ARG_release_hellmuth.dds
Executable file
BIN
gfx/interface/goals/focus_ARG_release_hellmuth.dds
Executable file
Binary file not shown.
BIN
gfx/interface/goals/focus_ARG_revisit_the_roca_runciman_treaty.dds
Executable file
BIN
gfx/interface/goals/focus_ARG_revisit_the_roca_runciman_treaty.dds
Executable file
Binary file not shown.
BIN
gfx/interface/goals/focus_ARG_revive_the_colonial_plan.dds
Executable file
BIN
gfx/interface/goals/focus_ARG_revive_the_colonial_plan.dds
Executable file
Binary file not shown.
BIN
gfx/interface/goals/focus_ARG_roberto_maria_ortiz.dds
Executable file
BIN
gfx/interface/goals/focus_ARG_roberto_maria_ortiz.dds
Executable file
Binary file not shown.
BIN
gfx/interface/goals/focus_ARG_south_american_unity.dds
Executable file
BIN
gfx/interface/goals/focus_ARG_south_american_unity.dds
Executable file
Binary file not shown.
BIN
gfx/interface/goals/focus_ARG_state_atheism.dds
Executable file
BIN
gfx/interface/goals/focus_ARG_state_atheism.dds
Executable file
Binary file not shown.
BIN
gfx/interface/goals/focus_ARG_strengthening_the_concordancia.dds
Executable file
BIN
gfx/interface/goals/focus_ARG_strengthening_the_concordancia.dds
Executable file
Binary file not shown.
BIN
gfx/interface/goals/focus_ARG_study_the_battle_of_the_river_plate.dds
Executable file
BIN
gfx/interface/goals/focus_ARG_study_the_battle_of_the_river_plate.dds
Executable file
Binary file not shown.
BIN
gfx/interface/goals/focus_ARG_support_radical_nationalism.dds
Executable file
BIN
gfx/interface/goals/focus_ARG_support_radical_nationalism.dds
Executable file
Binary file not shown.
BIN
gfx/interface/goals/focus_ARG_the_american_push.dds
Executable file
BIN
gfx/interface/goals/focus_ARG_the_american_push.dds
Executable file
Binary file not shown.
BIN
gfx/interface/goals/focus_ARG_the_buenos_aires_conference.dds
Executable file
BIN
gfx/interface/goals/focus_ARG_the_buenos_aires_conference.dds
Executable file
Binary file not shown.
BIN
gfx/interface/goals/focus_ARG_the_castillo_cabinet.dds
Executable file
BIN
gfx/interface/goals/focus_ARG_the_castillo_cabinet.dds
Executable file
Binary file not shown.
BIN
gfx/interface/goals/focus_ARG_the_clean_election.dds
Executable file
BIN
gfx/interface/goals/focus_ARG_the_clean_election.dds
Executable file
Binary file not shown.
BIN
gfx/interface/goals/focus_ARG_the_old_enemy.dds
Executable file
BIN
gfx/interface/goals/focus_ARG_the_old_enemy.dds
Executable file
Binary file not shown.
BIN
gfx/interface/goals/focus_ARG_the_second_argentine_republic.dds
Executable file
BIN
gfx/interface/goals/focus_ARG_the_second_argentine_republic.dds
Executable file
Binary file not shown.
BIN
gfx/interface/goals/focus_ARG_the_war_machine.dds
Executable file
BIN
gfx/interface/goals/focus_ARG_the_war_machine.dds
Executable file
Binary file not shown.
BIN
gfx/interface/goals/focus_ARG_towards_a_greater_argentina.dds
Executable file
BIN
gfx/interface/goals/focus_ARG_towards_a_greater_argentina.dds
Executable file
Binary file not shown.
BIN
gfx/interface/goals/focus_ARG_unify_south_america.dds
Executable file
BIN
gfx/interface/goals/focus_ARG_unify_south_america.dds
Executable file
Binary file not shown.
BIN
gfx/interface/goals/focus_ARG_union_nacional_fascista.dds
Executable file
BIN
gfx/interface/goals/focus_ARG_union_nacional_fascista.dds
Executable file
Binary file not shown.
BIN
gfx/interface/goals/focus_ARG_universidad_de_buenos_aires.dds
Executable file
BIN
gfx/interface/goals/focus_ARG_universidad_de_buenos_aires.dds
Executable file
Binary file not shown.
BIN
gfx/interface/goals/focus_ARG_women_in_industry.dds
Executable file
BIN
gfx/interface/goals/focus_ARG_women_in_industry.dds
Executable file
Binary file not shown.
BIN
gfx/interface/goals/focus_ARG_yacimientos_petroliferos_fiscales.dds
Executable file
BIN
gfx/interface/goals/focus_ARG_yacimientos_petroliferos_fiscales.dds
Executable file
Binary file not shown.
BIN
gfx/interface/goals/focus_AST_never_gallipoli.dds
Executable file
BIN
gfx/interface/goals/focus_AST_never_gallipoli.dds
Executable file
Binary file not shown.
BIN
gfx/interface/goals/focus_AST_rats_tobruk.dds
Executable file
BIN
gfx/interface/goals/focus_AST_rats_tobruk.dds
Executable file
Binary file not shown.
BIN
gfx/interface/goals/focus_AST_squander_bug.dds
Executable file
BIN
gfx/interface/goals/focus_AST_squander_bug.dds
Executable file
Binary file not shown.
BIN
gfx/interface/goals/focus_AST_war_japan.dds
Executable file
BIN
gfx/interface/goals/focus_AST_war_japan.dds
Executable file
Binary file not shown.
BIN
gfx/interface/goals/focus_BRA_acquire_german_tanks.dds
Executable file
BIN
gfx/interface/goals/focus_BRA_acquire_german_tanks.dds
Executable file
Binary file not shown.
BIN
gfx/interface/goals/focus_BRA_agulhas_negras.dds
Executable file
BIN
gfx/interface/goals/focus_BRA_agulhas_negras.dds
Executable file
Binary file not shown.
BIN
gfx/interface/goals/focus_BRA_air_force.dds
Executable file
BIN
gfx/interface/goals/focus_BRA_air_force.dds
Executable file
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue