test.json 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239
  1. [
  2. {
  3. "tags": [ "lazy" ],
  4. "mood_required": {
  5. "angry_min": 0,
  6. "angry_max": 200
  7. },
  8. "mood_add": {
  9. "angry": 10,
  10. "funny": -10
  11. },
  12. "text": [
  13. "Ich habe {curse} keine Lust",
  14. "Ich will {curse} nicht",
  15. "Ich m�chte {curse} nicht"
  16. ]
  17. },
  18. {
  19. "tags": [ "lazy" ],
  20. "mood_required": {
  21. "angry_min": 200
  22. },
  23. "mood_add": {
  24. "angry": 10,
  25. "funny": -10
  26. },
  27. "text": [
  28. "Ein scheiß werde ich"
  29. ]
  30. },
  31. {
  32. "tags": [ "lazy" ],
  33. "mood_required": {
  34. "angry_min": 80,
  35. "angry_max": 400
  36. },
  37. "mood_add": {
  38. "angry": 10,
  39. "funny": -10
  40. },
  41. "text": [
  42. "Nix da",
  43. "Ich pfief drauf"
  44. ]
  45. },
  46. {
  47. "tags": [ "lazy", "doityourself" ],
  48. "mood_required": {
  49. "angry_min": 80
  50. },
  51. "mood_add": {
  52. "angry": 10,
  53. "funny": -10
  54. },
  55. "text": [
  56. "Mach deinen {badword} alleine",
  57. "Ich geb einen {badword} drauf"
  58. ]
  59. },
  60. {
  61. "tags": [ "!joke", "corona", "viral", "kurzwitz" ],
  62. "mood_add": {
  63. "funny": 10
  64. },
  65. "text": [
  66. "Vorsicht: Coronawitze verbreiten sich viral!"
  67. ]
  68. },
  69. {
  70. "tags": [ "!joke", "sex", "politik", "menister", "sexistisch", "beamte", "kurzwitz" ],
  71. "mood_add": {
  72. "funny": 10
  73. },
  74. "text": [
  75. "Wie heißt der Chinesische Sexminister? Schwing dein Ding"
  76. ]
  77. },
  78. {
  79. "tags": [ "!joke", "sexistisch", "siri", "single", "kurzwitz" ],
  80. "mood_add": {
  81. "funny": 10
  82. },
  83. "text": [
  84. "Fragt eine Frau: Siri, warum bin ich single? Siri öffnet die Frontkamera"
  85. ]
  86. },
  87. {
  88. "tags": [ "!joke", "sexistisch", "Blondinen", "sex", "kurzwitz" ],
  89. "mood_add": {
  90. "funny": 10
  91. },
  92. "text": [
  93. "Womit verhüten Blondinen am liebsten? Mit der Glücksspirale!",
  94. "Was ist eine Blondine auf einer Luftmatratze? Eine Bohrinsel!",
  95. "Wo gehen Blondinen am liebsten einkaufen? Bei Schlecker."
  96. ]
  97. },
  98. {
  99. "tags": [ "!joke", "ddr", "grenze", "kurzwitz" ],
  100. "mood_add": {
  101. "funny": 10
  102. },
  103. "text": [
  104. "Wie war die Stimmung in der DDR? Sie hielt sich in Grenzen"
  105. ]
  106. },
  107. {
  108. "tags": [ "!joke", "ddr", "grenze", "kurzwitz" ],
  109. "mood_add": {
  110. "funny": 10
  111. },
  112. "text": [
  113. "Wie war die Stimmung in der DDR? Sie hielt sich in Grenzen"
  114. ]
  115. },
  116. {
  117. "tags": [ "!joke", "clown", "b�ro", "beamte", "kurzwitz" ],
  118. "mood_add": {
  119. "funny": 10
  120. },
  121. "text": [
  122. "Was macht ein Clown im Büro? Faxen"
  123. ]
  124. },
  125. {
  126. "tags": [ "!joke", "Chuck Norris", "kurzwitz" ],
  127. "mood_add": {
  128. "funny": 10
  129. },
  130. "text": [
  131. "Gott sprach: Es werde Licht! Chuck Norris antwortete: Sag bitte!"
  132. ]
  133. },
  134. {
  135. "tags": [ "!joke", "essen", "lawine", "kurzwitz" ],
  136. "mood_add": {
  137. "funny": 10
  138. },
  139. "text": [
  140. "Was ist weiß und stört beim essen? Eine Lawine"
  141. ]
  142. },
  143. {
  144. "tags": [ "!joke", "sex", "sexistisch", "kurzwitz" ],
  145. "mood_add": {
  146. "funny": 10
  147. },
  148. "text": [
  149. "Kommt ne Frau beim Arzt ..."
  150. ]
  151. },
  152. {
  153. "tags": [ "!joke", "vegan", "veganer", "kurzwitz" ],
  154. "mood_add": {
  155. "funny": 10
  156. },
  157. "text": [
  158. "Veganer bekommen keine Kinder. Sie bekommen Sprösslinge."
  159. ]
  160. },
  161. {
  162. "tags": [ "!joke", "vegan", "veganer", "was ist", "kurzwitz" ],
  163. "mood_add": {
  164. "funny": 10
  165. },
  166. "text": [
  167. "Was ist rot und hat zwei schwarze Streifen? Tomate mit Hosentr�gern."
  168. ]
  169. },
  170. {
  171. "tags": [ "!joke", "was ist", "kurzwitz" ],
  172. "mood_add": {
  173. "funny": 10
  174. },
  175. "text": [
  176. "Was sitzt auf einem Baum und winkt? Ein Huhu ..."
  177. ]
  178. },
  179. {
  180. "tags": [ "!joke", "politik", "politiker", "beamte", "kurzwitz" ],
  181. "mood_add": {
  182. "funny": 10
  183. },
  184. "text": [
  185. "So sieht der erste Triathlon für Beamte aus: Knicken, Lochen, Heften."
  186. ]
  187. },
  188. {
  189. "tags": [ "!joke", "character", "kurzwitz" ],
  190. "mood_add": {
  191. "funny": 10
  192. },
  193. "text": [
  194. "Ich bewundere deine {place_nicer} Gelassenheit. - Das ist {adj_nicer} Desinteresse."
  195. ]
  196. },
  197. {
  198. "tags": [ "!joke", "kurzwitz","boomerang" ],
  199. "mood_add": {
  200. "funny": 10
  201. },
  202. "text": [
  203. "Wie nennt man einen {object_nicer|en} Bumerang der nicht zurück kommt? Stock!"
  204. ]
  205. },
  206. {
  207. "tags": [ "!joke", "kurzwitz", "beamte" ],
  208. "mood_add": {
  209. "funny": 10
  210. },
  211. "text": [
  212. "Welche Beamten stören im Büro am meisten? Die, die im Schlaf reden",
  213. "Warum benutzen Beamte keine Taschentücher? Weil Tempo draufsteht.",
  214. "Der kürzeste Beamtenwitz: Geht ein {person_nicer|er} Beamter zur {badword|} Arbeit ..."
  215. ]
  216. },
  217. {
  218. "tags": [ "!joke", "kurzwitz", "beamte", "brille" ],
  219. "mood_add": {
  220. "funny": 10
  221. },
  222. "text": [
  223. "Warum haben {person_nicer|e} Beamte eine Brille? Damit Sie sich beim Einschlafen nicht mit dem {object_nicer} Bleistift ins {badword} Auge stechen."
  224. ]
  225. },
  226. {
  227. "tags": [ "!joke", "beamte" ],
  228. "mood_add": {
  229. "funny": 10
  230. },
  231. "text": [
  232. "Im Büro sitzen sich zwei Beamte gegenüber: Weißt du, wo mein {object_nicer} Kugelschreiber ist? Ja, hinter deinem {object_nicer} Ohr.Mann, mach es nicht so kompliziert - hinter welchem?",
  233. "Sagt der erste Beamte: Ich hasse es, wenn der {object_nicer} Wecker klingelt und man aus dem {object_nicer} Schlaf gerissen wird. Meint der zweite Beamte: Feierabend ist Feierabend!",
  234. "Treffen sich zwei Beamte auf dem {place_nicer} Büroflur. Sagt der eine zum anderen: Na, kannst du auch nicht einschlafen?"
  235. ]
  236. }
  237. ]