Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.13 #516

Merged
merged 6 commits into from
Oct 31, 2023
Merged

1.13 #516

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ ability = {
}

unit_modifiers = {
paratrooper_count_per_plane = 1.0
paratrooper_weight_factor = -0.10
paradrop_organization_factor = 2.0
paratrooper_aa_defense = 0.5
}
Expand Down
Empty file.
4 changes: 2 additions & 2 deletions data/blank_mod/common/ai_equipment/generic_naval.txt
Original file line number Diff line number Diff line change
Expand Up @@ -658,8 +658,8 @@ naval_cruiser_heavy = {
mid_2_custom_slot = {
any_of = { ship_airplane_launcher ship_anti_air }
upgrade > current
}
rear_1_custom_slot > ship_medium_battery_2

} rear_1_custom_slot > ship_medium_battery_2
rear_2_custom_slot = ship_anti_air
}
}
Expand Down
32 changes: 28 additions & 4 deletions data/blank_mod/common/ai_equipment/generic_planes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1045,11 +1045,37 @@ generic_strategic_bomber = {
}
}

strat_bomber_0_default = {
priority = {
factor = 5
}

target_variant = {
match_value = 500
type = large_plane_airframe_0
modules = {
fixed_main_weapon_slot = large_bomb_bay
engine_type_slot = engine_1_4x
special_type_slot_1 = {
any_of = {
lmg_defense_turret
lmg_defense_turret_2x
}
}
}
}

allowed_modules = {
large_bomb_bay
engine_1_4x
lmg_defense_turret_2x
lmg_defense_turret
}
}

strat_bomber_1_default = {
priority = {
factor = 10


}

target_variant = {
Expand Down Expand Up @@ -1077,7 +1103,6 @@ generic_strategic_bomber = {
strat_bomber_2_default = {
priority = {
factor = 10

}

target_variant = {
Expand Down Expand Up @@ -1119,7 +1144,6 @@ generic_strategic_bomber = {
special_type_slot_2 = hmg_defense_turret_2x
special_type_slot_3 = empty
}

}

allowed_modules = {
Expand Down
Empty file.
Empty file.
Loading
Loading