Skip to content

Instantly share code, notes, and snippets.

@rezich
Created August 22, 2015 20:38
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rezich/5135e4c66ed5b27f5e15 to your computer and use it in GitHub Desktop.
Save rezich/5135e4c66ed5b27f5e15 to your computer and use it in GitHub Desktop.
NBA Jam (arcade, v4.0) player stats in JSON form
[
{
"team": "Boston Celtics",
"name": "Xavier McDaniel",
"speed": 5,
"threePoint": 5,
"dunk": 5,
"pass": 1,
"power": 8,
"steal": 3,
"block": 9,
"clutch": 8
},
{
"team": "Boston Celtics",
"name": "Dee Brown",
"speed": 8,
"threePoint": 7,
"dunk": 8,
"pass": 6,
"power": 1,
"steal": 6,
"block": 2,
"clutch": 5
},
{
"team": "Boston Celtics",
"name": "Kevin Gamble",
"speed": 3,
"threePoint": 7,
"dunk": 2,
"pass": 5,
"power": 5,
"steal": 6,
"block": 4,
"clutch": 4
},
{
"team": "Miami Heat",
"name": "Glen Rice",
"speed": 7,
"threePoint": 9,
"dunk": 5,
"pass": 2,
"power": 3,
"steal": 4,
"block": 4,
"clutch": 8
},
{
"team": "Miami Heat",
"name": "Rony Seikaly",
"speed": 3,
"threePoint": 3,
"dunk": 8,
"pass": 4,
"power": 6,
"steal": 3,
"block": 8,
"clutch": 3
},
{
"team": "Miami Heat",
"name": "Harold Miner",
"speed": 9,
"threePoint": 5,
"dunk": 9,
"pass": 7,
"power": 2,
"steal": 7,
"block": 6,
"clutch": 8
},
{
"team": "New Jersey Nets",
"name": "Derrick Coleman",
"speed": 7,
"threePoint": 7,
"dunk": 8,
"pass": 2,
"power": 9,
"steal": 2,
"block": 8,
"clutch": 8
},
{
"team": "New Jersey Nets",
"name": "Kenny Anderson",
"speed": 9,
"threePoint": 7,
"dunk": 0,
"pass": 9,
"power": 2,
"steal": 7,
"block": 1,
"clutch": 5
},
{
"team": "New Jersey Nets",
"name": "Chris Morris",
"speed": null,
"threePoint": 2,
"dunk": 4,
"pass": 4,
"power": 4,
"steal": 9,
"block": 2,
"clutch": 8
},
{
"team": "New Jersey Nets",
"name": "Benoit Benjamin",
"speed": 2,
"threePoint": 4,
"dunk": 4,
"pass": 3,
"power": 9,
"steal": 2,
"block": 6,
"clutch": 2
},
{
"team": "New York Knicks",
"name": "Patrick Ewing",
"speed": 7,
"threePoint": 4,
"dunk": 9,
"pass": 2,
"power": 8,
"steal": 4,
"block": 9,
"clutch": 9
},
{
"team": "New York Knicks",
"name": "Anthony Mason",
"speed": 4,
"threePoint": 2,
"dunk": 4,
"pass": 6,
"power": 9,
"steal": 3,
"block": 7,
"clutch": 3
},
{
"team": "New York Knicks",
"name": "John Starks",
"speed": 8,
"threePoint": 6,
"dunk": 3,
"pass": 6,
"power": 2,
"steal": 6,
"block": 1,
"clutch": 6
},
{
"team": "New York Knicks",
"name": "Charles Oakley",
"speed": 3,
"threePoint": 1,
"dunk": 5,
"pass": 4,
"power": 9,
"steal": 1,
"block": 8,
"clutch": 1
},
{
"team": "New York Knicks",
"name": "Derek Harper",
"speed": 5,
"threePoint": 5,
"dunk": 2,
"pass": 5,
"power": 5,
"steal": 4,
"block": 3,
"clutch": 6
},
{
"team": "Orlando Magic",
"name": "Anfernee Hardaway",
"speed": 9,
"threePoint": 8,
"dunk": 3,
"pass": 8,
"power": 2,
"steal": 7,
"block": 4,
"clutch": 5
},
{
"team": "Orlando Magic",
"name": "Nick Anderson",
"speed": 7,
"threePoint": 9,
"dunk": 5,
"pass": 5,
"power": 6,
"steal": 8,
"block": 6,
"clutch": 4
},
{
"team": "Orlando Magic",
"name": "Scott Skiles",
"speed": 7,
"threePoint": 9,
"dunk": 0,
"pass": 7,
"power": 1,
"steal": 8,
"block": 1,
"clutch": 6
},
{
"team": "Philadelphia 76ers",
"name": "Clarence Weatherspoon",
"speed": 5,
"threePoint": 6,
"dunk": 6,
"pass": 2,
"power": 8,
"steal": 3,
"block": 8,
"clutch": 2
},
{
"team": "Philadelphia 76ers",
"name": "Shawn Bradley",
"speed": 7,
"threePoint": 3,
"dunk": 9,
"pass": 6,
"power": 5,
"steal": 7,
"block": 9,
"clutch": 1
},
{
"team": "Washington Bullets",
"name": "Tom Gugliotta",
"speed": 7,
"threePoint": 7,
"dunk": 7,
"pass": 5,
"power": 8,
"steal": 4,
"block": 5,
"clutch": 4
},
{
"team": "Washington Bullets",
"name": "Pervis Ellison",
"speed": 5,
"threePoint": 2,
"dunk": 6,
"pass": 3,
"power": 8,
"steal": 1,
"block": 9,
"clutch": 5
},
{
"team": "Washington Bullets",
"name": "Calbert Cheaney",
"speed": 8,
"threePoint": 8,
"dunk": 3,
"pass": 5,
"power": 2,
"steal": 7,
"block": 4,
"clutch": 8
},
{
"team": "Atlanta Hawks",
"name": "Danny Manning",
"speed": 7,
"threePoint": 7,
"dunk": 7,
"pass": 2,
"power": 6,
"steal": 4,
"block": 5,
"clutch": 7
},
{
"team": "Atlanta Hawks",
"name": "Stacey Augmon",
"speed": 9,
"threePoint": 7,
"dunk": 2,
"pass": 5,
"power": 1,
"steal": 4,
"block": 2,
"clutch": 5
},
{
"team": "Atlanta Hawks",
"name": "Kevin Willis",
"speed": 6,
"threePoint": 4,
"dunk": 6,
"pass": 4,
"power": 9,
"steal": 0,
"block": 9,
"clutch": 1
},
{
"team": "Charlotte Hornets",
"name": "Larry Johnson",
"speed": 7,
"threePoint": 7,
"dunk": 9,
"pass": 3,
"power": 9,
"steal": 3,
"block": 6,
"clutch": 7
},
{
"team": "Charlotte Hornets",
"name": "Hersey Hawkins",
"speed": 7,
"threePoint": 7,
"dunk": 0,
"pass": 5,
"power": 2,
"steal": 4,
"block": 3,
"clutch": 6
},
{
"team": "Charlotte Hornets",
"name": "Alonzo Mourning",
"speed": 7,
"threePoint": 5,
"dunk": 8,
"pass": 5,
"power": 9,
"steal": 4,
"block": 9,
"clutch": 9
},
{
"team": "Chicago Bulls",
"name": "Scottie Pippen",
"speed": 8,
"threePoint": 6,
"dunk": 9,
"pass": 7,
"power": 3,
"steal": 9,
"block": 5,
"clutch": 5
},
{
"team": "Chicago Bulls",
"name": "B.J. Armstrong",
"speed": 8,
"threePoint": 9,
"dunk": 0,
"pass": 5,
"power": 0,
"steal": 4,
"block": 0,
"clutch": 9
},
{
"team": "Chicago Bulls",
"name": "Toni Kukoc",
"speed": 6,
"threePoint": 5,
"dunk": 2,
"pass": 9,
"power": 4,
"steal": 4,
"block": 7,
"clutch": 4
},
{
"team": "Chicago Bulls",
"name": "Horace Grant",
"speed": 6,
"threePoint": 1,
"dunk": 5,
"pass": 2,
"power": 9,
"steal": 2,
"block": 9,
"clutch": 4
},
{
"team": "Cleveland Cavaliers",
"name": "Mark Price",
"speed": 8,
"threePoint": 9,
"dunk": 0,
"pass": 8,
"power": 2,
"steal": 9,
"block": 0,
"clutch": 9
},
{
"team": "Cleveland Cavaliers",
"name": "Brad Daugherty",
"speed": 7,
"threePoint": 3,
"dunk": 8,
"pass": 4,
"power": 6,
"steal": 3,
"block": 7,
"clutch": 6
},
{
"team": "Cleveland Cavaliers",
"name": "Larry Nance",
"speed": 3,
"threePoint": 4,
"dunk": 7,
"pass": 3,
"power": 7,
"steal": 3,
"block": 9,
"clutch": 2
},
{
"team": "Detroit Pistons",
"name": "Isiah Thomas",
"speed": 8,
"threePoint": 8,
"dunk": 0,
"pass": 8,
"power": 1,
"steal": 7,
"block": 0,
"clutch": 9
},
{
"team": "Detroit Pistons",
"name": "Joe Dumars",
"speed": 8,
"threePoint": 7,
"dunk": 0,
"pass": 5,
"power": 3,
"steal": 4,
"block": 2,
"clutch": 8
},
{
"team": "Detroit Pistons",
"name": "Sean Elliot",
"speed": 7,
"threePoint": 6,
"dunk": 6,
"pass": 5,
"power": 4,
"steal": 5,
"block": 6,
"clutch": 5
},
{
"team": "Detroit Pistons",
"name": "Lindsey Hunter",
"speed": 9,
"threePoint": 5,
"dunk": 0,
"pass": 6,
"power": 2,
"steal": 5,
"block": 0,
"clutch": 2
},
{
"team": "Indiana Pacers",
"name": "Reggie Miller",
"speed": 7,
"threePoint": 9,
"dunk": 5,
"pass": 6,
"power": 4,
"steal": 5,
"block": 4,
"clutch": 8
},
{
"team": "Indiana Pacers",
"name": "Malik Sealy",
"speed": 6,
"threePoint": 4,
"dunk": 5,
"pass": 4,
"power": 5,
"steal": 1,
"block": 6,
"clutch": 2
},
{
"team": "Indiana Pacers",
"name": "Rik Smits",
"speed": 2,
"threePoint": 2,
"dunk": 4,
"pass": 3,
"power": 7,
"steal": 4,
"block": 8,
"clutch": 6
},
{
"team": "Milwaukee Bucks",
"name": "Vin Baker",
"speed": 7,
"threePoint": 4,
"dunk": 7,
"pass": 1,
"power": 2,
"steal": 2,
"block": 9,
"clutch": 2
},
{
"team": "Milwaukee Bucks",
"name": "Blue Edwards",
"speed": 4,
"threePoint": 4,
"dunk": 3,
"pass": 5,
"power": 5,
"steal": 4,
"block": 4,
"clutch": 5
},
{
"team": "Milwaukee Bucks",
"name": "Todd Day",
"speed": 6,
"threePoint": 4,
"dunk": 5,
"pass": 6,
"power": 4,
"steal": 6,
"block": 5,
"clutch": 5
},
{
"team": "Milwaukee Bucks",
"name": "Brad Lohaus",
"speed": 2,
"threePoint": 4,
"dunk": 2,
"pass": 1,
"power": 8,
"steal": 1,
"block": 8,
"clutch": 5
},
{
"team": "Dallas Mavericks",
"name": "Jim Jackson",
"speed": 8,
"threePoint": 6,
"dunk": 1,
"pass": 9,
"power": 5,
"steal": 5,
"block": 3,
"clutch": 6
},
{
"team": "Dallas Mavericks",
"name": "Jamal Mashburn ",
"speed": 8,
"threePoint": 8,
"dunk": 7,
"pass": 4,
"power": 8,
"steal": 3,
"block": 6,
"clutch": 6
},
{
"team": "Denver Nuggets",
"name": "Dikembe Mutombo",
"speed": 5,
"threePoint": 1,
"dunk": 8,
"pass": 1,
"power": 8,
"steal": 2,
"block": 9,
"clutch": 2
},
{
"team": "Denver Nuggets",
"name": "Laphonso Ellis",
"speed": 6,
"threePoint": 5,
"dunk": 6,
"pass": 3,
"power": 5,
"steal": 2,
"block": 5,
"clutch": 3
},
{
"team": "Denver Nuggets",
"name": "Rodney Rogers",
"speed": 7,
"threePoint": 5,
"dunk": 3,
"pass": 4,
"power": 7,
"steal": 3,
"block": 3,
"clutch": 1
},
{
"team": "Houston Rockets",
"name": "Hakeem Olajuwon",
"speed": 8,
"threePoint": 2,
"dunk": 9,
"pass": 4,
"power": 8,
"steal": 3,
"block": 9,
"clutch": 8
},
{
"team": "Houston Rockets",
"name": "Vernon Maxwell",
"speed": 7,
"threePoint": 4,
"dunk": 1,
"pass": 7,
"power": 0,
"steal": 5,
"block": 3,
"clutch": 2
},
{
"team": "Houston Rockets",
"name": "Robert Horry",
"speed": 7,
"threePoint": 6,
"dunk": 7,
"pass": 5,
"power": 6,
"steal": 4,
"block": 7,
"clutch": 4
},
{
"team": "Houston Rockets",
"name": "Kenny Smith",
"speed": 7,
"threePoint": 8,
"dunk": 1,
"pass": 7,
"power": 2,
"steal": 4,
"block": 3,
"clutch": 4
},
{
"team": "Minnesota Timberwolves",
"name": "Christian Laettner",
"speed": 5,
"threePoint": 6,
"dunk": 4,
"pass": 0,
"power": 4,
"steal": 3,
"block": 6,
"clutch": 8
},
{
"team": "Minnesota Timberwolves",
"name": "Chuck Person",
"speed": 5,
"threePoint": 9,
"dunk": 5,
"pass": 0,
"power": 7,
"steal": 4,
"block": 3,
"clutch": 9
},
{
"team": "Minnesota Timberwolves",
"name": "Isaiah Rider",
"speed": 9,
"threePoint": 4,
"dunk": 9,
"pass": 5,
"power": 6,
"steal": 5,
"block": 5,
"clutch": 5
},
{
"team": "San Antonio Spurs",
"name": "David Robinson",
"speed": 7,
"threePoint": 3,
"dunk": 8,
"pass": 5,
"power": 7,
"steal": 3,
"block": 8,
"clutch": 7
},
{
"team": "San Antonio Spurs",
"name": "Dennis Rodman",
"speed": 8,
"threePoint": 2,
"dunk": 7,
"pass": 5,
"power": 9,
"steal": 7,
"block": 9,
"clutch": 4
},
{
"team": "San Antonio Spurs",
"name": "Dale Ellis",
"speed": 4,
"threePoint": 9,
"dunk": 2,
"pass": 5,
"power": 5,
"steal": 5,
"block": 5,
"clutch": 5
},
{
"team": "Utah Jazz",
"name": "Karl Malone",
"speed": 7,
"threePoint": 4,
"dunk": 9,
"pass": 5,
"power": 9,
"steal": 3,
"block": 8,
"clutch": 8
},
{
"team": "Utah Jazz",
"name": "John Stockton",
"speed": 8,
"threePoint": 9,
"dunk": 0,
"pass": 9,
"power": 0,
"steal": 9,
"block": 0,
"clutch": 6
},
{
"team": "Utah Jazz",
"name": "David Benoit",
"speed": 5,
"threePoint": 4,
"dunk": 3,
"pass": 3,
"power": 4,
"steal": 4,
"block": 6,
"clutch": 3
},
{
"team": "Utah Jazz",
"name": "Jeff Hornacek",
"speed": 6,
"threePoint": 8,
"dunk": 0,
"pass": 7,
"power": 3,
"steal": 4,
"block": 4,
"clutch": 6
},
{
"team": "Golden State Warriors",
"name": "Tim Hardaway",
"speed": 9,
"threePoint": 6,
"dunk": 0,
"pass": 5,
"power": 4,
"steal": 8,
"block": 0,
"clutch": 6
},
{
"team": "Golden State Warriors",
"name": "Chris Mullin",
"speed": 4,
"threePoint": 9,
"dunk": 3,
"pass": 5,
"power": 5,
"steal": 4,
"block": 4,
"clutch": 9
},
{
"team": "Golden State Warriors",
"name": "Chris Webber",
"speed": 8,
"threePoint": 4,
"dunk": 8,
"pass": 7,
"power": 9,
"steal": 3,
"block": 8,
"clutch": 0
},
{
"team": "Los Angeles Clippers",
"name": "Dominique Wilkins",
"speed": 8,
"threePoint": 6,
"dunk": 9,
"pass": 2,
"power": 3,
"steal": 4,
"block": 8,
"clutch": 8
},
{
"team": "Los Angeles Clippers",
"name": "Ron Harper",
"speed": 8,
"threePoint": 7,
"dunk": 4,
"pass": 3,
"power": 4,
"steal": 8,
"block": 7,
"clutch": 6
},
{
"team": "Los Angeles Clippers",
"name": "Stanley Roberts",
"speed": 1,
"threePoint": 4,
"dunk": 3,
"pass": 3,
"power": 9,
"steal": 2,
"block": 8,
"clutch": 2
},
{
"team": "Los Angeles Lakers",
"name": "Anthony Peeler",
"speed": 8,
"threePoint": 7,
"dunk": 4,
"pass": 4,
"power": 0,
"steal": 4,
"block": 2,
"clutch": 8
},
{
"team": "Los Angeles Lakers",
"name": "Vlade Divac",
"speed": 3,
"threePoint": 5,
"dunk": 7,
"pass": 2,
"power": 6,
"steal": 4,
"block": 7,
"clutch": 8
},
{
"team": "Los Angeles Lakers",
"name": "Elden Campbell",
"speed": 7,
"threePoint": 4,
"dunk": 6,
"pass": 2,
"power": 8,
"steal": 2,
"block": 9,
"clutch": 6
},
{
"team": "Los Angeles Lakers",
"name": "James Worthy",
"speed": 5,
"threePoint": 7,
"dunk": 7,
"pass": 5,
"power": 4,
"steal": 5,
"block": 5,
"clutch": 6
},
{
"team": "Phoenix Suns",
"name": "Charles Barkley",
"speed": 7,
"threePoint": 7,
"dunk": 9,
"pass": 6,
"power": 9,
"steal": 7,
"block": 7,
"clutch": 9
},
{
"team": "Phoenix Suns",
"name": "Dan Majerle",
"speed": 5,
"threePoint": 8,
"dunk": 4,
"pass": 4,
"power": 5,
"steal": 3,
"block": 3,
"clutch": 9
},
{
"team": "Phoenix Suns",
"name": "Kevin Johnson",
"speed": 8,
"threePoint": 7,
"dunk": 0,
"pass": 8,
"power": 1,
"steal": 7,
"block": 0,
"clutch": 1
},
{
"team": "Portland Trail Blazers",
"name": "Clyde Drexler",
"speed": 7,
"threePoint": 6,
"dunk": 9,
"pass": 5,
"power": 4,
"steal": 5,
"block": 6,
"clutch": 6
},
{
"team": "Portland Trail Blazers",
"name": "Terry Porter",
"speed": 8,
"threePoint": 8,
"dunk": 1,
"pass": 8,
"power": 4,
"steal": 8,
"block": 0,
"clutch": 3
},
{
"team": "Portland Trail Blazers",
"name": "Clifford Robinson",
"speed": 5,
"threePoint": 3,
"dunk": 7,
"pass": 4,
"power": 9,
"steal": 3,
"block": 9,
"clutch": 2
},
{
"team": "Portland Trail Blazers",
"name": "Harvey Grant",
"speed": 5,
"threePoint": 4,
"dunk": 6,
"pass": 4,
"power": 7,
"steal": 3,
"block": 7,
"clutch": 6
},
{
"team": "Sacramento Kings",
"name": "Lionel Simmons",
"speed": 5,
"threePoint": 1,
"dunk": 5,
"pass": 6,
"power": 3,
"steal": 6,
"block": 5,
"clutch": 4
},
{
"team": "Sacramento Kings",
"name": "Bobby Hurley",
"speed": 9,
"threePoint": 6,
"dunk": 0,
"pass": 8,
"power": 2,
"steal": 9,
"block": 0,
"clutch": 8
},
{
"team": "Sacramento Kings",
"name": "Mitch Richmond",
"speed": 7,
"threePoint": 9,
"dunk": 3,
"pass": 6,
"power": 8,
"steal": 5,
"block": 2,
"clutch": 7
},
{
"team": "Sacramento Kings",
"name": "Spud Webb",
"speed": 9,
"threePoint": 6,
"dunk": 9,
"pass": 3,
"power": 0,
"steal": 6,
"block": 0,
"clutch": 4
},
{
"team": "Sacramento Kings",
"name": "Wayman Tisdale",
"speed": 3,
"threePoint": 3,
"dunk": 8,
"pass": 4,
"power": 9,
"steal": 2,
"block": 5,
"clutch": 6
},
{
"team": "Seattle SuperSonics",
"name": "Shawn Kemp",
"speed": 8,
"threePoint": 5,
"dunk": 9,
"pass": 3,
"power": 8,
"steal": 3,
"block": 9,
"clutch": 6
},
{
"team": "Seattle SuperSonics",
"name": "Gary Payton",
"speed": 8,
"threePoint": 5,
"dunk": 1,
"pass": 8,
"power": 5,
"steal": 7,
"block": 1,
"clutch": 4
},
{
"team": "Seattle SuperSonics",
"name": "Kendall Gill",
"speed": 7,
"threePoint": 7,
"dunk": 7,
"pass": 6,
"power": 6,
"steal": 7,
"block": 7,
"clutch": 6
},
{
"team": "Seattle SuperSonics",
"name": "Detlef Schrempf",
"speed": 3,
"threePoint": 6,
"dunk": 4,
"pass": 5,
"power": 8,
"steal": 4,
"block": 6,
"clutch": 6
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment