You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/Fixed-or-Improved-Logics.md
+17
Original file line number
Diff line number
Diff line change
@@ -195,6 +195,7 @@ This page describes all ingame logics that are fixed or improved in Phobos witho
195
195
- Fixed an issue that caused `IsSonic=true` wave drawing to crash the game if the wave traveled over a certain distance.
196
196
- Buildings with foundation bigger than 1x1 can now recycle spawner correctly.
197
197
- Electric bolts that are supposed to update their position based on units current firing coords (by default, those fired by vehicles) now do so correctly for more than one concurrent electric bolt.
198
+
- Fixed an issue where airstrike flare line drawn to target at lower elevation would clip.
198
199
199
200
## Fixes / interactions with other extensions
200
201
@@ -626,6 +627,22 @@ BallisticScatter.Max= ; floating point value, distance in cells
626
627
627
628
## Technos
628
629
630
+
### Airstrike flare customizations
631
+
632
+
- It is now possible to customize color of airstrike flare tint on target on the TechnoType calling in the airstrike as well as customize the color of the line drawn to target.
633
+
-`LaserTargetColor` can be used to set the index of color from `[ColorAdd]` defaults to `[AudioVisual]` -> `LaserTargetColor`.
634
+
-`AirstrikeLineColor` sets the color of the line and dot drawn from firer to target, defaults to `[AudioVisual]` -> `AirstrikeLineColor`.
- It is now possible to set a global cap for the effects of `InfantryGainSelfHeal` and `UnitsGainSelfHeal` by setting `InfantryGainSelfHealCap` & `UnitsGainSelfHealCap` under `[General]`, respectively.
- Prevent the units with locomotors that cause problems from entering the tank bunker (by TaranDahl)
352
353
- Fixed an issue that harvesters with amphibious movement zone can not automatically return to refineries with `WaterBound` on water surface (by NetsuNegi)
353
354
- Buildings with foundation bigger than 1x1 can now recycle spawned correctly (by TaranDahl)
354
355
- Electric bolts that are supposed to update their position based on units current firing coords (by default, those fired by vehicles) now do so correctly for more than one concurrent electric bolt (by Starkku)
356
+
- Fixed an issue where airstrike flare line drawn to target at lower elevation would clip (by Starkku)
355
357
356
358
Fixes / interactions with other extensions:
357
359
- Allowed `AuxBuilding` and Ares' `SW.Aux/NegBuildings` to count building upgrades (by Ollerus)
0 commit comments