Skip to content

Commit eaccfff

Browse files
[Minor] Weekly Regular Documentation Revisions 04.28-05.04 - develop (#1648)
1 parent b31b73b commit eaccfff

File tree

8 files changed

+1752
-1559
lines changed

8 files changed

+1752
-1559
lines changed

docs/AI-Scripting-and-Mapping.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ x=i,n ; For i values check the next table
169169
| 9 | Power Plants | Any enemy `BuildingTypes` with positive `Power=` values |
170170
| 10 | Occupied | Any `BuildingTypes` with garrisoned infantry |
171171
| 11 | Tech Buildings | Any `BuildingTypes` with `Unsellable=yes`, `Capturable=yes`, negative `TechLevel=` values or appears in `[AI] -> NeutralTechBuildings=` list |
172-
| 12 | Refinery | Any enemy `BuildingTypes` with `Refinery=yes` or `ResourceGatherer=yes`, `VehicleTypes` with `ResourceGatherer=yes` & `Harvester=no` (i.e. Slave Miner) |
172+
| 12 | Refinery | Any enemy `BuildingTypes` with `Refinery=yes` or `ResourceGatherer=yes`, `VehicleTypes` with `ResourceGatherer=yes` & `Harvester=no` (i.e. Slave Miner) |
173173
| 13 | Mind Controller | Anything `VehicleTypes`, `AircraftTypes`, `InfantryTypes` and `BuildingTypes` with `MindControl=yes` in the weapons Warheads |
174174
| 14 | Air Units (incl. landed) | Any enemy, `AircraftTypes` and `Jumpjet=yes` `VehicleTypes` or `InfantryTypes`, including landed ones as well as any other currently airborne units |
175175
| 15 | Naval | Any enemy `BuildingTypes` and `VehicleTypes` with a `Naval=yes`, any enemy `VehicleTypes`, `AircraftTypes`, `InfantryTypes` in a water cell |

docs/Miscellanous.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,16 +68,16 @@ SaveVariablesOnScenarioEnd=false ; boolean
6868
| *Alias* | *CLSID* |
6969
|--------:|:----------------------------------------:|
7070
|Drive | `{4A582741-9839-11d1-B709-00A024DDAFD1}` |
71-
|Jumpjet | `{92612C46-F71F-11d1-AC9F-006008055BB5}` |
7271
|Hover | `{4A582742-9839-11d1-B709-00A024DDAFD1}` |
73-
|Rocket | `{B7B49766-E576-11d3-9BD9-00104B972FE8}` |
7472
|Tunnel | `{4A582743-9839-11d1-B709-00A024DDAFD1}` |
7573
|Walk | `{4A582744-9839-11d1-B709-00A024DDAFD1}` |
7674
|DropPod | `{4A582745-9839-11d1-B709-00A024DDAFD1}` |
7775
|Fly | `{4A582746-9839-11d1-B709-00A024DDAFD1}` |
7876
|Teleport | `{4A582747-9839-11d1-B709-00A024DDAFD1}` |
7977
|Mech | `{55D141B8-DB94-11d1-AC98-006008055BB5}` |
8078
|Ship | `{2BEA74E1-7CCA-11d3-BE14-00104B62A16C}` |
79+
|Jumpjet | `{92612C46-F71F-11d1-AC9F-006008055BB5}` |
80+
|Rocket | `{B7B49766-E576-11d3-9BD9-00104B972FE8}` |
8181

8282
```{note}
8383
`Chrono` is not a standard Alias, but since the default behavior of using `Teleport` will be triggered when the value of `Locomotor` is incorrect, the result of the operation will appear as if `Chrono` has taken effect.
@@ -94,7 +94,7 @@ In `rulesmd.ini`:
9494
[InsigniaTypes]
9595
0=SOMEINSIGNIATYPE
9696

97-
[SOMEINSIGNIATYPE] ; InsigniaType
97+
[SOMEINSIGNIATYPE] ; InsigniaType
9898
Insignia= ; filename - excluding the .shp extension
9999
Insignia.Rookie= ; filename - excluding the .shp extension
100100
Insignia.Veteran= ; filename - excluding the .shp extension
@@ -220,7 +220,7 @@ This feature must be enabled via a command line argument `-Include`.
220220
In any file:
221221
```ini
222222
[$Include]
223-
0=somefile.ini ; file name
223+
0=somefile.ini ; file name
224224
```
225225

226226
```{warning}

0 commit comments

Comments
 (0)