A Neptunia Character Sorter
0
fork

Configure Feed

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

Update filter names

+5 -5
+5 -5
src/js/data/2018-02-22.js
··· 38 38 ] 39 39 }, 40 40 { 41 - name: "Remove alternate forms", 41 + name: "Include alternate forms", 42 42 key: "form", 43 - tooltip: "Check this to remove alternate form counterparts to characters." 43 + tooltip: "Check this to include alternate form counterparts to characters." 44 44 }, 45 45 { 46 46 name: "Remove different dimension duplicates", 47 47 key: "dim", 48 - tooltip: "Check this to remove alternate dimension counterparts to characters." 48 + tooltip: "Check this to include alternate dimension counterparts to characters." 49 49 }, 50 50 { 51 - name: "Remove Non-Girls", 51 + name: "Include Non-Girls", 52 52 key: "notgirl", 53 - tooltip: "Check this to remove all non-female characters." 53 + tooltip: "Check this to include all non-female characters." 54 54 } 55 55 ]; 56 56