Update presets with offensive and defensive positions
This commit is contained in:
@@ -1,19 +1,16 @@
|
||||
{
|
||||
"name": "Softball",
|
||||
"positions": {
|
||||
"Batter" : [],
|
||||
"Pitcher" : [],
|
||||
"Fielder" : [
|
||||
"Catcher",
|
||||
"First base",
|
||||
"Second base",
|
||||
"Third base",
|
||||
"Shortstop",
|
||||
"Left field",
|
||||
"Center field",
|
||||
"Right field"
|
||||
]
|
||||
},
|
||||
"positions": [
|
||||
{ "name" : "Pitcher", "sections" : [ 0, 1 ] },
|
||||
{ "name" : "Catcher", "sections" : [ 0 ] },
|
||||
{ "name" : "First base", "sections" : [ 0 ] },
|
||||
{ "name" : "Second base", "sections" : [ 0 ] },
|
||||
{ "name" : "Third base", "sections" : [ 0 ] },
|
||||
{ "name" : "Shortstop", "sections" : [ 0 ] },
|
||||
{ "name" : "Left field", "sections" : [ 0 ] },
|
||||
{ "name" : "Center field", "sections" : [ 0 ] },
|
||||
{ "name" : "Right field", "sections" : [ 0 ] }
|
||||
],
|
||||
"outcomes": [
|
||||
{ "name" : "Win", "condition" : ">" },
|
||||
{ "name" : "Loss", "condition" : "<" }
|
||||
|
||||
Reference in New Issue
Block a user