diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b693bf8 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ + +_site/ \ No newline at end of file diff --git a/Gemfile b/Gemfile new file mode 100644 index 0000000..91ceacd --- /dev/null +++ b/Gemfile @@ -0,0 +1,2 @@ +source 'https://rubygems.org' +gem 'github-pages', group: :jekyll_plugins \ No newline at end of file diff --git a/Gemfile.lock b/Gemfile.lock new file mode 100644 index 0000000..0aa9ac3 --- /dev/null +++ b/Gemfile.lock @@ -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 diff --git a/README.md b/README.md index e63719a..819efe5 100644 --- a/README.md +++ b/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/ diff --git a/_config.yml b/_config.yml index 1e08bef..0537789 100644 --- a/_config.yml +++ b/_config.yml @@ -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 diff --git a/_includes/footer.html b/_includes/footer.html new file mode 100644 index 0000000..c1053e0 --- /dev/null +++ b/_includes/footer.html @@ -0,0 +1,20 @@ + + + + + +{% if site.google_analytics %} + +{% endif %} + + diff --git a/_includes/header.html b/_includes/header.html new file mode 100644 index 0000000..f606d90 --- /dev/null +++ b/_includes/header.html @@ -0,0 +1,25 @@ + + + + + + {{ site.title | default: site.github.repository_name }} by {{ site.github.owner_name }} + + + + + + + + {% seo %} + + +
+
+

{{ site.title | default: site.github.repository_name }}

+

A tool to help with negotiations in Persona 5. (Incomplete. Work-in-progress.)

+

Credit goes to GooberSD/Chompobar for giving me permission to use their guide to update this guide.

+

View this joyce-chen Project on GitHub {{ github_name }}

+
\ No newline at end of file diff --git a/_includes/nav.html b/_includes/nav.html new file mode 100644 index 0000000..b74ee41 --- /dev/null +++ b/_includes/nav.html @@ -0,0 +1,5 @@ + \ No newline at end of file diff --git a/_layouts/default.html b/_layouts/default.html index 44676e5..eedcc07 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -1,63 +1,11 @@ - - - - - - {{ site.title | default: site.github.repository_name }} by {{ site.github.owner_name }} - - - - - {% seo %} - - -
-
-

{{ site.title | default: site.github.repository_name }}

-

{{ site.description | default: site.github.project_tagline }}

+{% include header.html %} - {% if site.github.is_project_page %} -

View the Project on GitHub {{ github_name }}

- {% endif %} + {% include nav.html %} - {% if site.github.is_user_page %} -

View My GitHub Profile

- {% endif %} - - {% if site.show_downloads %} - - {% endif %} -
{{ content }}
- -
- - - - {% if site.google_analytics %} - - {% endif %} - - + +{% include footer.html %} \ No newline at end of file diff --git a/assets/css/style.scss b/assets/css/style.scss index b034660..ae5d4f2 100644 --- a/assets/css/style.scss +++ b/assets/css/style.scss @@ -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; } diff --git a/favicon.ico b/favicon.ico new file mode 100644 index 0000000..ac473c1 Binary files /dev/null and b/favicon.ico differ diff --git a/index.md b/index.md index 7bc5f8f..38e661b 100644 --- a/index.md +++ b/index.md @@ -1,140 +1,48 @@ -| 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 | +
+ + +
+
+
-*** + + + +
- + - + - +
...You know what I'm getting' at, right? You think you could let me go see my girl?
Nope.good - irritableGOOD - IRRITABLE
She probably left.ok - irritableOK - IRRITABLE +
BAD - GLOOMY
What kind of girl is she?ok - irritable; good - timidGOOD - TIMID +
OK - IRRITABLE
@@ -143,11 +51,12 @@ - + - + @@ -160,7 +69,7 @@ - + @@ -171,13 +80,65 @@
My relationships...good - irritableGOOD - IRRITABLE
My future...bad - irritableGOOD - TIMID +
BAD - IRRITABLE
I have no worries.
I have.ok - gloomyOK - GLOOMY
That's not it.
+ + + + + + + + + + + + + + + + +
I wish I could see what kind of parents raised you to run loose and wreak havoc like this.
I can't show you now.BAD - GLOOMY
I won't show you.
Leave my parents out of this.
+ + + + + + + + + + + + + + + + +
Hey, if you got any medicine, lend me some. They're supposed ta work miracles, right...?
Are you OK?
What kind of medicine?GOOD - GLOOMY
That won't change anything?
+ + + + + + + + + + + + + + + + +
...Who the blazes do you think you are?
I feel bad about that.
I'm ME!GOOD - IRRITABLE
I don't have to answer you.
- + @@ -194,11 +155,13 @@ - + - + @@ -215,28 +178,47 @@ - +
Maybe I should try something new! I don't want to fall into mediocrity, ho...
You're fine as is.bad - gloomy; good - timidGOOD - TIMID +
BAD - GLOOMY
Your act is a bit stale...
Really?good - gloomyGOOD - GLOOMY
You're trying way too hard.ok - timid; good - irritable, upbeatGOOD - IRRITABLE +
GOOD - UPBEAT +
OK - TIMID
I'm not interested.
I want to aim higher.ok - upbeat, timidOK - TIMID +
OK - UPBEAT
Fighting is pointless.
+ + + + + + + + + + + + + + + + +
Hey. So whaddya think when you think about the future?
An average level of happiness.
Live fast, die young.OK - UPBEAT
I just want to enjoy the now.
- + - + - +
You carry a gun because you think it'll make you more popular with the girls?
That's right.bad - gloomyBAD - GLOOMY
It won't?good - gloomyGOOD - GLOOMY
It's for self-improvement.good - timid; ok - gloomyGOOD - TIMID +
OK - GLOOMY
@@ -245,7 +227,8 @@ - + @@ -253,7 +236,7 @@ - +
Parents are annoying.ok - timidGOOD - IRRITABLE +
OK - TIMID
You should love your parents.
Make sure you go home.OK - GLOOMY
@@ -262,7 +245,7 @@ - + @@ -270,7 +253,9 @@ - +
I'm younger than you.ok - irritableOK - IRRITABLE
I'm cuter than you.
I'm better at small talk.good - upbeat, timid, irritableGOOD - IRRITABLE +
GOOD - TIMID +
GOOD - UPBEAT
@@ -283,11 +268,12 @@ - + - +
I'm not sleepy yet.good - upbeatGOOD - UPBEAT
Mom will wait till I'm done.good - timidGOOD - IRRITABLE +
GOOD - TIMID
@@ -296,15 +282,33 @@ - + - + - + + +
This is a misunderstanding.good - timidGOOD - TIMID
I don't have the time.OK - GLOOMY
You've got the wrong idea.bad - gloomy; ok - irritableOK - IRRITABLE +
BAD - GLOOMY
+ + + + + + + + + + + + + + +
But is it fair to the others if I find this happiness, leaving them all in the dust?
I think it's fine.
What's wrong with that?
You're too self-conscious.BAD - GLOOMY
@@ -313,11 +317,13 @@ - + - + @@ -330,15 +336,16 @@ - + - + - +
Relax at home.bad - gloomy; ok - upbeat, irritableOK - IRRITABLE +
OK - UPBEAT +
BAD - GLOOMY
Go impulse shopping.good - gloomyGOOD - GLOOMY
Don't be so selfish.
I don't want to die.good - gloomyGOOD - GLOOMY
There's something I must do.good - timid; ok - gloomyGOOD - TIMID +
OK - GLOOMY
I'm not desperate.GOOD - IRRITABLE
@@ -347,15 +354,16 @@ - + - + - +
I probably should.good - gloomyGOOD - GLOOMY
I'm fine as is.ok - timid; good - irritableGOOD - IRRITABLE +
OK - TIMID
You're a sore loser.ok - upbeatOK - UPBEAT
@@ -364,7 +372,7 @@ - + @@ -381,11 +389,11 @@ - + - + @@ -398,15 +406,32 @@ - + - + - + + +
It'd take a while to explain.good - gloomyGOOD - GLOOMY
There's no need to explain.
Your looks.ok - gloomyOK - GLOOMY
You seemed useful.good - gloomyGOOD - GLOOMY
No particular reason.
You'll be killed.good - irritableGOOD - IRRITABLE
What do you want to happen?good - upbeatGOOD - UPBEAT
It's a secret.good - upbeatGOOD - UPBEAT
+ + + + + + + + + + + + + + +
Do you have a dish you're good at?
Fried rice.
Spaghetti carbonaraGOOD - UPBEAT
What are you saying?
@@ -419,28 +444,32 @@ - + - +
What are you getting at?good - upbeatGOOD - UPBEAT
You have a boyfriend?ok - upbeatOK - UPBEAT
- +
- + - + - +
...I'm not going to go easy on you for doing something like this, you know...
I'm sorry.ok - upbeat; bad - upbeat; good - irritableGOOD - IRRITABLE +
OK - UPBEAT +
BAD - UPBEAT
Prepare for the worst.bad - gloomyBAD - GLOOMY
How much do you want?bad - irritable, upbeat; good - upbeatGOOD - UPBEAT +
BAD - IRRITABLE +
BAD - UPBEAT
@@ -449,15 +478,83 @@ - + - + - + + +
I never thought of that.good - irritableGOOD - IRRITABLE
Eh, doesn't matter.bad - upbeatBAD - UPBEAT
What do you mean?bad - upbeatBAD - UPBEAT
+ + + + + + + + + + + + + + + + +
Confess your sins.
I apologize.
I think... I was wrong.
No chance.GOOD - IRRITABLE
+ + + + + + + + + + + + + + + + +
You, who reside in that world of the almighty, what is it that has beleaguered you so?
The world is almighty?
I'm not beleaguered.
My "dad" isn't almighty.OK - IRRITABLE
+ + + + + + + + + + + + + + + + +
It is to become aware of the gaze of our Father who watches over you with loving grace
What are you talking about?GOOD - IRRITABLE
I feel his gaze.
I don't think so.
+ + + + + + + + + + + + + + +
Can you sacrifice yourself in order to demonstrate your adoration of our Father?
I can.
I can't.
I don't adore him.GOOD - IRRITABLE
@@ -470,11 +567,11 @@ - + - +
No, I don't think so.GOOD - IRRITABLE
It's what we call destiny.good - upbeatGOOD - UPBEAT
@@ -483,15 +580,16 @@ - + - + - +
I have homework tonight.good - timidGOOD - TIMID
I need a new cell phone.bad - gloomyOK - IRRITABLE +
BAD - GLOOMY
I want girls to like me.good - gloomyGOOD - GLOOMY
@@ -500,7 +598,8 @@ - + @@ -508,24 +607,25 @@ - +
It's my intelligence.good - timid, irritableGOOD - IRRITABLE +
GOOD - TIMID
It's money.
Girl power.ok - timidOK - TIMID
- +
- + - + - +
Humans always want either an autograph or a self-hee, ho. Which is it, ho?
I want an autograph.bad - gloomy; ok - timid>OK - TIMID +
BAD - GLOOMY
I want a photo.good - timid (?)GOOD - TIMID (?)
Give me your credit card.bad - timid (?)BAD - TIMID (?)
@@ -534,11 +634,11 @@ - + - + @@ -551,15 +651,18 @@ - + - + - +
That's too far.ok - upbeatOK - UPBEAT
What are your plans?ok - gloomyOK - GLOOMY
You had a good run...
I don't really train.good - irritable GOOD - GLOOMY +
GOOD - IRRITABLE
I just have a knack for it.ok - gloomy; bad - irritableOK - GLOOMY +
BAD - IRRITABLE
Luck's usually on my side.ok - timid; good - upbeatGOOD - UPBEAT +
OK - TIMID
@@ -572,13 +675,30 @@ - +
It's not a waste.bad - irritableBAD - IRRITABLE
Enemies must be eliminated.
+ + + + + + + + + + + + + + + + +
And if that's the case, why don't you just stop this futile endeavor? It's meaningless...
You have a point there...
I can't stop.GOOD - IRRITABLE
I'll find meaning in it.GOOD - UPBEAT
@@ -589,7 +709,7 @@ - + @@ -602,11 +722,11 @@ - + - + @@ -619,15 +739,17 @@ - + - + - +
Hey mister, if I grew up, what do you think the future me would've been like?
A weathly housewife.good - irritableGOOD - IRRITABLE
Living in the darkness.
If it pleases you.good - irritableGOOD - IRRITABLE
No strings attached?good - gloomyGOOD - GLOOMY
I've got enough on my plate...
I don't have any.good - upbeat, irritableGOOD - IRRITABLE +
GOOD - TIMID +
GOOD - UPBEAT
Brew your own.bad - irritableBAD - IRRITABLE
I'm not hospitable.ok - irritableOK - IRRITABLE
@@ -640,11 +762,12 @@ - + - +
A hitchhiking adventure.GOOD - UPBEAT
A trip to hell.bad - irritable; good - gloomyGOOD - GLOOMY +
BAD - IRRITABLE
@@ -657,7 +780,7 @@ - + @@ -674,7 +797,7 @@ - + @@ -695,7 +818,7 @@ - +
It is fun, actually.good - upbeatGOOD - UPBEAT
I'm serious.
I've totally got girl power.good - upbeatGOOD - UPBEAT
Figure it out yourself.
It's mature to admit defeat.ok - upbeatOK - UPBEAT
@@ -704,11 +827,13 @@ - + - + @@ -721,7 +846,7 @@ - + @@ -738,7 +863,8 @@ - + @@ -755,15 +881,15 @@ - + - + - +
I noticed.good - upbeatGOOD - UPBEAT
I didn't see any "vibes."bad - upbeat; bad - irritableGOOD - TIMID +
BAD - IRRITABLE +
BAD - UPBEAT
But we may never meet again...
Someone did once.good - timidGOOD - TIMID
I don't care.
I think there is.good - upbeat, timidGOOD - TIMID +
GOOD - UPBEAT
I can't promise that.
I'm here for the food.good - irritableGOOD - IRRITABLE
I'm here for the women.ok - timidOK - TIMID
I'm here to find myself.GOOD - TIMID
@@ -772,15 +898,32 @@ - + - + - + + +
Bread dipped in coffee.good - timidGOOD - TIMID
Ice cream off the carton lid.GOOD - IRRITABLE
Hunger is the best spice.bad - irritableBAD - IRRITABLE
+ + + + + + + + + + + + + + +
If that's true, then I don't think there's any real point in killing me...
Of course, there's a point.
Don't be ridiculous.OK - IRRITABLE
Then who's the real enemy?
@@ -793,7 +936,7 @@ - + @@ -806,7 +949,7 @@ - + @@ -814,7 +957,7 @@ - +
A famous celebrity.bad - upbeatBAD - UPBEAT
A winner in society.
I didn't know that.GOOD - UPBEAT
You need a good spanking.
Some things are timeless.bad - upbeatBAD - UPBEAT
@@ -831,7 +974,25 @@ - + + +
I'm cuter than most kids.good - upbeatGOOD - GLOOMY +
GOOD - UPBEAT
+ + + + + + + + + + + + + + +
What do you think about humans showing pictures of their baby to others?
It's cute.GOOD - TIMID
I'm not interested.
What are you talking about?
@@ -840,15 +1001,16 @@ - + - + - +
It does.ok - upbeatOK - UPBEAT
Don't expect it.good - upbeatGOOD - UPBEAT
The elderly have bad manners.good - irritableGOOD - IRRITABLE +
BAD - GLOOMY
@@ -865,7 +1027,7 @@ - +
I've done nothing wrong.ok - irritableOK - IRRITABLE
@@ -878,11 +1040,11 @@ - + - +
Popularity.ok - irritableOK - IRRITABLE
There's no end if I start.ok - irritableOK - IRRITABLE
@@ -899,7 +1061,7 @@ - +
I'll make your sleep eternal.good - irritableGOOD - IRRITABLE
@@ -908,15 +1070,16 @@ - + - + - +
Soy sauce.good - irritableGOOD - IRRITABLE +
GOOD - TIMID
Worcestershire sauce.BAD - TIMID
I don't add anything.BAD - TIMID
@@ -925,16 +1088,52 @@ - + - + + + +
Give me something.ok - upbeatGOOD - IRRITABLE +
OK - UPBEAT
Grovel before me.good - upbeat; ok - irritableGOOD - UPBEAT +
OK - IRRITABLE
I don't know.BAD - IRRITABLE
+ + + + + + + + + + + + + + +
Honestly, aren't I, like, a (?) better girl than those idols?
You're more unique.
Idols are the best!
Who cares about idols?OK - IRRITABLE
+ + + + + + + + + + + + + + + +
Are all the kids these days doin' stuff like this?
Yeah, we sure are.
No, I thought this up myself.
Want to join in?OK - TIMID
@@ -942,15 +1141,16 @@ - + - + - +
You're right.GOOD - IRRITABLE +
GOOD - TIMID
I don't care.good - upbeatGOOD - UPBEAT
You're not an animal.good - irritableGOOD - IRRITABLE
@@ -963,7 +1163,8 @@ - + @@ -976,7 +1177,7 @@ - + @@ -984,7 +1185,7 @@ - +
I don't want kids.ok - upbeat; good - irritableGOOD - IRRITABLE +
OK - UPBEAT
I'm not comfortable with this.
Don't toy with me.OK - TIMID
I don't understand.
What would you like?good - upbeatGOOD - UPBEAT
@@ -993,15 +1194,17 @@ - + - + - +
Don't joke around.bad - irritableBAD - IRRITABLE
Just endure it.ok - irritableOK - IRRITABLE
Want something delivered?ok - gloomy; good - irritableGOOD - IRRITABLE +
GOOD - TIMID +
OK - GLOOMY
@@ -1010,15 +1213,17 @@ - + - + - +
That's not it at all.good - irritableGOOD - IRRITABLE +
GOOD - TIMID
You look young.good - upbeat; bad - irritableGOOD - UPBEAT +
BAD - IRRITABLE
Cougars are all the rage now.ok - irritableOK - IRRITABLE
@@ -1027,15 +1232,16 @@ - + - + - +
Times have changed.GOOD - TIMID
Humans are powerful.ok - irritableOK - IRRITABLE
This is a difficult topic...ok - irritableOK - IRRITABLE +
OK - TIMID
@@ -1044,15 +1250,18 @@ - + - + - +
Eat you in a hot pot.ok - irritable; bad - timid; good - gloomyGOOD - GLOOMY +
OK - IRRITABLE +
BAD - TIMID
Take you to a taxidermist.good - timidGOOD - TIMID +
GOOD - UPBEAT
You'll be my new stylish coat.good - irritableGOOD - IRRITABLE
@@ -1061,15 +1270,16 @@ - + - + - +
Sorry about that.bad - irritableBAD - GLOOMY +
BAD - IRRITABLE
I haven't thought about it.ok - irritableOK - IRRITABLE
Ugh, you talk too loud.good - irritableGOOD - IRRITABLE
@@ -1078,7 +1288,7 @@ - + @@ -1095,11 +1305,13 @@ - + - + @@ -1112,15 +1324,15 @@ - + - + - +
This was my choice.ok - irritableOK - IRRITABLE
Fighting me is bad luck.
Don't scratch the furniture.good - timid, irritableGOOD - IRRITABLE +
GOOD - TIMID
I'll housebreak you.ok - irritableGOOD - GLOOMY +
OK - IRRITABLE
Let me touch your paws.
Just go home.good - irritableGOOD - IRRITABLE
What do you mean?OK - TIMID
Don't lie to me.ok - irritableOK - IRRITABLE
@@ -1128,8 +1340,8 @@ - - + + @@ -1146,15 +1358,20 @@ - + - + - +
I'll make you into soup.
Ok, I'll make you into soup.bad - irritableOK, I'll make you into soup.BAD - IRRITABLE
Fine, I'll grill you.
I am.ok - timid; good - irritable, gloomyGOOD - GLOOMY +
GOOD - IRRITABLE +
OK - TIMID +
BAD - UPBEAT
I'm actually very busy.good - irritableGOOD - IRRITABLE +
BAD - UPBEAT
Shut up.ok - gloomyGOOD - UPBEAT +
OK - GLOOMY
@@ -1163,15 +1380,17 @@ - + - + - +
I suppose so.bad - irritableOK - GLOOMY +
BAD - IRRITABLE
What don't you get.good - irritableGOOD - IRRITABLE
Nah, you totally won.ok - gloomy; good - upbeatGOOD - UPBEAT +
OK - GLOOMY
@@ -1180,15 +1399,16 @@ - + - + - +
For real!?ok - irritableOK - GLOOMY +
OK - IRRITABLE
That's worrying... ok - gloomyOK - GLOOMY
...Try me.good - irritableGOOD - IRRITABLE
@@ -1201,28 +1421,79 @@ - + - +
It's part of my face.ok - gloomyOK - GLOOMY
Try and rip it off me.good - irritableGOOD - IRRITABLE
+ + + + + + + + + + + + + + + +
Is it scary to get a shot? Does it make you cry, mister?
I cry like a baby.
I endure it.GOOD - UPBEAT
I like shots.
+ + + + + + + + + + + + + + + + +
Hey, how about this? If you don't shoot me, then I'll kiss you. Not a bad deal, right?
Not a bad idea.
I don't want a kiss.
Have some self-respect.BAD - UPBEAT
+ + + + + + + + + + + + + + + + +
Is it because I'm not acting mature enough? Like, what the heck makes someone mature, anyway?
Being old enough to drink.OK - UPBEAT
Paying your own rent.OK - IRRITABLE
Questioning maturity.
+ - + - + - +
Just thinkin' about hierarchy, you should be showin' me a little more respect, shouldn't you?
You're right, Senpai.good - gloomy (?)GOOD - GLOOMY (?)
I never thought about it.ok - gloomyOK - GLOOMY
I prefer mutual respect.bad - gloomyBAD - GLOOMY
@@ -1231,15 +1502,15 @@ - + - + - +
A star?ok - gloomyOK - GLOOMY
That's never happening.bad - irritable BAD - IRRITABLE
Are you giving up?GOOD - GLOOMY
@@ -1248,7 +1519,8 @@ - + @@ -1265,7 +1537,7 @@ - + @@ -1276,23 +1548,125 @@
Slow walkers.ok - irritable; good - gloomyGOOD - GLOOMY +
OK - IRRITABLE
Loud talkers...
It's unfair.ok - upbeatOK - UPBEAT
Your fault for being tricked.
+ + + + + + + + + + + + + + + + +
But I've been around the block, so I know--there's something else you want from me, isn't there?
I'm acting on a whim.
I love the elderly.
I just want you to die happy.GOOD - GLOOMY
+ + + + + + + + + + + + + + + + +
I wish they would leave us old people alone. After all, it's not like we have much time left.
I agree.
Speak for yourself.OK - GLOOMY
There's an aging boom...
+ + + + + + + + + + + + + + + + +
I suppose that's why I feel so confused, child. After all, why am I being treated like this?
Because you resisted.OK - TIMID
It can't be helped.GOOD - GLOOMY
Holidays don't matter.
+ + + + + + + + + + + + + + + + +
They wear sleeveless shirts in the winter, right? What do you think about that, dearie?
I like it.
They miss seasonal changes.GOOD - TIMID
I don't care.
+ + + + + + + + + + + + + + + + +
Isn't that just like when a human woman gets married and moves in with her husband?
That's right.
No.
I love someone else.GOOD - GLOOMY
- + - +
Didn't you feel like that when you were a kid, too?
Being a kid is easy.GOOD - IRRITABLE
Being a kid is tough.good - upbeatGOOD - UPBEAT
I don't remember.
+ + + + + + + + + + + + + + + + +
Don't you think it's sad that slang and sayings can grow old and get outdated?
That is sad.BAD - GLOOMY
I don't think so.
That just proves you're old.
@@ -1307,7 +1681,7 @@ - +
Therefore, I cannot be destroyed. Desist form this pointlessness.
You're lying.ok - irritableOK - IRRITABLE
@@ -1316,7 +1690,7 @@ - + @@ -1333,15 +1707,33 @@ - + + + + + + + +
You're right.good - irritableGOOD - IRRITABLE
That's absurd.
You're right.bad - upbeatBAD - UPBEAT
I don't care.OK - UPBEAT
I don't know any other way.GOOD - UPBEAT +
BAD - TIMID
+ + + + + + - - + + + + + +
Where do babies come from?
Storks deliver them.
I don?t know any other way.bad - timidAsk your parents.
The love between two people.GOOD - GLOOMY
@@ -1350,7 +1742,7 @@ - + @@ -1367,7 +1759,7 @@ - + @@ -1384,7 +1776,8 @@ - + @@ -1401,15 +1794,15 @@ - + - + - +
Hamburgers.ok - timidOK - TIMID
Curry.
That?s right.ok - timidOK - TIMID
I won't tell you.
Right after this, kid.good - timidGOOD - TIMID +
BAD - UPBEAT
Such a rude little boy...
It's not bad.OK - GLOOMY
...I could get used to it.OK - GLOOMY
It pains my heart...ok - gloomyOK - GLOOMY
@@ -1418,7 +1811,7 @@ - + @@ -1426,7 +1819,8 @@ - +
Slow-ass cashiers.good - gloomyGOOD - GLOOMY
Egotistical women.
I'm not irritated.bad - gloomy; good - timidGOOD - TIMID +
BAD - GLOOMY
@@ -1435,7 +1829,7 @@ - + @@ -1443,7 +1837,7 @@ - +
It's really boring.ok - gloomyOK - GLOOMY
I'm always so busy there.
It's better than here.ok - gloomyOK - GLOOMY
@@ -1456,20 +1850,21 @@ - +
Are you bored?good - irritableGOOD - IRRITABLE +
OK - TIMID
That's horrible premise.
- +
- + @@ -1480,21 +1875,39 @@
No matter the crime, humans treat it more lightly if the perpetrator is a minor, do they not?
That's not true.good - irritableGOOD - IRRITABLE
Age doesn't matter.
+ + + + + + + + + + + + + + + + +
Ah, so I suppose you commit such extreme acts because you know you won't be punished harshly...
That's not true.
Age doesn't matter.GOOD - TIMID
This isn't extreme.GOOD - UPBEAT
- + - + - +
You knocked me down, and now my goddamn watch is broken!
Sorry...GOOD - GLOOMY +
GOOD - IRRITABLE
Not my problem.BAD - GLOOMY
Don't lie.ok - gloomyOK - GLOOMY
@@ -1507,11 +1920,12 @@ - + - +
I just couldn't.ok - upbeat, irritableOK - IRRITABLE +
OK - UPBEAT
Is that reverse psychology?bad - gloomyBAD - GLOOMY
@@ -1528,7 +1942,8 @@ - +
I'm always alone.ok - upbeat, irritableOK - IRRITABLE +
OK - UPBEAT
@@ -1537,15 +1952,36 @@ - + - + - + + +
Nobody.GOOD - GLOOMY +
GOOD - IRRITABLE
Shuddup...ok - upbeatOK - UPBEAT +
BAD - IRRITABLE +
BAD - TIMID
I'm actually still young...good - upbeatGOOD - UPBEAT
+ + + + + + + + + + + + + + +
How 'bout you? You wanna get married someday?
I do.OK - UPBEAT +
BAD - GLOOMY
I don't.BAD - IRRITABLE
That's impossible.
@@ -1554,14 +1990,33 @@ - + - + + + +
I didn't know.bad - timidBAD - GLOOMY +
BAD - TIMID
Not if no one finds out.good - upbeatGOOD - UPBEAT
Pretty cool, huh?BAD - IRRITABLE +
BAD - TIMID
+ + + + + + + + + + + + + +
I am inclined to turn you down but if you still wish to speak, I will perhaps consider it.
You have nothing I want.
Are you bored?GOOD - UPBEAT
That's a horrible premise.
@@ -1571,7 +2026,7 @@ Meat and potatoes. - good - upbeat + GOOD - UPBEAT I don't need homemade food. @@ -1592,7 +2047,7 @@ I'm busy. - good - upbeat + GOOD - UPBEAT What are you talking about? @@ -1613,7 +2068,7 @@ I never thought about it. - good - gloomy + GOOD - GLOOMY @@ -1622,15 +2077,16 @@ - + - - + +
That's "domestic violence."good - upbeatGOOD - UPBEAT
What? No, you're wrong...
Um, are things OK at home?good - gloomyUm, are things ok at home?GOOD - GLOOMY +
GOOD - TIMID
@@ -1639,7 +2095,7 @@ - + @@ -1647,7 +2103,24 @@ - + + +
Let's play tag.bad - gloomyBAD - GLOOMY
Let's play a video game.
Let's hit on some ladies.good - irritableGOOD - IRRITABLE
+ + + + + + + + + + + + + + +
What's wrong with the way I look, huh?
You tempt people.GOOD - TIMID
You're ugly.
Nothing's wrong.GOOD - IRRITABLE
@@ -1656,7 +2129,7 @@ - + @@ -1677,7 +2150,7 @@ - + @@ -1690,7 +2163,8 @@ - + @@ -1698,7 +2172,8 @@ - +
I'm smart.bad - gloomyBAD - GLOOMY
My grades are all right.
What's wrong with that?bad - gloomyBAD - GLOOMY
It's because you're cute.
Now that you mention it...ok - gloomyGOOD - TIMID +
OK - GLOOMY
No, I don't think so.
I'm not mature anyway.bad - irritableBAD - IRRITABLE +
BAD - UPBEAT
@@ -1707,7 +2182,7 @@ - + @@ -1715,7 +2190,7 @@ - +
Sure did.good - gloomyGOOD - GLOOMY
Not really.
I want to be a kid forever.OK - TIMID
@@ -1728,11 +2203,11 @@ - + - +
I don't think its unfair.ok - irritableOK - IRRITABLE
Don't fret about it.good - upbeatGOOD - UPBEAT
@@ -1741,7 +2216,7 @@ - + @@ -1749,7 +2224,8 @@ - +
Red.good - timidGOOD - TIMID
Green.
I never bleed or cry.good - gloomyGOOD - GLOOMY +
BAD - TIMID
@@ -1762,11 +2238,11 @@ - + - +
My natural talent.GOOD - TIMID
I'm not telling.good - gloomyGOOD - GLOOMY
@@ -1775,7 +2251,7 @@ - + @@ -1792,7 +2268,7 @@ - + @@ -1809,15 +2285,16 @@ - + - + - +
Yeah, sometimes.good - timidGOOD - TIMID
Battle is what soothes me.
I'm ready for it.ok - timidOK - TIMID
What kind of adversity?
OK, I'll make you into soup.bad - irritableBAD - IRRITABLE
Fine I'll grill you.good - irritable, timidGOOD - IRRITABLE +
GOOD - TIMID
All right i'll mince you!ok - irritableOK - IRRITABLE
@@ -1834,7 +2311,7 @@ - +
I'll quietly be at your side.bad - irritableBAD - IRRITABLE
@@ -1843,11 +2320,12 @@ - + - + @@ -1868,7 +2346,7 @@ - +
Curry.good - irritableGOOD - IRRITABLE
Vegetables.GOOD - GLOOMY +
OK - TIMID
Protein.
I'll take responsibility.good - irritableGOOD - IRRITABLE
@@ -1877,7 +2355,7 @@ - + @@ -1898,7 +2376,7 @@ - + @@ -1919,7 +2397,8 @@ - +
Sometimes.ok - irritableOK - IRRITABLE
No.
You're a loathsome foe.ok - irritableOK - IRRITABLE
You sound preachy.
You're getting on my nerves!bad - upbeatGOOD - TIMID +
BAD - UPBEAT
@@ -1928,7 +2407,8 @@ - + @@ -1949,11 +2429,11 @@ - + - +
Sorry.good - upbeatGOOD - TIMID +
GOOD - UPBEAT
You don't get to be picky.
A deal with the enemy?good - gloomyGOOD - GLOOMY
I can't trust you.BAD - IRRITABLE
@@ -1962,11 +2442,11 @@ - + - + @@ -1979,18 +2459,18 @@ - + - + - +
I like older women.good - gloomyGOOD - GLOOMY
I like younger women.GOOD - UPBEAT
I like men.
It's a school holiday.good - upbeatGOOD - UPBEAT
I don't feel like going.OK - IRRITABLE
I actually finished school.ok - irritableOK - IRRITABLE
- +
@@ -2000,11 +2480,11 @@ - + - +
Wouldn't your girlfriend get jealous if she could see us?
It's only bad if I get caught.good - upbeatGOOD - UPBEAT
I don't have a girlfriend.good - irritable (?)GOOD - IRRITABLE (?)
@@ -2012,16 +2492,16 @@ - - + + - + - +
I'm sure a miracle's gonna happen to me, right?
Miracles don't happen [...]Miracles don't exist.OK - GLOOMY
I'd be jealous if it did.good - timidGOOD - TIMID
I'm waiting.GOOD - TIMID
@@ -2030,7 +2510,7 @@ - + @@ -2041,6 +2521,23 @@
Quit joking around.ok - irritableOK - IRRITABLE
You're fine as you are.
+ + + + + + + + + + + + + + + + +
I'm sure there're other people in the world who'd irritate you more. You know, like-
Older people trying to look young.OK - IRRITABLE
No one bothers me.BAD - IRRITABLE
I hate everyone.GOOD - IRRITABLE
@@ -2051,7 +2548,7 @@ - + @@ -2064,7 +2561,7 @@ - + @@ -2089,7 +2586,9 @@ - +
I've heard that love can bloom anywhere, even on a battlefield. Don't you think that's possible?
Definitely not.good - irritableGOOD - IRRITABLE
What are you saying?
You're beautiful.good - irritableGOOD - IRRITABLE
You're scary.
You're too self-conscious.ok - irritable, gloomy; good - upbeatGOOD - UPBEAT +
OK - GLOOMY +
OK - IRRITABLE
@@ -2098,7 +2597,7 @@ - + @@ -2123,7 +2622,7 @@ - +
It's just you.ok - irritableOK - IRRITABLE
It's coming from you.
This'll be your deathday too.ok - irritableOK - IRRITABLE
@@ -2132,7 +2631,7 @@ - + @@ -2140,7 +2639,8 @@ - +
I care about my looks.ok - irritableOK - IRRITABLE
It keeps my foes' blood off.
That's what I want to know.good - gloomy, irritableGOOD - GLOOMY +
GOOD - IRRITABLE
@@ -2149,15 +2649,16 @@ - + - + - +
That would be troublesome.OK - IRRITABLE +
BAD - GLOOMY
I could carry that weight.bad - irritableBAD - IRRITABLE
I wouldn't like that.GOOD - IRRITABLE
@@ -2166,7 +2667,8 @@ - + @@ -2177,6 +2679,23 @@
Yes, I want world peace.bad - irritableOK - UPBEAT +
BAD - IRRITABLE
I want a grand funeral.
+ + + + + + + + + + + + + + + + +
...But be-hee-fore all that, let's enjoy a little chat, ho!
All right, I suppose.GOOD - GLOOMY
There's no need for that.
[...]
@@ -2191,7 +2710,7 @@ - +
You had something you lost, and you not know how important it was until after it gone, right?
Quiet, I'm killing you now.ok - irritableOK - IRRITABLE
@@ -2200,15 +2719,16 @@ - + - + - +
Then get serious now.good - gloomyGOOD - GLOOMY
Making excuses?ok - gloomyOK - GLOOMY
I wasn't trying either.bad - gloomyBAD - GLOOMY +
BAD - UPBEAT
@@ -2221,7 +2741,7 @@ - + @@ -2234,15 +2754,16 @@ - + - + - +
Complicated...?bad - gloomyBAD - GLOOMY
Liar.
My rival.ok - gloomyOK - GLOOMY
Nobody, really.bad - gloomyBAD - GLOOMY
It doesn't matter.good - gloomyGOOD - GLOOMY +
GOOD - IRRITABLE
@@ -2251,7 +2772,7 @@ - + @@ -2259,7 +2780,24 @@ - + + +
That's true.ok - gloomyOK - GLOOMY
That can't be true.
That's unrelated.good - gloomyGOOD - GLOOMY
+ + + + + + + + + + + + + + +
Would you do to anyone what you're doing to me now?
I sure would.
No, I wouldn't.GOOD - GLOOMY
This is a special exception.
@@ -2276,7 +2814,7 @@ - +
Shut up!ok - gloomyOK - GLOOMY
@@ -2289,7 +2827,7 @@ - + @@ -2302,7 +2840,7 @@ - + @@ -2310,7 +2848,7 @@ - +
Don't play the tragic hero.bad - gloomyBAD - GLOOMY
You were born.
Give me everything you got.GOOD - UPBEAT
Lick my shoes.
Are you sure it's fine?good - gloomyGOOD - GLOOMY
@@ -2319,7 +2857,7 @@ - + @@ -2327,10 +2865,27 @@ - +
I downloaded an app.good - upbeatGOOD - UPBEAT
I took the train.
I'm with my friends!good - gloomyGOOD - GLOOMY
+ + + + + + + + + + + + + + + +
Why do they like “making out”?
How should I know?
I can't tell you.BAD - UPBEAT
Ask your parents.
+ @@ -2340,7 +2895,7 @@ - + @@ -2357,7 +2912,8 @@ - + @@ -2370,11 +2926,12 @@ - + - + @@ -2387,15 +2944,16 @@ - + - + - +
Taking that into consideration, do you still want me?
I didn't think that far.ok - gloomyOK - GLOOMY
The feelings will come.
Are you bored?ok - timidGOOD - GLOOMY +
OK - TIMID
That's a horrible premise.
I'm not special.GOOD - GLOOMY
That's right.bad - timid; ok - irritableOK - IRRITABLE +
BAD - TIMID
I have ulterior motives.
It's not meaningless.ok - timidGOOD - UPBEAT +
OK - TIMID
There are other ways to live.GOOD - GLOOMY
You had a good run.OK - TIMID
@@ -2404,11 +2962,11 @@ - + - + @@ -2421,11 +2979,11 @@ - + - + @@ -2438,15 +2996,16 @@ - + - + - +
I'll just keep winning.ok - irritableOK - IRRITABLE
You're just a sore loser.bad - gloomyBAD - GLOOMY
I can't drink, I'm underage.
It doesn't change the facts.bad - gloomyBAD - GLOOMY
I never tell lies.GOOD - TIMID
Don't try to escape reality.
I want to get stronger.good - irritableGOOD - IRRITABLE +
GOOD - UPBEAT
Because I see an enemy.GOOD - UPBEAT
I don't actually know.good - gloomyGOOD - GLOOMY
@@ -2455,7 +3014,7 @@ - + @@ -2472,7 +3031,7 @@ - + @@ -2480,7 +3039,24 @@ - + + +
Fair enough.good - upbeatGOOD - UPBEAT
That is incorrect.
Katsudon, coming right up.good - irritableGOOD - IRRITABLE
How about sushi...?
I have nothing for you.ok - irritableOK - IRRITABLE
+ + + + + + + + + + + + + + +
It's hard to tell under the mask, but... you're actually handsome, aren't you?
How did you know?BAD - IRRITABLE
No, not all.GOOD - IRRITABLE
I look ok, I guess.GOOD - GLOOMY
@@ -2489,11 +3065,11 @@ - + - + @@ -2506,11 +3082,12 @@ - + - + @@ -2523,7 +3100,7 @@ - + @@ -2540,15 +3117,35 @@ - + - + - + + +
You look terrifying.good - gloomyGOOD - GLOOMY
I can't play with you.ok - irritableOK - IRRITABLE
You're not an animal.
Like a disco ball.OK - UPBEAT
Not at all.bad - irritable, gloomyBAD - GLOOMY +
BAD - IRRITABLE
Why does that matter?
This is true.good - timidGOOD - TIMID
That's not very fun.
Fate brought us together.good - upbeat, irritableGOOD - IRRITABLE +
GOOD - UPBEAT
There is no such thing.ok - irritable ; good - timidGOOD - TIMID +
OK - IRRITABLE
I want to end this fate.ok - irritable OK - IRRITABLE
+ + + + + + + + + + + + + + +
Won't you just leave me be?
Are you busy?GOOD - IRRITABLE
I just couldn't.GOOD - TIMID +
OK - UPBEAT
Is that reverse psychology?
@@ -2557,11 +3154,11 @@ - + - + @@ -2574,7 +3171,7 @@ - + @@ -2582,7 +3179,7 @@ - +
Aren't you scared?GOOD - TIMID
I'll have more fun first.ok - irritable OK - IRRITABLE
Stop trying to act cool.
You got me.good - upbeatGOOD - UPBEAT
It's a misunderstanding.
I've come to finish you off.BAD - UPBEAT
@@ -2591,11 +3188,11 @@ - + - + @@ -2608,7 +3205,7 @@ - + @@ -2629,11 +3226,11 @@ - + - +
Hee-ho!ok - upbeatOK - UPBEAT
Hee-haw!good - upbeatGOOD - UPBEAT
Personaaa!
Fine.bad - upbeatBAD - UPBEAT
No.
A speciatly site.GOOD - UPBEAT
Word of mouth.ok - upbeatOK - UPBEAT
@@ -2642,7 +3239,7 @@ - + @@ -2653,6 +3250,40 @@
That's scary...bad - upbeatBAD - UPBEAT
I would never cry.
+ + + + + + + + + + + + + + + + +
I'm not the one you should want to shoot...
You've got a point there...
That's absurd.
Anyone will do.GOOD - GLOOMY
+ + + + + + + + + + + + + + + + +
When I was young, I could make anyone back off - if they were smart enough - with just my glare.
Fights are just luck.
I'm just that good.
You've grown old.
@@ -2663,7 +3294,8 @@ - + @@ -2676,7 +3308,7 @@ - + @@ -2687,6 +3319,23 @@
How can you do such terrible things to a cute hee-ho like me!?
Now that you mention it...ok - upbeatGOOD - GLOOMY +
OK - UPBEAT
...Cute?
Please forgive me.good - upbeatGOOD - UPBEAT
Fans?
+ + + + + + + + + + + + + + + + +
I would never have accepted this task if I knew it would involve this sort of suffering.
What a pity...GOOD - GLOOMY
Uninformed choices are bad.
Complaining won't help.
@@ -2697,7 +3346,7 @@ - + @@ -2710,7 +3359,7 @@ - + @@ -2723,18 +3372,53 @@
In the very end, what the hell are you tryin' ta tell me?
Why do we fight?good - upbeatGOOD - UPBEAT
I don't really know...
Too late for regrets.good - upbeatGOOD - UPBEAT
You never had a chance.
- + - + + + + + - - - - - +
Do you have a dish you're good at?That's whack, man. Maybe you should get your head checked out.
Fried riceI probably should.BAD - IRRITABLE
I'm fine as is.
Spaghetti carbonaragood - upbeat
What are you saying?You're a sore loser.
+ + + + + + + + + + + + + + + + +
You know, if you're willing to let this go… I'll make it worth your while.
Worth my while…?
No way.
I'm already taken.GOOD - IRRITABLE
+ + + + + + + + + + + + + + + + +
Life's nothing but pain anyways. Just do whatever you want.
You should have stayed home.
You won't die easily.GOOD - TIMID
Don't get desperate.
+
diff --git a/royal.md b/royal.md new file mode 100644 index 0000000..381c270 --- /dev/null +++ b/royal.md @@ -0,0 +1,32 @@ +

+ + \ No newline at end of file diff --git a/shadows.md b/shadows.md new file mode 100644 index 0000000..0263540 --- /dev/null +++ b/shadows.md @@ -0,0 +1,936 @@ +
+ + +
+
+
+ + + +
+ +##### Kamoshida’s Palace + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ShadowDescriptionArcanaPersonality
Jack-o-LanternCrypt-dwelling PyromaniacMagicianGloomy
PixieBeguiling GirlLoversTimid
IncubusBedside BruteDevilTimid
MandrakeGallows-FlowerDeathUpbeat
BicornDirty Two-horned BeastHermitIrritable
AgathionApprentice in a JugChariotTimid
BerithBrutal CavalrymanHierophantIrritable
SilkyTroublesome HousemaidPriestessGloomy
KelpieMad Marsh HorseStrengthUpbeat
SuccubusTwilight ProstituteMoonIrritable
AndrasMenacing OwlmanDevilTimid
EligorWar-hungry HorsemanEmperorIrritable
ArchangelHeavenly PunisherJusticeIrritable
+ +##### Madarame’s Palace + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ShadowDescriptionArcanaPersonality
MokoiNight-Walking WarriorDeathGloomy
ApsarasWaterside NymphPriestessUpbeat
Hua PoGirl of the Hanging TreeHanged ManUpbeat
KoropokguruLeafy Old ManHermitTimid
OnmorakiCorpse BirdMoonGloomy
Ippon-DataraEmbittered BlacksmithHermitUpbeat
Koppa-TenguFoolish MonkTemperanceUpbeat
NueNight ChimeraMoonIrritable
Jack FrostMocking SnowmanMagicianTimid
MakamiHunting Wolf SpiritTemperanceUpbeat
InugamiPossessing Ghost DogHanged ManTimid
Shiki-OujiBringer of MisfortuneChariotIrritable
+ +##### Kaneshiro’s Palace + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ShadowDescriptionArcanaPersonality
NekomataAscended FelineMagicianUpbeat
High PixiePrankster LeaderFoolIrritable
AngelZealous MessengerJusticeIrritable
OrthrusTwin-headed GuardianHanged ManIrritable
OrobasEquine SageHierophantTimid
OniChivalrous FiendStrengthUpbeat
YaksiniHuman-eating LadyEmpressIrritable
Leanan SidheJealous LoverLoversIrritable
RakshasaBattle FiendStrengthIrritable
Take-MinakataDefeated AvengerHanged ManGloomy
Sui-kiFloodbringer Demon/Raging Water DemonMoonGloomy
Fuu-kiTornado DevilStarGloomy
Kin-kiDemonic Warrior/Samurai KillerChariotGloomy
+ +##### Futaba’s Palace + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ShadowDescriptionArcanaPersonality
SandmanEnvoy of SlumberMagicianIrritable
AnzuThief of TabletsHierophantIrritable
NagaCavern SnakemanHermitGloomy
LamiaSlithering SnakewomanEmpressGloomy
ThothChanting BaboonEmperorGloomy
IsisShe of Life and DeathPriestessTimid
AnubisBearer of the ScalesJudgementGloomy
MotCoffin-borne GodDeathTimid
+ +##### Okumura’s Palace + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ShadowDescriptionArcanaPersonality
DecarabiaVicious PentagramFoolGloomy
Black OozePulsing MudMoonIrritable
ArahabakiAwakened GodHermitGloomy
GirimehkalaRebellious ElephantMoonGloomy
MothmanVampire MothMoonTimid
BelphegorAmbassador of FilthTowerIrritable
LilimWoman Who Brings RuinDevilGloomy
MithrasDark SunSunGloomy
ScathatchThe Shadowed OnePriestessUpbeat
KaiwanWishless StarStar
+ +##### Niijima’s Palace + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ShadowDescriptionArcanaPersonality
OseCruel LeopardFoolUpbeat
UnicornExpressionless BeastHierophantTimid
Kikuri-HimeMountain GirlPriestessGloomy
ValkyrieFunerary WarriorStrengthIrritable
PowerDivine WarriorJusticeIrritable
GaneshaAuspicious PachydermSunUpbeat
Queen MabMidnight QueenMagicianGloomy
KumbhandaLife-Draining SpiritHermitIrritable
Kushinada-HimeLamenting SacrificeLoversUpbeat
RangdaDancing WitchMagicianGloomy
SkadiQuaking Lady of ShadowPriestessTimid
NornFinal MeasererFortuneUpbeat
Raja NagaSnake KingTemperance
+ +##### Shido’s Palace + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ShadowDescriptionArcanaPersonality
CerberusGuard Dog of HadesChariotIrritable
DakiniBlood-thirsty DemonessEmpressUpbeat
SarasvatiStrumming Veena PlayerPriestessTimid
NarcissusSelf-Infatuated StarLoversTimid
King FrostMonarch of SnowEmperorUpbeat
TitaniaScandalous QueenEmpressTimid
ParvatiDestructive BeautyLoversTimid
Kurama TenguMonk of the ValleyHermitIrritable
BarongDancing LionEmperorTimid
ForneusRhetorician of the SeaHierophantTimid
HanumanNimble Monkey KingStarUpbeat
GarudaRaging Bird GodStarIrritable
BaphometHeretic GoatDevilTimid
OberonUnfaithful Dream-KingEmperorIrritable
Ongyo-KiShadow CleanerStrength
+ +##### Depths of Mementos + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ShadowDescriptionArcanaPersonality
LilithHarlot of DesireTimidMoon
MolochSacrificial PyrekeeperHanged ManGloomy
NebirosWandering ReviverDevilUpbeat
DionysusHedonistic BraggartFoolIrritable
MelchizedekPagan SaviorJusticeIrritable
ChernobogThe Black AvengerDeathGloomy
BaalReviled DictatorEmperorUpbeat
ThorThunder EmperorChariotIrritable
Yamata-no-OrochiDrunken SerpentsJudgementGloomy
BelialMissionary of DepravityDevilGloomy
MaraTorn King of DesiresTowerIrritable
AbaddonAbyssal King of AvariceJudgementIrritable
+ +##### Qliphoth World + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ShadowDescriptionArcanaPersonality
DominionMerciless InquisitorJusticeGloomy
KaliThe Blackened FuryEmpressIrritable
UrielHerald of DeathJustice
RaphaelCleanser of HeavenLovers
GabrielDeclarer of AnguishTemperance
MichaelApocalyptic GuideJudgement
+ +##### Mementos + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ShadowDescriptionArcanaPersonality
RegentTreasure DemonEmperorUpbeat
SlimeViscid Rotting MeatChariot
KodamaWavering Tree SpiritStarUpbeat
ObariyonPiggyback DemonFoolIrritable
PisacaCorpse-eating CorpseDeathGloomy
SudamaNoisy Mountain SpiritHermitTimid
Queen’s NecklaceZealous MessengerJusticeUpbeat
ChoronzonGathering DevilMagicianTimid
SandmanEnvoy of SlumberMagicianIrritable
LegionFused GhostFoolUpbeat
+ +