This commit is contained in:
98
src/common/ideas/_naval_treaty.txt
Executable file
98
src/common/ideas/_naval_treaty.txt
Executable file
@@ -0,0 +1,98 @@
|
||||
ideas = {
|
||||
country = {
|
||||
MTG_naval_treaty_adherent = {
|
||||
|
||||
allowed = {
|
||||
always = no
|
||||
}
|
||||
allowed_civil_war = {
|
||||
always = no
|
||||
}
|
||||
|
||||
removal_cost = -1
|
||||
picture = MTG_naval_treaty_adherent
|
||||
|
||||
modifier = {
|
||||
production_cost_max_ship_hull_cruiser = 5800
|
||||
production_cost_max_ship_hull_heavy = 9800
|
||||
production_cost_max_ship_hull_carrier = 9800
|
||||
convoy_raiding_efficiency_factor = -0.5
|
||||
}
|
||||
}
|
||||
MTG_naval_treaty_adherent_1936 = {
|
||||
|
||||
allowed = {
|
||||
always = no
|
||||
}
|
||||
allowed_civil_war = {
|
||||
always = no
|
||||
}
|
||||
|
||||
removal_cost = -1
|
||||
picture = MTG_naval_treaty_adherent
|
||||
|
||||
modifier = {
|
||||
production_cost_max_ship_hull_cruiser = 5700
|
||||
production_cost_max_ship_hull_heavy = 9600
|
||||
production_cost_max_ship_hull_carrier = 9400
|
||||
production_cost_max_ship_hull_submarine = 800
|
||||
convoy_raiding_efficiency_factor = -0.5
|
||||
}
|
||||
}
|
||||
MTG_naval_treaty_adherent_reduced = {
|
||||
allowed = {
|
||||
always = no
|
||||
}
|
||||
allowed_civil_war = {
|
||||
always = no
|
||||
}
|
||||
|
||||
removal_cost = -1
|
||||
picture = MTG_naval_treaty_adherent_reduced
|
||||
|
||||
modifier = {
|
||||
production_cost_max_ship_hull_cruiser = 6300
|
||||
production_cost_max_ship_hull_heavy = 11000
|
||||
production_cost_max_ship_hull_carrier = 10000
|
||||
production_cost_max_ship_hull_submarine = 900
|
||||
convoy_raiding_efficiency_factor = -0.5
|
||||
}
|
||||
}
|
||||
MTG_naval_treaty_cheating = {
|
||||
name = MTG_naval_treaty_adherent
|
||||
allowed = {
|
||||
always = no
|
||||
}
|
||||
allowed_civil_war = {
|
||||
always = no
|
||||
}
|
||||
|
||||
removal_cost = -1
|
||||
picture = MTG_naval_treaty_adherent
|
||||
|
||||
modifier = {
|
||||
production_cost_max_ship_hull_cruiser = 5900
|
||||
production_cost_max_ship_hull_heavy = 10000
|
||||
production_cost_max_ship_hull_carrier = 10000
|
||||
}
|
||||
}
|
||||
MTG_naval_treaty_cheating_reduced = {
|
||||
name = MTG_naval_treaty_adherent_reduced
|
||||
allowed = {
|
||||
always = no
|
||||
}
|
||||
allowed_civil_war = {
|
||||
always = no
|
||||
}
|
||||
|
||||
removal_cost = -1
|
||||
picture = MTG_naval_treaty_adherent_reduced
|
||||
|
||||
modifier = {
|
||||
production_cost_max_ship_hull_cruiser = 6500
|
||||
production_cost_max_ship_hull_heavy = 18000
|
||||
production_cost_max_ship_hull_carrier = 11000
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user