mirror of
https://github.com/joyce-chen/persona5-negotiation.git
synced 2025-11-17 23:53:38 -05:00
Added 45 entries from form (5/11 3:43) and introduce a filter by Shadows
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -3,3 +3,4 @@ _site/
|
|||||||
data/
|
data/
|
||||||
data/tableConverter.py
|
data/tableConverter.py
|
||||||
data/input.html
|
data/input.html
|
||||||
|
quick_start.cmd
|
||||||
|
|||||||
@@ -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!
|
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.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@@ -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 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 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 }}">
|
<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">
|
<meta name="viewport" content="width=device-width">
|
||||||
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
|
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
|
||||||
<link rel="icon" href="favicon.ico" type="image/x-icon">
|
<link rel="icon" href="favicon.ico" type="image/x-icon">
|
||||||
|
|||||||
@@ -138,3 +138,38 @@ input:checked + .slider:before {
|
|||||||
.slider.round:before {
|
.slider.round:before {
|
||||||
border-radius: 50%;
|
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;
|
||||||
|
}
|
||||||
4
info.md
4
info.md
@@ -1,7 +1,7 @@
|
|||||||
##### This Project & Credits
|
##### This Project & Credits
|
||||||
This is a tool/guide to help with negotiations in Persona 5 and Persona 5 Royal.
|
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.
|
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
|
##### 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.
|
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.
|
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.
|
||||||
|
|||||||
@@ -505,14 +505,14 @@ function filterShadows() {
|
|||||||
<td>Mothman</td>
|
<td>Mothman</td>
|
||||||
<td>Vampire Moth</td>
|
<td>Vampire Moth</td>
|
||||||
<td>Moon</td>
|
<td>Moon</td>
|
||||||
<td>?</td>
|
<td>Timid</td>
|
||||||
<td>Gun</td>
|
<td>Gun</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Belphegor</td>
|
<td>Belphegor</td>
|
||||||
<td>Ambassador of Filth</td>
|
<td>Ambassador of Filth</td>
|
||||||
<td>Tower</td>
|
<td>Tower</td>
|
||||||
<td>?</td>
|
<td>Timid</td>
|
||||||
<td>Fire</td>
|
<td>Fire</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
@@ -814,7 +814,7 @@ function filterShadows() {
|
|||||||
<td>Dionysus</td>
|
<td>Dionysus</td>
|
||||||
<td>Hedonistic Braggart</td>
|
<td>Hedonistic Braggart</td>
|
||||||
<td>Councillor</td>
|
<td>Councillor</td>
|
||||||
<td>?</td>
|
<td>Upbeat</td>
|
||||||
<td>None</td>
|
<td>None</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
@@ -992,7 +992,7 @@ function filterShadows() {
|
|||||||
<td>Macabre</td>
|
<td>Macabre</td>
|
||||||
<td>Dancer of Death</td>
|
<td>Dancer of Death</td>
|
||||||
<td>Hanged Man</td>
|
<td>Hanged Man</td>
|
||||||
<td>?</td>
|
<td>Gloomy</td>
|
||||||
<td>Bless</td>
|
<td>Bless</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
|||||||
Reference in New Issue
Block a user