Update presets with offensive and defensive positions
This commit is contained in:
@@ -1,19 +1,16 @@
|
||||
{
|
||||
"name": "Baseball",
|
||||
"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" : "<" },
|
||||
@@ -84,10 +81,13 @@
|
||||
"event_results_reverse_teams" : "yes",
|
||||
"event_performance_mode" : "values",
|
||||
"event_performance_reverse_teams" : "yes",
|
||||
"event_show_player_numbers" : "no",
|
||||
"event_show_player_numbers" : "yes",
|
||||
"event_show_position" : "no",
|
||||
"event_split_players_by_team" : "yes",
|
||||
"event_split_players_by_position" : "yes",
|
||||
"event_total_performance" : "all",
|
||||
"event_performance_sections" : 0
|
||||
"event_performance_sections" : 0,
|
||||
"player_performance_sections" : 0,
|
||||
"player_show_total" : "yes"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"name": "Cricket",
|
||||
"positions": [
|
||||
"Batsman",
|
||||
"Bowler"
|
||||
{ "name" : "Batsman", "sections" : [ 0 ] },
|
||||
{ "name" : "Bowler", "sections" : [ 0, 1 ] }
|
||||
],
|
||||
"outcomes": [
|
||||
{ "name" : "Win", "condition" : ">" },
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"name": "Floorball",
|
||||
"positions": [
|
||||
"Forward",
|
||||
"Defenseman",
|
||||
"Goalkeeper"
|
||||
{ "name" : "Forward", "sections" : [ 0 ] },
|
||||
{ "name" : "Defenseman", "sections" : [ 0 ] },
|
||||
{ "name" : "Goalkeeper", "sections" : [ 0, 1 ] }
|
||||
],
|
||||
"outcomes": [
|
||||
{ "name" : "Win", "condition" : ">" },
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
{
|
||||
"name": "Handball",
|
||||
"positions": [
|
||||
"Goalkeeper",
|
||||
"Center back",
|
||||
"Left back",
|
||||
"Right back",
|
||||
"Pivot",
|
||||
"Left wing",
|
||||
"Right wing"
|
||||
{ "name" : "Goalkeeper", "sections" : [ 0, 1 ] },
|
||||
{ "name" : "Center back", "sections" : [ 0 ] },
|
||||
{ "name" : "Left back", "sections" : [ 0 ] },
|
||||
{ "name" : "Right back", "sections" : [ 0 ] },
|
||||
{ "name" : "Pivot", "sections" : [ 0 ] },
|
||||
{ "name" : "Left wing", "sections" : [ 0 ] },
|
||||
{ "name" : "Right wing", "sections" : [ 0 ] }
|
||||
],
|
||||
"outcomes": [
|
||||
{ "name" : "Win", "condition" : ">" },
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"name": "Ice Hockey",
|
||||
"positions": [
|
||||
"Skater",
|
||||
"Goalie"
|
||||
{ "name" : "Skater", "sections" : [ 0 ] },
|
||||
{ "name" : "Goalie", "sections" : [ 0, 1 ] }
|
||||
],
|
||||
"outcomes": [
|
||||
{ "name" : "Win", "condition" : ">" },
|
||||
|
||||
@@ -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