Files
vnr/src/common/ideas/_naval_treaty.txt
2025-08-03 04:03:13 +00:00

99 lines
2.2 KiB
Plaintext
Executable File

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 = 6800
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 = 6700
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 = 7300
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 = 6900
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 = 7500
production_cost_max_ship_hull_heavy = 18000
production_cost_max_ship_hull_carrier = 11000
}
}
}
}