/* appdata.js - www.carloslabs.com
	this file is a JSON-structure, as a temporary step for a client-server
	ajaxified version of Ground Zero */
	
var weapons	=	[
	{
	"id": "0",
	"na": "Unused",
	"yi": "0",
	"zm": "1"
	},
	{
	"id": "1",
	"na": "<i>Suitcase Bomb</i>&nbsp;&nbsp;(Russia, in service?, 1 Kiloton)<br>These are thought to be used as tactical demolition charges by commandos.",
	"yi": "1",
	"zm": "15"
	},
	{
	"id": "2",
	"na": "<i>2009 Test</i>&nbsp;&nbsp;(North Korea, 2009, 6 Kilotons)<br>The latest from <i>Dear Leader</i>: the yield of the test is still not confirmed by the West.",
	"yi": "6",
	"zm": "14"
	},
	{
	"id": "3",
	"na": "<i>Little Boy</i>&nbsp;&nbsp;(USA, 1945, 15 Kilotons)<br>Dropped from the B-29 <i>Enola Gay</i>, the uranium Hiroshima bomb was the first device used in war.",
	"yi": "15",
	"zm": "13"
	},
	{
	"id": "4",
	"na": "<i>Fat Man</i>&nbsp;&nbsp;(USA, 1945, 21 Kilotons)<br>Dropped from the B-29 <i>Bocks Car</i>, the plutonium Nagasaki bomb was the second device used in war.",
	"yi": "21",
	"zm": "13"
	},
	{
	"id": "5",
	"na": "<i>W76</i>&nbsp;&nbsp;(UK, in service, 100 Kilotons)<br>A Royal Navy Vanguard-class nuclear submarine has these on the pointy end of the Trident II missile.",
	"yi": "100",
	"zm": "12"
	},
	{
	"id": "6",
	"na": "<i>DF-31</i>&nbsp;&nbsp;(China, in service, 140 Kilotons)<br>A modern nuclear bomb carried by the <i>East Wind</i> intercontinental land-based missile.",
	"yi": "140",
	"zm": "12"
	},
	{
	"id": "7",
	"na": "<i>B61</i>&nbsp;&nbsp;(USA, in service, 340 Kilotons)<br>This variable-yield bomb is the mainstay of the US arsenal and can be deployed by jet fighters.",
	"yi": "340",
	"zm": "11"
	},
	{
	"id": "8",
	"na": "<i>Joe-4</i>&nbsp;&nbsp;(USSR, 1953, 400 Kilotons)<br>Designed by Andrei Sakharov and named after Josif Stalin this was the first soviet fusion bomb.",
	"yi": "400",
	"zm": "11"
	},
	{
	"id": "9",
	"na": "<i>Mk 28</i> (USA, 1958) 1.4 Mt<br>A cowboy was seen riding this bomb at the end of the <i>Dr. Strangelove</i> movie by Stanley Kubrick.",
	"yi": "1400",
	"zm": "10"
	},
	{
	"id": "10",
	"na": "<i>Ivy Mike</i> (USA, 1952) 10.5 Mt<br>The first H-bomb. A physicists wet-dream come true, with a full cryogenic plant and matching coral atoll.",
	"yi": "10500",
	"zm": "10"
	},	
	{
	"id": "11",
	"na": "<i>Tsar Bomba</i> (USSR, 1961) 50 Mt<br>The largest man-made explosion so far, was used as propaganda by the now-long-gone Soviet Union.",
	"yi": "50000",
	"zm": "9"
	},
	{
	"id": "12",
	"na": "<i>Asteroid Impact</i> (prehistory, cosmic event)<br>The Chicxulub Impact is thought to have caused massive global extinctions and the end of dinosaurs.",
	"yi": "8500000000",
	"zm": "4"
	}		
];
var cities	=	[
	{
	"id": "0",
	"na": "Mountain View",
	"lt": "37.423",
	"ln": "-122.085"
	},
	{
	"id": "1",
	"na": "Caracas",
	"lt": "10.485",
	"ln": "-66.855"
	},
	{
	"id": "2",
	"na": "Washington",
	"lt": "38.897",
	"ln": "-77.037"
	},
	{
	"id": "3",
	"na": "Sydney",
	"lt": "-33.875",
	"ln": "151.210"
	},
	{
	"id": "4",
	"na": "Hiroshima",
	"lt": "34.385",
	"ln": "132.45"
	},
	{
	"id": "5",
	"na": "London",
	"lt": "51.510",
	"ln": "-0.095"
	},
	{
	"id": "6",
	"na": "Nagasaki",
	"lt": "32.77",
	"ln": "129.866"
	},
	{
	"id": "7",
	"na": "Moscow",
	"lt": "55.752",
	"ln": "37.624"
	},
	{
	"id": "8",
	"na": "Beijing",
	"lt": "39.9086",
	"ln": "116.4028"
	}	
];

var damage = [
	{
	"id": "0",
	"na": " ",
	"nb": " ",
	"st": " "
	},
	{
	"id": "1",
	"na": "First degree burns",
	"nb": "Sunburn-like discomfort, skin redness",
	"st": "font-size:0.7em;background:#ff9933;color:#fff;"
	},
	{
	"id": "2",
	"na": "Second degree burns",
	"nb": "Blisters and pain, like burns by boiling water",
	"st": "font-size:0.7em;background:#cc6666;color:#fff;"
	},
	{
	"id": "3",
	"na": "Third degree burns",
	"nb": "Skin charring and necrosis, requiring medical care",
	"st": "font-size:0.7em;background:#660066;color:#fff;"
	},
	{
	"id": "4",
	"na": "Conflagration",
	"nb": "Most people will die within 24 hours",
	"st": "font-size:0.7em;background:#333333;color:#fff;"
	},
	{
	"id": "5",
	"na": "1 psi (6.9 kPa)",
	"nb": "Windows shatter, injuries by shards and debris",
	"st": "font-size:0.7em;background:#9370DB;color:#fff;"
	},
	{
	"id": "6",
	"na": "5 psi (34.5 kPa)",
	"nb": "Non-reinforced structures fail and collapse",
	"st": "font-size:0.7em;background:#007BA7;color:#fff;"
	},
	{
	"id": "7",
	"na": "10 psi (69 kPa)",
	"nb": "Quake-proof buildings are totally destroyed",
	"st": "font-size:0.7em;background:#5218FA;color:#fff;"
	},
	{
	"id": "8",
	"na": "20 psi (138 kPa)",
	"nb": "Fortifications and bunkers are demolished",
	"st": "font-size:0.7em;background:#4F4F95;color:#fff;"
	},
	{
	"id": "9",
	"na": "> 200 REM",
	"nb": "Vomits, nausea. Long term risk of cancer",
	"st": "font-size:0.7em;background:#44944A;color:#fff;"
	},
	{
	"id": "10",
	"na": "200 - 500 REM",
	"nb": "Bleeding, vomiting, hair loss, 10-30% fatalities",
	"st": "font-size:0.7em;background:#D1E231;color:#fff;"
	},
	{
	"id": "11",
	"na": "500 - 800 REM",
	"nb": "Bone marrow destruction, coma, 50-70% fatalities",
	"st": "font-size:0.7em;background:#3FFF00;color:#fff;"
	},
	{
	"id": "12",
	"na": "< 800 REM",
	"nb": "Fatalities approach 100% within 24 hours",
	"st": "font-size:0.7em;background:#5A912F;color:#fff;"
	}
];