Skip to content

Commit

Permalink
carriers fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Mumiago committed Oct 21, 2022
1 parent 51ed2f2 commit 80a4dac
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions common/country_leader/00_traits.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2964,7 +2964,7 @@ leader_traits = {
random = no
equipment_bonus = {
carrier = {
build_cost_ic = -0.25 carrier_size = -20 naval_range = -0.15
build_cost_ic = -0.25 carrier_size = -1 naval_range = -0.15
}
capital_ship = {
build_cost_ic = -0.13 armor_value = -0.1 hg_attack = -0.2 naval_range = -0.15
Expand Down Expand Up @@ -3164,7 +3164,7 @@ leader_traits = {
random = no
equipment_bonus = {
carrier = {
carrier_size = 20
carrier_size = 1
naval_range = 0.25
anti_air_attack = 0.2

Expand All @@ -3188,7 +3188,7 @@ leader_traits = {
random = no
equipment_bonus = {
carrier = {
carrier_size = 40
carrier_size = 2
armor_value = -0.15
naval_range = 0.25
anti_air_attack = 0.35
Expand Down Expand Up @@ -3288,7 +3288,7 @@ leader_traits = {
random = no
equipment_bonus = {
carrier = {
carrier_size = 20
carrier_size = 1
armor_value = 0.1
anti_air_attack = 0.2
naval_range = 0.25
Expand Down
2 changes: 1 addition & 1 deletion common/defines/00_defines.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1202,7 +1202,7 @@ NAir = {
TOP_SPEED_DAMAGE_BONUS_FACTOR = 0.02, -- A factor for scaling the top speed of a plane into damage buff
COMBAT_DAMAGE_STATS_MULTILPIER = 0.2,
COMBAT_BETTER_AGILITY_DAMAGE_REDUCTION = 0.30, -- How much the better agility (than opponent's) can reduce their damage to us.
CARRIER_SIZE_STAT_INCREMENT = 1, -- Each Point of carrier_size state adds capacity for this many planes
CARRIER_SIZE_STAT_INCREMENT = 20, -- Each Point of carrier_size state adds capacity for this many planes
BASE_UNIT_WEIGHT_IN_TRANSPORT_PLANES = 45.0,
EFFICIENCY_REGION_CHANGE_DAILY_GAIN_MARITIME_PATROL_PLANE = 1,
MIN_PLANE_COUNT_PARADROP = 50,
Expand Down
2 changes: 1 addition & 1 deletion common/ideas/italy.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1546,7 +1546,7 @@ ideas = {

equipment_bonus = {
carrier = {
carrier_size = 0.5
carrier_size = 1
anti_air_attack = 0.2
max_strength = 0.2
}
Expand Down
3 changes: 1 addition & 2 deletions common/units/equipment/modules/00_ship_modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2075,7 +2075,7 @@ equipment_modules = {

add_equipment_type = capital_ship
add_stats = {
carrier_size = 20
carrier_size = 1
build_cost_ic = 650
}
manpower = 500 #outside the add_stats section for code reasons
Expand Down Expand Up @@ -2377,7 +2377,6 @@ equipment_modules = {
anti_air_attack = 3
armor_value = 5
max_strength = 100
carrier_size = 5
build_cost_ic = 1000
}
add_average_stats = {
Expand Down
1 change: 1 addition & 0 deletions common/units/equipment/plane_airframes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2901,6 +2901,7 @@ duplicate_archetypes = {
picture = archetype_CAS_equipment
air_map_icon_frame = 2
interface_overview_category_index = 0
default_carrier_composition_weight = 1
}

small_plane_naval_bomber_airframe = {
Expand Down

0 comments on commit 80a4dac

Please sign in to comment.