From 63ab869b8631edede89b1d9594dee6d426597c0a Mon Sep 17 00:00:00 2001 From: Hexugory Date: Wed, 29 Mar 2023 15:20:49 -0500 Subject: [PATCH] make type an int --- src/characters.json | 230 +++++++++++++++++++++++--------------------- 1 file changed, 120 insertions(+), 110 deletions(-) diff --git a/src/characters.json b/src/characters.json index bb3435b..c5953e0 100644 --- a/src/characters.json +++ b/src/characters.json @@ -1,9 +1,19 @@ [ - null, + { + "name": "Undefined", + "nameShort": "Undefined", + "type": 0, + "img": "https://example.com/example.png", + "stat1": 10, + "stat2": 10, + "stat3": 10, + "stat4": 10, + "stat5": 10 + }, { "name": "Reimu Hakurei", "nameShort": "Reimu", - "type": "something", + "type": 0, "img": "https://example.com/example.png", "stat1": 10, "stat2": 10, @@ -14,7 +24,7 @@ { "name": "Marisa Kirisame", "nameShort": "Marisa", - "type": "something", + "type": 0, "img": "https://example.com/example.png", "stat1": 10, "stat2": 10, @@ -25,7 +35,7 @@ { "name": "Rumia", "nameShort": "Rumia", - "type": "something", + "type": 0, "img": "https://example.com/example.png", "stat1": 10, "stat2": 10, @@ -36,7 +46,7 @@ { "name": "Daiyousei", "nameShort": "Daiyousei", - "type": "something", + "type": 0, "img": "https://example.com/example.png", "stat1": 10, "stat2": 10, @@ -47,7 +57,7 @@ { "name": "Cirno", "nameShort": "Cirno", - "type": "something", + "type": 0, "img": "https://example.com/example.png", "stat1": 10, "stat2": 10, @@ -58,7 +68,7 @@ { "name": "Hong Meiling", "nameShort": "Meiling", - "type": "something", + "type": 0, "img": "https://example.com/example.png", "stat1": 10, "stat2": 10, @@ -69,7 +79,7 @@ { "name": "Koakuma", "nameShort": "Koakuma", - "type": "something", + "type": 0, "img": "https://example.com/example.png", "stat1": 10, "stat2": 10, @@ -80,7 +90,7 @@ { "name": "Patchouli Knowledge", "nameShort": "Patchouli", - "type": "something", + "type": 0, "img": "https://example.com/example.png", "stat1": 10, "stat2": 10, @@ -91,7 +101,7 @@ { "name": "Sakuya Izayoi", "nameShort": "Sakuya", - "type": "something", + "type": 0, "img": "https://example.com/example.png", "stat1": 10, "stat2": 10, @@ -102,7 +112,7 @@ { "name": "Remilia Scarlet", "nameShort": "Remilia", - "type": "something", + "type": 0, "img": "https://example.com/example.png", "stat1": 10, "stat2": 10, @@ -113,7 +123,7 @@ { "name": "Flandre Scarlet", "nameShort": "Flandre", - "type": "something", + "type": 0, "img": "https://example.com/example.png", "stat1": 10, "stat2": 10, @@ -124,7 +134,7 @@ { "name": "Letty Whiterock", "nameShort": "Letty", - "type": "something", + "type": 0, "img": "https://example.com/example.png", "stat1": 10, "stat2": 10, @@ -135,7 +145,7 @@ { "name": "Chen", "nameShort": "Chen", - "type": "something", + "type": 0, "img": "https://example.com/example.png", "stat1": 10, "stat2": 10, @@ -146,7 +156,7 @@ { "name": "Alice Margatroid", "nameShort": "Alice", - "type": "something", + "type": 0, "img": "https://example.com/example.png", "stat1": 10, "stat2": 10, @@ -157,7 +167,7 @@ { "name": "Lily White", "nameShort": "Lily", - "type": "something", + "type": 0, "img": "https://example.com/example.png", "stat1": 10, "stat2": 10, @@ -168,7 +178,7 @@ { "name": "Lyrica Prismriver", "nameShort": "Lyrica", - "type": "something", + "type": 0, "img": "https://example.com/example.png", "stat1": 10, "stat2": 10, @@ -179,7 +189,7 @@ { "name": "Lunasa Prismriver", "nameShort": "Lunasa", - "type": "something", + "type": 0, "img": "https://example.com/example.png", "stat1": 10, "stat2": 10, @@ -190,7 +200,7 @@ { "name": "Merlin Prismriver", "nameShort": "Merlin", - "type": "something", + "type": 0, "img": "https://example.com/example.png", "stat1": 10, "stat2": 10, @@ -201,7 +211,7 @@ { "name": "Youmu Konpaku", "nameShort": "Youmu", - "type": "something", + "type": 0, "img": "https://example.com/example.png", "stat1": 10, "stat2": 10, @@ -212,7 +222,7 @@ { "name": "Yuyuko Saigyouji", "nameShort": "Yuyuko", - "type": "something", + "type": 0, "img": "https://example.com/example.png", "stat1": 10, "stat2": 10, @@ -223,7 +233,7 @@ { "name": "Ran Yakumo", "nameShort": "Ran", - "type": "something", + "type": 0, "img": "https://example.com/example.png", "stat1": 10, "stat2": 10, @@ -234,7 +244,7 @@ { "name": "Yukari Yakumo", "nameShort": "Yukari", - "type": "something", + "type": 0, "img": "https://example.com/example.png", "stat1": 10, "stat2": 10, @@ -245,7 +255,7 @@ { "name": "Wriggle Nightbug", "nameShort": "Wriggle", - "type": "something", + "type": 0, "img": "https://example.com/example.png", "stat1": 10, "stat2": 10, @@ -256,7 +266,7 @@ { "name": "Mystia Lorelei", "nameShort": "Mystia", - "type": "something", + "type": 0, "img": "https://example.com/example.png", "stat1": 10, "stat2": 10, @@ -267,7 +277,7 @@ { "name": "Keine Kamishirasawa", "nameShort": "Keine", - "type": "something", + "type": 0, "img": "https://example.com/example.png", "stat1": 10, "stat2": 10, @@ -278,7 +288,7 @@ { "name": "Tewi Inaba", "nameShort": "Mystia", - "type": "something", + "type": 0, "img": "https://example.com/example.png", "stat1": 10, "stat2": 10, @@ -289,7 +299,7 @@ { "name": "Reisen Udongein Inaba", "nameShort": "Reisen", - "type": "something", + "type": 0, "img": "https://example.com/example.png", "stat1": 10, "stat2": 10, @@ -300,7 +310,7 @@ { "name": "Kaguya Houraisan", "nameShort": "Kaguya", - "type": "something", + "type": 0, "img": "https://example.com/example.png", "stat1": 10, "stat2": 10, @@ -311,7 +321,7 @@ { "name": "Eirin Yagokoro", "nameShort": "Eirin", - "type": "something", + "type": 0, "img": "https://example.com/example.png", "stat1": 10, "stat2": 10, @@ -322,7 +332,7 @@ { "name": "Fujiwara no Mokou", "nameShort": "Mokou", - "type": "something", + "type": 0, "img": "https://example.com/example.png", "stat1": 10, "stat2": 10, @@ -333,7 +343,7 @@ { "name": "Suika Ibuki", "nameShort": "Suika", - "type": "something", + "type": 0, "img": "https://example.com/example.png", "stat1": 10, "stat2": 10, @@ -344,7 +354,7 @@ { "name": "Aya Shameimaru", "nameShort": "Aya", - "type": "something", + "type": 0, "img": "https://example.com/example.png", "stat1": 10, "stat2": 10, @@ -355,7 +365,7 @@ { "name": "Yuuka Kazami", "nameShort": "Yuuka", - "type": "something", + "type": 0, "img": "https://example.com/example.png", "stat1": 10, "stat2": 10, @@ -366,7 +376,7 @@ { "name": "Medicine Melancholy", "nameShort": "Medicine", - "type": "something", + "type": 0, "img": "https://example.com/example.png", "stat1": 10, "stat2": 10, @@ -377,7 +387,7 @@ { "name": "Komachi Onozuka", "nameShort": "Komachi", - "type": "something", + "type": 0, "img": "https://example.com/example.png", "stat1": 10, "stat2": 10, @@ -388,7 +398,7 @@ { "name": "Eiki Shiki", "nameShort": "Eiki", - "type": "something", + "type": 0, "img": "https://example.com/example.png", "stat1": 10, "stat2": 10, @@ -399,7 +409,7 @@ { "name": "Shizuha Aki", "nameShort": "Shizuha", - "type": "something", + "type": 0, "img": "https://example.com/example.png", "stat1": 10, "stat2": 10, @@ -410,7 +420,7 @@ { "name": "Minoriko Aki", "nameShort": "Minoriko", - "type": "something", + "type": 0, "img": "https://example.com/example.png", "stat1": 10, "stat2": 10, @@ -421,7 +431,7 @@ { "name": "Hina Kagiyama", "nameShort": "Hina", - "type": "something", + "type": 0, "img": "https://example.com/example.png", "stat1": 10, "stat2": 10, @@ -432,7 +442,7 @@ { "name": "Nitori Kawashiro", "nameShort": "Nitori", - "type": "something", + "type": 0, "img": "https://example.com/example.png", "stat1": 10, "stat2": 10, @@ -443,7 +453,7 @@ { "name": "Momiji Inubashiri", "nameShort": "Momiji", - "type": "something", + "type": 0, "img": "https://example.com/example.png", "stat1": 10, "stat2": 10, @@ -454,7 +464,7 @@ { "name": "Sanae Kochiya", "nameShort": "Sanae", - "type": "something", + "type": 0, "img": "https://example.com/example.png", "stat1": 10, "stat2": 10, @@ -465,7 +475,7 @@ { "name": "Kanako Yasaka", "nameShort": "Kanako", - "type": "something", + "type": 0, "img": "https://example.com/example.png", "stat1": 10, "stat2": 10, @@ -476,7 +486,7 @@ { "name": "Suwako Moriya", "nameShort": "Suwako", - "type": "something", + "type": 0, "img": "https://example.com/example.png", "stat1": 10, "stat2": 10, @@ -487,7 +497,7 @@ { "name": "Iku Nagae", "nameShort": "Iku", - "type": "something", + "type": 0, "img": "https://example.com/example.png", "stat1": 10, "stat2": 10, @@ -498,7 +508,7 @@ { "name": "Tenshi Hinanawi", "nameShort": "Tenshi", - "type": "something", + "type": 0, "img": "https://example.com/example.png", "stat1": 10, "stat2": 10, @@ -509,7 +519,7 @@ { "name": "Kisume", "nameShort": "Kisume", - "type": "something", + "type": 0, "img": "https://example.com/example.png", "stat1": 10, "stat2": 10, @@ -520,7 +530,7 @@ { "name": "Yamame Kurodani", "nameShort": "Yamame", - "type": "something", + "type": 0, "img": "https://example.com/example.png", "stat1": 10, "stat2": 10, @@ -531,7 +541,7 @@ { "name": "Parsee Mizuhashi", "nameShort": "Parsee", - "type": "something", + "type": 0, "img": "https://example.com/example.png", "stat1": 10, "stat2": 10, @@ -542,7 +552,7 @@ { "name": "Yuugi Hoshiguma", "nameShort": "Yuugi", - "type": "something", + "type": 0, "img": "https://example.com/example.png", "stat1": 10, "stat2": 10, @@ -553,7 +563,7 @@ { "name": "Satori Komeiji", "nameShort": "Satori", - "type": "something", + "type": 0, "img": "https://example.com/example.png", "stat1": 10, "stat2": 10, @@ -564,7 +574,7 @@ { "name": "Rin Kaenbyou", "nameShort": "Rin", - "type": "something", + "type": 0, "img": "https://example.com/example.png", "stat1": 10, "stat2": 10, @@ -575,7 +585,7 @@ { "name": "Utsuho Reiuji", "nameShort": "Utsuho", - "type": "something", + "type": 0, "img": "https://example.com/example.png", "stat1": 10, "stat2": 10, @@ -586,7 +596,7 @@ { "name": "Koishi Komeiji", "nameShort": "Koishi", - "type": "something", + "type": 0, "img": "https://example.com/example.png", "stat1": 10, "stat2": 10, @@ -597,7 +607,7 @@ { "name": "Nazrin", "nameShort": "Nazrin", - "type": "something", + "type": 0, "img": "https://example.com/example.png", "stat1": 10, "stat2": 10, @@ -608,7 +618,7 @@ { "name": "Kogasa Tatara", "nameShort": "Kogasa", - "type": "something", + "type": 0, "img": "https://example.com/example.png", "stat1": 10, "stat2": 10, @@ -619,7 +629,7 @@ { "name": "Ichirin Kumoi", "nameShort": "Ichirin", - "type": "something", + "type": 0, "img": "https://example.com/example.png", "stat1": 10, "stat2": 10, @@ -630,7 +640,7 @@ { "name": "Minamitsu Murasa", "nameShort": "Minamitsu", - "type": "something", + "type": 0, "img": "https://example.com/example.png", "stat1": 10, "stat2": 10, @@ -641,7 +651,7 @@ { "name": "Shou Toramaru", "nameShort": "Shou", - "type": "something", + "type": 0, "img": "https://example.com/example.png", "stat1": 10, "stat2": 10, @@ -652,7 +662,7 @@ { "name": "Byakuren Hijiri", "nameShort": "Byakuren", - "type": "something", + "type": 0, "img": "https://example.com/example.png", "stat1": 10, "stat2": 10, @@ -663,7 +673,7 @@ { "name": "Nue Houjuu", "nameShort": "Nue", - "type": "something", + "type": 0, "img": "https://example.com/example.png", "stat1": 10, "stat2": 10, @@ -674,7 +684,7 @@ { "name": "Hatate Himekaidou", "nameShort": "Hatate", - "type": "something", + "type": 0, "img": "https://example.com/example.png", "stat1": 10, "stat2": 10, @@ -685,7 +695,7 @@ { "name": "Kyouko Kasodani", "nameShort": "Kyouko", - "type": "something", + "type": 0, "img": "https://example.com/example.png", "stat1": 10, "stat2": 10, @@ -696,7 +706,7 @@ { "name": "Yoshika Miyako", "nameShort": "Yoshika", - "type": "something", + "type": 0, "img": "https://example.com/example.png", "stat1": 10, "stat2": 10, @@ -707,7 +717,7 @@ { "name": "Seiga Kaku", "nameShort": "Seiga", - "type": "something", + "type": 0, "img": "https://example.com/example.png", "stat1": 10, "stat2": 10, @@ -718,7 +728,7 @@ { "name": "Mononobe no Futo", "nameShort": "Futo", - "type": "something", + "type": 0, "img": "https://example.com/example.png", "stat1": 10, "stat2": 10, @@ -729,7 +739,7 @@ { "name": "Toyosatomimi no Miko", "nameShort": "Miko", - "type": "something", + "type": 0, "img": "https://example.com/example.png", "stat1": 10, "stat2": 10, @@ -740,7 +750,7 @@ { "name": "Mamizou Futatsuiwa", "nameShort": "Mamizou", - "type": "something", + "type": 0, "img": "https://example.com/example.png", "stat1": 10, "stat2": 10, @@ -751,7 +761,7 @@ { "name": "Hata no Kokoro", "nameShort": "Yoshika", - "type": "something", + "type": 0, "img": "https://example.com/example.png", "stat1": 10, "stat2": 10, @@ -762,7 +772,7 @@ { "name": "Wakasagihime", "nameShort": "Wakasagihime", - "type": "something", + "type": 0, "img": "https://example.com/example.png", "stat1": 10, "stat2": 10, @@ -773,7 +783,7 @@ { "name": "Sekibanki", "nameShort": "Sekibanki", - "type": "something", + "type": 0, "img": "https://example.com/example.png", "stat1": 10, "stat2": 10, @@ -784,7 +794,7 @@ { "name": "Kagerou Imaizumi", "nameShort": "Kagerou", - "type": "something", + "type": 0, "img": "https://example.com/example.png", "stat1": 10, "stat2": 10, @@ -795,7 +805,7 @@ { "name": "Yatsuhashi Tsukumo", "nameShort": "Yatsuhashi", - "type": "something", + "type": 0, "img": "https://example.com/example.png", "stat1": 10, "stat2": 10, @@ -806,7 +816,7 @@ { "name": "Benben Tsukumo", "nameShort": "Yatsuhashi", - "type": "something", + "type": 0, "img": "https://example.com/example.png", "stat1": 10, "stat2": 10, @@ -817,7 +827,7 @@ { "name": "Seija Kijin", "nameShort": "Yatsuhashi", - "type": "something", + "type": 0, "img": "https://example.com/example.png", "stat1": 10, "stat2": 10, @@ -828,7 +838,7 @@ { "name": "Shinmyoumaru Sukuna", "nameShort": "Shinmyoumaru", - "type": "something", + "type": 0, "img": "https://example.com/example.png", "stat1": 10, "stat2": 10, @@ -839,7 +849,7 @@ { "name": "Raiko Horikawa", "nameShort": "Raiko", - "type": "something", + "type": 0, "img": "https://example.com/example.png", "stat1": 10, "stat2": 10, @@ -850,7 +860,7 @@ { "name": "Sumireko Usami", "nameShort": "Sumireko", - "type": "something", + "type": 0, "img": "https://example.com/example.png", "stat1": 10, "stat2": 10, @@ -861,7 +871,7 @@ { "name": "Seiran", "nameShort": "Seiran", - "type": "something", + "type": 0, "img": "https://example.com/example.png", "stat1": 10, "stat2": 10, @@ -872,7 +882,7 @@ { "name": "Ringo", "nameShort": "Ringo", - "type": "something", + "type": 0, "img": "https://example.com/example.png", "stat1": 10, "stat2": 10, @@ -883,7 +893,7 @@ { "name": "Doremy Sweet", "nameShort": "Doremy", - "type": "something", + "type": 0, "img": "https://example.com/example.png", "stat1": 10, "stat2": 10, @@ -894,7 +904,7 @@ { "name": "Sagume Kishin", "nameShort": "Sagume", - "type": "something", + "type": 0, "img": "https://example.com/example.png", "stat1": 10, "stat2": 10, @@ -905,7 +915,7 @@ { "name": "Clownpiece", "nameShort": "Clownpiece", - "type": "something", + "type": 0, "img": "https://example.com/example.png", "stat1": 10, "stat2": 10, @@ -916,7 +926,7 @@ { "name": "Junko", "nameShort": "Junko", - "type": "something", + "type": 0, "img": "https://example.com/example.png", "stat1": 10, "stat2": 10, @@ -927,7 +937,7 @@ { "name": "Hecatia Lapislazuli", "nameShort": "Hecatia", - "type": "something", + "type": 0, "img": "https://example.com/example.png", "stat1": 10, "stat2": 10, @@ -938,7 +948,7 @@ { "name": "Eternity Larva", "nameShort": "Larva", - "type": "something", + "type": 0, "img": "https://example.com/example.png", "stat1": 10, "stat2": 10, @@ -949,7 +959,7 @@ { "name": "Nemuno Sakata", "nameShort": "Nemuno", - "type": "something", + "type": 0, "img": "https://example.com/example.png", "stat1": 10, "stat2": 10, @@ -960,7 +970,7 @@ { "name": "Aunn Komano", "nameShort": "Aunn", - "type": "something", + "type": 0, "img": "https://example.com/example.png", "stat1": 10, "stat2": 10, @@ -971,7 +981,7 @@ { "name": "Narumi Yatadera", "nameShort": "Narumi", - "type": "something", + "type": 0, "img": "https://example.com/example.png", "stat1": 10, "stat2": 10, @@ -982,7 +992,7 @@ { "name": "Satono Nishida", "nameShort": "Satono", - "type": "something", + "type": 0, "img": "https://example.com/example.png", "stat1": 10, "stat2": 10, @@ -993,7 +1003,7 @@ { "name": "Mai Teireida", "nameShort": "Mai", - "type": "something", + "type": 0, "img": "https://example.com/example.png", "stat1": 10, "stat2": 10, @@ -1004,7 +1014,7 @@ { "name": "Okina Matara", "nameShort": "Okina", - "type": "something", + "type": 0, "img": "https://example.com/example.png", "stat1": 10, "stat2": 10, @@ -1015,7 +1025,7 @@ { "name": "Joon Yorigami", "nameShort": "Joon", - "type": "something", + "type": 0, "img": "https://example.com/example.png", "stat1": 10, "stat2": 10, @@ -1026,7 +1036,7 @@ { "name": "Shion Yorigami", "nameShort": "Shion", - "type": "something", + "type": 0, "img": "https://example.com/example.png", "stat1": 10, "stat2": 10, @@ -1037,7 +1047,7 @@ { "name": "Eika Ebisu", "nameShort": "Eika", - "type": "something", + "type": 0, "img": "https://example.com/example.png", "stat1": 10, "stat2": 10, @@ -1048,7 +1058,7 @@ { "name": "Urumi Ushizaki", "nameShort": "Urumi", - "type": "something", + "type": 0, "img": "https://example.com/example.png", "stat1": 10, "stat2": 10, @@ -1059,7 +1069,7 @@ { "name": "Kutaka Niwatari", "nameShort": "Kutaka", - "type": "something", + "type": 0, "img": "https://example.com/example.png", "stat1": 10, "stat2": 10, @@ -1070,7 +1080,7 @@ { "name": "Yachie Kicchou", "nameShort": "Yachie", - "type": "something", + "type": 0, "img": "https://example.com/example.png", "stat1": 10, "stat2": 10, @@ -1081,7 +1091,7 @@ { "name": "Mayumi Joutouguu", "nameShort": "Mayumi", - "type": "something", + "type": 0, "img": "https://example.com/example.png", "stat1": 10, "stat2": 10, @@ -1092,7 +1102,7 @@ { "name": "Keiki Haniyasushin", "nameShort": "Keiki", - "type": "something", + "type": 0, "img": "https://example.com/example.png", "stat1": 10, "stat2": 10, @@ -1103,7 +1113,7 @@ { "name": "Saki Kurokoma", "nameShort": "Saki", - "type": "something", + "type": 0, "img": "https://example.com/example.png", "stat1": 10, "stat2": 10, @@ -1114,7 +1124,7 @@ { "name": "Mike Goutokuji", "nameShort": "Mike", - "type": "something", + "type": 0, "img": "https://example.com/example.png", "stat1": 10, "stat2": 10, @@ -1125,7 +1135,7 @@ { "name": "Takane Yamashiro", "nameShort": "Takane", - "type": "something", + "type": 0, "img": "https://example.com/example.png", "stat1": 10, "stat2": 10, @@ -1136,7 +1146,7 @@ { "name": "Sannyo Komakusa", "nameShort": "Sannyo", - "type": "something", + "type": 0, "img": "https://example.com/example.png", "stat1": 10, "stat2": 10, @@ -1147,7 +1157,7 @@ { "name": "Misumaru Tamatsukuri", "nameShort": "Misumaru", - "type": "something", + "type": 0, "img": "https://example.com/example.png", "stat1": 10, "stat2": 10, @@ -1158,7 +1168,7 @@ { "name": "Tsukasa Kudamaki", "nameShort": "Tsukasa", - "type": "something", + "type": 0, "img": "https://example.com/example.png", "stat1": 10, "stat2": 10, @@ -1169,7 +1179,7 @@ { "name": "Megumu Iizunamaru", "nameShort": "Megumu", - "type": "something", + "type": 0, "img": "https://example.com/example.png", "stat1": 10, "stat2": 10, @@ -1180,7 +1190,7 @@ { "name": "Chimata Tenkyuu", "nameShort": "Chimata", - "type": "something", + "type": 0, "img": "https://example.com/example.png", "stat1": 10, "stat2": 10, @@ -1191,7 +1201,7 @@ { "name": "Momoyo Himemushi", "nameShort": "Momoyo", - "type": "something", + "type": 0, "img": "https://example.com/example.png", "stat1": 10, "stat2": 10,