2024-09-23 00:31:17
All checks were successful
sync / build (push) Successful in 49s

This commit is contained in:
actions[bot]
2024-09-23 00:31:17 +00:00
parent e1727eeee8
commit 8ac6b5e8e6
16 changed files with 2426 additions and 23 deletions

View File

@@ -1954,3 +1954,55 @@ AZ_maritime_patrol = {
}
}
AZ_jianniangji = {
category = air
available_for = { BYG HUJ CHY DOH TIX BFL SAD YUW BLI WEX SIR SR1 SR2 SR3 SR4 DH1 }
roles = {
air_fighter
}
priority = {
factor = 5000
modifier = {
has_War = yes
factor = 100
}
}
jizaijianniang_fighter_ex = {
priority = {
factor = 100
}
target_variant = {
match_value = 1000
type = jizaijianniang_equipment_airframe
modules = {
fixed_main_weapon_slot = az_fighter_weapon
fixed_auxiliary_weapon_slot_1 = az_fighter_weapon
fixed_auxiliary_weapon_slot_2 = az_fighter_weapon
fixed_auxiliary_weapon_slot_3 = az_fighter_weapon
fixed_auxiliary_weapon_slot_4 = az_fighter_weapon
engine_type_slot = engine_4_2x
special_type_slot_1 = fuel_tanks_small
special_type_slot_2 = non_strategic_materials_small
special_type_slot_3 = fuel_tanks_small
special_type_slot_4 = armor_plate_small
special_type_slot_5 = self_sealing_fuel_tanks_small
special_type_slot_6 = drop_tanks
}
}
allowed_modules = {
engine_4_2x
az_fighter_weapon
armor_plate_small
non_strategic_materials_small
fuel_tanks_small
self_sealing_fuel_tanks_small
drop_tanks
}
}
}