Skip to content

Commit

Permalink
1.13 (#516)
Browse files Browse the repository at this point in the history
* Update province mappings

* Update blank_mod/common

* Handle some import adjustments

* Remaining blank_mod updates

* Roll version.

* Fix more log errors
  • Loading branch information
Idhrendur authored Oct 31, 2023
1 parent 4d4ae03 commit 63f86eb
Show file tree
Hide file tree
Showing 168 changed files with 27,057 additions and 1,210 deletions.
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

0 comments on commit 63f86eb

Please sign in to comment.