hlockey 5 → 6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (40) hide show
  1. checksums.yaml +4 -4
  2. data/data/election.json +20 -0
  3. data/data/information.json +5 -0
  4. data/data/league.json +1984 -0
  5. data/data/links.json +5 -0
  6. data/data/previous_election_results.json +98 -0
  7. data/lib/hlockey/actions.rb +22 -0
  8. data/lib/hlockey/data.rb +6 -5
  9. data/lib/hlockey/game/fight.rb +28 -17
  10. data/lib/hlockey/game/weather/audacity.rb +1 -1
  11. data/lib/hlockey/game/weather/chicken.rb +1 -1
  12. data/lib/hlockey/game/weather/sunset.rb +1 -1
  13. data/lib/hlockey/game/weather/waves.rb +11 -5
  14. data/lib/hlockey/game/weather/weatherable.rb +8 -8
  15. data/lib/hlockey/game.rb +58 -33
  16. data/lib/hlockey/league.rb +60 -63
  17. data/lib/hlockey/message.rb +54 -56
  18. data/lib/hlockey/mod/fencebuilder.rb +16 -0
  19. data/lib/hlockey/mod/fencedestroyer.rb +16 -0
  20. data/lib/hlockey/mod/handholding.rb +55 -0
  21. data/lib/hlockey/mod/immaterial.rb +26 -0
  22. data/lib/hlockey/mod/locked.rb +22 -0
  23. data/lib/hlockey/mod/moddable.rb +49 -0
  24. data/lib/hlockey/mod/nonconfrontational.rb +17 -0
  25. data/lib/hlockey/mod/powernapper.rb +46 -0
  26. data/lib/hlockey/mod/punchy.rb +17 -0
  27. data/lib/hlockey/mod.rb +25 -0
  28. data/lib/hlockey/selfdescribable.rb +9 -0
  29. data/lib/hlockey/team/player.rb +37 -58
  30. data/lib/hlockey/team/stadium.rb +10 -7
  31. data/lib/hlockey/team.rb +56 -41
  32. data/lib/hlockey/version.rb +1 -1
  33. metadata +27 -17
  34. data/data/election.yaml +0 -21
  35. data/data/external/names.txt +0 -19948
  36. data/data/information.yaml +0 -24
  37. data/data/league.yaml +0 -1694
  38. data/data/links.yaml +0 -3
  39. data/data/previous_election_results.yaml +0 -65
  40. data/lib/hlockey/game/actions.rb +0 -24
@@ -1,24 +0,0 @@
1
- ---
2
- :Format: |-
3
- First is the regular season, with matchups lasting 3 games.
4
- Teams play 3 matchups against every team in their subleague (warm / cool).
5
- After that, they play 1 matchup against the rest of the teams.
6
- This adds up to 37 matchups, or 111 games.
7
- After the regular season is the playoffs, with matchups lasting 5 games.
8
- The playoffs are a single-elimination tournament.
9
- The top teams in each division as well as the top 4 non-division leaders go to playoffs.
10
- Playoffs are perfectly seeded (best team plays worst team, etc).
11
- Playoffs have 3 matchups, or 15 games.
12
- :Elections: |-
13
- During each season, everyone can vote on the website for things that change the league.
14
- Briberies effect the entire league.
15
- Treasures are won on a raffle between the teams.
16
- Coachings are given to each team, with teams getting the coaching they vote for the most.
17
- :Weather: |-
18
- Hlockey has different weathers which effect the games, similar to Blaseball.
19
- Audacity causes players to take shots regardless of the state of the game.
20
- Chicken swaps a random roster player with a random shadow player for the rest of the game.
21
- Incline adds a random amount of score to a favored team's goals.
22
- Stars gives the losing team +0.5 score at the end of each period.
23
- Sunset makes each team's goals worth less the more the team scores.
24
- Waves swaps the worst roster player with a random shadow player permanently.