question
dict
answers
list
id
stringlengths
1
5
accepted_answer_id
stringlengths
1
5
popular_answer_id
stringlengths
1
5
{ "accepted_answer_id": "38046", "answer_count": 2, "body": "\n\nThe picture below is a partial screen cap from time mark 1:44 of [episode 24\nof Haikyu!!](http://www.crunchyroll.com/haikyu/episode-24-the-absolute-limit-\nswitch-692197), 2nd Season. [![translated calligraphic team banners: Rule the\nCourt, and\nFly](https://i.stack.imgur.com/wMbY1.jpg)](https://i.stack.imgur.com/wMbY1.jpg)\nMy main question involves Karasuno's team banner, with the calligraphy for\n**Fly**. Several times this season the banner's translation is shown with the\nword \"Fly\" broken into two lines. In each episode, there was obviously room\nfor the \"y\" to appear on the same line with the rest of the word.\n\n 1. Was splitting it a pure mistake, possibly caused by some production issue? I can imagine that maybe the translator was rushed and confused, or perhaps somehow could not tell that the entire word \"Fly\" would have fit on a single line.\n 2. Was the split done out of habit? I've seen that Japanese is sometimes written horizontally and sometimes vertically. Perhaps the translator just did not realize how odd it would look in English to see a 3-character word split.\n 3. Was the split a pure artistic choice? It seems unlikely, but maybe there is some concept within the Japanese calligraphy that could be expressed in English by splitting the word \"Fly\". I can sort of get it -- **Fly** , by its very nature, is a vertical concept.\n\nSince the same frame contained Aoba Johsai's banner, I might as well ask the\nopposite question concerning it. Why did the translators not split the word\n\"Court\" from the rest of the slogan so that it would appear below \"Rule the\"?\nThis would allow the translation to not overflow the banner, as well as avoid\na partial overwrite of a second calligraphic character.\n\nThe cinematography of the banners here is interesting. They are intentionally\njuxtaposed thematically, not as they actually were placed in the stadium.\nPerhaps the key is not in the individual slogans, but in the viewing them as a\nset.\n\n", "comment_count": 2, "content_license": "CC BY-SA 3.0", "creation_date": "2016-12-21T17:12:27.777", "favorite_count": 0, "id": "37993", "last_activity_date": "2016-12-28T16:24:46.597", "last_edit_date": "2016-12-25T16:32:13.880", "last_editor_user_id": "1908", "owner_user_id": "19670", "post_type": "question", "score": 3, "tags": [ "crunchyroll", "haikyuu" ], "title": "Is there a reason for this broken \"Fly\"?", "view_count": 815 }
[ { "body": "\n\nThis is likely a bug in Crunchyroll's subtitle renderer. Relevant excerpts\nfrom the [subtitle\nfile](https://en.wikipedia.org/wiki/SubStation_Alpha#Advanced_SubStation_Alpha)\nfor this episode:\n\n[code]\n\n [V4+ Styles]\n Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, StrikeOut, ScaleX, ScaleY, Spacing, Angle, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, Encoding\n Style: fly,Open Sans Semibold,58,&H00E3E0E1,&H000000FF,&H002D2625,&H005C574B,1,0,0,0,100,100,0,52,1,0,0,9,667,133,69,0\n \n ...\n \n [Events]\n Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text\n Dialogue: 0,0:01:43.41,0:01:45.66,fly,sign,0000,0000,0000,,Fly\n \n[/code]\n\nNothing here indicates that the word \"Fly\" was _supposed_ to be broken across\ntwo lines. If it was, there would be a `\\N` newline in the markup like so:\n`Fl\\Ny`. (I cannot think of any reason why any reasonable person would want to\nbreak it as \"Fl\" + \"y\" anyway.)\n\nI do not know what technology Crunchyroll uses to render its subtitles, so I\ncannot speculate any further as to the exact cause of this issue.\n\n* * *\n\nAs to how I obtained this file in the first place - I could spin you a\nnarrative about how Crunchyroll clearly uses softsubs (since you can turn them\noff or change languages without Crunchyroll having to re-load a different\nversion of the video), and so the softsubs must be transmitted to your\nbrowser, and from that point it just becomes a trivial matter of intercepting\nthe web request that contains the softsubs and going from there. But really, I\nsailed the seven seas. (Don't worry, I pay for a Crunchyroll subscription.)\n\n", "comment_count": 4, "content_license": "CC BY-SA 3.0", "creation_date": "2016-12-25T16:46:54.237", "id": "38046", "last_activity_date": "2016-12-25T16:46:54.237", "last_edit_date": null, "last_editor_user_id": null, "owner_user_id": "1908", "parent_id": "37993", "post_type": "answer", "score": 4 }, { "body": "\n\n(Consider this a comment to the answer by @senshin . Using _answer_ format so\nthat I can format text normally and show an image.)\n\nSince you (senshin) went to extra effort for your answer, I felt inspired to\nreply in kind. You state concerning the script excerpt:\n\n> Nothing here indicates that the word \"Fly\" was supposed to be broken across\n> two lines.\n\nI agree, but I think your excerpt reveals the bug. (It is possibly still\nintentional, but I doubt it.) Let's look at a few of the script parameters,\nfrom the **[V4+ Styles]** section.\n\n[code]\n\n MarginL: 667 (left margin)\n MarginR: 133 (right margin)\n MarginV: 69 (vertical (top) margin)\n Alignment: 9 (probably means text is right justified)\n (duration = End - Start = 0:01:45.66 - 0:01:43.41 = 2.25 sec)\n \n[/code]\n\nThe **[Events]** section repeats these values, probably allowing them to work\nwithin the primary values assigned by **[V4 Styles]**. But since these second\nvalues are all 0, the base values are not further bounded. (I added\n**duration** to make it clear that Start and End were time parameters, not\nlocation.)\n\nAssume those are values forming an area in which to place the text, \"Fly\".\nOkay, what are the units, and in what context? Continuing with the\nassumptions, the units are pixels, with (0,0) being the ULC of the image. I\nexperimented to decide the resolution, at first thinking they might be might\nbe for a 1000-wide image, and scaled to the user's desired resolution. That\ndidn't work; it needed to be smaller. Since 480p (858x480) is a standard\nresolution almost anyone can use on their pc or tablet, I tried that. The\nnumbers line up, and the rendering software would scale as necessary. This\nbounding area looks something like:\n\n[![Haikyuu!! annotated Fly\nbanner](https://i.stack.imgur.com/fIt3A.jpg)](https://i.stack.imgur.com/fIt3A.jpg)\n\nThe key to \"Fly\" being broken is MarginR. Note Irfanview's _Selection_ stats\nat the top of image.\n\n[code]\n\n clipEnd = imageWidth - MarginR = 858 - 133 = 725\n clipWidth = clipEnd - MarginL = 725 - 677 = 48\n Irfanview clip = @(MarginL, MarginV) 48 x 132 = @(677, 69) 48 x 132\n \n[/code]\n\n**The only part of \"Fly\" that fits is \"Fl\".** Hence, \"y\" must be forced to the\nnext line. My final assumption is that right-alignment for a forced text break\nis a norm in Japanese text tools, unlike English where it would be left-\naligned.\n\n", "comment_count": 1, "content_license": "CC BY-SA 3.0", "creation_date": "2016-12-25T21:30:45.457", "id": "38053", "last_activity_date": "2016-12-28T16:24:46.597", "last_edit_date": "2016-12-28T16:24:46.597", "last_editor_user_id": "19670", "owner_user_id": "19670", "parent_id": "37993", "post_type": "answer", "score": 3 } ]
37993
38046
38046
{ "accepted_answer_id": null, "answer_count": 1, "body": "\n\nI want to know why did the Sound and Sand Villages want to destroy the Leaf\nVillage? Also, later on, how had the Sand and Leaf Villages made up with each\nother?\n\n", "comment_count": 3, "content_license": "CC BY-SA 3.0", "creation_date": "2016-12-21T21:15:40.313", "favorite_count": 0, "id": "37996", "last_activity_date": "2016-12-25T20:47:20.953", "last_edit_date": "2016-12-22T02:05:28.087", "last_editor_user_id": "11083", "owner_user_id": "29730", "post_type": "question", "score": 4, "tags": [ "naruto" ], "title": "Why did the Sound and Sand villages want to destroy the Leaf Village?", "view_count": 23481 }
[ { "body": "\n\nIt's been a while since I watched Naruto. But I believe it was because of the\nfollowing reasons. If you haven't already gone through the whole arc, then\nthese might be spoilers for you up ahead.\n\n> Orochimaru obviously had a personal grudge against the Hidden Leaf village\n> and the Third Hokage who was also his former mentor. And it was him who put\n> an end to his secret experiments back when he was still a leaf shinobi. He\n> continues his quest for immortality and wanted to destroy the village for\n> his personal reasons. He managed to compel the Fourth Kazekage for\n> assistance in destroying the hidden leaf. The Sand village was suffering\n> badly economically and the Fourth Kazekage saw it as an opportunity to\n> improve their economic condition by taking over the Hidden Leaf and also\n> severely weakening the Leaf Shnobi forces, thereby naturally creating more\n> opportunities for the Sand shinobi to get hired for missions. Orochimaru\n> however, betrayed the fourth Kazekage and killed him. He himself then posed\n> as the Kazekage at the Chunin exams to successfully infiltrate the Leaf\n> village.\n\nFor the next part of the question:\n\n> The sand village's already financially weak state got worse when they\n> realized that the Kazekage had been murdered and their team including their\n> trump card, Gaara had been defeated. Although they emerged victoriuos after\n> a great loss, the Leaf village still let the Sand village off even after\n> they had tried to destroy them, mostly because it had been Orochimaru who\n> had been pulling the strings. Gaara was brought back to his senses after\n> going on a rampage. The Sand village owed the Leaf. And Gaara himself owed a\n> personal debt to Naruto for stopping him and making him see things clearly.\n> When they heard about the Leaf crisis when Sasuke abandoned the village and\n> there were no Jounin level ninjas available, the Sand village dispatched\n> Gaara's squad to assist to settle their debt and also extend a hand for a\n> Sand-Leaf alliance. I am not entirely sure about this but I think it was\n> Tsunade who managed to get the Sand village to assist in the situation.\n\n", "comment_count": 0, "content_license": "CC BY-SA 3.0", "creation_date": "2016-12-25T20:47:20.953", "id": "38050", "last_activity_date": "2016-12-25T20:47:20.953", "last_edit_date": null, "last_editor_user_id": null, "owner_user_id": "13228", "parent_id": "37996", "post_type": "answer", "score": 2 } ]
37996
null
38050
{ "accepted_answer_id": null, "answer_count": 1, "body": "\n\nOne scene of _Yuri on Ice_ (YoI) displays a register receipt from a jewelry\nstore. For less than a second, possibly even as short as a few frames, most of\nthe receipt is visible, and it is clear Yuri is about to purchase a **Gold\nWedding Ring**. Immediately the bulk of the receipt becomes masked by Yuri's\ncredit card. At the beginning of time code 13:26 of [episode\n10](http://www.crunchyroll.com/yuri-on-ice/episode-10-gotta-supercharge-it-\npre-grand-prix-final-special-721639) a lucky freeze-frame can capture:\n\n[![enter image description\nhere](https://i.stack.imgur.com/Ckvo0.jpg)](https://i.stack.imgur.com/Ckvo0.jpg)\n\nAfter that instant, the only significant receipt info which remains unmasked\nis the price, 768.94 €.\n\nIs there a verifiable reason the exact nature of this purchase is almost\nhidden from the viewer?\n\nIn the English subtitles, Yuri refers to it as simply a \"luck charm\". There is\na [Tumblr post](http://spurisani.tumblr.com/post/154207813929/okay-i-fully-\nunderstand-everyones-excitement) which explains that the term in Japanese is\n\"omamori\" and has a deeper meaning than a non-Japanese speaker would associate\nwith \"luck charm\". (I have no direct knowledge that this post is accurate, but\nit feels right.) So those in Japan would apparently get much more out of this\nscene, even if they could not read the receipt.\n\nWithin hours (probably minutes) of episode 10 airing, there were people\nposting the information on this receipt. It is likely that, even though the\ndetails would slip by the vast majority of viewers, any internet-savvy _YoI_\nfan would know what the receipt said. So the scene seems to be intentionally\nhiding information, but with the knowledge that it will be revealed by the\nfans. Does this confuse anyone else?\n\nAlso, can anyone read the first word on the line with \"Gold Wedding Ring\"? I\nthink it starts with an \"F\" but I cannot make it out, even in a sharpened\nversion of the image. (The video was viewed, and image captured, at 1080p\nresolution, expanded to full screen on my 1920x1080 display.)\n\n", "comment_count": 3, "content_license": "CC BY-SA 3.0", "creation_date": "2016-12-22T04:46:10.220", "favorite_count": 0, "id": "38000", "last_activity_date": "2017-01-12T13:10:38.023", "last_edit_date": null, "last_editor_user_id": null, "owner_user_id": "19670", "post_type": "question", "score": 4, "tags": [ "anime-production", "yuri-on-ice" ], "title": "Why was \"Gold Wedding Ring\" displayed for less than a second?", "view_count": 399 }
[ { "body": "\n\n# Was the text of receipt hidden, and why?\n\nI didn't get the impression that the receipt was anymore _intentionally_\n\"hidden\" than, say, Yuko's text message to Yuri Plisetsky in episode 4; I saw\nthe text of the receipt as simply there to fill in necessary visual details\n(in the same way in which it might be necessary for books or pages of homework\nin the \"background\" of other anime to contain some relevant text). However,\nthe text of the receipt _does_ affect how we perceive Yuri's intentions or the\nscene where rings are exchanged, so one could argue that at the very least,\nuseful information is being _unintentionally_ hidden (by virtue of the fact\nthat this piece of information is more or less a background detail).\n\nI haven't seen (at the time of writing) any discussion of the text of the\nreceipt in (translations of) the \"official\" discussions listed\n[here](https://whiteboxtreasure.wordpress.com/index/yuri-on-ice-masterpost/),\nso it's difficult to go beyond guesswork in thinking about these issues.\n\n# What does the receipt say?\n\nMy best guess is that the receipt reads \"Flat Gold Wedding Ring\". This is\nprompted both by the observation that [other people](http://currently-in-\norbit.tumblr.com/post/154176315435/okay-so-according-to-his-receipt-yuuri-\npicked) have made the same guess and that \"Flat\" was my first guess of an\nEnglish word that could fit the context.\n\nOriginally, I was uncertain about this reading, as the final character in the\nfirst word did not look like a lower case T to me; as a lower case T, it\nseemed too short. However, upon a second look, I noticed that instances on the\nreceipt where there is clearly a lower case T _in the same font_ (i.e. in the\ninstances of \"Ticket\" and \"Total\" that we see) have the same problem. With\nthis in mind, I was able to throw out my objection.\n\n", "comment_count": 0, "content_license": "CC BY-SA 3.0", "creation_date": "2017-01-12T09:00:27.020", "id": "38395", "last_activity_date": "2017-01-12T13:10:38.023", "last_edit_date": "2020-06-17T09:17:53.303", "last_editor_user_id": "-1", "owner_user_id": "2604", "parent_id": "38000", "post_type": "answer", "score": 2 } ]
38000
null
38395
{ "accepted_answer_id": null, "answer_count": 0, "body": "\n\nIt stuck me that I have no idea what is supposed to be \"Creed\" in the Matoi\nAnime.\n\nThe girls like Clarus Tonitrus and Flors are \"Anti-Creed\". So they are\nsomething that opposes \"Creed\". From this one could assume that the Nights are\n\"Creed\".\n\nBut the Night-vodoo-dude that maimed Flors is the \"Creed Killer\". Since he has\na ton of bracelets, one could assume that he killed lots of girls, and from\nthat infer that \"Creed\" are the divine union girls of Fatima.\n\nBut then both definitions do not converge. Each one point to the different\nfaction.\n\nWhat is \"Creed\" supposed to mean?\n\n", "comment_count": 0, "content_license": "CC BY-SA 3.0", "creation_date": "2016-12-22T06:57:16.090", "favorite_count": 0, "id": "38001", "last_activity_date": "2016-12-22T06:57:16.090", "last_edit_date": null, "last_editor_user_id": null, "owner_user_id": "2808", "post_type": "question", "score": 2, "tags": [ "matoi-the-sacred-slayer" ], "title": "What is \"Creed\" in the Matoi Universe?", "view_count": 39 }
[]
38001
null
null
{ "accepted_answer_id": "38007", "answer_count": 1, "body": "\n\nIn the twelfth episode of the second season of Hibike Euphonium, some of the\nmain characters are playing a card game before going to bed.\n\nApparently it has to do something with reaching classes, because Kumiko\nmentions not even getting out of middle class after Midori announced that\n\"Revolution's over\".\n\n[![Revolutions over\nscreenshot](https://i.stack.imgur.com/UZH8N.jpg)](https://i.stack.imgur.com/UZH8N.jpg)\n[![enter image description\nhere](https://i.stack.imgur.com/zTRZo.jpg)](https://i.stack.imgur.com/zTRZo.jpg)\n\n", "comment_count": 0, "content_license": "CC BY-SA 3.0", "creation_date": "2016-12-22T16:40:57.413", "favorite_count": 0, "id": "38005", "last_activity_date": "2016-12-22T17:38:26.617", "last_edit_date": null, "last_editor_user_id": null, "owner_user_id": "122", "post_type": "question", "score": 8, "tags": [ "hibike-euphonium" ], "title": "What card game are they playing in S02E12?", "view_count": 299 }
[ { "body": "\n\nThis game is called **Capitalism** and each player is assigned a social class\nranging from president to 'scum'.\n\nIt's also sometimes called\n**[President](https://en.wikipedia.org/wiki/President_\\(card_game\\))** which\nis a westernized verison of the japanese game\n\"[daifugō](https://en.wikipedia.org/wiki/Daifug%C5%8D)\" (perhaps that is the\nactual game, but localized) where it ranges from the daifugō (Grand\nmillionaire) to the Daihinmin (Extreme Needy).\n\nThere is a variant which allows \"revolutions\"\n\n> If a player leads out with four of a kind, the hierarchy of all the cards\n> will be reversed.\n>\n> For example, if 3,4,5,6,7,8,9,10,J,Q,K,A,2 is the typical order of power\n> (from left to right), after four of a kind is played it would be the reverse\n> of that: 2,A,K,Q,J,10,9,8,7,6,5,4,3.\n>\n> If another four of a kind is played, the order would switch back.\n> Revolutions are typically utilized in the game to create better balance and\n> avoid having the same player remain in first position indefinitely.\n\nThe object of the game of course is to be the highest ranking person :)\n\n", "comment_count": 2, "content_license": "CC BY-SA 3.0", "creation_date": "2016-12-22T17:38:26.617", "id": "38007", "last_activity_date": "2016-12-22T17:38:26.617", "last_edit_date": "2020-06-17T09:17:53.303", "last_editor_user_id": "-1", "owner_user_id": "1530", "parent_id": "38005", "post_type": "answer", "score": 9 } ]
38005
38007
38007
{ "accepted_answer_id": "40609", "answer_count": 1, "body": "\n\nAt the end of _Eureka Seven_ , Eureka and Renton came out of the Command\nCluster, then Nirvash and some other Corals moved to another dimension to\nmaintain Limit of Life. But Eureka and Renton no longer returned to their home\ni.e. Bellforest though their names are mentioned in the Thurston family chart\nalong with Maurice, Maeter, and Linck as a part of Thurston family.\n\nWhat actually happens to them? Did they abandon them?\n\nAlso there is no mention of Maurice, Maeter, and Linck in the sequel _Eureka\nSeven AO_.\n\n", "comment_count": 0, "content_license": "CC BY-SA 3.0", "creation_date": "2016-12-23T07:15:12.750", "favorite_count": 0, "id": "38011", "last_activity_date": "2017-07-01T08:24:53.623", "last_edit_date": "2017-05-31T12:58:21.153", "last_editor_user_id": "2516", "owner_user_id": "15880", "post_type": "question", "score": 2, "tags": [ "eureka-seven" ], "title": "What happens to Eureka and Renton at the end of \"Eureka seven\"?", "view_count": 6285 }
[ { "body": "\n\nAccording to [Wikia](http://eurekaseven.wikia.com/wiki/Wish_Upon_a_Star),\n\n> In the original Japanese version, the final scene of the episode revealed a\n> colored picture of Renton and Eureka with Axel and the children, which\n> confirms that they have returned to Bellforest as promised.\n\n[![last episode's end\ncard](https://i.stack.imgur.com/4hh5ml.jpg)](https://i.stack.imgur.com/4hh5m.jpg)\n\nwhich is actually an _end card_. However, end cards are usually not considered\nas canon, so just interpret this picture personally.\n\nAs for why the children didn't appear in the sequel, most of the staffs who\nworked on the sequel are different from the original, including Dai Sato (the\nchief writer for the original). This thus resulting in many plotholes. Some\nfans, to some extent, also disregard the sequel as canon due to this.\n\n", "comment_count": 0, "content_license": "CC BY-SA 3.0", "creation_date": "2017-05-31T14:25:17.560", "id": "40609", "last_activity_date": "2017-06-01T08:14:42.983", "last_edit_date": "2017-06-01T08:14:42.983", "last_editor_user_id": "2516", "owner_user_id": "2516", "parent_id": "38011", "post_type": "answer", "score": 1 } ]
38011
40609
40609
{ "accepted_answer_id": null, "answer_count": 4, "body": "\n\n**Did Itachi Uchiha want to be Hokage when he was young?**\n\n* * *\n\nMy research:\n\n * Hiruzen said that Itachi reasoned like a Hokage at a very young age.\n\n[![enter image description\nhere](https://i.stack.imgur.com/wBAnX.png)](https://i.stack.imgur.com/wBAnX.png)\n\n * [Itachi wanted a **Hokage from Uchiha Clan**.](http://www.saiyanisland.com/2015/12/naruto-shippuden-itachi-uchiha-anime-confirmed/)\n\n> *Itachi Uchiha, age four. After seeing what occurs on the battlefield up\n> close, he makes a certain decision. **_He decided that he would change the\n> world. The dream that Itachi aimed for. His dream: A Hokage from the Uchiha\n> clan, and a future where those he loved could live in peace_**. His time in\n> the ninja academy, his meeting with Shisui, becoming a Genin, Chunin, and\n> finally a member of the Anbu… Itachi ran straight down a path of glory, not\n> knowing that a cruel darkness was spreading…This is the story of the glory,\n> frustration, and determination of the ninja called a genius.*\n\n * [Itachi wanted to be the strongest shinobi in the village.](http://uchihasavior.tumblr.com/post/129601792131/itachi-shinden-chapter-1-section-1-translation)\n\n * Itachi developed his version of the definition of Hokage.\n\n[![enter image description\nhere](https://i.stack.imgur.com/Hiaka.gif)](https://i.stack.imgur.com/Hiaka.gif)\n\\- [He wanted to change the ways of the\nworld.](http://uchihasavior.tumblr.com/post/129601792131/itachi-shinden-\nchapter-1-section-1-translation)\n\n", "comment_count": 2, "content_license": "CC BY-SA 3.0", "creation_date": "2016-12-23T12:08:37.703", "favorite_count": 0, "id": "38013", "last_activity_date": "2022-02-03T17:02:25.247", "last_edit_date": "2016-12-23T12:45:03.383", "last_editor_user_id": null, "owner_user_id": null, "post_type": "question", "score": 11, "tags": [ "naruto" ], "title": "Did Itachi Uchiha want to be Hokage when he was young?", "view_count": 3846 }
[ { "body": "\n\nItachi was a pacifist and went through great lengths trying to achieve peace,\nand was an extraordinary shinobi, however, I don't believe it was ever a goal\nof his to become hokage, nor do I recall it ever being mentioned. But if you\nwould like to discover more about Itachi and his intentions and motives,\nfandom is a very informative website you can go to to find out more about the\nrogue ninja; <http://naruto.wikia.com/wiki/Itachi_Uchiha>\n\n", "comment_count": 0, "content_license": "CC BY-SA 3.0", "creation_date": "2016-12-24T20:25:14.333", "id": "38036", "last_activity_date": "2016-12-24T20:25:14.333", "last_edit_date": null, "last_editor_user_id": null, "owner_user_id": "20225", "parent_id": "38013", "post_type": "answer", "score": 0 }, { "body": "\n\nItachi may have reasoned like a hokage, but he didn't actually want to be\nHokage... He would have made an awesome hokage though. Itachi was very\nintelligent for his age and has the basic ethic to become hokage. I agree with\nHirizun on this one. He had the intelligence, logic, curiosity and the will\nand heart to become hokage.\n\n", "comment_count": 0, "content_license": "CC BY-SA 3.0", "creation_date": "2017-02-28T00:13:54.473", "id": "39169", "last_activity_date": "2017-02-28T00:13:54.473", "last_edit_date": null, "last_editor_user_id": null, "owner_user_id": "31209", "parent_id": "38013", "post_type": "answer", "score": 2 }, { "body": "\n\nActually it was Itachi's dream to become hogake. It states so in the book\n\"Itachi's story\". Itachi's story is canon to the show and is pretty much\nItachi's point of view. So yeah, Itachi did want to become hokage.\n\n", "comment_count": 0, "content_license": "CC BY-SA 4.0", "creation_date": "2019-08-04T20:35:16.983", "id": "53862", "last_activity_date": "2019-08-05T02:14:32.430", "last_edit_date": "2019-08-05T02:14:32.430", "last_editor_user_id": "37235", "owner_user_id": "48396", "parent_id": "38013", "post_type": "answer", "score": 1 }, { "body": "\n\nAs mentioned by [Alexis\nOrcutt](https://anime.stackexchange.com/a/53862/19307), it is stated in the\nlight novel series _Itachi's Story_ that Itachi wanted to become Hokage. I\nhave to add a caveat here, however. Becoming Hokage was actually not Itachi's\ndream. Instead, becoming Hokage was merely a stepping stone to his true dream:\nridding the world of all war. At the ninja academy, when everyone's sharing\ntheir dreams, it is this second dream that Itachi shares with everyone, and\nit's then that he realizes how childish all his classmates are. Itachi's\nmaturity and his having a desire to end all war is linked to his father\nbringing him to the remains of a battlefield when he was four, and Itachi\nseeing the horrible carnage for himself.\n\nSo the answer to the question: Yes, Itachi did want to become Hokage when he\nwas young.\n\n", "comment_count": 0, "content_license": "CC BY-SA 4.0", "creation_date": "2022-02-03T17:02:25.247", "id": "66313", "last_activity_date": "2022-02-03T17:02:25.247", "last_edit_date": null, "last_editor_user_id": null, "owner_user_id": "19307", "parent_id": "38013", "post_type": "answer", "score": 0 } ]
38013
null
39169
{ "accepted_answer_id": null, "answer_count": 1, "body": "\n\nIn the past people used to say that the Dragon Ball manga was canon and the\nseries was not, because Toriyama drew the manga and he didnt do the same with\nthe series. But now that Toriyama doesnt draw the manga anymore but Toyotaro\nbased in his ideas, both the manga and the series are adaptations of\nToriyama's ideas. Is the Dragon Ball manga still the canon for Dragon Ball or\nit isnt anymore?\n\n", "comment_count": 0, "content_license": "CC BY-SA 3.0", "creation_date": "2016-12-23T13:08:09.623", "favorite_count": 0, "id": "38015", "last_activity_date": "2018-02-16T18:25:12.713", "last_edit_date": null, "last_editor_user_id": null, "owner_user_id": "3028", "post_type": "question", "score": 1, "tags": [ "dragon-ball-series", "dragon-ball-super" ], "title": "Has canonicity changed in Dragon Ball?", "view_count": 118 }
[ { "body": "\n\nThe dragonball manga is still canon for the original series.\n\nFor Dragonball super, both the manga and the anime can be considered canon.\nThey are simply two continuities. You can talk about the manga continuity and\nthe anime continuity. One is not more canon than the other.\n\n", "comment_count": 0, "content_license": "CC BY-SA 3.0", "creation_date": "2018-02-16T18:25:12.713", "id": "44741", "last_activity_date": "2018-02-16T18:25:12.713", "last_edit_date": null, "last_editor_user_id": null, "owner_user_id": "30114", "parent_id": "38015", "post_type": "answer", "score": 1 } ]
38015
null
44741
{ "accepted_answer_id": "38064", "answer_count": 1, "body": "\n\nPrior to watching the anime adaptation, I read descriptions of _Miss Bernard\nsaid_ ( _Bernard-jou Iwaku_ ) in\n[MyAnimeList](https://myanimelist.net/anime/33462/Bernard-jou_Iwaku) and [the\nFall 2016 chart linked to in the Anime.SE\nchat](https://static.neregate.com/2016/09/neregate.com-Fall-2016-Anime-\nChart-v3.png). Both mention that the Bible comes up in at least one\nconversation in the series. Despite this, I do not recall ever seeing a\ndiscussion of or an allusion to Bible in the anime shorts, which I found a bit\ndisappointing -- I would have liked to see how they approached the subject.\n\nIn this case, seeing that Bible was mentioned in the show description in the\nfirst place, it seems likely that it at least appears once in the manga. Am I\ncorrect, and if so, where does it appear? (Alternatively, did I overlook some\ndetails in the anime?)\n\n", "comment_count": 0, "content_license": "CC BY-SA 3.0", "creation_date": "2016-12-23T14:58:44.780", "favorite_count": 0, "id": "38018", "last_activity_date": "2016-12-26T12:24:32.040", "last_edit_date": null, "last_editor_user_id": null, "owner_user_id": "2604", "post_type": "question", "score": 2, "tags": [ "miss-bernard-said" ], "title": "When does the Bible come up in \"Miss Bernard said\"?", "view_count": 131 }
[ { "body": "\n\nThe Bible does come up at least once in the manga. There is a two-page segment\nin volume 1, chapter 4 (p. 35-36), titled \"The Bible said\" (「聖書曰く」). It's\nkinda loony, like everything else in _Miss Bernard said_.\n\n[![volume 1, chapter 4, page\n35](https://i.stack.imgur.com/Aa7Aim.jpg)](https://i.stack.imgur.com/Aa7Ai.jpg)\n[![volume 1, chapter 4, page\n36](https://i.stack.imgur.com/Qk5w9m.jpg)](https://i.stack.imgur.com/Qk5w9.jpg)\n\n### Page 35\n\n> **Panel 1** \n> NARRATION: Miss Bernard, a.k.a. Machida Sawako, was reading in the library,\n> as was her habit. _World-Famous Adages You'll Love to Use_ was one of her\n> favorites.\n>\n> **Panel 2** \n> SAWAKO: Hmm. \n> NARRATION: What was Miss 'ard planning to do with these adages?\n>\n> **Panel 3** \n> SAWAKO: When aliens attack and bring about the end of the world, I want to\n> murmur a verse from the Bible as I stand there petrified... but I can't find\n> anything suitable in here.\n>\n> **Panel 4** \n> SAWAKO: Like, \"the scales fell from my eyes\" is apparently from the New\n> Testament, but that's so lame.\n>\n> **Panel 5** \n> VOICE: Aliens have attacked! The end of the world is nigh!\n>\n> **Panel 6** \n> SAWAKO: The scales have fallen from my eyes... I guess?\n\n### Page 36\n\n> **Panel 1** \n> SAWAKO: Argh! This is no good! I need something more... Apocalyptic...\n>\n> **Panel 2** \n> BIBLE: And the great city was divided into three parts, and the cities of\n> the nations fell: and great Babylon came in remembrance before God, to give\n> unto her the cup of the wine of the fierceness of his wrath. [...] and men\n> blasphemed God because of the plague of the hail; for the plague thereof was\n> exceeding great.\n>\n> **Panel 3** \n> ENDOU: Revelation, chapter 16...\n>\n> **Panel 4** \n> SAWAKO: That's too long! I'm not feeling it!!\n>\n> **Panel 5** \n> SAWAKO: Oh. I found something good.\n>\n> **Panel 6** \n> SAWAKO: When the aliens eat us, I'll say this verse! \n> ENDOU: Them eating us is a done deal?\n>\n> **Panel 7** \n> SAWAKO: [Except a corn of wheat fall into the ground and die, it abideth\n> alone: but if it die, it bringeth forth much\n> fruit.](https://www.biblegateway.com/passage/?search=John%2012%3A24%2CRevelation%2017&version=KJV)\n\nThere may be other references to the Bible (I haven't read much past this\nchapter). If I do run into any more, I'll try to remember to update this\nanswer.\n\n", "comment_count": 0, "content_license": "CC BY-SA 3.0", "creation_date": "2016-12-26T12:24:32.040", "id": "38064", "last_activity_date": "2016-12-26T12:24:32.040", "last_edit_date": null, "last_editor_user_id": null, "owner_user_id": "1908", "parent_id": "38018", "post_type": "answer", "score": 1 } ]
38018
38064
38064
{ "accepted_answer_id": "38021", "answer_count": 1, "body": "\n\nSince the release of Dragon Ball Super, it is confirmed by Akira Toriyama and\nToei that Dragon Ball GT is non-canon anymore. But I was wondering if there\nwas still some elements of GT that have maybe been kept by the author and\nwhich would still be considered canon in the actual Dragon Ball Super\nmanga/anime, and notably the Super Saiyan 4 transformation achieved by Son\nGoku and Vegeta.\n\nI do know that the events that led to those transformations are not present in\nthe real series timeline, and so that they would not be able to transform in\nSSJ4 right now. But did Akira Toriyama **confirmed** the fact of totally\nruling out this transformation?\n\n", "comment_count": 3, "content_license": "CC BY-SA 3.0", "creation_date": "2016-12-23T17:52:57.037", "favorite_count": 0, "id": "38020", "last_activity_date": "2019-05-02T12:56:21.960", "last_edit_date": null, "last_editor_user_id": null, "owner_user_id": "20648", "post_type": "question", "score": 3, "tags": [ "dragon-ball-series" ], "title": "Is the Super Saiyan 4 transformation from Dragon Ball GT confirmed non-canon?", "view_count": 23658 }
[ { "body": "\n\nHe didn't confirm it, but he didn't create the design either. It was created\nby a guy named Nakatsuru. Up to today, in Dragon Ball, canon is considered\nwhat is based on Akira Toriyama's original ideas. The 80's and 90's movies\nweren't canon because Akira Toriyama wasn't involved in them. The 80's manga\nwas canon because it was drawn by him. The fillers in the 90's series weren't\ncanon because they weren't based on Akira Toriyama's ideas. So yes, you can\nsay it isn't canon, that doesn't necessarily mean it is completely ruled out,\nthough most likely it is. The final kamehameha was an idea from the video\ngames which wasn't canon, yet it still appeared later in the Dragon Ball super\nseries.\n\n", "comment_count": 0, "content_license": "CC BY-SA 3.0", "creation_date": "2016-12-23T18:07:57.610", "id": "38021", "last_activity_date": "2017-12-13T17:13:30.873", "last_edit_date": "2017-12-13T17:13:30.873", "last_editor_user_id": "3028", "owner_user_id": "3028", "parent_id": "38020", "post_type": "answer", "score": 6 } ]
38020
38021
38021
{ "accepted_answer_id": null, "answer_count": 1, "body": "\n\nNow that the identity of experimental subject 1 is known, I am sure that the\nauthor placed some hints in the first chapters of the manga.\n\nOne of them, I believe is\n\n> When Arata hurts his knee, she asks if that is how a teenager wound should\n> heal.\n\nWhat were most/all oof them?\n\n", "comment_count": 0, "content_license": "CC BY-SA 3.0", "creation_date": "2016-12-23T23:32:37.993", "favorite_count": 0, "id": "38026", "last_activity_date": "2017-10-26T10:48:25.617", "last_edit_date": null, "last_editor_user_id": null, "owner_user_id": "2808", "post_type": "question", "score": 1, "tags": [ "relife" ], "title": "What were the hidden hints pointing at the identity of experimental subject 1 in ReLife?", "view_count": 237 }
[ { "body": "\n\nI noticed a significant hint in episode 5 while rewatching in dub form at\nFunimation. I did not catch it during my first viewing of the sub at\nCrunchyroll.\n\n> Begin at about time mark 11:30. Kaizaki has been speaking with Hishiro\n> concerning why her backpack had been taken. She doesn't understand why Rena\n> would hate or be jealous of her. Kaizaki realizes how socially awkward\n> Hishiro is, and comments that she wouldn't get it. She already knows about\n> her awkwardness, and the bald statement hurts a little. This was indicated\n> by the cartoon lightning the show occasionally uses for an unintentional\n> word \"attack\". // Immediately Hishiro has a short flashback to someone else\n> telling her the same, about her inability to \"get it\". What can be discerned\n> in the dub, but was not obvious to me in first viewing the sub, is that an\n> adult woman is speaking to her with disdain. Also I had assumed that the\n> person shown (from their back) was the speaker. With 20:20 hindsight, it is\n> clear that instead this was Hishiro herself as an adult.\n\nI have noticed other minor hints, but I don't remember what they were or what\nepisode. This was the only one, though, that made me think, \"Geez, I missed\nthat?!?\".\n\nAdding another hint (4 days after first answering). As I started watching\nepisode 9, pre-opening credits:\n\n> Honoka and Hishiro talk about going to lunch at the end of class. Chizuru\n> wonders about Rena, and Honoka states she isn't here today. The two go off\n> to lunch together. The whole time Ryo was sitting next to Hishiro, and as\n> they leave it is clear he was intently observing the two. I am guessing he\n> is pleased to see Hishiro showing concern for a friend. // Another occurs\n> near the middle of episode. An and Ryo are talking in their office, and An\n> casually says \"our subjects\". The first time viewer will think generally, as\n> in the subjects of ReLife Corporation. But now it is clear she meant Kaizaki\n> and Hishro specifically.\n\n", "comment_count": 1, "content_license": "CC BY-SA 3.0", "creation_date": "2016-12-25T19:48:13.987", "id": "38048", "last_activity_date": "2016-12-30T03:38:04.967", "last_edit_date": "2016-12-30T03:38:04.967", "last_editor_user_id": "19670", "owner_user_id": "19670", "parent_id": "38026", "post_type": "answer", "score": 1 } ]
38026
null
38048
{ "accepted_answer_id": null, "answer_count": 2, "body": "\n\nSorry if I sound stupid, I was just confused with everything happening... How\nis Madoka not a god at the end of the movie?\n\n", "comment_count": 1, "content_license": "CC BY-SA 3.0", "creation_date": "2016-12-24T16:36:04.000", "favorite_count": 0, "id": "38033", "last_activity_date": "2021-01-13T20:37:02.940", "last_edit_date": "2016-12-24T16:45:56.310", "last_editor_user_id": "7579", "owner_user_id": "29934", "post_type": "question", "score": 5, "tags": [ "madoka-magica" ], "title": "How is Madoka not a god anymore at the end of Rebellion?", "view_count": 4625 }
[ { "body": "\n\nMadoka is still a God, albeit maybe broken (i'll explain).\n\nWhat Homura did was separate Maodka into 2, the God Madoka who is the Law of\nCycles and the Human Madoka who existed before attaining her divinity which\nHomura separated from the Law of Cycles.\n\nthese however are both still the one Madoka as near the end (before Homura\ngives back Madoka's Ribbon) Madoka begins to remember that she was apart of\nsomething greater and her eyes change to the same colour as that of her god\nself. we see that Homura tries to stop Madoka in remembering because if Madoka\nremembers she'll return to being a God, removed from the world with no one\nknowing she ever existed.\n\nWhy is Madoka broken? Sayaka hints on this when Homura first created the new\nuniverse asking if Homura was planning on destroying the universe, this would\nindicate that the Law of Cycles is broken in some way. we're not sure in what\nway but given that the Law of Cycles purifies Puella Magi before becoming\nWitches we can assume that Witches can be born again, the threat on the\nUniverse probably being how Madoka's own witch was capable of doing this so\nanother witch can aswell.\n\nAlso if Madoka being able to exist wasn't such a great deal then why is Homura\nworried about Madoka regaining her memories as the Law of Cycles? this would\nindicate that in Homura's Universe the Law of Cycles still exists and needs\nthe human Madoka back.\n\nHowever we don't know the full extent of what Homura's Universe is like. all\nwe know is that Homura had greater control (being able to seal Nagisa's and\nSayaka's memories/witch powers), Witches can possible be born, Wraiths still\nexist and the Incubators are being forced to manage the curses of Earth. we\ndon't know for certain what Sayaka meant by the universe being destroyed or\nwhy Madoka can not exists as a human with the memories of having been a god.\n\n", "comment_count": 0, "content_license": "CC BY-SA 3.0", "creation_date": "2016-12-24T22:28:55.243", "id": "38038", "last_activity_date": "2016-12-24T22:28:55.243", "last_edit_date": null, "last_editor_user_id": null, "owner_user_id": "1587", "parent_id": "38033", "post_type": "answer", "score": 3 }, { "body": "\n\nOkay, the 1st comment explains everything perfectly so I can't really say\neverything blandly. To sum up, everything would just generally be that...\n\nMadoka is still the Law of Cycle and still a \"goddess\" but she's also not.\n\nExplanation:\n\nMadoka's powers (er, you could also say her memory to how she could be the law\nof cycle) were sealed as a part of Homura basically invading everything. This\nleads to a weird format where Goddess Madoka, **without her memory and her\npowers is basically sealed within Demon Homura's Labyrinth.** It is shown that\nSayaka is frustrated at Homura at the end when she was about to lose her\nmemory because of the fact that Madoka won't be there to erase all witches,\nmany people would die from the witches, and that Charlotte would basically\ndisappear... As she wouldn't be able to exist if it wasn't for the law of\ncycle's energy. (Which, again is sealed)\n\nSo basically Madoka in the end still is still a goddess and still is the Law\nOf Cycle but her memories and her ability to be a Law Of Cycle, and To Kill\nAll Witches... Is sealed.\n\nBut we know that her powers aren't entirely sealed and can come back as simple\nas that as shown in the last scene as Madoka gets nostalgic and shown to ask\nHomura if she had done this before. (Her Eyes Turn Golden and She Floats)\n\n(Of course, as expected because the goddess herself saw all the timelines she\nhad with Homura and her mind must've responded somehow in walking the same\npath.)\n\n(And yes she was split in 2 with the original Goddess having the memories and\npowers to act as a Law Of Cycle which is sealed and the Human version that is\nconnected to it)\n\n(+Memories= +Powers= +Law Of Cycle)\n\n", "comment_count": 0, "content_license": "CC BY-SA 4.0", "creation_date": "2021-01-13T20:37:02.940", "id": "61627", "last_activity_date": "2021-01-13T20:37:02.940", "last_edit_date": null, "last_editor_user_id": null, "owner_user_id": "57921", "parent_id": "38033", "post_type": "answer", "score": 0 } ]
38033
null
38038
{ "accepted_answer_id": null, "answer_count": 1, "body": "\n\nHe asks Mihawk to train him and fights the humandrills then uses kokujo o\ntatsumaki afterwards.\n\nHere is the clip <https://m.youtube.com/watch?v=z-M8fD8m0To>\n\n", "comment_count": 0, "content_license": "CC BY-SA 3.0", "creation_date": "2016-12-25T11:26:13.307", "favorite_count": 0, "id": "38041", "last_activity_date": "2017-02-09T18:21:14.547", "last_edit_date": null, "last_editor_user_id": null, "owner_user_id": "29950", "post_type": "question", "score": 0, "tags": [ "one-piece" ], "title": "What is the name of the music that plays when zoro has a flashback to fighting the humandrills during the fishman island arc?", "view_count": 1343 }
[ { "body": "\n\nIt is the central part of [**Zoro\nTheme**](https://youtu.be/SSftkNqh5-I?t=2m2s).\n\n", "comment_count": 0, "content_license": "CC BY-SA 3.0", "creation_date": "2017-01-10T17:56:16.350", "id": "38363", "last_activity_date": "2017-01-10T17:56:16.350", "last_edit_date": null, "last_editor_user_id": null, "owner_user_id": "10644", "parent_id": "38041", "post_type": "answer", "score": 1 } ]
38041
null
38363
{ "accepted_answer_id": null, "answer_count": 5, "body": "\n\nRecently, I got very fond of Overlord. As the anime stopped at season 1 and\nthere's no news of season 2 yet, I thought I will give a try for the manga\ncontinuation for the first time. I thought of buying the manga at Amazon as\nit's the only website I could find selling Overlord series.\n\nBut the problem is it's written as **Overlord novel**.\n\n**What's the difference between the Overlord novel and manga? Are they the\nsame?**\n\n**If they are not, is the novel illustrated like the manga with visual\npresentation?**\n\n**Does the English translation for the manga have some translation errors?**\n\nI tried some searching myself for the information, but I didn't get any clear\npicture!\n\nIf anyone has a light novel or manga, would it be possible to share some\ncontents in it by taking a picture and posting it? Thanks.\n\n", "comment_count": 5, "content_license": "CC BY-SA 3.0", "creation_date": "2016-12-25T11:46:33.803", "favorite_count": 0, "id": "38042", "last_activity_date": "2018-09-30T12:30:01.887", "last_edit_date": "2018-05-11T13:50:33.423", "last_editor_user_id": "2516", "owner_user_id": "29951", "post_type": "question", "score": 4, "tags": [ "overlord" ], "title": "Differences between the Overlord light novel and manga", "view_count": 40064 }
[ { "body": "\n\n> What's the difference between the Overlord novel and manga? Are they the\n> same?\n\nI find the manga is more in line with the anime. The difference between the\nmanga and the LN is just that the LN can fit more subtle details. There were\nalso some cut portions I noticed. The author fit a lot more detailings such as\nthe interaction between Ainz and the potion master in the city.\n\n> If they are not, is the novel illustrated like the manga with visual\n> presentation?\n\nI think the only art for the LN is the cover art, and the art book. There is\nsome fan art in the fan translations of the book.\n\n> Does the English translation for the manga have some translation errors?\n\nEvery translation has its errors. I found an occasional sentence that felt\nlike it was mistranslated, but that could just mean that better wording could\nhave been chosen. One always has to read with the intentions of the author\ninstead of the literal words of the translation.\n\n", "comment_count": 0, "content_license": "CC BY-SA 3.0", "creation_date": "2016-12-25T16:08:29.790", "id": "38044", "last_activity_date": "2018-05-11T13:50:22.517", "last_edit_date": "2018-05-11T13:50:22.517", "last_editor_user_id": "2516", "owner_user_id": "29158", "parent_id": "38042", "post_type": "answer", "score": 2 }, { "body": "\n\nLN > Anime = Manga\n\nFrom what I remembered, the anime skipped some details from the LN, and the\nmanga is based from the anime.\n\n", "comment_count": 0, "content_license": "CC BY-SA 3.0", "creation_date": "2016-12-26T01:47:04.390", "id": "38054", "last_activity_date": "2016-12-26T01:47:04.390", "last_edit_date": null, "last_editor_user_id": null, "owner_user_id": "29749", "parent_id": "38042", "post_type": "answer", "score": 0 }, { "body": "\n\nRevision – I wanted to tell you that I answered another question on this site:\n[How much does Shalltear love\nAinz?](https://anime.stackexchange.com/questions/44879/how-much-does-\nshalltear-love-ainz-all-quotes-from-the-source-material/44911#44911)\n\nIf you click on the title I just mentioned you'll be redirected there. Search\nfor my answer and you'll see another translation example. I also included a\nlink to my [Pastebin](https://pastebin.com/6XCWndr5) and [Google\nDocs](https://docs.google.com/document/d/1RkUhqncZhr6SMu8mKPKQ4REro45-poUAAPso9KaUH-U/view)\nwhere I make a long and thorough analysis of Shalltear’s love for Ainz. This\nincludes more translation comparisons as well as lots of quotes from the light\nnovels and side stories, so you should get plenty of the content examples that\nyou wanted.\n\n* * *\n\n> What's the difference between the Overlord novel and manga? Are they the\n> same?\n>\n> If they are not, is the novel illustrated like the manga with visual\n> presentation?\n\nOverlord is a Japanese light novel series written by Maruyama. A manga\nadaptation by Satoshi Ōshio began serialization in 2014 and an anime\nadaptation started running in 2015. Both the manga and the anime are just\nadaptations and don’t contain as much detail as the light novels published.\n\nLight novels and manga are quite different types of media. While light novels\nhave some pictures, they're text for the most part and therefore have more in-\ndepth setting descriptions. As you know, manga is basically Japanese comics. I\nrecommend reading the light novels over the manga as you’ll be able to read it\nexactly the way the original author wrote it and its quality is superb.\n\n> If anyone has a light novel or manga, would it be possible to share some\n> contents in it by taking a picture and posting it? Thanks.\n>\n> I tried some searching myself for the information, but I didn't get any\n> clear picture!\n\nIf you want to see how they physically look, here you have an unpacking video\nof the English light novel and another video where the manga is displayed:\n\n * <https://www.youtube.com/watch?v=YwdeymjFrcE>\n\n * <https://www.youtube.com/watch?v=j5BIGy4otkc>\n\nAbout the samples of the \"content\" itself that you want, I own the light\nnovels so I can transcribe the first 2 pages from volume 1. As I said, I\nrecommend you read the light novels over the manga because of their superior\nquality. Now that you get to see the full \"picture\" I’ll also use this chance\nto answer your translation doubt and show you how the official translation\nworks. I'm including the fan translation as well for reference.\n\nSo as to be completely unbiased, I made a super-literal translation without\nlooking at the already existing translations. As far as I am aware there are\nno Overlord light novel Japanese PDFs, just scans, which means I had to type\nthe Japanese text myself from my physical copy.\n\nIt is a bit long, but you can see my literal translation with the word by word\nbreakdown if you go to these links: [Pastebin: Overlord. Comparing official\nand fan translations](https://pastebin.com/xK0CPtcC) and [Google Docs:\nOverlord. Comparing official and fan\ntranslations](https://docs.google.com/document/d/1dvnAfJbSd14KzJe5ZyRZdoE8cXdT9pQkuPR7a0JluK0/edit).\nRight now I’m going to show you the first 2 pages from volume 1 with the fan\nand official translations.\n\n## Page 1\n\n> 少女とそれより幼い少女を前に、全身鎧に身を包んだ者は剣を振りかぶった。\n>\n> 一撃で命を奪うのが慈悲であるとでもいわんばかりに、大きく振り上げられた剣が日差しを反射しギラギラと輝く。\n>\n> 少女は目を閉じた。その下唇を嚙み締めた表情は、決して望んでの姿ではない。ただ、どうしょう\n> もなくてそれを受け入れたに過ぎない。もし少女に何らかの力があったなら、目の前の者に叩きつけ 逃がれただろう。\n>\n> しかし⸻少女に力は無い。\n>\n> だからこそ結末は一つしか残されていなかつた。\n>\n> 少女はここで死ぬ。\n>\n> 剣が振り下ろされ⸻\n\n**Official translation**\n\n> Before one girl and another even younger one stood a figure in full plate\n> armor brandishing a sword.\n>\n> The blade swung, sparkling in the sunlight as if to say that taking their\n> lives in a single stroke would be an act of mercy.\n>\n> The girl shut her eyes. She didn’t want to be biting her lower lip. She just\n> had no choice but to accept what was about to happen. If she had even a\n> little power, she probably would have been able to shove the figure away and\n> escape…\n>\n> But she was powerless.\n>\n> And so there was only one ending.\n>\n> She would die.\n>\n> The blade came down—\n\n**Fan translation**\n\n> The knight in full plate armor stood before the girl and her little sister,\n> his sword raised high.\n>\n> His blade gleamed in the sun, and he poised himself, ready to end their\n> lives in a single merciful stroke.\n>\n> The girl squeezed her eyes tightly shut and bit her lower lip. She had never\n> asked for this. She had been forced into her present circumstances. If only\n> she had some strength, she might have resisted the enemy in front of her and\n> fled.\n>\n> However — the girl did not have that strength.\n>\n> Thus, there could only be one outcome to this situation.\n>\n> That would be the girl’s death, at this very place. The longsword fell—\n\n## Page 2\n\n> ⸻痛みはいまだ来なかった。\n>\n> ぐっと固く閉ざしていた瞼を開く。\n>\n> 少女の世界に最初に飛びこんで来たのは、振り下ろしかけて止まっている剣であった。\n>\n> 次に映ったのは剣の持ち主。\n>\n> 騎士はまるで凍りついたように動きを途中で止め、少女の横に注意を向けていた。その完全に無防備な姿は、騎士の内面の 驚きを強く体現していた。\n>\n> 騎士の視線に引きずられるように、少女も同じ方向に顔を向ける。\n>\n> そして⸻絶望を見た。\n>\n> そこには闇があった。\n>\n>\n> 薄っぺらな、ただ、どこまで行っても終わりが無さそうな深みある漆黒。それが下半分を切り取った楕円の形で、地面から浮かび上がっていた。神秘的であると同時に、言葉に出来ないような強い不安を感じさせる光景。\n>\n> 扉?\n\n**Official translation**\n\n> …The pain still hadn’t come.\n>\n> She unscrunched her eyes.\n>\n> The first thing she saw was the sword, stopped mid-swing.\n>\n> The next was the figure holding the sword. The knight was practically\n> frozen, looking at something off to her side. His unprotected stance\n> manifested his internal shock.\n>\n> The girl turned to follow his line of sight…\n>\n> …and saw despair.\n>\n> It was darkness.\n>\n> A patch of raven black, ultrathin but so deep it seemed as if it went on\n> forever. It was an oval rising up out of the ground, its bottom half cut\n> off. It was a curious sight, but at the same time, it made her feel\n> indescribably uneasy.\n>\n> A door?\n\n**Fan translation**\n\n> And yet there was no pain.\n>\n> The girl gingerly opened the eyes which had been squeezed shut.\n>\n> The first thing she saw was the suddenly motionless longsword.\n>\n> Then, she saw the sword’s owner.\n>\n> The knight in front of her was frozen in place, his eyes looking somewhere\n> off to the girl’s side. His completely defenseless posture clearly displayed\n> the fear that filled him.\n>\n> As though drawn by the knight’s gaze, the girl could not help but turn and\n> look in the same direction as him.\n>\n> And so — the girl gazed upon despair.\n>\n> What she saw was darkness.\n>\n> It was an infinitesimally thin, yet unfathomably deep blackness. It was a\n> half-oval of obsidian that seemed to protrude from the earth. It was a\n> mysterious sight that filled the ones watching it with a powerful sense of\n> unease.\n>\n> Was it a door?\n\n", "comment_count": 0, "content_license": "CC BY-SA 4.0", "creation_date": "2018-04-13T16:46:00.593", "id": "46552", "last_activity_date": "2018-06-07T17:56:02.643", "last_edit_date": "2018-06-07T17:56:02.643", "last_editor_user_id": "38389", "owner_user_id": "38389", "parent_id": "38042", "post_type": "answer", "score": 3 }, { "body": "\n\n> **What's the difference between the Overlord novel and manga? Are they the\n> same?**\n>\n> **If they are not, is the novel illustrated like the manga with visual\n> presentation?**\n\nNo, the Overlord novels are not illustrated like the manga nor are they the\nsame. Light novels are novels that are slightly illustrated with anime and\nmanga art style, often being adapted into such mediums. They are mainly\npublished in separate book volumes. Manga are comics published in Japan and\nwhen enough chapters are made, you get manga volumes that compile them. This\napplies to Overlord as well.\n\nI see you’re an anime only watcher, but rest assured and don’t you worry. The\nanime’s adaptation of the light novels is very loyal and no fillers are\nincluded. Sentences that the characters say are taken directly from the novels\nmultiple times. Even minor characters like Brain have the same personality in\nboth the anime and novels. If you still want to read Overlord, the light\nnovels are better than the manga. Bear in mind that you’ll be reading walls of\ntext all the time though.\n\n", "comment_count": 0, "content_license": "CC BY-SA 4.0", "creation_date": "2018-05-11T15:48:54.297", "id": "46986", "last_activity_date": "2018-05-11T16:04:03.233", "last_edit_date": "2020-06-17T09:17:53.303", "last_editor_user_id": "-1", "owner_user_id": "40579", "parent_id": "38042", "post_type": "answer", "score": 0 }, { "body": "\n\nThey are not the same, one is a light novel(which is completely different from\nthe manga because of it's nature). A manga is well..something like this. It's\nan artistic representation of a story\n\n", "comment_count": 1, "content_license": "CC BY-SA 4.0", "creation_date": "2018-09-30T11:53:41.137", "id": "48990", "last_activity_date": "2018-09-30T12:30:01.887", "last_edit_date": "2018-09-30T12:30:01.887", "last_editor_user_id": "2516", "owner_user_id": "42704", "parent_id": "38042", "post_type": "answer", "score": -1 } ]
38042
null
46552
{ "accepted_answer_id": null, "answer_count": 0, "body": "\n\nAt the very end of episode 12 of the anime, Koui (Qiaoyi) tails Mumei (Muming)\nas he goes to meet up with Shuu (Guanyu), presumably in hopes of acquiring\nmore fuel for her curious fantasies. Then, she sees something that leads her\nto emit a tremendous shriek. The show abruptly ends at this point.\n\nWhat did she see?\n\n(Or, if this is unanswerable because the anime has diverged too much from the\nsource material, that would be good to know too.)\n\n", "comment_count": 1, "content_license": "CC BY-SA 3.0", "creation_date": "2016-12-25T16:20:52.190", "favorite_count": 0, "id": "38045", "last_activity_date": "2021-06-22T10:41:33.767", "last_edit_date": null, "last_editor_user_id": null, "owner_user_id": "1908", "post_type": "question", "score": 3, "tags": [ "cheating-craft" ], "title": "What did Koui (Qiaoyi) see at the very end of the anime?", "view_count": 988 }
[]
38045
null
null
{ "accepted_answer_id": null, "answer_count": 9, "body": "\n\nFrom the beginning of the series, even during his last moments, Itachi poked\nSasuke's forehead as a way of showing affection and apologizing.\n\nBut is that the only reason? Did he perhaps try to transfer some knowledge or\nmemories to Sasuke? Or is it simply unknown?\n\n", "comment_count": 3, "content_license": "CC BY-SA 3.0", "creation_date": "2016-12-25T20:23:16.677", "favorite_count": 0, "id": "38049", "last_activity_date": "2021-01-01T18:03:42.020", "last_edit_date": null, "last_editor_user_id": null, "owner_user_id": "18769", "post_type": "question", "score": 7, "tags": [ "naruto" ], "title": "Why did Itachi poke Sasuke's forehead?", "view_count": 43810 }
[ { "body": "\n\nItachi always loved Sasuke and it seemed more of a way of affection. I don't\nbelieve he can transfer power in that sense, but we do later learn that Chakra\ncan be temporarily transferred via a fist bump so its possible.\n\nI believe it to be a sign of affection and he did it before he died to let\nSasuke know that he still loved him even though he was unable to speak at the\ntime as he was extremely sick with what appears to be hemoptysis.\n\n", "comment_count": 0, "content_license": "CC BY-SA 3.0", "creation_date": "2016-12-26T02:57:37.060", "id": "38057", "last_activity_date": "2016-12-26T02:57:37.060", "last_edit_date": null, "last_editor_user_id": null, "owner_user_id": "29962", "parent_id": "38049", "post_type": "answer", "score": 0 }, { "body": "\n\nAs we know it on the episode that Itachi poke's Sasuke, 'cause Itachi loved\nSasuke so much, he's not seen Sasuke from a long time & Itachi's love is much\nmore than anything to Sasuke.\n\nIf you want to know more about the affection between Itachi to Sasuke, you can\nwatch the filler arcs about them on episode 451.\n\n", "comment_count": 1, "content_license": "CC BY-SA 3.0", "creation_date": "2016-12-26T03:20:16.453", "id": "38060", "last_activity_date": "2016-12-26T09:28:57.727", "last_edit_date": "2016-12-26T09:28:57.727", "last_editor_user_id": "28393", "owner_user_id": "29891", "parent_id": "38049", "post_type": "answer", "score": 0 }, { "body": "\n\nIt has nothing to do with transferring memory or knowledge.\n\nIt's a gesture of love from Big Brother (Itachi) to his loving Younger Brother\n(Sasuke). That gesture show how much Itachi love Sasuke than anything.\n\n", "comment_count": 2, "content_license": "CC BY-SA 4.0", "creation_date": "2016-12-26T05:33:10.403", "id": "38061", "last_activity_date": "2018-10-26T10:33:01.073", "last_edit_date": "2018-10-26T10:33:01.073", "last_editor_user_id": "22157", "owner_user_id": "22157", "parent_id": "38049", "post_type": "answer", "score": 6 }, { "body": "\n\n> But is that the only reason? Did he perhaps try to transfer some knowledge\n> or memories to Sasuke? Or is it simply unknown?\n\nHe did give Sasuke the mangekyou sharingan moments before he died with that\nsymbolic hand gesture.\n\n", "comment_count": 1, "content_license": "CC BY-SA 3.0", "creation_date": "2016-12-27T16:20:14.237", "id": "38091", "last_activity_date": "2016-12-27T16:20:14.237", "last_edit_date": null, "last_editor_user_id": null, "owner_user_id": "18618", "parent_id": "38049", "post_type": "answer", "score": -3 }, { "body": "\n\nWhen Itachi poked Sasuke's forehead, you can clearly see blood running into\nSasuke's eye, the same eye that casts the (black fire jitsu, extremely hard\nname). The blood was probably from Itachi's eyes, therefore resulting in a\npossible transfer of visual-based jutsu.\n\n", "comment_count": 1, "content_license": "CC BY-SA 3.0", "creation_date": "2017-08-31T06:31:53.823", "id": "42087", "last_activity_date": "2017-12-23T16:46:04.750", "last_edit_date": "2017-12-23T16:46:04.750", "last_editor_user_id": "2516", "owner_user_id": "35408", "parent_id": "38049", "post_type": "answer", "score": -1 }, { "body": "\n\nThis had probably meant for showing love and affection = Itachi to Sasuke.\nThis could not have been some type of jutsu or funny way of saying \"not right\nnow\". For Itachi maybe, but it states in season 3 that since Sasuke had tapped\nSakura, I'm sure he didn't mean to give her any chakra.\n\nStating above, this could not have been a jutsu. Personally, I think it's just\na nice way of telling somebody how much you care for them without doing their\nbidding because Sasuke had asked Itachi to help him and he wanted to say no in\na caring way, just as Sakura told Sasuke to stay, and as Sakura does to their\nchild Sarada to show her caring as shown on these images on\n[PhotoBucket](http://photobucket.com/gifs/itachi%20poke) and\n[Tumblr](https://www.tumblr.com/search/making%20sarada%20uchiha).\n\n", "comment_count": 0, "content_license": "CC BY-SA 3.0", "creation_date": "2017-12-23T16:23:18.013", "id": "43897", "last_activity_date": "2017-12-24T03:47:32.260", "last_edit_date": "2017-12-24T03:47:32.260", "last_editor_user_id": "2516", "owner_user_id": "37283", "parent_id": "38049", "post_type": "answer", "score": 0 }, { "body": "\n\nItachi had always known the “fate” of Uchiha brothers. One would always be\ndestined to take the other’s sharingan. The slow approach of Itachi’s fingers\nare meant to tease at the idea of what he, the stronger brother, is “supposed\nto do”, which is to take Sasuke’s eye (sharingan) but he just pokes him in the\nforehead like an older brother will mess with a younger brother’s hair. It’s a\nsign that he loves him too much to follow the Uchiha fate.\n\n", "comment_count": 0, "content_license": "CC BY-SA 4.0", "creation_date": "2018-09-23T14:52:56.793", "id": "48889", "last_activity_date": "2018-09-23T14:52:56.793", "last_edit_date": null, "last_editor_user_id": null, "owner_user_id": "42605", "parent_id": "38049", "post_type": "answer", "score": 3 }, { "body": "\n\nIt's a friendly gesture of Itachi poking Sasuke's forehead. With that, Itachi\nwants to let Sasuke know he still loves him after all. But there's a chance\nthat Itachi gave him something like the last step of the Sharingan. Just keep\nwatching _Naruto_ and you will find out.\n\n", "comment_count": 0, "content_license": "CC BY-SA 4.0", "creation_date": "2018-10-24T00:07:10.253", "id": "49330", "last_activity_date": "2021-01-01T07:55:08.407", "last_edit_date": "2021-01-01T07:55:08.407", "last_editor_user_id": "2516", "owner_user_id": "43058", "parent_id": "38049", "post_type": "answer", "score": 0 }, { "body": "\n\nRemember when Sasuke woke up and Obito was going to remove his mask and\nintroduce himself (right after Itachi died)? Anyway, when Sasuke looked at\nhim, Obito burst into the black flames. He then said that Itachi must have\ntransferred some visual jutsu to Sasuke right before he died.\n\nSo, _yes_ , it was an affection thing, but it was also to try and protect\nSasuke from Obito.\n\n", "comment_count": 0, "content_license": "CC BY-SA 4.0", "creation_date": "2021-01-01T05:38:46.267", "id": "61449", "last_activity_date": "2021-01-01T07:54:30.203", "last_edit_date": "2021-01-01T07:54:30.203", "last_editor_user_id": "2516", "owner_user_id": "58000", "parent_id": "38049", "post_type": "answer", "score": 0 } ]
38049
null
38061
{ "accepted_answer_id": null, "answer_count": 1, "body": "\n\nIn episode 61, after they announce the name of the episode, what is the song\nthat plays as Natsu is about to lash out?\n\nIt is more common in fight scenes, in tense situations. I thought it was going\nto be in the first volume of the Fairy Tail soundtrack, but I did not hear it\nfrom there.\n\n", "comment_count": 2, "content_license": "CC BY-SA 3.0", "creation_date": "2016-12-26T02:12:05.293", "favorite_count": 0, "id": "38055", "last_activity_date": "2017-07-28T21:28:10.437", "last_edit_date": "2017-05-29T19:52:16.807", "last_editor_user_id": "2516", "owner_user_id": "29960", "post_type": "question", "score": 1, "tags": [ "music", "fairy-tail" ], "title": "That reoccurring heavy metal song in Fairy Tail... what is it?", "view_count": 725 }
[ { "body": "\n\n[According to OP\nthemself](https://anime.stackexchange.com/questions/38055/that-reoccurring-\nheavy-metal-song-in-fairy-tail-what-is-it#comment52160_38055),\n\n> It's the 13th track off of Volume 2, _Haja no Sen Kaze_.\n\n", "comment_count": 0, "content_license": "CC BY-SA 3.0", "creation_date": "2017-05-29T19:49:14.303", "id": "40578", "last_activity_date": "2017-05-29T19:49:14.303", "last_edit_date": null, "last_editor_user_id": null, "owner_user_id": "2516", "parent_id": "38055", "post_type": "answer", "score": 1 } ]
38055
null
40578
{ "accepted_answer_id": "38062", "answer_count": 1, "body": "\n\nThe first thing in both _BTOOOM!_ and [_The\nCondemned_](https://en.wikipedia.org/wiki/The_Condemned) is based on the same\nstory, which is surviving in the middle-of-nowhere island.\n\nIs the anime an adaptation of the movie?\n\n", "comment_count": 0, "content_license": "CC BY-SA 4.0", "creation_date": "2016-12-26T03:07:20.363", "favorite_count": 0, "id": "38058", "last_activity_date": "2019-01-01T03:17:15.260", "last_edit_date": "2019-01-01T03:17:15.260", "last_editor_user_id": "2516", "owner_user_id": "29891", "post_type": "question", "score": 0, "tags": [ "btooom" ], "title": "Is the anime \"BTOOOM!\" an adaptation of a movie called \"The Condemned\"?", "view_count": 686 }
[ { "body": "\n\nBoth \"BTOOOM!\" and \"The Condemned\" are actually using conception of \"Battle\nRoyale\" novel by Koushun Takami, that's the only reason they share same theme\n(participants of survival game have to kill each other, so last survivor can\nleave island).\n\n", "comment_count": 1, "content_license": "CC BY-SA 3.0", "creation_date": "2016-12-26T09:57:21.310", "id": "38062", "last_activity_date": "2016-12-26T10:11:11.063", "last_edit_date": "2016-12-26T10:11:11.063", "last_editor_user_id": "22203", "owner_user_id": "22203", "parent_id": "38058", "post_type": "answer", "score": 3 } ]
38058
38062
38062
{ "accepted_answer_id": null, "answer_count": 1, "body": "\n\nWhile not all yokai wear masks, many do, such as the 3 yokai serving as Natori\nShuuichi's shiki. Many of the other yokai that meet Natsume also wear masks.\n\nIn the story where Natsume was taken by some yokai to be presented to their\nboss, after he broke out of his confinement, he wore a mask to disguise\nhimself. He also wore a mask for the same purpose when he joined the festival\nto take a magical kimono that enables the wearer yokai to be seen by humans.\nThus it can be concluded that when a human wears a mask, it is to prevent\nyokai from learning that they are human.\n\nYet, why do yokai wear masks? What is the mythological background behind yokai\nwearing masks?\n\n", "comment_count": 0, "content_license": "CC BY-SA 3.0", "creation_date": "2016-12-26T14:30:16.517", "favorite_count": 0, "id": "38068", "last_activity_date": "2017-05-01T03:49:25.237", "last_edit_date": "2016-12-26T18:24:43.463", "last_editor_user_id": "1908", "owner_user_id": "7866", "post_type": "question", "score": 3, "tags": [ "natsumes-book-of-friends" ], "title": "Why is it that many yokai wear masks?", "view_count": 1397 }
[ { "body": "\n\nI don't think that has anything to do with actual mythology. It's simply a\nstylistic choice by Yuki Midorikaw more than anything else to depict youkai in\nthat manner. In ancient times, masks were used to portray creatures and\ncharacters during plays and rituals.\n\nIt seems that that carried over into manga and anime to represent youkai when\nin human form, much like the common depiction of a ghost wearing a triangle-\nshaped bandage on the head.\n\n", "comment_count": 0, "content_license": "CC BY-SA 3.0", "creation_date": "2016-12-26T17:27:20.557", "id": "38070", "last_activity_date": "2017-05-01T03:49:25.237", "last_edit_date": "2017-05-01T03:49:25.237", "last_editor_user_id": null, "owner_user_id": "23818", "parent_id": "38068", "post_type": "answer", "score": 0 } ]
38068
null
38070
{ "accepted_answer_id": null, "answer_count": 0, "body": "\n\nThis is Goku super saiyan blue's power up against Hit. Is this his normal\nsuper saiyan blue aura or those yellow, white and green colors inside arent\nblue in purpose, like a signal he's close to get a new stage or something? I\nthink something similar happened with his aura against merged Zamasu\n\n[![Goku vs Hit round\n2](https://i.stack.imgur.com/nimoe.png)](https://i.stack.imgur.com/nimoe.png)\n\n[![Power up and\nkamehameha](https://i.stack.imgur.com/BfD9y.png)](https://i.stack.imgur.com/BfD9y.png)\n\n", "comment_count": 1, "content_license": "CC BY-SA 3.0", "creation_date": "2016-12-26T20:19:58.707", "favorite_count": 0, "id": "38073", "last_activity_date": "2017-05-06T06:10:37.893", "last_edit_date": null, "last_editor_user_id": null, "owner_user_id": "3028", "post_type": "question", "score": 1, "tags": [ "dragon-ball-super" ], "title": "Why Goku super saiyan blue's power up aura glows different colors inside lately?", "view_count": 745 }
[]
38073
null
null
{ "accepted_answer_id": "40828", "answer_count": 1, "body": "\n\nIt's a recurring issue in that Aqua easily purifies many liquids such as swamp\nwater, tea or hot spring water. However, this is never an issue whenever she\nimbibes alcohol.\n\nWas it ever explained if she only purifies \"water-based\" liquids or she does\nhave control over what she purifies and never seems to apply it well except\nfor her beloved alcohol? Word of god from the author or a select passage from\nthe light novel address this would be great.\n\n", "comment_count": 1, "content_license": "CC BY-SA 3.0", "creation_date": "2016-12-26T22:02:34.833", "favorite_count": 0, "id": "38075", "last_activity_date": "2020-02-06T01:02:17.030", "last_edit_date": "2017-06-11T18:55:53.937", "last_editor_user_id": "2516", "owner_user_id": "25995", "post_type": "question", "score": 8, "tags": [ "konosuba" ], "title": "How does Aqua not purify her beloved alcoholic drinks?", "view_count": 3379 }
[ { "body": "\n\nFirst, **Aqua _did_ purify alcohol**.\n\nIn one of Megumin's spin-off light novel1, Aqua was working as a part-time\nwaitress at the guild's bar. However, once she got scolded and fired by the\nowner since she purified the alcohol accidentally. That's the reason why she\nwas doing civil engineering work instead in the first episode. (source:\n[[1](https://detail.chiebukuro.yahoo.co.jp/qa/question_detail/q10173535255)],\n[[2](http://hanabi.2ch.net/test/read.cgi/magazin/1454723142/39-n\\))]:post no.\n53 by DPKAszx20,\n[reddit](https://www.reddit.com/r/Konosuba/comments/63vlp6/about_aqua_and_alcohol/))\n\nThis implies that she can't really control her purification power; any liquid\nthat she _touches_ will be purified regardless of her intention. Her character\nintroduction usually mentions this (examples:\n[[3](http://tvtropes.org/pmwiki/pmwiki.php/Characters/KonoSubaProtagonists)]:Aqua/Power\nIncontinence,\n[[4](http://dic.nicovideo.jp/a/%E3%82%A2%E3%82%AF%E3%82%A2\\(%E3%81%93%E3%81%AE%E7%B4%A0%E6%99%B4%E3%82%89%E3%81%97%E3%81%84%E4%B8%96%E7%95%8C%E3%81%AB%E7%A5%9D%E7%A6%8F%E3%82%92!\\))],\n[[5](https://www49.atwiki.jp/aniwotawiki/pages/33949.html)])\n\nOn the other hand, there's also an important info regarding her purification\nskill. According to a bonus light-novel for digital publication2, Aqua's\nnatural purification skill power changes depending on her emotion/feeling.\nWhen she is in pure emotion, her natural purification power is high, otherwise\nwhen she is in \"vulgar\" mode, its power is low. (source:\n[[1](https://detail.chiebukuro.yahoo.co.jp/qa/question_detail/q10173535255)])\n\nHowever, the mystery of her enjoying alcoholic drinks until drunk is _never\nexplained explicitly_ : was she really enjoying it? did she really drunk?\nThus, **there are only fan theories** :\n\n 1. **It is based on her emotion** (as mentioned before) (source: [[1](https://detail.chiebukuro.yahoo.co.jp/qa/question_detail/q10173535255)])\n\nWhen she's drinking alcoholic drinks, she's exposing her self-desire. This\nmakes her purification power low, and thus she can enjoy it. On the other\nhand, when she was working as a waitress, she was not engulfed in her self-\ndesire because she didn't want to drink it, and thus she accidentally purified\nit.\n\n 2. **Only liquid that's touched directly gets purified** (source: most of her character introductions, [[2](http://hanabi.2ch.net/test/read.cgi/magazin/1454723142/39-n\\))]: post no. 49 & 50, [reddit](https://www.reddit.com/r/Konosuba/comments/63vlp6/about_aqua_and_alcohol/dfxir9s/), [reddit](https://www.reddit.com/r/Konosuba/comments/63vlp6/about_aqua_and_alcohol/dfy50j8/), [reddit](https://www.reddit.com/r/Konosuba/comments/5yb4u9/s2e9_gave_me_a_question_why_does_aqua_purify/det7fab/), [reddit](https://www.reddit.com/r/Konosuba/comments/5yb4u9/s2e9_gave_me_a_question_why_does_aqua_purify/deompae/))\n\nMost of the cases, she _touched_ the liquid _with her skin_ (e.g. Darkness'\ngrape juice). However, it's implied that drinking is safe because the lip is\nconsidered as [mucous\nmembrane](https://en.wikipedia.org/wiki/Mucous_membrane), not skin. The\nproblem is, this also generates more question like how she purified customers'\nalcoholic drink and Kazuma's tea...\n\n 3. **She can't really control it** (source: [reddit](https://www.reddit.com/r/Konosuba/comments/63vlp6/about_aqua_and_alcohol/dg2y0iz/), [reddit](https://www.reddit.com/r/Konosuba/comments/66yucf/how_does_aqua_drink_teawinebeer_if_she_purifies/dgnnka3/), [reddit](https://www.reddit.com/r/Konosuba/comments/5yb4u9/s2e9_gave_me_a_question_why_does_aqua_purify/deolpfs/))\n\nWhich means she was actually drinking plain water, and her being drunk was due\nto the [placebo effect](https://en.wikipedia.org/wiki/Placebo#Effects) or\n[water intoxication](https://en.wikipedia.org/wiki/Water_intoxication).\n\n_Debunked_ fan theories due to the fact mention here:\n\n 1. **She only purifies water-based liquid, and alcohol is not water** (source: [[2](http://hanabi.2ch.net/test/read.cgi/magazin/1454723142/39-n\\))]: post 47 & 48, [reddit](https://www.reddit.com/r/Konosuba/comments/66yucf/how_does_aqua_drink_teawinebeer_if_she_purifies/dgmvfe2/), [reddit](https://www.reddit.com/r/Konosuba/comments/66yucf/how_does_aqua_drink_teawinebeer_if_she_purifies/dgpqhee/), [reddit](https://www.reddit.com/r/Konosuba/comments/5yb4u9/s2e9_gave_me_a_question_why_does_aqua_purify/deoutxp/), [reddit](https://www.reddit.com/r/Konosuba/comments/5yb4u9/s2e9_gave_me_a_question_why_does_aqua_purify/deqs4uf/), [reddit](https://www.reddit.com/r/Konosuba/comments/5w2pq5/if_aqua_can_purify_any_liquid_into_warm_water/de7fodx/), [reddit](https://www.reddit.com/r/anime/comments/5y9osy/spoilers_kono_subarashii_sekai_ni_shukufuku_wo_2/deocawz/))\n\nChemically, alcohol is [ethanol](https://en.wikipedia.org/wiki/Ethanol)\n(C2H6O2), not [water](https://en.wikipedia.org/wiki/Water) (H2O). This means\nthat she probably was drinking pure ethanol instead, which surely made her\ndrunk. (Debunked because she did purify alcohol)\n\n 2. **Purification takes some time to work** (source: [[2](http://hanabi.2ch.net/test/read.cgi/magazin/1454723142/39-n\\))]: post 52, [reddit](https://www.reddit.com/r/Konosuba/comments/63vlp6/about_aqua_and_alcohol/dg10utt/), [reddit](https://www.reddit.com/r/Konosuba/comments/63vlp6/about_aqua_and_alcohol/dg3ngt7/))\n\nSimilar to the case when she took a long time to purify a lake, she needed\nsome time to purify her drink. (Debunked because she purified Darkness' grape\njuice instantly)\n\n 3. **Alcohol is considered holy/pure/sacred by many religions** (source: [reddit](https://www.reddit.com/r/Konosuba/comments/63vlp6/about_aqua_and_alcohol/dfxcvas/), [reddit](https://www.reddit.com/r/Konosuba/comments/66yucf/how_does_aqua_drink_teawinebeer_if_she_purifies/dgn8zbc/), [reddit](https://www.reddit.com/r/Konosuba/comments/5yb4u9/s2e9_gave_me_a_question_why_does_aqua_purify/deov873/), [reddit](https://www.reddit.com/r/Konosuba/comments/5yb4u9/s2e9_gave_me_a_question_why_does_aqua_purify/depasie/))\n\nThere are facts about alcohol such as wine is considered sacred. Examples are\nJesus turning water into wine, Japanese gods like _sake_ , etc.. (Debunked\nanyway, since she did purify alcohol)\n\nFinally, the scene where she was drunk and puking rainbow is anime only. It's\nnot mentioned in the light novel, thus might not be considered canon. (source:\n[reddit](https://www.reddit.com/r/Konosuba/comments/5w2pq5/if_aqua_can_purify_any_liquid_into_warm_water/dedesz6/))\n\nAnother thing to ponder: why isn't her bodily fluid got purified? If this is\nto be considered, then _the only theory that works is \" **Only liquid that's\ntouched directly gets purified** \"_.\n\n* * *\n\nSources:\n\n * [[1](https://detail.chiebukuro.yahoo.co.jp/qa/question_detail/q10173535255)]: Yahoo! Chiebukuro (Japanese)\n * [[2](http://hanabi.2ch.net/test/read.cgi/magazin/1454723142/39-n\\))]: 2channel (Japanese)\n * [[3](http://tvtropes.org/pmwiki/pmwiki.php/Characters/KonoSubaProtagonists)]: Characters/KonoSuba: Protagonists ( **Warning, TvTropes** )\n * [[4](http://dic.nicovideo.jp/a/%E3%82%A2%E3%82%AF%E3%82%A2\\(%E3%81%93%E3%81%AE%E7%B4%A0%E6%99%B4%E3%82%89%E3%81%97%E3%81%84%E4%B8%96%E7%95%8C%E3%81%AB%E7%A5%9D%E7%A6%8F%E3%82%92!\\))]: NicoNicoPedia (Japanese)\n * [[5](https://www49.atwiki.jp/aniwotawiki/pages/33949.html)]: AniOta Wiki (Japanese)\n * Reddit Personally, I don't regard reddit discussion highly enough though...: \n * [About Aqua and Alcohol](https://www.reddit.com/r/Konosuba/comments/63vlp6/about_aqua_and_alcohol/)\n * [How does Aqua drink tea/wine/beer if she purifies it when she touches the drinks?](https://www.reddit.com/r/Konosuba/comments/66yucf/how_does_aqua_drink_teawinebeer_if_she_purifies/)\n * [S2E9 gave me a question. Why does aqua purify everything except booze?](https://www.reddit.com/r/Konosuba/comments/5yb4u9/s2e9_gave_me_a_question_why_does_aqua_purify/)\n * [If Aqua can purify any liquid into warm water...](https://www.reddit.com/r/Konosuba/comments/5w2pq5/if_aqua_can_purify_any_liquid_into_warm_water/)\n * [[Spoilers] Kono Subarashii Sekai ni Shukufuku wo! 2 - Episode 9 discussion](https://www.reddit.com/r/anime/comments/5y9osy/spoilers_kono_subarashii_sekai_ni_shukufuku_wo_2/)\n\n1 The spin-off light novels are officially free to read on [Sneaker Bunko\n(Japanese)](http://sneakerbunko.jp/series/konosuba/), but I don't have time to\nfind the related passage. It'd be great if someone can confirm this in the\ncomment.\n\n2 Unfortunately, I can't find the origin of the light-novel mentioned there.\n\n", "comment_count": 0, "content_license": "CC BY-SA 3.0", "creation_date": "2017-06-11T18:55:14.387", "id": "40828", "last_activity_date": "2017-06-13T12:23:09.440", "last_edit_date": "2017-06-13T12:23:09.440", "last_editor_user_id": "2516", "owner_user_id": "2516", "parent_id": "38075", "post_type": "answer", "score": 10 } ]
38075
40828
40828
{ "accepted_answer_id": "38079", "answer_count": 1, "body": "\n\n[![Videogame](https://i.stack.imgur.com/wOyFR.png)](https://i.stack.imgur.com/wOyFR.png)\n\nThe one in the right. I can read the first word in japanese says Vegita but I\ncan't understand the rest\n\n", "comment_count": 0, "content_license": "CC BY-SA 3.0", "creation_date": "2016-12-26T23:32:27.470", "favorite_count": 0, "id": "38078", "last_activity_date": "2016-12-27T06:55:07.837", "last_edit_date": null, "last_editor_user_id": null, "owner_user_id": "3028", "post_type": "question", "score": 1, "tags": [ "dragon-ball-series" ], "title": "Who is this character from a Dragon Ball videogame?", "view_count": 211 }
[ { "body": "\n\nべジータたちをたおせ _(Be-ji-i-ta-ta-chi-o ta-o-se)_ , which means _\"Defeat Vegita and\nhis comrades\"_.\n\nBy the appearance of SSJ3 Vegeta and Nappa, it's from the game [Dragon Ball\nHeroes](http://dragonball.wikia.com/wiki/Dragon_Ball_Heroes), a Japanese\narcade game developed by [Dimps](https://en.wikipedia.org/wiki/Dimps), which\nthey have developed a lot of popular anime video games.\n\n![](https://i.stack.imgur.com/KUZ6M.jpg)\n\n", "comment_count": 3, "content_license": "CC BY-SA 3.0", "creation_date": "2016-12-27T03:35:34.387", "id": "38079", "last_activity_date": "2016-12-27T06:55:07.837", "last_edit_date": "2016-12-27T06:55:07.837", "last_editor_user_id": "17814", "owner_user_id": "17814", "parent_id": "38078", "post_type": "answer", "score": 3 } ]
38078
38079
38079
{ "accepted_answer_id": "38129", "answer_count": 1, "body": "\n\nTechnically Goku did die in the fight with hit. But because he was revived by\nmeans other than the dragon balls. Does this mean he didn't actually die?\n\n", "comment_count": 3, "content_license": "CC BY-SA 3.0", "creation_date": "2016-12-27T07:07:50.470", "favorite_count": 0, "id": "38082", "last_activity_date": "2016-12-28T17:33:37.120", "last_edit_date": null, "last_editor_user_id": null, "owner_user_id": "18404", "post_type": "question", "score": 1, "tags": [ "dragon-ball-super" ], "title": "Goku's death counter?", "view_count": 273 }
[ { "body": "\n\nI'm only going to count the \"main\" series so gt will not be included.\n\nSo there was the start of dragon ball z, in the fight against Raditz,\n\nHe did not die against Freeza as he was said to have survived it.\n\nHe died when he teleported Cell to King Kais planet as he was exploding.\n\nAnd lastly in the lasted episode as of now (72) of dragon ball super, it is\nsaid that when goku was struck by Hit, he saw King Yemma at the checkout\nstation for a second before being brung back to life by the ki blast he had\nshot in the air.\n\nSo in conclusion Goku died 3 times if you count the last one which could be\nargued as debatable, otherwise his death count is 2.\n\n", "comment_count": 0, "content_license": "CC BY-SA 3.0", "creation_date": "2016-12-28T17:33:37.120", "id": "38129", "last_activity_date": "2016-12-28T17:33:37.120", "last_edit_date": null, "last_editor_user_id": null, "owner_user_id": "28750", "parent_id": "38082", "post_type": "answer", "score": 2 } ]
38082
38129
38129
{ "accepted_answer_id": null, "answer_count": 2, "body": "\n\nHe could've simply replaced a fish in the ocean for Doflamingo. Unless I've\nmissed something.\n\n", "comment_count": 1, "content_license": "CC BY-SA 3.0", "creation_date": "2016-12-27T10:04:24.907", "favorite_count": 0, "id": "38084", "last_activity_date": "2017-01-18T13:37:20.143", "last_edit_date": "2016-12-27T11:30:48.937", "last_editor_user_id": "8486", "owner_user_id": "29986", "post_type": "question", "score": 0, "tags": [ "one-piece" ], "title": "Why is Law unable to use Shambles against Doflamingo and simply drown him in the ocean?", "view_count": 2320 }
[ { "body": "\n\nIf I am not wrong, Shambles is nothing but a technique which interchanges\npositions of two objects! DF can operate on almost anything in the world, but\nas we know its weakness is sea and sea related things like Sea Stone. Your\npower becomes null when you interact with the sea. Pushing Doflamingo into the\nsea will require pulling out some sea water and exchanging its position with\nDoffy, which clearly is not possible. Think about it: the guy Señor Pink has\nthe ability to swim anywhere and the irony is he can't swim in the sea.\n\n", "comment_count": 1, "content_license": "CC BY-SA 3.0", "creation_date": "2016-12-27T16:11:27.447", "id": "38090", "last_activity_date": "2017-01-18T13:37:20.143", "last_edit_date": "2017-01-18T13:37:20.143", "last_editor_user_id": "8486", "owner_user_id": "25802", "parent_id": "38084", "post_type": "answer", "score": 3 }, { "body": "\n\nDoflamingo is well aware of how Law's powers work, and he made sure for most\nof their interactions that Law coulst set uo his Room by keeping him on the\ndefensive. And along with that, he'd need to be near the water first for that\nto happen and Doflamingo probably wouldn't let that happen.\n\nAlso, DF powers don't instantly become inactive when they, or the user touch\nsea water. This was proven when Aokiji touched the ocean physically, then\nfroze it for miles across when first meeting the Straw Hats.\n\n", "comment_count": 0, "content_license": "CC BY-SA 3.0", "creation_date": "2016-12-31T05:34:19.167", "id": "38181", "last_activity_date": "2016-12-31T05:34:19.167", "last_edit_date": null, "last_editor_user_id": null, "owner_user_id": "29792", "parent_id": "38084", "post_type": "answer", "score": 0 } ]
38084
null
38090
{ "accepted_answer_id": null, "answer_count": 5, "body": "\n\nSo we all know that Sasuke does not have an arm. And after his fight, Sakura\nwas saying something about making an arm out of Hashirama's cells. Thing\nis—Sasuke has the Rinnegan, and knows how to use it. So, he can use the Asura\nPath technique to get a new arm. So what was the need for an arm made of\nHashirama's cells anyway? Why did they make one for Sasuke if he can get a new\narm himself? And why is Sasuke missing an arm in the first place? He should\nhave had his own new arm by now.\n\n[![enter image description\nhere](https://i.stack.imgur.com/xHigx.png)](https://i.stack.imgur.com/xHigx.png)\n\n", "comment_count": 6, "content_license": "CC BY-SA 3.0", "creation_date": "2016-12-27T13:50:40.347", "favorite_count": 0, "id": "38086", "last_activity_date": "2022-08-18T06:32:14.057", "last_edit_date": "2017-01-18T12:40:04.180", "last_editor_user_id": "8486", "owner_user_id": "29705", "post_type": "question", "score": 5, "tags": [ "naruto" ], "title": "Does Sasuke really need a new arm?", "view_count": 23758 }
[ { "body": "\n\nI think it's because Sasuke lost a lot of his powers after he sealed Kaguya.\n(Naruto even lost his Sage of Six Paths more). Sasuke only had his Rinnegan,\nso, I don't think he can restore his arm using the Asura path technique.\n\n", "comment_count": 3, "content_license": "CC BY-SA 4.0", "creation_date": "2016-12-30T15:24:41.277", "id": "38169", "last_activity_date": "2022-08-18T06:29:16.233", "last_edit_date": "2022-08-18T06:29:16.233", "last_editor_user_id": "2516", "owner_user_id": "30023", "parent_id": "38086", "post_type": "answer", "score": 0 }, { "body": "\n\nSasuke thinks he's cooler with one arm or this is his way of atonement or his\ntrying to be more emo or maybe he thinks he doesnt need it yet\n\n", "comment_count": 1, "content_license": "CC BY-SA 3.0", "creation_date": "2016-12-31T00:21:50.310", "id": "38175", "last_activity_date": "2016-12-31T00:21:50.310", "last_edit_date": null, "last_editor_user_id": null, "owner_user_id": "30055", "parent_id": "38086", "post_type": "answer", "score": -4 }, { "body": "\n\nWhen Naruto and Sasuke battle after they defeat Kaguya, they end up both\nlosing an arm. Tsunade implants a certain cell inside Naruto's missing arm's\nside to let it grow back. But Sasuke does not want his arm to be recovered\nbecause he wants to punish (-ish) himself for all the harm he had caused.\n\nSince, as [EIPsyKongroo said](https://anime.stackexchange.com/a/38169/2516),\nhe only received the Magatama Rinnegan when he got the Sage of Six Path\nchakra, and I don't think it has the ability to recover any lost/damaged\ncells.\n\n", "comment_count": 1, "content_license": "CC BY-SA 4.0", "creation_date": "2017-04-19T02:42:11.747", "id": "39952", "last_activity_date": "2022-08-18T06:32:14.057", "last_edit_date": "2022-08-18T06:32:14.057", "last_editor_user_id": "2516", "owner_user_id": "31773", "parent_id": "38086", "post_type": "answer", "score": 1 }, { "body": "\n\nSasuke is of Uchiha blood line. If he implants Hashirama's cells in his arm,\nhe will activate a Rinnegan in the right eye. He doesn't trust himself yet. So\nhe doesn't attach a new arm like Naruto.\n\n", "comment_count": 0, "content_license": "CC BY-SA 4.0", "creation_date": "2017-05-22T07:32:43.023", "id": "40475", "last_activity_date": "2022-08-18T06:29:40.947", "last_edit_date": "2022-08-18T06:29:40.947", "last_editor_user_id": "2516", "owner_user_id": "32679", "parent_id": "38086", "post_type": "answer", "score": 0 }, { "body": "\n\nAs [Troll dé Mage said](https://anime.stackexchange.com/a/39952/2516),\n\n 1. Maybe he wants to punish himself for all the harm he had caused OR\n 2. He thinks that having Hashirama chakra in him would make him too OP and he is afraid that he may turn on the wrong side.\n\n", "comment_count": 1, "content_license": "CC BY-SA 4.0", "creation_date": "2017-05-22T17:39:31.080", "id": "40483", "last_activity_date": "2022-08-18T06:31:42.290", "last_edit_date": "2022-08-18T06:31:42.290", "last_editor_user_id": "2516", "owner_user_id": "32685", "parent_id": "38086", "post_type": "answer", "score": 0 } ]
38086
null
39952
{ "accepted_answer_id": null, "answer_count": 10, "body": "\n\nI was having a conversation with my friend and I said that Kira was one of my\nfavorite antiheroes. He replied with: Kira is not a an antihero, he's a\nvillain.\n\nBut he gave nearly zero arguments for that.\n\n", "comment_count": 1, "content_license": "CC BY-SA 3.0", "creation_date": "2016-12-27T19:37:37.947", "favorite_count": 0, "id": "38094", "last_activity_date": "2020-01-23T09:34:28.943", "last_edit_date": "2016-12-27T19:50:23.680", "last_editor_user_id": "1527", "owner_user_id": "29996", "post_type": "question", "score": 12, "tags": [ "death-note" ], "title": "Is Kira (Yagami Light) an antihero or a villain?", "view_count": 12254 }
[ { "body": "\n\nDefinition of antihero from\n[Google](https://www.google.co.in/search?client=ubuntu&channel=fs&q=antiheroes&ie=utf-8&oe=utf-8&gfe_rd=cr&ei=U8ViWNq4HvDI8AeXwY-\nIAg):\n\n> a central character in a story, film, or drama who lacks conventional heroic\n> attributes.\n\nLight was central character and lacks conventional heroic attributes. So he is\nsurely an antihero.\n\n", "comment_count": 4, "content_license": "CC BY-SA 3.0", "creation_date": "2016-12-27T19:49:43.807", "id": "38095", "last_activity_date": "2016-12-27T19:49:43.807", "last_edit_date": null, "last_editor_user_id": null, "owner_user_id": "1527", "parent_id": "38094", "post_type": "answer", "score": 3 }, { "body": "\n\nThe entire anime (and probably manga but I haven’t read it) follows the story\nof Light — from when he first gains access to a Death Note until the bitter\nend. It’s obvious that Light is a central character and we can ask ourself\nwhether he is a hero (or antihero) or a villain.\n\nAn antihero has been defined by Ankit, a villain would typically be somebody\nwho works against the principal (anti) hero standing on the other side of the\nblack/white schism.\n\nThere are other principal and supporting character, naturally. I would\nclassify the police investigation squad as supporting and L as another\nprincipal character.\n\n> L’s successor Near would also be classified as principal in my humble\n> opinion.\n\nObviously, Light and L are not both black or both white; they have conflicting\ngoals.\n\nWith this rather simple classification in hand, it is up to us to ask us\nwhether L’s side can be considered the ‘hero side’ — the only possibility if\nwe desire to call Light the _villain._ Well:\n\n> L can’t be the hero by himself as he dies halfway through. The work ends if\n> the hero dies. Near can’t be the hero by himself as he only appears halfway\n> through. Together, they could be the ‘hero side’ in a two-episode drama.\n\nBut even if that last case is true, we still follow the story of Light much\nmore closely than the story of L. It’s not the idea of a hero that they barely\nturn up.\n\nTherefore, Light is an antihero.\n\n", "comment_count": 0, "content_license": "CC BY-SA 3.0", "creation_date": "2016-12-28T01:24:35.277", "id": "38103", "last_activity_date": "2016-12-28T01:24:35.277", "last_edit_date": null, "last_editor_user_id": null, "owner_user_id": "13532", "parent_id": "38094", "post_type": "answer", "score": 9 }, { "body": "\n\nLight Yagami was a Villian. He killed innocent people such as the dead\ninvestigator's wife, Naomi Misora, who he enjoyed killing. He kills the fake L\nimmediately on live TV in his prefecture after the Fake L's speech that he\nwould bring Kira to justice.\n\nHe kills L, L's guardian, kills Naomi Misora's husband, kills Naomi Misora and\nenjoyed the horrified expression on her face as she knows he killed her. After\nthe Death Note takes hold of her he then taunts her and revels in his\n\"victory\". Light Yagami is a villain and is a case course on how showing\npeople what drives a killer will bias themselves and argue the immorality of a\nmurder was somehow just an argument over ethics.\n\n", "comment_count": 0, "content_license": "CC BY-SA 3.0", "creation_date": "2017-09-04T09:27:16.203", "id": "42171", "last_activity_date": "2017-09-04T21:41:31.380", "last_edit_date": "2017-09-04T21:41:31.380", "last_editor_user_id": "35474", "owner_user_id": "35474", "parent_id": "38094", "post_type": "answer", "score": 2 }, { "body": "\n\nI think we all can agree that Light is the central character. All the events\nin the story surrounds him, but although his way of reaching his goal of\nbecoming the new god isn't really heroic, he had good intencions, such as\ncleaning the world from criminals. All the innocents killed were a threat to\nKira's identity being exposed. So yeah, Light was an antihero. Also i noticed\na lot of people misusing the term \"villain\", because a villain CAN be the main\ncharacter and a hero also can be the antagonist\n\n", "comment_count": 0, "content_license": "CC BY-SA 3.0", "creation_date": "2017-09-07T02:13:54.267", "id": "42202", "last_activity_date": "2017-09-07T02:13:54.267", "last_edit_date": null, "last_editor_user_id": null, "owner_user_id": "35516", "parent_id": "38094", "post_type": "answer", "score": 0 }, { "body": "\n\nKira (Or Light Yagami) is definitely an anti hero. By definition, anti hero\nmeans the central character in a story, film, or drama who lacks conventional\nheroic attributes. Heroic attributes are the qualities like strong sense of\njustice, striving for others rather than his own existence, compassion for\nothers etc.\n\nLight had his own way of justice, he many times murders people to protect his\nown identity(existence) and also manipulated innocent people to do his\nbidding. Which are all the qualities that are **opposite to a hero**.\n\nEven L and N, can't be classified to be heroes, as L stayed till half and is\nkilled. Then N enters from second half.\n\nFinally, I say may be, he shows some villain characteristics, but not\nclassified to be a villain. :)\n\n", "comment_count": 0, "content_license": "CC BY-SA 3.0", "creation_date": "2017-09-07T09:24:39.123", "id": "42206", "last_activity_date": "2017-09-07T09:24:39.123", "last_edit_date": null, "last_editor_user_id": null, "owner_user_id": "35521", "parent_id": "38094", "post_type": "answer", "score": 1 }, { "body": "\n\nKira is **both** the **antihero** and a **villain**.\n\nBy the definition given in Ankit's answer he is an antihero (being not really\na hero, but still the main character).\n\nBy the evil he has done (murder of innocents and even enjoying it, examples in\nAmira's answer) he is a villain.\n\nThe other answers try to exclude one option by arguing that he already is the\nother one. However, the concepts of an antihero and a villain do not exclude\neach other. Therefore he can be both if he fulfils both requirements.\n\n", "comment_count": 0, "content_license": "CC BY-SA 3.0", "creation_date": "2017-09-08T09:59:29.877", "id": "42222", "last_activity_date": "2017-09-08T09:59:29.877", "last_edit_date": null, "last_editor_user_id": null, "owner_user_id": null, "parent_id": "38094", "post_type": "answer", "score": 1 }, { "body": "\n\nActually, I think Light is an anti-villian since he always talk about justice.\nHowever, Light is ready to kill an inocent man just because he object and call\nhim evil. \"An Anti-Villain is the opposite of an Anti-Hero; while the anti-\nhero often fights on the side of good, but with selfish motives; the anti-\nvillain plays a villain's game, but for a noble cause...at least in their\neyes. They may be more noble or heroic than an anti-hero, but the means to\nachieve their ends are often considered exploitative, immoral, unjust, or\nevil\". So yeah, I think Light is not an anti-hero but the oposite, an anti-\nvillain.\n\n", "comment_count": 0, "content_license": "CC BY-SA 3.0", "creation_date": "2017-09-08T14:38:43.883", "id": "42226", "last_activity_date": "2017-09-08T14:38:43.883", "last_edit_date": null, "last_editor_user_id": null, "owner_user_id": "35540", "parent_id": "38094", "post_type": "answer", "score": 1 }, { "body": "\n\n## In modern works, we are not limited to Greek archetypes. Light is a\n[villain\nprotagonist](http://tvtropes.org/pmwiki/pmwiki.php/Main/VillainProtagonist).\n\nWhile the stories of the Greeks were written to follow great heroes, that does\nnot limit us to their archetypes. The central character can be a villain --\nand Light is clearly one such person, as he steps off the deep end shortly\ninto the series.\n\nAn anti-hero is a _hero_ who lacks heroic features; Light is a _protagonist_\nwho _performs villainous actions_.\n\nA good anti-hero example would be the modern take on Batman. He is dark,\nforeboding, and a lawbreaker. He does things (like attacking policemen to stop\nthem from accidentally attacking disguised hostages in _The Dark Knight_ )\nthat aren't considered heroic, with the direct intent of performing a heroic\nduty -- that is, saving lives. The presence of heroic intent with unheroic\nactions makes Batman an anti-hero.\n\nLight, on the other hand, quickly steps off his original goal of removing\ndangerous known bad actors, and begins killing people -- both innocent and\nguilty -- for the sake of glorifying himself. This is, both in action and\nintent, the opposite of an archetypal hero. In this way, Light steps over the\nanti-hero line directly into villain territory.\n\n", "comment_count": 0, "content_license": "CC BY-SA 3.0", "creation_date": "2017-09-08T17:48:26.143", "id": "42228", "last_activity_date": "2017-09-08T17:48:26.143", "last_edit_date": null, "last_editor_user_id": null, "owner_user_id": "18894", "parent_id": "38094", "post_type": "answer", "score": 11 }, { "body": "\n\nLight is both anti-hero and villain, though him being villain outweighs\noverall.\n\nThe first hint of him being more villain was when he killed fake L without\nthinking as if it was too normal for him to do. Second time which was decisive\nof him becoming more of a villain was the FBI and his fiance. Hints of him\nrealizing that he is doing wrong were first shown in this case. At this point\nonwards, he started to have more of villain qualities while the anti-hero\npretty much was gone. He had the one villain quality stuck to his mind, i.e.\nhe believes he is a good guy.\n\nThe thing is, being anti-hero doesn't mean it's a good or bad thing. An anti-\nhero is a protagonist who doesn't have good qualities like normal ones, but he\ncan do either good things or bad things, and he will be either a hero or\nvillain. Here, Light started as an anti-hero, but since he started doing bad\nthings he became a villain instead of a hero.\n\n", "comment_count": 0, "content_license": "CC BY-SA 3.0", "creation_date": "2018-02-04T04:45:05.803", "id": "44522", "last_activity_date": "2018-02-04T05:03:38.513", "last_edit_date": "2018-02-04T05:03:38.513", "last_editor_user_id": "2516", "owner_user_id": "37988", "parent_id": "38094", "post_type": "answer", "score": 0 }, { "body": "\n\nLight is a hero because he only killed criminals. L is secretly a criminal.\nLook up Anime Theory L's Dark Secret(death note Theory) by DuoReview. Light\ntried to team up with L but L refused and threatened Light that when L finds\nLight L is going to kill Light. What was Light supposed to do? Lie to survive.\nLight killed some agents because L brainwashed them into thinking Light is\nevil. L should of not threatened Light. L should of chatted with Light, teamed\nup with Light then there would be true teamwork with the two. A true hero\nsacrifices himself to save the world and that is what Light did in episode 1.\n\n", "comment_count": 0, "content_license": "CC BY-SA 4.0", "creation_date": "2020-01-23T09:34:28.943", "id": "56592", "last_activity_date": "2020-01-23T09:34:28.943", "last_edit_date": null, "last_editor_user_id": null, "owner_user_id": "51709", "parent_id": "38094", "post_type": "answer", "score": 0 } ]
38094
null
42228
{ "accepted_answer_id": "38572", "answer_count": 3, "body": "\n\nAccording to the Dragon Ball Wikia for [Super Saiyan\nRosé](https://dragonball.wikia.com/wiki/Super_Saiyan_Ros%C3%A9),\n\n> Akira Toriyama's notes for the form seem to indicate that this state is\n> simply the Super Saiyan God Super Saiyan (blue) state with pink hair.\n\nbut according to [Super Saiyan Rosé is the Super Saiyan version of\nGoku](https://www.dragonballnoticias.com/el-super-saiyajin-rose-es-la-version-\nsuper-saiyajin-de-black-goku) in Spanish, there is a Japanese magazine which\nsays,\n\n> Super Saiyan Rosé is the Super Saiyajin (golden) version of Black Goku\n\nNone of the sources is an official source. Any other info states which version\nis the equivalent of Super Saiyan Rosé, Super Saiyan Blue, or Super Saiyan\n(golden)?\n\n", "comment_count": 0, "content_license": "CC BY-SA 4.0", "creation_date": "2016-12-27T20:22:34.663", "favorite_count": 0, "id": "38096", "last_activity_date": "2023-09-06T07:10:05.167", "last_edit_date": "2023-09-06T07:09:53.363", "last_editor_user_id": "2516", "owner_user_id": "3028", "post_type": "question", "score": 0, "tags": [ "dragon-ball-super" ], "title": "Is Super Saiyan Rosé Goku Black's version of the Super Saiyan Blue or his version of the original (golden) Super Saiyan?", "view_count": 1131 }
[ { "body": "\n\nThe answer was given recently in manga 20 and it's Blue. Rose is Black's\nversion of the Super Saiyan Blue.\n\nSource (Spanish only): <https://www.youtube.com/watch?v=8sJzIM8uvcQ>\n\n", "comment_count": 0, "content_license": "CC BY-SA 4.0", "creation_date": "2017-01-23T22:53:27.003", "id": "38572", "last_activity_date": "2023-09-06T07:09:56.180", "last_edit_date": "2023-09-06T07:09:56.180", "last_editor_user_id": "2516", "owner_user_id": "3028", "parent_id": "38096", "post_type": "answer", "score": 1 }, { "body": "\n\nIn the anime version, it **isn't** stated that Super Saiyan Rose is another\nversion of Super Saiyan Blue. But in the **guides** , it is stated that it is\nGoku Black's version of Super Saiyan 1.\n\n", "comment_count": 0, "content_license": "CC BY-SA 4.0", "creation_date": "2017-11-17T07:27:13.017", "id": "43372", "last_activity_date": "2023-09-06T07:09:58.483", "last_edit_date": "2023-09-06T07:09:58.483", "last_editor_user_id": "2516", "owner_user_id": "36653", "parent_id": "38096", "post_type": "answer", "score": 0 }, { "body": "\n\nSimple question with a simple answer:\n\n * Manga = Goku Black's version of Super Saiyan Blue\n * Anime = Goku Black's version of Super Saiyan\n\n", "comment_count": 0, "content_license": "CC BY-SA 4.0", "creation_date": "2023-09-05T20:01:05.247", "id": "68292", "last_activity_date": "2023-09-06T07:10:05.167", "last_edit_date": "2023-09-06T07:10:05.167", "last_editor_user_id": "2516", "owner_user_id": "73306", "parent_id": "38096", "post_type": "answer", "score": 0 } ]
38096
38572
38572
{ "accepted_answer_id": null, "answer_count": 1, "body": "\n\n**\\- tl;dr Version -**\n\nHow did information of Section 9's involvement with the second kidnapping of\nMr. Serano, which happened in episode 23 of GitS:SAC, get leaked to the media?\nI can't find any source online that clarifies this.\n\n**\\- Longer Version -**\n\nIn episode 23 of GitS:SAC, Major Kusanagi uses the memories she obtained from\nthe Laughing Man to stage a second kidnapping of Mr. Serano under the guise of\nthe Laughing Man himself in order to verify the connection between Serano\nGenomics and Secretary General Yakushima. During the kidnapping, Major\nKusanagi impersonated the Laughing Man perfectly because, well, she **was**\nthe Laughing Man for all intents and purposes. However, the degree to which\nthe rest of Section 9 was filled in on this plot seems to be vague. Throughout\nthe episode you can see the rest of Section 9 trying hard to \"arrest the\nlaughing man\", though it's conceivable that this could have all been part of\nSection 9's plan.\n\nRegardless of whether or not the rest of Section 9 was filled in on this plan,\nhow on earth did the media find out that it was the Major who impersonated the\nLaughing Man and kidnapped Mr. Serano? At most only the members of Section 9\nknew about this (and possibly the Laughing Man himself I suppose), so who\nleaked the information? One possibility is that Major's girly eyes gave it\naway, as is slightly indicated at the beginning of episode 24 when Chief\nAramaki and Togusa are in the car, but that seems like a silly way for the\nnews to be leaked. In the [GitS:SAC wiki\npage](https://en.wikipedia.org/wiki/List_of_Ghost_in_the_Shell:_Stand_Alone_Complex_episodes),\nit's claimed that Secretary General Yakushima, the guy who this entire\nLaughing Man plot is focused on putting to justice, found out that Section 9\nwas behind the kidnapping and so leaked that info to the media (which played a\nvery big role in the rest of the story). But how would Yakushima have known\nabout that? Who told him?\n\nWhat's really weird about all this is that in the beginning of episode 24,\nChief Aramaki tells nearly everybody in Section 9 to \"find out where news of\nour op was leaked from.\" But nobody ever seems to give an answer to this!\n\n", "comment_count": 0, "content_license": "CC BY-SA 3.0", "creation_date": "2016-12-27T20:53:49.453", "favorite_count": 0, "id": "38098", "last_activity_date": "2018-12-11T11:02:15.453", "last_edit_date": null, "last_editor_user_id": null, "owner_user_id": "29487", "post_type": "question", "score": 8, "tags": [ "ghost-in-the-shell-sac", "ghost-in-the-shell" ], "title": "Who leaked info on section 9's kidnapping of Mr. Serano?", "view_count": 599 }
[ { "body": "\n\nSecretary General Yakushima would have feelers out to pick up on any operation\nlike the one Section 9 were pulling off. The universe also doesn't set up the\nenemies as inert - they are active and have skills - at that level of\nespionage, the Secretary General would totally have the resources to uncover\nwhat Section 9 was doing.\n\nInterestingly, one of the possibilities is that Aramaki leaked it himself, or\nleft a trail to put the whole death-to-rebirth, process into action. However,\nit is more likely he just reacted to the situation and any small member of\nPublic Security could have had some type of tap on Section 9.\n\n", "comment_count": 0, "content_license": "CC BY-SA 3.0", "creation_date": "2017-02-18T22:27:16.287", "id": "39022", "last_activity_date": "2017-02-18T22:27:16.287", "last_edit_date": null, "last_editor_user_id": null, "owner_user_id": "31035", "parent_id": "38098", "post_type": "answer", "score": 2 } ]
38098
null
39022
{ "accepted_answer_id": null, "answer_count": 1, "body": "\n\nAfter the battle with Hashirama, Madara loses one of his eyes because of the\nIzanagi. He awakens only one Rinnegan eye before he dies. But when he got\nresurrected using Edo Tensei, he has a pair of Rinnegan eyes. Similarly, once\nhe gets his true body back, he has Rinnegan in both eyes. How is this\npossible?\n\n", "comment_count": 1, "content_license": "CC BY-SA 3.0", "creation_date": "2016-12-27T21:48:49.267", "favorite_count": 0, "id": "38099", "last_activity_date": "2022-01-27T19:00:24.300", "last_edit_date": "2016-12-28T03:51:29.937", "last_editor_user_id": "11083", "owner_user_id": "16712", "post_type": "question", "score": 0, "tags": [ "naruto" ], "title": "How does Madara have Rinnegan in both eyes?", "view_count": 27431 }
[ { "body": "\n\nIn the first case, Madara had a blind eye due to the Izanagi he used. But the\neyesight was restored when the Rinnegan formed in both the eyes. This is\nbecause it is a characteristic quality of the Rinnegan. The wikia articles on\n[Rinnegan](http://naruto.wikia.com/wiki/Rinnegan) and [Uchiha\nMadara](http://naruto.wikia.com/wiki/Madara_Uchiha) supports it:\n\n> However, Madara's Sharingan did not become Rinnegan until decades later, at\n> the end of his natural lifespan; this also seemingly restored the eyesight\n> lost from his use of Izanagi.\n\nMadara Uchiha:\n\n> It was not until decades later, towards the end of Madara's natural life,\n> that the cells had any effect, awakening the Rinnegan (in the process\n> restoring his right eye).\n\nSo therefore, formation of Rinnegan completely heals the eyes.\n\nWhen the Edo Tensei was used, he was revived at the prime stage of his life,\nalong with enhancements. That explains him having having both the eyes.\n\nLastly, when he breaks out of the Edo Tensei, his Edo Tensei Rinnegan eyes are\nstill intact. But after being brought back to life by the Samsara of Heavenly\nLife Technique, his fake Rinnegan eyes turn into dust. He fights without eyes\nfor a while. White Zetsu brings him one of his original eyes, and later on, he\nsteals away his original eye from Obito.\n\n", "comment_count": 0, "content_license": "CC BY-SA 3.0", "creation_date": "2016-12-28T04:03:47.193", "id": "38105", "last_activity_date": "2016-12-28T04:03:47.193", "last_edit_date": null, "last_editor_user_id": null, "owner_user_id": "11083", "parent_id": "38099", "post_type": "answer", "score": 2 } ]
38099
null
38105
{ "accepted_answer_id": null, "answer_count": 1, "body": "\n\nAfter Sosuke Aizen, Gin Ichimaru and Kaname Tousen reveal themselves near to\nthe end of Season 11, Shinji Hirako and the other Soul Reapers who later\nbecome the Vizards suddenly start to Hollowfy.\n\nAt first I thought that because the last thing we saw of Kensei Muguruma\nbefore he Hollowfied was that he was stabbed by Kaname Tousen using his\nZanpakuto's release, I thought that maybe Kaname did something to Kensei and\nMashiro Kuna. However when Aizen turned up and the team starts to Hollowfy\nbefore Kaname turned up. Also Hiyori Sarugaki was for the most part being held\nby Shinji and there was no indication that she had a run in with Kaname as she\nwas fighting Kensei and she Hollowfied while Shinji was holding her.\n\nSo I am wondering how did Aizen start the Holllowfication on Shinji's team?\n\n", "comment_count": 0, "content_license": "CC BY-SA 3.0", "creation_date": "2016-12-27T22:30:01.477", "favorite_count": 0, "id": "38101", "last_activity_date": "2017-10-25T03:57:48.340", "last_edit_date": "2016-12-28T07:05:22.423", "last_editor_user_id": "2213", "owner_user_id": "1587", "post_type": "question", "score": 1, "tags": [ "bleach" ], "title": "How did Aizen start the Holllowfication on Shinji's team?", "view_count": 12736 }
[ { "body": "\n\nWe don't really know what created the Hollowfication process. To quote from\n[Wikia](http://bleach.wikia.com/wiki/Hollowfication#Unknown_Infection):\n\n> It is unclear how the other Visored gained their current status. What is\n> known is Sōsuke Aizen was instrumental in the Hollowfication process, though\n> whether he knew of the full potential of the results is left to be\n> questioned. The process used seems to spread as some form of possible\n> infection through wounds which has the desired effects on souls with high-\n> level Reiryoku, as compared to souls with low-level Reiryoku. The infected\n> experience great sickness and fatigue, eventually vomiting up Reishi in the\n> form of a white liquid, which forms the beginnings of their Hollow mask\n> before proceeding to transform their bodies and warp their minds. Other than\n> that, all that is known is the process is accelerated by increased stress.\n> The conclusive result makes a Shinigami into a primarily Hollow-like\n> humanoid, which is a highly unstable transformation causing mindlessness and\n> aggression.\n\nIt should be noted that all members of the Visored except Shinji and Hiyori\nwere cut by Tousen, and Hiyori was wounded by Hollowfied Kensei and Shinji was\ncut by Hollowfied Hiyori, so Wikia's claim that the Hollowfication process is\nprobably caused by infection through wounds is sound.\n\nHowever, it is almost certain that the source of the Hollowfication process is\nthe [Hougyoku](http://bleach.wikia.com/wiki/H%C5%8Dgyoku#Powers):\n\n> **Hollowfication/Arrancarification** : While not truly an ability of the\n> Hōgyoku itself, the orb took on this property because it is what Kisuke\n> Urahara desired when he invented it. Through this power, the Hōgyoku could\n> be used to bypass the barrier which separates Shinigami and Hollows. As\n> such, it can cause Shinigami to undergo Hollowfication and Hollows to\n> undergo Arrancarification. These processes lead to the creation of a Hollow-\n> Shinigami hybrid and an Arrancar, respectively.\n\n", "comment_count": 1, "content_license": "CC BY-SA 3.0", "creation_date": "2017-10-25T03:57:48.340", "id": "42967", "last_activity_date": "2017-10-25T03:57:48.340", "last_edit_date": null, "last_editor_user_id": null, "owner_user_id": "8486", "parent_id": "38101", "post_type": "answer", "score": 1 } ]
38101
null
42967
{ "accepted_answer_id": "39243", "answer_count": 4, "body": "\n\nI am planing to watch _R1_ , _R2_ again with _Akito the Exiled_ but will be\njoined by a person who have no idea about _Code Geass_ before.\n\nI know _Akito the Exiled_ take place between R1 and R2 [from the similar\nquestion](https://anime.stackexchange.com/questions/6524/where-does-code-\ngeass-boukoku-no-akito-fall-in-the-story-line) but I have no idea how much\nthey are related to each other in details.\n\nSo what is the best order to watch _R1_ , _R2_ and _Akito the Exiled_ without\ngetting anything spoiled in advance?\n\n", "comment_count": 2, "content_license": "CC BY-SA 3.0", "creation_date": "2016-12-28T07:04:13.727", "favorite_count": 0, "id": "38116", "last_activity_date": "2020-12-10T15:36:12.077", "last_edit_date": "2017-05-29T22:36:20.950", "last_editor_user_id": "2516", "owner_user_id": "1527", "post_type": "question", "score": 6, "tags": [ "code-geass", "code-geass-akito-the-exiled" ], "title": "In which order R1, R2 and Akito the Exiled need to be watched?", "view_count": 29269 }
[ { "body": "\n\nWatch R1, R2 then Akito of the Exiled. I think Akito of the Exiled was created\nfor alternative story. You don't have to watch it. If you don't watch Akito of\nthe Exiled nothing will change.\n\n", "comment_count": 0, "content_license": "CC BY-SA 3.0", "creation_date": "2017-01-30T09:00:58.933", "id": "38679", "last_activity_date": "2017-01-30T12:20:13.793", "last_edit_date": "2017-01-30T12:20:13.793", "last_editor_user_id": "1587", "owner_user_id": "30625", "parent_id": "38116", "post_type": "answer", "score": -1 }, { "body": "\n\nStory of R1 and R2 isn't affected by Akito the Exiled enough to be considered\na spoiler of any sort.\n\nAtE is an Alternate/Side-story and thus you can watch it whenever you want,\nthough I'd advise to watch in the release order (and not just for Code-Geass,\nbut almost every series out there) because that's how they are made and that's\nhow you're supposed to be watching it.\n\n", "comment_count": 1, "content_license": "CC BY-SA 3.0", "creation_date": "2017-03-04T11:55:42.217", "id": "39243", "last_activity_date": "2017-03-04T11:55:42.217", "last_edit_date": null, "last_editor_user_id": null, "owner_user_id": "29648", "parent_id": "38116", "post_type": "answer", "score": 3 }, { "body": "\n\nStart with R1 then R2 and later Exile of Akito.\n\nIn the code geass Universe, while Japan kept up some rebellions against\nBritannia, Europe was also in constant war with them. Exile of Akito is all\nabout the wars in Europe, and in the time period between R1 and R2.\n\n", "comment_count": 0, "content_license": "CC BY-SA 3.0", "creation_date": "2018-03-14T13:08:10.950", "id": "45084", "last_activity_date": "2018-03-14T13:08:10.950", "last_edit_date": null, "last_editor_user_id": null, "owner_user_id": "38587", "parent_id": "38116", "post_type": "answer", "score": 3 }, { "body": "\n\nChronologically Akito the Exiled takes place between season 1 and 2, but it's\nbetter to first finish season 2 before watching Akito because you don't want\nto interrupt the flow of the story of the main series.\n\n", "comment_count": 1, "content_license": "CC BY-SA 4.0", "creation_date": "2018-07-18T19:14:58.300", "id": "47914", "last_activity_date": "2018-07-18T19:14:58.300", "last_edit_date": null, "last_editor_user_id": null, "owner_user_id": "41600", "parent_id": "38116", "post_type": "answer", "score": 0 } ]
38116
39243
39243
{ "accepted_answer_id": "38137", "answer_count": 2, "body": "\n\nIn Suruga Monkey Part 2 of Bakemonogatari, Kanbaru's room is literally full of\nred hardcover books. Why is this and what does it represent?\n\n", "comment_count": 4, "content_license": "CC BY-SA 3.0", "creation_date": "2016-12-28T07:15:46.893", "favorite_count": 0, "id": "38117", "last_activity_date": "2020-06-02T21:15:03.773", "last_edit_date": null, "last_editor_user_id": null, "owner_user_id": "25814", "post_type": "question", "score": 4, "tags": [ "monogatari-series" ], "title": "Why are there so many books in Suruga Monkey?", "view_count": 3913 }
[ { "body": "\n\nThat's her massive collection of BL (boys' love) books (which she is also\ninto, besides considering herself a lesbian), at least that's what they\nrepresent. As many other things in Monogatari's animation, it should be taken\nmore symbolically than literally. Take for example Senjougahara's \"arsenal\" of\nstationery in episode 1 of Bakemonogatari, or even more obviously the\nconstantly shifting, multiplying, growing, falling etc. pile of pencils in\nepisode 6 of Nisemonogatari (you'll know when you get there :) ).\n\n", "comment_count": 0, "content_license": "CC BY-SA 3.0", "creation_date": "2016-12-28T22:17:54.963", "id": "38137", "last_activity_date": "2016-12-28T22:17:54.963", "last_edit_date": null, "last_editor_user_id": null, "owner_user_id": "29925", "parent_id": "38117", "post_type": "answer", "score": 4 }, { "body": "\n\nI believe the books (which are from BL) can represent the mental state of the\ncharacter, who is also homosexual. Maybe that's why it's all a mess, and when\nAraragi goes to Suruga's house during a long conversation, they arrange\n(literally and metaphorically) her books (feelings). Perhaps this is why, in\nthe Nisemonogatari tidying scene, when Suruga gets confused in the\nconversation, the books fall into a domino effect, and when Araragi helps\nSuruga to find herself again, the books arrange themselves. But that's just my\ninterpretation\n\n", "comment_count": 0, "content_license": "CC BY-SA 4.0", "creation_date": "2020-01-06T23:45:39.573", "id": "56380", "last_activity_date": "2020-01-06T23:45:39.573", "last_edit_date": null, "last_editor_user_id": null, "owner_user_id": "51473", "parent_id": "38117", "post_type": "answer", "score": 1 } ]
38117
38137
38137
{ "accepted_answer_id": null, "answer_count": 2, "body": "\n\nThere are quite a few characters that has their own unique abilities\nthroughout the whole Dragon Ball series. Some of them are mostly forgotten due\nto their last appearance was on the original Dragon Ball.\n\nHere's some example I can think of at the moment:\n\n 1. Fortuneteller Baba's employees (except [Bandages the Mummy](http://dragonball.wikia.com/wiki/Bandages_the_Mummy) and [Grandpa Gohan](http://dragonball.wikia.com/wiki/Grandpa_Gohan))\n 2. Ginyu - [Body Change](http://dragonball.wikia.com/wiki/Body_Change)\n 3. Guldo - [Time Freeze](http://dragonball.wikia.com/wiki/Time_Freeze), temporarily stop time\n 4. Majin Buu - [Change Beam / Chocolate Beam](http://dragonball.wikia.com/wiki/Chocolate_Beam), change any object or person into sweets.\n 5. Ebifurya - [Freezing Fist](http://dragonball.wikia.com/wiki/Freezing_Fist), freezes the victims.\n\n", "comment_count": 0, "content_license": "CC BY-SA 3.0", "creation_date": "2016-12-28T07:21:34.177", "favorite_count": 0, "id": "38118", "last_activity_date": "2017-01-18T12:58:36.217", "last_edit_date": "2016-12-28T12:28:53.767", "last_editor_user_id": "17814", "owner_user_id": "17814", "post_type": "question", "score": 2, "tags": [ "dragon-ball-series" ], "title": "What are the characters that has their own unique abilities throughout the DB series?", "view_count": 123 }
[ { "body": "\n\nI would also add:\n\n 6. General Blue - psychic abilities\n\n 7. Giran - Merry-Go-Round Gum (although it's stated that members of his race can use it)\n\n 8. Man-Wolf - turns into human during fullmoon \n\nThere are also other characters like Chiaotzu who can use telekinesis, but I'm\nsure there were some other characters that could do that as well.\n\n", "comment_count": 0, "content_license": "CC BY-SA 3.0", "creation_date": "2016-12-28T08:32:43.807", "id": "38120", "last_activity_date": "2017-01-18T12:58:36.217", "last_edit_date": "2017-01-18T12:58:36.217", "last_editor_user_id": "8486", "owner_user_id": "27678", "parent_id": "38118", "post_type": "answer", "score": 3 }, { "body": "\n[code]\n\n Dabura - turn people into stone with spit\n Hit - Tokitobashi (jumping backwards fractions of seconds in time) . \n Making ki clones\n Hiding in another dimension\n Wiss - Turn back time\n That fish fighter from the afterworld who changed the fighting scenario into water\n The rabbit boss - turning people into carrots\n Janemba - opening dimensional doors to hit you from anywhere\n \n[/code]\n\nProbably a lot more\n\n", "comment_count": 0, "content_license": "CC BY-SA 3.0", "creation_date": "2016-12-28T11:11:50.977", "id": "38122", "last_activity_date": "2016-12-28T11:11:50.977", "last_edit_date": null, "last_editor_user_id": null, "owner_user_id": "3028", "parent_id": "38118", "post_type": "answer", "score": 2 } ]
38118
null
38120
{ "accepted_answer_id": "40070", "answer_count": 1, "body": "\n\nKawakami Minoru wrote 5 light novel which are connected I think.\n\n 1. City Series\n 2. Gekitotsu no Hexennacht\n 3. Kyoukai Senjou no Horizon\n 4. Kyoukai Senjou no Horizon Kimitoasamade\n 5. Owari no Chronicle\n\nSo should I read them release date order or I could just read read any of them\nrandomly.\n\n", "comment_count": 1, "content_license": "CC BY-SA 3.0", "creation_date": "2016-12-28T13:04:50.183", "favorite_count": 0, "id": "38125", "last_activity_date": "2017-04-28T14:35:00.437", "last_edit_date": "2017-04-27T06:52:56.633", "last_editor_user_id": "6368", "owner_user_id": "14824", "post_type": "question", "score": 2, "tags": [ "light-novel-production" ], "title": "Kawakami Minoru authors light novels reading order?", "view_count": 1493 }
[ { "body": "\n\nYou should probably go in the order in which they were released, as Arcane\nalso mentioned. But otherwise, an ideal order would be as follows:\n\n 1. Owari no Chronicle \n 2. Owari no Chronicle DC\n 3. Kyoukai Senjou no Horizon\n 4. Kyoukai Senjou no Horizon Kimitoasamade\n 5. Gekitotsu no Hexennacht\n 6. City Series\n\nNote that Owari no Chronicle, despite being several thousand years before\nHorizon, sets up a lot of the technology and gives a lot of explanations as to\nwhy some of the stuff in Horizon is the way it is, so I recommend reading it\nbefore that.\n\nAnd The City Series is sort of it's own entity. It takes place after Horizon\n(thousands of years...sort of), but was written before both Owari and Horizon,\nso nothing is \"carried forward\" in-universe. In addition, it's more of a set\nof short stories, with each novel in the series taking place in a different\npart of the world with different characters. Feel free to read whenever.\n\nThis should make for an ideal read, according to me because that is the order\nin which I read them/am reading/will read, and it makes sense. Unfortunately,\nI couldn't find an _official source_ , so this is based on personal\nexperience.\n\nAlso see this, regarding the release dates, though I'm pretty sure you would\nhave already seen it : <https://en.m.wikipedia.org/wiki/Minoru_Kawakami>\n\n**Edit** : Regarding Gekitotsu no Hexennacht, I found something that\nascertains that it's after horizon and before city series:\n\n> Clash of Hexennacht (激突のヘクセンナハト) is a light novel series written by Kawakami\n> Minoru (川上 稔) and illustrated by Satoyasu (さとやす). It began serialization in\n> Dengeki Bunko Magazine while its manga adaptation runs in Dengeki Daioh and\n> is set for its first full novel release by Dengeki Bunko in August 2015. It\n> takes place between Kyoukai Senjou no Horizon and the City Series, two other\n> series by the author.\n\nSource:<https://www.baka-\ntsuki.org/project/index.php?title=Clash_of_Hexennacht>\n\nAlso the order which I mentioned above isn't a _strict_ order as such, but I\nhave tried my best to arrange them with respect to the enormous time span in\nwhich they are set in. They are not _very_ tightly interconnected, but\nbasically set in the same world, as created by the author. So there isn't any\nspecific order, but the above order is what you should follow, according to\nme.\n\n", "comment_count": 3, "content_license": "CC BY-SA 3.0", "creation_date": "2017-04-27T18:31:54.177", "id": "40070", "last_activity_date": "2017-04-28T14:35:00.437", "last_edit_date": "2017-04-28T14:35:00.437", "last_editor_user_id": "32014", "owner_user_id": "32014", "parent_id": "38125", "post_type": "answer", "score": 2 } ]
38125
40070
40070
{ "accepted_answer_id": "38138", "answer_count": 4, "body": "\n\nHas it been revealed what Konohamaru's summons is? Did he inherit his\ngrandfather's summons or did he show an affinity for frogs?\n\n", "comment_count": 2, "content_license": "CC BY-SA 3.0", "creation_date": "2016-12-28T14:03:50.870", "favorite_count": 0, "id": "38126", "last_activity_date": "2019-08-12T04:54:02.590", "last_edit_date": "2016-12-28T23:10:28.447", "last_editor_user_id": "1527", "owner_user_id": "18618", "post_type": "question", "score": 7, "tags": [ "naruto" ], "title": "Can Konohamaru summon the Monkey King Enma?", "view_count": 8442 }
[ { "body": "\n\n**Can Konohamaru summon the Monkey King Enma?**\n\nMaybe. We can't be sure until we see it.\n\n**Has it been revealed what Konohamaru's summons is?**\n\nNo.\n\n**Did he inherit his grandfather's summons or did he show an affinity for\nfrogs?**\n\nWe can assume none of them for now. Same as Asuma Sarutobi who didn't summon\nEnma or any other summoning animal either.\n\n* * *\n\nIf I still have to make a wild bet then I will assume it's frog as Konohamaru\nis more of Naruto's follower and never seen trying to do any of his\ngrandfather's Jutsu. And remember his grandfather was not around to pass on\nthe contract to him and we never see any other Monkey King summoner who can\nteach him that but Naruto is still there.\n\n* * *\n\nIn _Boruto: Naruto Next Generations_ episode 4, we see he can summon toads and\nhe summons [Gamagorō](http://naruto.wikia.com/wiki/Gamagor%C5%8D).\n\n[![enter image description\nhere](https://i.stack.imgur.com/u4IFG.jpg)](https://i.stack.imgur.com/u4IFG.jpg)\n\n", "comment_count": 4, "content_license": "CC BY-SA 4.0", "creation_date": "2016-12-28T23:14:24.940", "id": "38138", "last_activity_date": "2019-08-12T04:54:02.590", "last_edit_date": "2019-08-12T04:54:02.590", "last_editor_user_id": null, "owner_user_id": "1527", "parent_id": "38126", "post_type": "answer", "score": 4 }, { "body": "\n\nNo, Konohamaru cannot summon Enma as he hasn't made a contract yet. It is true\nthat his grandfather had, but for him to be able to summon Enma, he has to\nsign a blood contract too.\n\n", "comment_count": 1, "content_license": "CC BY-SA 3.0", "creation_date": "2016-12-29T13:37:37.313", "id": "38149", "last_activity_date": "2016-12-29T14:09:39.547", "last_edit_date": "2016-12-29T14:09:39.547", "last_editor_user_id": "11083", "owner_user_id": "30023", "parent_id": "38126", "post_type": "answer", "score": 3 }, { "body": "\n\nIt looks like it has been confirmed in the Boruto anime that konohamaru does\nindeed summon toads.\n\n[video](https://www.youtube.com/watch?v=AL0H98TM96I)\n\n", "comment_count": 0, "content_license": "CC BY-SA 3.0", "creation_date": "2017-09-03T12:53:35.220", "id": "42154", "last_activity_date": "2017-09-03T12:53:35.220", "last_edit_date": null, "last_editor_user_id": null, "owner_user_id": "18618", "parent_id": "38126", "post_type": "answer", "score": 3 }, { "body": "\n\nAside from his ability to summon toads, Konohamaru is also capable of\nsummoning a Monkey named [Enra](https://www.youtube.com/watch?v=wN1we67f4sg),\nwho from the looks of it is kin to the Monkey King Enma.\n\nThis is seen in Boruto Episode 119 where\n\n> Konohamaru summons Enra to help in a battle, in order to perform a [Combo\n> Sealing\n> technique](https://naruto.fandom.com/wiki/Combo_Seal:_Monkey_Yang_Suppression)\n> on Soma.\n\n[![enter image description\nhere](https://i.stack.imgur.com/L67J2.jpg)](https://i.stack.imgur.com/L67J2.jpg)\n\n", "comment_count": 0, "content_license": "CC BY-SA 4.0", "creation_date": "2019-08-11T17:29:44.270", "id": "53937", "last_activity_date": "2019-08-11T17:29:44.270", "last_edit_date": null, "last_editor_user_id": null, "owner_user_id": "42685", "parent_id": "38126", "post_type": "answer", "score": 2 } ]
38126
38138
38138
{ "accepted_answer_id": "38130", "answer_count": 2, "body": "\n\nI suspect there may be a _Your Lie in April_ title spoiler situation here, or\nquite possibly I'm just dense. I'm on episode 10 of _Parasyte -the Maxim-_ and\nI have been wondering the whole time what the title means. At a guess, it\ncould involve how episode 1 starts and ends.\n\n * **start:** Someone on Earth had a sudden thought.\n * **end:** Someone on Earth had a sudden thought. \"Life must be protected.\"\n\n(The end quote appears at time mark 20:40.) The Google dictionary defines\n**maxim** as \"a short, pithy statement expressing a general truth or rule of\nconduct\". So is that **the** maxim, _Life must be protected._? If so, there\nwill probably be a further reveal late in the series. Or am I way off base?\n\nIf the actual answer is a spoiler, please put it in a spoiler block. I'll hold\noff reading that part until finishing the series.\n\n", "comment_count": 0, "content_license": "CC BY-SA 3.0", "creation_date": "2016-12-28T17:01:40.170", "favorite_count": 0, "id": "38128", "last_activity_date": "2023-10-08T00:33:56.520", "last_edit_date": "2016-12-28T18:55:15.273", "last_editor_user_id": "19670", "owner_user_id": "19670", "post_type": "question", "score": 8, "tags": [ "parasyte" ], "title": "Why is \"-the Maxim-\" in the title?", "view_count": 9355 }
[ { "body": "\n\nI believe you are right on the mark that the maxim _is_ \"Life must be\nprotected.\"\n\nFrom what I remember, the theme is pretty consistent throughout the entire\nseries, but the overarching idea tied to **the** maxim is that all life is\nvaluable, regardless of species.\n\nIt's a bit philosophical for an anime about aliens that hijack human bodies\nand blend in so they can eat other humans while no one is looking, but bear\nwith me.\n\n* * *\n\nOne way that the series plays into this maxim is by seemingly asking \"Who is\n_really_ a monster?\", as in \"Who really deserves to live/die?\"\n\n> After the initial brutality of the Parasites, some of them start to realize\n> that the best way to continue their existence is to co-exist with the\n> humans. However, most humans oppose this idea completely, due to first\n> impressions and not-so-peaceful Parasites. This idea comes to a climax in\n> episode 21 where the presumed Parasite mayoral candidate Hirokawa condemns\n> humans for not being able to live alongside Parasites and is shot to death.\n> Only after this is it revealed that Hirokawa was fully human the entire\n> time.\n\nAnother scene that depicts Parasites as not complete monsters is in Episode\n18,\n\n> when Reiko sacrifices herself to save her son.\n\n* * *\n\nThe other way that this maxim is used throughout the series is the idea of\n_survival_.\n\nThat is, the Parasites simply seek to survive, and\n\n> as mentioned above, seek to cooperate with humans, though they are rejected\n> entirely and effectively forced into hiding, lest they be hunted, as seen in\n> Episodes 19-20.\n\n", "comment_count": 3, "content_license": "CC BY-SA 3.0", "creation_date": "2016-12-28T17:51:15.363", "id": "38130", "last_activity_date": "2016-12-28T17:51:15.363", "last_edit_date": null, "last_editor_user_id": null, "owner_user_id": "28022", "parent_id": "38128", "post_type": "answer", "score": 8 }, { "body": "\n\nI remember in the series there was a bit where Migi shows his new dividing\nability that he has learned to use. He says that because each new entity will\ncontain a fraction of the thinking power of the original, he gives a simple\nmaxim to each 'come together as one'. Not sure if its the right answer tho.\n\nI like the 'life must be protected' idea Vemonus posted, that is a good\nanswer.\n\n", "comment_count": 0, "content_license": "CC BY-SA 4.0", "creation_date": "2023-10-08T00:32:55.980", "id": "68365", "last_activity_date": "2023-10-08T00:33:56.520", "last_edit_date": "2023-10-08T00:33:56.520", "last_editor_user_id": "73614", "owner_user_id": "73614", "parent_id": "38128", "post_type": "answer", "score": 2 } ]
38128
38130
38130
{ "accepted_answer_id": null, "answer_count": 4, "body": "\n\nWhat caused\n\n> Ruka to become a girl?\n\nIn episode 8, they jokingly try to alter\n\n> Ruka's gender to make her a girl\n\nwith a D-Mail, but what they do is scientifically crude and unlikely to do\nanything.\n\nThen, they send another D-Mail which\n\n> changes Akihabara drastically\n\nand it is after this change that Okabe discovers that Ruka has changed.\n\nI thought it was the latter D-Mail that caused Ruka to change because it was\nthe D-Mail directly before the change was realized, when people started\nbehaving as if Ruka was\n\n> a girl all along.\n\nHowever, when this latter D-Mail, which had an effect on the city,\n\n> is cancelled out,\n\nRuka is still\n\n> a girl.\n\nWas it the former or latter D-Mail that caused Ruka to change?\n\n[Relevant\nepisodes](https://en.wikipedia.org/wiki/List_of_Steins;Gate_episodes):\n\nEpisode 8\n\n> D-Mail sent to change Ruka's gender. Likely a failure as it just told Ruka's\n> mother to change her diet.\n\nEpisode 9\n\n> Faris's unknown D-Mail which changes Akihabara.\n\nEpisode 10\n\n> Okabe discovers Ruka's gender change, spurred by how people treat her as a\n> girl.\n\nEpisode 17\n\n> Okabe reverts Akihabara to its prior state.\n\nEpisode 18\n\n> Okabe has to revert Ruka to a boy.\n\n", "comment_count": 2, "content_license": "CC BY-SA 3.0", "creation_date": "2016-12-28T21:05:13.880", "favorite_count": 0, "id": "38132", "last_activity_date": "2018-07-23T07:55:59.213", "last_edit_date": null, "last_editor_user_id": null, "owner_user_id": "25814", "post_type": "question", "score": 1, "tags": [ "steins-gate" ], "title": "What caused Ruka to change?", "view_count": 11946 }
[ { "body": "\n\nIt was the D-Mail Ruka sent that changed Ruka to a girl.\n\nWhen Okabe sees Ruka, he doesn't realize Ruka has in fact become a girl. He\nonly realizes after Faris' D-Mail that Ruka has become a girl.\n\nAlso to support this, Faris' D-Mail wasn't sent that long back to have\naffected Ruka's gender, as Ruka was born well before Faris' D-Mail was sent.\n\n", "comment_count": 0, "content_license": "CC BY-SA 4.0", "creation_date": "2016-12-28T21:26:52.133", "id": "38135", "last_activity_date": "2018-07-23T07:55:55.170", "last_edit_date": "2018-07-23T07:55:55.170", "last_editor_user_id": "2516", "owner_user_id": "29099", "parent_id": "38132", "post_type": "answer", "score": 2 }, { "body": "\n\nI'm sure it was the first D-Mail that changed Ruka's gender and not the second\none. It was sent to his mom and it advised her to eat vegetables.\n\nTo support it, there is a very logical reason: the situation changed by the\nsecond D-Mail could not in any way affect his mom from eating more vegetables\n.\n\n", "comment_count": 1, "content_license": "CC BY-SA 4.0", "creation_date": "2016-12-29T13:34:20.370", "id": "38148", "last_activity_date": "2018-07-23T07:55:56.787", "last_edit_date": "2018-07-23T07:55:56.787", "last_editor_user_id": "2516", "owner_user_id": "30023", "parent_id": "38132", "post_type": "answer", "score": 0 }, { "body": "\n\nScientifically, this is not possible.\n\nIt's part of the anime logic in a science fiction story about time travel.\nThey introduced the idea that the mother eating more vegetables or meat\ninfluenced the gender of the child. While in our world that is obviously\nwrong, it seems to be true in this fiction world.\n\n", "comment_count": 0, "content_license": "CC BY-SA 4.0", "creation_date": "2018-07-22T16:24:12.847", "id": "47996", "last_activity_date": "2018-07-23T07:55:59.213", "last_edit_date": "2018-07-23T07:55:59.213", "last_editor_user_id": "2516", "owner_user_id": "41600", "parent_id": "38132", "post_type": "answer", "score": 0 }, { "body": "\n\nFirst, I want to make sure that we're all on the same page about whether we're\ntalking about [sex or\ngender](https://www.medicalnewstoday.com/articles/232363.php) here.\n\nNowadays, we generally make the following distinctions:\n\n * **Sex** generally refers to your biological sex; in other words, your anatomical and genetic traits.\n * **Gender** is more difficult to define, but it generally refers to the socially constructed characteristics of males and females as they apply to you, such as norms, roles, and relationships of and between groups of women and men.\n\nIt should be noted that in informal speak, people frequently use the terms\ninterchangeably.\n\nLuka's gender is more ambiguous and subject to debate (just look at the\ncomments on [Luka's wikia page](https://steins-\ngate.wikia.com/wiki/Luka_Urushibara#WikiaArticleComments)), but in this case,\nwe just want to talk about Luka's biological sex, which is more clear-cut.\nLet's review what happened:\n\n 1. Luka was physically male before the D-mail.\n 2. Luka sent a D-mail back to his pregnant mom's pager.\n 3. And as Okabe discovers later on, this caused Luka to become physically female.\n\nHowever, a baby's sex is determined [at the moment of\nconception](https://en.wikipedia.org/wiki/Sexual_differentiation_in_humans#Sex_determination).\nSo, because Luka's mom was already pregnant when the D-mail arrived, Luka's\nsex was already decided. No amount of eating vegetables can change that.\n\nOne explanation could be that the cause was some other time travel divergence,\nat a point in time before Luka's conception. Even if the divergence were\ncompletely unrelated to Luka's family, it could still cause random variations\nin the environment that could cause Luka's conception to go very slightly\ndifferently.\n\nHowever, Faris's D-Mail was sent to a point in time after Luka was already\nborn, so I don't think this explanation is very likely.\n\nAnother possible explanation could be that the D-mail caused a random\nvariation in the environment that caused Luka to develop differently in the\nwomb. For example, it could be that in the new timeline, there was a random\ngenetic mutation that caused Luka to develop an intersex condition. They're\nnot that uncommon.\n\nIt is indeed possible for someone with XY chromosomes to be physically female.\n\nFor example, perhaps Luka experienced a [mutation in the SRY\ngene](https://www.oumedicine.com/department-of-pediatrics/department-\nsections/genetics/clinical-genetic-laboratories/clinical-laboratory-\nservices/chromosome-analysis/fish-analysis/sry-gene-deletion):\n\n> Mutations in SRY give rise to XY females with gonadal dysgenesis who appear\n> to be normal females at birth, but at puberty do not develop secondary\n> sexual characteristics, do not menstruate, and have fibrous gonads without\n> eggs.\n\nOr, perhaps Luka experienced a [mutation in the AR\ngene](https://ghr.nlm.nih.gov/condition/androgen-insensitivity-syndrome#genes)\nand developed [complete androgen insensitivity\nsyndrome](https://medlineplus.gov/ency/article/001180.htm):\n\n> Androgen insensitivity syndrome (AIS) is when a person who is genetically\n> male (who has one X and one Y chromosome) is resistant to male hormones\n> (called androgens). As a result, the person has some or all of the physical\n> traits of a woman, but the genetic makeup of a man.\n>\n> At puberty, female sex characteristics (such as breasts) develop. However,\n> the person does not menstruate and become fertile.\n\nThe complete form of this syndrome can occur in as many as 1 in 20,000 live\nbirths, so I think it's certainly a possibility.\n\nAnyway, these are just my speculations.\n\n", "comment_count": 0, "content_license": "CC BY-SA 4.0", "creation_date": "2018-07-22T21:40:45.660", "id": "48007", "last_activity_date": "2018-07-22T21:40:45.660", "last_edit_date": "2020-06-17T09:17:53.303", "last_editor_user_id": "-1", "owner_user_id": "41654", "parent_id": "38132", "post_type": "answer", "score": 0 } ]
38132
null
38135
{ "accepted_answer_id": "38936", "answer_count": 1, "body": "\n\nSanosuke with his futae no kiwami used to punch holes in the walls, break\ndoors, etc. But Makoto Shishio just with his head not only could take it but\nhe broke Sanosuke's hand. Shishio said something to Sanosuke that before he\nattacked he should have watched and learnt what to do, or something like that.\nHow did Shishio to break futae no kiwami attack?\n\n", "comment_count": 0, "content_license": "CC BY-SA 3.0", "creation_date": "2016-12-28T21:22:01.833", "favorite_count": 0, "id": "38134", "last_activity_date": "2017-02-13T20:21:00.367", "last_edit_date": null, "last_editor_user_id": null, "owner_user_id": "3028", "post_type": "question", "score": 0, "tags": [ "rurouni-kenshin" ], "title": "How could Makoto Shishio break Sanosuke's futae no kiwami?", "view_count": 1246 }
[ { "body": "\n\nWell as it was stated in the anime and manga, Shishio has the unique ability\nto neutralize any and all techniques he's seen before. So having witnessed\nMonk Anji multiple times over the course of his servitude use the many\nvariations of the Futae No Kiwami, it would stand to reason he knew how to\ncounter the technique.\n\n", "comment_count": 0, "content_license": "CC BY-SA 3.0", "creation_date": "2017-02-13T20:21:00.367", "id": "38936", "last_activity_date": "2017-02-13T20:21:00.367", "last_edit_date": null, "last_editor_user_id": null, "owner_user_id": "30913", "parent_id": "38134", "post_type": "answer", "score": 1 } ]
38134
38936
38936
{ "accepted_answer_id": "38147", "answer_count": 1, "body": "\n\nBecause it was not achieved through his own blood, and was implanted by\nMadara, he did not have the Rinnegan when he was born.\n\nThe shinobi who are revived using Edo Tensei usually are resurrected with\ncharacteristics they have from birth.\n\nSince he wasn't born with the Rinnegan and not really the original owner, why\ndid he have it while he was revived using the Edo Tensei?\n\n", "comment_count": 2, "content_license": "CC BY-SA 3.0", "creation_date": "2016-12-29T08:30:18.650", "favorite_count": 0, "id": "38145", "last_activity_date": "2017-01-01T06:58:08.870", "last_edit_date": "2017-01-01T06:58:08.870", "last_editor_user_id": "11083", "owner_user_id": "30023", "post_type": "question", "score": 2, "tags": [ "naruto" ], "title": "Why does Nagato have Rinnegan when he was awakened using the reanimation jutsu?", "view_count": 9060 }
[ { "body": "\n\nNagato wasn't revived with the natural attributes from birth.\n\nKabuto's Edo Tensei revives the person with all their abilities, including the\nKekkai Genkai and Kekkai Tota. Also, the revived are actually reincarnated in\nthe physical form that they died in (here's where Madara is an exception).\n\nIf you take Madara's case, Kabuto revived him at a much younger age than he\ndied at, gave him enhancements and also Rinnegan which shouldn't have had at\nthat age.\n\nHe did the same for Nagato. He combined Nagato's physical last with his best\npowers. Which explains the condition of his legs when he was revived (they\nwere still damaged).\n\n", "comment_count": 0, "content_license": "CC BY-SA 3.0", "creation_date": "2016-12-29T12:22:50.333", "id": "38147", "last_activity_date": "2016-12-29T12:22:50.333", "last_edit_date": null, "last_editor_user_id": null, "owner_user_id": "11083", "parent_id": "38145", "post_type": "answer", "score": 3 } ]
38145
38147
38147
{ "accepted_answer_id": "38157", "answer_count": 1, "body": "\n\nI just played through the main branch of the \"Laybrinth of Grisaia\" game, and\nafterwards went looking for the following game (\"Eden of Grisaia\" or something\nlike that) in the steam store.\n\nIt seems it isn't released yet but I found three spin-offs:\n\n * The Leisure of Grisaia\n * The Melody of Grisaia\n * The Afterglow of Grisaia\n\nMy question is, is there any order that I should take in playing these? I\nguess \"Leisure\" should be first, since the other two are spin-offs to the\nlabyrinth and this to the original, but especially for \"Melody\" and\n\"Afterglow\" I'm not sure which to read first...\n\nI'm sorry if this is off-topic for this side, but arqade didn't seem like the\nright place, either...\n\nEDIT: I found [this graph](https://vndb.org/v5154/rg) showing the relation\nbetween the different games but it didn't help me in deciding which of\n\"Melody\" and \"Afterglow\" to play first.\n\n", "comment_count": 0, "content_license": "CC BY-SA 3.0", "creation_date": "2016-12-29T15:14:11.700", "favorite_count": 0, "id": "38153", "last_activity_date": "2022-04-20T02:27:13.880", "last_edit_date": "2016-12-29T17:59:50.213", "last_editor_user_id": "3820", "owner_user_id": "3820", "post_type": "question", "score": 2, "tags": [ "grisaia" ], "title": "What's the \"right\" order to play the Grisaia Spin-offs?", "view_count": 14907 }
[ { "body": "\n\nLeisure of Grisaia = Grisaia no yuukan \nMelody of Grisaia = Grisaia no senritsu \nAfterglow of Grisaia = Grisaia no Zankou \nLe fruit de la grisaia = Grisaia no kajitsu \nLe laberynth de la grisaia = Grisaia no Meikyuu \nLe eden de la grisaia = Grisaia no Rakuen\n\nRight order\n\n 1. Parent game: Grisaia no Kajitsu. Side story: Grisaia no yuukan\n\n 2. Sequel: Grisaia no Meikyuu. Side stories: Grisaia no senritsu and Grisaia no Zankou. Since you completed the main game the side stories can be played in any order.\n\n 3. Sequel: Grisaia no Rakuen\n\nTo summarize, by English names:\n\n 1. The Fruit of Grisaia (main)\n 2. The Leisure of Grisaia (side)\n 3. The Labyrinth of Grisaia (main)\n 4. The Afterglow of Grisaia (side)\n 5. The Melody of Grisaia (side)\n 6. The Eden of Grisaia (main)\n\n(4 and 5 can be played in any order)\n\n", "comment_count": 4, "content_license": "CC BY-SA 4.0", "creation_date": "2016-12-29T21:21:41.247", "id": "38157", "last_activity_date": "2022-04-20T02:27:13.880", "last_edit_date": "2022-04-20T02:27:13.880", "last_editor_user_id": "-1", "owner_user_id": "30036", "parent_id": "38153", "post_type": "answer", "score": 2 } ]
38153
38157
38157
{ "accepted_answer_id": null, "answer_count": 1, "body": "\n\nWho are the strongest beings in _High School DxD_?\n\nIf they can be ranked, it's even better. If not, at least I'd like to know why\nthey are strong.\n\n", "comment_count": 1, "content_license": "CC BY-SA 3.0", "creation_date": "2016-12-29T20:10:48.043", "favorite_count": 0, "id": "38156", "last_activity_date": "2020-11-11T03:47:19.047", "last_edit_date": "2017-10-23T16:36:49.330", "last_editor_user_id": "2516", "owner_user_id": "30037", "post_type": "question", "score": 2, "tags": [ "high-school-dxd" ], "title": "Strongest beings in High School DxD", "view_count": 9464 }
[ { "body": "\n\nAccording to the author:\n\n> In no particular order Ophis, Shiva, Vishnu, Brahma, Śakra, Thor, Typhon (Or\n> Fenrir), Hades, Aten, and Lugh.\n>\n> That's how it is. Great Red isn't included because it is a creature who\n> basically doesn't fight (I get many claim that this isn't true!), and it is\n> the ranking before Ophis and Fenrir lost their powers. What you will have to\n> pay attention to are the Hindu mythology which hasn't appeared in the series\n> yet. Well, those who know about their mythology know it, but the Hindu Gods\n> all have cheat-like abilities. If I make them appear in DxD, it will turn\n> out like the battle in Dragon Ball, so I controlled myself. The Hindu\n> mythology will be placed in the higher ranks of the Top-10 strongest that\n> Vali spoke about. It truly is terrifying. If DxD continues to go on for much\n> longer, I'm thinking of doing \"The Destruction God Shiva arc\" as a last\n> resort. So I have no plan to make them appear until then. By the way the\n> true Sirzechs and the serious Ajuka will be placed among the ranks.\n\nthe above comes from a fan translation of the [Afterword found in _High School\nDxD: Volume 13_](https://www.baka-\ntsuki.org/project/index.php?title=High_School_DxD:Volume_13_Afterword)\n\nIn an interview, he also mentions Azazel is likely to be in the top 10 once he\npowers up enough (he's a genius that creates gears and stuff so it doesn't\ncome as a surprise).\n\nI can tell you the top 3 are: Ophis (before what happened in volume 11. Poor\ngirl...), Trixeha and Great Red. The Hindu Gods would come afterward After\nthat the rest of the list\n\nSo basically there are 3 tiers between the strongest beings.\n\nAll of them are over the top though. Remember how tough it was to defeat Loki?\n(Vali + his team + Issei + Rias team + Azazel + Akeno's father, leader of\nFallen angels) and still, they needed Thor's hammer. Well, Loki isn't even\namong the strongest beings.\n\n", "comment_count": 2, "content_license": "CC BY-SA 3.0", "creation_date": "2017-01-05T01:16:54.030", "id": "38269", "last_activity_date": "2017-11-01T05:51:13.013", "last_edit_date": "2020-06-17T09:17:53.303", "last_editor_user_id": "-1", "owner_user_id": "28412", "parent_id": "38156", "post_type": "answer", "score": 3 } ]
38156
null
38269
{ "accepted_answer_id": "38165", "answer_count": 1, "body": "\n\nTuxedo Mask is the protector of Earth, so it makes sense for him to be an\nearthling.\n\nBut what about the Solar System Sailor Senshi? Shouldn't they have been born\non their respective planetary bodies, and live there protecting them? Why are\nthey protecting Earth instead?\n\nFor example, I would expect Sailor Mars to be a real martian:\n\n[![enter image description\nhere](https://i.stack.imgur.com/lQsVy.png)](https://i.stack.imgur.com/lQsVy.png)\n\n", "comment_count": 0, "content_license": "CC BY-SA 3.0", "creation_date": "2016-12-29T23:00:17.197", "favorite_count": 0, "id": "38158", "last_activity_date": "2016-12-30T06:16:07.100", "last_edit_date": null, "last_editor_user_id": null, "owner_user_id": "19084", "post_type": "question", "score": 0, "tags": [ "sailor-moon" ], "title": "Why are Sailor Senshi earthlings?", "view_count": 290 }
[ { "body": "\n\n_This answer is based on the two_ Sailor Moon Crystal _seasons and fan wiki\ninformation that I found online. I may edit this in the future, if I ever get\nto reading the original manga or otherwise come across new information._\n\n* * *\n\nThe prior incarnations of the Sailor Senshi (i.e. those that came prior to the\n\"present day\" of the series) were indeed born on their respective planets.\nFrom [the wiki](http://sailormoon.wikia.com/wiki/Sailor_Senshi):\n\n> Act 41 of the manga reveals the Sailor Senshi as princesses of the Solar\n> System. Each one had her own castle, which she can call upon late in the\n> series for power. This act first enables Sailor Moon to transform into\n> Eternal Sailor Moon. The castles are named after moons, except for Mercury's\n> and Venus'. Venus' castle is introduced long before the others', in the\n> Sailor V manga, but she never mentions this to them.\n\nThis is supported somewhat by the Mugen arc of _Sailor Moon Crystal_ , in\nwhich we learn that the Outer Senshi (as their previous incarnations) simply\nwatched over the Solar System from afar, on their own planets.\n\nFrom this, it is not immediately obvious why the _current_ incarnations of the\nSailor Senshi show up as human girls on Earth. However, I think that from an\nin-universe perspective, there are two possible explanations:\n\n 1. It is now _the Earth_ where the Senshi need to fight the various villians that show up, and that it thus makes sense for the Senshi to be there.\n\n 2. The other planets are no longer populated, so it does not make sense for the Sailor Senshi to be reincarnated there.\n\n", "comment_count": 2, "content_license": "CC BY-SA 3.0", "creation_date": "2016-12-30T06:16:07.100", "id": "38165", "last_activity_date": "2016-12-30T06:16:07.100", "last_edit_date": null, "last_editor_user_id": null, "owner_user_id": "2604", "parent_id": "38158", "post_type": "answer", "score": 1 } ]
38158
38165
38165
{ "accepted_answer_id": "38195", "answer_count": 1, "body": "\n\nWhy has\n\n> Kanbaru not regained her human arm\n\nby the end of Suruga Monkey in Bakemonogatari?\n\nIf the Rainy Devil is gone, why is she still the way she was when it possessed\nher?\n\n", "comment_count": 1, "content_license": "CC BY-SA 3.0", "creation_date": "2016-12-30T01:27:20.470", "favorite_count": 0, "id": "38162", "last_activity_date": "2016-12-31T23:51:31.340", "last_edit_date": null, "last_editor_user_id": null, "owner_user_id": "25814", "post_type": "question", "score": 3, "tags": [ "monogatari-series" ], "title": "Why has she not changed at the end of Suruga Monkey?", "view_count": 1537 }
[ { "body": "\n\nSo that this question can have a real answer, I'll expand my comment.\n\nAt the end of Suruga Monkey, Hitagi comes in and interrupts the fight between\nKoyomi and Suruga, announcing that if Suruga had successfully killed Koyomi,\nshe would have hunted down and killed Suruga, adding a serious note to her\njoke in Part I that she wanted to be the one to kill him.\n\nKoyomi then explains in the voiceover narration (translation from subtitles on\nthe horrendously overpriced Aniplex USA Blu-ray):\n\n> If one strategy was for me to overwhelm the demon, thereby making it\n> impossible for Kanbaru's secret wish to be fulfilled, then notifying\n> Senjyogahara that Kanbaru was trying to kill me, thereby making it\n> impossible for her surface wish to be fulfilled, was another. Moreover,\n> Senjyogahara swore in front of the demon that if I died, she'd kill Kanbaru.\n> Not knowing wouldn't hold up as defense. For the Rainy Devil, the outcome\n> had already been determined. I can't believe you were able to read its\n> thoughts like that, Oshino.\n\nSuruga's secret wish was to kill Koyomi out of jealousy that he was with\nHitagi and she wasn't. The Rainy Devil tries to help her fulfill that secret\nwish in Part I, when she attacks Koyomi on his mountain bike as he rides home\nfrom Hitagi's apartment. Koyomi planned to fight Suruga until it was clear\nthat she couldn't beat him, making the Rainy Devil give up.\n\nSuruga's surface wish was to be with Hitagi romantically, but Oshino realized\nthat if Hitagi knew that Suruga had killed her boyfriend, she wouldn't be too\nkeen on hooking up with his murderer. Sending her into the middle of the\nbattle made it impossible for the Rainy Devil to get Suruga and Hitagi\ntogether by killing Koyomi, giving it no reason to help Suruga kill him.\nFulfilling the secret wish was only a viable way for the Rainy Devil to\ncomplete its contract if that also fulfilled the surface wish, but once Hitagi\nknows, killing Koyomi directly counteracts the fulfillment of the surface\nwish.\n\nTo fulfill its contract and leave Suruga, the Rainy Devil has to grant her\nwish, but it fails to do so, made clear when Suruga confesses her love and\nHitagi responds in her usual blunt fashion:\n\n> Suruga: I'm in love with you, Senjyogahara-sempai... \n> Hitagi: Oh? I'm not really in love with you. But will you stay by my side\n> anyway?\n\nSo the Rainy Devil can't leave, because it hasn't fulfilled her wish, but it\ncan't fulfill her wish, because the only power it has is sending her into a\nviolent rage while she's asleep and it now knows violence can't solve this. It\ngoes dormant.\n\nOddly enough, in the final scene where she goes to meet Koyomi, Suruga says,\n\"The demon may have left me, but in the end, my arm didn't go back to normal.\"\nIn-universe I can only attribute this to a misunderstanding on her part,\nbecause in _Hanamonogatari_ , which takes place chronologically last in the\nseries (beware spoilers below):\n\n> Suruga finally does lose the demon to her old friend Numachi Rouka, and her\n> arm goes back to normal. In the beginning of the _Hanamonogatari_ novel, we\n> see that she's been duct-taping her monkey arm to a pillar every night and\n> anxiously checking the newspaper every morning to make sure she hasn't gone\n> out and hurt anyone in her sleep, so she doesn't seem to be so sure anymore\n> that the demon is gone.\n\n", "comment_count": 2, "content_license": "CC BY-SA 3.0", "creation_date": "2016-12-31T23:51:31.340", "id": "38195", "last_activity_date": "2016-12-31T23:51:31.340", "last_edit_date": null, "last_editor_user_id": null, "owner_user_id": "7579", "parent_id": "38162", "post_type": "answer", "score": 3 } ]
38162
38195
38195
{ "accepted_answer_id": "38196", "answer_count": 1, "body": "\n\nI want to know the order in which the Higurashi series need to be read in, the\nseries being the following:\n\n * Higurashi no Naku Koro ni Watanagashi\n * Higurashi no Naku Koro ni Tsumihoroboshihen\n * Higurashi no Naku Koro ni Minagoroshi\n * Higurashi no Naku Koro ni Onikakushi\n * Higurashi no Naku Koro ni Yoigoshi\n * Higurashi no Naku Koro ni Matsuribayashi\n * Higurashi no Naku Koro ni Utsutsukowashi \n * Higurashi No Naku Koro Ni Kai Meakashi\n * Higurashi no Naku Koro ni Onisarashi\n * Higurashi no Naku Koro ni Tatarigoroshi\n * Higurashi no Naku Koro ni ~ Himatsubushi\n * Higurashi no Naku Koro ni ~ Hirukowashi\n * Higurashi no Naku Koro ni - Tatarigoroshihen\n * Higurashi no Naku Koro ni Kai - Minagoroshihen\n * Higurashi no Naku Koro ni ~ Hinageshi\n * Higurashi no Naku Koro ni Jan\n * Higurashi no Naku Koro ni - Kataribanashihen\n * Higurashi no Naku Koro ni - Kokoro Iyashi Hen\n\n", "comment_count": 3, "content_license": "CC BY-SA 3.0", "creation_date": "2016-12-30T14:31:10.100", "favorite_count": 0, "id": "38167", "last_activity_date": "2018-03-25T04:25:01.050", "last_edit_date": "2018-03-25T04:25:01.050", "last_editor_user_id": "8486", "owner_user_id": "19784", "post_type": "question", "score": 3, "tags": [ "higurashi-when-they-cry" ], "title": "Order to read Higurashi no Naku Koro Ni", "view_count": 21902 }
[ { "body": "\n\nBasically, when it comes to manga that's the recommended order:\n\n 1. Onikakushi-hen\n 2. Watanagashi-hen\n 3. Tatarigoroshi-hen\n 4. Himatsubushi-hen\n 5. Meakashi-hen\n 6. Tsumihoroboshi-hen\n 7. Minagoroshi-hen\n 8. Matsuribayashi-hen\n\nOptional (Extra Stories):\n\n 5. Utsutsukowashi-hen\n 6. Yoigoshi-hen\n 7. Saikoroshi-hen \n 8. Onisarashi-hen\n 9. Batsukoishi-hen \n 10. Hirukowashi-hen\n\nAll of these are different iterations of the same period of time, but they\nfocus on different aspects.\n\nThough personally, I still recommend reading the Visual Novels: Higurashi no\nNaku Koro ni & Higurashi no Naku Koro ni Kai.\n\n", "comment_count": 0, "content_license": "CC BY-SA 3.0", "creation_date": "2017-01-01T01:26:07.993", "id": "38196", "last_activity_date": "2017-01-01T01:26:07.993", "last_edit_date": null, "last_editor_user_id": null, "owner_user_id": "30071", "parent_id": "38167", "post_type": "answer", "score": 2 } ]
38167
38196
38196
{ "accepted_answer_id": "38173", "answer_count": 5, "body": "\n\nIn his encounter with Crablante before he started training, Saitama is hit by\nhim and thrown away like 30 meters or more, and then hit again 2 more times\nwith those gigantic claws Crablante has. If Saitama was a regular human, how\ncould he support this beating and still stand like it was nothing and fight\nback?\n\n", "comment_count": 1, "content_license": "CC BY-SA 3.0", "creation_date": "2016-12-30T23:12:57.277", "favorite_count": 0, "id": "38172", "last_activity_date": "2023-05-17T02:41:54.600", "last_edit_date": "2017-01-18T14:30:03.303", "last_editor_user_id": "8486", "owner_user_id": "3028", "post_type": "question", "score": 2, "tags": [ "one-punch-man" ], "title": "Did Saitama have some level of superhuman strength before training?", "view_count": 5841 }
[ { "body": "\n\nSeems like Saitama doesn't really know he has it before then. From what I\nremember, Genos said when he was train fighting with Saitama that he wanted to\nshow or let know what Saitama's power really is, something like that.\n\n", "comment_count": 0, "content_license": "CC BY-SA 3.0", "creation_date": "2016-12-31T00:09:25.063", "id": "38173", "last_activity_date": "2017-01-18T12:42:54.543", "last_edit_date": "2017-01-18T12:42:54.543", "last_editor_user_id": "8486", "owner_user_id": "30055", "parent_id": "38172", "post_type": "answer", "score": 2 }, { "body": "\n\nIf Saitama was able to even attempt to do his physical training regimen of 100\npushups/100 situps and 10km run, he had to be physically capable to a certain\nextent to even attempt something as vigorous. So even at that time, he\nmight've been as strong enough to be a high-ranked C-class hero or low-ranked\nB-class hero perhaps. Also, Crablante is only a Tiger threat-level monster.\n\n", "comment_count": 3, "content_license": "CC BY-SA 4.0", "creation_date": "2017-11-07T15:58:24.307", "id": "43206", "last_activity_date": "2023-05-17T02:41:54.600", "last_edit_date": "2023-05-17T02:41:54.600", "last_editor_user_id": "2516", "owner_user_id": "31104", "parent_id": "38172", "post_type": "answer", "score": -1 }, { "body": "\n\nJust saying, the hundred push-ups stuff is what Saitama thinks is the reason\nfor his incredible power. And remember Saitama isn't exactly the smartest\nperson to say the least.\n\nI heard somewhere that the reason Saitama is so strong is due to the fact that\nhe broke his \"limiter\". Now there isn't much information on this but I imagine\nthat it works like this: every person has a limiter based on who they are.\nThis limiter determines how strong they can get mentally and physically. So in\nSaitama's case he not only trained really hard but also gave everything and\nwhen I say everything I mean EVERYTHING.\n\nBefore he became super strong he had no job, no family, no friends, he\nbasically had nothing to live for. As Crablante said \"I see that you have\nlifeless eyes.\" \"From one pair of lifeless eyes to another I will let you\nlive.\" (Something along those lines, but you get the point.) Back to the\nlimiter. What I am trying to say is that Saitama gave it his all, his desire\nso strong that he broke the barrier that stops everyone from becoming too\nstrong.\n\nThis is my main theory on why Saitama is so strong. Now there's this other\ntheory about him eating all his enemies to become stronger and stuff, but\nthat's a whole other story. (I mean no offence to anyone as this is only\nopinion on this topic. The people who make One Punch Man probably have this\ncompletely different explanation on why Saitama is so powerful.)\n\n", "comment_count": 0, "content_license": "CC BY-SA 4.0", "creation_date": "2019-10-18T01:00:52.940", "id": "55601", "last_activity_date": "2019-10-22T07:16:03.333", "last_edit_date": "2019-10-22T07:16:03.333", "last_editor_user_id": "8486", "owner_user_id": "50387", "parent_id": "38172", "post_type": "answer", "score": 0 }, { "body": "\n\nBefore training, at the time of fighting with that Crablante, Saitama told\nthat he wants to become a hero who can kill any monster with one punch.\n\nI think there is someone/something which grants power to humans or awakens\ntheir power according to wish and righteousness. After fighting with\nCrablante, we can see Saitama inherited/awakened his power which is shown with\nhis eyes being orange color. After that, he trained a lot and became a super\npowerful one.\n\n", "comment_count": 0, "content_license": "CC BY-SA 4.0", "creation_date": "2020-04-20T07:18:37.783", "id": "57326", "last_activity_date": "2023-05-17T02:41:48.360", "last_edit_date": "2023-05-17T02:41:48.360", "last_editor_user_id": "2516", "owner_user_id": "52882", "parent_id": "38172", "post_type": "answer", "score": 0 }, { "body": "\n\nYeah, of course, he had to have had some capabilities to be able to attempt\nthat regimen for over 3 years, but saying that he “only defeated a tiger-\nlevel” before he started training is belittling the hell out of what happened,\nno way he’s a high C/Low B-class hero.\n\nTo beat a tiger-level disaster (in this case Crablante), you have to either\nhave 5 B-class heroes or 1 A-class. So, he would have been in a higher class\nsince then.\n\n", "comment_count": 0, "content_license": "CC BY-SA 4.0", "creation_date": "2020-04-29T19:00:10.060", "id": "57410", "last_activity_date": "2023-05-17T02:41:50.333", "last_edit_date": "2023-05-17T02:41:50.333", "last_editor_user_id": "2516", "owner_user_id": "53066", "parent_id": "38172", "post_type": "answer", "score": -1 } ]
38172
38173
38173
{ "accepted_answer_id": "38191", "answer_count": 4, "body": "\n\nWhy didn't Kabuto reanimate any person from Uchiha clan like Sasuke's parents\nand all other that Itachi killed or any Uchiha that has lived in Konoha? Did\nhe not have any one's dna or whatever it takes to reanimate? Is there any\nmention about this in manga or anime? Thanks.\n\n", "comment_count": 2, "content_license": "CC BY-SA 3.0", "creation_date": "2016-12-31T13:28:01.820", "favorite_count": 0, "id": "38187", "last_activity_date": "2017-01-24T12:01:17.660", "last_edit_date": null, "last_editor_user_id": null, "owner_user_id": "13225", "post_type": "question", "score": 5, "tags": [ "naruto" ], "title": "Why is there no reanimated Uchiha fighting in fourth shinobi war?", "view_count": 6564 }
[ { "body": "\n\nBoth of your notions are correct:\n\n 1. It is the dead person's DNA that is needed for the reanimation (alias [Edo Tensei](http://naruto.wikia.com/wiki/Summoning:_Impure_World_Reincarnation)).[1]\n 2. There is good reason to assume Kabuto did not reincarnate most of the Uchiha clan members, because he was unable to obtain their DNAs: \n\n\"Kabuto mentions his desire to reincarnate certain shinobi [including] Shisui\nUchiha\";[2] and his ally in the [Fourth Shinobi World\nWar](http://naruto.wikia.com/wiki/Fourth_Shinobi_World_War), Tobi **(**\n­SPOILER:\n\n> alias [Obito Uchiha](http://naruto.wikia.com/wiki/Obito_Uchiha),\n\n**)** , was in possession of their DNA,[3] but – being forced by Kabuto into\nthis alliance in the first place[4] – did not let him use it.[3] Controlling\nmore Uchiha shinobi could have made Kabuto too powerful with respect to the\npossibility of him turning against Tobi.\n\nHowever, Kabuto _did_ summon Itachi Uchiha, Madara Uchiha, as well as (only in\nthe anime) Inabi Uchiha[5] and used them in his war efforts.[6]\n\nAs @AyaseEri points out, we can not exclude the possibility that Kabuto has\nmanaged to reincarnate the other Uchihas after all and it was just not shown.\n\nBut definitely also factor in @ElPsyKongroo's answer\n[below](https://anime.stackexchange.com/questions/38187/why-is-there-no-\nreanimated-uchiha-fighting-in-fourth-shinobi-war#answer-38197) on why that's\nvery unlikely!\n\n* * *\n\n**References**\n\n[1]\n\n> Before this technique can be performed, the user must first acquire some of\n> the DNA of the person they intend to reincarnate.\n\n—<http://naruto.wikia.com/wiki/Summoning:_Impure_World_Reincarnation#Usage>\n\n[2] \n—<http://naruto.wikia.com/wiki/Summoning:_Impure_World_Reincarnation#cite_ref-\nFivetwenty_1-5>\n\n[3]\n\n> Kabuto could not find [Shisui Uchiha's] body. He suggested that one of\n> Shisui's eyes that was crushed by Danzō Shimura, whose corpse was in Tobi's\n> possession, would be sufficient. […] Tobi threatened him not to push his\n> luck.\n\n—<http://naruto.wikia.com/wiki/Summoning:_Impure_World_Reincarnation#cite_ref-\nFivetwenty_1-5>\n\n[4]\n\n> Kabuto [uses] the Impure World Reincarnation to revive five deceased\n> Akatsuki members, which he offers to use to help Tobi in the approaching\n> war. […] When Tobi contemplates refusing, Kabuto summons the real Madara\n> Uchiha, forcing Tobi to agree.\n\n—<http://naruto.wikia.com/wiki/Kabuto_Yakushi#Fourth_Shinobi_World_War:_Countdown>\n\n[5] \n—<http://naruto.wikia.com/wiki/Summoning:_Impure_World_Reincarnation#Kabuto_Yakushi>\n\n[6] \n—<http://naruto.wikia.com/wiki/Fourth_Shinobi_World_War> \nSearch the page for the (indeed numerous) occurrences of \"Uchiha\".\n\n", "comment_count": 5, "content_license": "CC BY-SA 3.0", "creation_date": "2016-12-31T19:15:24.287", "id": "38191", "last_activity_date": "2017-01-21T15:20:23.733", "last_edit_date": "2017-04-13T12:54:48.953", "last_editor_user_id": "-1", "owner_user_id": "14375", "parent_id": "38187", "post_type": "answer", "score": 5 }, { "body": "\n\nAside from the exceptional answer given by accolade, I think there might be\nanother reason. Note that after the Uchiha clan was slaughtered, most of the\ncleaning up was done by the Anbu under Danzo. And given how careful he is, I'm\nsure he would have made sure that the bodies are not discoverable, and so,\nKabuto could not have been able to obtain any DNA.\n\n", "comment_count": 2, "content_license": "CC BY-SA 3.0", "creation_date": "2017-01-01T06:28:48.303", "id": "38197", "last_activity_date": "2017-01-20T11:47:43.633", "last_edit_date": "2017-01-20T11:47:43.633", "last_editor_user_id": "8486", "owner_user_id": "30023", "parent_id": "38187", "post_type": "answer", "score": 5 }, { "body": "\n\nAlthough the uchiha were hailed for there eyes, most wouldn't hold water to a\nslighty above average jounen. Besides that, there was only a few uchiha who\nwere actually powerful, remember how they said the mangekyou sharingan was\nonly awakened by 1 or 2 people? There not wrong, less than ten actually have\nthem.\n\n", "comment_count": 0, "content_license": "CC BY-SA 3.0", "creation_date": "2017-01-23T02:25:15.643", "id": "38548", "last_activity_date": "2017-01-23T02:25:15.643", "last_edit_date": null, "last_editor_user_id": null, "owner_user_id": "30478", "parent_id": "38187", "post_type": "answer", "score": -1 }, { "body": "\n\n## Not a good strategy\n\nEven if he could get their DNA they could probably know the edo tensei\nreversal jutsu or have some trick to defeat it like Itachi, and then rebel\nagainst him.\n\n", "comment_count": 6, "content_license": "CC BY-SA 3.0", "creation_date": "2017-01-24T12:01:17.660", "id": "38585", "last_activity_date": "2017-01-24T12:01:17.660", "last_edit_date": "2020-06-17T09:17:53.303", "last_editor_user_id": "-1", "owner_user_id": null, "parent_id": "38187", "post_type": "answer", "score": 0 } ]
38187
38191
38191
{ "accepted_answer_id": null, "answer_count": 0, "body": "\n\nIn episode 44, Sakura wakes up and describes her recurring dream of the Final\nJudgement. She also notices that the Sakura shaped doll that she keeps by her\nbed is dressed exactly like she is in the dream. The very same doll appears\nsince very early in the series, and IIRC it is said that it was sewed by\nTomoyo.\n\nThis element is not elaborated further upon in the episode nor in the\nfollowing episodes.\n\nSo what is that statement's purpose in the story?\n\n", "comment_count": 0, "content_license": "CC BY-SA 3.0", "creation_date": "2016-12-31T14:22:53.063", "favorite_count": 0, "id": "38189", "last_activity_date": "2018-01-22T02:47:46.077", "last_edit_date": null, "last_editor_user_id": null, "owner_user_id": "30052", "post_type": "question", "score": 3, "tags": [ "cardcaptor-sakura" ], "title": "What was the point of Sakura's bed doll being dressed as Sakura is in her dream?", "view_count": 141 }
[]
38189
null
null
{ "accepted_answer_id": "38194", "answer_count": 1, "body": "\n\nIn the finale of To Love-Ru Darkness, Lala spends all her energy on her tail\nbeam, to stop Darkness's energy blade from slicing the town (and probably the\nplanet).\n\nAs a side-effect of such energy spending, she reverts to a preteen ぺたんこ body.\nIt causes Yami to give her lots and lots of [milk\nbottles](http://tvtropes.org/pmwiki/pmwiki.php/Main/BreastExpansion).\n\nHow long does it take for her body to recover? (you can answer in how many\nchapters (since time is not closely kept in the story) or episodes.\n\n", "comment_count": 0, "content_license": "CC BY-SA 3.0", "creation_date": "2016-12-31T21:31:54.607", "favorite_count": 0, "id": "38193", "last_activity_date": "2016-12-31T23:08:57.437", "last_edit_date": null, "last_editor_user_id": null, "owner_user_id": "2808", "post_type": "question", "score": 1, "tags": [ "to-love-ru" ], "title": "After stopping Yami in her Darkness Mode, how long did it take for Lala to recover her teenager body?", "view_count": 1538 }
[ { "body": "\n\n# 22 manga chapters, anime unknown\n\nIn the manga, Lala uses her tail beam and becomes a child in Chapter 44,\n\"Power and Power ~Protector and Protected~\".\n\nIt was actually pretty hard to track down when she gets her sexy adult body\nback, because her child body bears an incredible likeness to Momo, Nana, and\nYami in certain scenes, especially when they're naked, which they frequently\nare, because it's To-Love-Ru. This made it necessary to read a lot of the\ncontext, which slowed down a casual scan. But Lala's growth back to her usual\nbody is the main plot of Chapter 66, \"Delight ~Growth of Body and Heart~\". So\nit takes 22 chapters.\n\nThere's no clear sense of how much time passes in-universe between these two\nchapters, but once Lala starts growing, it takes her about a day to grow back\nto her original body, as stated by Peke at the beginning of Chapter 66.\n\nI haven't watched the anime of _Darkness_ , but according to\n[Wikipedia](https://en.wikipedia.org/wiki/List_of_To_Love-Ru_episodes#To_Love-\nRu_Darkness_2nd_.282016_OVA_series.29), Lala is still in her child form as of\nthe third episode of the most recent series, the 2016 OVA _To Love-Ru Darkness\n2nd_ , so it's unclear when the anime will have her regain her adult body.\n\n", "comment_count": 1, "content_license": "CC BY-SA 3.0", "creation_date": "2016-12-31T23:08:57.437", "id": "38194", "last_activity_date": "2016-12-31T23:08:57.437", "last_edit_date": null, "last_editor_user_id": null, "owner_user_id": "7579", "parent_id": "38193", "post_type": "answer", "score": 2 } ]
38193
38194
38194
{ "accepted_answer_id": "38226", "answer_count": 2, "body": "\n\nWe know that FB is Mr. Braun. Now Okabe is in the Beta worldline, and M4,\na.k.a. Moeka, is working part-time for Mr. Braun, a.k.a. FB which is very\nsuspicious... Technically, they are still operating as Rounders, right? It's\njust they haven't take any actions against the Future Gadgets Lab yet, apart\nfrom retrieving the IBN 5100.\n\nRight guys?\n\n", "comment_count": 0, "content_license": "CC BY-SA 3.0", "creation_date": "2017-01-01T15:16:03.490", "favorite_count": 0, "id": "38203", "last_activity_date": "2017-01-04T16:08:55.967", "last_edit_date": "2017-01-02T06:51:30.873", "last_editor_user_id": "1908", "owner_user_id": "23139", "post_type": "question", "score": 2, "tags": [ "steins-gate" ], "title": "Does Mr. Braun still have his secret occupation in the beta world line (1%)?", "view_count": 3188 }
[ { "body": "\n\n**Yes** , Yuugo Tennouji (Mr. Braun) still has his _secret job_ in the Beta\nworld line after 1% divergence is obtained.\n\nI base this on the wiki entry, which lists Steins; Gate 0 as its source. Here\nis what the Wiki says about this:\n\n> When 1% Divergence is obtained, Yuugo is seen running his shop, having\n> apparently never worked for SERN in this world line. But as revealed by\n> Steins;Gate 0, he still works for SERN in the Beta Worldline. [Source: Wiki-\n> Yuugo Tennouji](http://steins-gate.wikia.com/wiki/Yuugo_Tennouji)\n\nEdit: The anime adaptation of Zero is greenlit, but there is no broadcast\ndate. I haven't read the Visual Novel.\n\nWiki page for [Zero](http://steins-\ngate.wikia.com/wiki/Steins;Gate_0_\\(Anime_Series\\)) states,\n\n> The Steins;Gate 0 (シュタインズ・ゲート ゼロ Shutainzu Gēto Zero?) anime is an\n> adaptation of a spin-off visual novel by the same name that is being\n> marketed as a \"true sequel\" visual novel, as opposed to being a fan disc.\n> However, though **Zero is part of the main canon** , it is narratively not\n> taking place after the true ending of the original story but technically\n> before said ending. Zero is a side story that explores events from the Beta\n> Attractor Field's future that contribute in making the end of the original\n> story possible.\n\n", "comment_count": 1, "content_license": "CC BY-SA 3.0", "creation_date": "2017-01-03T04:00:42.117", "id": "38226", "last_activity_date": "2017-01-04T14:55:00.217", "last_edit_date": "2017-01-04T14:55:00.217", "last_editor_user_id": "6368", "owner_user_id": "6368", "parent_id": "38203", "post_type": "answer", "score": 1 }, { "body": "\n\nAs mentioned in @Arcane's answer, **yes** , he is still a Rounder in the Beta\nworld line.\n\nIn the Steins;Gate 0 VN, there are multiple world lines in which Okabe and his\nfriends are attacked by various groups/organizations and he ends up turning to\nYuugo Tennouji for help,\n\n> blackmailing him into helping by revealing knowledge that he is the leader\n> of the Rounders. Mr. Braun's response confirms that Okabe was correct.\n\nAdditionally,\n\n> Moeka is still a Rounder too, though, as long as Okabe and his friends stay\n> away from time travel research, the Rounders have no reason to be interested\n> in them.\n\nSince Okabe never switches out of the Beta world line in this VN, it is safe\nto assume that Mr. Braun retains his secret occupation in all instances of the\nBeta world line.\n\n", "comment_count": 0, "content_license": "CC BY-SA 3.0", "creation_date": "2017-01-04T16:03:47.887", "id": "38256", "last_activity_date": "2017-01-04T16:08:55.967", "last_edit_date": "2017-01-04T16:08:55.967", "last_editor_user_id": "28022", "owner_user_id": "28022", "parent_id": "38203", "post_type": "answer", "score": 0 } ]
38203
38226
38226
{ "accepted_answer_id": null, "answer_count": 0, "body": "\n\nWhile reading _Kare Kano_ , I noticed that the extras included in [the\ntankobon\ncompilations](https://en.wikipedia.org/wiki/List_of_Kare_Kano_chapters) seem\nto have absolutely no relation to the story of the main manga. (I have just\nfinished the fourth volume of _Kare Kano_ , so I've read both \"The Tiger and\nthe Chameleon: A Promise for One Week\" and \"Meet Me Again Tomorrow in the\nForest\". The former involves students in high school and has a romance theme,\nbut it does not seem to belong to the same setting as _Kare Kano_. The latter\nis a story of a half-alien, half-human girl's experiences with racism on\nanother planet.)\n\nThis observation was backed-up by some research that I did: the two extras\nthat I have read so far appear to be works written by [Masumi\nTsuda](https://en.wikipedia.org/wiki/Masami_Tsuda) in 1994 and 1993\nrespectively, _prior_ to her publication of _Kare Kano_.\n\nWhy were pre-existing unrelated works included as extras? In the past, had\nother manga compilations done the same thing? I could imagine this as a means\nto \"promote\" the author or provide readers with bonus content at low cost, but\nin other manga that I've read, such as _Fullmetal Alchemist_ , extra one-shots\nwere clearly related to the main content.\n\n", "comment_count": 2, "content_license": "CC BY-SA 3.0", "creation_date": "2017-01-01T15:53:14.270", "favorite_count": 0, "id": "38204", "last_activity_date": "2017-01-01T15:53:14.270", "last_edit_date": null, "last_editor_user_id": null, "owner_user_id": "2604", "post_type": "question", "score": 1, "tags": [ "manga-production", "kare-kano" ], "title": "Why are unrelated one-shots by Masami Tsuda included in compilations of Kare Kano?", "view_count": 160 }
[]
38204
null
null
{ "accepted_answer_id": null, "answer_count": 0, "body": "\n\nThe main setting of _Tanaka-kun Is Always Listless_ appears to me to be\nextraordinarily fancy, at least by my American experience of going to high\nschool in Wisconsin.\n\nOutside:\n\n[![outside view of high\nschool](https://i.stack.imgur.com/TmByA.jpg)](https://i.stack.imgur.com/TmByA.jpg)\n\nDo those poles along the building support a net, maybe to protect windows from\nstray balls? The surrounding area is beautiful, with a rural forested feel and\nlocated near a river.\n\nInside:\n\n[![inside view of high\nschool](https://i.stack.imgur.com/AG7sD.jpg)](https://i.stack.imgur.com/AG7sD.jpg)\n\nIt appears as if one end is open, and there are other shots of small patios\nupstairs. Apparently they do not air condition the middle area -- it is sort\nof a breezeway, albeit with one end partially closed off. I am impressed by\nthe sunroof, the middle downstairs area which appears to be some sort of\ncourtyard or atrium, and the upstairs walkway which reminds me more of an\nindoor shopping mall than a high school. I don't remember other anime where\nthe high school itself was so interesting.\n\nWow, a Google search for [Japanese high school\narchitecture](https://www.google.com/search?safe=off&q=japanese%20high%20school%20architecture)\nstarts off with 5 more affluent-looking schools. Maybe the word _architecture_\ntuned the search for high end samples. It gets even more impressive if you\nclick over to **Images**. This ain't Wisconsin.\n\n", "comment_count": 8, "content_license": "CC BY-SA 3.0", "creation_date": "2017-01-01T21:30:57.277", "favorite_count": 0, "id": "38206", "last_activity_date": "2017-02-07T03:02:59.400", "last_edit_date": "2017-02-07T03:02:59.400", "last_editor_user_id": "19670", "owner_user_id": "19670", "post_type": "question", "score": 3, "tags": [ "tourism", "japan", "tanaka-kun-is-always-listless" ], "title": "Is Tanaka's high school more fancy than most in Japan?", "view_count": 1333 }
[]
38206
null
null
{ "accepted_answer_id": "38214", "answer_count": 3, "body": "\n\nDuring the Great War, Kabuto resurrects a lot of very, very powerful shinobi\n(Madara or Hashirama the 1st, e.g.). However, he doesn't bring someone as\npowerful and impactful as Jiraiya.\n\nMy girlfriend pointed this out a few days ago and since now, I wasn't able to\nfind a reason. I see that this _Edo Tensei no Jutsu_ brings up some questions\n([about more Uchiha's](https://anime.stackexchange.com/questions/38187/why-is-\nthere-no-reanimated-uchiha-fighting-in-fourth-shinobi-war) or even\n[Orochimaru](https://anime.stackexchange.com/questions/4955/why-didnt-couldnt-\nkabuto-bring-orochimaru-back)) on the table, but it seems that everyone forgot\nJiraiya in this equation.\n\nWhy didn't Kabuto resurrect Jiraiya during the Great War?\n\n", "comment_count": 2, "content_license": "CC BY-SA 3.0", "creation_date": "2017-01-02T10:21:22.800", "favorite_count": 0, "id": "38211", "last_activity_date": "2020-05-02T19:35:34.697", "last_edit_date": "2017-12-29T14:18:37.840", "last_editor_user_id": "2516", "owner_user_id": "30093", "post_type": "question", "score": 5, "tags": [ "naruto" ], "title": "Why didn't Kabuto resurrect Jiraiya during the Great War?", "view_count": 36654 }
[ { "body": "\n\nActually, this case of Jiraiya's resurrection had been brought up by Kabuto\nwhile discussing the secrets of the Edo Tensei with Obito. He had also\nmentioned about Shisui Uchiha.\n\nThe reason as to why Jiraiya _couldn't be_ revived according to [Naruto\nWikia](http://naruto.wikia.com/wiki/Jiraiya):\n\n> When the Fourth Shinobi World War starts, Kabuto Yakushi expresses interest\n> in reincarnating Jiraiya to have him fight for Akatsuki, but unfortunately\n> is unable to reach him **as his body rests in the lower depths of the sea**.\n\nBut in the manga, Kabuto expresses that he could obtain enough DNA (to revive\nJiraiya) from the weapons used by the Paths in their fight against Jiraiya.\nBut Obito comments not to push his luck, as reviving Jiraiya, as well as\nShisui, could be overkill.\n\n_Naruto_ chapter 520, page 14:\n\n![enter image description here](https://i.stack.imgur.com/JSClK.jpg)\n\n", "comment_count": 4, "content_license": "CC BY-SA 3.0", "creation_date": "2017-01-02T11:08:24.870", "id": "38214", "last_activity_date": "2017-01-02T11:08:24.870", "last_edit_date": null, "last_editor_user_id": null, "owner_user_id": "11083", "parent_id": "38211", "post_type": "answer", "score": 10 }, { "body": "\n\nThere was not much left of him.\n\nWhen Tsunade was explaining the circumstances to Naruto when he returned from\na mission, he wanted to bring the body back. However, because of Konans'\nexplosion jutsu and the dangers of going to retrieve it and the boiling oil\njutsu he himself used, there wasn't much left to salvage and bring back to the\nHidden Leaf.\n\nKabuto would have had even less time as the remains were decomposing by the\ntime he realized Jiraya was indeed dead.\n\n", "comment_count": 1, "content_license": "CC BY-SA 3.0", "creation_date": "2017-11-06T21:52:39.250", "id": "43178", "last_activity_date": "2017-11-06T23:37:24.543", "last_edit_date": "2017-11-06T23:37:24.543", "last_editor_user_id": "2516", "owner_user_id": "36485", "parent_id": "38211", "post_type": "answer", "score": 1 }, { "body": "\n\nThe anime episode that refers to why Jiraiya Sensei couldn't be used for the\nreanimation, is episode 264 of Shippuden, in season 5. The explanation of\nstarts around 17 minutes of the episode.\n\n", "comment_count": 1, "content_license": "CC BY-SA 4.0", "creation_date": "2019-05-16T05:51:24.723", "id": "52951", "last_activity_date": "2019-05-16T05:51:24.723", "last_edit_date": null, "last_editor_user_id": null, "owner_user_id": "47284", "parent_id": "38211", "post_type": "answer", "score": 1 } ]
38211
38214
38214
{ "accepted_answer_id": null, "answer_count": 4, "body": "\n\n**_To You, 2000 Years From Now (二千年後の君へ Ni-sen nen-go no Kimi e)_** is the 1st\nchapter of the 1st volume and the 1st chapter overall of the Attack on Titan\nmanga.\n\n[![enter image description\nhere](https://i.stack.imgur.com/J45Tq.jpg)](https://i.stack.imgur.com/J45Tq.jpg)\n\nWho is the **_you_**?\n\nAnd what is the significance of bringing up a timeline **_2000 years from\nnow**?_\n\n* * *\n\nOne thing that is bugging me that the chapter, volume and manga starts with\nEren waking up fro a dream, crying and exclaiming that Mikasa's hair has grown\nlonger?\n\nAs put in wiki:\n\n> Meanwhile, Eren Yeager is having a dream about _an **older version** of his\n> close friend, Mikasa, bidding him **goodbye_**. He is promptly _woken up by\n> the real Mikasa, who insists that he is been sleeping **for a while_**. As\n> the two return to their village, Eren begins **crying** , but when Mikasa\n> asks why, **he does not give an answer.**\n\n[![enter image description\nhere](https://i.stack.imgur.com/GvF44.jpg)](https://i.stack.imgur.com/GvF44.jpg)\n[![enter image description\nhere](https://i.stack.imgur.com/2dmy4.png)](https://i.stack.imgur.com/2dmy4.png)\n\n", "comment_count": 0, "content_license": "CC BY-SA 3.0", "creation_date": "2017-01-02T10:50:41.467", "favorite_count": 0, "id": "38213", "last_activity_date": "2019-10-13T13:48:42.810", "last_edit_date": null, "last_editor_user_id": null, "owner_user_id": null, "post_type": "question", "score": 7, "tags": [ "attack-on-titan" ], "title": "What does the title of first chapter of Attack on Titan (進撃の巨人 Shingeki no Kyojin) mean or signify in the context of manga?", "view_count": 48717 }
[ { "body": "\n\nThe anime itself don't have an official answer. I searched it and there's a\nbunch of threads from months/years ago discussing what this title of the first\nchapter/episode means with wild theories.\n\nBut I imagine it has to do with one of these things:\n\n 1. A letter written by someone for someone or something. Armin, the narrator, to humanity or Eren, perhaps?\n\n 2. Eren's fate. Maybe the \"See you later, Eren\" thing is right before he, say, gets trapped in a crystal or put in some sort of home-made titan time machine thing.\n\n 3. Is a thought someone had. Maybe whoever was the first king or something, even Ymir?\n\n", "comment_count": 0, "content_license": "CC BY-SA 3.0", "creation_date": "2017-01-02T11:15:13.337", "id": "38216", "last_activity_date": "2017-01-03T02:07:40.700", "last_edit_date": "2017-01-03T02:07:40.700", "last_editor_user_id": "1587", "owner_user_id": "29041", "parent_id": "38213", "post_type": "answer", "score": 2 }, { "body": "\n\nThere is a [question](https://anime.stackexchange.com/questions/6920/what-is-\nshingeki-no-kyojins-year-zero) about year zero of the AOT world and the time\nline and in there Azarel stated that there is a relativity between the title\nof the first chapter and the timeline:\n\n> However, one last thing to consider is that the first chapter of the manga\n> is titled \"To you, 2000 years from now.\" This shows that a 2000 year gap of\n> time is relevant to the storyline somehow. There are a few interpretations\n> about what this could be referencing, but one of the more popular ones is\n> that this chapter title is addressed to the reader, meaning the storyline\n> starts 2000 years from now.\n>\n> That would put the beginning of the series in the year 4009 AD. It also\n> means that the new world's dating system would begin in 3164 AD.\n\n", "comment_count": 0, "content_license": "CC BY-SA 3.0", "creation_date": "2017-01-03T13:42:13.547", "id": "38232", "last_activity_date": "2017-01-03T13:42:13.547", "last_edit_date": "2020-06-17T09:17:53.303", "last_editor_user_id": "-1", "owner_user_id": "25695", "parent_id": "38213", "post_type": "answer", "score": 1 }, { "body": "\n\nThis answer contains spoilers.\n\nPlease do not read if you are not up to date with the manga (latest chapter\nbeing 91).\n\n**TL;DR**\n\n> The _you_ might be the future inheritor of the 'Attack Titan' power.\n\nAlso keep in mind that there is no official answer, thus the correct answer\n(for now) would be \" **We don't know** \".\n\nHowever, after discussing on some forums and reading some theories, some hints\nprovide a common direction.\n\n> As we know, Eren obtained the power of the Attack Titan with the Coordinate\n> Titan (also known as the Progenitor Titan) from his father, Grisha Jaeger.\n> Ever since, he has been having certain \"visions\", or \"memories\" especially\n> while fighting other titans. In the manga chapter 89, this becomes clear.\n\n**SPOILERS!! Images from manga chapter 89.**\n\n(Picture source:\n[Mangastream](http://mangastream.com/r/attack_on_titan/089/3934/46)\nDisclaimer: I do not own these pictures. They are only used to answer this\nquestion more clearly.)\n\n[![Eren doing the \"Attack Titan\"\npose](https://i.stack.imgur.com/yMjWH.jpg)](http://mangastream.com/r/attack_on_titan/089/3934/46)\n\nLeading to Hange asking:\n\n[![enter image description\nhere](https://i.stack.imgur.com/ISpFg.png)](https://i.stack.imgur.com/yMjWH.jpg)\n\nWhich brings us to the second hint of this chapter. Eren recalls the time he\nwas able to use the Coordinate Titan's power.\n\n[![enter image description\nhere](https://i.stack.imgur.com/nGD1p.png)](https://i.stack.imgur.com/ISpFg.png)\n\n[![enter image description\nhere](https://i.stack.imgur.com/eRKI2.png)](https://i.stack.imgur.com/nGD1p.png)\n\nFocus on \" **everything connected** \".\n\nWhich brings us to the culmination of the chapter (and the 'answer' to your\nquestion):\n\n**SPOILERS! If you have not read chapters 87 and above, do not read further!**\n\n[![enter image description\nhere](https://i.stack.imgur.com/4vZZo.png)](https://i.stack.imgur.com/eRKI2.png)\n\n[![enter image description\nhere](https://i.stack.imgur.com/yOU8F.png)](https://i.stack.imgur.com/4vZZo.png)\n\n**Whose memories are these, I wonder**\n\n**TO ANSWER YOUR QUESTION**\n\n> There exists a memory-timeline that is outside of our perception of time.\n> That is, Eldians who have obtained (at least) one of the 9 original Titan's\n> power, **have access to the memory-timeline of all previous (and possibly\n> future) Eldians who obtained the same power!!** In simple terms, Eren has\n> the 'Attack Titan' power and the 'Coordinate Titan' power. He is able to\n> access his father's memories, and either alter them or combine them with his\n> own memories. Thus, the _you_ in the first chapter, might be **the future\n> inheritor of the 'Attack Titan' power**. As stated above, this is all\n> speculation because nothing is revealed yet.\n\n", "comment_count": 2, "content_license": "CC BY-SA 3.0", "creation_date": "2017-03-16T09:47:46.243", "id": "39431", "last_activity_date": "2017-03-16T09:47:46.243", "last_edit_date": null, "last_editor_user_id": null, "owner_user_id": "18769", "parent_id": "38213", "post_type": "answer", "score": 5 }, { "body": "\n\nLet's talk about chapter 88 for a second, shall we?\n\nEren Kruger tells Grisha Jaeger to protect Armin and Mikasa, well, a theory I\nthink can fit this question stems to this point.\n\nSo, Eren dies and when he does, his memories are transferred to Eren Kruger\ndue to him being his predecessor. The story is based off of Norse mythology,\nthey believe there is nothing such as the future and that it's only a repeated\ncycle of the past. Say we have a universe of timelines, one universe of you is\ndying and the other of you is being born so there is no such thing as the\nfuture, it's a constant cycle of the past. There are infinite universes of you\nand every second of you, the moment you were born is replayed while you dying\nis also being replayed. They also believed that when a person is dead, he\nwould be sent to the world tree where he'll be born again through another root\nof the tree in another family as a different being. They believed that the\nactions of the new life of a guy will be influenced by his past life. So\ndestiny is unchangeable. It's influenced by the being her or himself or his or\nher surroundings. SO basically Eren Kruger is reborn as Eren Jaeger and will\ndie to sacrifice himself to another person to be eaten up. Now, in 2,000 years\na major event will occur in Eldia and Eren may have had a dream about that so\nhe's trying to warn the people 2,000 years later about it or something along\nthose lines. His ancestor must've warned him about it. Probably that very own\nancestor will share the same fate. Armin seems to be narrating everything so\nthis is probably in his point of view if that is the case he might've just\nbeen recording these events to ensure that Eldia will not perish a century\nlater. Eren must've told him about it so he's just living on Eren's stories\njust to ensure his dream is fulfilled. The dream he saw in the first episode\nmay provide some foreshadowing.\n\n", "comment_count": 0, "content_license": "CC BY-SA 4.0", "creation_date": "2018-11-10T17:36:39.037", "id": "49584", "last_activity_date": "2018-11-10T17:36:39.037", "last_edit_date": null, "last_editor_user_id": null, "owner_user_id": "43350", "parent_id": "38213", "post_type": "answer", "score": 1 } ]
38213
null
39431
{ "accepted_answer_id": null, "answer_count": 2, "body": "\n\nI'm kind of confused about what year _Akatsuki no Yona_ is set in. In the\nmanga, Zeno claims to be more than 2000 years old.\n\nSo, shouldn't it be Year 2000 or something around that? Even though it looks\nlike it's been set way, way, WAY before that.\n\n", "comment_count": 3, "content_license": "CC BY-SA 4.0", "creation_date": "2017-01-02T17:24:53.280", "favorite_count": 0, "id": "38219", "last_activity_date": "2023-10-21T04:07:58.020", "last_edit_date": "2023-10-21T04:00:51.397", "last_editor_user_id": "2516", "owner_user_id": "30098", "post_type": "question", "score": 0, "tags": [ "yona-of-the-dawn" ], "title": "What year is Akatsuki No Yona set in?", "view_count": 5152 }
[ { "body": "\n\nThe answer can be found from here, [Why do the characters in Akatsuki no Yona\nhave Korean names?](https://anime.stackexchange.com/questions/14551/why-do-\nthe-characters-in-akatsuki-no-yona-have-korean-names).\n\n> The setting for Akatsuki no Yona is loosely based on the [Three Kingdoms of\n> Korea](http://en.wikipedia.org/wiki/Three_Kingdoms_of_Korea) period. The\n> [Kouka Kingdom](http://akatsukinoyona.wikia.com/wiki/Kouka_Kingdom) is\n> inspired by the Goguryeo Kingdom. Its neighbor Sei and Xing are based on\n> Baekje and Silla respectively. You can also see that the three kingdoms are\n> located in a peninsula in the manga and that they almost have the same\n> layout as their real-life counterparts.\n\nFrom the Wikipedia article,\n\n> The concept of the Three Kingdoms of Korea (Hangul: 삼국시대; Hanja: 三國時代)\n> refers to the three kingdoms of Baekje (百濟), Silla (新羅) and Goguryeo (高句麗),\n> which was later known as Goryeo (高麗), from which the name Korea is derived.\n> **The Three Kingdoms period was defined as being from 57 BC to 668 AD**\n\nThus, it is safe to say from the setting and inspiration that _Akatsuki no\nYona_ , may be from a similar time period, where obviously dragons exist.\n\n", "comment_count": 0, "content_license": "CC BY-SA 4.0", "creation_date": "2017-01-03T05:35:45.957", "id": "38227", "last_activity_date": "2023-10-21T04:00:55.400", "last_edit_date": "2023-10-21T04:00:55.400", "last_editor_user_id": "2516", "owner_user_id": "6368", "parent_id": "38219", "post_type": "answer", "score": 3 }, { "body": "\n\nI agree with [Arcane's answer](https://anime.stackexchange.com/a/38227/2516).\n\nThe story is based off Korean culture and the Three Kingdoms Dynasty. The\nclothing is also Goryeo clothing. Examples of real life, you can compare to\nthe character's clothing:\n\n * Male:\n\n[![](https://i.stack.imgur.com/zdqVem.jpg)](https://i.stack.imgur.com/zdqVe.jpg)\n\nFrom a K-drama _Moon Lovers: Scarlet Heart Ryeo_.\n<https://kpop.asiachan.com/full/74097>.\n\n * Female:\n\n[![](https://i.stack.imgur.com/ybpJum.jpg)](https://i.stack.imgur.com/ybpJu.jpg)\n\nHae Soo wearing _hanbok_ , from a K-drama _Moon Lovers: Scarlet Heart Ryeo_.\n<https://aminoapps.com/c/korean-fashion/page/blog/hanbok-hae-soo-in-scarlet-\nheart-ryeo/z6og_2Vauxu0zQdLwWwb0YNVRGRYME2PYNkcn>.\n\nThe clothing, names, and mapping is similar to Korean. Kinda seems like an\nanime K-drama to me.\n\nYou can also try looking up 'scarlet heart ryeo clothing'. You can see the\nclothing design is exactly the same as the characters from the Kyouka empire.\n\n", "comment_count": 0, "content_license": "CC BY-SA 4.0", "creation_date": "2020-06-15T06:26:17.153", "id": "57897", "last_activity_date": "2023-10-21T04:07:58.020", "last_edit_date": "2023-10-21T04:07:58.020", "last_editor_user_id": "2516", "owner_user_id": "53860", "parent_id": "38219", "post_type": "answer", "score": 1 } ]
38219
null
38227
{ "accepted_answer_id": null, "answer_count": 0, "body": "\n\nIt was stated by Rudolph that Astarte had only two more weeks to live, because\nof the strain Rhododactylos familiar was putting on her body/soul/mana\npool/whatever.\n\nAfter defeating Rudolph, Kojou bites her\n\n![Kojou bit Astarte](https://i.stack.imgur.com/FZojWm.png)\n\nand says that he would put the familiar under his control, so her lifespan\nwould increase. The bite mark is shown in the picture:\n\n![Kojou's bitemark](https://i.stack.imgur.com/jm6U3l.png)\n\nBut in later story arcs this seems to be completely ignored. Astarte acts and\nuses Rhododactylos on her own.\n\n", "comment_count": 1, "content_license": "CC BY-SA 3.0", "creation_date": "2017-01-03T01:57:41.820", "favorite_count": 0, "id": "38224", "last_activity_date": "2017-05-30T01:38:36.757", "last_edit_date": "2017-05-30T01:38:36.757", "last_editor_user_id": "2516", "owner_user_id": "2808", "post_type": "question", "score": 1, "tags": [ "strike-the-blood" ], "title": "Shouldn't Astarte be under Kojou's control?", "view_count": 495 }
[]
38224
null
null
{ "accepted_answer_id": "38250", "answer_count": 1, "body": "\n\nDoes the Hellsing Organization belong to the Anglican Church or the Protestant\nChurch? Or is it a secular organization?\n\n", "comment_count": 3, "content_license": "CC BY-SA 3.0", "creation_date": "2017-01-03T09:13:22.180", "favorite_count": 0, "id": "38230", "last_activity_date": "2017-01-04T05:21:03.467", "last_edit_date": null, "last_editor_user_id": null, "owner_user_id": "30114", "post_type": "question", "score": 1, "tags": [ "hellsing" ], "title": "Hellsing Organization: Is it Anglican or Protestant?", "view_count": 754 }
[ { "body": "\n\nThe Hellsing organization is part of the Anglican Church. Whether the Anglican\nChurch is Catholic or Protestant is a bit of a complicated question.\n\nTo start with, while there is a \"Catholic church\" (it's the common short name\nfor the Roman Catholic Church in English), there's no corresponding\n\"Protestant church\". There are multiple Protestant denominations, many of\nwhich have sub-denominations, many of these having multiple churches within\nthem: Lutheran, Presbyterian, Baptist, Pentecostal, Methodist, and lots of\nothers. All of these groups have their roots in Martin Luther's Protestant\nReformation, which began in the early 16th Century in Western Europe in\nresponse to perceived corruption and doctrinal inconsistency in the dominant\nRoman Catholic Church. All the early Protestant churches had certain Roman\nCatholic practices they objected to;\n[Wikipedia](https://en.wikipedia.org/wiki/Protestantism#Theology) has a good\nsummary, but in general the Protestants thought religion should be less\nfocused on worldly matters and more focused on faith and prayer. They also\nrejected the authority of the Roman Catholic pope and focused on the Bible as\nthe single defining document of Christian belief, whereas the Roman Catholic\nChurch had elevated various commentaries by popes and other prominent figures.\n\nAnglicanism existed as the English branch of the Roman Catholic Church [until\n1534](https://en.wikipedia.org/wiki/Acts_of_Supremacy), when the English\nparliament declared Henry VIII, the King of England, as head of the church.\nThis split the leadership from the Roman Catholic Church, but theologically,\nthe Anglicans continued to keep the Eucharist, which most Protestant churches\nhad abandoned. Whether this makes them Protestant or not is a bit hard to say.\nThey are often considered Protestant because they split from the Roman\nCatholic Church in the same period when the Protestant Reformation was going\non, but the split had no real connection to Luther's movement; it was a\npolitical maneuver by the English government to weaken the power of the Roman\nCatholic pope. Theologically, they're more similar to the Roman Catholics than\nmost Protestant churches are (though as we see in Hellsing, they still find\nenough differences to keep them arguing).\n\nAs a point of interest, there are Christian churches which are neither\nCatholic nor Protestant: for example, the [Eastern Orthodox\nchurches](https://en.wikipedia.org/wiki/Eastern_Orthodox_Church), which\ninclude the Greek Orthodox and Russian Orthodox; Ethiopian; Coptic; and\nvarious modern movements such as [the Jehovah's\nWitnesses](https://en.wikipedia.org/wiki/Jehovah%27s_Witnesses). So you could\nargue that Anglicanism is neither Catholic nor Protestant, but something\ndistinct, like these other churches.\n\n", "comment_count": 3, "content_license": "CC BY-SA 3.0", "creation_date": "2017-01-04T05:21:03.467", "id": "38250", "last_activity_date": "2017-01-04T05:21:03.467", "last_edit_date": null, "last_editor_user_id": null, "owner_user_id": "7579", "parent_id": "38230", "post_type": "answer", "score": 1 } ]
38230
38250
38250
{ "accepted_answer_id": null, "answer_count": 2, "body": "\n\nThe whole point of bringing Joseph to Morioh was to make him use Hermit\nPurple.\n\nSo why didn't he use it to find Kira after he changed his appearance?\n\n", "comment_count": 2, "content_license": "CC BY-SA 3.0", "creation_date": "2017-01-03T16:33:41.720", "favorite_count": 0, "id": "38234", "last_activity_date": "2020-11-23T20:40:11.413", "last_edit_date": "2017-05-30T01:46:16.287", "last_editor_user_id": "2516", "owner_user_id": null, "post_type": "question", "score": 6, "tags": [ "jojos-bizarre-adventure" ], "title": "In JoJo: Diamond is Unbreakable, why didn't Joseph use Hermit Purple to find Kira's new identity?", "view_count": 8304 }
[ { "body": "\n\nJoseph used Hermit Purple to find Dio because Dio had Jonathan's body. They\nshared the same blood. Kira was not related to Joseph. That's my guess.\n\n", "comment_count": 3, "content_license": "CC BY-SA 3.0", "creation_date": "2017-01-03T17:50:18.293", "id": "38240", "last_activity_date": "2017-01-03T17:50:18.293", "last_edit_date": null, "last_editor_user_id": null, "owner_user_id": "30120", "parent_id": "38234", "post_type": "answer", "score": 0 }, { "body": "\n\nIt's because Joseph Joestar is growing senile. Stands are the manifestation of\nthe user's spirit. Remember that episode when Polnareff became young because\nof Alessi's Stand? Silver Chariot was weak when he was a kid.\n\n**Durability** or _Permanence_ is a category in a stand stat which also\naffects stands as they age too or when not in practice. (A great example would\nbe Star Platinum's initial 1.5 second Timestop turned 2.0 seconds by the\nmiddle of Part 4. After the events of Part 6, Jotaro trained himself again to\nprotect those he needs as he have learned in Part 4. He later regained his 5\nsecond time stop, the maximum seconds the human body can achieve.)\n\nSo in a sense, if a stand user grows **_old_** , it affects also their stands.\nLikewise, if a stand is not used that much, it gets weaker. Hermit Purple is\nthe stand manifestation of **_Hamon_**. As there are no more threats,\nvampires, and Aztec demigods, Joseph Joestar didn't use it that much (also\nJoseph Joestar isn't the kind of person to practice. He relies on his\ncunning). Should he still practice it, I bet he'd still look young even on his\n50s in Part 3 just like **_Lisa Lisa_**.\n\nOn a hindsight, Hermit Purple's ability to search Stand Users was hazy because\nthere are a lot of Stand Users in Morioh. Just like when he tried to divine\nKira but found Angelo instead.\n\n**TL;DR** Joseph Joestar can't use Hermit Purple efficiently because he is old\nand doesn't practice it that much.\n\n", "comment_count": 1, "content_license": "CC BY-SA 3.0", "creation_date": "2018-03-01T07:21:04.857", "id": "44901", "last_activity_date": "2018-03-01T07:21:04.857", "last_edit_date": null, "last_editor_user_id": null, "owner_user_id": "37933", "parent_id": "38234", "post_type": "answer", "score": 2 } ]
38234
null
44901
{ "accepted_answer_id": null, "answer_count": 3, "body": "\n\nIf one of the members of squad zero created the Zanpakuto after becoming a\ncaptain under Yamamoto which is one of the oldest soul reapers, doesn't that\nmean that Quincy are naturally stronger?\n\nIn the war, the Quincy stole their Zanpakuto after overwhelming them and some\nof the soul reapers use Kido, Hado, and Bakuto or Bakugo which are spells.\nIt's safe to assume this was their original powers, but not many Soul Reapers\ncan use it.\n\n", "comment_count": 6, "content_license": "CC BY-SA 3.0", "creation_date": "2017-01-03T17:12:26.080", "favorite_count": 0, "id": "38238", "last_activity_date": "2017-10-27T15:28:49.403", "last_edit_date": "2017-10-27T15:23:12.943", "last_editor_user_id": "2516", "owner_user_id": "29629", "post_type": "question", "score": -1, "tags": [ "bleach" ], "title": "Are the Quincy naturally stronger than the Soul Reapers?", "view_count": 10256 }
[ { "body": "\n\nTo answer the Title, Its impossible to say. It appears you are asking if the\nQuincy are naturally stronger than Soul Reapers, simply because the elite of\nthe elite Quincy, the Schutzstaffel, were able to use special tools to steal\nSoul Reaper Bankai's.\n\nThe Flaw with that logic is simply that we do not understand how the Tools\nwork. We just know they steal Bankai once its been used in front of the tool,\nbut not how they do it, or what the conditions are. The only clue we have is\nthat Yamamoto was too powerful, so only Yhwach was strong enough to wield his\nBankai. It could easily be that they are weaker, but like most\nsupernatural/fantasy entertainment media, Most people can wield more power\nthan their normal maximum, and even spontaneously power up permanently. Its\nvery possible that there was no way without Voltstandig they could beat a Soul\nReaper Captain in their Bankai State, yet could still wield the power of their\nBankai. After all, the Soul Reapers do just that. By activating their Bankai,\nthey are on average 5-10x more powerful than just their Shikai. The\nVoltstandig Transformation the Quincy use is very similar, and in fact they\ncould not use it while they had a stolen Bankai.\n\nTo further nit pick, they too were granted power by Yhwach, as each one had a\nLetter, granting them not only more raw power, but also supernatural\nabilities. On their own, its impossible to say how strong they would be.\n\nLastly, There is one more thing to bring up, the first War with the Quincy.\nThe Soul Reapers won that war, and almost all the Quincy were killed, to the\npoint where Uryu and his father were the only known living Quincy left,\nexcluding the Sternritter who may or may not be dead already.\n\nEdit: Regarding your argument about zankaptou, there is also one thing to\nbring up. [Yhwach's](http://bleach.wikia.com/wiki/Yhwach) age is estemated at\nat least 1200 years, which includes the 1000 years he was mostly powerless.\nSo, he was probably at least 200 years old by that account when Yamamoto\nDefeated him (using his zanpaktou). Though he could have been older than 200,\nhe was still the first Quincy ever, which is pretty big here, because the\nGotei 13 was founded over 1100 years before he was defeated. [Yamamoto's Wiki\nPage](http://bleach.wikia.com/wiki/Yamamoto) in the history section brings up\nthe founding of the 13 squadrens was 2100 years ago, 1100 years before\nyhwach's defeat, and the only picture we have of then, had several of the\ncaptians weilding zanpaktou. So, While Nimaiya may have been a captian back\nthen, he had already invented zanpaktou, up to at least a thousand years\nearlier than the first ever quincy was born. A Soul Reaper without a zanpaktou\nis basically noneistant because they get one right after they become a Soul\nReaper, and that was precident for hundreds of years before quincy existed, so\nthere is no way to compare them. A Soul Reaper without a zanpaktou has also\nnever been seen, besides Possibly Ichigo, so its impossible to say how\npowerful they were.\n\n", "comment_count": 0, "content_license": "CC BY-SA 3.0", "creation_date": "2017-01-03T19:49:35.927", "id": "38241", "last_activity_date": "2017-01-04T17:14:17.490", "last_edit_date": "2017-01-04T17:14:17.490", "last_editor_user_id": "20610", "owner_user_id": "20610", "parent_id": "38238", "post_type": "answer", "score": 1 }, { "body": "\n\nThey are naturally strong against Shinigamis but it doesn't matter if there is\nan huge power gap between Shinigami and Quincy.\n\n", "comment_count": 1, "content_license": "CC BY-SA 3.0", "creation_date": "2017-01-03T22:21:49.613", "id": "38243", "last_activity_date": "2017-01-03T22:21:49.613", "last_edit_date": null, "last_editor_user_id": null, "owner_user_id": "30122", "parent_id": "38238", "post_type": "answer", "score": -2 }, { "body": "\n\nNo, Quincy are not stronger. In fact, Shinigami are overall higher level\nbeings as they don't possess human bodies while Quincies do.\n\nA Quincy without spirit power is no different than a regular human, but a\nShinigami without a spirit is still a shinigami which is a soul being injuries\nthat kill humans would not kill them easily.\n\nFor example, Ishida and Chad are both humans with spirit power. Even though\nthey have a superhuman-like ability, their actual physical body without the\nuse of Spirit power is no different than a human. On the other hand, Chad is a\nworld champion boxer, without using his powers, just his sole human physical\nbody.\n\n", "comment_count": 0, "content_license": "CC BY-SA 3.0", "creation_date": "2017-10-27T10:57:33.313", "id": "43016", "last_activity_date": "2017-10-27T15:28:49.403", "last_edit_date": "2017-10-27T15:28:49.403", "last_editor_user_id": "2516", "owner_user_id": "36335", "parent_id": "38238", "post_type": "answer", "score": 0 } ]
38238
null
38241
{ "accepted_answer_id": null, "answer_count": 5, "body": "\n\n**Note: This entire question is a spoiler, so as it doesn't make sense to put\nthe entire question in a spoiler block, read at your own caution.**\n\n* * *\n\nAt the end of _Occultic;Nine_ , Yuta Gamon fires the unlocked Poya-Gun\n(revealed to be the Wardenclyffe Gun) at the Odd Eye in order to stop the New\nWorld Order from completing their mission.\n\nIt's presumed that he never makes it back to the human world (AKA is\nresurrected like the rest of the main cast), but what exactly happened to him?\n\nI'm especially confused about the significance of the Sky Sensor playing\nstaticky sounds in his father's old recording studio at the very end. Did Yuta\nreturn to the wavelength meant for the dead and in turn, get reunited with his\nfather (again) or did he get stuck in the wavelength that the New World Order\nshifted to in an attempt to prevent Yuta from stopping them?\n\n", "comment_count": 0, "content_license": "CC BY-SA 3.0", "creation_date": "2017-01-03T20:21:42.780", "favorite_count": 0, "id": "38242", "last_activity_date": "2018-04-21T11:05:05.533", "last_edit_date": "2018-04-21T11:01:48.603", "last_editor_user_id": "2516", "owner_user_id": "28022", "post_type": "question", "score": 2, "tags": [ "occultic-nine" ], "title": "What exactly happened to Yuta Gamon?", "view_count": 11653 }
[ { "body": "\n\nI believe the Sky Sensor was playing staticky sounds because it was returning\nsome kind of feedback from the frequency it was using, probably from Yuta\nGamon.\n\nAbout what happened to him, he remained dead, as we could understand from the\nfinal of the last episode. About the wavelength in which he stayed, as long as\nhe had the Sky Sensor he change wavelengths however he wishes to.\n\n", "comment_count": 0, "content_license": "CC BY-SA 3.0", "creation_date": "2017-01-04T10:19:49.027", "id": "38252", "last_activity_date": "2018-04-21T11:04:52.770", "last_edit_date": "2018-04-21T11:04:52.770", "last_editor_user_id": "2516", "owner_user_id": "14403", "parent_id": "38242", "post_type": "answer", "score": 0 }, { "body": "\n\nWhile it's not clear what \"wavelength\" Yuta Gamon is on, his spirit is clearly\nstill connected to the normal world. The final scene before the credits\nreveals that he's still posting on his blog, trying to earn affiliate money. I\ndon't know if the static from the Sky Sensor means much, other than to suggest\nthat it's still capable of connecting to the spirit wavelength, although his\nlatest blog entry apparently has something to do with the device.\n\nIn addition, at the end of the credits, the live action shots of the pond\nbeing drained and the final brief scene showing a \"Coldsleep Room\" with the\nname Gamon Yuta on it suggests that his body has been recovered and has been\ncryogenically frozen. This would have put on hold the almost expired 9-minute\nlimit on revival after death. I'm guessing they're hoping to make a sequel.\n\n[![He's dead set on making money, even a\nghost!](https://i.stack.imgur.com/d0OM9.jpg)](https://i.stack.imgur.com/d0OM9.jpg)\n\n[![COLDSLEEP ROOM -- GAMON\nYUTA](https://i.stack.imgur.com/9mfr2.jpg)](https://i.stack.imgur.com/9mfr2.jpg)\n\n", "comment_count": 0, "content_license": "CC BY-SA 3.0", "creation_date": "2017-04-17T08:14:00.417", "id": "39897", "last_activity_date": "2018-04-21T11:03:11.277", "last_edit_date": "2018-04-21T11:03:11.277", "last_editor_user_id": "2516", "owner_user_id": "7861", "parent_id": "38242", "post_type": "answer", "score": 1 }, { "body": "\n\nI believe the title of his blog post was something along the lines of\n\n> [Good News] I am a Ghost.\n\nThe image quality wasn't that good so I may be wrong (also, my Japanese isn't\nthat good)\n\n", "comment_count": 0, "content_license": "CC BY-SA 3.0", "creation_date": "2017-11-13T20:42:51.933", "id": "43315", "last_activity_date": "2018-04-21T11:04:28.937", "last_edit_date": "2018-04-21T11:04:28.937", "last_editor_user_id": "2516", "owner_user_id": "36602", "parent_id": "38242", "post_type": "answer", "score": 0 }, { "body": "\n\nGamon Yuta (a kid who was rather pathetic when he was alive), after his own\ndeath, in the last episode of this series, thanks to the advice of a fellow\nghost who explain to him how to take advantage of his hidden potential,\nbecomes Gary Stu (maybe even better) as a ghost.\n\n", "comment_count": 1, "content_license": "CC BY-SA 3.0", "creation_date": "2018-02-18T22:10:50.020", "id": "44776", "last_activity_date": "2018-04-21T11:05:05.533", "last_edit_date": "2018-04-21T11:05:05.533", "last_editor_user_id": "2516", "owner_user_id": "38223", "parent_id": "38242", "post_type": "answer", "score": -1 }, { "body": "\n\nGamon Yuuta might possibly be revived if there was to be a season 2 since\nbased on the 9-minute limit revival, he didn't actually go past the time as to\nwhen he destroyed the facility. Aveline also said that he might come back to\nlife in the last episode.\n\nSo, just maybe, but that's just based on my own thinking though.\n\n", "comment_count": 0, "content_license": "CC BY-SA 3.0", "creation_date": "2018-04-21T10:43:18.220", "id": "46671", "last_activity_date": "2018-04-21T11:01:46.513", "last_edit_date": "2018-04-21T11:01:46.513", "last_editor_user_id": "2516", "owner_user_id": "40275", "parent_id": "38242", "post_type": "answer", "score": 1 } ]
38242
null
39897
{ "accepted_answer_id": "40684", "answer_count": 2, "body": "\n\nWhen Mutsumi and Serinuma are at the shrine in episode 12, Mutsumi asks\nSerinuma what she wished for. She replies that she wished:\n\n * for the Lord and Akane to live happily ever after\n * for Shion to come back to life\n * for Captain Levi to be more _dere_\n * for \"Miyuki-senpai\" to notice [someone]'s true feelings\n\nThe first two are from shows-within-the-show \"Kachu Rabu\" and \"Mirage Saga\".\nThe third one is _Attack on Titan_ (which has been referenced weirdly often).\nWhat's the fourth one from?\n\n", "comment_count": 1, "content_license": "CC BY-SA 3.0", "creation_date": "2017-01-04T03:47:02.740", "favorite_count": 0, "id": "38246", "last_activity_date": "2017-06-26T04:10:35.777", "last_edit_date": null, "last_editor_user_id": null, "owner_user_id": "1908", "post_type": "question", "score": 3, "tags": [ "kiss-him-not-me" ], "title": "Who is \"Miyuki-senpai\"?", "view_count": 3834 }
[ { "body": "\n\nMiyuki is from Daiya no A or Ace of Diamond in English.... That \"notice me\nsempai\" is tagged on because as an ace catcher, the pitcher (Sawamura) fights\nkinda for his attention with another pitcher.... There are a lot of Sawamura\nand Miyuki doujins out there and they are a fan favorite ship.\n\n", "comment_count": 0, "content_license": "CC BY-SA 3.0", "creation_date": "2017-06-03T20:54:31.870", "id": "40684", "last_activity_date": "2017-06-26T04:10:35.777", "last_edit_date": "2017-06-26T04:10:35.777", "last_editor_user_id": "1908", "owner_user_id": "32898", "parent_id": "38246", "post_type": "answer", "score": 1 }, { "body": "\n\nMiyuki-senpai is from Daiya no Ace. The anime is centered around Sawamura (MC)\nand Miyuki's relationships as pitcher-catcher (the author said so). Sawamura\nwants Miyuki to acknowledge him as a capable pitcher, yet his rival on the\nsame team, Furuya, as the ace, made Miyuki pay attention to him more. Sawamura\nstruggled to make the best battery with Miyuki, hence 'notice me senpai'.\n\n", "comment_count": 0, "content_license": "CC BY-SA 3.0", "creation_date": "2017-06-25T22:38:19.527", "id": "41051", "last_activity_date": "2017-06-26T04:10:12.497", "last_edit_date": "2017-06-26T04:10:12.497", "last_editor_user_id": "1908", "owner_user_id": "33283", "parent_id": "38246", "post_type": "answer", "score": 2 } ]
38246
40684
41051
{ "accepted_answer_id": null, "answer_count": 1, "body": "\n\nI was wondering if someone could merge 2 doujutsu and if someone who at\navyoung age has their eyes damaged to the point of blindness and the damage\nbeing irriversable if someone with a doujutsu could transplant their eyes to\nthe blind person so that they can see, I was wondering this because I plan too\nwrite a fan fiction about it and I wanted to make sure it is somewhat viable\n\n", "comment_count": 2, "content_license": "CC BY-SA 3.0", "creation_date": "2017-01-04T03:47:31.740", "favorite_count": 0, "id": "38247", "last_activity_date": "2017-01-19T01:31:50.627", "last_edit_date": null, "last_editor_user_id": null, "owner_user_id": "30127", "post_type": "question", "score": 0, "tags": [ "naruto" ], "title": "Can you merge 2 doujutsu? And can someone with prolonged and irriversable damage in their eyes have a successful eye transplant?", "view_count": 574 }
[ { "body": "\n\nAs far as I know (and all the research I've made), no, you can't (as you\ncalled it) \"merge\" two, or more, Dōjutsus. You can have more than one at the\nsame time, like Kaguya and her son Hagoromo.\n\nI'm not saying it's not possible, but it just hasn't been seen in the universe\nof Naruto. And, as far as my knowledge goes, it hasn't been mentioned by\nMasashi-sensei either.\n\n_Masashi-sensei has said once that if a Byakugan user and Sharingan user have\na kid the offspring would be born with a Sharingan in one eye and a Byakugan\nin the other but this isn't \"merging\" like you wanted_\n\nFor the next part of your question:\n\nYes, you can implant eyes to someone that has lost sight on that eye(s). The\nUchiha are known do do it a lot, or they at least to it to \"reach the next\nlevel\" of power (in their eyes) but they are either almost or are blind when\ndoing this.\n\nAnother huge example (of doing this) is Kakashi. He lost his eyesight on his\nleft eyes, and then got a Sharingan, which is a Dōjutsu, implanted.\n\n* * *\n\n_I hope my answer helps, it's mostly what I know. I did try to find some\nreferences to help better but they were just about what Dōjutsu are and some\nexamples and their abilities, which would be useless to you (according to what\nyou asked, or was looking for, at least, so I did not include it)._\n\n_I also hope your fan fiction goes well._\n\n", "comment_count": 0, "content_license": "CC BY-SA 3.0", "creation_date": "2017-01-04T04:16:30.013", "id": "38248", "last_activity_date": "2017-01-19T01:31:50.627", "last_edit_date": "2017-01-19T01:31:50.627", "last_editor_user_id": "20270", "owner_user_id": "20270", "parent_id": "38247", "post_type": "answer", "score": 4 } ]
38247
null
38248
{ "accepted_answer_id": null, "answer_count": 1, "body": "\n\nDo any of the characters from the Naruto filler arcs or movies show up again\nin the main series, or they are just strictly made for the fillers and movies?\n\nI was watching Shippuden season 1 and at some point the opening and closing\nsongs had scenes from the Priestess Shion movie, or the first Naruto Shippuden\nmovie.\n\n", "comment_count": 15, "content_license": "CC BY-SA 3.0", "creation_date": "2017-01-04T16:04:52.657", "favorite_count": 0, "id": "38257", "last_activity_date": "2017-02-28T02:41:57.353", "last_edit_date": "2017-02-28T02:39:05.567", "last_editor_user_id": "102", "owner_user_id": "29385", "post_type": "question", "score": 1, "tags": [ "naruto" ], "title": "Do filler episode characters ever appear in the main storyline?", "view_count": 1775 }
[ { "body": "\n\n[Utakata](http://naruto.wikia.com/wiki/Utakata) was introduced during [the so-\nnamed Tsuchigumo Kinjutsu\narc](https://anime.stackexchange.com/questions/213/which-episodes-of-the-\nnaruto-anime-are-core-plot-and-which-are-filler), but he eventually makes his\nway in the main storyline as a reanimated ninja fighting in the Great Shinobi\nWar.\n\nIt could be conjectured that he wasn't a filler character, but until Naruto\nchapter 515 at the earliest, the Six-Tails host was not identified by name.\n\n[![enter image description\nhere](https://i.stack.imgur.com/CE5S5.jpg)](https://i.stack.imgur.com/CE5S5.jpg)\n\nIn this picture, Utakata is second from the left.\n\n", "comment_count": 0, "content_license": "CC BY-SA 3.0", "creation_date": "2017-02-28T02:41:57.353", "id": "39177", "last_activity_date": "2017-02-28T02:41:57.353", "last_edit_date": "2017-04-13T12:54:49.090", "last_editor_user_id": "-1", "owner_user_id": "102", "parent_id": "38257", "post_type": "answer", "score": 1 } ]
38257
null
39177
{ "accepted_answer_id": "38267", "answer_count": 2, "body": "\n\nNot sure if my phrasing is correct but does anyone know the manga release\ncycle of Keijo!!!! (Hip whip girl)?\n\nI haven't seen an issue for it in a while and the source I use to read it\nseems to only update monthly.\n\nDoes the manga actually release monthly? And how can I find this information\nfor future series that I read?\n\n", "comment_count": 0, "content_license": "CC BY-SA 3.0", "creation_date": "2017-01-04T20:28:59.063", "favorite_count": 0, "id": "38260", "last_activity_date": "2017-01-04T23:57:17.283", "last_edit_date": null, "last_editor_user_id": null, "owner_user_id": "18404", "post_type": "question", "score": 0, "tags": [ "keijo" ], "title": "What is the Keijo manga release cycle?", "view_count": 752 }
[ { "body": "\n\nKeijo is published in \"Shuukan Shounen Sunday\", which is a weekly magazine.\n\nTo figure out what cycle a manga follows, you can use mangaupdates, which will\nshow you the serialization magazine for each manga. From there you can just\ngoogle the name of the magazine, and usually the english title will be an\nanswer by itself, like in this case where \"Shuukan\" translates to \"Weekly\".\n\n<https://www.mangaupdates.com/series.html?id=101987>\n\n", "comment_count": 2, "content_license": "CC BY-SA 3.0", "creation_date": "2017-01-04T23:06:09.893", "id": "38266", "last_activity_date": "2017-01-04T23:06:09.893", "last_edit_date": null, "last_editor_user_id": null, "owner_user_id": "30141", "parent_id": "38260", "post_type": "answer", "score": 2 }, { "body": "\n\nOn [wikipedia](https://en.wikipedia.org/wiki/Keijo!!!!!!!!) it says\n\n> **_Keijo!!!!!!!!_** (Japanese: 競女!!!!!!!!, lit. \"Competitive Girl\"), also\n> known as **_Hip Whip Girl_** , is a Japanese sports manga series by Daichi\n> Sorayomi. It has been serialized in Shogakukan's shōnen manga magazine\n> Weekly Shōnen Sunday since July 2013 and has been collected in fourteen\n> tankōbon volumes.\n\nand confirming [Shogakukan's Weekly Shōnen\nSunday](https://en.wikipedia.org/wiki/Weekly_Sh%C5%8Dnen_Sunday)\n\n> **_Weekly Shōnen Sunday_** (Japanese: 週刊少年サンデー Hepburn: _Shūkan Shōnen\n> Sandē_ ) is a weekly shōnen manga magazine published in Japan by Shogakukan\n> since March 1959. Contrary to its title, Weekly Shōnen Sunday issues are\n> released on Wednesdays.\n\nnow looking at the [wikia](http://keijo.wikia.com/wiki/Manga) there is 159\nChapters with 151 Chapters in tankōbon format.\n\n> **_Keijo!!!!!!!!_** manga series is written and drawn by Daichi Sorayomi. It\n> has been serialized in Weekly Shōnen Sunday since July 2013 and has been\n> collected in twelve tankōbon volumes along with 151 chapters.\n\nmy number of 159 is based off that at the end of the page the last chapter\nnumber is 159. also you can see the tankōbon volumes vary in their release\ndates.\n\nstarting at [the first Wednesday of July 2013 to the Wednesday just past\n(04/01/2017)](https://www.timeanddate.com/date/durationresult.html?d1=03&m1=07&y1=2013&d2=04&m2=1&y2=2017)\nwe can see there has been 183 weeks passed. now if 1 chapter of Keijo!!!!!!!!\nis released every week there is a discrepancy of 24 weeks (`183-159 = 24`) but\nthese can be accounted for by holidays and that i don't know when in July the\nfirst chapter of Keijo!!!!!!!! came out (so it may not have been 03/07/2013).\n\nwith this information we can roughly guess that Keijo!!!!!!!! is being\nreleased weekly in each issue of Weekly Shōnen Sunday in Japan with some\nbreaks for holidays. of cause without having the issues themselves i can't be\nfor certain that each issue has had 1 chapter of Keijo!!!!!!!!\n\nas i pointed out in my\n[comment](https://anime.stackexchange.com/questions/38260/what-is-the-keijo-\nmanga-release-cycle/38266?noredirect=1#comment52058_38266) the [Mangaupdates\npage](https://www.mangaupdates.com/series.html?id=101987) has a \"releases\"\nsection but these are the scanlation releases as such the release of these are\nnot predefined especially since these are unofficial. not to mention that the\nthis list should stop being updated if/when Keijo!!!!!!!! is officially\nlicensed in English to which would generally mean they would be released in\ntankōbon format\n\n", "comment_count": 0, "content_license": "CC BY-SA 3.0", "creation_date": "2017-01-04T23:57:17.283", "id": "38267", "last_activity_date": "2017-01-04T23:57:17.283", "last_edit_date": "2017-04-13T12:54:48.523", "last_editor_user_id": "-1", "owner_user_id": "1587", "parent_id": "38260", "post_type": "answer", "score": 1 } ]
38260
38267
38266
{ "accepted_answer_id": "38262", "answer_count": 1, "body": "\n\nDuring the Sky Trip in January when Yosuke is telling everyone a horror story\nabout a girl who though another girl's ghost was coming after her, Naoto\ncomments that she had heard about this as a case once before.\n\nDo we know anything about this case is real or not? and how much it relates to\nYosuke's Story?\n\n", "comment_count": 0, "content_license": "CC BY-SA 3.0", "creation_date": "2017-01-04T22:08:48.393", "favorite_count": 0, "id": "38261", "last_activity_date": "2017-01-05T03:02:17.647", "last_edit_date": null, "last_editor_user_id": null, "owner_user_id": "1587", "post_type": "question", "score": 3, "tags": [ "persona", "persona4" ], "title": "What case is Naoto remember in Yosuke's horror story?", "view_count": 252 }
[ { "body": "\n\nI believe Naoto is remembering something that occurred 2 years prior at\nTatsumi Port Island in _Persona 3_ which Yosuke's story may actually be\nreferring to.\n\n## Yosuke's Story in Persona 4:\n\nA girl and her friends bullies another girl who later died. the girl's friends\none by one all were found unconscious at their school and a rumor start to\nspread that it was the bullied girl's ghost getting revenge until only one of\nthe bullies were left who attitude changed out of fear of being the next\nvictim.\n\none night the girl's brother hears his sister scream out that she can hear the\nbullied girl's voice and that she is coming to get her yet the bother hears\nnothing.\n\n## Persona 3\n\nFuuka Yamagishi was bullied by Natsuki Moriyama and her friends. one day as a\nprank Natsuki and her friends locked Fuuka in the Gekkoukan School Gym at\nnight but the next morning when they went to retrieve her Fuuka was gone.\n\n**The Rumor:**\n\nIt was thought that Fuuka had escaped during the night and committed suicide.\nin the days that followed, one by one Natsuki's friends were found on school\ngrounds when it opened unconscious and was taken to hospital. the rumor about\nFuuka's death spread and it was thought her ghost was getting back at Natsuki\nand her friends for the bullying.\n\n**The Truth:**\n\nBefore Fuuka was locked in the Gym she was at the same hospital that Akihiko\nSanada was recovering in after injuries sustained from his fight with the\nMagician Full Moon Shadow. it was here that Mitsuru Kirijo determined that\nFuuka the potential and did try to recruit her into SEES.\n\nwhen Fuuka was locked in the Gekkoukan School Gym, as the school is replaced\nby Tartarus during the Dark Hour and Fuuka did not transmogrify (because she\nhad the potential) she was actually transported to a random floor in Tartarus\nat the start of the Dark Hour, and was trapped in there after it's conclusion.\nbecause of how time works in the Dark Hour the days Fuuka was missing were\nonly hours for her in Tartarus.\n\nNatsuki's friends were called to Tartarus by \"The Voice\" and were attacked by\nShadows which is why they were found unconscious at the school. it's unknown\nwhat \"The Voice\" really is but the coincidence of them being called and\nattacked after Fuuka's disappearances into Tartarus might have been just that,\na coincidence, or since Shadows are born from humans and their emotions (and\nin lot of cases, are just untamed Persona) it's possible that Natsuki and her\nfriends's emotional states at this time gave birth to their Shadows who called\nand attacked them in Tartarus.\n\nSEES worked out the connection between the victims and kept an eye on Natsuki\nin order to protect her. during the Dark Hour of June 8th (the 3rd Full Moon\nOperation) Natsuki was called to Tartarus by The Voice (and thus didn't\ntransmogrify) while SEES was searching for Fuuka. when the the Empress and\nEmperor Full Moon Shadows appear at the entrance to Tartarus Natsuki is in the\ncross fire and Fuuka, having been found, was able to awaken her Persona in her\nneed to protect everyone, especially Natsuki. after the battle Natsuki\napologized to Fuuka about the bullying and the 2 become close friends despite\nNatsuki not remembering Tartarus or that Fuuka protected her.\n\nas the events of _Persona 3_ occurred 2 years before _Persona 4_ so it's very\npossible that Naoto heard about the case in her studies since Police were\ninvolved initially when Fuuka was reported missing.\n\n", "comment_count": 1, "content_license": "CC BY-SA 3.0", "creation_date": "2017-01-04T22:08:48.393", "id": "38262", "last_activity_date": "2017-01-05T03:02:17.647", "last_edit_date": "2017-01-05T03:02:17.647", "last_editor_user_id": "1587", "owner_user_id": "1587", "parent_id": "38261", "post_type": "answer", "score": 3 } ]
38261
38262
38262
{ "accepted_answer_id": "38279", "answer_count": 3, "body": "\n\nIn the sixth episode of the second season of _Darker than Black_ , Hei hung up\na payphone.\n\n[![Payphone\nimage](https://i.stack.imgur.com/dzYxY.png)](https://i.stack.imgur.com/dzYxY.png)\n\nOn this payphone there is some symbol. They’re supposedly in Russia; however,\nthe Russian currency symbol is ₽. What does this symbol mean? I doubt they\nwould make up a currency since they also reference the CIA and MI6.\n\n", "comment_count": 1, "content_license": "CC BY-SA 3.0", "creation_date": "2017-01-04T22:48:06.060", "favorite_count": 0, "id": "38263", "last_activity_date": "2017-01-08T17:58:35.493", "last_edit_date": "2017-01-08T14:04:23.580", "last_editor_user_id": "11469", "owner_user_id": "11469", "post_type": "question", "score": 17, "tags": [ "japanese-language", "darker-than-black" ], "title": "What does this symbol represent on this payphone?", "view_count": 3292 }
[ { "body": "\n\nThat's just the Japanese word \"yen\", written as a word 円 _en_ rather than with\nthe currency symbol ¥.\n\n", "comment_count": 1, "content_license": "CC BY-SA 3.0", "creation_date": "2017-01-04T22:58:47.350", "id": "38264", "last_activity_date": "2017-01-04T22:58:47.350", "last_edit_date": null, "last_editor_user_id": null, "owner_user_id": "1908", "parent_id": "38263", "post_type": "answer", "score": 14 }, { "body": "\n\nThat's the kanji 円, pronounced \"hen\" or \"yen\", which means both \"circle\" and,\nas you might have guessed from the pronunciation, the japanese currency.\n\nThe ¥ symbol is the international symbol of the currency used for trade deals\nand in tourist destinations inside Japan, while 円 is the more common and\njapanese way to refer to local money.\n\n", "comment_count": 3, "content_license": "CC BY-SA 3.0", "creation_date": "2017-01-04T22:59:49.287", "id": "38265", "last_activity_date": "2017-01-04T22:59:49.287", "last_edit_date": null, "last_editor_user_id": null, "owner_user_id": "30141", "parent_id": "38263", "post_type": "answer", "score": 8 }, { "body": "\n\nNot only is that the symbol for Japanese yen, the phone itself is also\nsomething utterly Japanese, a [pink public\nphone](http://japanvisitor.blogspot.ch/2010/09/public-telephones-in-\njapan.html):\n\n[![enter image description\nhere](https://i.stack.imgur.com/TU9y5.jpg)](https://i.stack.imgur.com/TU9y5.jpg)\n\nThey're very iconic (somewhat ubiquitous decades ago when you'd see them in\nshops or restaurants) but also very outdated (They only take 10 yen coins\nwhich is not much at all). If there are any still being operated then as\nsomething between a curiosity and a \"living fossil\".\n\nSo basically, if that scene is supposed to play in Russia, it's either some\nsort of joke or the animators were very sloppy, maybe reusing a generic \"using\na public phone\" sequence.\n\n", "comment_count": 0, "content_license": "CC BY-SA 3.0", "creation_date": "2017-01-05T10:59:35.823", "id": "38279", "last_activity_date": "2017-01-05T15:30:09.870", "last_edit_date": "2017-01-05T15:30:09.870", "last_editor_user_id": "4092", "owner_user_id": "4092", "parent_id": "38263", "post_type": "answer", "score": 27 } ]
38263
38279
38279
{ "accepted_answer_id": "38280", "answer_count": 1, "body": "\n\nAs we know from season one of Tower of God, Headon suggested help to Rachel in\nexchange for some sort of her help. After this, Rachel ended up being helped\nby FUG, e.g. having Hwa Ryun as Guide, and receiving help from Yu Han Sung.\nThis also later leads to situation, when FUG forcibly recruits Baam.\n\nSo, does all of this mean, that Headon cooperates with FUG?\n\n", "comment_count": 0, "content_license": "CC BY-SA 3.0", "creation_date": "2017-01-05T10:14:20.513", "favorite_count": 0, "id": "38278", "last_activity_date": "2017-03-06T11:49:08.620", "last_edit_date": null, "last_editor_user_id": null, "owner_user_id": "22203", "post_type": "question", "score": 0, "tags": [ "tower-of-god" ], "title": "Is Headon involved with FUG?", "view_count": 1065 }
[ { "body": "\n\nAfter Bam's test, headon asks Rachel that if she fulfills his request then he\nwill allow Rachel to move to the next floor. What was headon's request to\nrachel is not known till now. [As per\nwiki](http://towerofgod.wikia.com/wiki/Headon) headon did conspire with Yu Han\nSung so that Rachel can move up the tower. However, it is unknown if headon\nconspired with Yu Han Sung out of his own interest or because of his request\nor about any other reason. Further it is unknown whether headon knows that Yu\nHan Sung is part of FUG or not.\n\n", "comment_count": 0, "content_license": "CC BY-SA 3.0", "creation_date": "2017-01-05T11:15:51.647", "id": "38280", "last_activity_date": "2017-01-05T11:15:51.647", "last_edit_date": null, "last_editor_user_id": null, "owner_user_id": "3343", "parent_id": "38278", "post_type": "answer", "score": 2 } ]
38278
38280
38280
{ "accepted_answer_id": null, "answer_count": 0, "body": "\n\nAfter meeting Yukki's mom, Yuno is glad that she didn't have to use her\n\"tools\" to convince her. But at the end we know that this was the second time\nshe went through her life, which means that she already passed by her first\nmeeting with Yukki's mom. Yet she didn't expect to be accepted and therefore\nbrought \"tools\" along with her....\n\nDoes that mean that in the first world she actually forced Yukiteru's mother\nto accept her in some way?\n\n", "comment_count": 1, "content_license": "CC BY-SA 3.0", "creation_date": "2017-01-05T14:11:58.647", "favorite_count": 0, "id": "38281", "last_activity_date": "2017-02-16T07:10:58.307", "last_edit_date": "2017-01-05T14:37:43.090", "last_editor_user_id": "8486", "owner_user_id": "30159", "post_type": "question", "score": 3, "tags": [ "mirai-nikki" ], "title": "Did Yuno torture Yukiteru's mother in the first world?", "view_count": 669 }
[]
38281
null
null
{ "accepted_answer_id": null, "answer_count": 2, "body": "\n\nI know if you enter and use the eight gates formation that Guy Sensei used,\nyou will die. So I was wondering, is there a way you can use it and won't die?\nPerhaps use it for a second or a really short time and get out? Or not even\nuse, just enter it for showing? And also how does one know he can use the last\ngate?\n\n", "comment_count": 0, "content_license": "CC BY-SA 3.0", "creation_date": "2017-01-05T15:47:19.507", "favorite_count": 0, "id": "38284", "last_activity_date": "2017-01-06T11:47:29.993", "last_edit_date": "2017-01-06T11:47:29.993", "last_editor_user_id": "17814", "owner_user_id": "29385", "post_type": "question", "score": 1, "tags": [ "naruto" ], "title": "Eighth gate of Gai", "view_count": 2431 }
[ { "body": "\n\n> The 8th Gate, also known as **The Gate of Death (死門, Shimon)** , located at\n> the heart, requires the user to stab their chest with their thumb to direct\n> the chakra to the tenketsu. Once opened, the user will enter what's known as\n> the [Eight Gates Released\n> Formation](http://naruto.wikia.com/wiki/Eight_Gates_Released_Formation).\n> Opening this gate will cause the user's blood to emanate a flaming aura of\n> red steam, the so-called Steam of Blood (血の蒸気, Chi no Jōki) from all pores\n> of their body, hair, and eyebrows. Releasing this gate uses up all of the\n> body's energy while making the heart pump at maximum power. Exceeding the\n> power of every other gate, the user is temporarily granted approximately a\n> hundred times their normal power, far beyond that of the five Kage. Once\n> activated, those who are capable can perform the [Evening\n> Elephant](http://naruto.wikia.com/wiki/Evening_Elephant) and the [Night\n> Guy](http://naruto.wikia.com/wiki/Night_Guy). The side effect of opening\n> this gate is that it comes at the expense of the user's life, causing the\n> user to crumble to ash after their chakra runs out, having virtually cooked\n> themselves from the inside-out. This is unlike opening the other gates,\n> which simply injure or damage the body. \n> \n> [(Source)](http://naruto.wikia.com/wiki/Eight_Gates)\n\n \nI don't think you can live after using the Eighth Gate because the Jutsu user\nhas to thumb crush his heart and follow the blood from the user's heart\ndirectly.\n\nI think to open the Eighth Gate you have to limit the overall flow of chakra\nwithin a person's body. The basis for the idea of the chakra gates comes from\nthe body's limits on the functions within it. This makes the body much weaker,\nbut it keeps the body from expiring too soon.\n\n", "comment_count": 2, "content_license": "CC BY-SA 3.0", "creation_date": "2017-01-05T16:57:10.827", "id": "38285", "last_activity_date": "2017-01-06T11:43:49.520", "last_edit_date": "2017-01-06T11:43:49.520", "last_editor_user_id": "17814", "owner_user_id": "30138", "parent_id": "38284", "post_type": "answer", "score": 1 }, { "body": "\n\nIt is heavily implied that the User has no control over stopping what it does.\nHow it kills you was never actually stated, but it is implied that the gate\ncan not be closed and while open consumes chakra constantly. This is however\nan interpretation of what was shown, when\n\n> Guy himself used the 8th gate against Madara Uchiha as the 10 tails\n> jinchuriki. Upon piercing his heart with his thumb, he opened the 8th gate.\n> Once he used his last attack, he was left in critical state and otherwise\n> completely incapacitated, but it was also shown that his heart was still\n> consuming the last little bit of chakra he had left. The other side effect\n> also includes Literal incineration, As guy was practically on fire from the\n> inside, and his blood was boiling. His final attack turned his toes to ash,\n> and it looked almost like lava was coming out of his body.\n\nIt is also known that you die if you use all of your chakra, which has\nhappened in the series, as shown when\n\n> Kakashi died saving Choji in his fight against Pain. He exhausted all of his\n> chakra to deal with the missile and died. It is also implied through dialog\n> that Nagato also died due to chakra exhaustion, when he used Rinne art of\n> Rebirth to revive Kakashi and the others he killed.\n\nSo, Its quite reasonable to assume that, since unlike the other gates, opening\nthe 8th gate requires injuring yourself, there is no direct way to undo that\naction and close the gate. Since while it is open it seems to constantly\nconsume chakra, and can't be closed, it will eventually consume all of it,\nwhich kills you. Later on, we find out\n\n> there is a way to stop it. How it was stopped was not explained at all, but\n> Naruto, who had obtained the Senjutsu of the Sage of Six paths, was able to\n> use Yin-Yang release and somehow closed the gate, saving Guy's Life. Guy was\n> permanently crippled already however, and Naruto could not heal that damage.\n> So somehow, Naruto was able to heal guy, and undo the process that no other\n> shinobi could undo.\n\nSo, Without some extreme circumstances, there is no way even remotely possible\nto turn it off. Activating the 8th gate is a death sentence, and the only clue\nas to how to turn it off requires the legendary abilities of the Sage of Six\nPaths himself.\n\nSo, pure speculation here based on the stuff in the spoilers, but\n\n> Perhaps, if someone like Naruto, who obtained the Yin-Yang release healing\n> abilities, also learned how to open the 8th gate, he might be able to\n> activate it and then close it. The Yin-Yang healing based techniques Naruto\n> acquired, at least temporarily, were capable of even creating a new regular\n> eye for Kakashi when he lost his Sharingan one. However, the side effects of\n> the 8th gate are severe, so even if only being activated for a short time,\n> he would be temporarily crippled upon deactivation.\n\nlastly, As for how they know they can activate it, it is not truly identified.\nAll we know is that the main way is to pierce your heart with your thumb,\nwhich somehow activates it. Considering it kills you upon activation, the body\nwould probably not let you do it. However, it is still just a gate, So it\nwould make sense that it would work similarity to the other 7. Likely,\nsomething forcefully prevents the gate from opening, a seal of some kind.\nPiercing your heart could then either be destroying that seal, which causes\nthe gate to open just as easily as any other gate, or it might physically\ndestroy the gate itself, effectively opening it, but otherwise it cant close\nsince it was destroyed. Since it is just a gate though, Its probably quite\nobvious to the user that something is blocking it from opening. Guy hinted\nthat he might have found out how to do so from his father, and we know Lee\nknows how to do so since Guy revealed how its done. There may also be a scroll\nsomewhere that teaches you how to do so, or at least up to the first 7 and\nrecords of what happened with the 8th gate.\n\n", "comment_count": 0, "content_license": "CC BY-SA 3.0", "creation_date": "2017-01-05T17:05:54.983", "id": "38286", "last_activity_date": "2017-01-05T17:05:54.983", "last_edit_date": null, "last_editor_user_id": null, "owner_user_id": "20610", "parent_id": "38284", "post_type": "answer", "score": 0 } ]
38284
null
38285
{ "accepted_answer_id": "40669", "answer_count": 1, "body": "\n\nThere is a promotional video for [March Comes in like a\nLion](https://en.wikipedia.org/wiki/March_Comes_in_like_a_Lion) (aka _3gatsu\nno Lion_ ) called [March Comes in like a Lion meets BUMP OF\nCHICKEN](https://www.youtube.com/watch?v=CiCWbfjf8Tw&t). It expands the\nclosing song of the anime, _Fighter_ , into a 6-minute music video, produced\nby the manga's author Chika Umino and the band BUMP OF CHICKEN.\n\nI may have that backwards, though. The video may have pre-dated the anime by\nover a year, making the closing song a condensed version of the music video.\nFrom what I can gather, a DVD with the video accompanied special copies of the\n10th volume of the manga, released 28 Nov 2014. The anime was announced 25 Sep\n2015. If the music video pre-dated the anime, **who animated it?** Studio\nShaft (producing the TV show) may not have even been involved.\n\n**add:** The music video definitely predates the anime. It was posted to\nYouTube on 8 Dec 2014.\n\nMuch of the art in the music video looks like it may have come from the anime\n(and a lot does not), but that could just be that they both share the manga as\nsource material. Also **was the music video made in Flash?** Parts of it have\nthat mechanistic feel, but I do not know enough about Flash video capability\nto know if it would have been up to the task.\n\nThe [Show More] section of the YouTube video has a link to a Japanese site or\npage apparently dedicated to the music video: [3月のライオン meets BUMP OF\nCHICKEN|白泉社](http://3lion.younganimal.com/meetsBUMP/). It is somehow protected\nand won't translate (not that a translation would be very accurate). I can't\neven drag over and copy text from it.\n\n", "comment_count": 1, "content_license": "CC BY-SA 3.0", "creation_date": "2017-01-05T20:42:10.390", "favorite_count": 0, "id": "38289", "last_activity_date": "2017-06-03T06:35:27.410", "last_edit_date": "2017-01-05T23:44:07.630", "last_editor_user_id": "63", "owner_user_id": "19670", "post_type": "question", "score": 3, "tags": [ "anime-production", "music", "march-comes-in-like-a-lion" ], "title": "What is the background of March Comes in like a Lion meets BUMP OF CHICKEN?", "view_count": 430 }
[ { "body": "\n\nIt's a collaboration project between Chica Umino, the author of _March Comes\nin like a Lion_ and BUMP OF CHICKEN, a Japanese music band.\n\nThe background of this project, as mentioned on both [Young\nAnimal](http://3lion.younganimal.com/meetsBUMP/) (the publisher of the manga)\nand [BUMP OF CHICKEN](http://www.bumpofchicken.com/lion/)'s official site,\n\n> In the beginning, Chica Umino likes BUMP OF CHICKEN, and BUMP OF CHICKEN's\n> members like _March Comes in like a Lion_.\n>\n> They are respecting each other, they like each other's product. Well, let's\n> do something!\n>\n> After thinking for a while, the only thing that Chica Umino can do is\n> drawing a manga, and BUMP OF CHICKEN is writing a song. They knew they have\n> nothing else.\n\nThus, BUMP OF CHICKEN wrote a single, Fighter, and Chica Umino drew a spin-off\nmanga.\n\nAs it has been mentioned on the question, the single and the manga was\nreleased on 28 November 2014. The limited edition of the manga's volume 10\nincluded the single's CD and the limited digital delivery from Toy's Factory\n(BUMP OF CHICKEN's record label) included a serial number for the digital\nspin-off manga.\n\nIn 2016, the song was also chosen as one of the ending songs for the anime.\n\nRegarding the MV, there's not much info (if, at all) about the production on\nthe internet. Someone mentioned that it's Chica Umino's drawing, but there's\nno info about the animation/studio behind it.\n\n* * *\n\nAdditional sources: [Japanese\nWikipedia](https://ja.wikipedia.org/wiki/%E3%83%95%E3%82%A1%E3%82%A4%E3%82%BF%E3%83%BC_\\(BUMP_OF_CHICKEN%E3%81%AE%E6%9B%B2\\))\n\n", "comment_count": 1, "content_license": "CC BY-SA 3.0", "creation_date": "2017-06-03T06:35:27.410", "id": "40669", "last_activity_date": "2017-06-03T06:35:27.410", "last_edit_date": "2020-06-17T09:17:53.303", "last_editor_user_id": "-1", "owner_user_id": "2516", "parent_id": "38289", "post_type": "answer", "score": 3 } ]
38289
40669
40669
{ "accepted_answer_id": null, "answer_count": 2, "body": "\n\nHer dad had a pretty big nose, if we want to go there. Nothing is said on the\nWikia. And this question doesn't really matter... but I'm sure people want to\nknow! Was Miyazono half-Japanese? What indications are there that she was?\n\n", "comment_count": 7, "content_license": "CC BY-SA 3.0", "creation_date": "2017-01-06T02:04:21.417", "favorite_count": 0, "id": "38293", "last_activity_date": "2020-12-07T19:27:20.563", "last_edit_date": "2017-01-11T16:21:25.067", "last_editor_user_id": "2604", "owner_user_id": "25814", "post_type": "question", "score": 1, "tags": [ "your-lie-in-april" ], "title": "Is it known whether Kaori Miyazono is half-Japanese?", "view_count": 2221 }
[ { "body": "\n\nThere is no evidence to suggest that Kaori is half-Japanese. I discuss my\nreasons for this assertion below.\n\n * The fan wiki for _Your Lie in April_ makes no such assertions about the ethnicity of Kaori. Were there an indication or (obvious) suggestion that Kaori is half-Japanese in official material, I would expect someone to have noted it.\n\n * Kaori's parentage is straightforward, and her parents have Japanese names and do not look overtly foreign.\n\n * We cannot extrapolate any information about ethnicity from the characters' hair colours. While Kaori had blonde hair even as a child (as seen in the OVA), so did Takeshi. Tsubaki already had brown hair (rather than black) as a child. Takeshi's sister, Nagi, is also blonde. It is difficult to imagine primary school students dyeing their hair, but it is also difficult to imagine that _all_ of these characters have significant non-Japanese heritage. It is best to chalk this up to a lack of realism in anime hair colours.\n\nAs far as I am concerned, I would thus err (at the time of writing) on the\nside of assuming that Kaori is not half-Japanese. Were Kaori half-Japanese, it\nwould seem to be such a large character detail that it would have to be\ndisclosed _somewhere_.\n\n", "comment_count": 1, "content_license": "CC BY-SA 3.0", "creation_date": "2017-01-11T16:16:42.683", "id": "38379", "last_activity_date": "2017-01-11T16:16:42.683", "last_edit_date": null, "last_editor_user_id": null, "owner_user_id": "2604", "parent_id": "38293", "post_type": "answer", "score": 3 }, { "body": "\n\nThere is no direct answer to this question, but the fact that she has blue\neyes is what would leave me to believe she could be at least only half\nJapanese. This trait is almost never found in people of Asian decent\nspecifically Japanese. Often times I have also noticed that in many other\nAnimes they make the foreigners (western/European) also have blonde hair and\nblue eyes. (oc she could be dying her hair.)\n\n", "comment_count": 0, "content_license": "CC BY-SA 4.0", "creation_date": "2020-12-07T19:27:20.563", "id": "61212", "last_activity_date": "2020-12-07T19:27:20.563", "last_edit_date": null, "last_editor_user_id": null, "owner_user_id": "57542", "parent_id": "38293", "post_type": "answer", "score": 0 } ]
38293
null
38379
{ "accepted_answer_id": "38325", "answer_count": 1, "body": "\n\nWhat is the name of the OST playing in Episode 5 of Himouto! Umaru-chan 10\nminutes and 34 seconds into the episode? It also plays at 12:43 of Episode 11\n\n", "comment_count": 0, "content_license": "CC BY-SA 3.0", "creation_date": "2017-01-06T17:24:47.203", "favorite_count": 0, "id": "38304", "last_activity_date": "2017-01-08T10:50:11.863", "last_edit_date": "2017-01-08T01:32:17.317", "last_editor_user_id": "14892", "owner_user_id": "14892", "post_type": "question", "score": 0, "tags": [ "music", "himouto-umaru-chan" ], "title": "What is the name of the OST playing in Episode 5 of Himouto! Umaru-chan at 10:34?", "view_count": 333 }
[ { "body": "\n\nThe song you are looking for is [this\none](https://www.youtube.com/watch?v=qZSGLjbkyrE). The name is お風呂のすすめ. As\nstated in the commentaries, it is transliterated as \"Ofuro no Susume\".\n\n", "comment_count": 1, "content_license": "CC BY-SA 3.0", "creation_date": "2017-01-08T02:13:57.050", "id": "38325", "last_activity_date": "2017-01-08T10:50:11.863", "last_edit_date": "2017-01-08T10:50:11.863", "last_editor_user_id": "20648", "owner_user_id": "20648", "parent_id": "38304", "post_type": "answer", "score": 1 } ]
38304
38325
38325
{ "accepted_answer_id": null, "answer_count": 2, "body": "\n\nIn episode 150 of _One Piece_ , there's a song playing on the prologue scene.\nThis song was even in some prologues of Alabasta saga.\n\nI've already listened to all soundtracks, but I couldn't find this song.\n\nWhat is that song?\n\n", "comment_count": 1, "content_license": "CC BY-SA 3.0", "creation_date": "2017-01-06T22:04:14.137", "favorite_count": 0, "id": "38308", "last_activity_date": "2018-04-20T17:50:00.617", "last_edit_date": "2018-04-20T17:48:52.893", "last_editor_user_id": "2516", "owner_user_id": "30188", "post_type": "question", "score": 1, "tags": [ "one-piece", "music" ], "title": "What is the song playing in the prologue of episode 150 of One Piece?", "view_count": 715 }
[ { "body": "\n\nIt was [Hikari e](http://onepiece.wikia.com/wiki/Hikari_e)\n\nThis was the opening song between episodes 115 and 168\n\n", "comment_count": 0, "content_license": "CC BY-SA 3.0", "creation_date": "2017-01-09T11:45:38.020", "id": "38347", "last_activity_date": "2017-01-09T11:45:38.020", "last_edit_date": null, "last_editor_user_id": null, "owner_user_id": "23841", "parent_id": "38308", "post_type": "answer", "score": 1 }, { "body": "\n\nThe song that was played as intro in the episode 150 of One Piece was titled\n**Hikari e**.\n\n> Kanji: ヒカリへ \n> Romaji: Hikari e \n> Meaning: Towards the Light \n> English: Towards the Light \n> Artist(s): The Babystars Album/Single: Hikari e \n> Label: Ki/oon Records \n> Track Length: 3:44 \n> Intro length: 1:49 \n> Anime Use: 3rd Opening: Episodes 116 - 168 (53 episodes)\n\nMore details about the song can be found on\n[Wikia](http://onepiece.wikia.com/wiki/Hikari_e).\n\n", "comment_count": 0, "content_license": "CC BY-SA 3.0", "creation_date": "2017-01-10T07:31:54.153", "id": "38358", "last_activity_date": "2018-04-20T17:50:00.617", "last_edit_date": "2018-04-20T17:50:00.617", "last_editor_user_id": "2516", "owner_user_id": "4149", "parent_id": "38308", "post_type": "answer", "score": 2 } ]
38308
null
38358
{ "accepted_answer_id": null, "answer_count": 1, "body": "\n\nDoes anyone know the song played as soon as the OP ends in the beginning of\nepisode 10? It's not listed in the soundtrack and I can't find it anywhere.\n\n", "comment_count": 0, "content_license": "CC BY-SA 3.0", "creation_date": "2017-01-07T03:03:41.377", "favorite_count": 0, "id": "38310", "last_activity_date": "2017-07-06T13:17:24.270", "last_edit_date": "2017-01-07T03:06:24.267", "last_editor_user_id": "1587", "owner_user_id": "30191", "post_type": "question", "score": 2, "tags": [ "music", "parasyte" ], "title": "What song played right after the OP of Parasyte Episode 10?", "view_count": 1306 }
[ { "body": "\n\nParasyte has some OSTs which were not released in the Vol.1 They were expected\nto be released in a special edition but idk what happened.\n\nHere is the OST I think you're talking about\n\n<https://www.youtube.com/watch?v=Tvj46wuhM3o>\n\n", "comment_count": 0, "content_license": "CC BY-SA 3.0", "creation_date": "2017-01-07T08:29:28.207", "id": "38314", "last_activity_date": "2017-01-07T08:29:28.207", "last_edit_date": null, "last_editor_user_id": null, "owner_user_id": "6368", "parent_id": "38310", "post_type": "answer", "score": 1 } ]
38310
null
38314
{ "accepted_answer_id": "38396", "answer_count": 2, "body": "\n\nI've just finished Your Lie in April and the last song at the last part of the\nepisode, not the duet or the performance, when kaori says I love you multiple\ntimes, a song is played in the background and when watching the dub the lyrics\nappear at the top of the screen, I can't for the life of me find that songs\nname, could anyone help? I like the song and am desperate to know the title\nand artist. Thanks\n\n", "comment_count": 0, "content_license": "CC BY-SA 3.0", "creation_date": "2017-01-07T14:53:41.990", "favorite_count": 0, "id": "38319", "last_activity_date": "2017-01-12T11:38:44.293", "last_edit_date": "2017-01-07T18:27:08.943", "last_editor_user_id": "7579", "owner_user_id": "30197", "post_type": "question", "score": 3, "tags": [ "music", "your-lie-in-april" ], "title": "Song from final episode of Your Lie in April", "view_count": 13595 }
[ { "body": "\n\nI haven't got the episode in front of me to confirm, but I'm pretty sure\nyou're talking about \"Kirameki (Kaori and Kousei version)\", a piano/violin\nduet version of the first ending theme.\n[Here](https://www.youtube.com/watch?v=LaeED8YiY6k) is a YouTube version you\ncan check against.\n\n", "comment_count": 1, "content_license": "CC BY-SA 3.0", "creation_date": "2017-01-09T03:55:22.023", "id": "38340", "last_activity_date": "2017-01-09T03:55:22.023", "last_edit_date": null, "last_editor_user_id": null, "owner_user_id": "8843", "parent_id": "38319", "post_type": "answer", "score": 2 }, { "body": "\n\nI cannot comment in previous answer (low reputation) but Conman is correct\n\n> <http://shigatsu-wa-kimi-no-uso.wikia.com/wiki/Kirameki>\n>\n> Kirameki (Kousei & Kaori Performance Ver.) | Ver.) キラメキ ~公生とかをりの演奏 Ver.~\n\n", "comment_count": 0, "content_license": "CC BY-SA 3.0", "creation_date": "2017-01-12T11:38:44.293", "id": "38396", "last_activity_date": "2017-01-12T11:38:44.293", "last_edit_date": null, "last_editor_user_id": null, "owner_user_id": "30276", "parent_id": "38319", "post_type": "answer", "score": 1 } ]
38319
38396
38340
{ "accepted_answer_id": "39370", "answer_count": 2, "body": "\n\nPlease do not spoil yourself the content of this masterpiece.\n\n> In chapter 89, the first pages, Hanji says that Eren is doing \"the pose\"?\n> What does she mean? Is that the same pose that Zeke (beast titan) does or\n> what?\n\n", "comment_count": 0, "content_license": "CC BY-SA 3.0", "creation_date": "2017-01-07T22:52:21.833", "favorite_count": 0, "id": "38321", "last_activity_date": "2017-05-23T14:17:33.557", "last_edit_date": "2017-02-08T16:37:41.297", "last_editor_user_id": "2516", "owner_user_id": "18769", "post_type": "question", "score": 3, "tags": [ "attack-on-titan" ], "title": "What is \"the pose\" Eren did in chapter 89?", "view_count": 2121 }
[ { "body": "\n\nI figure out the meaning of this, after reading the next manga chapters.\n\nIf you are not up to date with the manga, please do not read below.\n\n> The 'pose' Eren made is the posture of the Attack Titan, one of the 9\n> original Titans. Eren is lost in this time-crossing memory line of all the\n> previous Attack Titan vessels. His memories sometimes are corrupted by\n> interfering with the memory-line of the Attack Titan former vessels, and\n> this pose is a signature posture of the Attack Titan.\n\n", "comment_count": 0, "content_license": "CC BY-SA 3.0", "creation_date": "2017-03-12T12:47:40.427", "id": "39370", "last_activity_date": "2017-03-12T12:47:40.427", "last_edit_date": null, "last_editor_user_id": null, "owner_user_id": "18769", "parent_id": "38321", "post_type": "answer", "score": 1 }, { "body": "\n\n> The pose is called Shingeki no Kyojin as Hange said. Every 9 \"special\"\n> titans have their own pose for example Colossal Titan, Bertholdt, Armored\n> Titan, Reiner and Female Titan, Annie.\n\n", "comment_count": 0, "content_license": "CC BY-SA 3.0", "creation_date": "2017-05-23T14:17:33.557", "id": "40490", "last_activity_date": "2017-05-23T14:17:33.557", "last_edit_date": null, "last_editor_user_id": null, "owner_user_id": "32699", "parent_id": "38321", "post_type": "answer", "score": 1 } ]
38321
39370
39370
{ "accepted_answer_id": "38324", "answer_count": 1, "body": "\n\nWhat is the song, that starts playing at around 20:55 just when Natsu notices\nLucy appeared?\n\n", "comment_count": 0, "content_license": "CC BY-SA 3.0", "creation_date": "2017-01-07T23:03:13.693", "favorite_count": 0, "id": "38322", "last_activity_date": "2017-01-08T02:07:07.047", "last_edit_date": null, "last_editor_user_id": null, "owner_user_id": "22722", "post_type": "question", "score": 2, "tags": [ "music", "fairy-tail" ], "title": "Song playing at the end of ep 127 of Fairy Tail", "view_count": 373 }
[ { "body": "\n\nThe song is Nakama Tachi, from the first OST. You can listen to it at [this\nlink](https://www.youtube.com/watch?v=vm3JIo5GNsg).\n\n", "comment_count": 0, "content_license": "CC BY-SA 3.0", "creation_date": "2017-01-08T02:07:07.047", "id": "38324", "last_activity_date": "2017-01-08T02:07:07.047", "last_edit_date": null, "last_editor_user_id": null, "owner_user_id": "20648", "parent_id": "38322", "post_type": "answer", "score": 2 } ]
38322
38324
38324
{ "accepted_answer_id": null, "answer_count": 0, "body": "\n\nIn episode 5 of _Nanbaka_ , we learn that Nico has a list of cool lines he\nwants to get to say at some point in his life.\n\n[![Nanbaka episode 5,\n10:48](https://i.stack.imgur.com/3mj6B.jpg)](https://i.stack.imgur.com/3mj6B.jpg)\n\nCrunchyroll translates these as:\n\n 1. This hand of mine is burning red!!\n 2. Say your prayers, evildoers\n 3. I won't condone bad guys\n 4. You're not weak, I'm just too strong\n 5. Ora, ora, ora, oraa!!\n 6. The heavens call, the earth cries out, the crowd roars; they are calling me to defeat evil!\n 7. Balse!\n\n#1 is from _G Gundam_ (Domon Kasshu's God Finger); #5 is, of course, from\n_Jojo's Bizarre Adventure_ ; #6 is apparently the catchphrase of the title\ncharacter of _Kamen Rider Stronger_ ; and #7 is from _Castle in the Sky_ (or\n_Re:Zero_ , whichever).\n\nWhat about #2, #3, and #4? Are they \"from\" anything in particular, or are they\njust cool-sounding things Nico wants to say?\n\n", "comment_count": 1, "content_license": "CC BY-SA 3.0", "creation_date": "2017-01-08T06:54:28.043", "favorite_count": 0, "id": "38329", "last_activity_date": "2017-01-08T06:54:28.043", "last_edit_date": null, "last_editor_user_id": null, "owner_user_id": "1908", "post_type": "question", "score": 5, "tags": [ "nanbaka" ], "title": "What sources are Nico's cool lines taken from?", "view_count": 393 }
[]
38329
null
null
{ "accepted_answer_id": null, "answer_count": 1, "body": "\n\nDoes anyone know if a good anime sound bite repository exists? I know someone\nwho is considering incorporating silly/hyperbolic/cute sound bites from\nvarious animes into her reviews as reactionary bits.\n\nUnfortunately YouTube doesn't allow sorting or searching clips by time length\n(of seconds) and I haven't seen too much on archive.org. I can't think of\nother good sources aside from manual extraction.\n\n", "comment_count": 0, "content_license": "CC BY-SA 3.0", "creation_date": "2017-01-09T02:24:13.413", "favorite_count": 0, "id": "38338", "last_activity_date": "2017-06-01T10:16:24.090", "last_edit_date": "2017-01-09T03:09:16.323", "last_editor_user_id": "63", "owner_user_id": "30220", "post_type": "question", "score": 2, "tags": [ "resources" ], "title": "Anime sound bite repository?", "view_count": 628 }
[ { "body": "\n\nOne that I know is [NiconiCommons\n(Japanese)](http://commons.nicovideo.jp/materials/) (sister site of\nNicoNicoDouga, a Japanese video sharing site). Basically it's a site where\nusers can upload and share resources/materials (image, sound, video, etc) for\npeople to use.\n\nYou can browse all the [audio\nmaterials](http://commons.nicovideo.jp/search/material/audio), or search the\none you want.\n\n> 1. Click _Advanced Search_ button\n>\n> ![advanced search button](https://i.stack.imgur.com/62iBHl.png)\n>\n> 2. Input the _Tag_ or _Keyword_ in Japanese\n>\n> ![input keyword](https://i.stack.imgur.com/Ke4ful.png)\n>\n> 3. Tick 音声 ( _onsei_ , audio) only\n>\n> ![audio only](https://i.stack.imgur.com/OJ68Al.png)\n>\n> 4. Press _Search_ button\n>\n> ![search button](https://i.stack.imgur.com/Ej1N5l.png)\n>\n>\n\nAlternatively, replace the `[tag]` or `[keyword]` from these URL:\n\n[code]\n\n Tag-only : http://commons.nicovideo.jp/search/tag/[tag]?s=d&o=d&t=2&sc=1\n Keyword-only : http://commons.nicovideo.jp/search/keyword/[keyword]?s=d&o=d&t=2&sc=1\n Tag & Keyword: http://commons.nicovideo.jp/search/hybrid/[tag]/[keyword]?s=d&o=d&t=2&sc=1\n \n[/code]\n\nExample: [List of _JoJo's Bizarre Adventure_ sound\nbites](http://commons.nicovideo.jp/search/tag/%E3%82%B8%E3%83%A7%E3%82%B8%E3%83%A7?s=d&o=d&t=2&sc=1).\n\nHowever, since these are all uploaded by users, you may not find what you\nwant. You also need to have an account to be able to download, but the\nregistration page is available in English.\n\n", "comment_count": 1, "content_license": "CC BY-SA 3.0", "creation_date": "2017-06-01T10:16:24.090", "id": "40619", "last_activity_date": "2017-06-01T10:16:24.090", "last_edit_date": null, "last_editor_user_id": null, "owner_user_id": "2516", "parent_id": "38338", "post_type": "answer", "score": 2 } ]
38338
null
40619
{ "accepted_answer_id": "38345", "answer_count": 1, "body": "\n\nSo I watched the anime _Akatsuki no Yona_ not long ago and now I want to buy\nthe manga. I want to buy it, however, from the point the anime left off.\n\nWhich volume of the manga it is?\n\n", "comment_count": 0, "content_license": "CC BY-SA 4.0", "creation_date": "2017-01-09T09:59:50.623", "favorite_count": 0, "id": "38342", "last_activity_date": "2018-06-27T04:47:09.540", "last_edit_date": "2018-06-27T04:47:07.733", "last_editor_user_id": "2516", "owner_user_id": "30226", "post_type": "question", "score": 10, "tags": [ "yona-of-the-dawn" ], "title": "How much of the manga did the anime Akatsuki no Yona (Yona of the Dawn) cover?", "view_count": 67965 }
[ { "body": "\n\nThe anime series adapts the first 8 volumes (47 chapters).\n\nThe first OVA, _On That Back_ , is an adaptation of volume 12's Extra\nchapters.\n\nThe other two OVAs, _The Yellow Dragon Zeno's Past, Part 1: The Starting\nDragon_ and _The Yellow Dragon Zeno's Past, Part 2: The Red Star Rises_ ,\nshowing Zeno's past, cover chapters 101-105 from volume 18.\n\n", "comment_count": 0, "content_license": "CC BY-SA 4.0", "creation_date": "2017-01-09T10:58:09.087", "id": "38345", "last_activity_date": "2018-06-27T04:47:09.540", "last_edit_date": "2018-06-27T04:47:09.540", "last_editor_user_id": "2516", "owner_user_id": "10644", "parent_id": "38342", "post_type": "answer", "score": 7 } ]
38342
38345
38345
{ "accepted_answer_id": null, "answer_count": 1, "body": "\n\nSo... I want to start reading Sword Art Online light novels, but I want to\nread them from the point the anime left off (that is, Sword Art Online II,\nepisode 24). Does it even go chronologically? How do I go about it?\n\n", "comment_count": 2, "content_license": "CC BY-SA 3.0", "creation_date": "2017-01-09T10:10:26.320", "favorite_count": 0, "id": "38343", "last_activity_date": "2017-01-10T09:11:21.843", "last_edit_date": "2017-01-10T09:11:21.843", "last_editor_user_id": "2213", "owner_user_id": "30226", "post_type": "question", "score": 3, "tags": [ "sword-art-online" ], "title": "How much of the light novels does the anime Sword Art Online covers (so far)?", "view_count": 6094 }
[ { "body": "\n\nThe two seasons cover pretty much the whole story of the first eight light\nnovels. \nOnly exception is \"The First Day\" chapter of the eighth novel. \nHowever as Euphoric wrote the anime does not contain every bit of the novels. \nSome things have been left out. \nFor example the second \"Fairy Dance\" novel includes an excursion of Kirito and\nLeafa into Jötunheimr which was left out of the anime. \nSo much regarding the anime.\n\n* * *\n\nThe light novels are for the most part chronologically sorted. \nThe only exceptions are the second (which contains side stories for the first\none) and the eighth one (which contains other side stories in SAO/ALO). \nSo you could start reading beginning with the first light novel or if you want\na complete new story arc the ninth one. \nThere is also the \"Sword Art Online: Progressive\" light novel series which is\na reboot of the original Aincrad arc and contains mostly new content.\n\n", "comment_count": 0, "content_license": "CC BY-SA 3.0", "creation_date": "2017-01-09T21:30:33.333", "id": "38352", "last_activity_date": "2017-01-09T21:30:33.333", "last_edit_date": null, "last_editor_user_id": null, "owner_user_id": "27875", "parent_id": "38343", "post_type": "answer", "score": 6 } ]
38343
null
38352
{ "accepted_answer_id": null, "answer_count": 2, "body": "\n\nI want to read the manga _Soredemo Sekai wa Utsukushii_ where the anime left\noff, but I'm not sure where it did.\n\n", "comment_count": 0, "content_license": "CC BY-SA 3.0", "creation_date": "2017-01-09T11:36:17.740", "favorite_count": 0, "id": "38346", "last_activity_date": "2020-04-06T15:40:23.657", "last_edit_date": "2017-06-01T10:39:29.887", "last_editor_user_id": "2516", "owner_user_id": "30226", "post_type": "question", "score": 5, "tags": [ "the-world-is-still-beautiful" ], "title": "How much of the manga did the anime adaptation of The World Is Still Beautiful cover?", "view_count": 17687 }
[ { "body": "\n\nIt leaves off at chapter 19 so you want to start on chapter 20.\n\n", "comment_count": 0, "content_license": "CC BY-SA 3.0", "creation_date": "2017-04-13T05:44:29.557", "id": "39836", "last_activity_date": "2017-04-13T05:44:29.557", "last_edit_date": null, "last_editor_user_id": null, "owner_user_id": "31952", "parent_id": "38346", "post_type": "answer", "score": 1 }, { "body": "\n\nIt covers the first 19 chapters.\n\n[Japanese\nWikipedia](https://ja.wikipedia.org/wiki/%E3%81%9D%E3%82%8C%E3%81%A7%E3%82%82%E4%B8%96%E7%95%8C%E3%81%AF%E7%BE%8E%E3%81%97%E3%81%84#.E5.90.84.E8.A9.B1.E3.83.AA.E3.82.B9.E3.83.88)\nhas a list of the episodes including the corresponding manga chapters:\n\n> * _Episode 1: **Original** , Chapter 1_\n> * Episode 2: Chapter 1\n> * Episode 3: Chapter 1, 2\n> * Episode 4: Chapter 4, 5\n> * Episode 5: Chapter 5, 6\n> * _Episode 6: **Chapter 3_**\n> * Episode 7: Chapter 7, 8\n> * Episode 8: Chapter 9, 10\n> * Episode 9: Chapter 11, 12\n> * Episode 10: Chapter 13-15\n> * Episode 11: Chapter 15-17\n> * Episode 12: Chapter 18, 19\n>\n\nHowever, according to\n[MyAnimeList](https://myanimelist.net/anime/22101/Soredemo_Sekai_wa_Utsukushii),\n\n> An original ending was written for the Soredemo Sekai wa Utsukushii anime.\n\n", "comment_count": 0, "content_license": "CC BY-SA 3.0", "creation_date": "2017-06-01T10:38:36.940", "id": "40621", "last_activity_date": "2017-06-01T10:38:36.940", "last_edit_date": null, "last_editor_user_id": null, "owner_user_id": "2516", "parent_id": "38346", "post_type": "answer", "score": 1 } ]
38346
null
39836
{ "accepted_answer_id": null, "answer_count": 2, "body": "\n\nNear the end of the Cell Saga, Cell inflates its body in preparation to\ndestroy the earth, but Goku thwarted its plans by teleporting it to King Kai's\nplanet. As a result, King Kai and Goku were both killed by Cell's explosion.\nAfter Cell was finally defeated, however, they used the Dragon Balls to revive\neveryone killed by Cell. Goku wouldn't be revived since he was already brought\nback once, but shouldn't King Kai, Gregory, and Bubbles have been revived?\nCell was the direct cause of their deaths.\n\n", "comment_count": 3, "content_license": "CC BY-SA 3.0", "creation_date": "2017-01-09T18:44:32.877", "favorite_count": 0, "id": "38348", "last_activity_date": "2018-02-17T05:47:29.940", "last_edit_date": null, "last_editor_user_id": null, "owner_user_id": "19307", "post_type": "question", "score": 4, "tags": [ "dragon-ball-series", "dragon-ball-z" ], "title": "Why is King Kai still dead?", "view_count": 11034 }
[ { "body": "\n\nThe exact wish (at least in the english dub) was\n\n> Please revive all those on Earth who were killed by Cell.\n\nThat doesn't include the others who died on King Kai's planet.\n\n", "comment_count": 2, "content_license": "CC BY-SA 3.0", "creation_date": "2017-01-10T08:59:12.147", "id": "38359", "last_activity_date": "2017-01-10T08:59:12.147", "last_edit_date": null, "last_editor_user_id": null, "owner_user_id": "27875", "parent_id": "38348", "post_type": "answer", "score": 6 }, { "body": "\n\nWhen Goku was talking to them he explained that King Kai could have been\nbrought back to life by the wish but refused so he could stay with Goku and\nguide him around, but why he needed to be dead for this was never explained.\nTwo fan theories I've read to explain this is that he couldn't enter heaven\nunless dead and that by being dead he could ignore his duties as North Kai,\nneither of these make sense to me though as we see a lively South Kai in\nheaven in the manga and we cannot say what is actually required of him in\nregards to his Kai duties of which we assumingly see him having resumed back\non his planet in Super whilst still dead.\n\nSo to get back to your question he chose not to be revived at the time and\nGoku never attempted to revive him since, due to forgetting and not seeing it\nas a big deal since he's a god, until King Kai expressed his desire for it.\n\n", "comment_count": 1, "content_license": "CC BY-SA 3.0", "creation_date": "2017-02-05T21:45:08.873", "id": "38816", "last_activity_date": "2017-02-05T21:45:08.873", "last_edit_date": null, "last_editor_user_id": null, "owner_user_id": "30761", "parent_id": "38348", "post_type": "answer", "score": 3 } ]
38348
null
38359
{ "accepted_answer_id": "38350", "answer_count": 1, "body": "\n\nAccording to the rules of the earth Dragon Balls, a person can only be brought\nback to life once. Do the people that Majin Buu and Cell (or any other two\nvillains) both killed remain dead despite the wishes used to bring them back?\nOr do these rules only apply to main characters?\n\nIt's been a long time since I watched the Majin Buu saga, but I do recall that\nBuu killed many people and destroyed the planet. I'm asking this question\nbecause I don't recall Goku and friends ever expressing any concern that some\npeople wouldn't be able to be revived because they were killed twice (again,\nhaven't seen it in a long time, so I can't be sure).\n\n", "comment_count": 0, "content_license": "CC BY-SA 3.0", "creation_date": "2017-01-09T18:55:54.593", "favorite_count": 0, "id": "38349", "last_activity_date": "2017-01-09T20:30:19.060", "last_edit_date": "2017-01-09T19:15:41.687", "last_editor_user_id": "19307", "owner_user_id": "19307", "post_type": "question", "score": 5, "tags": [ "dragon-ball-series", "dragon-ball-z" ], "title": "Is the intersection of people killed by Cell and Majin Buu still dead?", "view_count": 1245 }
[ { "body": "\n\nNo. \nThe people killed by Cell were brought back due to a wish granted by Shenron. \nThe second wish however to bring back the people who died in the Majin Buu\nsaga was granted by Porunga who has no limitations regarding the number of\ntimes a person can be brought back to life. \nSource : [Dragon\nBall](http://dragonball.wikia.com/wiki/Dragon_Ball_\\(object\\)#Dragon_Ball_Z)\n\n", "comment_count": 0, "content_license": "CC BY-SA 3.0", "creation_date": "2017-01-09T20:30:19.060", "id": "38350", "last_activity_date": "2017-01-09T20:30:19.060", "last_edit_date": null, "last_editor_user_id": null, "owner_user_id": "27875", "parent_id": "38349", "post_type": "answer", "score": 5 } ]
38349
38350
38350
{ "accepted_answer_id": "38354", "answer_count": 1, "body": "\n\nWill they ever be available? I see that at least Dragon Ball is on Amazon\nvideo streaming, but only in SD.\n\nI own some of the blu-rays, but it would be nice to have them in digital\nformat instead!\n\n", "comment_count": 0, "content_license": "CC BY-SA 3.0", "creation_date": "2017-01-09T21:29:30.540", "favorite_count": 0, "id": "38351", "last_activity_date": "2017-01-09T23:25:37.497", "last_edit_date": null, "last_editor_user_id": null, "owner_user_id": "30233", "post_type": "question", "score": 1, "tags": [ "dragon-ball-series", "gundam" ], "title": "Why are shows like Gundam and Dragon Ball not available on iTunes (or other services)?", "view_count": 1247 }
[ { "body": "\n\nAny question of \"Why hasn't X happened?\" tends to be tricky to answer, because\nthere isn't really much information on it unless there were already plans to\ndo something (it's like asking \"Why hasn't my favourite manga/light\nnovel/video game/ukiyo-e been turned into an anime?\" - the answer is just that\nno-one's bothered doing it yet and there's no real way of knowing if anyone\neven tried).\n\nThat said, here are some reasons that are mostly speculative:\n\n * The distribution rights are complicated, because of the way that international distribution rights work (which, if you were wondering, is \"poorly\") or because iTunes isn't a streaming service so the way licenses work is likely to be different to something like Crunchyroll.\n * The distribution rights are currently tied up in other licenses (e.g. perhaps Crunchyroll or some other service has exclusive rights to online distribution).\n * Apple are asking for too much money and the distributors don't think they will make a profit from it.\n * The distributors really hate Apple.\n * The distributors don't actually have the rights to release the shows on iTunes for some reason (see also the first point).\n * The distributors don't know that iTunes does TV shows now (just covering all possible bases, however unlikely).\n * The distributors are in talks with Apple to put the shows on iTunes, but for various reasons they're stuck in negotiations.\n\nI'm sure there are more reasons, but hopefully those are enough to go on for\nnow.\n\n", "comment_count": 0, "content_license": "CC BY-SA 3.0", "creation_date": "2017-01-09T23:25:37.497", "id": "38354", "last_activity_date": "2017-01-09T23:25:37.497", "last_edit_date": null, "last_editor_user_id": null, "owner_user_id": "8843", "parent_id": "38351", "post_type": "answer", "score": 3 } ]
38351
38354
38354
{ "accepted_answer_id": "38690", "answer_count": 1, "body": "\n\nFor example when Naruto started or ended has the sales ever fluctuate?\n\n", "comment_count": 2, "content_license": "CC BY-SA 3.0", "creation_date": "2017-01-10T00:33:06.757", "favorite_count": 0, "id": "38355", "last_activity_date": "2017-01-30T15:13:03.420", "last_edit_date": null, "last_editor_user_id": null, "owner_user_id": "5154", "post_type": "question", "score": 5, "tags": [ "manga-history" ], "title": "Has a manga series ever affected Jump or similar magazines sales a lot?", "view_count": 176 }
[ { "body": "\n\nI've found you an article that show some graphs about Jump sales, and data\nabout their best selling mangas that I think you'll find useful :\n\n[source](https://comipress.com/article/2007/05/06/1923.html)\n\nAnd some date from best selling mangas to help you evaluate those graphs :\n\nSaint Seiya (1986 - 1990)\n\nDragon Quest: Dai no Daibouken (1989 - 1996)\n\nHokuto no Ken (1983 - 1988)\n\nSlam Dunk (1990 - 1996)\n\nYuYu Hakusho (1990 - 1994)\n\n", "comment_count": 1, "content_license": "CC BY-SA 3.0", "creation_date": "2017-01-30T15:13:03.420", "id": "38690", "last_activity_date": "2017-01-30T15:13:03.420", "last_edit_date": null, "last_editor_user_id": null, "owner_user_id": "30402", "parent_id": "38355", "post_type": "answer", "score": 3 } ]
38355
38690
38690
{ "accepted_answer_id": "40623", "answer_count": 1, "body": "\n\n_Bakuman_ was able to get permission to use a number of titles such as _One\nPiece_ , _Naruto_ , _Hunter x Hunter_ , etc. The creators of the manga also\nwork for _Jump_. Many of the characters in _Bakuman_ are based on real life\nmangakas, assistants and editors working in _Bakuman_.\n\nThe number of times it is used is mind boggling and seem odd to me. To be\nhonest while companies pay for product placement, _Jump_ had the perfect\nopportunity to add its own in an in-house manga/anime?\n\nSo, why did _Bakuman_ use _Jack_ instead of _Jump_ , when they could have used\nit seemingly quite easily?\n\nFor example: _Gintama_ has no problem using _Jump_ in its anime.\n\nIn the manga translation I read, the magazine was called _Shonen Jump_ , but\nwas changed to _Jack_ in the anime.\n\n", "comment_count": 2, "content_license": "CC BY-SA 3.0", "creation_date": "2017-01-10T19:06:57.340", "favorite_count": 0, "id": "38364", "last_activity_date": "2019-05-16T21:47:08.557", "last_edit_date": "2017-06-01T11:49:49.647", "last_editor_user_id": "2516", "owner_user_id": "6368", "post_type": "question", "score": 7, "tags": [ "bakuman" ], "title": "Why was Shonen Jump called Shonen Jack in Bakuman Anime?", "view_count": 10848 }
[ { "body": "\n\n**Because the anime was broadcasted on NHK.**\n\nNHK, being a [public TV channel in\nJapan](https://en.wikipedia.org/wiki/Public_broadcasting), doesn't allow\ncommercial advertising.\n\n> Much like the BBC, NHK is funded by a \"receiving fee\" by every Japanese\n> household, **with no commercial advertising** and the maintenance of a\n> position of strict political impartiality.\n>\n> (Emphasis mine)\n\nTheir official [domestic program standard\n(Japanese)](http://www3.nhk.or.jp/pr/keiei/kijun/index.htm) (or, \"standard\npolicy\") states this:\n\n> **Item 12 - Advertising**\n>\n> 1. It's absolutely not allowed to broadcast in purpose of commercial\n> advertising or self-advertisement marketing.\n> 2. In the middle of the broadcast, when it's planned to include corporate\n> name, personal name, occupation, firm name, or trade (brand) name,\n> regardless if it's an essential component or unavoidable performance, they\n> will be judged impartially and then given the decision on how to handle\n> them.\n>\n\nThe staffs, trying to avoid this case as best as they can, replaced some of\nthe names with others:\n\n * Shueisha (publisher of _Shonen Jump_ ) → Yueisha\n * _Jump_ (Shueisha's manga magazine brand) → _Jack_\n * _SHOSETSU SUBARU_ (Shueisha's monthly light novel magazine) → _SHOSETSU PLEIADES_\n * _Margaret_ (Shueisha's manga magazine) → _Magnolia_\n * _Hashire! Daihatsu Tanto_ (Japanese-brand car) → _Hirameki! Tanto-kun_\n\n* * *\n\nSource: [Japanese\nWikipedia](https://ja.wikipedia.org/wiki/%E3%83%90%E3%82%AF%E3%83%9E%E3%83%B3%E3%80%82_\\(%E3%82%A2%E3%83%8B%E3%83%A1\\)#.E5.9B.BA.E6.9C.89.E5.90.8D.E8.A9.9E.E3.81.AE.E5.A4.89.E6.9B.B4),\n[Yahoo!\nChiebukuro](https://detail.chiebukuro.yahoo.co.jp/qa/question_detail/q1452754479),\n[ひなぴし - HatenaBlog](http://www.hinapishi.com/entry/2015/08/28/111546)\n\nP.S. another mind-boggling thing is, _One Piece_ and _Naruto_ were left as is\nin _Bakuman_ anime.\n\n", "comment_count": 0, "content_license": "CC BY-SA 3.0", "creation_date": "2017-06-01T11:47:37.577", "id": "40623", "last_activity_date": "2017-06-01T11:47:37.577", "last_edit_date": "2020-06-17T09:17:53.303", "last_editor_user_id": "-1", "owner_user_id": "2516", "parent_id": "38364", "post_type": "answer", "score": 5 } ]
38364
40623
40623
{ "accepted_answer_id": "38735", "answer_count": 4, "body": "\n\nIn the second fight with the female Titan, at the end, Eren's Titan gets some\norange lines and fire. What is that? Is it some special power particular to\nhis Titan just like the female Titan can harden part of her body when\nfighting?\n\n[![enter image description\nhere](https://i.stack.imgur.com/Awa7A.png)](https://i.stack.imgur.com/Awa7A.png)\n\n", "comment_count": 4, "content_license": "CC BY-SA 4.0", "creation_date": "2017-01-11T02:31:03.350", "favorite_count": 0, "id": "38368", "last_activity_date": "2021-02-26T04:30:42.330", "last_edit_date": "2018-08-06T17:44:41.390", "last_editor_user_id": "3028", "owner_user_id": "3028", "post_type": "question", "score": 5, "tags": [ "attack-on-titan" ], "title": "What are the orange stripes and fire that Eren's Titan body gets when fighting the female Titan for the second time?", "view_count": 18619 }
[ { "body": "\n\nI believe it's heat from the extreme regeneration he's undergoing. Normal\nTitans emit steam from wounds as they heal; it makes sense that accelerated\nhealing might emit more heat to the point of glowing. (From a\nchemistry/biology standpoint this could be seen as a waste of chemical energy,\nbut we're talking about a person who can summon a lightning bolt by biting his\nhand and somehow use it to grow a fifteen-meter body around himself!)\n\n", "comment_count": 0, "content_license": "CC BY-SA 3.0", "creation_date": "2017-02-01T19:40:26.753", "id": "38735", "last_activity_date": "2017-02-01T19:40:26.753", "last_edit_date": null, "last_editor_user_id": null, "owner_user_id": "30687", "parent_id": "38368", "post_type": "answer", "score": 6 }, { "body": "\n\nI agree with DaniellYancey in the fact that it's due to the extreme\nregeneration he's going through. The lose of his left arm and right left as\nwell with being stabbed through the abdomen when he was punchered straight\nthrough the abdomen. I would also propose the idea that due to his extreme\nrage level against Annie, perhaps this also factored into the conclusion?\n\nRemember when Reiner rammed one of the gates, it generated a lot of body\nenergy which is why he breathed out steam as normal humans would in the same\nsituation but only visible when in a colder climate. The same with the\ncolossal titan, it requires a constant amount of energy which explains the\nlarge amounts of steam and short transformation duration.\n\n", "comment_count": 0, "content_license": "CC BY-SA 4.0", "creation_date": "2019-07-01T17:34:44.510", "id": "53454", "last_activity_date": "2019-07-01T17:34:44.510", "last_edit_date": null, "last_editor_user_id": null, "owner_user_id": "47907", "parent_id": "38368", "post_type": "answer", "score": -2 }, { "body": "\n\nIt’s the founding titans power emitting from his body since he is not in the\nrice family he can’t control it right so this is what happened when he used\nall of his straight that was all the power he had left\n\n", "comment_count": 0, "content_license": "CC BY-SA 4.0", "creation_date": "2020-01-30T01:42:15.447", "id": "56678", "last_activity_date": "2020-01-30T01:42:15.447", "last_edit_date": null, "last_editor_user_id": null, "owner_user_id": "51803", "parent_id": "38368", "post_type": "answer", "score": 0 }, { "body": "\n\nI think he has orange strips and fire is because titan's body temp. is higher\nthan normal and the attack titan's body temp. increases the more angrier he\nis... u might say that he's been more pissed later on in the series but this\nis the first time eren let go and the first time accepted the fact that annie\nwas a bitch and evil.. causing him to go postal and his skin starts to burn...\nits not anime exaggeration because annie noticed the fire and was scared... i\nmean she was terrified or its because his regeneration was accelerating.\ntitans emit steam when healing so accelerated healing would probably emit\nfire, maybe thats why some of his muscle stands were glowing orange.. its not\nlike titan cant emit fire.. rod reiss' and bertholdt' colossus titan were soo\nhot that their surround caught fire.\n\n", "comment_count": 0, "content_license": "CC BY-SA 4.0", "creation_date": "2021-02-26T04:30:42.330", "id": "62039", "last_activity_date": "2021-02-26T04:30:42.330", "last_edit_date": null, "last_editor_user_id": null, "owner_user_id": "59114", "parent_id": "38368", "post_type": "answer", "score": 0 } ]
38368
38735
38735
{ "accepted_answer_id": "38375", "answer_count": 2, "body": "\n\nIn the film:\n\n> Tezoro stated that Loffy defeated Doflamingo, and Sabo has the Flair-Flair\n> Fruit's power. That puts the Gold film after their fight with Doflamingo.\n\nAlso\n\n> After they defeated Doflamingo in the anime, they got separated from each\n> other and Sanji went to his wedding and all that.\n\nSo is the film canon? If it is, when does it take place?\n\n", "comment_count": 0, "content_license": "CC BY-SA 3.0", "creation_date": "2017-01-11T05:10:19.670", "favorite_count": 0, "id": "38370", "last_activity_date": "2017-01-15T04:25:39.247", "last_edit_date": "2017-01-15T04:25:39.247", "last_editor_user_id": "8486", "owner_user_id": "25695", "post_type": "question", "score": 5, "tags": [ "one-piece" ], "title": "Is One Piece Film Gold canon or not?", "view_count": 15945 }
[ { "body": "\n\nI believe it is not. Quoting from [here](http://onepiece.wikia.com/wiki/Non-\nCanon):\n\n> Oda had occasionally been involved in non-canon material:\n>\n> Oda wrote the story for One Piece Film: Strong World and executive produced\n> One Piece Film: Z and One Piece Film: Gold.\n\n", "comment_count": 1, "content_license": "CC BY-SA 3.0", "creation_date": "2017-01-11T14:44:14.023", "id": "38374", "last_activity_date": "2017-01-11T15:31:31.230", "last_edit_date": "2020-06-17T09:17:53.303", "last_editor_user_id": "-1", "owner_user_id": "30261", "parent_id": "38370", "post_type": "answer", "score": 1 }, { "body": "\n\nAs you said, based on the time frame alone the movie cannot be placed anywhere\nin the manga story line since after Doflamingo was defeated the crew separated\nonce more (the only possibility where this could happen is \"far\" into the\nfuture, after the upcoming reverie/Wano arc).\n\nAlso it's worth noting that Oda was only the executive producer on the film\n(he supervised the art direction), he did not write the story for it.\n\nGenerally everything outside the manga is considered non-canon unless Oda\nspecifically declares something as belonging to the main story.\n\n", "comment_count": 10, "content_license": "CC BY-SA 3.0", "creation_date": "2017-01-11T14:58:39.377", "id": "38375", "last_activity_date": "2017-01-15T04:23:13.043", "last_edit_date": "2017-01-15T04:23:13.043", "last_editor_user_id": "8486", "owner_user_id": "27678", "parent_id": "38370", "post_type": "answer", "score": 6 } ]
38370
38375
38375
{ "accepted_answer_id": null, "answer_count": 0, "body": "\n\nIn the anime and manga as well, there are kanji and HxH alphabets written down\ntogether. It has been used several times throughout the anime (assumed in the\nmanga too). It makes sense that kanji appears in the series because the\nalphabets are substitutions for Japanese kana, the collective term for\nhiragana and katakana, which is a part of the Japanese writing system\n([Source](http://hunterxhunter.wikia.com/wiki/Hunter_%C3%97_Hunter_Alphabet)).\n\nBut is kanji part of the their writing system besides their unique alphabets,\nor the purpose is to let the readers understand what it says?\n\n![](https://i.stack.imgur.com/xa7Os.jpg)\n![](https://i.stack.imgur.com/IMXjW.jpg)\n\n", "comment_count": 1, "content_license": "CC BY-SA 3.0", "creation_date": "2017-01-11T10:14:16.523", "favorite_count": 0, "id": "38371", "last_activity_date": "2017-01-22T06:13:08.450", "last_edit_date": null, "last_editor_user_id": null, "owner_user_id": "17814", "post_type": "question", "score": 1, "tags": [ "hunter-x-hunter" ], "title": "Is Kanji part of their writing system besides their unique alphabets?", "view_count": 485 }
[]
38371
null
null
{ "accepted_answer_id": "38404", "answer_count": 1, "body": "\n\nI am looking for the episode in which Sakura tells Lady Tsunade to not\noverestimate Shikamaru. In reply, Tsunade tells her that she might have\nunderestimated him and shows her a letter from the feudal lord of the land of\nfire.\n\n", "comment_count": 1, "content_license": "CC BY-SA 3.0", "creation_date": "2017-01-11T13:04:44.220", "favorite_count": 0, "id": "38372", "last_activity_date": "2017-02-12T06:45:16.297", "last_edit_date": "2017-02-12T06:45:16.297", "last_editor_user_id": "17758", "owner_user_id": "25778", "post_type": "question", "score": 2, "tags": [ "naruto" ], "title": "Which episode does Sakura tell Lady Tsunade to not to overestimate Shikamaru?", "view_count": 1076 }
[ { "body": "\n\n_Naruto Shippuden episode 87_ shows conversation of Sakura and Tsunade about\nShikamaru.\n\n", "comment_count": 0, "content_license": "CC BY-SA 3.0", "creation_date": "2017-01-13T05:02:04.290", "id": "38404", "last_activity_date": "2017-01-13T05:02:04.290", "last_edit_date": null, "last_editor_user_id": null, "owner_user_id": "30232", "parent_id": "38372", "post_type": "answer", "score": 1 } ]
38372
38404
38404
{ "accepted_answer_id": "38391", "answer_count": 1, "body": "\n\nThe opening sequence of the first season of anime series _Ushio to Tora_\ncontains a series of images which might be distorted calligraphy, sort of like\nwhat Picasso might have done. There are a set of 6 varied-color frames, a\nshort vertically scrolling sequence, and finally the title, which is clearly\ncalligraphic and much less distorted. After that, the credits actually begin,\nnow in a normal Japanese font. Here some are:\n\nFirst: \n[![possible calligraphy 1,\nred](https://i.stack.imgur.com/bxr6j.jpg)](https://i.stack.imgur.com/bxr6j.jpg)\n\nSecond: \n[![possible calligraphy 2,\ngreen](https://i.stack.imgur.com/CrAiC.jpg)](https://i.stack.imgur.com/CrAiC.jpg)\n\nSeventh: \n[![possible calligraphy 7, vertical scroll\nred](https://i.stack.imgur.com/QOdaT.jpg)](https://i.stack.imgur.com/QOdaT.jpg)\n\nTitle: \n[![calligraphic title\nplate](https://i.stack.imgur.com/fByho.jpg)](https://i.stack.imgur.com/fByho.jpg)\n\nYou can see them all beginning at time mark 4:30 of [episode\n1](http://www.crunchyroll.com/ushio-and-tora/episode-1-the-fate-that-brings-\nushio-and-tora-together-682425). The _Seventh_ one is partial, a single shot\nfrom a short, vertical scrolling sequence.\n\nI don't know if these are distorted calligraphy or not. But going backwards\nbeginning at the _Title_ plate, there certainly appears to be a commonality of\ndesign. If they are calligraphic, are they legible? If so I imagine they would\nbe concepts such as **courage** , **fate** , etc.\n\nIf they are not calligraphic, what are they? Do they symbolize something I\nshould recognize?\n\n", "comment_count": 0, "content_license": "CC BY-SA 3.0", "creation_date": "2017-01-11T16:20:50.817", "favorite_count": 0, "id": "38380", "last_activity_date": "2017-01-12T06:10:10.050", "last_edit_date": "2017-01-12T06:10:10.050", "last_editor_user_id": "1908", "owner_user_id": "19670", "post_type": "question", "score": 1, "tags": [ "symbolism", "ushio-to-tora" ], "title": "Is distorted calligraphy used in the season 1 opening of Ushio to Tora?", "view_count": 123 }
[ { "body": "\n\nI guess you could describe this as calligraphic. I don't know enough to say\nwhether this is what a calligrapher would consider genuine art vs. just being\nwriting with bold and swishy brush strokes.\n\nThis writing doesn't \"symbolize\" anything, though - it's just the lyrics of\nthe first verse of the OP theme as they're being sung.\n\n 1. 混ぜんな _mazen na_\n 2. 危険な _kiken-na_\n 3. やつらが会いすりゃ _yatsura-ga ai-surya_\n 4. 土壇場 _dotanba_\n 5. 土壇場 _dotanba_\n 6. じゃないか _janai ka_\n 7. 混ぜるな危険のねんごろ _mazeru na kiken-no nengoro_ (written bottom-to-top)\n\nI don't want to venture a translation here, but see e.g. [Lyrical\nNonsense](http://www.lyrical-nonsense.com/lyrics/kinniku-shojo-tai/mazeru-na-\nkiken/) for one candidate translation.\n\n", "comment_count": 1, "content_license": "CC BY-SA 3.0", "creation_date": "2017-01-12T06:09:30.663", "id": "38391", "last_activity_date": "2017-01-12T06:09:30.663", "last_edit_date": null, "last_editor_user_id": null, "owner_user_id": "1908", "parent_id": "38380", "post_type": "answer", "score": 2 } ]
38380
38391
38391
{ "accepted_answer_id": "38386", "answer_count": 2, "body": "\n\nI am very curious on this subject. Would it be illegal to stream anime on a\nwebsite without the owners permission? If so how do many websites on the\ninternet do it without getting in trouble?\n\n", "comment_count": 1, "content_license": "CC BY-SA 3.0", "creation_date": "2017-01-11T19:47:24.280", "favorite_count": 0, "id": "38382", "last_activity_date": "2017-01-11T22:18:26.730", "last_edit_date": null, "last_editor_user_id": null, "owner_user_id": "30266", "post_type": "question", "score": 3, "tags": [ "streaming-sites" ], "title": "Would it be illegal to host a anime streaming website?", "view_count": 3751 }
[ { "body": "\n\nIt would only be legal to stream any anime when you have acquired the licenses\nto do so. You'd have to make an agreement with the intellectual property\nholder (production company or the distributor), and they won't sign with just\nanyone − they want trusted sites which would be visited by enough users. And\nthese licenses have limited time frames. It also costs a lot of money. The\nexact number varies case by case, but it's safe to say it would cost a fortune\nto an individual.\n\n", "comment_count": 0, "content_license": "CC BY-SA 3.0", "creation_date": "2017-01-11T20:24:57.553", "id": "38383", "last_activity_date": "2017-01-11T20:24:57.553", "last_edit_date": null, "last_editor_user_id": null, "owner_user_id": "191", "parent_id": "38382", "post_type": "answer", "score": 14 }, { "body": "\n\n> Would it be illegal to stream anime on a website without the owners\n> permission?\n\nYes, as [Hakase explains](https://anime.stackexchange.com/a/38383/1587) you\nneed an licenses to do so. sometimes yes you need a trusted/popular site\nhowever if your new to the game and don't have a website you should already be\na trusted/popular entity (such as a company). either way you should be getting\nthe money to afford the license you need.\n\n> If so how do many websites on the internet do it without getting in trouble?\n\na couple of reasons are stated [here in Logan M's\nanswer](https://anime.stackexchange.com/a/6472/1587) but they pertain to\nfansubs. but as for non-fansubs (like some sites which will host licensed\nEnglish episodes of a series) it's only a matter of time.\n\nTorrent Sites which allows the downloading of other content including TV\nseries (anime aswell) get taken down alot these days and recently [Australian\nISPs began to block such sites](https://www.cnet.com/au/news/the-pirate-bay-\nblocked-australia-wide-proxy-mirror-site-dns-blocking-telstra-vodafone-optus/)\n(if not being half-assed about it) while some copyright holders [have tried to\nmake ISPs hand over the Customer Details of those who\npirate](http://www.abc.net.au/news/2015-08-14/iinet-dallas-buyers-\nclub/6697314)1.\n\nthe only i see that stops these sites getting DMCAed is that in the west anime\nis still kinda niche and thus don't get the huge announcements like _\"New Game\nof Thrones season starts ##/##/####\"_ or _\"[INSERT NAME] revealed to replace\nPeter Capaldi as the 13th Doctor\"_. hell the later when Peter Capaldi was\nannounced there was a red carpet event for it. if anime became more mainstream\nthese sites would get more of the spotlight and quickly get taken down.\n\nwhile i have my reservations of streaming sites [there are already quite a\nfew](https://anime.meta.stackexchange.com/a/923/1587) which do it legally and\nthese have the benefits of not running non-QAed ads which could lead to\nmalware being installed, being more stable with their hosted files and general\nbetter performance in terms of load times. so really there is no need to be\nusing an illegal site unless you don't actually like anime and don't want to\nsupport the parties that bought it to you.\n\n* * *\n\nbrowser private/incognito modes only stop cookies/session/history from being\nsaved on your PC. these sites and ISPs can still record your IP\n\n", "comment_count": 0, "content_license": "CC BY-SA 3.0", "creation_date": "2017-01-11T22:18:26.730", "id": "38386", "last_activity_date": "2017-01-11T22:18:26.730", "last_edit_date": "2017-04-13T12:54:49.090", "last_editor_user_id": "-1", "owner_user_id": "1587", "parent_id": "38382", "post_type": "answer", "score": 7 } ]
38382
38386
38383
{ "accepted_answer_id": "38388", "answer_count": 1, "body": "\n\nI know of Harmony Gold's claim to own exclusive US distribution rights to all\nMacross related materials, such as films, toys, and print media. I also know\nthat Japanese courts nullified the original deal Harmony Gold had with the\nstudio that sold them the original licensing agreement based upon the fact\nthat they in fact did not own what they were selling (it was originally a\njoint Tatsunoko/Nue production).\n\nI am wanting to know if there is any chance of Macross: Delta or F coming\nstateside, well, ever.\n\n", "comment_count": 0, "content_license": "CC BY-SA 3.0", "creation_date": "2017-01-11T22:31:25.247", "favorite_count": 0, "id": "38387", "last_activity_date": "2018-03-25T04:36:06.477", "last_edit_date": "2018-03-25T04:36:06.477", "last_editor_user_id": "8486", "owner_user_id": "28340", "post_type": "question", "score": 2, "tags": [ "macross", "united-states" ], "title": "What is the current legal/licensing status of Macross in the USA?", "view_count": 452 }
[ { "body": "\n\nRegardless of what happened in Japan, if I understand correctly what this link\nsays, Harmony Gold owns the Macross trademark at least for US and it has\nrenewed it until 2023 as indicated near the bottom of [this Justia Trademarks\npage](https://trademarks.justia.com/763/82/macross-76382155.html) under\n**Trademark Events**\n\n> 2013-09-05 - REGISTERED AND RENEWED (FIRST RENEWAL - 10 YRS)\n\n", "comment_count": 0, "content_license": "CC BY-SA 3.0", "creation_date": "2017-01-11T23:18:29.380", "id": "38388", "last_activity_date": "2017-01-12T00:07:30.957", "last_edit_date": "2017-01-12T00:07:30.957", "last_editor_user_id": "1587", "owner_user_id": "3028", "parent_id": "38387", "post_type": "answer", "score": 1 } ]
38387
38388
38388
{ "accepted_answer_id": "38400", "answer_count": 1, "body": "\n\nIn the short anime **Final Fantasy VII: The Last Order** , which retells\nevents of Nibelhelm conflict, when Cloud arrives to Nibel mountain reactor\nTifa regains consciousness and sees Cloud, stating that he came to save her\njust as he promised.\n\nYet, in original **Final Fantasy VII** Tifa remains unconscious, so she\ndoesn't know that Cloud ever was in Nibelhelm (and some plot details heavily\nrely on this) until visiting his memories.\n\nSo, is this a mistake in the anime script? Or is it somehow explained why Tifa\nlater doesn't remember Cloud visiting Nibelhelm?\n\n", "comment_count": 0, "content_license": "CC BY-SA 3.0", "creation_date": "2017-01-12T16:12:11.170", "favorite_count": 0, "id": "38398", "last_activity_date": "2017-01-12T20:58:11.987", "last_edit_date": "2017-01-12T20:58:11.987", "last_editor_user_id": "19307", "owner_user_id": "22203", "post_type": "question", "score": 5, "tags": [ "final-fantasy" ], "title": "Why Tifa is conscious in The Last Order?", "view_count": 171 }
[ { "body": "\n\nIt is known that there are various account on what happened in Nibelheim. The\nscene where Sephiroth falls into the Mako stream in the reactor was different.\nIn the original FFVII,\n\n> Sephiroth stabbed Cloud, but Cloud overpowered Sephiroth, lifted the latter\n> and throw him into the Mako stream below. In another adaptation (forget\n> which one), Sephiroth gladly throw himself into the Mako stream.\n\nThis could possibly because the scene in the game was based on Cloud's memory,\nthus it might be a bit hazy. In other words, he might not remember it\ncorrectly (the game version of the story).\n\nQuoting Wikipedia,\n\n> Although the 77,777 copies of Advent Pieces: Limited that were released in\n> Japan sold out months in advance of the official release date, Last Order\n> received a negative fan response due to changes in content and presentation\n> from the original Final Fantasy VII game, and because of this, the crew\n> working on Crisis Core avoided recreating certain scenes from Last Order.\n\nAs for why Tifa doesn't remember that Cloud went to Nibleheim, in the game she\nwas unconscious and the Soldier member that was dispatched to Nibelheim was\nSephiroth\n\n> and Zack. Cloud was a Shinra Trooper and he didn't take off his helmet, so\n> Tifa was unable to recognize him.\n\n", "comment_count": 1, "content_license": "CC BY-SA 3.0", "creation_date": "2017-01-12T18:10:35.843", "id": "38400", "last_activity_date": "2017-01-12T18:26:16.130", "last_edit_date": "2017-01-12T18:26:16.130", "last_editor_user_id": "7866", "owner_user_id": "7866", "parent_id": "38398", "post_type": "answer", "score": 4 } ]
38398
38400
38400
{ "accepted_answer_id": "38435", "answer_count": 1, "body": "\n\nIn Bougou Stray Dogs, it seems the organisations need a licence to operate\nwith gifted people using their gifts at work. (Cant remember the exact licence\nname)\n\nAt some point in Season 2,\n\n> The government wants to protect their now ex-double-agent Ango from the Port\n> Mafia...\n\nand the Port Mafia uses that opportunity to get a licence from the Government\n\nThis makes no sense to me. Why would a criminal organisation like the mafia\nwant a licence to operate legally? Criminal organisations usually don't care\nif things are done legally or not.\n\n", "comment_count": 0, "content_license": "CC BY-SA 3.0", "creation_date": "2017-01-12T17:45:11.973", "favorite_count": 0, "id": "38399", "last_activity_date": "2017-01-15T23:42:20.933", "last_edit_date": null, "last_editor_user_id": null, "owner_user_id": "28021", "post_type": "question", "score": 2, "tags": [ "bungou-stray-dogs" ], "title": "Why does the Port Mafia need a licence?", "view_count": 2368 }
[ { "body": "\n\nTypically, organisations like the Port Mafia are pretty good at keeping their\nillegal dealings at arms length so that it's hard for law enforcement to catch\nthem doing anything. It may be all but public knowledge that they're doing all\nthose things, but they try to leave as little evidence as possible (and have a\nfew lawyers and other legal types in their pockets to help deal with the few\nbits that get away from them).\n\nAs such, often the law enforcement will look for _any_ excuse to prosecute\nthem, and use that as a proxy for all the stuff they can't actually be caught\ndoing. For example, notorious gangster Al Capone was arrested for tax evasion.\n\nSo prior to getting the licence, presumably there were police detectives or\nthe like keeping an eye on known Port Mafia members hoping that they'd see, I\ndon't know, Akutagawa using Rashoumon to destroy a stray piece of garbage,\nthen take him in on a charge of \"Unlicenced use of ability on public\nproperty\". With the licence, though, the actions of the Port Mafia are halfway\nlegitimised by the government, and it becomes that much harder to take action\nagainst them.\n\n", "comment_count": 0, "content_license": "CC BY-SA 3.0", "creation_date": "2017-01-15T23:42:20.933", "id": "38435", "last_activity_date": "2017-01-15T23:42:20.933", "last_edit_date": null, "last_editor_user_id": null, "owner_user_id": "8843", "parent_id": "38399", "post_type": "answer", "score": 4 } ]
38399
38435
38435
{ "accepted_answer_id": null, "answer_count": 1, "body": "\n\nI've searched everywhere but couldn't find this music. It starts from 14:45\nmin in episode 4.\n\n", "comment_count": 1, "content_license": "CC BY-SA 3.0", "creation_date": "2017-01-13T06:42:04.823", "favorite_count": 0, "id": "38405", "last_activity_date": "2017-01-30T16:45:34.537", "last_edit_date": "2017-01-13T10:00:24.663", "last_editor_user_id": "49", "owner_user_id": "30294", "post_type": "question", "score": 0, "tags": [ "your-lie-in-april" ], "title": "What is the background music in Your Lie in April that starts from 14:45 min in episode 4?", "view_count": 1121 }
[ { "body": "\n\nAs with [this other answer](https://anime.stackexchange.com/a/18728/49), I was\nable to find the right song in [this Amazon.co.jp page for the\nsoundtrack](http://www.amazon.co.jp/%E5%9B%9B%E6%9C%88%E3%81%AF%E5%90%9B%E3%81%AE%E5%98%98-ORIGINAL-\nSONG-SOUNDTRACK-TV%E3%82%B5%E3%83%B3%E3%83%88%E3%83%A9/dp/B00PB88GH0), where\nyou can listen to a 30-second preview of every song.\n\nThe song in question is track 26 of the first CD, **アゲイン** — meaning \"again,\"\nwhat Kaori says at minute 15:04 to Kousei. You can buy the song individually\n[here](https://www.amazon.co.jp/dp/B00S1QQECI/ref=pm_ws_tlw_trk26).\n\nYou can buy the full album in the Amazon page linked to above, but also from\n[the show's official page](http://www.kimiuso.jp/music/soundtrack2.html) if\nyou'd prefer.\n\n", "comment_count": 0, "content_license": "CC BY-SA 3.0", "creation_date": "2017-01-13T09:59:24.777", "id": "38406", "last_activity_date": "2017-01-13T09:59:24.777", "last_edit_date": "2017-04-13T12:54:48.953", "last_editor_user_id": "-1", "owner_user_id": "49", "parent_id": "38405", "post_type": "answer", "score": 3 } ]
38405
null
38406
{ "accepted_answer_id": null, "answer_count": 2, "body": "\n\nThe quirk that All Might possesses is called All For One. It is a quirk that\ncan be passed from one person to another and it gains more power each time it\nis passed. All Might gave Deku (Izuku) a sliver of his power by making him eat\none of his hairs. If this is how it can be passed than isn't possible for that\nquirk to be passed to a multitude of people? Say, an army, for example.\n\n", "comment_count": 0, "content_license": "CC BY-SA 3.0", "creation_date": "2017-01-14T17:19:07.790", "favorite_count": 0, "id": "38417", "last_activity_date": "2020-05-12T04:00:42.313", "last_edit_date": "2017-01-14T19:35:16.970", "last_editor_user_id": "7579", "owner_user_id": "23306", "post_type": "question", "score": 6, "tags": [ "my-hero-academia" ], "title": "Could All Might pass his quirk to multiple people by feeding them his hair?", "view_count": 5753 }
[ { "body": "\n\nAll Might himself said:\n\n> After I've given Izuku my hair/DNA, I've gotten a lot weaker\n\nSo it would either be a one time thing, or every new user would weaken him\nsubstantially so it would still be a small number, and probably of lesser\neffect.\n\n", "comment_count": 2, "content_license": "CC BY-SA 3.0", "creation_date": "2017-01-15T00:31:49.393", "id": "38421", "last_activity_date": "2017-01-15T00:31:49.393", "last_edit_date": null, "last_editor_user_id": null, "owner_user_id": "30323", "parent_id": "38417", "post_type": "answer", "score": 5 }, { "body": "\n\nI think yes, all might was already getting weaker as it is but could still\ngive his power off. in the show it made it seem as if 2 people cold hold the\nquirk at the same time as shown with izuku and all might as there time\noverlapped. so possibly if we tried passing the quirk among to 2 people it\ncould possibly work.\n\n", "comment_count": 0, "content_license": "CC BY-SA 4.0", "creation_date": "2020-05-12T04:00:42.313", "id": "57517", "last_activity_date": "2020-05-12T04:00:42.313", "last_edit_date": null, "last_editor_user_id": null, "owner_user_id": "53284", "parent_id": "38417", "post_type": "answer", "score": 0 } ]
38417
null
38421
{ "accepted_answer_id": null, "answer_count": 2, "body": "\n\nI want to find the music from Episode 53 (Yorknew City arc) starting at 6:51\n\nIt's an Asian-style song with what sounds like a Japanese musical instrument\ncalled a shamisen.\n\n", "comment_count": 3, "content_license": "CC BY-SA 3.0", "creation_date": "2017-01-14T21:35:16.083", "favorite_count": 0, "id": "38419", "last_activity_date": "2017-04-20T11:36:47.047", "last_edit_date": "2017-01-14T23:06:13.453", "last_editor_user_id": "7579", "owner_user_id": "30318", "post_type": "question", "score": 2, "tags": [ "music", "hunter-x-hunter" ], "title": "What is this song from Episode 53 of Hunter x Hunter?", "view_count": 2273 }
[ { "body": "\n\nAs RichF said, the song of episode 53, at 6:51 doesn't sound asian-style at\nall, but if that is the song that you want, it's called Dirge From The Dark\nSide.\n\n", "comment_count": 1, "content_license": "CC BY-SA 3.0", "creation_date": "2017-01-16T14:11:41.337", "id": "38446", "last_activity_date": "2017-01-16T14:11:41.337", "last_edit_date": null, "last_editor_user_id": null, "owner_user_id": "28913", "parent_id": "38419", "post_type": "answer", "score": 2 }, { "body": "\n\nI was not able to find that particular piece of music in any of the OST\nvolumes. The song in question seems to last less than a minute so they might\nhave decided to not name/list it. Here are two different lists of all of the\nmusic in HxH feel free to browse them I could have missed it.\n\n**[Hunter x Hunter Wikia -\nMusic](http://hunterxhunter.wikia.com/wiki/List_of_Hunter_%C3%97_Hunter_Music)**\n**this link also contains music information about the 1999 airing of HxH\n\n**[reddit/r/HunterxHunter - Comprehensive Hunter x Hunter 2011 Music\nList](https://www.reddit.com/r/HunterXHunter/comments/3e80hw/comprehensive_hunter_x_hunter_2011_music_list/)**\n\n", "comment_count": 0, "content_license": "CC BY-SA 3.0", "creation_date": "2017-03-21T11:00:29.903", "id": "39512", "last_activity_date": "2017-03-21T11:00:29.903", "last_edit_date": null, "last_editor_user_id": null, "owner_user_id": "15660", "parent_id": "38419", "post_type": "answer", "score": 2 } ]
38419
null
38446
{ "accepted_answer_id": "39084", "answer_count": 5, "body": "\n\nI'm a bit lost in Jinbe's status and what happened with him and Big Mom. In\nchapter 830, he confronts Big Mom and announces that he is planning on leaving\nher alliance. In return, she demands that he as well has to lose something\nvaluable as well, and what will it be is decided by the roulette game.\n\nHowever then in chapter 835, there is a report in the newspaper saying he\nbacked out, which would imply that he has withdrawn his request to leave Big\nMom's crew. This is very unlikely considering his portrayal, so I assume this\nwas some kind of false report because later on he also admits to Luffy that\nhis alliance with Big Mom is over. However, I don't know what is the reason\nfor such a false report in the first place, it makes no sense to me and I have\nalso read some theories which are suggesting that he did not lose anything at\nall which is even weirder, why would Big Mom let him just go that easily?\n\nThe only plausible explanation to me is that he has spun the wheel and he lost\na bit of his lifespan (or I have missed some important detail in the story).\n\n", "comment_count": 0, "content_license": "CC BY-SA 3.0", "creation_date": "2017-01-15T14:45:58.143", "favorite_count": 0, "id": "38426", "last_activity_date": "2021-11-14T13:58:37.230", "last_edit_date": "2018-04-25T13:57:04.857", "last_editor_user_id": "2516", "owner_user_id": "27678", "post_type": "question", "score": 3, "tags": [ "one-piece" ], "title": "What did Jinbe lose in Charlotte's roulette?", "view_count": 42739 }
[ { "body": "\n\nI think he lost something like a bit of his lifespan or he has withdrawn his\nrequest to leave the crew.\n\nHowever, we will surely find it out in the next chapters.\n\n", "comment_count": 2, "content_license": "CC BY-SA 3.0", "creation_date": "2017-01-16T09:32:11.697", "id": "38442", "last_activity_date": "2018-04-25T14:14:20.483", "last_edit_date": "2018-04-25T14:14:20.483", "last_editor_user_id": "2516", "owner_user_id": "30321", "parent_id": "38426", "post_type": "answer", "score": 1 }, { "body": "\n\nAs stated in chapter 834 afterward, Jinbe didn't go through with the roulette\nbecause it is set up in a way that somebody who does it will probably lose his\nlife and that wasn't what he wanted because of his pledge to Luffy.\n\nSo he just went for the normal thing somebody would do and he betrayed her in\nchapter 851 by freeing Luffy from the prison and escaping together with them\nfrom Big Mom.\n\n", "comment_count": 3, "content_license": "CC BY-SA 3.0", "creation_date": "2017-02-22T14:26:51.020", "id": "39084", "last_activity_date": "2018-04-25T14:06:42.623", "last_edit_date": "2018-04-25T14:06:42.623", "last_editor_user_id": "2516", "owner_user_id": "14599", "parent_id": "38426", "post_type": "answer", "score": 5 }, { "body": "\n\nJinbe didn't lose anything.\n\nIn the manga, he went through the game, but Charlotte's fruit can't activate\non people who don't fear her. Jinbe never feared her and so she couldn't take\nanything away from him.\n\n", "comment_count": 1, "content_license": "CC BY-SA 3.0", "creation_date": "2017-06-11T06:46:52.133", "id": "40820", "last_activity_date": "2018-04-25T14:13:59.973", "last_edit_date": "2018-04-25T14:13:59.973", "last_editor_user_id": "2516", "owner_user_id": "33029", "parent_id": "38426", "post_type": "answer", "score": 1 }, { "body": "\n\nHe originally backed down, but later revealed that he didn't spin it in fear\nfor himself but the spinner's crew always suffers from his choice and he\ndidn't want that.\n\n", "comment_count": 0, "content_license": "CC BY-SA 3.0", "creation_date": "2017-06-19T17:25:07.480", "id": "40947", "last_activity_date": "2017-06-19T17:25:07.480", "last_edit_date": null, "last_editor_user_id": null, "owner_user_id": "33174", "parent_id": "38426", "post_type": "answer", "score": 0 }, { "body": "\n\nFor people who are confuse, the thing he will lose is the life of his friends\nand comrades, he stated not only his life will be taken away but also his\nfriends life span too, thats why he told sun pirates to leave now\n\n", "comment_count": 1, "content_license": "CC BY-SA 4.0", "creation_date": "2021-11-14T13:58:37.230", "id": "65913", "last_activity_date": "2021-11-14T13:58:37.230", "last_edit_date": null, "last_editor_user_id": null, "owner_user_id": "63250", "parent_id": "38426", "post_type": "answer", "score": 0 } ]
38426
39084
39084
{ "accepted_answer_id": null, "answer_count": 0, "body": "\n\nA lot of the anime I've watched are single, double or triple season anime\nseries like Durarara!, Code Geass, Hagure Yuusha no Aesthetica, and Nabari no\nOu, just to name a few. But there are also shows like Bleach, Naruto, D Grey\nMan, and Katekyo Hitman Reborn that have 300 or more episodes.\n\nWhy is that? How is it decided that these series get to go on so long?\n\n", "comment_count": 2, "content_license": "CC BY-SA 3.0", "creation_date": "2017-01-15T18:44:07.097", "favorite_count": 0, "id": "38428", "last_activity_date": "2017-01-15T18:52:54.870", "last_edit_date": "2017-01-15T18:52:54.870", "last_editor_user_id": "7579", "owner_user_id": "30306", "post_type": "question", "score": 2, "tags": [ "anime-production", "anime-history" ], "title": "What decides that a anime series gets a sequel or not?", "view_count": 231 }
[]
38428
null
null