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

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,50 @@
technologies = {
eng_14in_mk7 = {
research_cost = 1
start_year = 1930
allow = {
always = no
}
enable_equipment_modules = {
eng_14in_mk7_double
eng_14in_mk7_quad
}
}
usa_8in_mk9 = {
research_cost = 1
start_year = 1930
allow = {
always = no
}
enable_equipment_modules = {
usa_8in_mk9_secondaries
}
}
ger_11in_c34 = {
research_cost = 1
start_year = 1930
allow = {
always = no
}
enable_equipment_modules = {
ger_11in_c34_triple
}
}
fra_13in_1931 = {
research_cost = 1
start_year = 1930
allow = {
always = no
}
enable_equipment_modules = {
fra_11in_1931_quad
}
}
}

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,54 @@
technologies = {
ship_alicorn = {
enable_equipments = { vnr_ship_hull_alicorn }
start_year = 1900
research_cost = 1
allow = {
always = no
}
}
ship_constitution = {
enable_equipments = { vnr_ship_hull_constitution }
start_year = 1900
research_cost = 1
allow = {
always = no
}
}
ship_macross = {
enable_equipments = { vnr_ship_hull_macross }
start_year = 1900
research_cost = 1
allow = {
always = no
}
}
ship_space_yamato = {
enable_equipments = { vnr_ship_hull_space_yamato }
start_year = 1900
research_cost = 1
allow = {
always = no
}
}
wunderwaffe_modules = {
enable_equipment_modules = {
ship_em_battery_1
ship_space_battery_0
ship_space_battery_1
ship_vls_1
ship_sam_1
ship_ciw_1
ship_AI_fire_control_0
ship_AI_fire_control_1
ship_aegis_0
modern_ship_engine_1
modern_ship_engine_2
space_ship_engine_1
ship_modern_armor_1
ship_space_armor_1
modern_deck_space_1
}
}
}