mirror of
https://github.com/joyce-chen/persona5-negotiation.git
synced 2025-11-17 15:43:39 -05:00
Merge branch 'master' into mask-irritable
This commit is contained in:
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
|
||||
_site/
|
||||
2
Gemfile
Normal file
2
Gemfile
Normal file
@@ -0,0 +1,2 @@
|
||||
source 'https://rubygems.org'
|
||||
gem 'github-pages', group: :jekyll_plugins
|
||||
248
Gemfile.lock
Normal file
248
Gemfile.lock
Normal file
@@ -0,0 +1,248 @@
|
||||
GEM
|
||||
remote: https://rubygems.org/
|
||||
specs:
|
||||
activesupport (6.0.2.1)
|
||||
concurrent-ruby (~> 1.0, >= 1.0.2)
|
||||
i18n (>= 0.7, < 2)
|
||||
minitest (~> 5.1)
|
||||
tzinfo (~> 1.1)
|
||||
zeitwerk (~> 2.2)
|
||||
addressable (2.7.0)
|
||||
public_suffix (>= 2.0.2, < 5.0)
|
||||
coffee-script (2.4.1)
|
||||
coffee-script-source
|
||||
execjs
|
||||
coffee-script-source (1.11.1)
|
||||
colorator (1.1.0)
|
||||
commonmarker (0.17.13)
|
||||
ruby-enum (~> 0.5)
|
||||
concurrent-ruby (1.1.6)
|
||||
dnsruby (1.61.3)
|
||||
addressable (~> 2.5)
|
||||
em-websocket (0.5.1)
|
||||
eventmachine (>= 0.12.9)
|
||||
http_parser.rb (~> 0.6.0)
|
||||
ethon (0.12.0)
|
||||
ffi (>= 1.3.0)
|
||||
eventmachine (1.2.7-x64-mingw32)
|
||||
execjs (2.7.0)
|
||||
faraday (1.0.0)
|
||||
multipart-post (>= 1.2, < 3)
|
||||
ffi (1.12.2-x64-mingw32)
|
||||
forwardable-extended (2.6.0)
|
||||
gemoji (3.0.1)
|
||||
github-pages (204)
|
||||
github-pages-health-check (= 1.16.1)
|
||||
jekyll (= 3.8.5)
|
||||
jekyll-avatar (= 0.7.0)
|
||||
jekyll-coffeescript (= 1.1.1)
|
||||
jekyll-commonmark-ghpages (= 0.1.6)
|
||||
jekyll-default-layout (= 0.1.4)
|
||||
jekyll-feed (= 0.13.0)
|
||||
jekyll-gist (= 1.5.0)
|
||||
jekyll-github-metadata (= 2.13.0)
|
||||
jekyll-mentions (= 1.5.1)
|
||||
jekyll-optional-front-matter (= 0.3.2)
|
||||
jekyll-paginate (= 1.1.0)
|
||||
jekyll-readme-index (= 0.3.0)
|
||||
jekyll-redirect-from (= 0.15.0)
|
||||
jekyll-relative-links (= 0.6.1)
|
||||
jekyll-remote-theme (= 0.4.1)
|
||||
jekyll-sass-converter (= 1.5.2)
|
||||
jekyll-seo-tag (= 2.6.1)
|
||||
jekyll-sitemap (= 1.4.0)
|
||||
jekyll-swiss (= 1.0.0)
|
||||
jekyll-theme-architect (= 0.1.1)
|
||||
jekyll-theme-cayman (= 0.1.1)
|
||||
jekyll-theme-dinky (= 0.1.1)
|
||||
jekyll-theme-hacker (= 0.1.1)
|
||||
jekyll-theme-leap-day (= 0.1.1)
|
||||
jekyll-theme-merlot (= 0.1.1)
|
||||
jekyll-theme-midnight (= 0.1.1)
|
||||
jekyll-theme-minimal (= 0.1.1)
|
||||
jekyll-theme-modernist (= 0.1.1)
|
||||
jekyll-theme-primer (= 0.5.4)
|
||||
jekyll-theme-slate (= 0.1.1)
|
||||
jekyll-theme-tactile (= 0.1.1)
|
||||
jekyll-theme-time-machine (= 0.1.1)
|
||||
jekyll-titles-from-headings (= 0.5.3)
|
||||
jemoji (= 0.11.1)
|
||||
kramdown (= 1.17.0)
|
||||
liquid (= 4.0.3)
|
||||
mercenary (~> 0.3)
|
||||
minima (= 2.5.1)
|
||||
nokogiri (>= 1.10.4, < 2.0)
|
||||
rouge (= 3.13.0)
|
||||
terminal-table (~> 1.4)
|
||||
github-pages-health-check (1.16.1)
|
||||
addressable (~> 2.3)
|
||||
dnsruby (~> 1.60)
|
||||
octokit (~> 4.0)
|
||||
public_suffix (~> 3.0)
|
||||
typhoeus (~> 1.3)
|
||||
html-pipeline (2.12.3)
|
||||
activesupport (>= 2)
|
||||
nokogiri (>= 1.4)
|
||||
http_parser.rb (0.6.0)
|
||||
i18n (0.9.5)
|
||||
concurrent-ruby (~> 1.0)
|
||||
jekyll (3.8.5)
|
||||
addressable (~> 2.4)
|
||||
colorator (~> 1.0)
|
||||
em-websocket (~> 0.5)
|
||||
i18n (~> 0.7)
|
||||
jekyll-sass-converter (~> 1.0)
|
||||
jekyll-watch (~> 2.0)
|
||||
kramdown (~> 1.14)
|
||||
liquid (~> 4.0)
|
||||
mercenary (~> 0.3.3)
|
||||
pathutil (~> 0.9)
|
||||
rouge (>= 1.7, < 4)
|
||||
safe_yaml (~> 1.0)
|
||||
jekyll-avatar (0.7.0)
|
||||
jekyll (>= 3.0, < 5.0)
|
||||
jekyll-coffeescript (1.1.1)
|
||||
coffee-script (~> 2.2)
|
||||
coffee-script-source (~> 1.11.1)
|
||||
jekyll-commonmark (1.3.1)
|
||||
commonmarker (~> 0.14)
|
||||
jekyll (>= 3.7, < 5.0)
|
||||
jekyll-commonmark-ghpages (0.1.6)
|
||||
commonmarker (~> 0.17.6)
|
||||
jekyll-commonmark (~> 1.2)
|
||||
rouge (>= 2.0, < 4.0)
|
||||
jekyll-default-layout (0.1.4)
|
||||
jekyll (~> 3.0)
|
||||
jekyll-feed (0.13.0)
|
||||
jekyll (>= 3.7, < 5.0)
|
||||
jekyll-gist (1.5.0)
|
||||
octokit (~> 4.2)
|
||||
jekyll-github-metadata (2.13.0)
|
||||
jekyll (>= 3.4, < 5.0)
|
||||
octokit (~> 4.0, != 4.4.0)
|
||||
jekyll-mentions (1.5.1)
|
||||
html-pipeline (~> 2.3)
|
||||
jekyll (>= 3.7, < 5.0)
|
||||
jekyll-optional-front-matter (0.3.2)
|
||||
jekyll (>= 3.0, < 5.0)
|
||||
jekyll-paginate (1.1.0)
|
||||
jekyll-readme-index (0.3.0)
|
||||
jekyll (>= 3.0, < 5.0)
|
||||
jekyll-redirect-from (0.15.0)
|
||||
jekyll (>= 3.3, < 5.0)
|
||||
jekyll-relative-links (0.6.1)
|
||||
jekyll (>= 3.3, < 5.0)
|
||||
jekyll-remote-theme (0.4.1)
|
||||
addressable (~> 2.0)
|
||||
jekyll (>= 3.5, < 5.0)
|
||||
rubyzip (>= 1.3.0)
|
||||
jekyll-sass-converter (1.5.2)
|
||||
sass (~> 3.4)
|
||||
jekyll-seo-tag (2.6.1)
|
||||
jekyll (>= 3.3, < 5.0)
|
||||
jekyll-sitemap (1.4.0)
|
||||
jekyll (>= 3.7, < 5.0)
|
||||
jekyll-swiss (1.0.0)
|
||||
jekyll-theme-architect (0.1.1)
|
||||
jekyll (~> 3.5)
|
||||
jekyll-seo-tag (~> 2.0)
|
||||
jekyll-theme-cayman (0.1.1)
|
||||
jekyll (~> 3.5)
|
||||
jekyll-seo-tag (~> 2.0)
|
||||
jekyll-theme-dinky (0.1.1)
|
||||
jekyll (~> 3.5)
|
||||
jekyll-seo-tag (~> 2.0)
|
||||
jekyll-theme-hacker (0.1.1)
|
||||
jekyll (~> 3.5)
|
||||
jekyll-seo-tag (~> 2.0)
|
||||
jekyll-theme-leap-day (0.1.1)
|
||||
jekyll (~> 3.5)
|
||||
jekyll-seo-tag (~> 2.0)
|
||||
jekyll-theme-merlot (0.1.1)
|
||||
jekyll (~> 3.5)
|
||||
jekyll-seo-tag (~> 2.0)
|
||||
jekyll-theme-midnight (0.1.1)
|
||||
jekyll (~> 3.5)
|
||||
jekyll-seo-tag (~> 2.0)
|
||||
jekyll-theme-minimal (0.1.1)
|
||||
jekyll (~> 3.5)
|
||||
jekyll-seo-tag (~> 2.0)
|
||||
jekyll-theme-modernist (0.1.1)
|
||||
jekyll (~> 3.5)
|
||||
jekyll-seo-tag (~> 2.0)
|
||||
jekyll-theme-primer (0.5.4)
|
||||
jekyll (> 3.5, < 5.0)
|
||||
jekyll-github-metadata (~> 2.9)
|
||||
jekyll-seo-tag (~> 2.0)
|
||||
jekyll-theme-slate (0.1.1)
|
||||
jekyll (~> 3.5)
|
||||
jekyll-seo-tag (~> 2.0)
|
||||
jekyll-theme-tactile (0.1.1)
|
||||
jekyll (~> 3.5)
|
||||
jekyll-seo-tag (~> 2.0)
|
||||
jekyll-theme-time-machine (0.1.1)
|
||||
jekyll (~> 3.5)
|
||||
jekyll-seo-tag (~> 2.0)
|
||||
jekyll-titles-from-headings (0.5.3)
|
||||
jekyll (>= 3.3, < 5.0)
|
||||
jekyll-watch (2.2.1)
|
||||
listen (~> 3.0)
|
||||
jemoji (0.11.1)
|
||||
gemoji (~> 3.0)
|
||||
html-pipeline (~> 2.2)
|
||||
jekyll (>= 3.0, < 5.0)
|
||||
kramdown (1.17.0)
|
||||
liquid (4.0.3)
|
||||
listen (3.2.1)
|
||||
rb-fsevent (~> 0.10, >= 0.10.3)
|
||||
rb-inotify (~> 0.9, >= 0.9.10)
|
||||
mercenary (0.3.6)
|
||||
mini_portile2 (2.4.0)
|
||||
minima (2.5.1)
|
||||
jekyll (>= 3.5, < 5.0)
|
||||
jekyll-feed (~> 0.9)
|
||||
jekyll-seo-tag (~> 2.1)
|
||||
minitest (5.14.0)
|
||||
multipart-post (2.1.1)
|
||||
nokogiri (1.10.9-x64-mingw32)
|
||||
mini_portile2 (~> 2.4.0)
|
||||
octokit (4.17.0)
|
||||
faraday (>= 0.9)
|
||||
sawyer (~> 0.8.0, >= 0.5.3)
|
||||
pathutil (0.16.2)
|
||||
forwardable-extended (~> 2.6)
|
||||
public_suffix (3.1.1)
|
||||
rb-fsevent (0.10.3)
|
||||
rb-inotify (0.10.1)
|
||||
ffi (~> 1.0)
|
||||
rouge (3.13.0)
|
||||
ruby-enum (0.7.2)
|
||||
i18n
|
||||
rubyzip (2.3.0)
|
||||
safe_yaml (1.0.5)
|
||||
sass (3.7.4)
|
||||
sass-listen (~> 4.0.0)
|
||||
sass-listen (4.0.0)
|
||||
rb-fsevent (~> 0.9, >= 0.9.4)
|
||||
rb-inotify (~> 0.9, >= 0.9.7)
|
||||
sawyer (0.8.2)
|
||||
addressable (>= 2.3.5)
|
||||
faraday (> 0.8, < 2.0)
|
||||
terminal-table (1.8.0)
|
||||
unicode-display_width (~> 1.1, >= 1.1.1)
|
||||
thread_safe (0.3.6)
|
||||
typhoeus (1.3.1)
|
||||
ethon (>= 0.9.0)
|
||||
tzinfo (1.2.6)
|
||||
thread_safe (~> 0.1)
|
||||
unicode-display_width (1.7.0)
|
||||
zeitwerk (2.3.0)
|
||||
|
||||
PLATFORMS
|
||||
x64-mingw32
|
||||
|
||||
DEPENDENCIES
|
||||
github-pages
|
||||
|
||||
BUNDLED WITH
|
||||
2.1.4
|
||||
14
README.md
14
README.md
@@ -1,5 +1,15 @@
|
||||
# Persona 5 Negotiation Guide
|
||||
|
||||
A tool to help negotiations in Persona 5. (Note: Currently incomplete. Work-in-progress.)
|
||||
A tool to help with negotiations in Persona 5.
|
||||
(Incomplete. Work-in-progress.)
|
||||
|
||||
Link: http://joyce-chen.github.io/persona5-negotiation/
|
||||
March 17, 2020:
|
||||
I'm revamping this page later today because of the approaching P5 Royal release date.
|
||||
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.
|
||||
|
||||
|
||||
Direct Link: http://joyce-chen.github.io/persona5-negotiation/
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
theme: jekyll-theme-minimal
|
||||
title: Persona 5 Negotiation Guide
|
||||
description: Persona 5 Negotiation Guide
|
||||
baseurl: /persona5-negotiation
|
||||
|
||||
gems:
|
||||
plugins:
|
||||
- jekyll-seo-tag
|
||||
|
||||
20
_includes/footer.html
Normal file
20
_includes/footer.html
Normal file
@@ -0,0 +1,20 @@
|
||||
<footer>
|
||||
<p>This project is maintained by <a href="{{ site.github.owner_url }}">{{ site.github.owner_name }}</a></p>
|
||||
<p><small>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
|
||||
</footer>
|
||||
</div>
|
||||
<script src="{{ '/assets/js/scale.fix.js' | relative_url }}"></script>
|
||||
|
||||
|
||||
{% if site.google_analytics %}
|
||||
<script>
|
||||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
||||
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
||||
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
||||
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
|
||||
ga('create', '{{ site.google_analytics }}', 'auto');
|
||||
ga('send', 'pageview');
|
||||
</script>
|
||||
{% endif %}
|
||||
</body>
|
||||
</html>
|
||||
25
_includes/header.html
Normal file
25
_includes/header.html
Normal file
@@ -0,0 +1,25 @@
|
||||
<!doctype html>
|
||||
<html lang="{{ site.lang | default: "en-US" }}">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="chrome=1">
|
||||
<title>{{ site.title | default: site.github.repository_name }} by {{ site.github.owner_name }}</title>
|
||||
<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 }}">
|
||||
<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">
|
||||
<!--[if lt IE 9]>
|
||||
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
||||
<![endif]-->
|
||||
{% seo %}
|
||||
</head>
|
||||
<body>
|
||||
<div class="wrapper">
|
||||
<header>
|
||||
<h1>{{ site.title | default: site.github.repository_name }}</h1>
|
||||
<p>A tool to help with negotiations in Persona 5. (Incomplete. Work-in-progress.)</p>
|
||||
<p>Credit goes 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.</p>
|
||||
<p class="view"><a href="{{ site.github.repository_url }}">View this joyce-chen Project on GitHub <small>{{ github_name }}</small></a></p>
|
||||
</header>
|
||||
5
_includes/nav.html
Normal file
5
_includes/nav.html
Normal file
@@ -0,0 +1,5 @@
|
||||
<nav>
|
||||
<a role="button" class="btn btn-outline-danger btn" href="shadows">Shadows</a>
|
||||
<a role="button" class="btn btn-outline-danger btn" href="/persona5-negotiation">P5 (2017) Questions</a>
|
||||
<a role="button" class="btn btn-outline-danger btn" href="royal">P5 Royal Questions</a>
|
||||
</nav>
|
||||
@@ -1,63 +1,11 @@
|
||||
<!doctype html>
|
||||
<html lang="{{ site.lang | default: "en-US" }}">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="chrome=1">
|
||||
<title>{{ site.title | default: site.github.repository_name }} by {{ site.github.owner_name }}</title>
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
|
||||
<link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<!--[if lt IE 9]>
|
||||
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
||||
<![endif]-->
|
||||
{% seo %}
|
||||
</head>
|
||||
<body>
|
||||
<div class="wrapper">
|
||||
<header>
|
||||
<h1>{{ site.title | default: site.github.repository_name }}</h1>
|
||||
<p>{{ site.description | default: site.github.project_tagline }}</p>
|
||||
{% include header.html %}
|
||||
|
||||
{% if site.github.is_project_page %}
|
||||
<p class="view"><a href="{{ site.github.repository_url }}">View the Project on GitHub <small>{{ github_name }}</small></a></p>
|
||||
{% endif %}
|
||||
{% include nav.html %}
|
||||
|
||||
{% if site.github.is_user_page %}
|
||||
<p class="view"><a href="{{ site.github.owner_url }}">View My GitHub Profile</a></p>
|
||||
{% endif %}
|
||||
|
||||
{% if site.show_downloads %}
|
||||
<ul>
|
||||
<li><a href="{{ site.github.zip_url }}">Download <strong>ZIP File</strong></a></li>
|
||||
<li><a href="{{ site.github.tar_url }}">Download <strong>TAR Ball</strong></a></li>
|
||||
<li><a href="{{ site.github.repository_url }}">View On <strong>GitHub</strong></a></li>
|
||||
</ul>
|
||||
{% endif %}
|
||||
</header>
|
||||
<section>
|
||||
|
||||
{{ content }}
|
||||
|
||||
</section>
|
||||
<footer>
|
||||
{% if site.github.is_project_page %}
|
||||
<p>This project is maintained by <a href="{{ site.github.owner_url }}">{{ site.github.owner_name }}</a></p>
|
||||
{% endif %}
|
||||
<p><small>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
|
||||
</footer>
|
||||
</div>
|
||||
<script src="{{ '/assets/js/scale.fix.js' | relative_url }}"></script>
|
||||
|
||||
|
||||
{% if site.google_analytics %}
|
||||
<script>
|
||||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
||||
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
||||
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
||||
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
|
||||
ga('create', '{{ site.google_analytics }}', 'auto');
|
||||
ga('send', 'pageview');
|
||||
</script>
|
||||
{% endif %}
|
||||
</body>
|
||||
</html>
|
||||
|
||||
{% include footer.html %}
|
||||
@@ -3,23 +3,48 @@
|
||||
|
||||
@import "{{ site.theme }}";
|
||||
footer {
|
||||
width: 100%;
|
||||
position: static !important;
|
||||
}
|
||||
section {
|
||||
margin-top: 2rem;
|
||||
width: auto;
|
||||
float: none;
|
||||
}
|
||||
header {
|
||||
width: 100%;
|
||||
position: static !important;
|
||||
}
|
||||
nav {
|
||||
width: auto;
|
||||
position: static !important;
|
||||
}
|
||||
|
||||
.form-control:focus {
|
||||
outline: 0 !important;
|
||||
border-color: initial;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
#questions {
|
||||
margin-top: 1rem;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #dc3545;
|
||||
}
|
||||
a:hover {
|
||||
color: #dc3545;
|
||||
}
|
||||
|
||||
|
||||
table {
|
||||
width: auto;
|
||||
border: 1px solid #e5e5e5;
|
||||
|
||||
th {
|
||||
font-weight: bold;
|
||||
text-align: center;
|
||||
}
|
||||
tbody tr:nth-of-type(odd) {
|
||||
background-color: rgba(0, 0, 0, .05);
|
||||
border-color: #fff;
|
||||
}
|
||||
|
||||
BIN
favicon.ico
Normal file
BIN
favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.1 KiB |
32
royal.md
Normal file
32
royal.md
Normal file
@@ -0,0 +1,32 @@
|
||||
<p style="text-align: center; font-size: 60px;" id="timer"></p>
|
||||
|
||||
<script>
|
||||
// Set the date we're counting down to
|
||||
var countDownDate = new Date("Mar 31, 2020 12:00:00").getTime();
|
||||
|
||||
// Update the count down every 1 second
|
||||
var x = setInterval(function() {
|
||||
|
||||
// Get today's date and time
|
||||
var now = new Date().getTime();
|
||||
|
||||
// Find the distance between now and the count down date
|
||||
var distance = countDownDate - now;
|
||||
|
||||
// Time calculations for days, hours, minutes and seconds
|
||||
var days = Math.floor(distance / (1000 * 60 * 60 * 24));
|
||||
var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60));
|
||||
var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60));
|
||||
var seconds = Math.floor((distance % (1000 * 60)) / 1000);
|
||||
|
||||
// Display the result in the element with id="demo"
|
||||
document.getElementById("timer").innerHTML = days + "d " + hours + "h "
|
||||
+ minutes + "m " + seconds + "s ";
|
||||
|
||||
// If the count down is finished, write some text
|
||||
if (distance < 0) {
|
||||
clearInterval(x);
|
||||
document.getElementById("timer").innerHTML = "Persona 5 Royal has been released. This pages will be updated with questions once I'm playing the game.";
|
||||
}
|
||||
}, 1000);
|
||||
</script>
|
||||
936
shadows.md
Normal file
936
shadows.md
Normal file
@@ -0,0 +1,936 @@
|
||||
<div class="input-group">
|
||||
<input class="form-control py-2 border-right-0 border" type="text" id="searchBar" onkeyup="filterShadows()" placeholder="Search for shadows by name, description, personality etc.." title="Type in a shadow">
|
||||
<span class="input-group-append">
|
||||
<div class="input-group-text bg-transparent"><i class="fa fa-search"></i></div>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<script>
|
||||
function filterShadows() {
|
||||
var input, filter, tr;
|
||||
input = document.getElementById("searchBar");
|
||||
filter = input.value.toUpperCase();
|
||||
tr = document.getElementsByTagName("tr");
|
||||
for (i = 0; i < tr.length; i++) {
|
||||
td = tr[i].getElementsByTagName("td")[0];
|
||||
if (td) {
|
||||
var nameCol = tr[i].getElementsByTagName("td")[0].textContent.toUpperCase();
|
||||
var desCol = tr[i].getElementsByTagName("td")[1].textContent.toUpperCase();
|
||||
var arcCol = tr[i].getElementsByTagName("td")[2].textContent.toUpperCase();
|
||||
var perCol = tr[i].getElementsByTagName("td")[3].textContent.toUpperCase();
|
||||
if (nameCol.indexOf(filter) > -1 || desCol.indexOf(filter) > -1 || arcCol.indexOf(filter) > -1 || perCol.indexOf(filter) > -1) {
|
||||
tr[i].style.display = "";
|
||||
} else {
|
||||
tr[i].style.display = "none";
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<br>
|
||||
|
||||
##### Kamoshida’s Palace
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<th>Shadow</th>
|
||||
<th>Description</th>
|
||||
<th>Arcana</th>
|
||||
<th>Personality</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Jack-o-Lantern</td>
|
||||
<td>Crypt-dwelling Pyromaniac</td>
|
||||
<td>Magician</td>
|
||||
<td>Gloomy</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Pixie</td>
|
||||
<td>Beguiling Girl</td>
|
||||
<td>Lovers</td>
|
||||
<td>Timid</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Incubus</td>
|
||||
<td>Bedside Brute</td>
|
||||
<td>Devil</td>
|
||||
<td>Timid</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Mandrake</td>
|
||||
<td>Gallows-Flower</td>
|
||||
<td>Death</td>
|
||||
<td>Upbeat</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Bicorn</td>
|
||||
<td>Dirty Two-horned Beast</td>
|
||||
<td>Hermit</td>
|
||||
<td>Irritable</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Agathion</td>
|
||||
<td>Apprentice in a Jug</td>
|
||||
<td>Chariot</td>
|
||||
<td>Timid</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Berith</td>
|
||||
<td>Brutal Cavalryman</td>
|
||||
<td>Hierophant</td>
|
||||
<td>Irritable</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Silky</td>
|
||||
<td>Troublesome Housemaid</td>
|
||||
<td>Priestess</td>
|
||||
<td>Gloomy</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Kelpie</td>
|
||||
<td>Mad Marsh Horse</td>
|
||||
<td>Strength</td>
|
||||
<td>Upbeat</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Succubus</td>
|
||||
<td>Twilight Prostitute</td>
|
||||
<td>Moon</td>
|
||||
<td>Irritable</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Andras</td>
|
||||
<td>Menacing Owlman</td>
|
||||
<td>Devil</td>
|
||||
<td>Timid</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Eligor</td>
|
||||
<td>War-hungry Horseman</td>
|
||||
<td>Emperor</td>
|
||||
<td>Irritable</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Archangel</td>
|
||||
<td>Heavenly Punisher</td>
|
||||
<td>Justice</td>
|
||||
<td>Irritable</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
##### Madarame’s Palace
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<th>Shadow</th>
|
||||
<th>Description</th>
|
||||
<th>Arcana</th>
|
||||
<th>Personality</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Mokoi</td>
|
||||
<td>Night-Walking Warrior</td>
|
||||
<td>Death</td>
|
||||
<td>Gloomy</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Apsaras</td>
|
||||
<td>Waterside Nymph</td>
|
||||
<td>Priestess</td>
|
||||
<td>Upbeat</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Hua Po</td>
|
||||
<td>Girl of the Hanging Tree</td>
|
||||
<td>Hanged Man</td>
|
||||
<td>Upbeat</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Koropokguru</td>
|
||||
<td>Leafy Old Man</td>
|
||||
<td>Hermit</td>
|
||||
<td>Timid</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Onmoraki</td>
|
||||
<td>Corpse Bird</td>
|
||||
<td>Moon</td>
|
||||
<td>Gloomy</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Ippon-Datara</td>
|
||||
<td>Embittered Blacksmith</td>
|
||||
<td>Hermit</td>
|
||||
<td>Upbeat</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Koppa-Tengu</td>
|
||||
<td>Foolish Monk</td>
|
||||
<td>Temperance</td>
|
||||
<td>Upbeat</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Nue</td>
|
||||
<td>Night Chimera</td>
|
||||
<td>Moon</td>
|
||||
<td>Irritable</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Jack Frost</td>
|
||||
<td>Mocking Snowman</td>
|
||||
<td>Magician</td>
|
||||
<td>Timid</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Makami</td>
|
||||
<td>Hunting Wolf Spirit</td>
|
||||
<td>Temperance</td>
|
||||
<td>Upbeat</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Inugami</td>
|
||||
<td>Possessing Ghost Dog</td>
|
||||
<td>Hanged Man</td>
|
||||
<td>Timid</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Shiki-Ouji</td>
|
||||
<td>Bringer of Misfortune</td>
|
||||
<td>Chariot</td>
|
||||
<td>Irritable</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
##### Kaneshiro’s Palace
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<th>Shadow</th>
|
||||
<th>Description</th>
|
||||
<th>Arcana</th>
|
||||
<th>Personality</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Nekomata</td>
|
||||
<td>Ascended Feline</td>
|
||||
<td>Magician</td>
|
||||
<td>Upbeat</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>High Pixie</td>
|
||||
<td>Prankster Leader</td>
|
||||
<td>Fool</td>
|
||||
<td>Irritable</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Angel</td>
|
||||
<td>Zealous Messenger</td>
|
||||
<td>Justice</td>
|
||||
<td>Irritable</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Orthrus</td>
|
||||
<td>Twin-headed Guardian</td>
|
||||
<td>Hanged Man</td>
|
||||
<td>Irritable</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Orobas</td>
|
||||
<td>Equine Sage</td>
|
||||
<td>Hierophant</td>
|
||||
<td>Timid</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Oni</td>
|
||||
<td>Chivalrous Fiend</td>
|
||||
<td>Strength</td>
|
||||
<td>Upbeat</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Yaksini</td>
|
||||
<td>Human-eating Lady</td>
|
||||
<td>Empress</td>
|
||||
<td>Irritable</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Leanan Sidhe</td>
|
||||
<td>Jealous Lover</td>
|
||||
<td>Lovers</td>
|
||||
<td>Irritable</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Rakshasa</td>
|
||||
<td>Battle Fiend</td>
|
||||
<td>Strength</td>
|
||||
<td>Irritable</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Take-Minakata</td>
|
||||
<td>Defeated Avenger</td>
|
||||
<td>Hanged Man</td>
|
||||
<td>Gloomy</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Sui-ki</td>
|
||||
<td>Floodbringer Demon/Raging Water Demon</td>
|
||||
<td>Moon</td>
|
||||
<td>Gloomy</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Fuu-ki</td>
|
||||
<td>Tornado Devil</td>
|
||||
<td>Star</td>
|
||||
<td>Gloomy</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Kin-ki</td>
|
||||
<td>Demonic Warrior/Samurai Killer</td>
|
||||
<td>Chariot</td>
|
||||
<td>Gloomy</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
##### Futaba’s Palace
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<th>Shadow</th>
|
||||
<th>Description</th>
|
||||
<th>Arcana</th>
|
||||
<th>Personality</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Sandman</td>
|
||||
<td>Envoy of Slumber</td>
|
||||
<td>Magician</td>
|
||||
<td>Irritable</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Anzu</td>
|
||||
<td>Thief of Tablets</td>
|
||||
<td>Hierophant</td>
|
||||
<td>Irritable</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Naga</td>
|
||||
<td>Cavern Snakeman</td>
|
||||
<td>Hermit</td>
|
||||
<td>Gloomy</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Lamia</td>
|
||||
<td>Slithering Snakewoman</td>
|
||||
<td>Empress</td>
|
||||
<td>Gloomy</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Thoth</td>
|
||||
<td>Chanting Baboon</td>
|
||||
<td>Emperor</td>
|
||||
<td>Gloomy</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Isis</td>
|
||||
<td>She of Life and Death</td>
|
||||
<td>Priestess</td>
|
||||
<td>Timid</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Anubis</td>
|
||||
<td>Bearer of the Scales</td>
|
||||
<td>Judgement</td>
|
||||
<td>Gloomy</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Mot</td>
|
||||
<td>Coffin-borne God</td>
|
||||
<td>Death</td>
|
||||
<td>Timid</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
##### Okumura’s Palace
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<th>Shadow</th>
|
||||
<th>Description</th>
|
||||
<th>Arcana</th>
|
||||
<th>Personality</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Decarabia</td>
|
||||
<td>Vicious Pentagram</td>
|
||||
<td>Fool</td>
|
||||
<td>Gloomy</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Black Ooze</td>
|
||||
<td>Pulsing Mud</td>
|
||||
<td>Moon</td>
|
||||
<td>Irritable</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Arahabaki</td>
|
||||
<td>Awakened God</td>
|
||||
<td>Hermit</td>
|
||||
<td>Gloomy</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Girimehkala</td>
|
||||
<td>Rebellious Elephant</td>
|
||||
<td>Moon</td>
|
||||
<td>Gloomy</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Mothman</td>
|
||||
<td>Vampire Moth</td>
|
||||
<td>Moon</td>
|
||||
<td>Timid</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Belphegor</td>
|
||||
<td>Ambassador of Filth</td>
|
||||
<td>Tower</td>
|
||||
<td>Irritable</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Lilim</td>
|
||||
<td>Woman Who Brings Ruin</td>
|
||||
<td>Devil</td>
|
||||
<td>Gloomy</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Mithras</td>
|
||||
<td>Dark Sun</td>
|
||||
<td>Sun</td>
|
||||
<td>Gloomy</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Scathatch</td>
|
||||
<td>The Shadowed One</td>
|
||||
<td>Priestess</td>
|
||||
<td>Upbeat</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Kaiwan</td>
|
||||
<td>Wishless Star</td>
|
||||
<td>Star</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
##### Niijima’s Palace
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<th>Shadow</th>
|
||||
<th>Description</th>
|
||||
<th>Arcana</th>
|
||||
<th>Personality</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Ose</td>
|
||||
<td>Cruel Leopard</td>
|
||||
<td>Fool</td>
|
||||
<td>Upbeat</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Unicorn</td>
|
||||
<td>Expressionless Beast</td>
|
||||
<td>Hierophant</td>
|
||||
<td>Timid</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Kikuri-Hime</td>
|
||||
<td>Mountain Girl</td>
|
||||
<td>Priestess</td>
|
||||
<td>Gloomy</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Valkyrie</td>
|
||||
<td>Funerary Warrior</td>
|
||||
<td>Strength</td>
|
||||
<td>Irritable</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Power</td>
|
||||
<td>Divine Warrior</td>
|
||||
<td>Justice</td>
|
||||
<td>Irritable</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Ganesha</td>
|
||||
<td>Auspicious Pachyderm</td>
|
||||
<td>Sun</td>
|
||||
<td>Upbeat</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Queen Mab</td>
|
||||
<td>Midnight Queen</td>
|
||||
<td>Magician</td>
|
||||
<td>Gloomy</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Kumbhanda</td>
|
||||
<td>Life-Draining Spirit</td>
|
||||
<td>Hermit</td>
|
||||
<td>Irritable</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Kushinada-Hime</td>
|
||||
<td>Lamenting Sacrifice</td>
|
||||
<td>Lovers</td>
|
||||
<td>Upbeat</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Rangda</td>
|
||||
<td>Dancing Witch</td>
|
||||
<td>Magician</td>
|
||||
<td>Gloomy</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Skadi</td>
|
||||
<td>Quaking Lady of Shadow</td>
|
||||
<td>Priestess</td>
|
||||
<td>Timid</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Norn</td>
|
||||
<td>Final Measerer</td>
|
||||
<td>Fortune</td>
|
||||
<td>Upbeat</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Raja Naga</td>
|
||||
<td>Snake King</td>
|
||||
<td>Temperance</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
##### Shido’s Palace
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<th>Shadow</th>
|
||||
<th>Description</th>
|
||||
<th>Arcana</th>
|
||||
<th>Personality</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Cerberus</td>
|
||||
<td>Guard Dog of Hades</td>
|
||||
<td>Chariot</td>
|
||||
<td>Irritable</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Dakini</td>
|
||||
<td>Blood-thirsty Demoness</td>
|
||||
<td>Empress</td>
|
||||
<td>Upbeat</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Sarasvati</td>
|
||||
<td>Strumming Veena Player</td>
|
||||
<td>Priestess</td>
|
||||
<td>Timid</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Narcissus</td>
|
||||
<td>Self-Infatuated Star</td>
|
||||
<td>Lovers</td>
|
||||
<td>Timid</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>King Frost</td>
|
||||
<td>Monarch of Snow</td>
|
||||
<td>Emperor</td>
|
||||
<td>Upbeat</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Titania</td>
|
||||
<td>Scandalous Queen</td>
|
||||
<td>Empress</td>
|
||||
<td>Timid</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Parvati</td>
|
||||
<td>Destructive Beauty</td>
|
||||
<td>Lovers</td>
|
||||
<td>Timid</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Kurama Tengu</td>
|
||||
<td>Monk of the Valley</td>
|
||||
<td>Hermit</td>
|
||||
<td>Irritable</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Barong</td>
|
||||
<td>Dancing Lion</td>
|
||||
<td>Emperor</td>
|
||||
<td>Timid</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Forneus</td>
|
||||
<td>Rhetorician of the Sea</td>
|
||||
<td>Hierophant</td>
|
||||
<td>Timid</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Hanuman</td>
|
||||
<td>Nimble Monkey King</td>
|
||||
<td>Star</td>
|
||||
<td>Upbeat</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Garuda</td>
|
||||
<td>Raging Bird God</td>
|
||||
<td>Star</td>
|
||||
<td>Irritable</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Baphomet</td>
|
||||
<td>Heretic Goat</td>
|
||||
<td>Devil</td>
|
||||
<td>Timid</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Oberon</td>
|
||||
<td>Unfaithful Dream-King</td>
|
||||
<td>Emperor</td>
|
||||
<td>Irritable</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Ongyo-Ki</td>
|
||||
<td>Shadow Cleaner</td>
|
||||
<td>Strength</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
##### Depths of Mementos
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<th>Shadow</th>
|
||||
<th>Description</th>
|
||||
<th>Arcana</th>
|
||||
<th>Personality</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Lilith</td>
|
||||
<td>Harlot of Desire</td>
|
||||
<td>Timid</td>
|
||||
<td>Moon</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Moloch</td>
|
||||
<td>Sacrificial Pyrekeeper</td>
|
||||
<td>Hanged Man</td>
|
||||
<td>Gloomy</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Nebiros</td>
|
||||
<td>Wandering Reviver</td>
|
||||
<td>Devil</td>
|
||||
<td>Upbeat</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Dionysus</td>
|
||||
<td>Hedonistic Braggart</td>
|
||||
<td>Fool</td>
|
||||
<td>Irritable</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Melchizedek</td>
|
||||
<td>Pagan Savior</td>
|
||||
<td>Justice</td>
|
||||
<td>Irritable</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Chernobog</td>
|
||||
<td>The Black Avenger</td>
|
||||
<td>Death</td>
|
||||
<td>Gloomy</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Baal</td>
|
||||
<td>Reviled Dictator</td>
|
||||
<td>Emperor</td>
|
||||
<td>Upbeat</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Thor</td>
|
||||
<td>Thunder Emperor</td>
|
||||
<td>Chariot</td>
|
||||
<td>Irritable</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Yamata-no-Orochi</td>
|
||||
<td>Drunken Serpents</td>
|
||||
<td>Judgement</td>
|
||||
<td>Gloomy</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Belial</td>
|
||||
<td>Missionary of Depravity</td>
|
||||
<td>Devil</td>
|
||||
<td>Gloomy</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Mara</td>
|
||||
<td>Torn King of Desires</td>
|
||||
<td>Tower</td>
|
||||
<td>Irritable</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Abaddon</td>
|
||||
<td>Abyssal King of Avarice</td>
|
||||
<td>Judgement</td>
|
||||
<td>Irritable</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
##### Qliphoth World
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<th>Shadow</th>
|
||||
<th>Description</th>
|
||||
<th>Arcana</th>
|
||||
<th>Personality</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Dominion</td>
|
||||
<td>Merciless Inquisitor</td>
|
||||
<td>Justice</td>
|
||||
<td>Gloomy</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Kali</td>
|
||||
<td>The Blackened Fury</td>
|
||||
<td>Empress</td>
|
||||
<td>Irritable</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Uriel</td>
|
||||
<td>Herald of Death</td>
|
||||
<td>Justice</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Raphael</td>
|
||||
<td>Cleanser of Heaven</td>
|
||||
<td>Lovers</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Gabriel</td>
|
||||
<td>Declarer of Anguish</td>
|
||||
<td>Temperance</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Michael</td>
|
||||
<td>Apocalyptic Guide</td>
|
||||
<td>Judgement</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
##### Mementos
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<th>Shadow</th>
|
||||
<th>Description</th>
|
||||
<th>Arcana</th>
|
||||
<th>Personality</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Regent</td>
|
||||
<td>Treasure Demon</td>
|
||||
<td>Emperor</td>
|
||||
<td>Upbeat</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Slime</td>
|
||||
<td>Viscid Rotting Meat</td>
|
||||
<td>Chariot</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Kodama</td>
|
||||
<td>Wavering Tree Spirit</td>
|
||||
<td>Star</td>
|
||||
<td>Upbeat</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Obariyon</td>
|
||||
<td>Piggyback Demon</td>
|
||||
<td>Fool</td>
|
||||
<td>Irritable</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Pisaca</td>
|
||||
<td>Corpse-eating Corpse</td>
|
||||
<td>Death</td>
|
||||
<td>Gloomy</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Sudama</td>
|
||||
<td>Noisy Mountain Spirit</td>
|
||||
<td>Hermit</td>
|
||||
<td>Timid</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Queen’s Necklace</td>
|
||||
<td>Zealous Messenger</td>
|
||||
<td>Justice</td>
|
||||
<td>Upbeat</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Choronzon</td>
|
||||
<td>Gathering Devil</td>
|
||||
<td>Magician</td>
|
||||
<td>Timid</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Sandman</td>
|
||||
<td>Envoy of Slumber</td>
|
||||
<td>Magician</td>
|
||||
<td>Irritable</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Legion</td>
|
||||
<td>Fused Ghost</td>
|
||||
<td>Fool</td>
|
||||
<td>Upbeat</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<!--
|
||||
|
||||
| Description | Shadow | Personality |
|
||||
|---------------------------|------------------|-------------|
|
||||
| Crypt-dwelling Pyromaniac | Jack-o-Lantern | Gloomy |
|
||||
| Beguiling Girl | Pixie | Timid |
|
||||
| Bedside Brute | Incubus | Timid |
|
||||
| Gallows-Flower | Mandrake | Upbeat |
|
||||
| Dirty Two-horned Beast | Bicorn | Irritable |
|
||||
| Apprentice in a Jug | Agathion | Timid |
|
||||
| Brutal Cavalryman | Berith | Irritable |
|
||||
| Troublesome Housemaid | Silky | Gloomy |
|
||||
| Mad Marsh Horse | Kelpie | Upbeat |
|
||||
| Twilight Prostitute | Succubus | Irritable |
|
||||
| Menacing Owlman | Andras | Timid |
|
||||
| War-hungry Horseman | Eligor | Irritable |
|
||||
| Heavenly Punisher | Archangel | |
|
||||
| Viscid Rotting Meat | Slime | |
|
||||
| | | |
|
||||
| Night-Walking Warrior | Mokoi | Gloomy |
|
||||
| Waterside Nymph | Apsaras | Upbeat |
|
||||
| Girl of the Hanging Tree | Hua Po | Upbeat |
|
||||
| Leafy Old Man | Koropokguru | Timid |
|
||||
| Corpse Bird | Onmoraki | Gloomy |
|
||||
| Embittered Blacksmith | Ippon-Datara | Upbeat |
|
||||
| Foolish Monk | Koppa Tengu | Upbeat |
|
||||
| Night Chimera | Nue | Irritable |
|
||||
| Mocking Snowman | Jack Frost | Timid |
|
||||
| Hunting Wolf Spirit | Makami | Upbeat |
|
||||
| Possessing Ghost Dog | Inugami | Timid |
|
||||
| Bringer of Misfortune | Shiki-Ouji | Irritable |
|
||||
| | | |
|
||||
| Ascended Feline | Nekomata | Upbeat |
|
||||
| Prankster Leader | High Pixie | |
|
||||
| Zealous Messenger | Angel | |
|
||||
| Twin-headed Guardian | Orthrus | Irritable |
|
||||
| Equine Sage | Orobas | Timid |
|
||||
| Chivalrous Fiend | Oni | |
|
||||
| Human-eating Lady | Yaksini | Irritable |
|
||||
| Jealous Lover | Leanan Sidhe | Irritable |
|
||||
| Battle Fiend | Rakshasa | Irritable |
|
||||
| Defeated Avenger | Take-Minakata | Gloomy |
|
||||
| Floodbringer Demon | Sui-ki | |
|
||||
| Tornado Devil | Fuu-ki | Gloomy |
|
||||
| Demonic Warrior | Kin-ki | |
|
||||
| | | |
|
||||
| Envoy of Slumber | Sandman | Irritable |
|
||||
| Thief of Tablets | Anzu | Irritable |
|
||||
| Cavern Snakeman | Naga | Gloomy |
|
||||
| Slithering Snakewoman | Lamia | Gloomy |
|
||||
| Chanting Baboon | Thoth | Gloomy |
|
||||
| She of Life and Death | Isis | Timid |
|
||||
| Bearer of the Scales | Anubis | Gloomy |
|
||||
| Coffin-borne God | Mot | Timid |
|
||||
| | | |
|
||||
| Vicious Pentagram | Decarabia | Gloomy |
|
||||
| Pulsing Mud | Black Ooze | Irritable |
|
||||
| Awakened God | Arahabaki | Gloomy |
|
||||
| Rebellious Elephant | Girimehkala | Gloomy |
|
||||
| Vampire Moth | Mothman | Timid |
|
||||
| Ambassador of Filth | Belphegor | Irritable |
|
||||
| Woman Who Brings Ruin | Lilim | Gloomy |
|
||||
| Dark Sun | Mithras | Gloomy |
|
||||
| The Shadowed One | Scathatch | Upbeat |
|
||||
| Star-Faced Enemy | Kaiwan | |
|
||||
| | | |
|
||||
| Cruel Leopard | Ose | Upbeat |
|
||||
| 777: Obvious Unicorn | Unicorn | Timid |
|
||||
| Floating Priestess | Kikuri-Hime | Gloomy |
|
||||
| Funerary Warrior | Valkyrie | Irritable |
|
||||
| Divine Warrior | Power | Irritable |
|
||||
| Auspicious Pachyderm | Ganesha | Upbeat |
|
||||
| 777: Full-Hair Woman | Queen Mab | Gloomy |
|
||||
| Horse Warrior | Kumbhanda | Irritable |
|
||||
| Lamenting Sacrifice | Kushinada-Hime | Upbeat |
|
||||
| Dancing Witch | Rangda | Gloomy |
|
||||
| Quaking Lady of Shadow | Skadi | Timid |
|
||||
| Final Assessor | Norn | Upbeat |
|
||||
| Wandering Reviver | Nebiros | Upbeat |
|
||||
| Snake King | Raja Naga | |
|
||||
| Thunder Emperor | Thor | Irritable |
|
||||
| | | |
|
||||
| Guard Doge of Hades | Cerberus | Irritable |
|
||||
| Bloodthirst Demoness | Dakini | Upbeat |
|
||||
| Strumming Veena Player | Sarasvati | Timid |
|
||||
| Self-Infatuated Star | Narcissus | Timid |
|
||||
| Monarch of Snow | King Frost | Upbeat |
|
||||
| Scandalous Queen | Titania | Timid |
|
||||
| Destructive Beauty | Parvati | Timid |
|
||||
| Monk of the Valley | Kurama Tengu | Irritable |
|
||||
| Dancing Lion | Barong | Timid |
|
||||
| Rhetorician of the Sea | Forneus | Timid |
|
||||
| Nimble Monkey King | Hanuman | Upbeat |
|
||||
| Raging Bird God | Garuda | Irritable |
|
||||
| Heretic Goat | Baphomet | Timid |
|
||||
| Unfaithful Dream-King | Oberon | Irritable |
|
||||
| Drunken Serpents | Yamata-no-Orochi | Gloomy |
|
||||
| Shadow Cleaner | Ongyo-Ki | |
|
||||
| Spear-Wielding General | Cu Chulainn | |
|
||||
| | | |
|
||||
| Scarificial Pyrekeeper | Moloch | Gloomy |
|
||||
| Hedonistic Braggart | Dionysus | Irritable |
|
||||
| Pagan Avenger | Melchizedek | Irritable |
|
||||
| The Black Avenger | Chernobog | Gloomy |
|
||||
| Reviled Dictator | Baal | Upbeat |
|
||||
| Missionary of Deparivity | Belial | Gloomy |
|
||||
| Torn King of Desires | Mara | Irritable |
|
||||
| Abyssal King of Avarice | Abaddon | Irritable |
|
||||
| | | |
|
||||
| Merciless Inquisitor | Dominion | Gloomy |
|
||||
| The Blackened Fury | Kali | Irritable |
|
||||
| Herald of Death | Uriel | |
|
||||
| Cleanser of Heaven | Raphael | |
|
||||
| Declarer of Anguish | Gabriel | |
|
||||
| Apocalyptic Guide | Michael | |
|
||||
| | | |
|
||||
| Wavering Tree Spirit | Kodama | Upbeat |
|
||||
| Piggyback Demon | Obariyon | Irritable |
|
||||
| Corpse-eating Corpse | Pisaca | Gloomy |
|
||||
| Noisy Mountain Spirit | Sudama | Timid |
|
||||
| Gathering Devil | Choronzon | Timid |
|
||||
| Fused Ghost | Legion | Upbeat | -->
|
||||
Reference in New Issue
Block a user