Skip to content

Commit

Permalink
Fix Penetrator Bombers so they drop bombs reliably
Browse files Browse the repository at this point in the history
  • Loading branch information
Azraeel committed Oct 14, 2024
1 parent ec16986 commit 3671d37
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 0 deletions.
8 changes: 8 additions & 0 deletions units/BrewLAN/SAA0314/SAA0314_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,14 @@ UnitBlueprint {
TurnSpeed = 0.8,
Winged = true,
},

Intel = {
FreeIntel = true,

RadarRadius = 65,
RadarStealth = true,
VisionRadius = 32,
},

Defense = {

Expand Down
8 changes: 8 additions & 0 deletions units/BrewLAN/SEA0314/SEA0314_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,14 @@ UnitBlueprint {
SubThreatLevel = 18,
SurfaceThreatLevel = 120,
},

Intel = {
FreeIntel = true,

RadarRadius = 65,
RadarStealth = true,
VisionRadius = 32,
},

Economy = {
BuildCostEnergy = 210000,
Expand Down
9 changes: 9 additions & 0 deletions units/BrewLAN/SRA0314/SRA0314_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,14 @@ UnitBlueprint {
SubThreatLevel = 15,
SurfaceThreatLevel = 120,
},

Intel = {
FreeIntel = true,

RadarRadius = 65,
RadarStealth = true,
VisionRadius = 32,
},

Economy = {
BuildCostEnergy = 190000,
Expand All @@ -51,6 +59,7 @@ UnitBlueprint {
ResearchMultEnergy = 0.2,
MaintenanceConsumptionPerSecondEnergy = 300,
},

Weapon = {
{
AboveWaterTargetsOnly = true,
Expand Down
8 changes: 8 additions & 0 deletions units/BrewLAN/SSA0314/SSA0314_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,14 @@ UnitBlueprint {
SubThreatLevel = 15,
SurfaceThreatLevel = 110,
},

Intel = {
FreeIntel = true,

RadarRadius = 65,
RadarStealth = true,
VisionRadius = 32,
},

Economy = {
BuildCostEnergy = 195000,
Expand Down

0 comments on commit 3671d37

Please sign in to comment.