diff options
author | Daniel Weipert <git@mail.dweipert.de> | 2025-03-10 18:22:09 +0100 |
---|---|---|
committer | Daniel Weipert <git@mail.dweipert.de> | 2025-03-10 18:22:09 +0100 |
commit | 440020e642f539079867577435a9f8b02075699b (patch) | |
tree | 99acccfc1574a8ffc656d6f64ff934949edb1f52 /addons/YouCanDoIt/Text |
Diffstat (limited to 'addons/YouCanDoIt/Text')
-rw-r--r-- | addons/YouCanDoIt/Text/Messages.json | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/addons/YouCanDoIt/Text/Messages.json b/addons/YouCanDoIt/Text/Messages.json new file mode 100644 index 0000000..3c2d12f --- /dev/null +++ b/addons/YouCanDoIt/Text/Messages.json @@ -0,0 +1,57 @@ +{ + "Nice": [ + "good work! :3", + "keep at it! c:", + "rawr! so cool!!", + "WOW!", + "need some hewp?", + "um.. w-what are you working on?", + "that's amazing! (∗•ω•∗)", + "s-sorryy.. am i interrupt?", + "you can do it!!", + "you sure you don't need a break? (´・ω・`)", + "this is gonna be soo cool!", + "keep working hard senpai!", + "can you teach me?", + "just a little more!", + "i love it!", + "are you oki?", + "uhm... drink time?", + "boo.. did i scare you? (’・w・’)", + ], + "Mean": [ + "Hmph!", + "Baka!", + "Do better!", + ">:C", + "*pout*", + "Idiot!", + "Stupid head!", + "It's not like I'm proud of you or anything!", + "It's not like I care about your work or anything!", + "Finish it already!", + "Geez, stop pushing yourself!", + "Could you be any more clueless?", + "It doesn't work!", + "Finish it faster!", + "Blehh!", + "You suck! (◔_◔)", + "Useless!", + "Take care of yourself!", + "Aren't you going to drink anything?", + ], + "Chill": [ + "Very good.", + "Congratulations.", + "Keep it up!", + "That's smart.", + "I like your thinking.", + "That's a good idea.", + "Neat.", + "Interesting..", + "Very clever.", + "Huh.", + "Did you save your work?", + "Take a deep breath.", + ], +} |