Files
persona5-negotiation/index.md

3421 lines
62 KiB
Markdown

<div class="input-group">
<input class="form-control py-2 border-right-0 border" type="text" id="searchBar" onkeyup="filterQuestions()" placeholder="Search for questions.." title="Type in a question">
<span class="input-group-append">
<div class="input-group-text bg-transparent"><i class="fa fa-search"></i></div>
</span>
</div>
<script>
function filterQuestions() {
var input, filter, div, table, th, txtValue;
input = document.getElementById("searchBar");
filter = input.value.toUpperCase();
div = document.getElementById("questions");
table = div.getElementsByTagName("table");
for (i = 0; i < table.length; i++) {
th = table[i].getElementsByTagName("th")[0];
txtValue = th.textContent || th.innerText;
if (txtValue.toUpperCase().indexOf(filter) > -1) {
table[i].style.display = "";
} else {
table[i].style.display = "none";
}
}
}
</script>
<div id="questions">
<table>
<tr>
<th colspan="2">...You know what I'm getting' at, right? You think you could let me go see my girl?</th>
</tr>
<tr>
<td>Nope.</td>
<td>GOOD - IRRITABLE</td>
</tr>
<tr>
<td>She probably left.</td>
<td>OK - IRRITABLE
<br>BAD - GLOOMY</td>
</tr>
<tr>
<td>What kind of girl is she?</td>
<td>GOOD - TIMID
<br>OK - IRRITABLE</td>
</tr>
</table>
<table>
<tr>
<th colspan="2">Hey, sonny if somethin's been botherin' you. I'm willing to give you a listen.</th>
</tr>
<tr>
<td>My relationships...</td>
<td>GOOD - IRRITABLE</td>
</tr>
<tr>
<td>My future...</td>
<td>GOOD - TIMID
<br>BAD - IRRITABLE</td>
</tr>
<tr>
<td>I have no worries.</td>
<td></td>
</tr>
</table>
<table>
<tr>
<th colspan="2">Have you made an appointment, ho?</th>
</tr>
<tr>
<td>I have.</td>
<td>OK - GLOOMY</td>
</tr>
<tr>
<td>That's not it.</td>
<td></td>
</tr>
<tr>
<td>Just tell me what you know.</td>
<td></td>
</tr>
</table>
<table>
<tr>
<th colspan="2">I wish I could see what kind of parents raised you to run loose and wreak havoc like this.</th>
</tr>
<tr>
<td>I can't show you now.</td>
<td>BAD - GLOOMY</td>
</tr>
<tr>
<td>I won't show you.</td>
<td></td>
</tr>
<tr>
<td>Leave my parents out of this.</td>
<td></td>
</tr>
</table>
<table>
<tr>
<th colspan="2">Hey, if you got any medicine, lend me some. They're supposed ta work miracles, right...?</th>
</tr>
<tr>
<td>Are you OK?</td>
<td></td>
</tr>
<tr>
<td>What kind of medicine?</td>
<td>GOOD - GLOOMY</td>
</tr>
<tr>
<td>That won't change anything?</td>
<td></td>
</tr>
</table>
<table>
<tr>
<th colspan="2">...Who the blazes do you think you are?</th>
</tr>
<tr>
<td>I feel bad about that.</td>
<td></td>
</tr>
<tr>
<td>I'm ME!</td>
<td>GOOD - IRRITABLE</td>
</tr>
<tr>
<td>I don't have to answer you.</td>
<td></td>
</tr>
</table>
<table>
<tr>
<th colspan="2">Maybe I should try something new! I don't want to fall into mediocrity, ho...</th>
</tr>
<tr>
<td>You're fine as is.</td>
<td>GOOD - TIMID
<br>BAD - GLOOMY</td>
</tr>
<tr>
<td>Your act is a bit stale...</td>
<td></td>
</tr>
<tr>
<td>Time for a makeover.</td>
<td></td>
</tr>
</table>
<table>
<tr>
<th colspan="2">Hell, I got all sorta girls lined up if you're into that.</th>
</tr>
<tr>
<td>Really?</td>
<td>GOOD - GLOOMY</td>
</tr>
<tr>
<td>You're trying way too hard.</td>
<td>GOOD - IRRITABLE
<br>GOOD - UPBEAT
<br>OK - TIMID</td>
</tr>
<tr>
<td>I'm not interested.</td>
<td></td>
</tr>
</table>
<table>
<tr>
<th colspan="2">How 'bout we have an interview? You're the winner, after all. I'll listen to whatever you gotta say.</th>
</tr>
<tr>
<td>I feel great.</td>
<td></td>
</tr>
<tr>
<td>I want to aim higher.</td>
<td>OK - TIMID
<br>OK - UPBEAT</td>
</tr>
<tr>
<td>Fighting is pointless.</td>
<td></td>
</tr>
</table>
<table>
<tr>
<th colspan="2">Hey. So whaddya think when you think about the future?</th>
</tr>
<tr>
<td>An average level of happiness.</td>
<td></td>
</tr>
<tr>
<td>Live fast, die young.</td>
<td>OK - UPBEAT</td>
</tr>
<tr>
<td>I just want to enjoy the now.</td>
<td></td>
</tr>
</table>
<table>
<tr>
<th colspan="2">You carry a gun because you think it'll make you more popular with the girls?</th>
</tr>
<tr>
<td>That's right.</td>
<td>BAD - GLOOMY</td>
</tr>
<tr>
<td>It won't?</td>
<td>GOOD - GLOOMY</td>
</tr>
<tr>
<td>It's for self-improvement.</td>
<td>GOOD - TIMID
<br>OK - GLOOMY</td>
</tr>
</table>
<table>
<tr>
<th colspan="2">It's no fun going home when only my annoying mom and dad are there.</th>
</tr>
<tr>
<td>Parents are annoying.</td>
<td>GOOD - IRRITABLE
<br>OK - TIMID</td>
</tr>
<tr>
<td>You should love your parents.</td>
<td></td>
</tr>
<tr>
<td>Make sure you go home.</td>
<td>OK - GLOOMY</td>
</tr>
</table>
<table>
<tr>
<th colspan="2">Me not understand in what way you superior to me...</th>
</tr>
<tr>
<td>I'm younger than you.</td>
<td>OK - IRRITABLE</td>
</tr>
<tr>
<td>I'm cuter than you.</td>
<td></td>
</tr>
<tr>
<td>I'm better at small talk.</td>
<td>GOOD - IRRITABLE
<br>GOOD - TIMID
<br>GOOD - UPBEAT</td>
</tr>
</table>
<table>
<tr>
<th colspan="2">You go back to your mother' arms. You need take nap now.</th>
</tr>
<tr>
<td>I'm not that young.</td>
<td></td>
</tr>
<tr>
<td>I'm not sleepy yet.</td>
<td>GOOD - UPBEAT</td>
</tr>
<tr>
<td>Mom will wait till I'm done.</td>
<td>GOOD - IRRITABLE
<br>GOOD - TIMID</td>
</tr>
</table>
<table>
<tr>
<th colspan="2">I insist you surrender yourself to the authorities.</th>
</tr>
<tr>
<td>This is a misunderstanding.</td>
<td>GOOD - TIMID</td>
</tr>
<tr>
<td>I don't have the time.</td>
<td>OK - GLOOMY</td>
</tr>
<tr>
<td>You've got the wrong idea.</td>
<td>OK - IRRITABLE
<br>BAD - GLOOMY</td>
</tr>
</table>
<table>
<tr>
<th colspan="2">But is it fair to the others if I find this happiness, leaving them all in the dust?</th>
</tr>
<tr>
<td>I think it's fine.</td>
<td></td>
</tr>
<tr>
<td>What's wrong with that?</td>
<td></td>
</tr>
<tr>
<td>You're too self-conscious.</td>
<td>BAD - GLOOMY</td>
</tr>
</table>
<table>
<tr>
<th colspan="2">I occasionally wish to pamper myself as a reward for working hard. How would you do that?</th>
</tr>
<tr>
<td>Relax at home.</td>
<td>OK - IRRITABLE
<br>OK - UPBEAT
<br>BAD - GLOOMY</td>
</tr>
<tr>
<td>Go impulse shopping.</td>
<td>GOOD - GLOOMY</td>
</tr>
<tr>
<td>Don't be so selfish.</td>
<td></td>
</tr>
</table>
<table>
<tr>
<th colspan="2">Why're you so desperate?</th>
</tr>
<tr>
<td>I don't want to die.</td>
<td>GOOD - GLOOMY</td>
</tr>
<tr>
<td>There's something I must do.</td>
<td>GOOD - TIMID
<br>OK - GLOOMY</td>
</tr>
<tr>
<td>I'm not desperate.</td>
<td>GOOD - IRRITABLE</td>
</tr>
</table>
<table>
<tr>
<th colspan="2">That's whack, man. Maybe you should get your head checked out.</th>
</tr>
<tr>
<td>I probably should.</td>
<td>GOOD - GLOOMY</td>
</tr>
<tr>
<td>I'm fine as is.</td>
<td>GOOD - IRRITABLE
<br>OK - TIMID</td>
</tr>
<tr>
<td>You're a sore loser.</td>
<td>OK - UPBEAT</td>
</tr>
</table>
<table>
<tr>
<th colspan="2">Care to explain yourself? I certainly hope you have a good reason for this boorish treatment.</th>
</tr>
<tr>
<td>It'd take a while to explain.</td>
<td>GOOD - GLOOMY</td>
</tr>
<tr>
<td>There's no need to explain.</td>
<td></td>
</tr>
<tr>
<td>Just shut up.</td>
<td></td>
</tr>
</table>
<table>
<tr>
<th colspan="2">Why have you decided to be more communicative with me?</th>
</tr>
<tr>
<td>Your looks.</td>
<td>OK - GLOOMY</td>
</tr>
<tr>
<td>You seemed useful.</td>
<td>GOOD - GLOOMY</td>
</tr>
<tr>
<td>No particular reason.</td>
<td></td>
</tr>
</table>
<table>
<tr>
<th colspan="2">...So? What's going to happen to me now?</th>
</tr>
<tr>
<td>You'll be killed.</td>
<td>GOOD - IRRITABLE</td>
</tr>
<tr>
<td>What do you want to happen?</td>
<td>GOOD - UPBEAT</td>
</tr>
<tr>
<td>It's a secret.</td>
<td>GOOD - UPBEAT</td>
</tr>
</table>
<table>
<tr>
<th colspan="2">Do you have a dish you're good at?</th>
</tr>
<tr>
<td>Fried rice.</td>
<td></td>
</tr>
<tr>
<td>Spaghetti carbonara</td>
<td>GOOD - UPBEAT</td>
</tr>
<tr>
<td>What are you saying?</td>
<td></td>
</tr>
</table>
<table>
<tr>
<th colspan="2">I wanted to go on vacation, too, before all this happened...</th>
</tr>
<tr>
<td>That's too bad.</td>
<td></td>
</tr>
<tr>
<td>What are you getting at?</td>
<td>GOOD - UPBEAT</td>
</tr>
<tr>
<td>You have a boyfriend?</td>
<td>OK - UPBEAT</td>
</tr>
</table>
<table class="notCertain">
<tr>
<th colspan="2">...I'm not going to go easy on you for doing something like this, you know...</th>
</tr>
<tr>
<td>I'm sorry.</td>
<td>GOOD - IRRITABLE
<br>OK - UPBEAT
<br>BAD - UPBEAT</td>
</tr>
<tr>
<td>Prepare for the worst.</td>
<td>BAD - GLOOMY</td>
</tr>
<tr>
<td>How much do you want?</td>
<td>GOOD - UPBEAT
<br>BAD - IRRITABLE
<br>BAD - UPBEAT</td>
</tr>
</table>
<table>
<tr>
<th colspan="2">You do understand that I'm here because people like you exist, right?</th>
</tr>
<tr>
<td>I never thought of that.</td>
<td>GOOD - IRRITABLE</td>
</tr>
<tr>
<td>Eh, doesn't matter.</td>
<td>BAD - UPBEAT</td>
</tr>
<tr>
<td>What do you mean?</td>
<td>BAD - UPBEAT</td>
</tr>
</table>
<table>
<tr>
<th colspan="2">Confess your sins.</th>
</tr>
<tr>
<td>I apologize.</td>
<td></td>
</tr>
<tr>
<td>I think... I was wrong.</td>
<td></td>
</tr>
<tr>
<td>No chance.</td>
<td>GOOD - IRRITABLE</td>
</tr>
</table>
<table>
<tr>
<th colspan="2">You, who reside in that world of the almighty, what is it that has beleaguered you so?</th>
</tr>
<tr>
<td>The world is almighty?</td>
<td></td>
</tr>
<tr>
<td>I'm not beleaguered.</td>
<td></td>
</tr>
<tr>
<td>My "dad" isn't almighty.</td>
<td>OK - IRRITABLE</td>
</tr>
</table>
<table>
<tr>
<th colspan="2">It is to become aware of the gaze of our Father who watches over you with loving grace</th>
</tr>
<tr>
<td>What are you talking about?</td>
<td>GOOD - IRRITABLE</td>
</tr>
<tr>
<td>I feel his gaze.</td>
<td></td>
</tr>
<tr>
<td>I don't think so.</td>
<td></td>
</tr>
</table>
<table>
<tr>
<th colspan="2">Can you sacrifice yourself in order to demonstrate your adoration of our Father?</th>
</tr>
<tr>
<td>I can.</td>
<td></td>
</tr>
<tr>
<td>I can't.</td>
<td></td>
</tr>
<tr>
<td>I don't adore him.</td>
<td>GOOD - IRRITABLE</td>
</tr>
</table>
<table>
<tr>
<th colspan="2">I wonder if us speaking together like this now means that we are somehow connected...</th>
</tr>
<tr>
<td>Eh, could be.</td>
<td></td>
</tr>
<tr>
<td>No, I don't think so.</td>
<td>GOOD - IRRITABLE</td>
</tr>
<tr>
<td>It's what we call destiny.</td>
<td>GOOD - UPBEAT</td>
</tr>
</table>
<table>
<tr>
<th colspan="2">What you thinking now?</th>
</tr>
<tr>
<td>I have homework tonight.</td>
<td>GOOD - TIMID</td>
</tr>
<tr>
<td>I need a new cell phone.</td>
<td>OK - IRRITABLE
<br>BAD - GLOOMY</td>
</tr>
<tr>
<td>I want girls to like me.</td>
<td>GOOD - GLOOMY</td>
</tr>
</table>
<table>
<tr>
<th colspan="2">Me guessing you have power that me not have. But what is it...?</th>
</tr>
<tr>
<td>It's my intelligence.</td>
<td>GOOD - IRRITABLE
<br>GOOD - TIMID</td>
</tr>
<tr>
<td>It's money.</td>
<td></td>
</tr>
<tr>
<td>Girl power.</td>
<td>OK - TIMID</td>
</tr>
</table>
<table class="notCertain">
<tr>
<th colspan="2">Humans always want either an autograph or a self-hee, ho. Which is it, ho?</th>
</tr>
<tr>
<td>I want an autograph.</td>
<td>>OK - TIMID
<br>BAD - GLOOMY</td>
</tr>
<tr>
<td>I want a photo.</td>
<td>GOOD - TIMID (?)</td>
</tr>
<tr>
<td>Give me your credit card.</td>
<td>BAD - TIMID (?)</td>
</tr>
</table>
<table>
<tr>
<th colspan="2">My only choice now... is to retire, ho.</th>
</tr>
<tr>
<td>That's too far.</td>
<td>OK - UPBEAT</td>
</tr>
<tr>
<td>What are your plans?</td>
<td>OK - GLOOMY</td>
</tr>
<tr>
<td>You had a good run...</td>
<td></td>
</tr>
</table>
<table>
<tr>
<th colspan="2">...I gotta ask. How do you train?</th>
</tr>
<tr>
<td>I don't really train.</td>
<td>GOOD - GLOOMY
<br>GOOD - IRRITABLE</td>
</tr>
<tr>
<td>I just have a knack for it.</td>
<td>OK - GLOOMY
<br>BAD - IRRITABLE</td>
</tr>
<tr>
<td>Luck's usually on my side.</td>
<td>GOOD - UPBEAT
<br>OK - TIMID</td>
</tr>
</table>
<table>
<tr>
<th colspan="2">In the end, killin' me's just a waste of yer time and energy. You get what I'm sayin', right?</th>
</tr>
<tr>
<td>When you put it that way...</td>
<td></td>
</tr>
<tr>
<td>It's not a waste.</td>
<td>BAD - IRRITABLE</td>
</tr>
<tr>
<td>Enemies must be eliminated.</td>
<td></td>
</tr>
</table>
<table>
<tr>
<th colspan="2">And if that's the case, why don't you just stop this futile endeavor? It's meaningless...</th>
</tr>
<tr>
<td>You have a point there...</td>
<td></td>
</tr>
<tr>
<td>I can't stop.</td>
<td>GOOD - IRRITABLE</td>
</tr>
<tr>
<td>I'll find meaning in it.</td>
<td>GOOD - UPBEAT</td>
</tr>
</table>
<table>
<tr>
<th colspan="2">Hey mister, if I grew up, what do you think the future me would've been like?</th>
</tr>
<tr>
<td>A fashionable older woman.</td>
<td></td>
</tr>
<tr>
<td>A weathly housewife.</td>
<td>GOOD - IRRITABLE</td>
</tr>
<tr>
<td>Living in the darkness.</td>
<td></td>
</tr>
</table>
<table>
<tr>
<th colspan="2">I'll go out with you just for today if there are no strings attached.</th>
</tr>
<tr>
<td>If it pleases you.</td>
<td>GOOD - IRRITABLE</td>
</tr>
<tr>
<td>No strings attached?</td>
<td>GOOD - GLOOMY</td>
</tr>
<tr>
<td>I've got enough on my plate...</td>
<td></td>
</tr>
</table>
<table>
<tr>
<th colspan="2">Couldn't you at least make me a cup of tea or somethin'? Hell, that'd be real polite.</th>
</tr>
<tr>
<td>I don't have any.</td>
<td>GOOD - IRRITABLE
<br>GOOD - TIMID
<br>GOOD - UPBEAT</td>
</tr>
<tr>
<td>Brew your own.</td>
<td>BAD - IRRITABLE</td>
</tr>
<tr>
<td>I'm not hospitable.</td>
<td>OK - IRRITABLE</td>
</tr>
</table>
<table>
<tr>
<th colspan="2">...How 'bout you, sonny? What kinda trip do you wanna take?</th>
</tr>
<tr>
<td>A luxury cruise.</td>
<td></td>
</tr>
<tr>
<td>A hitchhiking adventure.</td>
<td>GOOD - UPBEAT</td>
</tr>
<tr>
<td>A trip to hell.</td>
<td>GOOD - GLOOMY
<br>BAD - IRRITABLE</td>
</tr>
</table>
<table>
<tr>
<th colspan="2">So... You enjoy teasing older women like this?</th>
</tr>
<tr>
<td>I had no intention. </td>
<td></td>
</tr>
<tr>
<td>It is fun, actually.</td>
<td>GOOD - UPBEAT</td>
</tr>
<tr>
<td>I'm serious.</td>
<td></td>
</tr>
</table>
<table>
<tr>
<th colspan="2">Is there a reason why I just can't beat you?</th>
</tr>
<tr>
<td>I'm younger, that's all.</td>
<td></td>
</tr>
<tr>
<td>I've totally got girl power.</td>
<td>GOOD - UPBEAT</td>
</tr>
<tr>
<td>Figure it out yourself.</td>
<td></td>
</tr>
</table>
<table>
<tr>
<th colspan="2">That's how I feel. And is it not pitiable when one denies one's feelings to oneself?</th>
</tr>
<tr>
<td>It is a difficult topic.</td>
<td></td>
</tr>
<tr>
<td>But the outcome is clear.</td>
<td></td>
</tr>
<tr>
<td>It's mature to admit defeat.</td>
<td>OK - UPBEAT</td>
</tr>
</table>
<table>
<tr>
<th colspan="2">I've been sending you serious "don't speak to me" vibes.</th>
</tr>
<tr>
<td>I noticed.</td>
<td>GOOD - UPBEAT</td>
</tr>
<tr>
<td>I didn't see any "vibes."</td>
<td>GOOD - TIMID
<br>BAD - UPBEAT</td>
</tr>
<tr>
<td>But we may never meet again...</td>
<td></td>
</tr>
</table>
<table>
<tr>
<th colspan="2">Know how they say, "Be kind ta yer elders"? Has no one ever taught you that?</th>
</tr>
<tr>
<td>Someone did once.</td>
<td>GOOD - TIMID</td>
</tr>
<tr>
<td>I don't care.</td>
<td></td>
</tr>
<tr>
<td>I don't want to grow old.</td>
<td></td>
</tr>
</table>
<table>
<tr>
<th colspan="2">Is there really any benefit for me if I joined with you?</th>
</tr>
<tr>
<td>I think there is.</td>
<td>GOOD - TIMID
<br>GOOD - UPBEAT</td>
</tr>
<tr>
<td>I can't promise that.</td>
<td></td>
</tr>
<tr>
<td>It's a matter of feeling.</td>
<td></td>
</tr>
</table>
<table>
<tr>
<th colspan="2">Why you come all the way here?</th>
</tr>
<tr>
<td>I'm here for the food.</td>
<td>GOOD - IRRITABLE</td>
</tr>
<tr>
<td>I'm here for the women.</td>
<td>OK - TIMID</td>
</tr>
<tr>
<td>I'm here to find myself.</td>
<td>GOOD - TIMID</td>
</tr>
</table>
<table>
<tr>
<th colspan="2">Me want to ask some recommendations, so me can at least imagine.</th>
</tr>
<tr>
<td>Bread dipped in coffee.</td>
<td>GOOD - TIMID</td>
</tr>
<tr>
<td>Ice cream off the carton lid.</td>
<td>GOOD - IRRITABLE</td>
</tr>
<tr>
<td>Hunger is the best spice.</td>
<td>BAD - IRRITABLE</td>
</tr>
</table>
<table>
<tr>
<th colspan="2">If that's true, then I don't think there's any real point in killing me...</th>
</tr>
<tr>
<td>Of course, there's a point.</td>
<td></td>
</tr>
<tr>
<td>Don't be ridiculous.</td>
<td>OK - IRRITABLE</td>
</tr>
<tr>
<td>Then who's the real enemy?</td>
<td></td>
</tr>
</table>
<table>
<tr>
<th colspan="2">When you were little, what did you wanna be when you grow up?</th>
</tr>
<tr>
<td>A pro athlete.</td>
<td></td>
</tr>
<tr>
<td>A famous celebrity.</td>
<td>BAD - UPBEAT</td>
</tr>
<tr>
<td>A winner in society.</td>
<td></td>
</tr>
</table>
<table>
<tr>
<th colspan="2">Maybe kids got spanked a long time ago, but people don't do that anymore, right?</th>
</tr>
<tr>
<td>I didn't know that.</td>
<td>GOOD - UPBEAT</td>
</tr>
<tr>
<td>You need a good spanking.</td>
<td></td>
</tr>
<tr>
<td>Some things are timeless.</td>
<td>BAD - UPBEAT</td>
</tr>
</table>
<table>
<tr>
<th colspan="2">Do you think they really mean it all the time?</th>
</tr>
<tr>
<td>Yes.</td>
<td></td>
</tr>
<tr>
<td>No, but they say it anyway.</td>
<td></td>
</tr>
<tr>
<td>I'm cuter than most kids.</td>
<td>GOOD - GLOOMY
<br>GOOD - UPBEAT</td>
</tr>
</table>
<table>
<tr>
<th colspan="2">What do you think about humans showing pictures of their baby to others?</th>
</tr>
<tr>
<td>It's cute.</td>
<td>GOOD - TIMID</td>
</tr>
<tr>
<td>I'm not interested.</td>
<td></td>
</tr>
<tr>
<td>What are you talking about?</td>
<td></td>
</tr>
</table>
<table>
<tr>
<th colspan="2">Man, I'm about ta be a victim of that too. Hell, does this country even have a future?</th>
</tr>
<tr>
<td>It does.</td>
<td>OK - UPBEAT</td>
</tr>
<tr>
<td>Don't expect it.</td>
<td>GOOD - UPBEAT</td>
</tr>
<tr>
<td>The elderly have bad manners.</td>
<td>GOOD - IRRITABLE
<br>BAD - GLOOMY</td>
</tr>
</table>
<table>
<tr>
<th colspan="2">Do you not understand the severity of your action?</th>
</tr>
<tr>
<td>Sin...?</td>
<td></td>
</tr>
<tr>
<td>Cut to the chase.</td>
<td></td>
</tr>
<tr>
<td>I've done nothing wrong.</td>
<td>OK - IRRITABLE</td>
</tr>
</table>
<table>
<tr>
<th colspan="2">What do you hope to accomplish by injuring me further...?</th>
</tr>
<tr>
<td>More sleep.</td>
<td></td>
</tr>
<tr>
<td>Popularity.</td>
<td>OK - IRRITABLE</td>
</tr>
<tr>
<td>There's no end if I start.</td>
<td>OK - IRRITABLE</td>
</tr>
</table>
<table>
<tr>
<th colspan="2">Guess what I want you to read to me before you tuck me into bed!</th>
</tr>
<tr>
<td>I'm not your dad.</td>
<td></td>
</tr>
<tr>
<td>Ask someone else.</td>
<td></td>
</tr>
<tr>
<td>I'll make your sleep eternal.</td>
<td>GOOD - IRRITABLE</td>
</tr>
</table>
<table>
<tr>
<th colspan="2">When you eat curry, mister, what do you like to add?</th>
</tr>
<tr>
<td>Soy sauce.</td>
<td>GOOD - IRRITABLE
<br>GOOD - TIMID</td>
</tr>
<tr>
<td>Worcestershire sauce.</td>
<td>BAD - TIMID</td>
</tr>
<tr>
<td>I don't add anything.</td>
<td>BAD - TIMID</td>
</tr>
</table>
<table>
<tr>
<th colspan="2">I lost. Here I lay, at your feet, at your mercy. Just what do you want from me?</th>
</tr>
<tr>
<td>Give me something.</td>
<td>GOOD - IRRITABLE
<br>OK - UPBEAT</td>
</tr>
<tr>
<td>Grovel before me.</td>
<td>GOOD - UPBEAT
<br>OK - IRRITABLE</td>
</tr>
<tr>
<td>I don't know.</td>
<td>BAD - IRRITABLE</td>
</tr>
</table>
<table class="notCertain">
<tr>
<th colspan="2">Honestly, aren't I, like, a (?) better girl than those idols?</th>
</tr>
<tr>
<td>You're more unique.</td>
<td></td>
</tr>
<tr>
<td>Idols are the best!</td>
<td></td>
</tr>
<tr>
<td>Who cares about idols?</td>
<td>OK - IRRITABLE</td>
</tr>
</table>
<table>
<tr>
<th colspan="2">Are all the kids these days doin' stuff like this?</th>
</tr>
<tr>
<td>Yeah, we sure are.</td>
<td></td>
</tr>
<tr>
<td>No, I thought this up myself.</td>
<td></td>
</tr>
<tr>
<td>Want to join in?</td>
<td>OK - TIMID</td>
</tr>
</table>
<table>
<tr>
<th colspan="2">You not worry you get in trouble if those groups hear what you are doing to me?</th>
</tr>
<tr>
<td>You're right.</td>
<td>GOOD - IRRITABLE
<br>GOOD - TIMID</td>
</tr>
<tr>
<td>I don't care.</td>
<td>GOOD - UPBEAT</td>
</tr>
<tr>
<td>You're not an animal.</td>
<td>GOOD - IRRITABLE</td>
</tr>
</table>
<table>
<tr>
<th colspan="2">You given much thought, what if you go to place where you could die at any moment?</th>
</tr>
<tr>
<td>I've thought about it.</td>
<td></td>
</tr>
<tr>
<td>I don't want kids.</td>
<td>GOOD - IRRITABLE
<br>OK - UPBEAT</td>
</tr>
<tr>
<td>I'm not comfortable with this.</td>
<td></td>
</tr>
</table>
<table>
<tr>
<th colspan="2">If that's the plan, well, you better make sure I'm satisfied.</th>
</tr>
<tr>
<td>Don't toy with me.</td>
<td>OK - TIMID</td>
</tr>
<tr>
<td>I don't understand.</td>
<td></td>
</tr>
<tr>
<td>What would you like?</td>
<td>GOOD - UPBEAT</td>
</tr>
</table>
<table>
<tr>
<th colspan="2">Me really want to eat something.</th>
</tr>
<tr>
<td>Don't joke around.</td>
<td>BAD - IRRITABLE</td>
</tr>
<tr>
<td>Just endure it.</td>
<td>OK - IRRITABLE</td>
</tr>
<tr>
<td>Want something delivered?</td>
<td>GOOD - IRRITABLE
<br>GOOD - TIMID
<br>OK - GLOOMY</td>
</tr>
</table>
<table>
<tr>
<th colspan="2">...It's true, isn't it?</th>
</tr>
<tr>
<td>That's not it at all.</td>
<td>GOOD - IRRITABLE
<br>GOOD - TIMID</td>
</tr>
<tr>
<td>You look young.</td>
<td>GOOD - UPBEAT
<br>BAD - IRRITABLE</td>
</tr>
<tr>
<td>Cougars are all the rage now.</td>
<td>OK - IRRITABLE</td>
</tr>
</table>
<table>
<tr>
<th colspan="2">So why me in this situation right now? Why me at your mercy?</th>
</tr>
<tr>
<td>Times have changed.</td>
<td>GOOD - TIMID</td>
</tr>
<tr>
<td>Humans are powerful.</td>
<td>OK - IRRITABLE</td>
</tr>
<tr>
<td>This is a difficult topic...</td>
<td>OK - IRRITABLE
<br>OK - TIMID</td>
</tr>
</table>
<table>
<tr>
<th colspan="2">If you capture me, what you going to do to me?</th>
</tr>
<tr>
<td>Eat you in a hot pot.</td>
<td>GOOD - GLOOMY
<br>OK - IRRITABLE
<br>BAD - TIMID</td>
</tr>
<tr>
<td>Take you to a taxidermist.</td>
<td>GOOD - TIMID
<br>GOOD - UPBEAT</td>
</tr>
<tr>
<td>You'll be my new stylish coat.</td>
<td>GOOD - IRRITABLE</td>
</tr>
</table>
<table>
<tr>
<th colspan="2">Why you keep trampling here? What you humans thinking?</th>
</tr>
<tr>
<td>Sorry about that.</td>
<td>BAD - GLOOMY
<br>BAD - IRRITABLE</td>
</tr>
<tr>
<td>I haven't thought about it.</td>
<td>OK - IRRITABLE</td>
</tr>
<tr>
<td>Ugh, you talk too loud.</td>
<td>GOOD - IRRITABLE</td>
</tr>
</table>
<table>
<tr>
<th colspan="2">Me no curse you, but me curse your commander! Me curse the one who order you...!</th>
</tr>
<tr>
<td>This was my choice.</td>
<td>OK - IRRITABLE</td>
</tr>
<tr>
<td>Fighting me is bad luck.</td>
<td></td>
</tr>
<tr>
<td>Just try to escape.</td>
<td></td>
</tr>
</table>
<table>
<tr>
<th colspan="2">There something you want say to me, right?</th>
</tr>
<tr>
<td>Don't scratch the furniture.</td>
<td>GOOD - IRRITABLE
<br>GOOD - TIMID</td>
</tr>
<tr>
<td>I'll housebreak you.</td>
<td>GOOD - GLOOMY
<br>OK - IRRITABLE</td>
</tr>
<tr>
<td>Let me touch your paws.</td>
<td></td>
</tr>
</table>
<table>
<tr>
<th colspan="2">Well, I need to see myself home soon... </th>
</tr>
<tr>
<td>Just go home.</td>
<td>GOOD - IRRITABLE</td>
</tr>
<tr>
<td>What do you mean?</td>
<td>OK - TIMID</td>
</tr>
<tr>
<td>Don't lie to me.</td>
<td>OK - IRRITABLE</td>
</tr>
</table>
<table>
<tr>
<th colspan="2">I'll make you into soup.</th>
</tr>
<tr>
<td>OK, I'll make you into soup.</td>
<td>BAD - IRRITABLE</td>
</tr>
<tr>
<td>Fine, I'll grill you.</td>
<td></td>
</tr>
<tr>
<td>Alright, I'll mince you.</td>
<td></td>
</tr>
</table>
<table>
<tr>
<th colspan="2">Seriously, cosplaying in a place like this? Are you just really freakin' bored?</th>
</tr>
<tr>
<td>I am.</td>
<td>GOOD - GLOOMY
<br>GOOD - IRRITABLE
<br>OK - TIMID
<br>BAD - UPBEAT</td>
</tr>
<tr>
<td>I'm actually very busy.</td>
<td>GOOD - IRRITABLE
<br>BAD - UPBEAT</td>
</tr>
<tr>
<td>Shut up.</td>
<td>GOOD - UPBEAT
<br>OK - GLOOMY</td>
</tr>
</table>
<table>
<tr>
<th colspan="2">Did I lose... ?</th>
</tr>
<tr>
<td>I suppose so.</td>
<td>OK - GLOOMY
<br>BAD - IRRITABLE</td>
</tr>
<tr>
<td>What don't you get.</td>
<td>GOOD - IRRITABLE</td>
</tr>
<tr>
<td>Nah, you totally won.</td>
<td>GOOD - UPBEAT
<br>OK - GLOOMY</td>
</tr>
</table>
<table>
<tr>
<th colspan="2">You have no idea I was about to use my ultimate move.</th>
</tr>
<tr>
<td>For real!?</td>
<td>OK - GLOOMY
<br>OK - IRRITABLE</td>
</tr>
<tr>
<td>That's worrying... </td>
<td>OK - GLOOMY</td>
</tr>
<tr>
<td>...Try me.</td>
<td>GOOD - IRRITABLE</td>
</tr>
</table>
<table>
<tr>
<th colspan="2">It's pretty rude, man.</th>
</tr>
<tr>
<td>Nope.</td>
<td></td>
</tr>
<tr>
<td>It's part of my face.</td>
<td>OK - GLOOMY</td>
</tr>
<tr>
<td>Try and rip it off me.</td>
<td>GOOD - IRRITABLE</td>
</tr>
</table>
<table>
<tr>
<th colspan="2">Is it scary to get a shot? Does it make you cry, mister?</th>
</tr>
<tr>
<td>I cry like a baby.</td>
<td></td>
</tr>
<tr>
<td>I endure it.</td>
<td>GOOD - UPBEAT</td>
</tr>
<tr>
<td>I like shots.</td>
<td></td>
</tr>
</table>
<table>
<tr>
<th colspan="2">Hey, how about this? If you don't shoot me, then I'll kiss you. Not a bad deal, right?</th>
</tr>
<tr>
<td>Not a bad idea.</td>
<td></td>
</tr>
<tr>
<td>I don't want a kiss.</td>
<td></td>
</tr>
<tr>
<td>Have some self-respect.</td>
<td>BAD - UPBEAT</td>
</tr>
</table>
<table>
<tr>
<th colspan="2">Is it because I'm not acting mature enough? Like, what the heck makes someone mature, anyway?</th>
</tr>
<tr>
<td>Being old enough to drink.</td>
<td>OK - UPBEAT</td>
</tr>
<tr>
<td>Paying your own rent.</td>
<td>OK - IRRITABLE</td>
</tr>
<tr>
<td>Questioning maturity.</td>
<td></td>
</tr>
</table>
<table class="notCertain">
<tr>
<th colspan="2">Just thinkin' about hierarchy, you should be showin' me a little more respect, shouldn't you?</th>
</tr>
<tr>
<td>You're right, Senpai.</td>
<td>GOOD - GLOOMY (?)</td>
</tr>
<tr>
<td>I never thought about it.</td>
<td>OK - GLOOMY</td>
</tr>
<tr>
<td>I prefer mutual respect.</td>
<td>BAD - GLOOMY</td>
</tr>
</table>
<table>
<tr>
<th colspan="2">I coulda been a star...</th>
</tr>
<tr>
<td>A star?</td>
<td>OK - GLOOMY</td>
</tr>
<tr>
<td>That's never happening.</td>
<td>BAD - IRRITABLE</td>
</tr>
<tr>
<td>Are you giving up?</td>
<td>GOOD - GLOOMY</td>
</tr>
</table>
<table>
<tr>
<th colspan="2">What kind of guys piss you off?</th>
</tr>
<tr>
<td>Slow walkers.</td>
<td>GOOD - GLOOMY
<br>OK - IRRITABLE</td>
</tr>
<tr>
<td>Loud talkers...</td>
<td></td>
</tr>
<tr>
<td>Nobody.</td>
<td></td>
</tr>
</table>
<table>
<tr>
<th colspan="2">She said, "I'll buy it for you on the way home," but she didn't but it for me! Isn't that not fair?</th>
</tr>
<tr>
<td>It's unfair.</td>
<td>OK - UPBEAT</td>
</tr>
<tr>
<td>Your fault for being tricked.</td>
<td></td>
</tr>
<tr>
<td>Be more persistent.</td>
<td></td>
</tr>
</table>
<table>
<tr>
<th colspan="2">But I've been around the block, so I know--there's something else you want from me, isn't there?</th>
</tr>
<tr>
<td>I'm acting on a whim.</td>
<td></td>
</tr>
<tr>
<td>I love the elderly.</td>
<td></td>
</tr>
<tr>
<td>I just want you to die happy.</td>
<td>GOOD - GLOOMY</td>
</tr>
</table>
<table>
<tr>
<th colspan="2">I wish they would leave us old people alone. After all, it's not like we have much time left.</th>
</tr>
<tr>
<td>I agree.</td>
<td></td>
</tr>
<tr>
<td>Speak for yourself.</td>
<td>OK - GLOOMY</td>
</tr>
<tr>
<td>There's an aging boom...</td>
<td></td>
</tr>
</table>
<table>
<tr>
<th colspan="2">I suppose that's why I feel so confused, child. After all, why am I being treated like this?</th>
</tr>
<tr>
<td>Because you resisted.</td>
<td>OK - TIMID</td>
</tr>
<tr>
<td>It can't be helped.</td>
<td>GOOD - GLOOMY</td>
</tr>
<tr>
<td>Holidays don't matter.</td>
<td></td>
</tr>
</table>
<table>
<tr>
<th colspan="2">They wear sleeveless shirts in the winter, right? What do you think about that, dearie?</th>
</tr>
<tr>
<td>I like it.</td>
<td></td>
</tr>
<tr>
<td>They miss seasonal changes.</td>
<td>GOOD - TIMID</td>
</tr>
<tr>
<td>I don't care.</td>
<td></td>
</tr>
</table>
<table>
<tr>
<th colspan="2">Isn't that just like when a human woman gets married and moves in with her husband?</th>
</tr>
<tr>
<td>That's right.</td>
<td></td>
</tr>
<tr>
<td>No.</td>
<td></td>
</tr>
<tr>
<td>I love someone else.</td>
<td>GOOD - GLOOMY</td>
</tr>
</table>
<table>
<tr>
<th colspan="2">Didn't you feel like that when you were a kid, too?</th>
</tr>
<tr>
<td>Being a kid is easy.</td>
<td>GOOD - IRRITABLE</td>
</tr>
<tr>
<td>Being a kid is tough.</td>
<td>GOOD - UPBEAT</td>
</tr>
<tr>
<td>I don't remember.</td>
<td></td>
</tr>
</table>
<table>
<tr>
<th colspan="2">Don't you think it's sad that slang and sayings can grow old and get outdated?</th>
</tr>
<tr>
<td>That is sad.</td>
<td>BAD - GLOOMY</td>
</tr>
<tr>
<td>I don't think so.</td>
<td></td>
</tr>
<tr>
<td>That just proves you're old.</td>
<td></td>
</tr>
</table>
<table>
<tr>
<th colspan="2">Therefore, I cannot be destroyed. Desist form this pointlessness.</th>
</tr>
<tr>
<td>What are you talking about?</td>
<td></td>
</tr>
<tr>
<td>That's absurd.</td>
<td></td>
</tr>
<tr>
<td>You're lying.</td>
<td>OK - IRRITABLE</td>
</tr>
</table>
<table>
<tr>
<th colspan="2">...Heed my words. I am not the one you should detest.</th>
</tr>
<tr>
<td>You're right.</td>
<td>GOOD - IRRITABLE</td>
</tr>
<tr>
<td>That's absurd.</td>
<td></td>
</tr>
<tr>
<td>I'll be the judge of that.</td>
<td></td>
</tr>
</table>
<table>
<tr>
<th colspan="2">A bad rep spreads like wildfire. If I were you, I'd quit all this nonsense. What's the point?</th>
</tr>
<tr>
<td>You're right.</td>
<td>BAD - UPBEAT</td>
</tr>
<tr>
<td>I don't care.</td>
<td>OK - UPBEAT</td>
</tr>
<tr>
<td>I don't know any other way.</td>
<td>GOOD - UPBEAT
<br>BAD - TIMID</td>
</tr>
</table>
<table>
<tr>
<th colspan="2">Where do babies come from?</th>
</tr>
<tr>
<td>Storks deliver them.</td>
<td></td>
</tr>
<tr>
<td>Ask your parents.</td>
<td></td>
</tr>
<tr>
<td>The love between two people.</td>
<td>GOOD - GLOOMY</td>
</tr>
</table>
<table>
<tr>
<th colspan="2">Hey, let's play a game! Guess what I wanna eat!</th>
</tr>
<tr>
<td>Hamburgers.</td>
<td>OK - TIMID</td>
</tr>
<tr>
<td>Curry.</td>
<td></td>
</tr>
<tr>
<td>Shut up.</td>
<td></td>
</tr>
</table>
<table>
<tr>
<th colspan="2">Are you fighting to help or protect the world or something?</th>
</tr>
<tr>
<td>That?s right.</td>
<td>OK - TIMID</td>
</tr>
<tr>
<td>I won't tell you.</td>
<td></td>
</tr>
<tr>
<td>It pays the bills.</td>
<td></td>
</tr>
</table>
<table>
<tr>
<th colspan="2">Aren't people as old as you s'posed to go "dating," all the time? Can't you get some dates?</th>
</tr>
<tr>
<td>Right after this, kid.</td>
<td>GOOD - TIMID
<br>BAD - UPBEAT</td>
</tr>
<tr>
<td>Such a rude little boy...</td>
<td></td>
</tr>
<tr>
<td>Dating's not important.</td>
<td></td>
</tr>
</table>
<table>
<tr>
<th colspan="2">I mean, how does it feel to wave your gun at an enemy who's completely lost the will to fight?</th>
</tr>
<tr>
<td>It's not bad.</td>
<td>OK - GLOOMY</td>
</tr>
<tr>
<td>...I could get used to it.</td>
<td>OK - GLOOMY</td>
</tr>
<tr>
<td>It pains my heart...</td>
<td>OK - GLOOMY</td>
</tr>
</table>
<table>
<tr>
<th colspan="2">What is irritating you so much?</th>
</tr>
<tr>
<td>Slow-ass cashiers.</td>
<td>GOOD - GLOOMY</td>
</tr>
<tr>
<td>Egotistical women.</td>
<td></td>
</tr>
<tr>
<td>I'm not irritated.</td>
<td>GOOD - TIMID
<br>BAD - GLOOMY</td>
</tr>
</table>
<table>
<tr>
<th colspan="2">I suppose this "real world" where you come from must be fairly boring.</th>
</tr>
<tr>
<td>It's really boring.</td>
<td>OK - GLOOMY</td>
</tr>
<tr>
<td>I'm always so busy there.</td>
<td></td>
</tr>
<tr>
<td>It's better than here.</td>
<td>OK - GLOOMY</td>
</tr>
</table>
<table>
<tr>
<th colspan="2">I'm inclined to turn you down, but if you with to speak, I will perhaps consider it.</th>
</tr>
<tr>
<td>You have nothing I want.</td>
<td></td>
</tr>
<tr>
<td>Are you bored?</td>
<td>GOOD - IRRITABLE
<br>OK - TIMID</td>
</tr>
<tr>
<td>That's horrible premise.</td>
<td></td>
</tr>
</table>
<table class="notCertain">
<tr>
<th colspan="2">No matter the crime, humans treat it more lightly if the perpetrator is a minor, do they not?</th>
</tr>
<tr>
<td>That's not true.</td>
<td>GOOD - IRRITABLE</td>
</tr>
<tr>
<td>Age doesn't matter.</td>
<td></td>
</tr>
<tr>
<td>This isn't extreme.</td>
<td></td>
</tr>
</table>
<table class="notCertain">
<tr>
<th colspan="2">Ah, so I suppose you commit such extreme acts because you know you won't be punished harshly...</th>
</tr>
<tr>
<td>That's not true.</td>
<td></td>
</tr>
<tr>
<td>Age doesn't matter.</td>
<td>GOOD - TIMID</td>
</tr>
<tr>
<td>This isn't extreme.</td>
<td>GOOD - UPBEAT</td>
</tr>
</table>
<table>
<tr>
<th colspan="2">You knocked me down, and now my goddamn watch is broken!</th>
</tr>
<tr>
<td>Sorry...</td>
<td>GOOD - GLOOMY
<br>GOOD - IRRITABLE</td>
</tr>
<tr>
<td>Not my problem.</td>
<td>BAD - GLOOMY</td>
</tr>
<tr>
<td>Don't lie.</td>
<td>OK - GLOOMY</td>
</tr>
</table>
<table>
<tr>
<th colspan="2">Why don't you just leave me be?</th>
</tr>
<tr>
<td>Are you busy?</td>
<td></td>
</tr>
<tr>
<td>I just couldn't.</td>
<td>OK - IRRITABLE
<br>OK - UPBEAT</td>
</tr>
<tr>
<td>Is that reverse psychology?</td>
<td>BAD - GLOOMY</td>
</tr>
</table>
<table>
<tr>
<th colspan="2">I also have loved ones who would miss me. You do catch my meaning, yes?</th>
</tr>
<tr>
<td>I just realized that.</td>
<td></td>
</tr>
<tr>
<td>None of your business.</td>
<td></td>
</tr>
<tr>
<td>I'm always alone.</td>
<td>OK - IRRITABLE
<br>OK - UPBEAT</td>
</tr>
</table>
<table>
<tr>
<th colspan="2">So who're you tryin' to impress with that mask?</th>
</tr>
<tr>
<td>Nobody.</td>
<td>GOOD - GLOOMY</td>
</tr>
<tr>
<td>Shuddup...</td>
<td>OK - UPBEAT
<br>BAD - IRRITABLE
<br>BAD - TIMID</td>
</tr>
<tr>
<td>I'm actually still young...</td>
<td>GOOD - UPBEAT</td>
</tr>
</table>
<table>
<tr>
<th colspan="2">How 'bout you? You wanna get married someday?</th>
</tr>
<tr>
<td>I do.</td>
<td>OK - UPBEAT
<br>BAD - GLOOMY</td>
</tr>
<tr>
<td>I don't.</td>
<td>BAD - IRRITABLE</td>
</tr>
<tr>
<td>That's impossible.</td>
<td></td>
</tr>
</table>
<table>
<tr>
<th colspan="2">You're violatin' the weapons code or whatever, man.</th>
</tr>
<tr>
<td>I didn't know.</td>
<td>BAD - GLOOMY
<br>BAD - TIMID</td>
</tr>
<tr>
<td>Not if no one finds out.</td>
<td>GOOD - UPBEAT</td>
</tr>
<tr>
<td>Pretty cool, huh?</td>
<td>BAD - IRRITABLE
<br>BAD - TIMID</td>
</tr>
</table>
<table>
<tr>
<th colspan="2">I am inclined to turn you down but if you still wish to speak, I will perhaps consider it.</th>
</tr>
<tr>
<td>You have nothing I want.</td>
<td></td>
</tr>
<tr>
<td>Are you bored?</td>
<td>GOOD - UPBEAT</td>
</tr>
<tr>
<td>That's a horrible premise.</td>
<td></td>
</tr>
</table>
<table>
<tr>
<th colspan="2">You know, if I were to whip something up for you, what would you want?</th>
</tr>
<tr>
<td>Meat and potatoes.</td>
<td>GOOD - UPBEAT</td>
</tr>
<tr>
<td>I don't need homemade food.</td>
<td></td>
</tr>
<tr>
<td>Can you actually cook?</td>
<td></td>
</tr>
</table>
<table>
<tr>
<th colspan="2">If your girlfriend asked if you were free to have dinner with her "friends", what would you say?</th>
</tr>
<tr>
<td>Sure.</td>
<td></td>
</tr>
<tr>
<td>I'm busy.</td>
<td>GOOD - UPBEAT</td>
</tr>
<tr>
<td>What are you talking about?</td>
<td></td>
</tr>
</table>
<table>
<tr>
<th colspan="2">Are you bored?</th>
</tr>
<tr>
<td>Yes, I'm bored.</td>
<td></td>
</tr>
<tr>
<td>I'm actually pretty busy.</td>
<td></td>
</tr>
<tr>
<td>I never thought about it.</td>
<td>GOOD - GLOOMY</td>
</tr>
</table>
<table>
<tr>
<th colspan="2">This is that "domestic violins" thing, right?</th>
</tr>
<tr>
<td>That's "domestic violence."</td>
<td>GOOD - UPBEAT</td>
</tr>
<tr>
<td>What? No, you're wrong...</td>
<td></td>
</tr>
<tr>
<td>Um, are things ok at home?</td>
<td>GOOD - GLOOMY
<br>GOOD - TIMID</td>
</tr>
</table>
<table>
<tr>
<th colspan="2">What are we gonna do, huh?</th>
</tr>
<tr>
<td>Let's play tag.</td>
<td>BAD - GLOOMY</td>
</tr>
<tr>
<td>Let's play a video game.</td>
<td></td>
</tr>
<tr>
<td>Let's hit on some ladies.</td>
<td>GOOD - IRRITABLE</td>
</tr>
</table>
<table>
<tr>
<th colspan="2">What's wrong with the way I look, huh?</th>
</tr>
<tr>
<td>You tempt people.</td>
<td>GOOD - TIMID</td>
</tr>
<tr>
<td>You're ugly.</td>
<td></td>
</tr>
<tr>
<td>Nothing's wrong.</td>
<td>GOOD - IRRITABLE</td>
</tr>
</table>
<table>
<tr>
<th colspan="2">You're s'posed to go easy on kids! Are you stupid? Do you go to school and get stupid grades?</th>
</tr>
<tr>
<td>I'm smart.</td>
<td>BAD - GLOOMY</td>
</tr>
<tr>
<td>My grades are all right.</td>
<td></td>
</tr>
<tr>
<td>Shut up.</td>
<td></td>
</tr>
</table>
<table>
<tr>
<th colspan="2">I think the way you're treating me is "overfamiliar." I think...</th>
</tr>
<tr>
<td>We are friends.</td>
<td></td>
</tr>
<tr>
<td>What's wrong with that?</td>
<td>BAD - GLOOMY</td>
</tr>
<tr>
<td>It's because you're cute.</td>
<td></td>
</tr>
</table>
<table>
<tr>
<th colspan="2">You're a big bully! don't you think that's "immature"?</th>
</tr>
<tr>
<td>Now that you mention it...</td>
<td>GOOD - TIMID
<br>OK - GLOOMY</td>
</tr>
<tr>
<td>No, I don't think so.</td>
<td></td>
</tr>
<tr>
<td>I'm not mature anyway.</td>
<td>BAD - IRRITABLE
<br>BAD - UPBEAT</td>
</tr>
</table>
<table>
<tr>
<th colspan="2">I'm tired of being a kid. Didn't you feel that way when you were little, too?</th>
</tr>
<tr>
<td>Sure did.</td>
<td>GOOD - GLOOMY</td>
</tr>
<tr>
<td>Not really.</td>
<td></td>
</tr>
<tr>
<td>I want to be a kid forever.</td>
<td>OK - TIMID</td>
</tr>
</table>
<table>
<tr>
<th colspan="2">Don't you think expecting your would-be victim to be receptive to your words is unreasonable?</th>
</tr>
<tr>
<td>I do.</td>
<td></td>
</tr>
<tr>
<td>I don't think its unfair.</td>
<td>OK - IRRITABLE</td>
</tr>
<tr>
<td>Don't fret about it.</td>
<td>GOOD - UPBEAT</td>
</tr>
</table>
<table>
<tr>
<th colspan="2">But what if I ripped your body apart? ...What color blood would come pouring out?</th>
</tr>
<tr>
<td>Red.</td>
<td>GOOD - TIMID</td>
</tr>
<tr>
<td>Green.</td>
<td></td>
</tr>
<tr>
<td>I never bleed or cry.</td>
<td>GOOD - GLOOMY
<br>BAD - TIMID</td>
</tr>
</table>
<table>
<tr>
<th colspan="2">What was the cause of my defeat...?</th>
</tr>
<tr>
<td>Your lack of resolve.</td>
<td></td>
</tr>
<tr>
<td>My natural talent.</td>
<td>GOOD - TIMID</td>
</tr>
<tr>
<td>I'm not telling.</td>
<td>GOOD - GLOOMY</td>
</tr>
</table>
<table>
<tr>
<th colspan="2">I need to recover, ho. Don't you feel that way too?</th>
</tr>
<tr>
<td>Yeah, sometimes.</td>
<td>GOOD - TIMID</td>
</tr>
<tr>
<td>Battle is what soothes me.</td>
<td></td>
</tr>
<tr>
<td>Quit whining.</td>
<td></td>
</tr>
</table>
<table>
<tr>
<th colspan="2">You know, a mascot's life isn't hee-easy. Are you sure you could handle all the adversity, ho?</th>
</tr>
<tr>
<td>I'm ready for it.</td>
<td>OK - TIMID</td>
</tr>
<tr>
<td>What kind of adversity?</td>
<td></td>
</tr>
<tr>
<td>You're a mascot?</td>
<td></td>
</tr>
</table>
<table>
<tr>
<th colspan="2">Me am really in soup, now. Do what you want. Me am ready if you want grill me, so...</th>
</tr>
<tr>
<td>OK, I'll make you into soup.</td>
<td>BAD - IRRITABLE</td>
</tr>
<tr>
<td>Fine I'll grill you.</td>
<td>GOOD - IRRITABLE
<br>GOOD - TIMID</td>
</tr>
<tr>
<td>All right i'll mince you!</td>
<td>OK - IRRITABLE</td>
</tr>
</table>
<table>
<tr>
<th colspan="2">What kinda "hospitality" will you show me at the end of my life?</th>
</tr>
<tr>
<td>A homemade dinner.</td>
<td></td>
</tr>
<tr>
<td>A coupon for a massage by me.</td>
<td></td>
</tr>
<tr>
<td>I'll quietly be at your side.</td>
<td>BAD - IRRITABLE</td>
</tr>
</table>
<table>
<tr>
<th colspan="2">What do ya usually eat?</th>
</tr>
<tr>
<td>Curry.</td>
<td>GOOD - IRRITABLE</td>
</tr>
<tr>
<td>Vegetables.</td>
<td>GOOD - GLOOMY
<br>OK - TIMID</td>
</tr>
<tr>
<td>Protein.</td>
<td></td>
</tr>
</table>
<table>
<tr>
<th colspan="2">Ooh, what if this leaves a scar and it's permanent?</th>
</tr>
<tr>
<td>Sorry...</td>
<td></td>
</tr>
<tr>
<td>Just get plastic surgery.</td>
<td></td>
</tr>
<tr>
<td>I'll take responsibility.</td>
<td>GOOD - IRRITABLE</td>
</tr>
</table>
<table>
<tr>
<th colspan="2">Do you have a lot of friends? Ever feel like the things they do are annoying?</th>
</tr>
<tr>
<td>Sometimes.</td>
<td>OK - IRRITABLE</td>
</tr>
<tr>
<td>No.</td>
<td></td>
</tr>
<tr>
<td>I have no friends.</td>
<td></td>
</tr>
</table>
<table>
<tr>
<th colspan="2">Do you seek friendly competition with a beloved neighbor? Or have you come to destroy a hated foe?</th>
</tr>
<tr>
<td>You're a beloved neighbor.</td>
<td></td>
</tr>
<tr>
<td>You're a loathsome foe.</td>
<td>OK - IRRITABLE</td>
</tr>
<tr>
<td>You sound preachy.</td>
<td></td>
</tr>
</table>
<table>
<tr>
<th colspan="2">Somethin' bad happen in yer life or somethin', sonny?</th>
</tr>
<tr>
<td>It's not like that.</td>
<td></td>
</tr>
<tr>
<td>Nothing but bad things...</td>
<td></td>
</tr>
<tr>
<td>You're getting on my nerves!</td>
<td>GOOD - TIMID
<br>BAD - UPBEAT</td>
</tr>
</table>
<table>
<tr>
<th colspan="2">Y'know, if I'm gonna be killed, I'd rather be offed by some beautiful, classy woman.</th>
</tr>
<tr>
<td>Sorry.</td>
<td>GOOD - TIMID
<br>GOOD - UPBEAT</td>
</tr>
<tr>
<td>You don't get to be picky.</td>
<td></td>
</tr>
<tr>
<td>It's all the same.</td>
<td></td>
</tr>
</table>
<table>
<tr>
<th colspan="2">If so, then won't you overlook this? Let's make a deal...</th>
</tr>
<tr>
<td>All right.</td>
<td></td>
</tr>
<tr>
<td>A deal with the enemy?</td>
<td>GOOD - GLOOMY</td>
</tr>
<tr>
<td>I can't trust you.</td>
<td>BAD - IRRITABLE</td>
</tr>
</table>
<table>
<tr>
<th colspan="2">It's cliched, but we could chat about life... Ask each other things like what kind of girls we like...</th>
</tr>
<tr>
<td>I like older women.</td>
<td>GOOD - GLOOMY</td>
</tr>
<tr>
<td>I like younger women.</td>
<td>GOOD - UPBEAT</td>
</tr>
<tr>
<td>I like men.</td>
<td></td>
</tr>
</table>
<table>
<tr>
<th colspan="2">Hey. Why aren't you at school?</th>
</tr>
<tr>
<td>It's a school holiday.</td>
<td>GOOD - UPBEAT</td>
</tr>
<tr>
<td>I don't feel like going.</td>
<td>OK - IRRITABLE</td>
</tr>
<tr>
<td>I actually finished school.</td>
<td>OK - IRRITABLE</td>
</tr>
</table>
<table class="notCertain">
<tr>
<th colspan="2">Wouldn't your girlfriend get jealous if she could see us?</th>
</tr>
<tr>
<td>No need to worry.</td>
<td></td>
</tr>
<tr>
<td>It's only bad if I get caught.</td>
<td>GOOD - UPBEAT</td>
</tr>
<tr>
<td>I don't have a girlfriend.</td>
<td>GOOD - IRRITABLE (?)</td>
</tr>
</table>
<table>
<tr>
<th colspan="2">I'm sure a miracle's gonna happen to me, right?</th>
</tr>
<tr>
<td>Miracles don't exist.</td>
<td>OK - GLOOMY</td>
</tr>
<tr>
<td>I'd be jealous if it did.</td>
<td>GOOD - TIMID</td>
</tr>
<tr>
<td>I'm waiting.</td>
<td>GOOD - TIMID</td>
</tr>
</table>
<table>
<tr>
<th colspan="2">...So, I'm sorry, but can I go and fix my bangs first?</th>
</tr>
<tr>
<td>Quit joking around.</td>
<td>OK - IRRITABLE</td>
</tr>
<tr>
<td>You're fine as you are.</td>
<td></td>
</tr>
<tr>
<td>That's pointless.</td>
<td></td>
</tr>
</table>
<table>
<tr>
<th colspan="2">I'm sure there're other people in the world who'd irritate you more. You know, like-</th>
</tr>
<tr>
<td>Older people trying to look young.</td>
<td>OK - IRRITABLE</td>
</tr>
<tr>
<td>No one bothers me.</td>
<td>BAD - IRRITABLE</td>
</tr>
<tr>
<td>I hate everyone.</td>
<td>GOOD - IRRITABLE</td>
</tr>
</table>
<table>
<tr>
<th colspan="2">I've heard that love can bloom anywhere, even on a battlefield. Don't you think that's possible?</th>
</tr>
<tr>
<td>Can it?</td>
<td></td>
</tr>
<tr>
<td>Definitely not.</td>
<td>GOOD - IRRITABLE</td>
</tr>
<tr>
<td>What are you saying?</td>
<td></td>
</tr>
</table>
<table>
<tr>
<th colspan="2">The way you treat me, though, is giving me mixed messages. How to you really feel about me?</th>
</tr>
<tr>
<td>You're beautiful.</td>
<td>GOOD - IRRITABLE</td>
</tr>
<tr>
<td>You're scary.</td>
<td></td>
</tr>
<tr>
<td>Nothing in particular.</td>
<td></td>
</tr>
</table>
<table>
<tr>
<th colspan="2">You tryin' to get somethin' from me?</th>
</tr>
<tr>
<td>Yup.</td>
<td></td>
</tr>
<tr>
<td>No... Nothing at all...</td>
<td></td>
</tr>
<tr>
<td>You're too self-conscious.</td>
<td>GOOD - UPBEAT
<br>OK - GLOOMY
<br>OK - IRRITABLE</td>
</tr>
</table>
<table>
<tr>
<th colspan="2">Is it me, or does something stink?</th>
</tr>
<tr>
<td>It's just you.</td>
<td>OK - IRRITABLE</td>
</tr>
<tr>
<td>It's coming from you.</td>
<td></td>
</tr>
<tr>
<td>I smell a lie.</td>
<td></td>
</tr>
</table>
<table>
<tr>
<th colspan="2">It'd prolly be a big downer if the birthday boy didn't show to his party, sooo...</th>
</tr>
<tr>
<td>Happy birthday.</td>
<td></td>
</tr>
<tr>
<td>I had no idea.</td>
<td></td>
</tr>
<tr>
<td>This'll be your deathday too.</td>
<td>OK - IRRITABLE</td>
</tr>
</table>
<table>
<tr>
<th colspan="2">Why you wear mask to fight, anyway?</th>
</tr>
<tr>
<td>I care about my looks.</td>
<td>OK - IRRITABLE</td>
</tr>
<tr>
<td>It keeps my foes' blood off.</td>
<td></td>
</tr>
<tr>
<td>That's what I want to know.</td>
<td>GOOD - GLOOMY
<br>GOOD - IRRITABLE</td>
</tr>
</table>
<table>
<tr>
<th colspan="2">So me am going to haunt you for the rest of your life. Me always right behind you...</th>
</tr>
<tr>
<td>That would be troublesome.</td>
<td>OK - IRRITABLE
<br>BAD - GLOOMY</td>
</tr>
<tr>
<td>I could carry that weight.</td>
<td>BAD - IRRITABLE</td>
</tr>
<tr>
<td>I wouldn't like that.</td>
<td>GOOD - IRRITABLE</td>
</tr>
</table>
<table>
<tr>
<th colspan="2">You have wishes you not can let go of, even after you die?</th>
</tr>
<tr>
<td>Yes, I want world peace.</td>
<td>OK - UPBEAT
<br>BAD - IRRITABLE</td>
</tr>
<tr>
<td>I want a grand funeral.</td>
<td></td>
</tr>
<tr>
<td>I don't plan on dying.</td>
<td></td>
</tr>
</table>
<table class="notCertain">
<tr>
<th colspan="2">...But be-hee-fore all that, let's enjoy a little chat, ho!</th>
</tr>
<tr>
<td>All right, I suppose.</td>
<td>GOOD - GLOOMY</td>
</tr>
<tr>
<td>There's no need for that.</td>
<td></td>
</tr>
<tr>
<td>[...]</td>
<td></td>
</tr>
</table>
<table>
<tr>
<th colspan="2">You had something you lost, and you not know how important it was until after it gone, right?</th>
</tr>
<tr>
<td>My pal who switched schools.</td>
<td></td>
</tr>
<tr>
<td>My ex-girlfriend...</td>
<td></td>
</tr>
<tr>
<td>Quiet, I'm killing you now.</td>
<td>OK - IRRITABLE</td>
</tr>
</table>
<table>
<tr>
<th colspan="2">Ah, it's a shame. If I'd taken this seriously from the start, I wouldn't be in this sorry state</th>
</tr>
<tr>
<td>Then get serious now.</td>
<td>GOOD - GLOOMY</td>
</tr>
<tr>
<td>Making excuses?</td>
<td>OK - GLOOMY</td>
</tr>
<tr>
<td>I wasn't trying either.</td>
<td>BAD - GLOOMY
<br>BAD - UPBEAT</td>
</tr>
</table>
<table>
<tr>
<th colspan="2">I'm a man with a complicated background. The people I know, well...</th>
</tr>
<tr>
<td>I want to meet them.</td>
<td></td>
</tr>
<tr>
<td>Complicated...?</td>
<td>BAD - GLOOMY</td>
</tr>
<tr>
<td>Liar.</td>
<td></td>
</tr>
</table>
<table>
<tr>
<th colspan="2">As far as you're concerned, what kind of person was I to you?</th>
</tr>
<tr>
<td>My rival.</td>
<td>OK - GLOOMY</td>
</tr>
<tr>
<td>Nobody, really.</td>
<td>BAD - GLOOMY</td>
</tr>
<tr>
<td>It doesn't matter.</td>
<td>GOOD - GLOOMY
<br>GOOD - IRRITABLE</td>
</tr>
</table>
<table>
<tr>
<th colspan="2">What if I was a "human"? Then, what you're doing... Well, it'd be a criminal act!</th>
</tr>
<tr>
<td>That's true.</td>
<td>OK - GLOOMY</td>
</tr>
<tr>
<td>That can't be true.</td>
<td></td>
</tr>
<tr>
<td>That's unrelated.</td>
<td>GOOD - GLOOMY</td>
</tr>
</table>
<table>
<tr>
<th colspan="2">Would you do to anyone what you're doing to me now?</th>
</tr>
<tr>
<td>I sure would.</td>
<td></td>
</tr>
<tr>
<td>No, I wouldn't.</td>
<td>GOOD - GLOOMY</td>
</tr>
<tr>
<td>This is a special exception.</td>
<td></td>
</tr>
</table>
<table>
<tr>
<th colspan="2">Did I just see your hand shaking? Are you OK?</th>
</tr>
<tr>
<td>I'm a bit chilly, but...</td>
<td></td>
</tr>
<tr>
<td>I'm a little scared...</td>
<td></td>
</tr>
<tr>
<td>Shut up!</td>
<td>OK - GLOOMY</td>
</tr>
</table>
<table>
<tr>
<th colspan="2">What did I do to deserve this?</th>
</tr>
<tr>
<td>You're kind of evil.</td>
<td></td>
</tr>
<tr>
<td>Don't play the tragic hero.</td>
<td>BAD - GLOOMY</td>
</tr>
<tr>
<td>You were born.</td>
<td></td>
</tr>
</table>
<table>
<tr>
<th colspan="2">...It's fine. Do as you please</th>
</tr>
<tr>
<td>Give me everything you got.</td>
<td>GOOD - UPBEAT</td>
</tr>
<tr>
<td>Lick my shoes.</td>
<td></td>
</tr>
<tr>
<td>Are you sure it's fine?</td>
<td>GOOD - GLOOMY</td>
</tr>
</table>
<table>
<tr>
<th colspan="2">You didn't stray from the path or get lost?</th>
</tr>
<tr>
<td>I downloaded an app.</td>
<td>GOOD - UPBEAT</td>
</tr>
<tr>
<td>I took the train.</td>
<td></td>
</tr>
<tr>
<td>I'm with my friends!</td>
<td>GOOD - GLOOMY</td>
</tr>
</table>
<table>
<tr>
<th colspan="2">Why do they like “making out”?</th>
</tr>
<tr>
<td>How should I know?</td>
<td></td>
</tr>
<tr>
<td>I can't tell you.</td>
<td>BAD - UPBEAT</td>
</tr>
<tr>
<td>Ask your parents.</td>
<td></td>
</tr>
</table>
<table class="notCertain">
<tr>
<th colspan="2">Taking that into consideration, do you still want me?</th>
</tr>
<tr>
<td>[...]</td>
<td></td>
</tr>
<tr>
<td>I didn't think that far.</td>
<td>OK - GLOOMY</td>
</tr>
<tr>
<td>The feelings will come.</td>
<td></td>
</tr>
</table>
<table>
<tr>
<th colspan="2">I am inclined to turn you down, but if you still wish to speak, I will perhaps consider it.</th>
</tr>
<tr>
<td>You have nothing I want.</td>
<td></td>
</tr>
<tr>
<td>Are you bored?</td>
<td>GOOD - GLOOMY
<br>OK - TIMID</td>
</tr>
<tr>
<td>That's a horrible premise.</td>
<td></td>
</tr>
</table>
<table>
<tr>
<th colspan="2">You, however are talking to me right here. Are you the exception to this rule?</th>
</tr>
<tr>
<td>I'm not special.</td>
<td>GOOD - GLOOMY</td>
</tr>
<tr>
<td>That's right.</td>
<td>BAD - TIMID</td>
</tr>
<tr>
<td>I have ulterior motives.</td>
<td></td>
</tr>
</table>
<table>
<tr>
<th colspan="2">That may be because my life may also be meaningless. All I've known is the way of life here.</th>
</tr>
<tr>
<td>It's not meaningless.</td>
<td>GOOD - UPBEAT
<br>OK - TIMID</td>
</tr>
<tr>
<td>There are other ways to live.</td>
<td>GOOD - GLOOMY</td>
</tr>
<tr>
<td>You had a good run.</td>
<td>OK - TIMID</td>
</tr>
</table>
<table>
<tr>
<th colspan="2">You better enjoy and be drunk on victory while you can. It not last long.</th>
</tr>
<tr>
<td>I'll just keep winning.</td>
<td>OK - IRRITABLE</td>
</tr>
<tr>
<td>You're just a sore loser.</td>
<td>BAD - GLOOMY</td>
</tr>
<tr>
<td>I can't drink, I'm underage.</td>
<td></td>
</tr>
</table>
<table>
<tr>
<th colspan="2">It look like you corner me... But how me know this not trick? How me know you really winning?</th>
</tr>
<tr>
<td>It doesn't change the facts.</td>
<td>BAD - GLOOMY</td>
</tr>
<tr>
<td>I never tell lies.</td>
<td>GOOD - TIMID</td>
</tr>
<tr>
<td>Don't try to escape reality.</td>
<td></td>
</tr>
</table>
<table>
<tr>
<th colspan="2">Why you fight and put yourself in harm's way?</th>
</tr>
<tr>
<td>I want to get stronger.</td>
<td>GOOD - IRRITABLE
<br>GOOD - UPBEAT</td>
</tr>
<tr>
<td>Because I see an enemy.</td>
<td>GOOD - UPBEAT</td>
</tr>
<tr>
<td>I don't actually know.</td>
<td>GOOD - GLOOMY</td>
</tr>
</table>
<table>
<tr>
<th colspan="2">Is it not possible for this series of events involving you and me to be attributed to that?</th>
</tr>
<tr>
<td>Fair enough.</td>
<td>GOOD - UPBEAT</td>
</tr>
<tr>
<td>That is incorrect.</td>
<td></td>
</tr>
<tr>
<td>What are you talking about?</td>
<td></td>
</tr>
</table>
<table>
<tr>
<th colspan="2">They always give the guys katsudon! You got anything like that for me!?</th>
</tr>
<tr>
<td>Katsudon, coming right up.</td>
<td>GOOD - IRRITABLE</td>
</tr>
<tr>
<td>How about sushi...?</td>
<td></td>
</tr>
<tr>
<td>I have nothing for you.</td>
<td>OK - IRRITABLE</td>
</tr>
</table>
<table>
<tr>
<th colspan="2">It's hard to tell under the mask, but... you're actually handsome, aren't you?</th>
</tr>
<tr>
<td>How did you know?</td>
<td>BAD - IRRITABLE</td>
</tr>
<tr>
<td>No, not all.</td>
<td>GOOD - IRRITABLE</td>
</tr>
<tr>
<td>I look ok, I guess.</td>
<td>GOOD - GLOOMY</td>
</tr>
</table>
<table>
<tr>
<th colspan="2">Why you not care for me like that? Why you treat me like this, then?</th>
</tr>
<tr>
<td>You look terrifying.</td>
<td>GOOD - GLOOMY</td>
</tr>
<tr>
<td>I can't play with you.</td>
<td>OK - IRRITABLE</td>
</tr>
<tr>
<td>You're not an animal.</td>
<td></td>
</tr>
</table>
<table>
<tr>
<th colspan="2">I know when I'm gettin' all sweaty. I'm glistenin', ain't I?</th>
</tr>
<tr>
<td>Like a disco ball.</td>
<td>OK - UPBEAT</td>
</tr>
<tr>
<td>Not at all.</td>
<td>BAD - GLOOMY
<br>BAD - IRRITABLE</td>
</tr>
<tr>
<td>Why does that matter?</td>
<td></td>
</tr>
</table>
<table>
<tr>
<th colspan="2">If you ask me, it's a lot more fun ta go chasin' after younger ladies, but...</th>
</tr>
<tr>
<td>This is true.</td>
<td>GOOD - TIMID</td>
</tr>
<tr>
<td>That's not very fun.</td>
<td></td>
</tr>
<tr>
<td>You dirty old man.</td>
<td></td>
</tr>
</table>
<table>
<tr>
<th colspan="2">What kinda "fate" do you think there is in this meetin' between me and you?</th>
</tr>
<tr>
<td>Fate brought us together.</td>
<td>GOOD - IRRITABLE
<br>GOOD - UPBEAT</td>
</tr>
<tr>
<td>There is no such thing.</td>
<td>GOOD - TIMID
<br>OK - IRRITABLE</td>
</tr>
<tr>
<td>I want to end this fate.</td>
<td>OK - IRRITABLE</td>
</tr>
</table>
<table>
<tr>
<th colspan="2">Won't you just leave me be?</th>
</tr>
<tr>
<td>Are you busy?</td>
<td>GOOD - IRRITABLE</td>
</tr>
<tr>
<td>I just couldn't.</td>
<td>GOOD - TIMID
<br>OK - UPBEAT</td>
</tr>
<tr>
<td>Is that reverse psychology?</td>
<td></td>
</tr>
</table>
<table>
<tr>
<th colspan="2">If yer gonna kill me, do me a solid and make it quick.</th>
</tr>
<tr>
<td>Aren't you scared?</td>
<td>GOOD - TIMID</td>
</tr>
<tr>
<td>I'll have more fun first.</td>
<td>OK - IRRITABLE</td>
</tr>
<tr>
<td>Stop trying to act cool.</td>
<td></td>
</tr>
</table>
<table>
<tr>
<th colspan="2">...You've come from some other company to scout me-hee out. There's no mistaking it, ho!</th>
</tr>
<tr>
<td>You got me.</td>
<td>GOOD - UPBEAT</td>
</tr>
<tr>
<td>It's a misunderstanding.</td>
<td></td>
</tr>
<tr>
<td>I've come to finish you off.</td>
<td>BAD - UPBEAT</td>
</tr>
</table>
<table>
<tr>
<th colspan="2">But I've got a catch phrase that I'm famous for.</th>
</tr>
<tr>
<td>Hee-ho!</td>
<td>OK - UPBEAT</td>
</tr>
<tr>
<td>Hee-haw!</td>
<td>GOOD - UPBEAT</td>
</tr>
<tr>
<td>Personaaa!</td>
<td></td>
</tr>
</table>
<table>
<tr>
<th colspan="2">Sorry, but I want you to go hee-home now. I'm already feeling so tired and weary, ho...</th>
</tr>
<tr>
<td>Fine.</td>
<td>BAD - UPBEAT</td>
</tr>
<tr>
<td>No.</td>
<td></td>
</tr>
<tr>
<td>You go home.</td>
<td></td>
</tr>
</table>
<table>
<tr>
<th colspan="2">How did you find out about me, ho?</th>
</tr>
<tr>
<td>Some flyers.</td>
<td></td>
</tr>
<tr>
<td>A speciatly site.</td>
<td>GOOD - UPBEAT</td>
</tr>
<tr>
<td>Word of mouth.</td>
<td>OK - UPBEAT</td>
</tr>
</table>
<table>
<tr>
<th colspan="2">You'll probably break down in tears when you see my angry face. I'm a real monstrosity, ho!</th>
</tr>
<tr>
<td>That's scary...</td>
<td>BAD - UPBEAT</td>
</tr>
<tr>
<td>I would never cry.</td>
<td></td>
</tr>
<tr>
<td>I want to see your fury.</td>
<td></td>
</tr>
</table>
<table>
<tr>
<th colspan="2">I'm not the one you should want to shoot...</th>
</tr>
<tr>
<td>You've got a point there...</td>
<td></td>
</tr>
<tr>
<td>That's absurd.</td>
<td></td>
</tr>
<tr>
<td>Anyone will do.</td>
<td>GOOD - GLOOMY</td>
</tr>
</table>
<table>
<tr>
<th colspan="2">When I was young, I could make anyone back off - if they were smart enough - with just my glare.</th>
</tr>
<tr>
<td>Fights are just luck.</td>
<td></td>
</tr>
<tr>
<td>I'm just that good.</td>
<td></td>
</tr>
<tr>
<td>You've grown old.</td>
<td></td>
</tr>
</table>
<table>
<tr>
<th colspan="2">How can you do such terrible things to a cute hee-ho like me!?</th>
</tr>
<tr>
<td>I'm sorry.</td>
<td></td>
</tr>
<tr>
<td>Now that you mention it...</td>
<td>GOOD - GLOOMY
<br>OK - UPBEAT</td>
</tr>
<tr>
<td>...Cute?</td>
<td></td>
</tr>
</table>
<table>
<tr>
<th colspan="2">I'm a super popular Shadow, you know. My fans won't just sit around and take this, ho.</th>
</tr>
<tr>
<td>Please forgive me.</td>
<td>GOOD - UPBEAT</td>
</tr>
<tr>
<td>Fans?</td>
<td></td>
</tr>
<tr>
<td>So what?</td>
<td></td>
</tr>
</table>
<table>
<tr>
<th colspan="2">I would never have accepted this task if I knew it would involve this sort of suffering.</th>
</tr>
<tr>
<td>What a pity...</td>
<td>GOOD - GLOOMY</td>
</tr>
<tr>
<td>Uninformed choices are bad.</td>
<td></td>
</tr>
<tr>
<td>Complaining won't help.</td>
<td></td>
</tr>
</table>
<table>
<tr>
<th colspan="2">In the very end, what the hell are you tryin' ta tell me?</th>
</tr>
<tr>
<td>I'm telling you to die.</td>
<td></td>
</tr>
<tr>
<td>Why do we fight?</td>
<td>GOOD - UPBEAT</td>
</tr>
<tr>
<td>I don't really know...</td>
<td></td>
</tr>
</table>
<table>
<tr>
<th colspan="2">If I'd known things would end like this, I wish I had found the courage to ask that girl out...</th>
</tr>
<tr>
<td>Too late for regrets.</td>
<td>GOOD - UPBEAT</td>
</tr>
<tr>
<td>You never had a chance.</td>
<td></td>
</tr>
<tr>
<td>I'll make "that girl" happy.</td>
<td></td>
</tr>
</table>
<table>
<tr>
<th colspan="2">That's whack, man. Maybe you should get your head checked out.</th>
</tr>
<tr>
<td>I probably should.</td>
<td>BAD - IRRITABLE</td>
</tr>
<tr>
<td>I'm fine as is.</td>
<td></td>
</tr>
<tr>
<td>You're a sore loser.</td>
<td></td>
</tr>
</table>
<table>
<tr>
<th colspan="2">You know, if you're willing to let this go… I'll make it worth your while.</th>
</tr>
<tr>
<td>Worth my while…?</td>
<td></td>
</tr>
<tr>
<td>No way.</td>
<td></td>
</tr>
<tr>
<td>I'm already taken.</td>
<td>GOOD - IRRITABLE</td>
</tr>
</table>
<table>
<tr>
<th colspan="2">Life's nothing but pain anyways. Just do whatever you want.</th>
</tr>
<tr>
<td>You should have stayed home.</td>
<td></td>
</tr>
<tr>
<td>You won't die easily.</td>
<td>GOOD - TIMID</td>
</tr>
<tr>
<td>Don't get desperate.</td>
<td></td>
</tr>
</table>
</div>