Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.75 KB | None | 0 0
  1. I suggested Don't Wake Pikachu, a Lady Monita hosted game. In this game, players will take turns petting Pikachu to try and earn points. However, if Pikachu is pet too many times, the player who pet it last and woke it up is shocked and eliminated! Players have the chance to pet Pikachu 1-5 per round with each successful pet awarding the player 1 point. Players are chosen to go in a random, but fixed order every round so that if Pikachu doesn't wake up after all the players have gone, the round will still continue in the same player order. Once Pikachu has waken up and a player has been eliminated, the round will end and Pikachu will reset with a random number of allowed pets for the next round. The number of pets Pikachu will allow before shocking a player will be based on the number of players in the game (i.e. if there's only 5 players, Pikachu may accept between something between 10 and 20 whereas if there's 15 players, Pikachu may allow between 20 and 60 pets). The game would end once one player reaches a set scorecap (may also depend on number of players) or only one player is left. This game is a sort of mix between Rowlet's Roulette and Crustle's Crumbling Blocks.
  2.  
  3.  
  4.  
  5. Example Game (Last player standing win):
  6. *Lady Monita: Round 1! Players: Cyanific, Tidal Otter, GuiShark, xernn
  7. *Lady Monita: Pikachu is asleep! GuiShark, you're up! Pet the Pikachu!
  8. (Hidden: Pikachu's set number of pets is 13)
  9. %GuiShark: .pet 4
  10. *Lady Monita: Cyanific, you're up! Pet the Pikachu!
  11. Cyanific: .pet 2
  12. *Lady Monita: xernn, you're up! Pet the Pikachu!
  13. %xernn: .pet 4
  14. *Lady Monita: Tidal Otter, you're up! Pet the Pikachu!
  15. %Tidal Otter: .pet 3
  16. *Lady Monita: ZAP! The Pikachu woke up and shocked Tidal Otter!
  17. *Lady Monita: Round 2! Players: Cyanific (2), GuiShark (4), xernn (4)
  18. *Lady Monita: Pikachu is asleep! xernn, you're up! Pet the Pikachu!
  19. (Hidden: Pikachu's set number of pets is 11)
  20. %xernn: .pet 2
  21. *Lady Monita: Cyanific, you're up! Pet the Pikachu!
  22. Cyanific: .pet 3
  23. *Lady Monita: GuiShark, you're up! Pet the Pikachu!
  24. %GuiShark: .pet 2
  25. *Lady Monita: xernn, you're up! Pet the Pikachu!
  26. %xernn: .pet 2
  27. *Lady Monita: Cyanific, you're up! Pet the Pikachu!
  28. Cyanific: .pet 1
  29. *Lady Monita: GuiShark, you're up! Pet the Pikachu!
  30. %GuiShark: .pet 3
  31. *Lady Monita: ZAP! The Pikachu woke up and shocked GuiShark!
  32. *Lady Monita: Round 3! Players: Cyanific (6), xernn (8)
  33. *Lady Monita: Pikachu is asleep! xernn, you're up! Pet the Pikachu!
  34. (Hidden: Pikachu's set number of pets is 8)
  35. %xernn: .pet 4
  36. *Lady Monita: Cyanific, you're up! Pet the Pikachu!
  37. Cyanific: .pet 2
  38. *Lady Monita: xernn, you're up! Pet the Pikachu!
  39. %xernn: .pet 2
  40. *Lady Monita: ZAP! The Pikachu woke up and shocked xernn!
  41. *Lady Monita: The Pikachu drifted back to sleep peacefully.
  42. *Lady Monita: Winner: Cyanific
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement