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
+8-5Lines changed: 8 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -250,7 +250,6 @@ This page describes all ingame logics that are fixed or improved in Phobos witho
250
250
- Fixed the bug that Locomotor warhead won't stop working when firer (except for vehicle) stop firing.
251
251
- Fixed the bug that hover vehicle will sink if destroyed on bridge.
252
252
- Fixed the fact that when the selected unit is in a rearmed state, it can unconditionally use attack mouse on the target.
253
-
- When `Speed=0` or the TechnoTypes cell cannot move due to `MovementRestrictedTo`, vehicles cannot attack targets beyond the weapon's range. `Area Guard` and `Hunt` missions will also become ineffective.
254
253
- Fixed an issue that barrel anim data will be incorrectly overwritten by turret anim data if the techno's section exists in the map file.
255
254
- Fixed pathfinding crashes (EIP 0x42A525, 0x42C507, 0x42C554) that happened on bigger maps due to too small pathfinding node buffer.
256
255
-`IsSimpleDeployer``BalloonHover=true` units with `DeployToLand=false` are no longer forced to land when hovering.
@@ -1811,6 +1810,14 @@ In `rulesmd.ini`:
1811
1810
RadarInvisibleToHouse= ; Affected House Enumeration (none|owner/self|allies/ally|team|enemies/enemy|all), default to enemy if RadarInvisible=true, none otherwise
1812
1811
```
1813
1812
1813
+
### Stationary units
1814
+
1815
+
- Infantry & vehicles with `Speed=0` or those that are prevented from moving on their cell by `MovementRestrictedTo` are now truly stationary will not attempt to move if issued movement commands. Should not be used on trainable/buildable units as they become stuck in factory. Following behaviours apply:
1816
+
- Cannot retaliate if target is beyond their weapon range.
1817
+
- Cannot acquire units outside their weapon range on `Area Guard` mission.
1818
+
-`Hunt` mission is reassigned to `Guard`.
1819
+
- Units rendered stationary by speed multipliers instead of intrinsic properties of TechnoType will respond to cursor actions e.g assigning destination but will not move while the multiplier is in effect.
1820
+
1814
1821
### Subterranean unit travel height and speed
1815
1822
1816
1823
- It is now possible to control the height at which units with subterranean (Tunnel) `Locomotor` travel, globally or per TechnoType.
@@ -2238,10 +2245,6 @@ SinkSpeed=5 ; integer, leptons per frame
2238
2245
Sinkable.SquidGrab=true ; boolean
2239
2246
```
2240
2247
2241
-
### Stationary vehicles
2242
-
2243
-
- Setting VehicleType `Speed` to 0 now makes game treat them as stationary, behaving in very similar manner to deployed vehicles with `IsSimpleDeployer` set to true. Should not be used on buildable vehicles, as they won't be able to exit factories.
2244
-
2245
2248
### Turret recoil
2246
2249
2247
2250
- Now you can use `TurretRecoil` to control units' turret/barrel recoil effect when firing.
0 commit comments