A sorter site for Idolm@ster Characters
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Separate data

+318 -55
+2 -1
index.html
··· 11 11 <!-- 4chan identifier tripcode: !FreliaEfl2 --> 12 12 <link rel="stylesheet" type="text/css" href="src/reset.css"> 13 13 <link rel="stylesheet" type="text/css" href="src/styles.css"> 14 + <script src="src/data.js"></script> 14 15 <script src="src/main.js"></script> 15 16 </head> 16 17 ··· 43 44 <div class="result"></div> 44 45 45 46 <div class="info"> 46 - <p><a href="https://relick.me/song/">Song Sorter</a> | <a href="mailto:fera@imouto.my">Contact</a> 47 + <a href="https://relick.me/song/">Song Sorter</a> | <a href="mailto:fera@imouto.my">Contact</a> 47 48 48 49 <br><br> 49 50
+316
src/data.js
··· 1 + const imageRoot = 'https://i.imgur.com/'; 2 + const options = [ 3 + { 4 + "name": "Include by Series Entry", 5 + "tooltip": "", 6 + "sub": [ 7 + { "Embodiment of Scarlet Devil": "06 - Koumakan" }, 8 + { "Perfect Cherry Blossom": "07 - Youyoumu" }, 9 + { "Immaterial and Missing Power": "07.5 - Suimusou" }, 10 + { "Imperishable Night": "08 - Eiyashou" }, 11 + { "Phantasmagoria of Flower View": "09 - Kaeidzuka" }, 12 + { "Shoot the Bullet": "09.5 - Bunkachou" }, 13 + { "Mountain of Faith": "10 - Fuujinroku" }, 14 + { "Scarlet Weather Rhapsody": "10.5 - Hisouten" }, 15 + { "Subterranean Animism": "11 - Chireiden" }, 16 + { "Touhou Hisoutensoku": "12.3 - Hisoutensoku" }, 17 + { "Undefined Fantastic Object": "12 - Seirensen" }, 18 + { "Double Spoiler": "12.5 - Bunkachou" }, 19 + { "Great Fairy Wars": "12.8 - Daisensou" }, 20 + { "Ten Desires": "13 - Shinreibyou" }, 21 + { "Hopeless Masquerade": "13.5 - Shinkirou" }, 22 + { "Double Dealing Character": "14 - Kishinjou" }, 23 + { "Impossible Spell Card": "14.3 - Amanojaku" }, 24 + { "Urban Legend in Limbo": "14.5 - Shinpiroku" }, 25 + { "Legacy of Lunatic Kingdom": "15 - Kanjuden" }, 26 + { "Hidden Star in Four Seasons": "16 - Tenkuushou" }, 27 + { "Antinomy of Common Flowers": "15.5 - Hyouibana" }, 28 + { "Books and CDs": "" }, 29 + { "The Highly Responsive to Prayers": "01 - Reiiden" }, 30 + { "The Story of Eastern Wonderland": "02 - Fuumaroku" }, 31 + { "Phantasmagoria of Dim.Dream": "03 - Yumejikuu" }, 32 + { "Lotus Land Story": "04 - Gensoukyou" }, 33 + { "Mystic Square": "05 - Kaikidan" }, 34 + ] 35 + }, 36 + "-----", 37 + { 38 + "name": "Include by Stage Appearances", 39 + "tooltip": "", 40 + "sub": [ 41 + { "Stage 1": "" }, 42 + { "Stage 2": "" }, 43 + { "Stage 3": "" }, 44 + { "Stage 4": "" }, 45 + { "Penultimate Stage": "Stage 4 in 5-stage games, Stage 5 in normal games, and Stage 8 in 9-stage games." }, 46 + { "Final Stage": "" }, 47 + { "Extra Stage": "Phantasm is included." } 48 + ] 49 + }, 50 + "-----", 51 + { "Include PC-98 Duplicates": "PC-98 characters with a Windows counterpart will be included." }, 52 + { "Include Non-Girls": "Certain non-female characters will be included." }, 53 + { "Show Character Images": "" }, 54 + ]; 55 + 56 + var characterData = [ 57 + //main gals 58 + // 6 7 I 8 9 S 0 S 1 H 2 D G 3 H 4 I U 5 6 A B 1 2 3 4 5 O 59 + // A T W S S F M S L F C 60 + ["Hakurei Reimu", [1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,0,0,0,0,0], "c5DqpgX.png", [0,0,0,1,0,0,0], 0, 0], 61 + ["Kirisame Marisa", [1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0], "tJnkSzK.png", [0,0,0,1,0,0,1], 0, 0], 62 + 63 + //eosd 64 + // 6 7 I 8 9 S 0 S 1 H 2 D G 3 H 4 I U 5 6 A B 1 2 3 4 5 O 65 + // A T W S S F M S L F C 66 + ["Rumia", [1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0], "0YT7QlS.png", [1,0,0,0,0,0,0], 0, 0], 67 + ["Daiyousei", [1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0], "NWlZud3.png", [0,1,0,0,0,0,1], 0, 0], 68 + ["Cirno", [1,1,0,0,1,1,0,0,0,1,0,0,1,0,1,1,1,0,0,1,0,1,0,0,0,0,0], "qdveFSy.png", [0,1,0,0,0,0,0], 0, 0], 69 + ["Hong Meiling", [1,0,1,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0], "ptGp0x4.png", [0,0,1,0,0,0,0], 0, 0], 70 + ["Koakuma", [1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0], "vBKdDm4.png", [0,0,0,1,0,0,0], 0, 0], 71 + ["Patchouli Knowledge", [1,0,1,0,0,1,0,1,0,1,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0], "A7ZnuHo.png", [0,0,0,1,0,0,1], 0, 0], 72 + ["Izayoi Sakuya", [1,1,1,1,1,1,0,1,0,1,0,0,0,0,1,1,1,0,0,0,0,1,0,0,0,0,0], "sgZPf11.png", [0,0,0,0,1,1,0], 0, 0], 73 + ["Remilia Scarlet", [1,0,1,1,0,1,0,1,0,1,0,0,0,0,1,0,1,0,0,0,0,1,0,0,0,0,0], "8UX7hKE.png", [0,0,0,0,0,1,0], 0, 0], 74 + ["Flandre Scarlet", [1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0], "OhaDcnc.png", [0,0,0,0,0,0,1], 0, 0], 75 + 76 + //pcb 77 + // 6 7 I 8 9 S 0 S 1 H 2 D G 3 H 4 I U 5 6 A B 1 2 3 4 5 O 78 + // A T W S S F M S L F C 79 + ["Letty Whiterock", [0,1,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0], "MgzqjFK.png", [1,0,0,0,0,0,0], 0, 0], 80 + ["Chen", [0,1,1,0,0,1,0,1,0,1,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0], "ohmetZh.png", [0,1,0,0,0,0,1], 0, 0], 81 + ["Alice Margatroid", [0,1,1,1,0,1,0,1,0,1,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0], "aDIf0pN.png", [0,0,1,0,0,0,0], 0, 0], 82 + //["Shanghai Doll", [0,1,1,1,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0], "shanghai.png",[0,0,0,0,0,0,0], 0, 0], 83 + //["Hourai Doll", [0,1,1,1,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0], "hourai.png", [0,0,0,0,0,0,0], 0, 0], 84 + // "You need to be this sentient to be included." - Medicine 85 + ["Lily White", [0,1,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,1,0,0,0,0,0], "2Pr8b2N.png", [0,0,0,1,0,0,1], 0, 0], 86 + ["Lunasa Prismriver", [0,1,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,1,0,0,0,0,0], "htOMdDQ.png", [0,0,0,1,0,0,0], 0, 0], 87 + ["Merlin Prismriver", [0,1,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,1,0,0,0,0,0], "PrRPujP.png", [0,0,0,1,0,0,0], 0, 0], 88 + ["Lyrica Prismriver", [0,1,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,1,0,0,0,0,0], "ze79bFC.png", [0,0,0,1,0,0,0], 0, 0], 89 + ["Konpaku Youmu", [0,1,1,1,1,1,0,1,0,1,0,0,0,1,1,0,1,0,0,0,0,1,0,0,0,0,0], "WMjyRLJ.png", [0,0,0,0,1,1,0], 0, 0], 90 + ["Saigyouji Yuyuko", [0,1,1,1,0,1,0,1,0,1,0,0,0,1,1,0,1,0,0,0,0,1,0,0,0,0,0], "VT9mTGb.png", [1,0,0,0,0,1,0], 0, 0], 91 + ["Yakumo Ran", [0,1,1,1,0,1,0,1,0,1,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0], "rshnJPV.png", [0,0,0,0,0,0,1], 0, 0], 92 + ["Yakumo Yukari", [0,1,1,1,0,1,0,1,0,1,0,0,0,0,1,0,1,0,0,0,1,1,0,0,0,0,0], "qsceD4I.png", [0,0,0,0,0,0,1], 0, 0], 93 + 94 + //iamp 95 + // 6 7 I 8 9 S 0 S 1 H 2 D G 3 H 4 I U 5 6 A B 1 2 3 4 5 O 96 + // A T W S S F M S L F C 97 + ["Ibuki Suika", [0,0,1,0,0,1,0,1,0,1,0,1,0,0,1,0,1,0,0,0,0,1,0,0,0,0,0], "pLdMjQ3.png", [0,0,0,0,0,1,0], 0, 0], 98 + 99 + //in 100 + // 6 7 I 8 9 S 0 S 1 H 2 D G 3 H 4 I U 5 6 A B 1 2 3 4 5 O 101 + // A T W S S F M S L F C 102 + ["Wriggle Nightbug", [0,0,0,1,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0], "8DLUAPf.png", [1,0,0,0,0,0,0], 0, 0], 103 + ["Mystia Lorelei", [0,0,0,1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0], "6KyhLqE.png", [0,1,0,0,0,0,0], 0, 0], 104 + ["Kamishirasawa Keine", [0,0,0,1,0,1,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,1,0,0,0,0,0], "99w0Chm.png", [0,0,1,0,0,0,1], 0, 0], 105 + ["Inaba Tewi", [0,0,0,1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0], "yqNfNje.png", [0,0,0,0,1,0,0], 0, 0], 106 + ["Reisen Udongein Inaba", [0,0,0,1,1,1,0,0,0,1,0,0,0,0,1,0,0,0,1,0,1,1,0,0,0,0,0], "PrYzRcC.png", [0,0,0,0,1,0,0], 0, 0], 107 + ["Yagokoro Eirin", [0,0,0,1,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0], "ceo4DhK.png", [0,0,0,0,0,1,0], 0, 0], 108 + ["Houraisan Kaguya", [0,0,0,1,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0], "2YDuTk3.png", [0,0,0,0,0,1,0], 0, 0], 109 + ["Fujiwara no Mokou", [0,0,0,1,0,1,0,0,0,0,0,0,0,0,1,0,1,1,0,0,1,1,0,0,0,0,0], "3zo4VKV.png", [0,0,0,0,0,0,1], 0, 0], 110 + 111 + //pofv 112 + // 6 7 I 8 9 S 0 S 1 H 2 D G 3 H 4 I U 5 6 A B 1 2 3 4 5 O 113 + // A T W S S F M S L F C 114 + ["Shameimaru Aya", [0,0,0,0,1,1,1,1,0,1,0,0,0,0,1,0,1,0,0,1,0,1,0,0,0,0,0], "8TLXMST.png", [0,0,0,1,0,0,0], 0, 0], 115 + ["Medicine Melancholy", [0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0], "IImsp7K.png", [0,0,0,1,0,0,0], 0, 0], 116 + ["Kazami Yuuka", [0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0], "MZXJQq5.png", [0,0,0,0,1,0,0], 0, 0], 117 + ["Onozuka Komachi", [0,0,0,0,1,1,0,1,0,1,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0], "aX4WIH8.png", [0,0,0,0,1,0,0], 0, 0], 118 + ["Shiki Eiki, Yamaxanadu", [0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0], "nPBvatH.png", [0,0,0,0,0,1,0], 0, 0], 119 + 120 + //mof 121 + // 6 7 I 8 9 S 0 S 1 H 2 D G 3 H 4 I U 5 6 A B 1 2 3 4 5 O 122 + // A T W S S F M S L F C 123 + ["Aki Shizuha", [0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0], "3pDRgvR.png", [1,0,0,0,0,0,0], 0, 0], 124 + ["Aki Minoriko", [0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0], "bV0DaN7.png", [1,0,0,0,0,0,0], 0, 0], 125 + ["Kagiyama Hina", [0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0], "J11NjNj.png", [0,1,0,0,0,0,0], 0, 0], 126 + ["Kawashiro Nitori", [0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,1,1,0,0,1,0,0,0,0,0,0], "4Ufced2.png", [0,0,1,0,0,0,0], 0, 0], 127 + ["Inubashiri Momiji", [0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0], "qGMjnYk.png", [0,0,0,1,0,0,0], 0, 0], 128 + ["Kochiya Sanae", [0,0,0,0,0,0,1,0,1,1,1,1,0,1,1,0,1,0,1,0,0,0,0,0,0,0,0], "ATTRSWU.png", [0,0,0,0,1,0,1], 0, 0], 129 + ["Yasaka Kanako", [0,0,0,0,0,0,1,0,0,1,0,1,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0], "nQ78Lz7.png", [0,0,0,0,0,1,1], 0, 0], 130 + ["Moriya Suwako", [0,0,0,0,0,0,1,0,1,1,0,1,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0], "yJaD5ZV.png", [0,0,0,0,0,0,1], 0, 0], 131 + 132 + //swr 133 + // 6 7 I 8 9 S 0 S 1 H 2 D G 3 H 4 I U 5 6 A B 1 2 3 4 5 O 134 + // A T W S S F M S L F C 135 + ["Nagae Iku", [0,0,0,0,0,0,0,1,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0], "xgAlECj.png", [0,0,0,0,1,0,0], 0, 0], 136 + ["Hinanawi Tenshi", [0,0,0,0,0,0,0,1,0,1,0,1,0,0,1,0,1,0,0,0,1,0,0,0,0,0,0], "tZLYivt.png", [0,0,0,0,0,1,0], 0, 0], 137 + 138 + //sa 139 + // 6 7 I 8 9 S 0 S 1 H 2 D G 3 H 4 I U 5 6 A B 1 2 3 4 5 O 140 + // A T W S S F M S L F C 141 + ["Kisume", [0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0], "VgJgaEf.png", [1,0,0,0,0,0,0], 0, 0], 142 + ["Kurodani Yamame", [0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0], "sqgJ2St.png", [1,0,0,0,0,0,0], 0, 0], 143 + ["Mizuhashi Parsee", [0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0], "lkoAJod.png", [0,1,0,0,0,0,0], 0, 0], 144 + ["Hoshiguma Yuugi", [0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0], "tDO653L.png", [0,0,1,0,0,0,0], 0, 0], 145 + ["Komeiji Satori", [0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0], "dup7Nt6.png", [0,0,0,1,0,0,0], 0, 0], 146 + ["Kaenbyou Rin (Orin)", [0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0], "uQjbw1W.png", [0,0,0,1,1,1,0], 0, 0], 147 + ["Reiuji Utsuho (Okuu)", [0,0,0,0,0,0,0,0,1,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0], "DfdaXPW.png", [0,0,0,0,0,1,0], 0, 0], 148 + ["Komeiji Koishi", [0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0,0,0,0], "wVCcens.png", [0,0,0,0,0,0,1], 0, 0], 149 + 150 + //ufo 151 + // 6 7 I 8 9 S 0 S 1 H 2 D G 3 H 4 I U 5 6 A B 1 2 3 4 5 O 152 + // A T W S S F M S L F C 153 + ["Nazrin", [0,0,0,0,0,0,0,0,0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0], "EpHQbiY.png", [1,0,0,0,1,0,0], 0, 0], 154 + ["Tatara Kogasa", [0,0,0,0,0,0,0,0,0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0], "kJbv4dc.png", [0,1,0,0,0,0,1], 0, 0], 155 + ["Kumoi Ichirin", [0,0,0,0,0,0,0,0,0,0,1,1,0,0,1,0,0,1,0,0,1,0,0,0,0,0,0], "Fyn5yVx.png", [0,0,1,0,0,0,0], 0, 0], 156 + 157 + ["Murasa Minamitsu", [0,0,0,0,0,0,0,0,0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0], "39KYpvW.png", [0,0,0,1,0,0,0], 0, 0], 158 + ["Toramaru Shou", [0,0,0,0,0,0,0,0,0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0], "8bMDDAo.png", [0,0,0,0,1,0,0], 0, 0], 159 + ["Hijiri Byakuren", [0,0,0,0,0,0,0,0,0,0,1,1,0,0,1,0,1,1,0,0,1,0,0,0,0,0,0], "2ppPxny.png", [0,0,0,0,0,1,0], 0, 0], 160 + ["Houjuu Nue", [0,0,0,0,0,0,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0], "zL4S8Mj.png", [0,0,0,1,0,1,1], 0, 0], 161 + 162 + //ds 163 + // 6 7 I 8 9 S 0 S 1 H 2 D G 3 H 4 I U 5 6 A B 1 2 3 4 5 O 164 + // A T W S S F M S L F C 165 + ["Himekaidou Hatate", [0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0], "LgvoTaJ.png", [0,0,0,0,0,0,1], 0, 0], 166 + 167 + //gfw 168 + // 6 7 I 8 9 S 0 S 1 H 2 D G 3 H 4 I U 5 6 A B 1 2 3 4 5 O 169 + // A T W S S F M S L F C 170 + ["Sunny Milk", [0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,1,0,0,0,0,0], "VbqXiB6.png", [1,1,1,0,0,0,0], 0, 0], 171 + ["Luna Child", [0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,1,0,0,0,0,0], "OBqgP48.png", [1,1,1,0,0,0,0], 0, 0], 172 + ["Star Sapphire", [0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,1,0,0,0,0,0], "sNw61ap.png", [1,1,1,0,0,0,0], 0, 0], 173 + 174 + //td 175 + // 6 7 I 8 9 S 0 S 1 H 2 D G 3 H 4 I U 5 6 A B 1 2 3 4 5 O 176 + // A T W S S F M S L F C 177 + ["Kasodani Kyouko", [0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0], "sLiqEBA.png", [0,1,0,0,0,0,0], 0, 0], 178 + ["Miyako Yoshika", [0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0], "6jq6eh6.png", [0,0,1,1,0,0,0], 0, 0], 179 + ["Kaku Seiga", [0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0], "090hLPL.png", [0,0,0,1,0,0,0], 0, 0], 180 + ["Soga no Tojiko", [0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0], "y0UXwFO.png", [0,0,0,0,1,0,0], 0, 0], 181 + ["Mononobe no Futo", [0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,1,1,0,0,1,0,0,0,0,0,0], "WTZ97LE.png", [0,0,0,0,1,0,0], 0, 0], 182 + ["Toyosatomimi no Miko", [0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,1,1,0,0,1,0,0,0,0,0,0], "3Xiqd22.png", [0,0,0,0,0,1,0], 0, 0], 183 + ["Futatsuiwa Mamizou", [0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,1,1,0,0,1,0,0,0,0,0,0], "gMpWdmA.png", [0,0,0,0,0,0,1], 0, 0], 184 + 185 + //hm 186 + // 6 7 I 8 9 S 0 S 1 H 2 D G 3 H 4 I U 5 6 A B 1 2 3 4 5 O 187 + // A T W S S F M S L F C 188 + ["Hata no Kokoro", [0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,1,0,0,0,0,0], "fxCGmUk.png", [0,0,0,0,0,1,0], 0, 0], 189 + 190 + //ddc 191 + // 6 7 I 8 9 S 0 S 1 H 2 D G 3 H 4 I U 5 6 A B 1 2 3 4 5 O 192 + // A T W S S F M S L F C 193 + ["Wakasagihime", [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0], "brWCLVx.png", [1,0,0,0,0,0,0], 0, 0], 194 + ["Sekibanki", [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0], "VAMLiJD.png", [0,1,0,0,0,0,0], 0, 0], 195 + ["Imaizumi Kagerou", [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0], "b5UMjD8.png", [0,0,1,0,0,0,0], 0, 0], 196 + ["Tsukumo Benben", [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0], "vWNeMaH.png", [0,0,0,1,0,0,1], 0, 0], 197 + ["Tsukumo Yatsuhashi", [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0], "EJFQHQN.png", [0,0,0,1,0,0,1], 0, 0], 198 + ["Kijin Seija", [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0], "16RUacj.png", [0,0,0,0,1,1,0], 0, 0], 199 + ["Sukuna Shinmyoumaru", [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,1,0,0,0,0,0,0], "Zl2tN7W.png", [0,0,0,0,0,1,0], 0, 0], 200 + ["Horikawa Raiko", [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,1,0,0,0,0,0,0], "SLLEccR.png", [0,0,0,0,0,0,1], 0, 0], 201 + 202 + //ulil 203 + // 6 7 I 8 9 S 0 S 1 H 2 D G 3 H 4 I U 5 6 A B 1 2 3 4 5 O 204 + // A T W S S F M S L F C 205 + ["Usami Sumireko", [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0], "mc7ICW6.png", [0,0,0,0,0,1,0], 0, 0], 206 + 207 + //lolk 208 + // 6 7 I 8 9 S 0 S 1 H 2 D G 3 H 4 I U 5 6 A B 1 2 3 4 5 O 209 + // A T W S S F M S L F C 210 + ["Seiran", [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0], "0ra00WG.png", [1,0,0,0,0,0,0], 0, 0], 211 + ["Ringo", [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0], "xQOsFlZ.png", [0,1,0,0,0,0,0], 0, 0], 212 + ["Doremy Sweet", [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0], "rGS7dyn.png", [0,0,1,0,0,0,1], 0, 0], 213 + ["Kishin Sagume", [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0], "HLT338X.png", [0,0,0,1,0,0,0], 0, 0], 214 + ["Clownpiece", [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0], "9Jje7ZQ.jpg", [0,0,0,0,1,0,0], 0, 0], 215 + ["Junko", [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0], "NsfLZjY.jpg", [0,0,0,0,0,1,1], 0, 0], 216 + ["Hecatia Lapislazuli", [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0], "EH3Ulol.png", [0,0,0,0,0,0,1], 0, 0], 217 + 218 + //hsifs 219 + // 6 7 I 8 9 S 0 S 1 H 2 D G 3 H 4 I U 5 6 A B 1 2 3 4 5 O 220 + // A T W S S F M S L F C 221 + ["Eternity Larva", [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0], "ql5KxJH.png", [1,0,0,0,0,0,0], 0, 0], 222 + ["Sakata Nemuno", [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0], "gYFhJ3Y.png", [0,1,0,0,0,0,0], 0, 0], 223 + ["Komano Aunn", [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0], "wWUStkF.png", [0,0,1,0,0,0,0], 0, 0], 224 + ["Yatadera Narumi", [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0], "wrPVhAo.png", [0,0,0,1,0,0,0], 0, 0], 225 + ["Nishida Satono", [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0], "8w9gAy2.png", [0,0,0,0,1,0,0], 0, 0], 226 + ["Teireida Mai", [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0], "DesAqAC.png", [0,0,0,0,1,0,0], 0, 0], 227 + ["Matara Okina", [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0], "icWvMyo.png", [0,0,0,0,0,1,1], 0, 0], 228 + 229 + //aocf 230 + // 231 + // 232 + ["Yorigami Shion", [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0], "LenxXR4.png", [0,0,0,0,0,1,0], 0, 0], 233 + ["Yorigami Joon", [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0], "0aPaTm8.png", [0,0,0,0,0,1,0], 0, 0], 234 + 235 + //peeps 236 + // 6 7 I 8 9 S 0 S 1 H 2 D G 3 H 4 I U 5 6 A B 1 2 3 4 5 O 237 + // A T W S S F M S L F C 238 + ["Hieda no Akyuu", [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0], "ogONuLZ.png", [0,0,0,0,0,0,0], 0, 0], 239 + ["Tokiko", [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0], "Y4maOc8.png", [0,0,0,0,0,0,0], 0, 0], 240 + ["Reisen (Manga)", [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0], "cWjCo2j.png", [0,0,0,0,0,0,0], 0, 0], 241 + ["Watatsuki no Toyohime", [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0], "uEBxsEX.png", [0,0,0,0,0,0,0], 0, 0], 242 + ["Watatsuki no Yorihime", [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0], "Txu2P7S.png", [0,0,0,0,0,0,0], 0, 0], 243 + ["Maribel Hearn", [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0], "XUI9vPo.png", [0,0,0,0,0,0,0], 0, 0], 244 + ["Usami Renko", [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0], "1P5EXRt.png", [0,0,0,0,0,0,0], 0, 0], 245 + ["Ibaraki Kasen", [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0], "dQHnPPe.png", [0,0,0,0,1,0,0], 0, 0], 246 + ["Motoori Kosuzu", [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0], "jEsJJo8.png", [0,0,0,0,0,0,0], 0, 0], 247 + 248 + //hrtp 249 + // 6 7 I 8 9 S 0 S 1 H 2 D G 3 H 4 I U 5 6 A B 1 2 3 4 5 O 250 + // A T W S S F M S L F C 251 + ["Hakurei Reimu (PC-98)", [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1], "IZsGAMS.png", [0,0,0,1,0,0,0], 1, 0], 252 + ["Shingyoku (Female)", [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0], "KuPiR2k.png", [1,0,0,0,0,0,0], 0, 0], 253 + ["Mima", [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,1], "odH03t2.png", [0,0,1,0,1,1,0], 0, 0], 254 + ["Elis", [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0], "ytnL1xd.png", [0,0,0,0,1,0,0], 0, 0], 255 + ["Kikuri", [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0], "fX2Kqik.png", [0,0,0,0,1,0,0], 0, 0], 256 + ["Sariel", [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0], "Wyc7YFw.png", [0,0,0,0,0,1,0], 0, 0], 257 + ["Konngara", [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0], "dg9jLHv.png", [0,0,0,0,0,1,0], 0, 0], 258 + 259 + //soew 260 + // 6 7 I 8 9 S 0 S 1 H 2 D G 3 H 4 I U 5 6 A B 1 2 3 4 5 O 261 + // A T W S S F M S L F C 262 + ["Rika", [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0], "02Xb4pU.png", [1,0,0,0,0,0,1], 0, 0], 263 + ["Meira", [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0], "p529JgT.png", [0,1,0,0,0,0,0], 0, 0], 264 + ["Kirisame Marisa (PC-98)", [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1], "wxE7cBm.png", [0,0,0,1,0,0,0], 1, 0], 265 + 266 + //podd 267 + // 6 7 I 8 9 S 0 S 1 H 2 D G 3 H 4 I U 5 6 A B 1 2 3 4 5 O 268 + // A T W S S F M S L F C 269 + ["Ellen", [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0], "3iNNL0c.png", [0,0,0,0,0,0,0], 0, 0], 270 + ["Kotohime", [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0], "kRSGtpq.png", [0,0,0,0,0,0,0], 0, 0], 271 + ["Kana Anaberal", [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0], "rBvKMk5.png", [0,0,0,0,0,0,0], 0, 0], 272 + ["Asakura Rikako", [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0], "VIf5gUK.png", [0,0,0,0,0,0,0], 0, 0], 273 + ["Kitashirakawa Chiyuri", [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0], "tZFBycy.png", [0,0,0,0,1,0,0], 0, 0], 274 + ["Okazaki Yumemi", [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0], "c9rnG3n.png", [0,0,0,0,0,1,0], 0, 0], 275 + ["Ruukoto", [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0], "dko67SJ.png", [0,0,0,0,0,0,0], 0, 0], 276 + 277 + //lls 278 + // 6 7 I 8 9 S 0 S 1 H 2 D G 3 H 4 I U 5 6 A B 1 2 3 4 5 O 279 + // A T W S S F M S L F C 280 + ["Orange", [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0], "m8wXE5U.png", [1,0,0,0,0,0,0], 0, 0], 281 + ["Kurumi", [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0], "0rvq1ph.png", [0,1,0,0,0,0,0], 0, 0], 282 + ["Elly", [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0], "iIPftHn.png", [0,0,1,0,0,0,0], 0, 0], 283 + ["Yuuka (PC-98)", [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1], "ivUSwxp.png", [0,0,0,0,1,1,0], 1, 0], 284 + ["Mugetsu", [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0], "bYA9E16.png", [0,0,0,0,0,0,1], 0, 0], 285 + ["Gengetsu", [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0], "TIOTtV9.png", [0,0,0,0,0,0,1], 0, 0], 286 + 287 + //ms 288 + // 6 7 I 8 9 S 0 S 1 H 2 D G 3 H 4 I U 5 6 A B 1 2 3 4 5 O 289 + // A T W S S F M S L F C 290 + ["Sara", [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1], "2QUbCrU.png", [1,0,0,0,0,0,0], 0, 0], 291 + ["Louise", [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1], "nDM5aB6.png", [0,1,0,1,0,0,0], 0, 0], 292 + ["Alice (PC-98)", [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1], "KaBuRTW.png", [0,0,1,0,0,0,1], 1, 0], 293 + ["Yuki", [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1], "FfcmDgp.png", [0,0,0,1,0,0,0], 0, 0], 294 + ["Mai", [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1], "r6w7TX1.png", [0,0,0,1,0,0,0], 0, 0], 295 + ["Yumeko", [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1], "PcPqkdO.png", [0,0,0,0,1,0,0], 0, 0], 296 + ["Shinki", [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1], "gPE95S7.png", [0,0,0,0,0,1,0], 0, 0], 297 + 298 + //not girls 299 + // 6 7 I 8 9 S 0 S 1 H 2 D G 3 H 4 I U 5 6 A B 1 2 3 4 5 O 300 + // A T W S S F M S L F C 301 + //["Layla Prismriver", [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0], "73jVU00.png", [0,0,0,0,0,0,0], 0, 0], 302 + //["Youki Konpaku", [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0], "nMZa0Qv.png", [0,0,0,0,0,0,0], 0, 0], 303 + //["Myouren Hijiri", [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0], "shsKjX4.png", [0,0,0,0,0,0,0], 0, 0], 304 + // These aren't in because they have no canon physical design. 305 + // but what about Five Magic Stones hehe xd 306 + ["Mimi-chan", [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0], "zBl2zlv.png", [0,0,0,0,0,0,0], 0, 1], 307 + ["Unzan", [0,0,0,0,0,0,0,0,0,0,1,1,0,0,1,0,0,1,0,0,1,0,0,0,0,0,0], "r5eWREh.png", [0,0,1,0,0,0,0], 0, 1], 308 + ["Genji", [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1], "LoUqOuH.png", [0,0,0,0,0,0,0], 0, 1], 309 + ["Shingyoku (Male)", [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0], "a5uwlgN.png", [1,0,0,0,0,0,0], 0, 1], 310 + ["YuugenMagan", [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0], "IOW8GdU.png", [0,0,1,0,0,0,0], 0, 1], 311 + ["Evil Eye Sigma", [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0], "rAFUMwE.png", [0,0,0,0,0,0,1], 0, 1], 312 + ["Great Catfish", [0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0], "BgRi9Oh.png", [0,0,0,0,0,1,0], 0, 1], 313 + ["Morichika Rinnosuke", [0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0], "ITUhsGj.png", [0,0,0,0,0,0,0], 0, 1], 314 + ["Fortune Teller", [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0], "BYot23O.png", [0,0,0,0,0,0,0], 0, 1], 315 + ["Hisoutensoku", [0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0], "P4JZ2it.png", [0,0,0,0,0,0,0], 0, 1], 316 + ];
-54
src/main.js
··· 1 - const options = [ 2 - { 3 - "name": "Include by Series Entry", 4 - "tooltip": "", 5 - "sub": [ 6 - { "Books and CDs": "" }, 7 - { "The Highly Responsive to Prayers": "01 - Reiiden" }, 8 - { "The Story of Eastern Wonderland": "02 - Fuumaroku" }, 9 - { "Phantasmagoria of Dim.Dream": "03 - Yumejikuu" }, 10 - { "Lotus Land Story": "04 - Gensoukyou" }, 11 - { "Mystic Square": "05 - Kaikidan" }, 12 - { "Embodiment of Scarlet Devil": "06 - Koumakan" }, 13 - { "Perfect Cherry Blossom": "07 - Youyoumu" }, 14 - { "Imperishable Night": "08 - Eiyashou" }, 15 - { "Immaterial and Missing Power": "07.5 - Suimusou" }, 16 - { "Phantasmagoria of Flower View": "09 - Kaeidzuka" }, 17 - { "Shoot the Bullet": "09.5 - Bunkachou" }, 18 - { "Mountain of Faith": "10 - Fuujinroku" }, 19 - { "Scarlet Weather Rhapsody": "10.5 - Hisouten" }, 20 - { "Subterranean Animism": "11 - Chireiden" }, 21 - { "Undefined Fantastic Object": "12 - Seirensen" }, 22 - { "Touhou Hisoutensoku": "12.3 - Hisoutensoku" }, 23 - { "Double Spoiler": "12.5 - Bunkachou" }, 24 - { "Great Fairy Wars": "12.8 - Daisensou" }, 25 - { "Ten Desires": "13 - Shinreibyou" }, 26 - { "Hopeless Masquerade": "13.5 - Shinkirou" }, 27 - { "Double Dealing Character": "14 - Kishinjou" }, 28 - { "Impossible Spell Card": "14.3 - Amanojaku" }, 29 - { "Urban Legend in Limbo": "14.5 - Shinpiroku" }, 30 - { "Legacy of Lunatic Kingdom": "15 - Kanjuden" }, 31 - { "Hidden Star in Four Seasons": "16 - Tenkuushou" }, 32 - { "Antinomy of Common Flowers": "15.5 - Hyouibana" }, 33 - ] 34 - }, 35 - "-----", 36 - { 37 - "name": "Include by Stage Appearances", 38 - "tooltip": "", 39 - "sub": [ 40 - { "Stage 1": "" }, 41 - { "Stage 2": "" }, 42 - { "Stage 3": "" }, 43 - { "Stage 4": "" }, 44 - { "Penultimate Stage": "Stage 4 in 5-stage games, Stage 5 in normal games, and Stage 8 in 9-stage games." }, 45 - { "Final Stage": "" }, 46 - { "Extra Stage": "Phantasm is included." } 47 - ] 48 - }, 49 - "-----", 50 - { "Include PC-98 Duplicates": "PC-98 characters with a Windows counterpart will be included." }, 51 - { "Include Non-Girls": "Certain non-female characters will be included." }, 52 - { "Show Character Images": "" }, 53 - ]; 54 - 55 1 window.onload = init; 56 2 57 3 function init() {