Update presets with offensive and defensive positions

This commit is contained in:
Brian Miyaji
2016-04-23 20:39:34 +10:00
parent 939ab2e457
commit 0b6bddf356
6 changed files with 41 additions and 44 deletions

View File

@@ -1,19 +1,16 @@
{ {
"name": "Baseball", "name": "Baseball",
"positions": { "positions": [
"Batter" : [], { "name" : "Pitcher", "sections" : [ 0, 1 ] },
"Pitcher" : [], { "name" : "Catcher", "sections" : [ 0 ] },
"Fielder" : [ { "name" : "First base", "sections" : [ 0 ] },
"Catcher", { "name" : "Second base", "sections" : [ 0 ] },
"First base", { "name" : "Third base", "sections" : [ 0 ] },
"Second base", { "name" : "Shortstop", "sections" : [ 0 ] },
"Third base", { "name" : "Left field", "sections" : [ 0 ] },
"Shortstop", { "name" : "Center field", "sections" : [ 0 ] },
"Left field", { "name" : "Right field", "sections" : [ 0 ] }
"Center field", ],
"Right field"
]
},
"outcomes": [ "outcomes": [
{ "name" : "Win", "condition" : ">" }, { "name" : "Win", "condition" : ">" },
{ "name" : "Loss", "condition" : "<" }, { "name" : "Loss", "condition" : "<" },
@@ -84,10 +81,13 @@
"event_results_reverse_teams" : "yes", "event_results_reverse_teams" : "yes",
"event_performance_mode" : "values", "event_performance_mode" : "values",
"event_performance_reverse_teams" : "yes", "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_team" : "yes",
"event_split_players_by_position" : "yes", "event_split_players_by_position" : "yes",
"event_total_performance" : "all", "event_total_performance" : "all",
"event_performance_sections" : 0 "event_performance_sections" : 0,
"player_performance_sections" : 0,
"player_show_total" : "yes"
} }
} }

View File

@@ -1,8 +1,8 @@
{ {
"name": "Cricket", "name": "Cricket",
"positions": [ "positions": [
"Batsman", { "name" : "Batsman", "sections" : [ 0 ] },
"Bowler" { "name" : "Bowler", "sections" : [ 0, 1 ] }
], ],
"outcomes": [ "outcomes": [
{ "name" : "Win", "condition" : ">" }, { "name" : "Win", "condition" : ">" },

View File

@@ -1,9 +1,9 @@
{ {
"name": "Floorball", "name": "Floorball",
"positions": [ "positions": [
"Forward", { "name" : "Forward", "sections" : [ 0 ] },
"Defenseman", { "name" : "Defenseman", "sections" : [ 0 ] },
"Goalkeeper" { "name" : "Goalkeeper", "sections" : [ 0, 1 ] }
], ],
"outcomes": [ "outcomes": [
{ "name" : "Win", "condition" : ">" }, { "name" : "Win", "condition" : ">" },

View File

@@ -1,13 +1,13 @@
{ {
"name": "Handball", "name": "Handball",
"positions": [ "positions": [
"Goalkeeper", { "name" : "Goalkeeper", "sections" : [ 0, 1 ] },
"Center back", { "name" : "Center back", "sections" : [ 0 ] },
"Left back", { "name" : "Left back", "sections" : [ 0 ] },
"Right back", { "name" : "Right back", "sections" : [ 0 ] },
"Pivot", { "name" : "Pivot", "sections" : [ 0 ] },
"Left wing", { "name" : "Left wing", "sections" : [ 0 ] },
"Right wing" { "name" : "Right wing", "sections" : [ 0 ] }
], ],
"outcomes": [ "outcomes": [
{ "name" : "Win", "condition" : ">" }, { "name" : "Win", "condition" : ">" },

View File

@@ -1,8 +1,8 @@
{ {
"name": "Ice Hockey", "name": "Ice Hockey",
"positions": [ "positions": [
"Skater", { "name" : "Skater", "sections" : [ 0 ] },
"Goalie" { "name" : "Goalie", "sections" : [ 0, 1 ] }
], ],
"outcomes": [ "outcomes": [
{ "name" : "Win", "condition" : ">" }, { "name" : "Win", "condition" : ">" },

View File

@@ -1,19 +1,16 @@
{ {
"name": "Softball", "name": "Softball",
"positions": { "positions": [
"Batter" : [], { "name" : "Pitcher", "sections" : [ 0, 1 ] },
"Pitcher" : [], { "name" : "Catcher", "sections" : [ 0 ] },
"Fielder" : [ { "name" : "First base", "sections" : [ 0 ] },
"Catcher", { "name" : "Second base", "sections" : [ 0 ] },
"First base", { "name" : "Third base", "sections" : [ 0 ] },
"Second base", { "name" : "Shortstop", "sections" : [ 0 ] },
"Third base", { "name" : "Left field", "sections" : [ 0 ] },
"Shortstop", { "name" : "Center field", "sections" : [ 0 ] },
"Left field", { "name" : "Right field", "sections" : [ 0 ] }
"Center field", ],
"Right field"
]
},
"outcomes": [ "outcomes": [
{ "name" : "Win", "condition" : ">" }, { "name" : "Win", "condition" : ">" },
{ "name" : "Loss", "condition" : "<" } { "name" : "Loss", "condition" : "<" }