| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- [
- {
- "tags": [ "!rain", "!today" ],
- "items": [
- {
- "mood_required": {
- "angry_min": 100,
- "angry_max": 800
- },
- "text": [
- "Wetter ist {badword}, Regen",
- "Regen, {badword} Wetter"
- ]
- }
- ]
- },
- {
- "tags": [ "!rain", "!today" ],
- "items": [
- {
- "mood_required": {
- "playful": 100,
- "funny_min": 80
- },
- "text": [
- "It's raining man, hallelulya it's raining man"
- ]
- }
- ]
- },
- {
- "tags": [ "!rain", "!today" ],
- "items": [
- {
- "text": [
- "Es wird regnerisch"
- ]
- }
- ]
- },
- {
- "tags": [ "!rain", "!tomorrow" ],
- "items": [
- {
- "text": [
- "Es wird regnerisch"
- ]
- }
- ]
- }
- ]
|