weather.json 822 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. [
  2. {
  3. "tags": [ "!rain", "!today" ],
  4. "items": [
  5. {
  6. "mood_required": {
  7. "angry_min": 100,
  8. "angry_max": 800
  9. },
  10. "text": [
  11. "Wetter ist {badword}, Regen",
  12. "Regen, {badword} Wetter"
  13. ]
  14. }
  15. ]
  16. },
  17. {
  18. "tags": [ "!rain", "!today" ],
  19. "items": [
  20. {
  21. "mood_required": {
  22. "playful": 100,
  23. "funny_min": 80
  24. },
  25. "text": [
  26. "It's raining man, hallelulya it's raining man"
  27. ]
  28. }
  29. ]
  30. },
  31. {
  32. "tags": [ "!rain", "!today" ],
  33. "items": [
  34. {
  35. "text": [
  36. "Es wird regnerisch"
  37. ]
  38. }
  39. ]
  40. },
  41. {
  42. "tags": [ "!rain", "!tomorrow" ],
  43. "items": [
  44. {
  45. "text": [
  46. "Es wird regnerisch"
  47. ]
  48. }
  49. ]
  50. }
  51. ]