94 lines
1.6 KiB
Plaintext
Executable File
94 lines
1.6 KiB
Plaintext
Executable File
equipments = {
|
|
|
|
support_ship_hull = {
|
|
year = 1936
|
|
|
|
can_be_produced = { # Commented until flag 'cannot_produce_ships' is used by any tag
|
|
NOT = { has_country_flag = cannot_produce_ships }
|
|
}
|
|
|
|
is_archetype = yes
|
|
is_buildable = no
|
|
type = support_ship
|
|
interface_category = interface_category_other_ships
|
|
#alias = support_ship
|
|
priority = 2000
|
|
|
|
max_dockyard_factories = 5
|
|
|
|
lg_armor_piercing = 0
|
|
lg_attack = 0
|
|
|
|
hg_armor_piercing = 0
|
|
hg_attack = 0
|
|
|
|
torpedo_attack = 0
|
|
sub_attack = 1
|
|
|
|
anti_air_attack = 0
|
|
|
|
armor_value = 0
|
|
|
|
|
|
surface_detection = 3
|
|
sub_detection = 1
|
|
surface_visibility = 20
|
|
naval_speed = 18
|
|
reliability = 0.80
|
|
|
|
naval_range = 3000
|
|
|
|
max_strength = 25
|
|
|
|
|
|
fuel_consumption = 8
|
|
|
|
build_cost_ic = 500
|
|
resources = {
|
|
steel = 2
|
|
}
|
|
|
|
manpower = 250
|
|
naval_dominance_factor = 0
|
|
}
|
|
|
|
support_ship_1 = {
|
|
abbreviation = "ZZZ"
|
|
year = 1936
|
|
|
|
archetype = support_ship_hull
|
|
priority = 2000
|
|
model = support_ship
|
|
modifier_stat = {
|
|
modifier = naval_general_support
|
|
value = 100
|
|
type = naval_support
|
|
}
|
|
|
|
module_slots = inherit
|
|
naval_dominance_factor = 0
|
|
}
|
|
|
|
support_ship_2 = {
|
|
abbreviation = "ZZZ"
|
|
year = 1936
|
|
|
|
parent = support_ship_1
|
|
archetype = support_ship_hull
|
|
priority = 2000
|
|
model = support_ship
|
|
modifier_stat = {
|
|
modifier = naval_general_support
|
|
value = 150
|
|
type = naval_support
|
|
}
|
|
max_strength = 40
|
|
naval_range = 4000
|
|
naval_speed = 20
|
|
build_cost_ic = 650
|
|
manpower = 350
|
|
module_slots = inherit
|
|
|
|
naval_dominance_factor = 0
|
|
}
|
|
} |