Guest User

Untitled

a guest
Apr 20th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. $reverseTrainingSubtype = array(
  2. "Team Training"=>array("Game Shape"=>0, "Free Throws"=>10,"Stamina"=>11),
  3. "Pressure"=>array("PG"=>1,"PG/SG"=>2,"PG/SG/SF"=>3),
  4. "Shot Blocking"=>array("C"=>4,"C/PF"=>5,"C/PF/SF"=>6),
  5. "Inside Defense"=>array("C"=>7,"C/PF"=>8,"C/PF/SF"=>9),
  6. "Rebounding"=>array("C/PF"=>12,"Team"=>13, "All Positions"=>13),
  7. "Inside Scoring"=>array("C"=>14,"C/PF"=>15,"C/PF/SF"=>16),
  8. "One on One"=>array("Guards"=>17,"PG/SG"=>17,"Forwards"=>18,"Team"=>19, "All Positions"=>19),
  9. "Outside Shooting"=>array("SG"=>20,"SG/PG"=>21,"Team"=>22,"All Positions"=>22, "Wingmen"=>32),
  10. "Jump Shot"=>array("Guards"=>23,"PG/SG"=>23,"Forwards"=>24,"Team"=>25,"All Positions"=>25, "Wingmen"=>33),
  11. "Ball Handling"=>array("PG"=>26,"PG/SG"=>27,"PG/SG/SF"=>28),
  12. "Passing"=>array("PG"=>29,"PG/SG"=>30,"Team"=>31, "All Positions"=>31)
  13. );
Add Comment
Please, Sign In to add comment