Vault sync: 2022-04-03 22:12:10

This commit is contained in:
Nick Leeman 2022-04-03 22:12:10 +02:00
parent c4c7da5860
commit 870d4d7817
2 changed files with 8 additions and 4 deletions

4
.obsidian/workspace vendored
View File

@ -88,6 +88,7 @@
"active": "bc6e8ad9aa0f44c3",
"lastOpenFiles": [
"Arrowhead/Analysis COH 2.md",
"README.md",
"School/Analyse/Periode 1/NAT.md",
"School/Analyse/Periode 1/IPv6.md",
"School/Analyse/Periode 1/IPv4.md",
@ -95,7 +96,6 @@
"School/Analyse/Periode 1/Computer Networks.md",
"School/Analyse/Periode 1/Comminucation Mediums.md",
"School/NMO/Week 3.md",
"School/NMO/Week 2.md",
"School/NMO/Week 1.md"
"School/NMO/Week 2.md"
]
}

View File

@ -20,7 +20,7 @@ Units are "spawned" though command centers in the players base. Units cost resou
### Unit movement
Units can be selected and controlled by clicking on locations. When hovering on a possible location the position of each individual character will be shown. If applicable, the type of cover that the unit received will be shown (only for infantry units).
Infantry units can sometimes hop over objects in the map. Vehicles can sometimes break through (destroy) objects in the map. Examples: Fences, small walls, sandbags, etc.....
Infantry units can sometimes hop over objects in the map. Vehicles can sometimes break through (destroy) objects in the map. Examples: Fences, small walls, sandbags, etc...
Normally units cannot traverse through water, however in some cases the water is shallow enough for units to traverse through.
@ -28,6 +28,8 @@ If the map is cold enough there can be ice which can break by various means. Whe
Vehicles cannot move through each other, infantry type can.
Vehicles can also reverse which will prevent the vehicle from turning around. (It will move backwards directly)
### Unit behavior
Units automatically attack enemy units when in range (visible). Units (infantry) can be pinned down by heavy fire from enemies, in this state units cannot move and can only escape by completely retreating.
@ -37,5 +39,7 @@ Units when suppressed can move a small amount and still return fire albeit in a
### Unit specialties
Units can have different abilities like grenades, healing, building, salvaging, etc...
Retreating is a ability that only infrantry units have, when used the units will retreat to the nearest retreat point. This is a vital game mechanic will allows the player to save units instead of spawning new.
Retreating is a ability that only infantry units have, when used the units will retreat to the nearest retreat point. This is a vital game mechanic will allows the player to save units instead of spawning new.
### Unit veterancy
Units collect experience by being in combat and killing other units. Units with higher levels of veterancy will perform better and may have access to better abilities.