Advertisement
Thelo

Troq bot quotes

Feb 24th, 2015
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. public static final String[] TROQ_INTRO_QUOTES = {
  2. "Is it time to smash now?"
  3. , "At last, time to SMASH!"
  4. };
  5. public static final String[] TROQ_TAUNT_QUOTES = {
  6. "Smash you well!"
  7. , "Tough luck!"
  8. , "Big dope!"
  9. };
  10. public static final String[] TROQ_VICTORY_QUOTES = {
  11. "Troq is sorry. Troq only winner in game of smashing."
  12. , "Yeah! Look at how strong Troq is!"
  13. };
  14. public static final String[] TROQ_WAR_STOMP_QUOTES = {
  15. "Stay down!"
  16. , "Stop moving around so much!"
  17. , "Hah!"
  18. };
  19. public static final String[] TROQ_BEAST_UNLEASHED_QUOTES = {
  20. "Troq SMASH!!"
  21. };
  22. public static final String[] TROQ_GIANT_GROWTH_1_QUOTES = {
  23. "Look at how big Troq is!"
  24. };
  25. public static final String[] TROQ_GIANT_GROWTH_2_QUOTES = {
  26. "Troq is the biggest of all!"
  27. };
  28. public static final String[] TROQ_DISTRESS_QUOTES = {"Oof...", "Urk...", "Ack!"
  29. , "Bull!"
  30. , "What's the beef?!"
  31. , "Right in the sirloin!"
  32. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement