Skip to content

Commit 0595af4

Browse files
authored
Slightly improve the formatting of 2024-08-03-3811.md (#6394)
## Description of the proposed changes As per the title.
1 parent 384b523 commit 0595af4

File tree

1 file changed

+21
-20
lines changed

1 file changed

+21
-20
lines changed

docs/_posts/2024-08-03-3811.md

+21-20
Original file line numberDiff line numberDiff line change
@@ -16,25 +16,25 @@ BlackYps
1616

1717
- (#6339) Balance changes to the Fatboy
1818

19-
In general the Fatboy has been in an awkward position for a while now. With these changes we try to mitigate some of the perceived issues while preserving the identity of the Fatboy.
19+
In general the Fatboy has been in an awkward position for a while now. With these changes we try to mitigate some of the perceived issues while preserving the identity of the Fatboy.
2020

21-
- The shield is improved to increase its survivability and durability on the battlefield.
21+
- The shield is improved to increase its survivability and durability on the battlefield.
2222

23-
- ShieldRechargeTime: 120 -> 75
24-
- ShieldRegenRate: 100 -> 200
23+
- ShieldRechargeTime: 120 -> 75
24+
- ShieldRegenRate: 100 -> 200
2525

26-
- The anti air guns are stronger and have more range to allow it to fend off stray air units.
26+
- The anti air guns are stronger and have more range to allow it to fend off stray air units.
2727

28-
- Range: 45 -> 55
29-
- Damage: 20 -> 40
28+
- Range: 45 -> 55
29+
- Damage: 20 -> 40
3030

31-
- The (collision) size is reduced by roughly 5% - 7% to make artillery less viable.
31+
- The (collision) size is reduced by roughly 5% - 7% to make artillery less viable.
3232

33-
- UniformScale: 2.22 -> 2.15
34-
- ShieldSize: 25 -> 24
35-
- SizeX: 5.5 -> 5.2
36-
- SizeY: 1.5 -> 1.4
37-
- SizeZ: 8.0 -> 7.2
33+
- UniformScale: 2.22 -> 2.15
34+
- ShieldSize: 25 -> 24
35+
- SizeX: 5.5 -> 5.2
36+
- SizeY: 1.5 -> 1.4
37+
- SizeZ: 8.0 -> 7.5
3838

3939
- (#6360) Increase the hitboxes of a wide range of units to fix them being able to evade torpedoes due to their hitbox being too shallow. Lots of units, such as ships or Cybran/UEF engineers, have part of their hitboxes below ground level to enable torpedo weapons to damage them when on water. Prior to this PR however, the hitboxes of many units were not submerged deep enough into the water, which caused torpedoes to not be able to hit them reliably. This was the case for almost 30 units, most notably the Cooper, but also all movable and immovable Sonars.
4040

@@ -72,26 +72,27 @@ In general the Fatboy has been in an awkward position for a while now. With thes
7272

7373
- (#6329) Fix the selection box of the Uyanah (Seraphim T3 Lightning Tank) being unusually thin. Fix the life bar and selection box of the Vulthoo (Seraphim T2 Gunship) not lining up with its model. The Vulthoo was made physically larger in a previous patch.
7474

75-
AI - Fixed a bug with recording a platoon's plan and certain other platoon related logic
75+
- (#6335) AI - Fixed a bug with recording a platoon's plan and certain other platoon related logic.
7676

7777
- (#6337) Fixed a bug where HotBuild keybindings did not reset to the first unit/building in the cycle when the key was pressed again.
78-
- (#6342) Fix an error related to the blinking lights of structures
7978

80-
- (#6345) Fix a bug where the air-to-ground weapons of Bombers would break
79+
- (#6342) Fix an error related to the blinking lights of structures.
8180

82-
- (#6345) Fix a bug where the Scorcher can freeze the simulation indefinitely
81+
- (#6345) Fix a bug where the air-to-ground weapons of Bombers would break.
82+
83+
- (#6345) Fix a bug where the Scorcher can freeze the simulation indefinitely.
8384

8485
- (#6364) Fix the game crashing when enabling auto-overcharge with a non-Seraphim SACU selected.
8586

8687
## AI
8788

8889
- (#6292) Create base state machine files for AI engineer utility machine, update state machine for tml.
8990

90-
- (#6390) Fix a bug in the navigational mesh that could significantly slow down the simulation
91+
- (#6390) Fix a bug in the navigational mesh that could significantly slow down the simulation.
9192

92-
When we generate a navigational mesh the map is split into areas of terrain that units can walk over. This is done for each of the four layers (land, water, hover and amphibious). Heightmaps can be noisy, and therefore there can be thousands of tiny (the size of a wall) areas scattered across the map. These areas are to be culled, reducing the number of areas to take into account by a significant factor. Think in terms of going from 6000+ areas to (usually) less then 10. The culling did not work however.
93+
When we generate a navigational mesh the map is split into areas of terrain that units can walk over. This is done for each of the four layers (land, water, hover and amphibious). Heightmaps can be noisy, and therefore there can be thousands of tiny (the size of a wall) areas scattered across the map. These areas are to be culled, reducing the number of areas to take into account by a significant factor. Think in terms of going from 6000+ areas to (usually) less then 10. The culling did not work however.
9394

94-
Some computations of the AI take into account the number of areas. These computations would blow up with thousands of areas, significantly slowing down the simulation.
95+
Some computations of the AI take into account the number of areas. These computations would blow up with thousands of areas, significantly slowing down the simulation.
9596

9697
## Contributors
9798

0 commit comments

Comments
 (0)