@@ -13,6 +13,39 @@ const figtable = [
1313 [ "The Lady of Pain" , 6502844 , 6506745 ] ,
1414 [ "Szass Tam" , 6502847 , 6506748 ] ,
1515 [ "Tasha the Witch Queen" , 6502846 , 6506747 ] ,
16+
17+ // Spider man
18+ [ "Miles Morales / Spider-Man" , 6568959 , 6568947 , 6564838 ] ,
19+ [ "Miguel O'Hara / Spider-Man 2099" , 6568960 , 6568948 , 6564839 ] ,
20+ [ "Charlotte Webber / Sun-Spider" , 6568961 , 6568949 , 6564840 ] ,
21+ [ "Gwen Stacy / Spider-Gwen" , 6568962 , 6568950 , 6564841 ] ,
22+ [ "Miles G. Morales / Prowler" , 6568963 , 6568951 , 6564842 ] ,
23+ [ "Hobie Brown / Spider-Punk" , 6568964 , 6568952 , 6564843 ] ,
24+ [ "Pavitr Prabhakar / Spider-Man India" , 6568965 , 6568953 , 6564844 ] ,
25+ [
26+ "Peter B. Parker / Spider-Man & May 'Mayday' Parker" ,
27+ 6568966 ,
28+ 6568954 ,
29+ 6564845 ,
30+ ] ,
31+ [ "Margo Kess / Spider-Byte" , 6568967 , 6568955 , 6564846 ] ,
32+ [ "Petra Parker / Cyborg Spider-Woman" , 6568968 , 6568956 , 6564847 ] ,
33+ [ "Patrick O'Hara / Web-Slinger" , 6568969 , 6568957 , 6564848 ] ,
34+ [ "Peter Parker / Werewolf Spider-Man" , 6568970 , 6568958 , 6564849 ] ,
35+
36+ // Series 28 Animals
37+ [ "Parrot Costume" , 6584374 , 6576496 ] ,
38+ [ "Lion Costume" , 6584375 , 6576497 ] ,
39+ [ "Crocodile Costume" , 6584376 , 6576498 ] ,
40+ [ "Frog Costume" , 6584377 , 6576499 ] ,
41+ [ "Dalmation Costume" , 6584378 , 6576500 ] ,
42+ [ "Goldfish Costume" , 6584379 , 6576501 ] ,
43+ [ "Cute Bunny Costume" , 6584380 , 6576502 ] ,
44+ [ "Peacock Costume" , 6584381 , 6576503 ] ,
45+ [ "Fluffy Cat Costume" , 6584382 , 6576504 ] ,
46+ [ "Koala Costume" , 6584383 , 6576505 ] ,
47+ [ "Dolphin Costume" , 6584384 , 6576506 ] ,
48+ [ "Monkey Costume" , 6584385 , 6576507 ] ,
1649] ;
1750
1851document . getElementById ( "fig-table" ) . innerHTML += `
@@ -84,7 +117,7 @@ function success(result) {
84117 // find code in any of the arrays in figtable array
85118
86119 const figIndex = figtable . findIndex ( ( fig ) =>
87- fig . includes ( parseInt ( code , 10 ) )
120+ fig . includes ( parseInt ( code , 10 ) ) ,
88121 ) ;
89122 const fig = figtable [ figIndex ] ;
90123 const output = `${ code } \t${ fig [ 0 ] } ` ;
0 commit comments