--- a/ConfigurationFiles.wiki Fri Jun 05 15:11:34 2020 +0200
+++ b/ConfigurationFiles.wiki Fri Jun 05 15:13:10 2020 +0200
@@ -300,13 +300,15 @@
== `Schemes/Ammo/<SchemeName>.hwa` ==
A weapon scheme. `<SchemeName>` is the name of this weapon scheme. This file contains a long sequence of digits between `0` to `9` to configure all weapon settings.
-The number string has 4 equally long sections (the length is the number of [AmmoTypes ammo types]), in this order:
+The number string has 4 equally long sections, in this order:
* Start ammo (0-9, 9 = infinite)
* Crate probability (0-8, higher = more)
* Ammo in crate (0-8)
* Delay (0-8)
+The section length is the number of [AmmoTypes ammo types], excluding `amNothing`. In version 1.0.0, each section has a length of 59.
+
In each section, each digit represents one weapon. The order of these weapons is noted in [AmmoTypes ammo types]. This means the first number of a section is for the grenade, followed by the cluster bomb, then bazooka, and so on.
== `schemes.ini` ==