Star Wars Risk Dice

Contents

  1. Contents
  2. Overview
  3. Summary of Results
  4. Detailed Results
  5. Program Source Code
  6. Bottom of Page

Overview

This is my web page for the Star Wars Risk Dice program. It calculates the probabilities of different battle outcomes for the game Star Wars Risk. The goal of this is to add some numerical basis to decisions about when to build which kinds of spaceships.

The following is included: The following are not included (end of 2013): Warning: All text files (including code) have UNIX line endings (\r\n) instead of Windows line endings (\n). This means that if you have a Wondows computer and open them in Notepad they will display incorrectly. You can avoid this by opening them in Wordpad instead. If you want to use Notepad, open the file in Wordpad and resave it to fix the line endings. The files inside the program zip have Windows endings.

Results Summary

The best ships to build in order for a large force when: Note that rounding errors mean these percentages may not total exactly 1.

Chance of destroying the death star:
Roll Required No Ships Fighter Bomber Capital Ship
9 74.074% 89.352% 83.796% 80.556%
10 62.5% 80.556% 74.074% 71.528%
11 50.0% 68.333% 62.5% 61.111%
12 37.5% 54.167% 50.0% 50.0%
13 25.926% 39.537% 37.5% 38.889%
14 16.204% 25.926% 25.926% 28.472%
15 9.259% 14.815% 16.204% 19.444%
16 4.63% 7.407% 9.259% 12.153%
17 1.852% 2.963% 4.63% 6.944%
18 0.463% 0.741% 1.852% 3.472%
19 --- --- 0.463% 1.389%
20 --- --- --- 0.347%
21 --- --- --- ---

Notes for attacking the death star:

Detailed Results

Exact dice roll distributions: Probabilities for battle losses: Probabilities for attacking the death star (104KB)

All data in one file (659KB)

Program Source Code

The program as a zipped VC10 project

Included README file

Header files: Source files:
Back to miscellaneous stuff page
Back to home page