updated responses json
This commit is contained in:
parent
2162cf78cd
commit
fd51a0625f
2
generate
2
generate
@ -1,4 +1,4 @@
|
||||
#!/home/fname/Projects/OpenSource/python-mommy-venv/.venv/bin/python3
|
||||
#!.venv/bin/python3
|
||||
import requests
|
||||
from pathlib import Path
|
||||
import json
|
||||
|
@ -17,6 +17,8 @@
|
||||
"well done~!\n{role} is so happy for you~",
|
||||
"what a good {affectionate_term} you are~",
|
||||
"that's {role}'s clever little {affectionate_term}~",
|
||||
"you're doing so well~!",
|
||||
"you're making {role} so happy~",
|
||||
"{role} loves {pronoun} cute little {affectionate_term}~"
|
||||
],
|
||||
"negative": [
|
||||
@ -24,6 +26,7 @@
|
||||
"don't forget to hydrate~",
|
||||
"aww, you'll get it next time~",
|
||||
"do you need {role}'s help~?",
|
||||
"everything's gonna be ok~",
|
||||
"{role} still loves you no matter what~",
|
||||
"oh no did {role}'s little {affectionate_term} make a big mess~?",
|
||||
"{role} knows {pronoun} little {affectionate_term} can do better~",
|
||||
@ -33,7 +36,26 @@
|
||||
"oh, darling, you're almost there~",
|
||||
"does {role}'s little {affectionate_term} need a bit of a break~?",
|
||||
"oops~! {role} loves you anyways~",
|
||||
"try again for {role}, {affectionate_term}~",
|
||||
"don't worry, {role} knows you can do it~"
|
||||
],
|
||||
"overflow": [
|
||||
"{role} has executed too many times and needs to take a nap~"
|
||||
]
|
||||
},
|
||||
"ominous": {
|
||||
"positive": [
|
||||
"What you have set in motion today will be remembered for aeons to come!",
|
||||
"{role} will see to it that {pronoun} little {affectionate_term}'s name is feared~",
|
||||
"{role} is proud of the evil seed {pronoun} {affectionate_term} has planted into this accursed world"
|
||||
],
|
||||
"negative": [
|
||||
"Ah, failure? {role} will make sure the stars are right next time",
|
||||
"Does {role}'s little {affectionate_term} need more time for worship~?",
|
||||
"May the mark of the beast stain your flesh forever, {role} will haunt your soul forevermore"
|
||||
],
|
||||
"overflow": [
|
||||
"THOU HAST DRUNK TOO DEEPLY OF THE FONT"
|
||||
]
|
||||
},
|
||||
"thirsty": {
|
||||
@ -46,10 +68,11 @@
|
||||
"*pats your butt*\nthat's a good {affectionate_term}~",
|
||||
"*drags {pronoun} nail along your cheek*\nsuch a good {affectionate_term}~",
|
||||
"*bites {pronoun} lip*\nmhmm~",
|
||||
"give {pronoun} a kiss~",
|
||||
"give {role} a kiss~",
|
||||
"*heavy breathing against your neck*"
|
||||
],
|
||||
"negative": [
|
||||
"you're so cute when you're flustered~",
|
||||
"do you think you're going to get a reward from {role} like that~?",
|
||||
"*grabs your hair and pulls your head back*\nyou can do better than that for {role} can't you~?",
|
||||
"if you don't learn how to code better, {role} is going to put you in time-out~",
|
||||
@ -58,6 +81,9 @@
|
||||
"gosh you must be flustered~",
|
||||
"are you just keysmashing now~?\ncute~",
|
||||
"is {role}'s little {affectionate_term} having trouble reaching the keyboard~?"
|
||||
],
|
||||
"overflow": [
|
||||
"you've been a bad little {affectionate_term} and worn out {role}~"
|
||||
]
|
||||
},
|
||||
"yikes": {
|
||||
@ -71,7 +97,10 @@
|
||||
"{role} is getting hot~",
|
||||
"that's a good {denigrating_term}~",
|
||||
"yes~\nyes~~\nyes~~~",
|
||||
"{role}'s going to keep {pronoun} good little {denigrating_term}~"
|
||||
"{role}'s going to keep {pronoun} good little {denigrating_term}~",
|
||||
"open wide {denigrating_term}.\nyou've earned {role}'s {part}~",
|
||||
"do you want {role}'s {part}?\nkeep this up and you'll earn it~",
|
||||
"oooh~ what a good {denigrating_term} you are~"
|
||||
],
|
||||
"negative": [
|
||||
"you filthy {denigrating_term}~\nyou made a mess, now clean it up~\nwith your tongue~",
|
||||
@ -83,7 +112,14 @@
|
||||
"{role} doesn't think {pronoun} little {denigrating_term} should have permission to wear clothes anymore~",
|
||||
"never forget you belong to {role}~",
|
||||
"does {role} need to put you in the {denigrating_term} wiggler~?",
|
||||
"{role} is starting to wonder if you should just give up and become {pronoun} breeding stock~"
|
||||
"{role} is starting to wonder if you should just give up and become {pronoun} breeding stock~",
|
||||
"on your knees {denigrating_term}~",
|
||||
"oh dear. {role} is not pleased",
|
||||
"one spank per error sounds appropriate, don't you think {denigrating_term}?",
|
||||
"no more {part} for you {denigrating_term}"
|
||||
],
|
||||
"overflow": [
|
||||
"brats like you don't get to talk to {role}"
|
||||
]
|
||||
}
|
||||
},
|
||||
@ -108,9 +144,7 @@
|
||||
]
|
||||
},
|
||||
"role": {
|
||||
"defaults": [
|
||||
"mommy"
|
||||
]
|
||||
"defaults": []
|
||||
},
|
||||
"affectionate_term": {
|
||||
"defaults": [
|
||||
|
Loading…
x
Reference in New Issue
Block a user