manual chapter delay jump

This commit is contained in:
2023-08-11 09:52:41 -04:00
parent 9af0a9051c
commit 98e6e7ee49
7 changed files with 35 additions and 5 deletions
+1
View File
@@ -338,6 +338,7 @@ The game has 8 difficulty levels of computer-controlled opponents. Or actually 7
* **Unknown** - Before firing each shot, he randomly chooses a course of action from **Poolshark** to **Cyborg** and applies his tactics. However, the tactics of weapon purchases are always identical to **Tosser**.
### AI weapon purchase
Buying a weapon (offensive or defensive) works as follows:
First, one of the weapons is drawn (among all possible offensive or defensive weapons). Then a check is performed to see if the drawn weapon is in the list of weapons possible for purchase by the tank. If not, no weapon is bought in this trial, and if so, its price is checked. If the tank has that much money, the weapon is bought, otherwise the trial ends without making a purchase.