Skip to content

Commit

Permalink
Open Beta 0.20.2 RC
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolferos committed Dec 21, 2022
1 parent bc3af34 commit cf532ec
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 29 deletions.
4 changes: 0 additions & 4 deletions mod/thegreatwar/common/ideas/canada.txt
Original file line number Diff line number Diff line change
Expand Up @@ -363,10 +363,6 @@ ideas = {
air_bombing = 0.05
instant = yes
}
transport_plane_equipment = {
air_range = 0.1
instant = yes
}
}

modifier = {
Expand Down
20 changes: 0 additions & 20 deletions mod/thegreatwar/common/ideas/zzz_generic.txt
Original file line number Diff line number Diff line change
Expand Up @@ -83,22 +83,10 @@ ideas = {
instant = yes
build_cost_ic = -0.10
}
rocket_interceptor_equipment = {
instant = yes
build_cost_ic = -0.10
}
tac_bomber_equipment = {
instant = yes
build_cost_ic = -0.10
}
jet_tac_bomber_equipment = {
instant = yes
build_cost_ic = -0.10
}
jet_strat_bomber_equipment = {
instant = yes
build_cost_ic = -0.10
}
heavy_fighter_equipment = {
instant = yes
build_cost_ic = -0.10
Expand All @@ -107,14 +95,6 @@ ideas = {
instant = yes
build_cost_ic = -0.10
}
transport_plane_equipment = {
instant = yes
build_cost_ic = -0.10
}
guided_missile_equipment = {
instant = yes
build_cost_ic = -0.10
}
}
}
}
Expand Down
3 changes: 2 additions & 1 deletion mod/thegreatwar/common/technologies/infantry.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,10 @@ technologies = {
enable_equipments = {
infantry_equipment_0
}

enable_subunits = {
infantry
bicycle_battalion # Open Beta 0.20.2 "Spazio Vitale"
}

path = {
Expand Down
2 changes: 1 addition & 1 deletion mod/thegreatwar/common/units/air.txt
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ sub_units = {
transport_plane = {
sprite = heavy_plane
priority = 6
active = no
active = yes
type = air_transport
need = { transport_plane_equipment = 1 }
land_air_wing_size = 100
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,6 @@ equipments = {
transport_plane_equipment = {
year = 1927

is_buildable = no

allow_mission_type = {
paradrop
air_supply
Expand All @@ -201,6 +199,7 @@ equipments = {
sprite = medium_plane
air_map_icon_frame = 12


interface_category = interface_category_air

# Transport
Expand Down Expand Up @@ -229,8 +228,10 @@ equipments = {
year = 1927

archetype = transport_plane_equipment
#active = yes
#active = yes#HOI4TGW
priority = 130

air_superiority = 0

air_range = 1000
maximum_speed = 300
Expand Down

0 comments on commit cf532ec

Please sign in to comment.