From ca5288e1dc13f5e765f4f25c5c8082c9511c29c0 Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Wed, 25 Jun 2014 17:17:24 -0400 Subject: Added ICBM simulation --- GAMESPEC | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'GAMESPEC') diff --git a/GAMESPEC b/GAMESPEC index c403a93..85aa7fb 100644 --- a/GAMESPEC +++ b/GAMESPEC @@ -13,21 +13,24 @@ The behavior of each of these options is described below. ICBM launch: - The USA can launch ICBMs at a maximum of 4 cities at a time. - The USSR can launch 6 at a time. - - When an ICBM is launched, there are 4 possible results: + - When an ICBM is launched, there are 5 possible results: - Miss: 0 casualties - Marginal: 10000 casualties + - Minor: 100000 casualties - Major: 500000 casualties - Critical: All inhabitants of the target city are killed - The probabilities of each of these options is outlined below: - Miss - 10% - - Marginal - 50% + - Marginal - 20% + - Minor - 30% - Major - 30% - Critical - 10% - After the turn, the cities targeted will have one of these symbols in it: - Miss - O - Marginal - x - - Major - * - - Critical - X + - Minor - * + - Major - X + - Critical - ! Negociation: - There are three possible outcomes: -- cgit v1.1