Replacer.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. {
  2. "badword": [
  3. {
  4. "mood_required": {
  5. "angry_max": 100
  6. },
  7. "text": [
  8. "blöd",
  9. "mieß",
  10. "doof"
  11. ]
  12. },
  13. {
  14. "mood_required": {
  15. "angry_min": 80,
  16. "angry_max": 200
  17. },
  18. "text": [
  19. "übel",
  20. "kacke"
  21. ]
  22. },
  23. {
  24. "mood_required": {
  25. "angry_min": 180,
  26. "angry_max": 400
  27. },
  28. "text": [
  29. "kacke",
  30. "bescheuert"
  31. ]
  32. },
  33. {
  34. "mood_required": {
  35. "angry_min": 400,
  36. "angry_max": 800
  37. },
  38. "text": [
  39. "scheiße",
  40. "bescheuert",
  41. "verkackt"
  42. ]
  43. },
  44. {
  45. "mood_required": {
  46. "angry_min": 600
  47. },
  48. "text": [
  49. "verfickt"
  50. ]
  51. }
  52. ],
  53. "curse": [
  54. {
  55. "mood_required": {
  56. "angry_min": 200
  57. },
  58. "text": [
  59. "verdammt noch mal"
  60. ]
  61. }
  62. ],
  63. "person_nicer": [
  64. ],
  65. "object_nicer": [
  66. {
  67. "mood_required": {
  68. "playfull": 100
  69. },
  70. "text": [
  71. "niedlich",
  72. "kjut",
  73. "putzig"
  74. ]
  75. },
  76. {
  77. "mood_required": {
  78. "horny": 100
  79. },
  80. "text": [
  81. "geil",
  82. "rollig"
  83. ]
  84. }
  85. ],
  86. "place_nicer": [
  87. {
  88. "mood_required": {
  89. "playfull": 100
  90. },
  91. "text": [
  92. "niedlich",
  93. "kjut",
  94. "putzig",
  95. "süß"
  96. ]
  97. },
  98. {
  99. "mood_required": {
  100. "horny": 100
  101. },
  102. "text": [
  103. "geil",
  104. "rollig"
  105. ]
  106. }
  107. ]
  108. }