| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108 |
- {
- "badword": [
- {
- "mood_required": {
- "angry_max": 100
- },
- "text": [
- "blöd",
- "mieß",
- "doof"
- ]
- },
- {
- "mood_required": {
- "angry_min": 80,
- "angry_max": 200
- },
- "text": [
- "übel",
- "kacke"
- ]
- },
- {
- "mood_required": {
- "angry_min": 180,
- "angry_max": 400
- },
- "text": [
- "kacke",
- "bescheuert"
- ]
- },
- {
- "mood_required": {
- "angry_min": 400,
- "angry_max": 800
- },
- "text": [
- "scheiße",
- "bescheuert",
- "verkackt"
- ]
- },
- {
- "mood_required": {
- "angry_min": 600
- },
- "text": [
- "verfickt"
- ]
- }
- ],
- "curse": [
- {
- "mood_required": {
- "angry_min": 200
- },
- "text": [
- "verdammt noch mal"
- ]
- }
- ],
- "person_nicer": [
- ],
- "object_nicer": [
- {
- "mood_required": {
- "playfull": 100
- },
- "text": [
- "niedlich",
- "kjut",
- "putzig"
- ]
- },
- {
- "mood_required": {
- "horny": 100
- },
- "text": [
- "geil",
- "rollig"
- ]
- }
- ],
- "place_nicer": [
- {
- "mood_required": {
- "playfull": 100
- },
- "text": [
- "niedlich",
- "kjut",
- "putzig",
- "süß"
- ]
- },
- {
- "mood_required": {
- "horny": 100
- },
- "text": [
- "geil",
- "rollig"
- ]
- }
- ]
- }
|