Added 45 entries from form (5/11 3:43) and introduce a filter by Shadows

This commit is contained in:
Joyce Chen
2020-05-11 05:34:32 -04:00
parent 3a5f62c121
commit 10789f1894
8 changed files with 874 additions and 537 deletions

1
.gitignore vendored
View File

@@ -3,3 +3,4 @@ _site/
data/
data/tableConverter.py
data/input.html
quick_start.cmd

View File

@@ -6,7 +6,14 @@ Direct link to a user-friendly version: http://joyce-chen.github.io/persona5-neg
If you want to contribute any changes, please use the [open issue for P5 Royal](https://github.com/joyce-chen/persona5-negotiation/issues/16), the [open issue for P5](https://github.com/joyce-chen/persona5-negotiation/issues/17), or [the form](https://forms.gle/JtH9YUekRKVEkYgc6). Thank you!
Submitted questions are up-to-date as of **May 7th**.
Submitted questions are up-to-date as of **May 10th**.
---
May 10th, 2020 Update:
- Royal and Original shadow info have been split between two pages.
- Added new filter for questions. You can show questions asked by a specific shadow. Lots of questions have not been tagged, especially for the original game. Will be filling those missing ones soon.
---

View File

@@ -7,6 +7,9 @@
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
<link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"></script>
<meta name="viewport" content="width=device-width">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="icon" href="favicon.ico" type="image/x-icon">

View File

@@ -138,3 +138,38 @@ input:checked + .slider:before {
.slider.round:before {
border-radius: 50%;
}
.filter-btn {
border: none;
outline: none;
background-color: #f1f1f1;
cursor: pointer;
font-size: small;
margin: .2rem .2rem;
}
.filter-btn:hover {
background-color: #ddd;
}
.filter-btn:focus {
outline: none;
box-shadow: none;
}
.filter-btn.active {
background-color: #666;
color: white;
}
.hidden {
display: none;
}

639
index.md

File diff suppressed because it is too large Load Diff

View File

@@ -1,7 +1,7 @@
##### This Project & Credits
This is a tool/guide to help with negotiations in Persona 5 and Persona 5 Royal.
The Royal section takes the negotiation information from Persona 5, so there can be discrepancies between the versions. If you want to help, contribute, or report mistakes, please use the <a href="https://github.com/joyce-chen/persona5-negotiation/issues/16">open issue on Github for P5 Royal</a>, the <a href="https://github.com/joyce-chen/persona5-negotiation/issues/17">open issue for P5</a>, or the <a href="https://forms.gle/JtH9YUekRKVEkYgc6">Google Form</a>. Submitted questions are up-to-date as of **May 7th**.
The Royal section takes the negotiation information from Persona 5, so there can be discrepancies between the versions. If you want to help, contribute, or report mistakes, please use the <a href="https://github.com/joyce-chen/persona5-negotiation/issues/16">open issue on Github for P5 Royal</a>, the <a href="https://github.com/joyce-chen/persona5-negotiation/issues/17">open issue for P5</a>, or the <a href="https://forms.gle/JtH9YUekRKVEkYgc6">Google Form</a>. Submitted questions are up-to-date as of **May 10th**.
Thank you to GooberSD/Chompobar for giving me permission to use <a href="https://docs.google.com/document/d/1Fq00lkODNAam7RZoczHU2kFyU3CZvyW59F0PwLnJoz8/">their guide</a> to update this guide.
@@ -9,8 +9,6 @@ Thank you to GooberSD/Chompobar for giving me permission to use <a href="https:/
##### Addressing Feedback
4/23: The Bicorn Gloomy/Irritable error has been corrected. Thanks for letting me know.
4/26: <a href="https://docs.google.com/forms/d/e/1FAIpQLScRI3ZTaHf4RlNuTgYJysCVWzX1e58rB6WoMhPq5gGjlzJZ1A/viewform?usp=pp_url&entry.497268018=Persona+5+Royal">Here is a link to the form with "Persona 5 Royal" pre-selected</a>. Google Forms doesn't allow default answers. Other edits were incorportated. The selection for the different wording and reaction is generalized; the reactions can either be a correction or addition.
5/3: The Shadows between the two versions have enough difference that the tables were getting crowded. As per your suggestion, I've split the data over two pages.

712
royal.md

File diff suppressed because it is too large Load Diff

View File

@@ -505,14 +505,14 @@ function filterShadows() {
<td>Mothman</td>
<td>Vampire Moth</td>
<td>Moon</td>
<td>?</td>
<td>Timid</td>
<td>Gun</td>
</tr>
<tr>
<td>Belphegor</td>
<td>Ambassador of Filth</td>
<td>Tower</td>
<td>?</td>
<td>Timid</td>
<td>Fire</td>
</tr>
<tr>
@@ -814,7 +814,7 @@ function filterShadows() {
<td>Dionysus</td>
<td>Hedonistic Braggart</td>
<td>Councillor</td>
<td>?</td>
<td>Upbeat</td>
<td>None</td>
</tr>
<tr>
@@ -992,7 +992,7 @@ function filterShadows() {
<td>Macabre</td>
<td>Dancer of Death</td>
<td>Hanged Man</td>
<td>?</td>
<td>Gloomy</td>
<td>Bless</td>
</tr>
<tr>