diff --git a/vasl_templates/webapp/static/help/images/lfa-2s-and-12s.png b/vasl_templates/webapp/static/help/images/lfa-2s-and-12s.png new file mode 100644 index 0000000..18858b0 Binary files /dev/null and b/vasl_templates/webapp/static/help/images/lfa-2s-and-12s.png differ diff --git a/vasl_templates/webapp/static/help/images/lfa-2s-and-12s.small.png b/vasl_templates/webapp/static/help/images/lfa-2s-and-12s.small.png new file mode 100644 index 0000000..8ff8d83 Binary files /dev/null and b/vasl_templates/webapp/static/help/images/lfa-2s-and-12s.small.png differ diff --git a/vasl_templates/webapp/static/help/index.html b/vasl_templates/webapp/static/help/index.html index b54bf02..ffae5e8 100644 --- a/vasl_templates/webapp/static/help/index.html +++ b/vasl_templates/webapp/static/help/index.html @@ -198,7 +198,7 @@ We can pretty-up the labels by including pictures in them. Open the User Set

Adding the scenario details

-We start by entering the basic scenario details, such as its name, location and date. The easiest way to do this is to search the ASL Scenario Archive. +We start by entering the basic scenario details, such as its name, location and date. The easiest way to do this is by searching the ASL Scenario Archive.

Click on the search button, enter the name of the scenario, and once you've found the correct one, click on Import to transfer the details into VASL Templates.

If the Downloads button is enabled, this means that somebody has contributed the entire scenario setup and/or VASL save file, and these are available for download.

The scenario card may list special rules and errata, and have screenshots of the map setup, all of which will help you set up your scenario correctly.
@@ -310,7 +310,9 @@ When the scenario has been completed and checked, you can contribute it back to

As an added bonus, VASL Templates can also analyze VASL log files, to generate a report on how the game went. Choose Analyze log files from the menu, and add one or more VASL log files.

You will be shown a report showing distribution graphs for the dice, and how the dice went over time. You can filter by the type of dice roll (e.g. only Morale Checks or To Kill rolls), as well as change the window size for moving averages. You can even download the data as a CSV, for further analysis! -

If there is more than one log file, you can also drill down into each individual session:
+

Click on the flaming dice to see how many 2's and 12's each player rolled, as well as Sniper Activations.
+ +

And if there is more than one log file, you can also drill down into each individual session:

The report also calculates "hotness", which is a measure of how hot your dice were. The more low rolls you make, the higher your hotness score, while rolling high makes it go down. @@ -518,7 +520,11 @@ When you're writing a new template file, it would be painful to have to ZIP up a

pip install --editable .[dev]
-The tests use pytest and Selenium WebDriver, so you will need geckodriver and/or chromedriver somewhere in your PATH. The driver to use can be specified via the --webdriver parameter, and you can also run the tests headless e.g +You may need to install some pre-requisites first e.g. on Fedora: +
+sudo dnf install gcc-c++ python3-devel libxml2-devel libxslt-devel +
+

The tests use pytest and Selenium WebDriver, so you will need geckodriver and/or chromedriver somewhere in your PATH. The driver to use can be specified via the --webdriver parameter, and you can also run the tests headless e.g

pytest --webdriver chrome --headless