A Neptunia Character Sorter
0
fork

Configure Feed

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

Main Game Characters

+363 -53
+1
CNAME
··· 1 + nep.jamessliu.com
img/5pb._Lyrica.png

This is a binary file and will not be displayed.

img/Abaddon.png

This is a binary file and will not be displayed.

img/Abnes.png

This is a binary file and will not be displayed.

img/Affimojas.png

This is a binary file and will not be displayed.

img/Anonydeath.png

This is a binary file and will not be displayed.

img/Arfoire.png

This is a binary file and will not be displayed.

img/Azna=Leb.png

This is a binary file and will not be displayed.

img/B-Sha.png

This is a binary file and will not be displayed.

img/Bamo.png

This is a binary file and will not be displayed.

img/Blanc.png

This is a binary file and will not be displayed.

img/Broccoli.png

This is a binary file and will not be displayed.

img/C-Sha.png

This is a binary file and will not be displayed.

img/CFW_Brave.png

This is a binary file and will not be displayed.

img/CFW_Judge.png

This is a binary file and will not be displayed.

img/CFW_Magic.png

This is a binary file and will not be displayed.

img/CFW_Trick.png

This is a binary file and will not be displayed.

img/Cave.png

This is a binary file and will not be displayed.

img/Cheekama.png

This is a binary file and will not be displayed.

img/Chika_Hakozaki.png

This is a binary file and will not be displayed.

img/Chuuko.png

This is a binary file and will not be displayed.

img/Compa.png

This is a binary file and will not be displayed.

img/Compile.png

This is a binary file and will not be displayed.

img/Copypaste.png

This is a binary file and will not be displayed.

img/Croire.png

This is a binary file and will not be displayed.

img/CyberConnect2.png

This is a binary file and will not be displayed.

img/Deco.png

This is a binary file and will not be displayed.

img/Dengekiko.png

This is a binary file and will not be displayed.

img/Dogoo_Lady.png

This is a binary file and will not be displayed.

img/Dogoo_Man.png

This is a binary file and will not be displayed.

img/Falcom.png

This is a binary file and will not be displayed.

img/Falcom_Young.png

This is a binary file and will not be displayed.

img/Famitsu.png

This is a binary file and will not be displayed.

img/Financier.png

This is a binary file and will not be displayed.

img/Furapura.png

This is a binary file and will not be displayed.

img/God_Eater.png

This is a binary file and will not be displayed.

img/Guild_Woman.png

This is a binary file and will not be displayed.

img/Gust.png

This is a binary file and will not be displayed.

img/Histoire.png

This is a binary file and will not be displayed.

img/Histoire_UltraDimension.png

This is a binary file and will not be displayed.

img/Horyuchu.png

This is a binary file and will not be displayed.

img/IF.png

This is a binary file and will not be displayed.

img/K-Sha.png

This is a binary file and will not be displayed.

img/Kei_Jinguji.png

This is a binary file and will not be displayed.

img/Linda_Underling.png

This is a binary file and will not be displayed.

img/MAGES.png

This is a binary file and will not be displayed.

img/MarvelousAQL.png

This is a binary file and will not be displayed.

img/Million_Arthur.png

This is a binary file and will not be displayed.

img/Mina_Nishizawa.png

This is a binary file and will not be displayed.

img/Mr._Badd.png

This is a binary file and will not be displayed.

img/NISA.png

This is a binary file and will not be displayed.

img/Nepgear.png

This is a binary file and will not be displayed.

img/Nepgya.png

This is a binary file and will not be displayed.

img/Neptune.png

This is a binary file and will not be displayed.

img/Neptune_UltraDimension.png

This is a binary file and will not be displayed.

img/Nitroplus.png

This is a binary file and will not be displayed.

img/Noire.png

This is a binary file and will not be displayed.

img/Order_Woman.png

This is a binary file and will not be displayed.

img/Peashy.png

This is a binary file and will not be displayed.

img/Plutia.png

This is a binary file and will not be displayed.

img/RED.png

This is a binary file and will not be displayed.

img/Ram.png

This is a binary file and will not be displayed.

img/Raw_Meat.png

This is a binary file and will not be displayed.

img/Regu.png

This is a binary file and will not be displayed.

img/Rei_Ryghts.png

This is a binary file and will not be displayed.

img/Rom.png

This is a binary file and will not be displayed.

img/S-Sha.png

This is a binary file and will not be displayed.

img/Steamax.png

This is a binary file and will not be displayed.

img/Stella.png

This is a binary file and will not be displayed.

img/Tekken.png

This is a binary file and will not be displayed.

img/Umio.png

This is a binary file and will not be displayed.

img/Uni.png

This is a binary file and will not be displayed.

img/Uzume_Tennouboshi.png

This is a binary file and will not be displayed.

img/Vert.png

This is a binary file and will not be displayed.

img/Warechu.png

This is a binary file and will not be displayed.

img/Zolgelicoff_Tetsu.png

This is a binary file and will not be displayed.

+4 -4
src/js/data.js
··· 5 5 6 6 /** 7 7 * Data set. Characters will be removed from the sorting array based on selected options, working down the array. 8 - * 8 + * 9 9 * @type {Object.<string, {options: Options, characterData: CharData}>} 10 10 */ 11 11 const dataSet = {}; 12 12 13 - /** 13 + /** 14 14 * Data set version, in YYYY-MM-DD form. 15 - * 15 + * 16 16 * @example '2018-02-20' 17 17 */ 18 18 let dataSetVersion = ''; ··· 20 20 /** 21 21 * Image root, will be appended to the start of every image URL. 22 22 */ 23 - const imageRoot = 'https://i.imgur.com/'; 23 + const imageRoot = 'https://nep.jamessliu.com/img/';
+358 -49
src/js/data/2018-02-22.js
··· 55 55 56 56 dataSet[dataSetVersion].characterData = [ 57 57 { 58 + name: "5pb. (Lyrica)", 59 + img: "5pb._Lyrica.png", 60 + opts: {}, 61 + }, 62 + { 63 + name: "Abaddon", 64 + img: "Abaddon.png", 65 + opts: {}, 66 + }, 67 + { 68 + name: "Abnes", 69 + img: "Abnes.png", 70 + opts: {}, 71 + }, 72 + { 73 + name: "Affimojas", 74 + img: "Affimojas.png", 75 + opts: {}, 76 + }, 77 + { 78 + name: "Anonydeath", 79 + img: "Anonydeath.png", 80 + opts: {}, 81 + }, 82 + { 83 + name: "Arfoire", 84 + img: "Arfoire.png", 85 + opts: {}, 86 + }, 87 + { 88 + name: "Azna=Leb", 89 + img: "Azna=Leb.png", 90 + opts: {}, 91 + }, 92 + { 93 + name: "Bamo", 94 + img: "Bamo.png", 95 + opts: {}, 96 + }, 97 + { 98 + name: "Blanc", 99 + img: "Blanc.png", 100 + opts: {}, 101 + }, 102 + { 103 + name: "Broccoli", 104 + img: "Broccoli.png", 105 + opts: {}, 106 + }, 107 + { 108 + name: "Cave", 109 + img: "Cave.png", 110 + opts: {}, 111 + }, 112 + { 113 + name: "CFW Brave", 114 + img: "CFW_Brave.png", 115 + opts: {}, 116 + }, 117 + { 118 + name: "CFW Judge", 119 + img: "CFW_Judge.png", 120 + opts: {}, 121 + }, 122 + { 123 + name: "CFW Magic", 124 + img: "CFW_Magic.png", 125 + opts: {}, 126 + }, 127 + { 128 + name: "CFW Trick", 129 + img: "CFW_Trick.png", 130 + opts: {}, 131 + }, 132 + { 133 + name: "Cheekama", 134 + img: "Cheekama.png", 135 + opts: {}, 136 + }, 137 + { 138 + name: "Chika Hakozaki", 139 + img: "Chika_Hakozaki.png", 140 + opts: {}, 141 + }, 142 + { 143 + name: "Chuuko", 144 + img: "Chuuko.png", 145 + opts: {}, 146 + }, 147 + { 148 + name: "Compa", 149 + img: "Compa.png", 150 + opts: {}, 151 + }, 152 + { 153 + name: "Compile", 154 + img: "Compile.png", 155 + opts: {}, 156 + }, 157 + { 158 + name: "Copypaste", 159 + img: "Copypaste.png", 160 + opts: {}, 161 + }, 162 + { 163 + name: "Croire", 164 + img: "Croire.png", 165 + opts: {}, 166 + }, 167 + { 168 + name: "CyberConnect2", 169 + img: "CyberConnect2.png", 170 + opts: {}, 171 + }, 172 + { 173 + name: "Deco", 174 + img: "Deco.png", 175 + opts: {}, 176 + }, 177 + { 178 + name: "Dengekiko", 179 + img: "Dengekiko.png", 180 + opts: {}, 181 + }, 182 + { 183 + name: "Dogoo Lady", 184 + img: "Dogoo_Lady.png", 185 + opts: {}, 186 + }, 187 + { 188 + name: "Dogoo Man", 189 + img: "Dogoo_Man.png", 190 + opts: {}, 191 + }, 192 + { 193 + name: "Falcom", 194 + img: "Falcom.png", 195 + opts: {}, 196 + }, 197 + { 198 + name: "Falcom (Young)", 199 + img: "Falcom_Young.png", 200 + opts: {}, 201 + }, 202 + { 203 + name: "Famitsu", 204 + img: "Famitsu.png", 205 + opts: {}, 206 + }, 207 + { 208 + name: "Financier", 209 + img: "Financier.png", 210 + opts: {}, 211 + }, 212 + { 213 + name: "Furapura", 214 + img: "Furapura.png", 215 + opts: {}, 216 + }, 217 + { 218 + name: "God Eater", 219 + img: "God_Eater.png", 220 + opts: {}, 221 + }, 222 + { 223 + name: "Guild Woman", 224 + img: "Guild_Woman.png", 225 + opts: {}, 226 + }, 227 + { 228 + name: "Gust", 229 + img: "Gust.png", 230 + opts: {}, 231 + }, 232 + { 233 + name: "C-Sha", 234 + img: "C-Sha.png", 235 + opts: {}, 236 + }, 237 + { 238 + name: "B-Sha", 239 + img: "B-Sha.png", 240 + opts: {}, 241 + }, 242 + { 243 + name: "S-Sha", 244 + img: "S-Sha.png", 245 + opts: {}, 246 + }, 247 + { 248 + name: "K-Sha", 249 + img: "K-Sha.png", 250 + opts: {}, 251 + }, 252 + { 253 + name: "Histoire", 254 + img: "Histoire.png", 255 + opts: {}, 256 + }, 257 + { 258 + name: "Histoire (Ultra Dimension)", 259 + img: "Histoire_UltraDimension.png", 260 + opts: {}, 261 + }, 262 + { 263 + name: "Horyuchu", 264 + img: "Horyuchu.png", 265 + opts: {}, 266 + }, 267 + { 268 + name: "IF", 269 + img: "IF.png", 270 + opts: {}, 271 + }, 272 + { 273 + name: "Kei Jinguji", 274 + img: "Kei_Jinguji.png", 275 + opts: {}, 276 + }, 277 + { 278 + name: "Linda (Underling)", 279 + img: "Linda_Underling.png", 280 + opts: {}, 281 + }, 282 + { 283 + name: "MAGES.", 284 + img: "MAGES.png", 285 + opts: {}, 286 + }, 287 + { 288 + name: "MarvelousAQL", 289 + img: "MarvelousAQL.png", 290 + opts: {}, 291 + }, 292 + { 293 + name: "Million Arthur", 294 + img: "Million_Arthur.png", 295 + opts: {}, 296 + }, 297 + { 298 + name: "Mina Nishizawa", 299 + img: "Mina_Nishizawa.png", 300 + opts: {}, 301 + }, 302 + { 303 + name: "Mr. Badd", 304 + img: "Mr._Badd.png", 305 + opts: {}, 306 + }, 307 + { 308 + name: "Nepgear", 309 + img: "Nepgear.png", 310 + opts: {}, 311 + }, 312 + { 313 + name: "Nepgya", 314 + img: "Nepgya.png", 315 + opts: {}, 316 + }, 317 + { 58 318 name: "Neptune", 59 - img: "c5DqpgX.png", 319 + img: "Neptune.png", 60 320 opts: { 61 - game: [ "hdn", "mk2", "v", "vii", "pp", "gbh", "au", "zomb", "sega", "fgo", "nnc", "rb1", "rb2", "rb3", "viir" ], 62 - type: [ "cpu" ] 63 - } 321 + type: ['cpu'], 322 + }, 323 + }, 324 + { 325 + name: "Neptune (Ultra Dimension)", 326 + img: "Neptune_UltraDimension.png", 327 + opts: {}, 328 + }, 329 + { 330 + name: "NISA", 331 + img: "NISA.png", 332 + opts: {}, 333 + }, 334 + { 335 + name: "Nitroplus", 336 + img: "Nitroplus.png", 337 + opts: {}, 64 338 }, 65 339 { 66 340 name: "Noire", 67 - img: "tJnkSzK.png", 68 - opts: { 69 - game: [ "hdn", "mk2", "v", "vii", "pp", "gbh", "au", "zomb", "fgo", "nnc", "rb1", "rb2", "rb3", "viir" ], 70 - type: [ "cpu" ] 71 - } 341 + img: "Noire.png", 342 + opts: {}, 343 + }, 344 + { 345 + name: "Order Woman", 346 + img: "Order_Woman.png", 347 + opts: {}, 348 + }, 349 + { 350 + name: "Peashy", 351 + img: "Peashy.png", 352 + opts: {}, 353 + }, 354 + { 355 + name: "Plutia", 356 + img: "Plutia.png", 357 + opts: {}, 358 + }, 359 + { 360 + name: "Ram", 361 + img: "Ram.png", 362 + opts: {}, 363 + }, 364 + { 365 + name: "Raw Meat", 366 + img: "Raw_Meat.png", 367 + opts: {}, 368 + }, 369 + { 370 + name: "RED", 371 + img: "RED.png", 372 + opts: {}, 373 + }, 374 + { 375 + name: "Regu", 376 + img: "Regu.png", 377 + opts: {}, 378 + }, 379 + { 380 + name: "Rei Ryghts", 381 + img: "Rei_Ryghts.png", 382 + opts: {}, 383 + }, 384 + { 385 + name: "Rom", 386 + img: "Rom.png", 387 + opts: {}, 388 + }, 389 + { 390 + name: "Steamax", 391 + img: "Steamax.png", 392 + opts: {}, 393 + }, 394 + { 395 + name: "Stella", 396 + img: "Stella.png", 397 + opts: {}, 398 + }, 399 + { 400 + name: "Tekken", 401 + img: "Tekken.png", 402 + opts: {}, 72 403 }, 73 404 { 74 - name: "Vert", 75 - img: "0YT7QlS.png", 76 - opts: { 77 - game: [ "hdn", "mk2", "v", "vii", "pp", "gbh", "au", "zomb", "fgo", "nnc", "rb1", "rb2", "rb3", "viir" ], 78 - type: [ "cpu" ] 79 - } 405 + name: "Umio", 406 + img: "Umio.png", 407 + opts: {}, 80 408 }, 81 409 { 82 - name: "Blanc", 83 - img: "NWlZud3.png", 84 - opts: { 85 - game: [ "hdn", "mk2", "v", "vii", "pp", "gbh", "au", "zomb", "fgo", "nnc", "rb1", "rb2", "rb3", "viir" ], 86 - type: [ "cpu" ] 87 - } 410 + name: "Uni", 411 + img: "Uni.png", 412 + opts: {}, 88 413 }, 89 414 { 90 - name: "Purple Heart", 91 - img: "qdveFSy.png", 92 - opts: { 93 - game: [ "hdn", "mk2", "v", "vii", "pp", "gbh", "au", "zomb", "sega", "fgo", "nnc", "rb1", "rb2", "rb3", "viir" ], 94 - type: [ "cpu" ], 95 - form: true, 96 - } 415 + name: "Uzume Tennouboshi", 416 + img: "Uzume_Tennouboshi.png", 417 + opts: {}, 97 418 }, 98 419 { 99 - name: "Black Heart", 100 - img: "ptGp0x4.png", 101 - opts: { 102 - game: [ "hdn", "mk2", "v", "vii", "pp", "gbh", "au", "zomb", "fgo", "nnc", "rb1", "rb2", "rb3", "viir" ], 103 - type: [ "cpu" ], 104 - form: true, 105 - } 420 + name: "Vert", 421 + img: "Vert.png", 422 + opts: {}, 106 423 }, 107 424 { 108 - name: "Green Heart", 109 - img: "vBKdDm4.png", 110 - opts: { 111 - game: [ "hdn", "mk2", "v", "vii", "pp", "gbh", "au", "zomb", "fgo", "nnc", "rb1", "rb2", "rb3", "viir" ], 112 - type: [ "cpu" ], 113 - form: true, 114 - } 425 + name: "Warechu", 426 + img: "Warechu.png", 427 + opts: {}, 115 428 }, 116 429 { 117 - name: "White Heart", 118 - img: "A7ZnuHo.png", 119 - opts: { 120 - game: [ "hdn", "mk2", "v", "vii", "pp", "gbh", "au", "zomb", "fgo", "nnc", "rb1", "rb2", "rb3", "viir" ], 121 - type: [ "cpu" ], 122 - form: true, 123 - } 430 + name: "Zolgelicoff Tetsu", 431 + img: "Zolgelicoff_Tetsu.png", 432 + opts: {}, 124 433 }, 125 434 ];