2024-07-22 19:21:09
All checks were successful
sync / build (push) Successful in 20s

This commit is contained in:
actions[bot]
2024-07-22 19:21:09 +08:00
parent 6c7afaef94
commit 4cf7fc8f77
1307 changed files with 116059 additions and 0 deletions

View 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
}
}
}
}