mirror of
https://github.com/joyce-chen/persona5-negotiation.git
synced 2025-11-19 09:03:48 -05:00
Removed duplicate questions and merged answers
This commit is contained in:
@@ -4,11 +4,10 @@ A tool to help with negotiations in Persona 5.
|
||||
(Incomplete. Work-in-progress.)
|
||||
|
||||
March 17, 2020:
|
||||
I'm revamping this page later today because of the approaching P5 Royal release date.
|
||||
I've made some long awaited changed to this guide as the release date for Persona 5 Royal approaches.
|
||||
Thank you to all the people who contributed by making PRs!
|
||||
Thank you to GooberSD/Chompobar for all the additional questions and answers they were able to collect in their playthrough and giving me permission to use that data to update this guide. [GooberSD/Chompobar's Google Docs Guide](https://docs.google.com/document/d/1Fq00lkODNAam7RZoczHU2kFyU3CZvyW59F0PwLnJoz8/)
|
||||
|
||||
Update include: PRs, Chompobar guide extras, embeded search for shadows and questions
|
||||
|
||||
Please feel free to reach out if you want to contribute any changes.
|
||||
|
||||
|
||||
|
||||
71
index.md
71
index.md
@@ -527,7 +527,7 @@ function filterQuestions() {
|
||||
</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>
|
||||
<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>
|
||||
@@ -1851,11 +1851,13 @@ function filterQuestions() {
|
||||
</tr>
|
||||
<tr>
|
||||
<td>You have nothing I want.</td>
|
||||
<td></td>
|
||||
<td>OK - GLOOMY</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Are you bored?</td>
|
||||
<td>GOOD - IRRITABLE
|
||||
<td>GOOD - GLOOMY
|
||||
<br>GOOD - IRRITABLE
|
||||
<br>GOOD - UPBEAT
|
||||
<br>OK - TIMID</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@@ -1915,18 +1917,20 @@ function filterQuestions() {
|
||||
<td>OK - GLOOMY</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table>
|
||||
<table class="notCertain">
|
||||
<tr>
|
||||
<th colspan="2">Why don't you just leave me be?</th>
|
||||
<th colspan="2">Won't you just leave me be? / Why don't you just leave me be?</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Are you busy?</td>
|
||||
<td>OK - GLOOMY
|
||||
<td>GOOD - IRRITABLE
|
||||
<br>OK - GLOOMY
|
||||
<br>BAD - UPBEAT</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>I just couldn't.</td>
|
||||
<td>OK - IRRITABLE
|
||||
<td>GOOD - TIMID
|
||||
<br>OK - IRRITABLE
|
||||
<br>OK - UPBEAT</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@@ -2010,23 +2014,6 @@ function filterQuestions() {
|
||||
<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>
|
||||
@@ -2912,24 +2899,6 @@ function filterQuestions() {
|
||||
<td>BAD - IRRITABLE</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>OK - GLOOMY</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>
|
||||
@@ -3142,24 +3111,6 @@ function filterQuestions() {
|
||||
<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>
|
||||
|
||||
Reference in New Issue
Block a user