Last active
April 24, 2019 14:16
-
-
Save akeaswaran/d9dc1a0ea86e21d542b4543e4dc0a918 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "bowlGames":[ | |
| "Rose Bowl", | |
| "Fiesta Bowl", | |
| "Peach Bowl", | |
| "Cotton Bowl", | |
| "Orange Bowl", | |
| "Gator Bowl", | |
| "Cheez-It Bowl", | |
| "Camping World Bowl", | |
| "Hawaii Bowl", | |
| "Armed Forces Bowl", | |
| "Independence Bowl", | |
| "Quick-Lane Bowl", | |
| "Pinstripe Bowl", | |
| "Foster Farms Bowl", | |
| "Bad Boy Mowers Bowl", | |
| "Arizona Bowl", | |
| "Heart of Dallas Bowl", | |
| "Celebration Bowl", | |
| "First Responders Bowl", | |
| "Cure Bowl", | |
| "Music City Bowl", | |
| "Liberty Bowl", | |
| "Camellia Bowl", | |
| "Las Vegas Bowl", | |
| "New Orleans Bowl", | |
| "Boca Raton Bowl", | |
| "Frisco Bowl", | |
| "Bahamas Bowl", | |
| "Idaho Potato Bowl", | |
| "Birmingham Bowl", | |
| "Dollar General Bowl", | |
| "Texas Bowl", | |
| "Alamo Bowl", | |
| "Belk Bowl", | |
| "Sun Bowl", | |
| "Redbox Bowl" | |
| ], | |
| "conferences":[ | |
| { | |
| "confName":"SOUTH", | |
| "confFullName":"Southern", | |
| "confPrestige":"90", | |
| "confTeams":[ | |
| { | |
| "name":"Alabama", | |
| "abbreviation":"ALA", | |
| "prestige":"95", | |
| "state":"Alabama", | |
| "rival":"ATH", | |
| "headCoach":{ | |
| "name":"Nick Saban", | |
| "age":"56", | |
| "contractYear":"1", | |
| "contractLength":"6", | |
| "homeState":"Nevada", | |
| "baselinePrestige":"95", | |
| "cumulativePrestige":"4", | |
| "ratOvr":"75", | |
| "ratDef":"74", | |
| "ratOff":"88", | |
| "ratTalent":"95", | |
| "ratDiscipline":"46", | |
| "ratPot":"56" | |
| } | |
| }, | |
| { | |
| "name":"Arkansas", | |
| "abbreviation":"ARK", | |
| "prestige":"70", | |
| "state":"Arkansas", | |
| "rival":"KTY", | |
| "headCoach":{ | |
| "name":"Gene Kottsick", | |
| "age":"35", | |
| "contractYear":"1", | |
| "contractLength":"6", | |
| "homeState":"Maine", | |
| "baselinePrestige":"70", | |
| "cumulativePrestige":"6", | |
| "ratOvr":"81", | |
| "ratDef":"70", | |
| "ratOff":"73", | |
| "ratTalent":"95", | |
| "ratDiscipline":"89", | |
| "ratPot":"84" | |
| } | |
| }, | |
| { | |
| "name":"Athens", | |
| "abbreviation":"ATH", | |
| "prestige":"90", | |
| "state":"Georgia", | |
| "rival":"ALA", | |
| "headCoach":{ | |
| "name":"Collin Gambrell", | |
| "age":"54", | |
| "contractYear":"1", | |
| "contractLength":"6", | |
| "homeState":"South Dakota", | |
| "baselinePrestige":"90", | |
| "cumulativePrestige":"-7", | |
| "ratOvr":"61", | |
| "ratDef":"64", | |
| "ratOff":"70", | |
| "ratTalent":"49", | |
| "ratDiscipline":"63", | |
| "ratPot":"94" | |
| } | |
| }, | |
| { | |
| "name":"Florida", | |
| "abbreviation":"FLA", | |
| "prestige":"85", | |
| "state":"Florida", | |
| "rival":"TEN", | |
| "headCoach":{ | |
| "name":"Chad Polhamus", | |
| "age":"47", | |
| "contractYear":"1", | |
| "contractLength":"6", | |
| "homeState":"Arkansas", | |
| "baselinePrestige":"85", | |
| "cumulativePrestige":"-1", | |
| "ratOvr":"70", | |
| "ratDef":"64", | |
| "ratOff":"73", | |
| "ratTalent":"82", | |
| "ratDiscipline":"64", | |
| "ratPot":"85" | |
| } | |
| }, | |
| { | |
| "name":"New Orleans", | |
| "abbreviation":"NOR", | |
| "prestige":"75", | |
| "state":"Louisiana", | |
| "rival":"LOU", | |
| "headCoach":{ | |
| "name":"Xavier Kosbab", | |
| "age":"51", | |
| "contractYear":"1", | |
| "contractLength":"6", | |
| "homeState":"Florida", | |
| "baselinePrestige":"75", | |
| "cumulativePrestige":"-8", | |
| "ratOvr":"70", | |
| "ratDef":"61", | |
| "ratOff":"68", | |
| "ratTalent":"63", | |
| "ratDiscipline":"89", | |
| "ratPot":"74" | |
| } | |
| }, | |
| { | |
| "name":"Key West", | |
| "abbreviation":"KYW", | |
| "prestige":"65", | |
| "state":"Florida", | |
| "rival":"ATL", | |
| "headCoach":{ | |
| "name":"Roland Delhomme", | |
| "age":"50", | |
| "contractYear":"1", | |
| "contractLength":"6", | |
| "homeState":"Iowa", | |
| "baselinePrestige":"65", | |
| "cumulativePrestige":"-6", | |
| "ratOvr":"67", | |
| "ratDef":"69", | |
| "ratOff":"59", | |
| "ratTalent":"67", | |
| "ratDiscipline":"73", | |
| "ratPot":"85" | |
| } | |
| }, | |
| { | |
| "name":"Atlanta", | |
| "abbreviation":"ATL", | |
| "prestige":"75", | |
| "state":"Georgia", | |
| "rival":"KYW", | |
| "headCoach":{ | |
| "name":"Mitchell Trude", | |
| "age":"41", | |
| "contractYear":"1", | |
| "contractLength":"6", | |
| "homeState":"Alaska", | |
| "baselinePrestige":"75", | |
| "cumulativePrestige":"-4", | |
| "ratOvr":"67", | |
| "ratDef":"53", | |
| "ratOff":"60", | |
| "ratTalent":"65", | |
| "ratDiscipline":"90", | |
| "ratPot":"63" | |
| } | |
| }, | |
| { | |
| "name":"Louisiana", | |
| "abbreviation":"LOU", | |
| "prestige":"65", | |
| "state":"Louisiana", | |
| "rival":"NOR", | |
| "headCoach":{ | |
| "name":"Heath Reddekopp", | |
| "age":"50", | |
| "contractYear":"1", | |
| "contractLength":"6", | |
| "homeState":"Maine", | |
| "baselinePrestige":"65", | |
| "cumulativePrestige":"-4", | |
| "ratOvr":"61", | |
| "ratDef":"62", | |
| "ratOff":"62", | |
| "ratTalent":"50", | |
| "ratDiscipline":"72", | |
| "ratPot":"82" | |
| } | |
| }, | |
| { | |
| "name":"Tennessee", | |
| "abbreviation":"TEN", | |
| "prestige":"80", | |
| "state":"Tennessee", | |
| "rival":"FLA", | |
| "headCoach":{ | |
| "name":"Markell Ohair", | |
| "age":"56", | |
| "contractYear":"1", | |
| "contractLength":"6", | |
| "homeState":"Florida", | |
| "baselinePrestige":"80", | |
| "cumulativePrestige":"-12", | |
| "ratOvr":"53", | |
| "ratDef":"57", | |
| "ratOff":"68", | |
| "ratTalent":"36", | |
| "ratDiscipline":"52", | |
| "ratPot":"69" | |
| } | |
| }, | |
| { | |
| "name":"Kentucky", | |
| "abbreviation":"KTY", | |
| "prestige":"50", | |
| "state":"Kentucky", | |
| "rival":"ARK", | |
| "headCoach":{ | |
| "name":"Jalin Teichman", | |
| "age":"43", | |
| "contractYear":"1", | |
| "contractLength":"6", | |
| "homeState":"Alabama", | |
| "baselinePrestige":"50", | |
| "cumulativePrestige":"-9", | |
| "ratOvr":"55", | |
| "ratDef":"56", | |
| "ratOff":"53", | |
| "ratTalent":"63", | |
| "ratDiscipline":"50", | |
| "ratPot":"50" | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "confName":"LAKES", | |
| "confFullName":"Lakes", | |
| "confPrestige":"90", | |
| "confTeams":[ | |
| { | |
| "name":"Ohio State", | |
| "abbreviation":"OHI", | |
| "prestige":"90", | |
| "state":"Ohio", | |
| "rival":"MIC", | |
| "headCoach":{ | |
| "name":"Ted Howieson", | |
| "age":"43", | |
| "contractYear":"1", | |
| "contractLength":"6", | |
| "homeState":"Utah", | |
| "baselinePrestige":"90", | |
| "cumulativePrestige":"2", | |
| "ratOvr":"72", | |
| "ratDef":"69", | |
| "ratOff":"82", | |
| "ratTalent":"58", | |
| "ratDiscipline":"80", | |
| "ratPot":"65" | |
| } | |
| }, | |
| { | |
| "name":"Michigan St", | |
| "abbreviation":"MSU", | |
| "prestige":"80", | |
| "state":"Michigan", | |
| "rival":"MIN", | |
| "headCoach":{ | |
| "name":"Kurt Kizzie", | |
| "age":"38", | |
| "contractYear":"1", | |
| "contractLength":"6", | |
| "homeState":"Nevada", | |
| "baselinePrestige":"80", | |
| "cumulativePrestige":"7", | |
| "ratOvr":"79", | |
| "ratDef":"84", | |
| "ratOff":"71", | |
| "ratTalent":"90", | |
| "ratDiscipline":"71", | |
| "ratPot":"75" | |
| } | |
| }, | |
| { | |
| "name":"Michigan", | |
| "abbreviation":"MIC", | |
| "prestige":"90", | |
| "state":"Michigan", | |
| "rival":"OHI", | |
| "headCoach":{ | |
| "name":"Rudy Wood", | |
| "age":"34", | |
| "contractYear":"1", | |
| "contractLength":"6", | |
| "homeState":"Georgia", | |
| "baselinePrestige":"90", | |
| "cumulativePrestige":"-2", | |
| "ratOvr":"62", | |
| "ratDef":"66", | |
| "ratOff":"67", | |
| "ratTalent":"69", | |
| "ratDiscipline":"46", | |
| "ratPot":"70" | |
| } | |
| }, | |
| { | |
| "name":"Detroit St", | |
| "abbreviation":"DET", | |
| "prestige":"65", | |
| "state":"Michigan", | |
| "rival":"CHI", | |
| "headCoach":{ | |
| "name":"Wayne Borrelli", | |
| "age":"47", | |
| "contractYear":"1", | |
| "contractLength":"6", | |
| "homeState":"South Dakota", | |
| "baselinePrestige":"65", | |
| "cumulativePrestige":"-1", | |
| "ratOvr":"63", | |
| "ratDef":"64", | |
| "ratOff":"59", | |
| "ratTalent":"83", | |
| "ratDiscipline":"47", | |
| "ratPot":"57" | |
| } | |
| }, | |
| { | |
| "name":"Minnesota", | |
| "abbreviation":"MIN", | |
| "prestige":"70", | |
| "state":"Minnesota", | |
| "rival":"MSU", | |
| "headCoach":{ | |
| "name":"Wilmer Demry", | |
| "age":"57", | |
| "contractYear":"1", | |
| "contractLength":"6", | |
| "homeState":"Maine", | |
| "baselinePrestige":"70", | |
| "cumulativePrestige":"-8", | |
| "ratOvr":"63", | |
| "ratDef":"59", | |
| "ratOff":"63", | |
| "ratTalent":"41", | |
| "ratDiscipline":"90", | |
| "ratPot":"59" | |
| } | |
| }, | |
| { | |
| "name":"Univ of Chicago", | |
| "abbreviation":"CHI", | |
| "prestige":"70", | |
| "state":"Illinois", | |
| "rival":"DET", | |
| "headCoach":{ | |
| "name":"Luke Mehle", | |
| "age":"32", | |
| "contractYear":"1", | |
| "contractLength":"6", | |
| "homeState":"Nevada", | |
| "baselinePrestige":"70", | |
| "cumulativePrestige":"-8", | |
| "ratOvr":"63", | |
| "ratDef":"67", | |
| "ratOff":"58", | |
| "ratTalent":"57", | |
| "ratDiscipline":"72", | |
| "ratPot":"66" | |
| } | |
| }, | |
| { | |
| "name":"Cleveland State", | |
| "abbreviation":"CLE", | |
| "prestige":"55", | |
| "state":"Ohio", | |
| "rival":"MIL", | |
| "headCoach":{ | |
| "name":"Clair Maxwell", | |
| "age":"43", | |
| "contractYear":"1", | |
| "contractLength":"6", | |
| "homeState":"Colorado", | |
| "baselinePrestige":"55", | |
| "cumulativePrestige":"-2", | |
| "ratOvr":"63", | |
| "ratDef":"62", | |
| "ratOff":"71", | |
| "ratTalent":"50", | |
| "ratDiscipline":"69", | |
| "ratPot":"98" | |
| } | |
| }, | |
| { | |
| "name":"Indiana", | |
| "abbreviation":"IND", | |
| "prestige":"65", | |
| "state":"Indiana", | |
| "rival":"WIS", | |
| "headCoach":{ | |
| "name":"Maurice Sharp", | |
| "age":"46", | |
| "contractYear":"1", | |
| "contractLength":"6", | |
| "homeState":"Florida", | |
| "baselinePrestige":"65", | |
| "cumulativePrestige":"-5", | |
| "ratOvr":"73", | |
| "ratDef":"73", | |
| "ratOff":"71", | |
| "ratTalent":"77", | |
| "ratDiscipline":"74", | |
| "ratPot":"51" | |
| } | |
| }, | |
| { | |
| "name":"Wisconsin", | |
| "abbreviation":"WIS", | |
| "prestige":"70", | |
| "state":"Wisconsin", | |
| "rival":"IND", | |
| "headCoach":{ | |
| "name":"Brandon Hemmen", | |
| "age":"43", | |
| "contractYear":"1", | |
| "contractLength":"6", | |
| "homeState":"Virginia", | |
| "baselinePrestige":"70", | |
| "cumulativePrestige":"-11", | |
| "ratOvr":"59", | |
| "ratDef":"64", | |
| "ratOff":"59", | |
| "ratTalent":"34", | |
| "ratDiscipline":"80", | |
| "ratPot":"55" | |
| } | |
| }, | |
| { | |
| "name":"Milwaukee", | |
| "abbreviation":"MIL", | |
| "prestige":"45", | |
| "state":"Wisconsin", | |
| "rival":"CLE", | |
| "headCoach":{ | |
| "name":"Terrence Klingelhoets", | |
| "age":"40", | |
| "contractYear":"1", | |
| "contractLength":"6", | |
| "homeState":"Missouri", | |
| "baselinePrestige":"45", | |
| "cumulativePrestige":"-2", | |
| "ratOvr":"71", | |
| "ratDef":"70", | |
| "ratOff":"69", | |
| "ratTalent":"69", | |
| "ratDiscipline":"79", | |
| "ratPot":"96" | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "confName":"NORTH", | |
| "confFullName":"North", | |
| "confPrestige":"80", | |
| "confTeams":[ | |
| { | |
| "name":"New York St", | |
| "abbreviation":"NYS", | |
| "prestige":"90", | |
| "state":"New York", | |
| "rival":"NYC", | |
| "headCoach":{ | |
| "name":"Peter Butts", | |
| "age":"43", | |
| "contractYear":"1", | |
| "contractLength":"6", | |
| "homeState":"Nebraska", | |
| "baselinePrestige":"90", | |
| "cumulativePrestige":"5", | |
| "ratOvr":"77", | |
| "ratDef":"76", | |
| "ratOff":"82", | |
| "ratTalent":"72", | |
| "ratDiscipline":"79", | |
| "ratPot":"58" | |
| } | |
| }, | |
| { | |
| "name":"New Jersey", | |
| "abbreviation":"NWJ", | |
| "prestige":"85", | |
| "state":"New Jersey", | |
| "rival":"PEN", | |
| "headCoach":{ | |
| "name":"Jordan Dorries", | |
| "age":"38", | |
| "contractYear":"1", | |
| "contractLength":"6", | |
| "homeState":"West Virginia", | |
| "baselinePrestige":"85", | |
| "cumulativePrestige":"1", | |
| "ratOvr":"73", | |
| "ratDef":"75", | |
| "ratOff":"71", | |
| "ratTalent":"89", | |
| "ratDiscipline":"58", | |
| "ratPot":"55" | |
| } | |
| }, | |
| { | |
| "name":"Pennsylvania", | |
| "abbreviation":"PEN", | |
| "prestige":"75", | |
| "state":"Pennsylvania", | |
| "rival":"NWJ", | |
| "headCoach":{ | |
| "name":"Logan Hall", | |
| "age":"34", | |
| "contractYear":"1", | |
| "contractLength":"6", | |
| "homeState":"North Carolina", | |
| "baselinePrestige":"75", | |
| "cumulativePrestige":"6", | |
| "ratOvr":"77", | |
| "ratDef":"69", | |
| "ratOff":"87", | |
| "ratTalent":"83", | |
| "ratDiscipline":"72", | |
| "ratPot":"59" | |
| } | |
| }, | |
| { | |
| "name":"Boston St", | |
| "abbreviation":"BOS", | |
| "prestige":"65", | |
| "state":"Massachusetts", | |
| "rival":"VER", | |
| "headCoach":{ | |
| "name":"Marc Mealy", | |
| "age":"41", | |
| "contractYear":"1", | |
| "contractLength":"6", | |
| "homeState":"Georgia", | |
| "baselinePrestige":"65", | |
| "cumulativePrestige":"4", | |
| "ratOvr":"70", | |
| "ratDef":"69", | |
| "ratOff":"75", | |
| "ratTalent":"69", | |
| "ratDiscipline":"70", | |
| "ratPot":"96" | |
| } | |
| }, | |
| { | |
| "name":"Washington DC", | |
| "abbreviation":"WDC", | |
| "prestige":"70", | |
| "state":"District of Columbia", | |
| "rival":"MAR", | |
| "headCoach":{ | |
| "name":"Charles Waight", | |
| "age":"36", | |
| "contractYear":"1", | |
| "contractLength":"6", | |
| "homeState":"New York", | |
| "baselinePrestige":"70", | |
| "cumulativePrestige":"2", | |
| "ratOvr":"76", | |
| "ratDef":"69", | |
| "ratOff":"59", | |
| "ratTalent":"91", | |
| "ratDiscipline":"88", | |
| "ratPot":"90" | |
| } | |
| }, | |
| { | |
| "name":"New York City", | |
| "abbreviation":"NYC", | |
| "prestige":"75", | |
| "state":"New York", | |
| "rival":"NYS", | |
| "headCoach":{ | |
| "name":"Calvin Forlani", | |
| "age":"57", | |
| "contractYear":"1", | |
| "contractLength":"6", | |
| "homeState":"Wyoming", | |
| "baselinePrestige":"75", | |
| "cumulativePrestige":"-7", | |
| "ratOvr":"62", | |
| "ratDef":"69", | |
| "ratOff":"58", | |
| "ratTalent":"36", | |
| "ratDiscipline":"86", | |
| "ratPot":"90" | |
| } | |
| }, | |
| { | |
| "name":"Pittsburgh", | |
| "abbreviation":"PIT", | |
| "prestige":"60", | |
| "state":"Pennsylvania", | |
| "rival":"MAI", | |
| "headCoach":{ | |
| "name":"Wayne Luescher", | |
| "age":"37", | |
| "contractYear":"1", | |
| "contractLength":"6", | |
| "homeState":"Louisiana", | |
| "baselinePrestige":"60", | |
| "cumulativePrestige":"-2", | |
| "ratOvr":"65", | |
| "ratDef":"75", | |
| "ratOff":"58", | |
| "ratTalent":"53", | |
| "ratDiscipline":"77", | |
| "ratPot":"74" | |
| } | |
| }, | |
| { | |
| "name":"Maryland", | |
| "abbreviation":"MAR", | |
| "prestige":"70", | |
| "state":"Maryland", | |
| "rival":"WDC", | |
| "headCoach":{ | |
| "name":"Trae Volz", | |
| "age":"57", | |
| "contractYear":"1", | |
| "contractLength":"6", | |
| "homeState":"Pennsylvania", | |
| "baselinePrestige":"70", | |
| "cumulativePrestige":"-13", | |
| "ratOvr":"72", | |
| "ratDef":"64", | |
| "ratOff":"68", | |
| "ratTalent":"73", | |
| "ratDiscipline":"83", | |
| "ratPot":"58" | |
| } | |
| }, | |
| { | |
| "name":"Vermont", | |
| "abbreviation":"VER", | |
| "prestige":"45", | |
| "state":"Vermont", | |
| "rival":"BOS", | |
| "headCoach":{ | |
| "name":"George Lembrick", | |
| "age":"53", | |
| "contractYear":"1", | |
| "contractLength":"6", | |
| "homeState":"Illinois", | |
| "baselinePrestige":"45", | |
| "cumulativePrestige":"1", | |
| "ratOvr":"65", | |
| "ratDef":"73", | |
| "ratOff":"60", | |
| "ratTalent":"63", | |
| "ratDiscipline":"67", | |
| "ratPot":"73" | |
| } | |
| }, | |
| { | |
| "name":"Maine", | |
| "abbreviation":"MAI", | |
| "prestige":"50", | |
| "state":"Maine", | |
| "rival":"PIT", | |
| "headCoach":{ | |
| "name":"Samuel Little", | |
| "age":"48", | |
| "contractYear":"1", | |
| "contractLength":"6", | |
| "homeState":"Maryland", | |
| "baselinePrestige":"50", | |
| "cumulativePrestige":"-11", | |
| "ratOvr":"57", | |
| "ratDef":"47", | |
| "ratOff":"56", | |
| "ratTalent":"41", | |
| "ratDiscipline":"87", | |
| "ratPot":"71" | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "confName":"COWBY", | |
| "confFullName":"Cowboy", | |
| "confPrestige":"85", | |
| "confTeams":[ | |
| { | |
| "name":"Texas", | |
| "abbreviation":"TEX", | |
| "prestige":"90", | |
| "state":"Texas", | |
| "rival":"OKL", | |
| "headCoach":{ | |
| "name":"Patrick Janowiak", | |
| "age":"50", | |
| "contractYear":"1", | |
| "contractLength":"6", | |
| "homeState":"California", | |
| "baselinePrestige":"90", | |
| "cumulativePrestige":"6", | |
| "ratOvr":"76", | |
| "ratDef":"66", | |
| "ratOff":"67", | |
| "ratTalent":"87", | |
| "ratDiscipline":"87", | |
| "ratPot":"84" | |
| } | |
| }, | |
| { | |
| "name":"Dallas", | |
| "abbreviation":"DAL", | |
| "prestige":"80", | |
| "state":"Texas", | |
| "rival":"HOU", | |
| "headCoach":{ | |
| "name":"Cedrick Romness", | |
| "age":"31", | |
| "contractYear":"1", | |
| "contractLength":"6", | |
| "homeState":"Colorado", | |
| "baselinePrestige":"80", | |
| "cumulativePrestige":"6", | |
| "ratOvr":"78", | |
| "ratDef":"80", | |
| "ratOff":"65", | |
| "ratTalent":"95", | |
| "ratDiscipline":"75", | |
| "ratPot":"92" | |
| } | |
| }, | |
| { | |
| "name":"Oklahoma", | |
| "abbreviation":"OKL", | |
| "prestige":"90", | |
| "state":"Oklahoma", | |
| "rival":"TEX", | |
| "headCoach":{ | |
| "name":"Leon Herry", | |
| "age":"44", | |
| "contractYear":"1", | |
| "contractLength":"6", | |
| "homeState":"Wyoming", | |
| "baselinePrestige":"90", | |
| "cumulativePrestige":"-3", | |
| "ratOvr":"69", | |
| "ratDef":"64", | |
| "ratOff":"71", | |
| "ratTalent":"93", | |
| "ratDiscipline":"50", | |
| "ratPot":"61" | |
| } | |
| }, | |
| { | |
| "name":"Houston", | |
| "abbreviation":"HOU", | |
| "prestige":"80", | |
| "state":"Texas", | |
| "rival":"DAL", | |
| "headCoach":{ | |
| "name":"Jamal Goldammer", | |
| "age":"51", | |
| "contractYear":"1", | |
| "contractLength":"6", | |
| "homeState":"Alabama", | |
| "baselinePrestige":"80", | |
| "cumulativePrestige":"-2", | |
| "ratOvr":"78", | |
| "ratDef":"74", | |
| "ratOff":"75", | |
| "ratTalent":"75", | |
| "ratDiscipline":"90", | |
| "ratPot":"60" | |
| } | |
| }, | |
| { | |
| "name":"El Paso St", | |
| "abbreviation":"PAS", | |
| "prestige":"60", | |
| "state":"Texas", | |
| "rival":"AMO", | |
| "headCoach":{ | |
| "name":"Sione Demming", | |
| "age":"37", | |
| "contractYear":"1", | |
| "contractLength":"6", | |
| "homeState":"New Mexico", | |
| "baselinePrestige":"60", | |
| "cumulativePrestige":"-2", | |
| "ratOvr":"69", | |
| "ratDef":"59", | |
| "ratOff":"57", | |
| "ratTalent":"73", | |
| "ratDiscipline":"90", | |
| "ratPot":"78" | |
| } | |
| }, | |
| { | |
| "name":"Texas St", | |
| "abbreviation":"TXS", | |
| "prestige":"60", | |
| "state":"Texas", | |
| "rival":"AUS", | |
| "headCoach":{ | |
| "name":"Simon Spidel", | |
| "age":"43", | |
| "contractYear":"1", | |
| "contractLength":"6", | |
| "homeState":"Oregon", | |
| "baselinePrestige":"60", | |
| "cumulativePrestige":"-8", | |
| "ratOvr":"59", | |
| "ratDef":"57", | |
| "ratOff":"65", | |
| "ratTalent":"37", | |
| "ratDiscipline":"78", | |
| "ratPot":"74" | |
| } | |
| }, | |
| { | |
| "name":"Alamo St", | |
| "abbreviation":"AMO", | |
| "prestige":"70", | |
| "state":"Texas", | |
| "rival":"PAS", | |
| "headCoach":{ | |
| "name":"Clifford Schnure", | |
| "age":"50", | |
| "contractYear":"1", | |
| "contractLength":"6", | |
| "homeState":"New Mexico", | |
| "baselinePrestige":"70", | |
| "cumulativePrestige":"-11", | |
| "ratOvr":"57", | |
| "ratDef":"62", | |
| "ratOff":"45", | |
| "ratTalent":"56", | |
| "ratDiscipline":"68", | |
| "ratPot":"90" | |
| } | |
| }, | |
| { | |
| "name":"Tulsa", | |
| "abbreviation":"TUL", | |
| "prestige":"55", | |
| "state":"Oklahoma", | |
| "rival":"OKS", | |
| "headCoach":{ | |
| "name":"Sam Deppen", | |
| "age":"42", | |
| "contractYear":"1", | |
| "contractLength":"6", | |
| "homeState":"Michigan", | |
| "baselinePrestige":"55", | |
| "cumulativePrestige":"-5", | |
| "ratOvr":"62", | |
| "ratDef":"58", | |
| "ratOff":"63", | |
| "ratTalent":"78", | |
| "ratDiscipline":"52", | |
| "ratPot":"87" | |
| } | |
| }, | |
| { | |
| "name":"Univ of Austin", | |
| "abbreviation":"AUS", | |
| "prestige":"50", | |
| "state":"Texas", | |
| "rival":"TXS", | |
| "headCoach":{ | |
| "name":"Elijah Barile", | |
| "age":"34", | |
| "contractYear":"1", | |
| "contractLength":"6", | |
| "homeState":"New Hampshire", | |
| "baselinePrestige":"50", | |
| "cumulativePrestige":"-4", | |
| "ratOvr":"60", | |
| "ratDef":"59", | |
| "ratOff":"60", | |
| "ratTalent":"45", | |
| "ratDiscipline":"77", | |
| "ratPot":"99" | |
| } | |
| }, | |
| { | |
| "name":"Oklahoma St", | |
| "abbreviation":"OKS", | |
| "prestige":"70", | |
| "state":"Oklahoma", | |
| "rival":"TUL", | |
| "headCoach":{ | |
| "name":"Devon Rounkles", | |
| "age":"38", | |
| "contractYear":"1", | |
| "contractLength":"6", | |
| "homeState":"Massachusetts", | |
| "baselinePrestige":"70", | |
| "cumulativePrestige":"-14", | |
| "ratOvr":"57", | |
| "ratDef":"55", | |
| "ratOff":"65", | |
| "ratTalent":"48", | |
| "ratDiscipline":"61", | |
| "ratPot":"93" | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "confName":"PACIF", | |
| "confFullName":"Pacific", | |
| "confPrestige":"80", | |
| "confTeams":[ | |
| { | |
| "name":"Oregon", | |
| "abbreviation":"ORE", | |
| "prestige":"85", | |
| "state":"Oregon", | |
| "rival":"WAS", | |
| "headCoach":{ | |
| "name":"Jayson Kocourek", | |
| "age":"35", | |
| "contractYear":"1", | |
| "contractLength":"6", | |
| "homeState":"Nebraska", | |
| "baselinePrestige":"85", | |
| "cumulativePrestige":"6", | |
| "ratOvr":"81", | |
| "ratDef":"78", | |
| "ratOff":"76", | |
| "ratTalent":"95", | |
| "ratDiscipline":"76", | |
| "ratPot":"79" | |
| } | |
| }, | |
| { | |
| "name":"Los Angeles", | |
| "abbreviation":"ULA", | |
| "prestige":"80", | |
| "state":"California", | |
| "rival":"CAL", | |
| "headCoach":{ | |
| "name":"Brett Regino", | |
| "age":"50", | |
| "contractYear":"1", | |
| "contractLength":"6", | |
| "homeState":"Washington", | |
| "baselinePrestige":"80", | |
| "cumulativePrestige":"6", | |
| "ratOvr":"80", | |
| "ratDef":"80", | |
| "ratOff":"82", | |
| "ratTalent":"95", | |
| "ratDiscipline":"65", | |
| "ratPot":"97" | |
| } | |
| }, | |
| { | |
| "name":"Oakland St", | |
| "abbreviation":"OAK", | |
| "prestige":"75", | |
| "state":"California", | |
| "rival":"HOL", | |
| "headCoach":{ | |
| "name":"Ernest Feikles", | |
| "age":"51", | |
| "contractYear":"1", | |
| "contractLength":"6", | |
| "homeState":"Indiana", | |
| "baselinePrestige":"75", | |
| "cumulativePrestige":"2", | |
| "ratOvr":"81", | |
| "ratDef":"71", | |
| "ratOff":"75", | |
| "ratTalent":"89", | |
| "ratDiscipline":"90", | |
| "ratPot":"66" | |
| } | |
| }, | |
| { | |
| "name":"California", | |
| "abbreviation":"CAL", | |
| "prestige":"90", | |
| "state":"California", | |
| "rival":"ULA", | |
| "headCoach":{ | |
| "name":"Julian Dittus", | |
| "age":"51", | |
| "contractYear":"1", | |
| "contractLength":"6", | |
| "homeState":"Georgia", | |
| "baselinePrestige":"90", | |
| "cumulativePrestige":"-8", | |
| "ratOvr":"76", | |
| "ratDef":"80", | |
| "ratOff":"68", | |
| "ratTalent":"75", | |
| "ratDiscipline":"84", | |
| "ratPot":"77" | |
| } | |
| }, | |
| { | |
| "name":"San Diego St", | |
| "abbreviation":"SAN", | |
| "prestige":"60", | |
| "state":"California", | |
| "rival":"SEA", | |
| "headCoach":{ | |
| "name":"Samuel Mejia", | |
| "age":"57", | |
| "contractYear":"1", | |
| "contractLength":"6", | |
| "homeState":"Mississippi", | |
| "baselinePrestige":"60", | |
| "cumulativePrestige":"-1", | |
| "ratOvr":"63", | |
| "ratDef":"65", | |
| "ratOff":"64", | |
| "ratTalent":"50", | |
| "ratDiscipline":"74", | |
| "ratPot":"58" | |
| } | |
| }, | |
| { | |
| "name":"Washington", | |
| "abbreviation":"WAS", | |
| "prestige":"75", | |
| "state":"Washington", | |
| "rival":"ORE", | |
| "headCoach":{ | |
| "name":"Marvin Topi", | |
| "age":"45", | |
| "contractYear":"1", | |
| "contractLength":"6", | |
| "homeState":"Colorado", | |
| "baselinePrestige":"75", | |
| "cumulativePrestige":"-7", | |
| "ratOvr":"70", | |
| "ratDef":"71", | |
| "ratOff":"74", | |
| "ratTalent":"83", | |
| "ratDiscipline":"52", | |
| "ratPot":"97" | |
| } | |
| }, | |
| { | |
| "name":"Pullman", | |
| "abbreviation":"PUL", | |
| "prestige":"70", | |
| "state":"Washington", | |
| "rival":"SAN", | |
| "headCoach":{ | |
| "name":"Jermaine Scarnato", | |
| "age":"50", | |
| "contractYear":"1", | |
| "contractLength":"6", | |
| "homeState":"Tennessee", | |
| "baselinePrestige":"70", | |
| "cumulativePrestige":"-2", | |
| "ratOvr":"68", | |
| "ratDef":"68", | |
| "ratOff":"70", | |
| "ratTalent":"44", | |
| "ratDiscipline":"90", | |
| "ratPot":"89" | |
| } | |
| }, | |
| { | |
| "name":"Hawaii", | |
| "abbreviation":"HAW", | |
| "prestige":"70", | |
| "state":"Hawaii", | |
| "rival":"SAM", | |
| "headCoach":{ | |
| "name":"Duane Leszczynski", | |
| "age":"55", | |
| "contractYear":"1", | |
| "contractLength":"6", | |
| "homeState":"South Dakota", | |
| "baselinePrestige":"70", | |
| "cumulativePrestige":"-10", | |
| "ratOvr":"54", | |
| "ratDef":"56", | |
| "ratOff":"66", | |
| "ratTalent":"45", | |
| "ratDiscipline":"50", | |
| "ratPot":"77" | |
| } | |
| }, | |
| { | |
| "name":"Hollywood St", | |
| "abbreviation":"HOL", | |
| "prestige":"70", | |
| "state":"California", | |
| "rival":"OAK", | |
| "headCoach":{ | |
| "name":"Isaac Hicks", | |
| "age":"47", | |
| "contractYear":"1", | |
| "contractLength":"6", | |
| "homeState":"Utah", | |
| "baselinePrestige":"70", | |
| "cumulativePrestige":"-12", | |
| "ratOvr":"65", | |
| "ratDef":"73", | |
| "ratOff":"56", | |
| "ratTalent":"44", | |
| "ratDiscipline":"87", | |
| "ratPot":"80" | |
| } | |
| }, | |
| { | |
| "name":"American Samoa", | |
| "abbreviation":"SAM", | |
| "prestige":"25", | |
| "state":"American Samoa", | |
| "rival":"HAW", | |
| "headCoach":{ | |
| "name":"Romeo Muhn", | |
| "age":"33", | |
| "contractYear":"1", | |
| "contractLength":"6", | |
| "homeState":"Maine", | |
| "baselinePrestige":"25", | |
| "cumulativePrestige":"0", | |
| "ratOvr":"71", | |
| "ratDef":"54", | |
| "ratOff":"51", | |
| "ratTalent":"90", | |
| "ratDiscipline":"90", | |
| "ratPot":"95" | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "confName":"MOUNT", | |
| "confFullName":"Mountain", | |
| "confPrestige":"75", | |
| "confTeams":[ | |
| { | |
| "name":"Colorado", | |
| "abbreviation":"COL", | |
| "prestige":"80", | |
| "state":"Colorado", | |
| "rival":"DEN", | |
| "headCoach":{ | |
| "name":"Reggie Kretzer", | |
| "age":"54", | |
| "contractYear":"0", | |
| "contractLength":"7", | |
| "homeState":"Connecticut", | |
| "baselinePrestige":"80", | |
| "cumulativePrestige":"11", | |
| "ratOvr":"81", | |
| "ratDef":"79", | |
| "ratOff":"93", | |
| "ratTalent":"91", | |
| "ratDiscipline":"63", | |
| "ratPot":"82" | |
| } | |
| }, | |
| { | |
| "name":"Univ of Denver", | |
| "abbreviation":"DEN", | |
| "prestige":"75", | |
| "state":"Colorado", | |
| "rival":"COL", | |
| "headCoach":{ | |
| "name":"Ray Coradi", | |
| "age":"35", | |
| "contractYear":"1", | |
| "contractLength":"6", | |
| "homeState":"Nebraska", | |
| "baselinePrestige":"75", | |
| "cumulativePrestige":"1", | |
| "ratOvr":"81", | |
| "ratDef":"73", | |
| "ratOff":"70", | |
| "ratTalent":"95", | |
| "ratDiscipline":"87", | |
| "ratPot":"72" | |
| } | |
| }, | |
| { | |
| "name":"Utah", | |
| "abbreviation":"UTA", | |
| "prestige":"75", | |
| "state":"Utah", | |
| "rival":"SAL", | |
| "headCoach":{ | |
| "name":"Colby Devitt", | |
| "age":"40", | |
| "contractYear":"1", | |
| "contractLength":"6", | |
| "homeState":"Connecticut", | |
| "baselinePrestige":"75", | |
| "cumulativePrestige":"4", | |
| "ratOvr":"74", | |
| "ratDef":"73", | |
| "ratOff":"87", | |
| "ratTalent":"59", | |
| "ratDiscipline":"80", | |
| "ratPot":"83" | |
| } | |
| }, | |
| { | |
| "name":"Yellowstone St", | |
| "abbreviation":"YEL", | |
| "prestige":"75", | |
| "state":"Wyoming", | |
| "rival":"ALB", | |
| "headCoach":{ | |
| "name":"Gary Lindstedt", | |
| "age":"49", | |
| "contractYear":"1", | |
| "contractLength":"6", | |
| "homeState":"Montana", | |
| "baselinePrestige":"75", | |
| "cumulativePrestige":"4", | |
| "ratOvr":"71", | |
| "ratDef":"68", | |
| "ratOff":"79", | |
| "ratTalent":"60", | |
| "ratDiscipline":"79", | |
| "ratPot":"73" | |
| } | |
| }, | |
| { | |
| "name":"Albuquerque", | |
| "abbreviation":"ALB", | |
| "prestige":"70", | |
| "state":"New Mexico", | |
| "rival":"YEL", | |
| "headCoach":{ | |
| "name":"Carl Berens", | |
| "age":"58", | |
| "contractYear":"1", | |
| "contractLength":"6", | |
| "homeState":"South Carolina", | |
| "baselinePrestige":"70", | |
| "cumulativePrestige":"-6", | |
| "ratOvr":"64", | |
| "ratDef":"67", | |
| "ratOff":"72", | |
| "ratTalent":"40", | |
| "ratDiscipline":"79", | |
| "ratPot":"79" | |
| } | |
| }, | |
| { | |
| "name":"Wyoming", | |
| "abbreviation":"WYO", | |
| "prestige":"60", | |
| "state":"Wyoming", | |
| "rival":"MON", | |
| "headCoach":{ | |
| "name":"Wally Zapoticky", | |
| "age":"31", | |
| "contractYear":"1", | |
| "contractLength":"6", | |
| "homeState":"South Dakota", | |
| "baselinePrestige":"60", | |
| "cumulativePrestige":"0", | |
| "ratOvr":"73", | |
| "ratDef":"69", | |
| "ratOff":"62", | |
| "ratTalent":"95", | |
| "ratDiscipline":"66", | |
| "ratPot":"87" | |
| } | |
| }, | |
| { | |
| "name":"Las Vegas", | |
| "abbreviation":"LSV", | |
| "prestige":"50", | |
| "state":"Nevada", | |
| "rival":"PHO", | |
| "headCoach":{ | |
| "name":"Johnny Rico", | |
| "age":"45", | |
| "contractYear":"1", | |
| "contractLength":"6", | |
| "homeState":"Minnesota", | |
| "baselinePrestige":"50", | |
| "cumulativePrestige":"-3", | |
| "ratOvr":"61", | |
| "ratDef":"54", | |
| "ratOff":"56", | |
| "ratTalent":"91", | |
| "ratDiscipline":"45", | |
| "ratPot":"98" | |
| } | |
| }, | |
| { | |
| "name":"Salt Lake St", | |
| "abbreviation":"SAL", | |
| "prestige":"65", | |
| "state":"Utah", | |
| "rival":"UTA", | |
| "headCoach":{ | |
| "name":"Rob Paysinger", | |
| "age":"48", | |
| "contractYear":"1", | |
| "contractLength":"6", | |
| "homeState":"Pennsylvania", | |
| "baselinePrestige":"65", | |
| "cumulativePrestige":"-12", | |
| "ratOvr":"51", | |
| "ratDef":"47", | |
| "ratOff":"53", | |
| "ratTalent":"33", | |
| "ratDiscipline":"74", | |
| "ratPot":"81" | |
| } | |
| }, | |
| { | |
| "name":"Montana", | |
| "abbreviation":"MON", | |
| "prestige":"55", | |
| "state":"Montana", | |
| "rival":"WYO", | |
| "headCoach":{ | |
| "name":"Joesph Boon", | |
| "age":"54", | |
| "contractYear":"1", | |
| "contractLength":"6", | |
| "homeState":"Alabama", | |
| "baselinePrestige":"55", | |
| "cumulativePrestige":"-10", | |
| "ratOvr":"68", | |
| "ratDef":"60", | |
| "ratOff":"61", | |
| "ratTalent":"62", | |
| "ratDiscipline":"90", | |
| "ratPot":"62" | |
| } | |
| }, | |
| { | |
| "name":"Phoenix", | |
| "abbreviation":"PHO", | |
| "prestige":"45", | |
| "state":"Arizona", | |
| "rival":"LSV", | |
| "headCoach":{ | |
| "name":"Clyde Bracy", | |
| "age":"47", | |
| "contractYear":"1", | |
| "contractLength":"6", | |
| "homeState":"Connecticut", | |
| "baselinePrestige":"45", | |
| "cumulativePrestige":"-2", | |
| "ratOvr":"57", | |
| "ratDef":"49", | |
| "ratOff":"63", | |
| "ratTalent":"64", | |
| "ratDiscipline":"55", | |
| "ratPot":"77" | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "confName":"GULF", | |
| "confFullName":"Gulf Coast", | |
| "confPrestige":"75", | |
| "confTeams":[ | |
| { | |
| "name":"Carolina", | |
| "abbreviation":"CAR", | |
| "prestige":"70", | |
| "state":"South Carolina", | |
| "rival":"BOC", | |
| "headCoach":{ | |
| "name":"Sami Affelt", | |
| "age":"36", | |
| "contractYear":"1", | |
| "contractLength":"6", | |
| "homeState":"Pennsylvania", | |
| "baselinePrestige":"70", | |
| "cumulativePrestige":"6", | |
| "ratOvr":"70", | |
| "ratDef":"77", | |
| "ratOff":"70", | |
| "ratTalent":"65", | |
| "ratDiscipline":"70", | |
| "ratPot":"64" | |
| } | |
| }, | |
| { | |
| "name":"Arlington", | |
| "abbreviation":"ARL", | |
| "prestige":"75", | |
| "state":"Texas", | |
| "rival":"LTR", | |
| "headCoach":{ | |
| "name":"Theo Mansur", | |
| "age":"48", | |
| "contractYear":"1", | |
| "contractLength":"6", | |
| "homeState":"Colorado", | |
| "baselinePrestige":"75", | |
| "cumulativePrestige":"6", | |
| "ratOvr":"73", | |
| "ratDef":"67", | |
| "ratOff":"78", | |
| "ratTalent":"81", | |
| "ratDiscipline":"67", | |
| "ratPot":"64" | |
| } | |
| }, | |
| { | |
| "name":"Boca Raton", | |
| "abbreviation":"BOC", | |
| "prestige":"75", | |
| "state":"Florida", | |
| "rival":"CAR", | |
| "headCoach":{ | |
| "name":"Will Granizo", | |
| "age":"36", | |
| "contractYear":"1", | |
| "contractLength":"6", | |
| "homeState":"Massachusetts", | |
| "baselinePrestige":"75", | |
| "cumulativePrestige":"-4", | |
| "ratOvr":"58", | |
| "ratDef":"70", | |
| "ratOff":"57", | |
| "ratTalent":"59", | |
| "ratDiscipline":"48", | |
| "ratPot":"93" | |
| } | |
| }, | |
| { | |
| "name":"Little Rock", | |
| "abbreviation":"LTR", | |
| "prestige":"60", | |
| "state":"Arkansas", | |
| "rival":"ARL", | |
| "headCoach":{ | |
| "name":"Jesse Guidetti", | |
| "age":"56", | |
| "contractYear":"1", | |
| "contractLength":"6", | |
| "homeState":"Montana", | |
| "baselinePrestige":"60", | |
| "cumulativePrestige":"-1", | |
| "ratOvr":"60", | |
| "ratDef":"57", | |
| "ratOff":"64", | |
| "ratTalent":"53", | |
| "ratDiscipline":"68", | |
| "ratPot":"75" | |
| } | |
| }, | |
| { | |
| "name":"Lafayette", | |
| "abbreviation":"LAF", | |
| "prestige":"70", | |
| "state":"Louisiana", | |
| "rival":"MRE", | |
| "headCoach":{ | |
| "name":"Garrett Joun", | |
| "age":"49", | |
| "contractYear":"1", | |
| "contractLength":"6", | |
| "homeState":"Tennessee", | |
| "baselinePrestige":"70", | |
| "cumulativePrestige":"0", | |
| "ratOvr":"54", | |
| "ratDef":"63", | |
| "ratOff":"54", | |
| "ratTalent":"51", | |
| "ratDiscipline":"51", | |
| "ratPot":"73" | |
| } | |
| }, | |
| { | |
| "name":"Monroe", | |
| "abbreviation":"MRE", | |
| "prestige":"65", | |
| "state":"Louisiana", | |
| "rival":"LAF", | |
| "headCoach":{ | |
| "name":"Demetrius Cuffy", | |
| "age":"41", | |
| "contractYear":"1", | |
| "contractLength":"6", | |
| "homeState":"Virginia", | |
| "baselinePrestige":"65", | |
| "cumulativePrestige":"-4", | |
| "ratOvr":"64", | |
| "ratDef":"64", | |
| "ratOff":"57", | |
| "ratTalent":"49", | |
| "ratDiscipline":"88", | |
| "ratPot":"95" | |
| } | |
| }, | |
| { | |
| "name":"Boone St", | |
| "abbreviation":"BST", | |
| "prestige":"70", | |
| "state":"North Carolina", | |
| "rival":"VAL", | |
| "headCoach":{ | |
| "name":"Solomon Turner", | |
| "age":"57", | |
| "contractYear":"1", | |
| "contractLength":"6", | |
| "homeState":"North Dakota", | |
| "baselinePrestige":"70", | |
| "cumulativePrestige":"-8", | |
| "ratOvr":"62", | |
| "ratDef":"59", | |
| "ratOff":"62", | |
| "ratTalent":"81", | |
| "ratDiscipline":"48", | |
| "ratPot":"84" | |
| } | |
| }, | |
| { | |
| "name":"Valdosta", | |
| "abbreviation":"VAL", | |
| "prestige":"50", | |
| "state":"Georgia", | |
| "rival":"BST", | |
| "headCoach":{ | |
| "name":"Chase Osbon", | |
| "age":"50", | |
| "contractYear":"1", | |
| "contractLength":"6", | |
| "homeState":"Oklahoma", | |
| "baselinePrestige":"50", | |
| "cumulativePrestige":"-5", | |
| "ratOvr":"64", | |
| "ratDef":"53", | |
| "ratOff":"59", | |
| "ratTalent":"84", | |
| "ratDiscipline":"61", | |
| "ratPot":"56" | |
| } | |
| }, | |
| { | |
| "name":"South Mobile", | |
| "abbreviation":"MOB", | |
| "prestige":"55", | |
| "state":"Alabama", | |
| "rival":"SMA", | |
| "headCoach":{ | |
| "name":"Ross Flatley", | |
| "age":"39", | |
| "contractYear":"1", | |
| "contractLength":"6", | |
| "homeState":"Louisiana", | |
| "baselinePrestige":"55", | |
| "cumulativePrestige":"-7", | |
| "ratOvr":"61", | |
| "ratDef":"59", | |
| "ratOff":"67", | |
| "ratTalent":"57", | |
| "ratDiscipline":"63", | |
| "ratPot":"66" | |
| } | |
| }, | |
| { | |
| "name":"San Marcos", | |
| "abbreviation":"SMA", | |
| "prestige":"45", | |
| "state":"Texas", | |
| "rival":"MOB", | |
| "headCoach":{ | |
| "name":"Roosevelt Uccello", | |
| "age":"48", | |
| "contractYear":"1", | |
| "contractLength":"6", | |
| "homeState":"Virginia", | |
| "baselinePrestige":"45", | |
| "cumulativePrestige":"-2", | |
| "ratOvr":"66", | |
| "ratDef":"71", | |
| "ratOff":"61", | |
| "ratTalent":"77", | |
| "ratDiscipline":"56", | |
| "ratPot":"73" | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "confName":"NWST", | |
| "confFullName":"Northwest", | |
| "confPrestige":"70", | |
| "confTeams":[ | |
| { | |
| "name":"Boise", | |
| "abbreviation":"BOI", | |
| "prestige":"85", | |
| "state":"Idaho", | |
| "rival":"FRE", | |
| "headCoach":{ | |
| "name":"Eli Gaubert", | |
| "age":"50", | |
| "contractYear":"1", | |
| "contractLength":"6", | |
| "homeState":"Georgia", | |
| "baselinePrestige":"85", | |
| "cumulativePrestige":"6", | |
| "ratOvr":"87", | |
| "ratDef":"85", | |
| "ratOff":"81", | |
| "ratTalent":"95", | |
| "ratDiscipline":"87", | |
| "ratPot":"95" | |
| } | |
| }, | |
| { | |
| "name":"Fresno", | |
| "abbreviation":"FRE", | |
| "prestige":"70", | |
| "state":"California", | |
| "rival":"BOI", | |
| "headCoach":{ | |
| "name":"Donald Winters", | |
| "age":"34", | |
| "contractYear":"1", | |
| "contractLength":"6", | |
| "homeState":"Ohio", | |
| "baselinePrestige":"70", | |
| "cumulativePrestige":"-1", | |
| "ratOvr":"63", | |
| "ratDef":"62", | |
| "ratOff":"62", | |
| "ratTalent":"60", | |
| "ratDiscipline":"68", | |
| "ratPot":"54" | |
| } | |
| }, | |
| { | |
| "name":"Colorado Springs", | |
| "abbreviation":"CLS", | |
| "prestige":"65", | |
| "state":"Colorado", | |
| "rival":"FCA", | |
| "headCoach":{ | |
| "name":"Jared Cutchember", | |
| "age":"54", | |
| "contractYear":"1", | |
| "contractLength":"6", | |
| "homeState":"Louisiana", | |
| "baselinePrestige":"65", | |
| "cumulativePrestige":"0", | |
| "ratOvr":"57", | |
| "ratDef":"61", | |
| "ratOff":"55", | |
| "ratTalent":"63", | |
| "ratDiscipline":"49", | |
| "ratPot":"77" | |
| } | |
| }, | |
| { | |
| "name":"Reno", | |
| "abbreviation":"RNO", | |
| "prestige":"65", | |
| "state":"Nevada", | |
| "rival":"PRO", | |
| "headCoach":{ | |
| "name":"Stone Leffelman", | |
| "age":"50", | |
| "contractYear":"1", | |
| "contractLength":"6", | |
| "homeState":"Indiana", | |
| "baselinePrestige":"65", | |
| "cumulativePrestige":"-4", | |
| "ratOvr":"66", | |
| "ratDef":"72", | |
| "ratOff":"56", | |
| "ratTalent":"50", | |
| "ratDiscipline":"88", | |
| "ratPot":"64" | |
| } | |
| }, | |
| { | |
| "name":"Provo", | |
| "abbreviation":"PRO", | |
| "prestige":"65", | |
| "state":"Utah", | |
| "rival":"RNO", | |
| "headCoach":{ | |
| "name":"Pierre Ryu", | |
| "age":"44", | |
| "contractYear":"1", | |
| "contractLength":"6", | |
| "homeState":"Oregon", | |
| "baselinePrestige":"65", | |
| "cumulativePrestige":"-3", | |
| "ratOvr":"64", | |
| "ratDef":"60", | |
| "ratOff":"59", | |
| "ratTalent":"68", | |
| "ratDiscipline":"71", | |
| "ratPot":"95" | |
| } | |
| }, | |
| { | |
| "name":"North Dakota", | |
| "abbreviation":"UND", | |
| "prestige":"70", | |
| "state":"North Dakota", | |
| "rival":"RVR", | |
| "headCoach":{ | |
| "name":"Shelby Saltsman", | |
| "age":"42", | |
| "contractYear":"1", | |
| "contractLength":"6", | |
| "homeState":"New Hampshire", | |
| "baselinePrestige":"70", | |
| "cumulativePrestige":"-8", | |
| "ratOvr":"61", | |
| "ratDef":"52", | |
| "ratOff":"60", | |
| "ratTalent":"55", | |
| "ratDiscipline":"80", | |
| "ratPot":"59" | |
| } | |
| }, | |
| { | |
| "name":"Fort Collins", | |
| "abbreviation":"FCA", | |
| "prestige":"70", | |
| "state":"Colorado", | |
| "rival":"CLS", | |
| "headCoach":{ | |
| "name":"Avery Varriale", | |
| "age":"54", | |
| "contractYear":"1", | |
| "contractLength":"6", | |
| "homeState":"Iowa", | |
| "baselinePrestige":"70", | |
| "cumulativePrestige":"-14", | |
| "ratOvr":"65", | |
| "ratDef":"57", | |
| "ratOff":"51", | |
| "ratTalent":"64", | |
| "ratDiscipline":"90", | |
| "ratPot":"80" | |
| } | |
| }, | |
| { | |
| "name":"Riverside", | |
| "abbreviation":"RVR", | |
| "prestige":"55", | |
| "state":"California", | |
| "rival":"UND", | |
| "headCoach":{ | |
| "name":"Lance Rehman", | |
| "age":"40", | |
| "contractYear":"1", | |
| "contractLength":"6", | |
| "homeState":"South Dakota", | |
| "baselinePrestige":"55", | |
| "cumulativePrestige":"-9", | |
| "ratOvr":"61", | |
| "ratDef":"63", | |
| "ratOff":"54", | |
| "ratTalent":"42", | |
| "ratDiscipline":"87", | |
| "ratPot":"78" | |
| } | |
| }, | |
| { | |
| "name":"Sacramento", | |
| "abbreviation":"SAC", | |
| "prestige":"50", | |
| "state":"California", | |
| "rival":"SJC", | |
| "headCoach":{ | |
| "name":"CJ Veloso", | |
| "age":"54", | |
| "contractYear":"1", | |
| "contractLength":"6", | |
| "homeState":"Iowa", | |
| "baselinePrestige":"50", | |
| "cumulativePrestige":"-9", | |
| "ratOvr":"67", | |
| "ratDef":"60", | |
| "ratOff":"66", | |
| "ratTalent":"53", | |
| "ratDiscipline":"90", | |
| "ratPot":"88" | |
| } | |
| }, | |
| { | |
| "name":"San Jose", | |
| "abbreviation":"SJC", | |
| "prestige":"55", | |
| "state":"California", | |
| "rival":"SAC", | |
| "headCoach":{ | |
| "name":"Charlie Dunivan", | |
| "age":"44", | |
| "contractYear":"1", | |
| "contractLength":"6", | |
| "homeState":"Pennsylvania", | |
| "baselinePrestige":"55", | |
| "cumulativePrestige":"-8", | |
| "ratOvr":"54", | |
| "ratDef":"56", | |
| "ratOff":"43", | |
| "ratTalent":"33", | |
| "ratDiscipline":"85", | |
| "ratPot":"79" | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "confName":"MATL", | |
| "confFullName":"Mid Atlantic", | |
| "confPrestige":"70", | |
| "confTeams":[ | |
| { | |
| "name":"Virginia", | |
| "abbreviation":"VRG", | |
| "prestige":"70", | |
| "state":"Virginia", | |
| "rival":"APT", | |
| "headCoach":{ | |
| "name":"Lavon Arebela", | |
| "age":"33", | |
| "contractYear":"1", | |
| "contractLength":"6", | |
| "homeState":"Kansas", | |
| "baselinePrestige":"70", | |
| "cumulativePrestige":"4", | |
| "ratOvr":"82", | |
| "ratDef":"86", | |
| "ratOff":"67", | |
| "ratTalent":"88", | |
| "ratDiscipline":"90", | |
| "ratPot":"63" | |
| } | |
| }, | |
| { | |
| "name":"Applachian Tech", | |
| "abbreviation":"APT", | |
| "prestige":"80", | |
| "state":"Virginia", | |
| "rival":"VRG", | |
| "headCoach":{ | |
| "name":"Barrett Keks", | |
| "age":"46", | |
| "contractYear":"1", | |
| "contractLength":"6", | |
| "homeState":"Alaska", | |
| "baselinePrestige":"80", | |
| "cumulativePrestige":"0", | |
| "ratOvr":"62", | |
| "ratDef":"65", | |
| "ratOff":"74", | |
| "ratTalent":"56", | |
| "ratDiscipline":"53", | |
| "ratPot":"57" | |
| } | |
| }, | |
| { | |
| "name":"Raleigh", | |
| "abbreviation":"RAL", | |
| "prestige":"70", | |
| "state":"North Carolina", | |
| "rival":"DEL", | |
| "headCoach":{ | |
| "name":"Jeremy Lucario", | |
| "age":"52", | |
| "contractYear":"1", | |
| "contractLength":"6", | |
| "homeState":"Minnesota", | |
| "baselinePrestige":"70", | |
| "cumulativePrestige":"4", | |
| "ratOvr":"62", | |
| "ratDef":"68", | |
| "ratOff":"72", | |
| "ratTalent":"63", | |
| "ratDiscipline":"46", | |
| "ratPot":"72" | |
| } | |
| }, | |
| { | |
| "name":"Durham", | |
| "abbreviation":"DUR", | |
| "prestige":"70", | |
| "state":"North Carolina", | |
| "rival":"CHP", | |
| "headCoach":{ | |
| "name":"Aidan Colbenson", | |
| "age":"32", | |
| "contractYear":"1", | |
| "contractLength":"6", | |
| "homeState":"South Dakota", | |
| "baselinePrestige":"70", | |
| "cumulativePrestige":"0", | |
| "ratOvr":"74", | |
| "ratDef":"60", | |
| "ratOff":"71", | |
| "ratTalent":"95", | |
| "ratDiscipline":"72", | |
| "ratPot":"93" | |
| } | |
| }, | |
| { | |
| "name":"Chapel Hill", | |
| "abbreviation":"CHP", | |
| "prestige":"75", | |
| "state":"North Carolina", | |
| "rival":"DUR", | |
| "headCoach":{ | |
| "name":"Phil Rushford", | |
| "age":"54", | |
| "contractYear":"1", | |
| "contractLength":"6", | |
| "homeState":"Montana", | |
| "baselinePrestige":"75", | |
| "cumulativePrestige":"-9", | |
| "ratOvr":"59", | |
| "ratDef":"61", | |
| "ratOff":"53", | |
| "ratTalent":"36", | |
| "ratDiscipline":"89", | |
| "ratPot":"93" | |
| } | |
| }, | |
| { | |
| "name":"Harrisburg", | |
| "abbreviation":"HRS", | |
| "prestige":"50", | |
| "state":"Pennsylvania", | |
| "rival":"NJS", | |
| "headCoach":{ | |
| "name":"Dexter Buttram", | |
| "age":"48", | |
| "contractYear":"1", | |
| "contractLength":"6", | |
| "homeState":"Delaware", | |
| "baselinePrestige":"50", | |
| "cumulativePrestige":"-1", | |
| "ratOvr":"66", | |
| "ratDef":"60", | |
| "ratOff":"64", | |
| "ratTalent":"90", | |
| "ratDiscipline":"50", | |
| "ratPot":"99" | |
| } | |
| }, | |
| { | |
| "name":"Morgantown", | |
| "abbreviation":"MTW", | |
| "prestige":"70", | |
| "state":"West Virginia", | |
| "rival":"PRO", | |
| "headCoach":{ | |
| "name":"Antoine Devick", | |
| "age":"32", | |
| "contractYear":"1", | |
| "contractLength":"6", | |
| "homeState":"Connecticut", | |
| "baselinePrestige":"70", | |
| "cumulativePrestige":"-7", | |
| "ratOvr":"64", | |
| "ratDef":"72", | |
| "ratOff":"52", | |
| "ratTalent":"44", | |
| "ratDiscipline":"88", | |
| "ratPot":"75" | |
| } | |
| }, | |
| { | |
| "name":"Delaware", | |
| "abbreviation":"DEL", | |
| "prestige":"65", | |
| "state":"Delaware", | |
| "rival":"RAL", | |
| "headCoach":{ | |
| "name":"JJ Sweed", | |
| "age":"47", | |
| "contractYear":"1", | |
| "contractLength":"6", | |
| "homeState":"Tennessee", | |
| "baselinePrestige":"65", | |
| "cumulativePrestige":"-12", | |
| "ratOvr":"68", | |
| "ratDef":"71", | |
| "ratOff":"68", | |
| "ratTalent":"75", | |
| "ratDiscipline":"58", | |
| "ratPot":"69" | |
| } | |
| }, | |
| { | |
| "name":"New Jersey St", | |
| "abbreviation":"NJS", | |
| "prestige":"50", | |
| "state":"New Jersey", | |
| "rival":"HRS", | |
| "headCoach":{ | |
| "name":"Kyle Basnight", | |
| "age":"54", | |
| "contractYear":"1", | |
| "contractLength":"6", | |
| "homeState":"Virginia", | |
| "baselinePrestige":"50", | |
| "cumulativePrestige":"-9", | |
| "ratOvr":"56", | |
| "ratDef":"53", | |
| "ratOff":"51", | |
| "ratTalent":"69", | |
| "ratDiscipline":"54", | |
| "ratPot":"81" | |
| } | |
| }, | |
| { | |
| "name":"Rand", | |
| "abbreviation":"RND", | |
| "prestige":"55", | |
| "state":"West Virginia", | |
| "rival":"MTW", | |
| "headCoach":{ | |
| "name":"Antwan Polite", | |
| "age":"48", | |
| "contractYear":"1", | |
| "contractLength":"6", | |
| "homeState":"Missouri", | |
| "baselinePrestige":"55", | |
| "cumulativePrestige":"-11", | |
| "ratOvr":"65", | |
| "ratDef":"57", | |
| "ratOff":"49", | |
| "ratTalent":"65", | |
| "ratDiscipline":"90", | |
| "ratPot":"89" | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "confName":"PLNS", | |
| "confFullName":"Plains", | |
| "confPrestige":"65", | |
| "confTeams":[ | |
| { | |
| "name":"Cincinnati", | |
| "abbreviation":"CIN", | |
| "prestige":"75", | |
| "state":"Ohio", | |
| "rival":"SPR", | |
| "headCoach":{ | |
| "name":"Jerod Sneed", | |
| "age":"49", | |
| "contractYear":"1", | |
| "contractLength":"6", | |
| "homeState":"California", | |
| "baselinePrestige":"75", | |
| "cumulativePrestige":"3", | |
| "ratOvr":"80", | |
| "ratDef":"69", | |
| "ratOff":"82", | |
| "ratTalent":"92", | |
| "ratDiscipline":"77", | |
| "ratPot":"86" | |
| } | |
| }, | |
| { | |
| "name":"Indianapolis", | |
| "abbreviation":"IPS", | |
| "prestige":"65", | |
| "state":"Indiana", | |
| "rival":"ILC", | |
| "headCoach":{ | |
| "name":"Braxton Roman", | |
| "age":"40", | |
| "contractYear":"1", | |
| "contractLength":"6", | |
| "homeState":"Montana", | |
| "baselinePrestige":"65", | |
| "cumulativePrestige":"1", | |
| "ratOvr":"73", | |
| "ratDef":"64", | |
| "ratOff":"73", | |
| "ratTalent":"67", | |
| "ratDiscipline":"89", | |
| "ratPot":"89" | |
| } | |
| }, | |
| { | |
| "name":"Oxford", | |
| "abbreviation":"OXF", | |
| "prestige":"60", | |
| "state":"Ohio", | |
| "rival":"SOH", | |
| "headCoach":{ | |
| "name":"Mike Vantine", | |
| "age":"43", | |
| "contractYear":"1", | |
| "contractLength":"6", | |
| "homeState":"West Virginia", | |
| "baselinePrestige":"60", | |
| "cumulativePrestige":"2", | |
| "ratOvr":"64", | |
| "ratDef":"59", | |
| "ratOff":"73", | |
| "ratTalent":"70", | |
| "ratDiscipline":"55", | |
| "ratPot":"54" | |
| } | |
| }, | |
| { | |
| "name":"Toledo", | |
| "abbreviation":"TOL", | |
| "prestige":"60", | |
| "state":"Ohio", | |
| "rival":"CTN", | |
| "headCoach":{ | |
| "name":"Juwan Schnelder", | |
| "age":"38", | |
| "contractYear":"1", | |
| "contractLength":"6", | |
| "homeState":"Tennessee", | |
| "baselinePrestige":"60", | |
| "cumulativePrestige":"3", | |
| "ratOvr":"72", | |
| "ratDef":"65", | |
| "ratOff":"68", | |
| "ratTalent":"95", | |
| "ratDiscipline":"61", | |
| "ratPot":"59" | |
| } | |
| }, | |
| { | |
| "name":"New York Upstate", | |
| "abbreviation":"NYP", | |
| "prestige":"65", | |
| "state":"New York", | |
| "rival":"CTN", | |
| "headCoach":{ | |
| "name":"Heath Beaugard", | |
| "age":"38", | |
| "contractYear":"1", | |
| "contractLength":"6", | |
| "homeState":"Colorado", | |
| "baselinePrestige":"65", | |
| "cumulativePrestige":"1", | |
| "ratOvr":"64", | |
| "ratDef":"63", | |
| "ratOff":"61", | |
| "ratTalent":"86", | |
| "ratDiscipline":"46", | |
| "ratPot":"99" | |
| } | |
| }, | |
| { | |
| "name":"Canton", | |
| "abbreviation":"CTN", | |
| "prestige":"75", | |
| "state":"Ohio", | |
| "rival":"TOL", | |
| "headCoach":{ | |
| "name":"Tom Nitcher", | |
| "age":"32", | |
| "contractYear":"1", | |
| "contractLength":"6", | |
| "homeState":"Michigan", | |
| "baselinePrestige":"75", | |
| "cumulativePrestige":"-14", | |
| "ratOvr":"61", | |
| "ratDef":"60", | |
| "ratOff":"57", | |
| "ratTalent":"76", | |
| "ratDiscipline":"54", | |
| "ratPot":"99" | |
| } | |
| }, | |
| { | |
| "name":"Illinois Central", | |
| "abbreviation":"ILC", | |
| "prestige":"65", | |
| "state":"Illinois", | |
| "rival":"IPS", | |
| "headCoach":{ | |
| "name":"Adrian Trisdale", | |
| "age":"51", | |
| "contractYear":"1", | |
| "contractLength":"6", | |
| "homeState":"Washington", | |
| "baselinePrestige":"65", | |
| "cumulativePrestige":"-5", | |
| "ratOvr":"64", | |
| "ratDef":"70", | |
| "ratOff":"79", | |
| "ratTalent":"43", | |
| "ratDiscipline":"64", | |
| "ratPot":"70" | |
| } | |
| }, | |
| { | |
| "name":"Springfield", | |
| "abbreviation":"SPR", | |
| "prestige":"65", | |
| "state":"Ohio", | |
| "rival":"CIN", | |
| "headCoach":{ | |
| "name":"Walter Welzel", | |
| "age":"57", | |
| "contractYear":"1", | |
| "contractLength":"6", | |
| "homeState":"Hawaii", | |
| "baselinePrestige":"65", | |
| "cumulativePrestige":"-13", | |
| "ratOvr":"64", | |
| "ratDef":"56", | |
| "ratOff":"64", | |
| "ratTalent":"50", | |
| "ratDiscipline":"88", | |
| "ratPot":"64" | |
| } | |
| }, | |
| { | |
| "name":"Southern Ohio", | |
| "abbreviation":"SOH", | |
| "prestige":"55", | |
| "state":"Ohio", | |
| "rival":"OXF", | |
| "headCoach":{ | |
| "name":"Jon Aldridge", | |
| "age":"40", | |
| "contractYear":"1", | |
| "contractLength":"6", | |
| "homeState":"Maryland", | |
| "baselinePrestige":"55", | |
| "cumulativePrestige":"-10", | |
| "ratOvr":"64", | |
| "ratDef":"55", | |
| "ratOff":"52", | |
| "ratTalent":"80", | |
| "ratDiscipline":"69", | |
| "ratPot":"79" | |
| } | |
| }, | |
| { | |
| "name":"Michigan Peninsula", | |
| "abbreviation":"MPU", | |
| "prestige":"55", | |
| "state":"Michigan", | |
| "rival":"NYP", | |
| "headCoach":{ | |
| "name":"Raymond Ransonet", | |
| "age":"35", | |
| "contractYear":"1", | |
| "contractLength":"6", | |
| "homeState":"Arizona", | |
| "baselinePrestige":"55", | |
| "cumulativePrestige":"-10", | |
| "ratOvr":"66", | |
| "ratDef":"54", | |
| "ratOff":"53", | |
| "ratTalent":"76", | |
| "ratDiscipline":"82", | |
| "ratPot":"91" | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "confName":"EAST", | |
| "confFullName":"Eastern", | |
| "confPrestige":"70", | |
| "confTeams":[ | |
| { | |
| "name":"Louisville", | |
| "abbreviation":"LVL", | |
| "prestige":"70", | |
| "state":"Kentucky", | |
| "rival":"SWK", | |
| "headCoach":{ | |
| "name":"Bryson Hedman", | |
| "age":"53", | |
| "contractYear":"1", | |
| "contractLength":"6", | |
| "homeState":"Colorado", | |
| "baselinePrestige":"70", | |
| "cumulativePrestige":"4", | |
| "ratOvr":"76", | |
| "ratDef":"63", | |
| "ratOff":"78", | |
| "ratTalent":"90", | |
| "ratDiscipline":"75", | |
| "ratPot":"87" | |
| } | |
| }, | |
| { | |
| "name":"Orlando", | |
| "abbreviation":"MCO", | |
| "prestige":"75", | |
| "state":"Florida", | |
| "rival":"HTF", | |
| "headCoach":{ | |
| "name":"Jonathan Saglimbeni", | |
| "age":"31", | |
| "contractYear":"1", | |
| "contractLength":"6", | |
| "homeState":"Pennsylvania", | |
| "baselinePrestige":"75", | |
| "cumulativePrestige":"4", | |
| "ratOvr":"73", | |
| "ratDef":"74", | |
| "ratOff":"71", | |
| "ratTalent":"58", | |
| "ratDiscipline":"90", | |
| "ratPot":"51" | |
| } | |
| }, | |
| { | |
| "name":"Oklahoma Sthrn", | |
| "abbreviation":"OSN", | |
| "prestige":"65", | |
| "state":"Oklahoma", | |
| "rival":"STA", | |
| "headCoach":{ | |
| "name":"Randal Mccarren", | |
| "age":"43", | |
| "contractYear":"1", | |
| "contractLength":"6", | |
| "homeState":"Alaska", | |
| "baselinePrestige":"65", | |
| "cumulativePrestige":"1", | |
| "ratOvr":"56", | |
| "ratDef":"57", | |
| "ratOff":"69", | |
| "ratTalent":"54", | |
| "ratDiscipline":"45", | |
| "ratPot":"91" | |
| } | |
| }, | |
| { | |
| "name":"Manhattan", | |
| "abbreviation":"MHT", | |
| "prestige":"65", | |
| "state":"Kansas", | |
| "rival":"WCH", | |
| "headCoach":{ | |
| "name":"Kolton Mezydlo", | |
| "age":"33", | |
| "contractYear":"1", | |
| "contractLength":"6", | |
| "homeState":"Vermont", | |
| "baselinePrestige":"65", | |
| "cumulativePrestige":"2", | |
| "ratOvr":"65", | |
| "ratDef":"72", | |
| "ratOff":"59", | |
| "ratTalent":"69", | |
| "ratDiscipline":"61", | |
| "ratPot":"86" | |
| } | |
| }, | |
| { | |
| "name":"Tampa St", | |
| "abbreviation":"TMP", | |
| "prestige":"65", | |
| "state":"Florida", | |
| "rival":"GRE", | |
| "headCoach":{ | |
| "name":"Ricky Reinoehl", | |
| "age":"31", | |
| "contractYear":"1", | |
| "contractLength":"6", | |
| "homeState":"Georgia", | |
| "baselinePrestige":"65", | |
| "cumulativePrestige":"1", | |
| "ratOvr":"67", | |
| "ratDef":"70", | |
| "ratOff":"76", | |
| "ratTalent":"61", | |
| "ratDiscipline":"62", | |
| "ratPot":"87" | |
| } | |
| }, | |
| { | |
| "name":"Wichita", | |
| "abbreviation":"WCH", | |
| "prestige":"55", | |
| "state":"Kansas", | |
| "rival":"MHT", | |
| "headCoach":{ | |
| "name":"Nicolas Girmazion", | |
| "age":"32", | |
| "contractYear":"1", | |
| "contractLength":"6", | |
| "homeState":"Colorado", | |
| "baselinePrestige":"55", | |
| "cumulativePrestige":"-3", | |
| "ratOvr":"59", | |
| "ratDef":"64", | |
| "ratOff":"61", | |
| "ratTalent":"63", | |
| "ratDiscipline":"49", | |
| "ratPot":"56" | |
| } | |
| }, | |
| { | |
| "name":"Greenville", | |
| "abbreviation":"GRE", | |
| "prestige":"55", | |
| "state":"South Carolina", | |
| "rival":"TMP", | |
| "headCoach":{ | |
| "name":"Nick Westrich", | |
| "age":"43", | |
| "contractYear":"1", | |
| "contractLength":"6", | |
| "homeState":"Indiana", | |
| "baselinePrestige":"55", | |
| "cumulativePrestige":"-6", | |
| "ratOvr":"64", | |
| "ratDef":"65", | |
| "ratOff":"51", | |
| "ratTalent":"63", | |
| "ratDiscipline":"80", | |
| "ratPot":"64" | |
| } | |
| }, | |
| { | |
| "name":"San Antonio St", | |
| "abbreviation":"STA", | |
| "prestige":"60", | |
| "state":"Texas", | |
| "rival":"OSN", | |
| "headCoach":{ | |
| "name":"Jeremy Steep", | |
| "age":"37", | |
| "contractYear":"1", | |
| "contractLength":"6", | |
| "homeState":"Florida", | |
| "baselinePrestige":"60", | |
| "cumulativePrestige":"-7", | |
| "ratOvr":"61", | |
| "ratDef":"60", | |
| "ratOff":"51", | |
| "ratTalent":"54", | |
| "ratDiscipline":"80", | |
| "ratPot":"60" | |
| } | |
| }, | |
| { | |
| "name":"Hartford", | |
| "abbreviation":"HTF", | |
| "prestige":"65", | |
| "state":"Connecticut", | |
| "rival":"MCO", | |
| "headCoach":{ | |
| "name":"Chandler Kokenge", | |
| "age":"38", | |
| "contractYear":"1", | |
| "contractLength":"6", | |
| "homeState":"Maryland", | |
| "baselinePrestige":"65", | |
| "cumulativePrestige":"-15", | |
| "ratOvr":"65", | |
| "ratDef":"63", | |
| "ratOff":"52", | |
| "ratTalent":"56", | |
| "ratDiscipline":"90", | |
| "ratPot":"66" | |
| } | |
| }, | |
| { | |
| "name":"SW Kentucky", | |
| "abbreviation":"SWK", | |
| "prestige":"50", | |
| "state":"Kentucky", | |
| "rival":"LVL", | |
| "headCoach":{ | |
| "name":"Quinton Kosiba", | |
| "age":"55", | |
| "contractYear":"1", | |
| "contractLength":"6", | |
| "homeState":"Minnesota", | |
| "baselinePrestige":"50", | |
| "cumulativePrestige":"-7", | |
| "ratOvr":"61", | |
| "ratDef":"51", | |
| "ratOff":"56", | |
| "ratTalent":"58", | |
| "ratDiscipline":"81", | |
| "ratPot":"97" | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "confName":"MRVR", | |
| "confFullName":"Mississippi River", | |
| "confPrestige":"60", | |
| "confTeams":[ | |
| { | |
| "name":"Gulf St", | |
| "abbreviation":"GFS", | |
| "prestige":"65", | |
| "state":"Mississippi", | |
| "rival":"JCK", | |
| "headCoach":{ | |
| "name":"Bill Donmore", | |
| "age":"37", | |
| "contractYear":"1", | |
| "contractLength":"6", | |
| "homeState":"Delaware", | |
| "baselinePrestige":"65", | |
| "cumulativePrestige":"8", | |
| "ratOvr":"75", | |
| "ratDef":"70", | |
| "ratOff":"73", | |
| "ratTalent":"95", | |
| "ratDiscipline":"62", | |
| "ratPot":"53" | |
| } | |
| }, | |
| { | |
| "name":"Jackson", | |
| "abbreviation":"JCK", | |
| "prestige":"60", | |
| "state":"Mississippi", | |
| "rival":"GFS", | |
| "headCoach":{ | |
| "name":"Ramon Brookings", | |
| "age":"38", | |
| "contractYear":"1", | |
| "contractLength":"6", | |
| "homeState":"Michigan", | |
| "baselinePrestige":"60", | |
| "cumulativePrestige":"0", | |
| "ratOvr":"70", | |
| "ratDef":"66", | |
| "ratOff":"60", | |
| "ratTalent":"67", | |
| "ratDiscipline":"87", | |
| "ratPot":"58" | |
| } | |
| }, | |
| { | |
| "name":"Coastal Miss", | |
| "abbreviation":"CMS", | |
| "prestige":"55", | |
| "state":"Mississippi", | |
| "rival":"RST", | |
| "headCoach":{ | |
| "name":"Leslie Michalke", | |
| "age":"49", | |
| "contractYear":"1", | |
| "contractLength":"6", | |
| "homeState":"New Mexico", | |
| "baselinePrestige":"55", | |
| "cumulativePrestige":"-1", | |
| "ratOvr":"73", | |
| "ratDef":"62", | |
| "ratOff":"66", | |
| "ratTalent":"87", | |
| "ratDiscipline":"79", | |
| "ratPot":"93" | |
| } | |
| }, | |
| { | |
| "name":"St Louis", | |
| "abbreviation":"STL", | |
| "prestige":"65", | |
| "state":"Missouri", | |
| "rival":"MFB", | |
| "headCoach":{ | |
| "name":"Xavier Sonderup", | |
| "age":"54", | |
| "contractYear":"1", | |
| "contractLength":"6", | |
| "homeState":"Oklahoma", | |
| "baselinePrestige":"65", | |
| "cumulativePrestige":"-2", | |
| "ratOvr":"58", | |
| "ratDef":"70", | |
| "ratOff":"55", | |
| "ratTalent":"50", | |
| "ratDiscipline":"60", | |
| "ratPot":"66" | |
| } | |
| }, | |
| { | |
| "name":"Birmingham", | |
| "abbreviation":"BIR", | |
| "prestige":"70", | |
| "state":"Alabama", | |
| "rival":"DTS", | |
| "headCoach":{ | |
| "name":"Riley Stvil", | |
| "age":"49", | |
| "contractYear":"1", | |
| "contractLength":"6", | |
| "homeState":"Colorado", | |
| "baselinePrestige":"70", | |
| "cumulativePrestige":"-9", | |
| "ratOvr":"59", | |
| "ratDef":"66", | |
| "ratOff":"62", | |
| "ratTalent":"54", | |
| "ratDiscipline":"54", | |
| "ratPot":"81" | |
| } | |
| }, | |
| { | |
| "name":"Murfeesboro", | |
| "abbreviation":"MFB", | |
| "prestige":"55", | |
| "state":"Tennessee", | |
| "rival":"STL", | |
| "headCoach":{ | |
| "name":"Parker Eschette", | |
| "age":"44", | |
| "contractYear":"1", | |
| "contractLength":"6", | |
| "homeState":"Connecticut", | |
| "baselinePrestige":"55", | |
| "cumulativePrestige":"-4", | |
| "ratOvr":"73", | |
| "ratDef":"70", | |
| "ratOff":"50", | |
| "ratTalent":"87", | |
| "ratDiscipline":"86", | |
| "ratPot":"82" | |
| } | |
| }, | |
| { | |
| "name":"Ruston", | |
| "abbreviation":"RST", | |
| "prestige":"45", | |
| "state":"Louisiana", | |
| "rival":"CMS", | |
| "headCoach":{ | |
| "name":"Damarco Agans", | |
| "age":"45", | |
| "contractYear":"1", | |
| "contractLength":"6", | |
| "homeState":"Oregon", | |
| "baselinePrestige":"45", | |
| "cumulativePrestige":"-2", | |
| "ratOvr":"74", | |
| "ratDef":"58", | |
| "ratOff":"66", | |
| "ratTalent":"82", | |
| "ratDiscipline":"90", | |
| "ratPot":"76" | |
| } | |
| }, | |
| { | |
| "name":"Middle Arkansas", | |
| "abbreviation":"MAK", | |
| "prestige":"55", | |
| "state":"Arkansas", | |
| "rival":"KSI", | |
| "headCoach":{ | |
| "name":"Daren Herline", | |
| "age":"51", | |
| "contractYear":"1", | |
| "contractLength":"6", | |
| "homeState":"Tennessee", | |
| "baselinePrestige":"55", | |
| "cumulativePrestige":"-3", | |
| "ratOvr":"72", | |
| "ratDef":"61", | |
| "ratOff":"52", | |
| "ratTalent":"85", | |
| "ratDiscipline":"90", | |
| "ratPot":"90" | |
| } | |
| }, | |
| { | |
| "name":"Destin St", | |
| "abbreviation":"DTS", | |
| "prestige":"55", | |
| "state":"Florida", | |
| "rival":"BIR", | |
| "headCoach":{ | |
| "name":"Ryan Yochem", | |
| "age":"45", | |
| "contractYear":"1", | |
| "contractLength":"6", | |
| "homeState":"Oklahoma", | |
| "baselinePrestige":"55", | |
| "cumulativePrestige":"-7", | |
| "ratOvr":"64", | |
| "ratDef":"61", | |
| "ratOff":"56", | |
| "ratTalent":"51", | |
| "ratDiscipline":"90", | |
| "ratPot":"60" | |
| } | |
| }, | |
| { | |
| "name":"Kansas Intl", | |
| "abbreviation":"KSI", | |
| "prestige":"50", | |
| "state":"Kansas", | |
| "rival":"MAK", | |
| "headCoach":{ | |
| "name":"Ryan Zaic", | |
| "age":"53", | |
| "contractYear":"1", | |
| "contractLength":"6", | |
| "homeState":"Hawaii", | |
| "baselinePrestige":"50", | |
| "cumulativePrestige":"-10", | |
| "ratOvr":"57", | |
| "ratDef":"55", | |
| "ratOff":"49", | |
| "ratTalent":"37", | |
| "ratDiscipline":"90", | |
| "ratPot":"76" | |
| } | |
| } | |
| ] | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment