const pokemonMakers = {}; pokemonMakers["Abomasnow"] = () => { return makeCharacter( "Abomasnow", "Pokemon", { "Abomasnow": { height: math.unit("87", "inches"), weight: math.unit("298.7", "lbs"), name: "Abomasnow", image: { source: "./media/pokemon/Abomasnow.svg" }, rename: true }, "Mega Abomasnow": { height: math.unit("106", "inches"), weight: math.unit("407.9", "lbs"), name: "Mega Abomasnow", image: { source: "./media/pokemon/Mega Abomasnow.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(8.7, "inches") }, { name: "Normal", height: math.unit(87, "inches"), default: true }, { name: "Macro", height: math.unit(8700.0, "inches") }, { name: "Megamacro", height: math.unit(435000.0, "inches") }, { name: "Gigamacro", height: math.unit(870000000.0, "inches") } ] ) }; pokemonMakers["Abra"] = () => { return makeCharacter( "Abra", "Pokemon", { "Abra": { height: math.unit("35", "inches"), weight: math.unit("43.0", "lbs"), name: "Abra", image: { source: "./media/pokemon/Abra.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.5, "inches") }, { name: "Normal", height: math.unit(35, "inches"), default: true }, { name: "Macro", height: math.unit(3500.0, "inches") }, { name: "Megamacro", height: math.unit(175000.0, "inches") }, { name: "Gigamacro", height: math.unit(350000000.0, "inches") } ] ) }; pokemonMakers["Absol"] = () => { return makeCharacter( "Absol", "Pokemon", { "Absol": { height: math.unit("47", "inches"), weight: math.unit("103.6", "lbs"), name: "Absol", image: { source: "./media/pokemon/Absol.svg" }, rename: true }, "Mega Absol": { height: math.unit("47", "inches"), weight: math.unit("108.0", "lbs"), name: "Mega Absol", image: { source: "./media/pokemon/Mega Absol.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(4.7, "inches") }, { name: "Normal", height: math.unit(47, "inches"), default: true }, { name: "Macro", height: math.unit(4700.0, "inches") }, { name: "Megamacro", height: math.unit(235000.0, "inches") }, { name: "Gigamacro", height: math.unit(470000000.0, "inches") } ] ) }; pokemonMakers["Accelgor"] = () => { return makeCharacter( "Accelgor", "Pokemon", { "Accelgor": { height: math.unit("31", "inches"), weight: math.unit("55.8", "lbs"), name: "Accelgor", image: { source: "./media/pokemon/Accelgor.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.1, "inches") }, { name: "Normal", height: math.unit(31, "inches"), default: true }, { name: "Macro", height: math.unit(3100.0, "inches") }, { name: "Megamacro", height: math.unit(155000.0, "inches") }, { name: "Gigamacro", height: math.unit(310000000.0, "inches") } ] ) }; pokemonMakers["Aegislash"] = () => { return makeCharacter( "Aegislash", "Pokemon", { "Blade Forme": { height: math.unit("67", "inches"), weight: math.unit("116.8", "lbs"), name: "Blade Forme", image: { source: "./media/pokemon/Aegislash - Blade Forme.svg" }, rename: true }, "Shield Forme": { height: math.unit("67", "inches"), weight: math.unit("116.8", "lbs"), name: "Shield Forme", image: { source: "./media/pokemon/Aegislash - Shield Forme.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(6.7, "inches") }, { name: "Normal", height: math.unit(67, "inches"), default: true }, { name: "Macro", height: math.unit(6700.0, "inches") }, { name: "Megamacro", height: math.unit(335000.0, "inches") }, { name: "Gigamacro", height: math.unit(670000000.0, "inches") } ] ) }; pokemonMakers["Aerodactyl"] = () => { return makeCharacter( "Aerodactyl", "Pokemon", { "Aerodactyl": { height: math.unit("71", "inches"), weight: math.unit("130.1", "lbs"), name: "Aerodactyl", image: { source: "./media/pokemon/Aerodactyl.svg" }, rename: true }, "Mega Aerodactyl": { height: math.unit("83", "inches"), weight: math.unit("174.2", "lbs"), name: "Mega Aerodactyl", image: { source: "./media/pokemon/Mega Aerodactyl.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(7.1, "inches") }, { name: "Normal", height: math.unit(71, "inches"), default: true }, { name: "Macro", height: math.unit(7100.0, "inches") }, { name: "Megamacro", height: math.unit(355000.0, "inches") }, { name: "Gigamacro", height: math.unit(710000000.0, "inches") } ] ) }; pokemonMakers["Aggron"] = () => { return makeCharacter( "Aggron", "Pokemon", { "Aggron": { height: math.unit("83", "inches"), weight: math.unit("793.7", "lbs"), name: "Aggron", image: { source: "./media/pokemon/Aggron.svg" }, rename: true }, "Mega Aggron": { height: math.unit("87", "inches"), weight: math.unit("870.8", "lbs"), name: "Mega Aggron", image: { source: "./media/pokemon/Mega Aggron.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(8.3, "inches") }, { name: "Normal", height: math.unit(83, "inches"), default: true }, { name: "Macro", height: math.unit(8300.0, "inches") }, { name: "Megamacro", height: math.unit(415000.0, "inches") }, { name: "Gigamacro", height: math.unit(830000000.0, "inches") } ] ) }; pokemonMakers["Aipom"] = () => { return makeCharacter( "Aipom", "Pokemon", { "Aipom": { height: math.unit("31", "inches"), weight: math.unit("25.4", "lbs"), name: "Aipom", image: { source: "./media/pokemon/Aipom.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.1, "inches") }, { name: "Normal", height: math.unit(31, "inches"), default: true }, { name: "Macro", height: math.unit(3100.0, "inches") }, { name: "Megamacro", height: math.unit(155000.0, "inches") }, { name: "Gigamacro", height: math.unit(310000000.0, "inches") } ] ) }; pokemonMakers["Alakazam"] = () => { return makeCharacter( "Alakazam", "Pokemon", { "Alakazam": { height: math.unit("59", "inches"), weight: math.unit("105.8", "lbs"), name: "Alakazam", image: { source: "./media/pokemon/Alakazam.svg" }, rename: true }, "Mega Alakazam": { height: math.unit("47", "inches"), weight: math.unit("105.8", "lbs"), name: "Mega Alakazam", image: { source: "./media/pokemon/Mega Alakazam.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(5.9, "inches") }, { name: "Normal", height: math.unit(59, "inches"), default: true }, { name: "Macro", height: math.unit(5900.0, "inches") }, { name: "Megamacro", height: math.unit(295000.0, "inches") }, { name: "Gigamacro", height: math.unit(590000000.0, "inches") } ] ) }; pokemonMakers["Alcremie"] = () => { return makeCharacter( "Alcremie", "Pokemon", { "Vanilla Cream": { height: math.unit("12", "inches"), weight: math.unit("1.1", "lbs"), name: "Vanilla Cream", image: { source: "./media/pokemon/Alcremie - Vanilla Cream.svg" }, rename: true }, "Gigantamax Alcremie": { height: math.unit("1181", "inches"), weight: math.unit("1048572.9254050929", "lbs"), name: "Gigantamax Alcremie", image: { source: "./media/pokemon/Gigantamax Alcremie.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(1.2, "inches") }, { name: "Normal", height: math.unit(12, "inches"), default: true }, { name: "Macro", height: math.unit(1200.0, "inches") }, { name: "Megamacro", height: math.unit(60000.0, "inches") }, { name: "Gigamacro", height: math.unit(120000000.0, "inches") } ] ) }; pokemonMakers["Alomomola"] = () => { return makeCharacter( "Alomomola", "Pokemon", { "Alomomola": { height: math.unit("47", "inches"), weight: math.unit("69.7", "lbs"), name: "Alomomola", image: { source: "./media/pokemon/Alomomola.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(4.7, "inches") }, { name: "Normal", height: math.unit(47, "inches"), default: true }, { name: "Macro", height: math.unit(4700.0, "inches") }, { name: "Megamacro", height: math.unit(235000.0, "inches") }, { name: "Gigamacro", height: math.unit(470000000.0, "inches") } ] ) }; pokemonMakers["Altaria"] = () => { return makeCharacter( "Altaria", "Pokemon", { "Altaria": { height: math.unit("43", "inches"), weight: math.unit("45.4", "lbs"), name: "Altaria", image: { source: "./media/pokemon/Altaria.svg" }, rename: true }, "Mega Altaria": { height: math.unit("59", "inches"), weight: math.unit("45.4", "lbs"), name: "Mega Altaria", image: { source: "./media/pokemon/Mega Altaria.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(4.3, "inches") }, { name: "Normal", height: math.unit(43, "inches"), default: true }, { name: "Macro", height: math.unit(4300.0, "inches") }, { name: "Megamacro", height: math.unit(215000.0, "inches") }, { name: "Gigamacro", height: math.unit(430000000.0, "inches") } ] ) }; pokemonMakers["Amaura"] = () => { return makeCharacter( "Amaura", "Pokemon", { "Amaura": { height: math.unit("51", "inches"), weight: math.unit("55.6", "lbs"), name: "Amaura", image: { source: "./media/pokemon/Amaura.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(5.1, "inches") }, { name: "Normal", height: math.unit(51, "inches"), default: true }, { name: "Macro", height: math.unit(5100.0, "inches") }, { name: "Megamacro", height: math.unit(255000.0, "inches") }, { name: "Gigamacro", height: math.unit(510000000.0, "inches") } ] ) }; pokemonMakers["Ambipom"] = () => { return makeCharacter( "Ambipom", "Pokemon", { "Ambipom": { height: math.unit("47", "inches"), weight: math.unit("44.8", "lbs"), name: "Ambipom", image: { source: "./media/pokemon/Ambipom.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(4.7, "inches") }, { name: "Normal", height: math.unit(47, "inches"), default: true }, { name: "Macro", height: math.unit(4700.0, "inches") }, { name: "Megamacro", height: math.unit(235000.0, "inches") }, { name: "Gigamacro", height: math.unit(470000000.0, "inches") } ] ) }; pokemonMakers["Amoonguss"] = () => { return makeCharacter( "Amoonguss", "Pokemon", { "Amoonguss": { height: math.unit("24", "inches"), weight: math.unit("23.1", "lbs"), name: "Amoonguss", image: { source: "./media/pokemon/Amoonguss.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.4, "inches") }, { name: "Normal", height: math.unit(24, "inches"), default: true }, { name: "Macro", height: math.unit(2400.0, "inches") }, { name: "Megamacro", height: math.unit(120000.0, "inches") }, { name: "Gigamacro", height: math.unit(240000000.0, "inches") } ] ) }; pokemonMakers["Ampharos"] = () => { return makeCharacter( "Ampharos", "Pokemon", { "Ampharos": { height: math.unit("55", "inches"), weight: math.unit("135.6", "lbs"), name: "Ampharos", image: { source: "./media/pokemon/Ampharos.svg" }, rename: true }, "Mega Ampharos": { height: math.unit("55", "inches"), weight: math.unit("135.6", "lbs"), name: "Mega Ampharos", image: { source: "./media/pokemon/Mega Ampharos.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(5.5, "inches") }, { name: "Normal", height: math.unit(55, "inches"), default: true }, { name: "Macro", height: math.unit(5500.0, "inches") }, { name: "Megamacro", height: math.unit(275000.0, "inches") }, { name: "Gigamacro", height: math.unit(550000000.0, "inches") } ] ) }; pokemonMakers["Anorith"] = () => { return makeCharacter( "Anorith", "Pokemon", { "Anorith": { height: math.unit("28", "inches"), weight: math.unit("27.6", "lbs"), name: "Anorith", image: { source: "./media/pokemon/Anorith.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.8, "inches") }, { name: "Normal", height: math.unit(28, "inches"), default: true }, { name: "Macro", height: math.unit(2800.0, "inches") }, { name: "Megamacro", height: math.unit(140000.0, "inches") }, { name: "Gigamacro", height: math.unit(280000000.0, "inches") } ] ) }; pokemonMakers["Appletun"] = () => { return makeCharacter( "Appletun", "Pokemon", { "Appletun": { height: math.unit("16", "inches"), weight: math.unit("28.7", "lbs"), name: "Appletun", image: { source: "./media/pokemon/Appletun.svg" }, rename: true }, "Gigantamax Appletun": { height: math.unit("945", "inches"), weight: math.unit("5913129.281616211", "lbs"), name: "Gigantamax Appletun", image: { source: "./media/pokemon/Gigantamax Appletun.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(1.6, "inches") }, { name: "Normal", height: math.unit(16, "inches"), default: true }, { name: "Macro", height: math.unit(1600.0, "inches") }, { name: "Megamacro", height: math.unit(80000.0, "inches") }, { name: "Gigamacro", height: math.unit(160000000.0, "inches") } ] ) }; pokemonMakers["Applin"] = () => { return makeCharacter( "Applin", "Pokemon", { "Applin": { height: math.unit("8", "inches"), weight: math.unit("1.1", "lbs"), name: "Applin", image: { source: "./media/pokemon/Applin.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(0.8, "inches") }, { name: "Normal", height: math.unit(8, "inches"), default: true }, { name: "Macro", height: math.unit(800.0, "inches") }, { name: "Megamacro", height: math.unit(40000.0, "inches") }, { name: "Gigamacro", height: math.unit(80000000.0, "inches") } ] ) }; pokemonMakers["Araquanid"] = () => { return makeCharacter( "Araquanid", "Pokemon", { "Araquanid": { height: math.unit("71", "inches"), weight: math.unit("180.8", "lbs"), name: "Araquanid", image: { source: "./media/pokemon/Araquanid.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(7.1, "inches") }, { name: "Normal", height: math.unit(71, "inches"), default: true }, { name: "Macro", height: math.unit(7100.0, "inches") }, { name: "Megamacro", height: math.unit(355000.0, "inches") }, { name: "Gigamacro", height: math.unit(710000000.0, "inches") } ] ) }; pokemonMakers["Arbok"] = () => { return makeCharacter( "Arbok", "Pokemon", { "Arbok": { height: math.unit("138", "inches"), weight: math.unit("143.3", "lbs"), name: "Arbok", image: { source: "./media/pokemon/Arbok.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(13.8, "inches") }, { name: "Normal", height: math.unit(138, "inches"), default: true }, { name: "Macro", height: math.unit(13800.0, "inches") }, { name: "Megamacro", height: math.unit(690000.0, "inches") }, { name: "Gigamacro", height: math.unit(1380000000.0, "inches") } ] ) }; pokemonMakers["Arcanine"] = () => { return makeCharacter( "Arcanine", "Pokemon", { "Arcanine": { height: math.unit("75", "inches"), weight: math.unit("341.7", "lbs"), name: "Arcanine", image: { source: "./media/pokemon/Arcanine.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(7.5, "inches") }, { name: "Normal", height: math.unit(75, "inches"), default: true }, { name: "Macro", height: math.unit(7500.0, "inches") }, { name: "Megamacro", height: math.unit(375000.0, "inches") }, { name: "Gigamacro", height: math.unit(750000000.0, "inches") } ] ) }; pokemonMakers["Arceus"] = () => { return makeCharacter( "Arceus", "Pokemon", { "Bug": { height: math.unit("126", "inches"), weight: math.unit("705.5", "lbs"), name: "Bug", image: { source: "./media/pokemon/Arceus - Bug.svg" }, rename: true }, "Dark": { height: math.unit("126", "inches"), weight: math.unit("705.5", "lbs"), name: "Dark", image: { source: "./media/pokemon/Arceus - Dark.svg" }, rename: true }, "Dragon": { height: math.unit("126", "inches"), weight: math.unit("705.5", "lbs"), name: "Dragon", image: { source: "./media/pokemon/Arceus - Dragon.svg" }, rename: true }, "Electric": { height: math.unit("126", "inches"), weight: math.unit("705.5", "lbs"), name: "Electric", image: { source: "./media/pokemon/Arceus - Electric.svg" }, rename: true }, "Fairy": { height: math.unit("126", "inches"), weight: math.unit("705.5", "lbs"), name: "Fairy", image: { source: "./media/pokemon/Arceus - Fairy.svg" }, rename: true }, "Fighting": { height: math.unit("126", "inches"), weight: math.unit("705.5", "lbs"), name: "Fighting", image: { source: "./media/pokemon/Arceus - Fighting.svg" }, rename: true }, "Fire": { height: math.unit("126", "inches"), weight: math.unit("705.5", "lbs"), name: "Fire", image: { source: "./media/pokemon/Arceus - Fire.svg" }, rename: true }, "Flying": { height: math.unit("126", "inches"), weight: math.unit("705.5", "lbs"), name: "Flying", image: { source: "./media/pokemon/Arceus - Flying.svg" }, rename: true }, "Ghost": { height: math.unit("126", "inches"), weight: math.unit("705.5", "lbs"), name: "Ghost", image: { source: "./media/pokemon/Arceus - Ghost.svg" }, rename: true }, "Grass": { height: math.unit("126", "inches"), weight: math.unit("705.5", "lbs"), name: "Grass", image: { source: "./media/pokemon/Arceus - Grass.svg" }, rename: true }, "Ground": { height: math.unit("126", "inches"), weight: math.unit("705.5", "lbs"), name: "Ground", image: { source: "./media/pokemon/Arceus - Ground.svg" }, rename: true }, "Ice": { height: math.unit("126", "inches"), weight: math.unit("705.5", "lbs"), name: "Ice", image: { source: "./media/pokemon/Arceus - Ice.svg" }, rename: true }, "Poison": { height: math.unit("126", "inches"), weight: math.unit("705.5", "lbs"), name: "Poison", image: { source: "./media/pokemon/Arceus - Poison.svg" }, rename: true }, "Psychic": { height: math.unit("126", "inches"), weight: math.unit("705.5", "lbs"), name: "Psychic", image: { source: "./media/pokemon/Arceus - Psychic.svg" }, rename: true }, "Rock": { height: math.unit("126", "inches"), weight: math.unit("705.5", "lbs"), name: "Rock", image: { source: "./media/pokemon/Arceus - Rock.svg" }, rename: true }, "Steel": { height: math.unit("126", "inches"), weight: math.unit("705.5", "lbs"), name: "Steel", image: { source: "./media/pokemon/Arceus - Steel.svg" }, rename: true }, "Water": { height: math.unit("126", "inches"), weight: math.unit("705.5", "lbs"), name: "Water", image: { source: "./media/pokemon/Arceus - Water.svg" }, rename: true }, "Arceus": { height: math.unit("126", "inches"), weight: math.unit("705.5", "lbs"), name: "Arceus", image: { source: "./media/pokemon/Arceus.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(12.6, "inches") }, { name: "Normal", height: math.unit(126, "inches"), default: true }, { name: "Macro", height: math.unit(12600.0, "inches") }, { name: "Megamacro", height: math.unit(630000.0, "inches") }, { name: "Gigamacro", height: math.unit(1260000000.0, "inches") } ] ) }; pokemonMakers["Archen"] = () => { return makeCharacter( "Archen", "Pokemon", { "Archen": { height: math.unit("20", "inches"), weight: math.unit("20.9", "lbs"), name: "Archen", image: { source: "./media/pokemon/Archen.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.0, "inches") }, { name: "Normal", height: math.unit(20, "inches"), default: true }, { name: "Macro", height: math.unit(2000.0, "inches") }, { name: "Megamacro", height: math.unit(100000.0, "inches") }, { name: "Gigamacro", height: math.unit(200000000.0, "inches") } ] ) }; pokemonMakers["Archeops"] = () => { return makeCharacter( "Archeops", "Pokemon", { "Archeops": { height: math.unit("55", "inches"), weight: math.unit("70.5", "lbs"), name: "Archeops", image: { source: "./media/pokemon/Archeops.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(5.5, "inches") }, { name: "Normal", height: math.unit(55, "inches"), default: true }, { name: "Macro", height: math.unit(5500.0, "inches") }, { name: "Megamacro", height: math.unit(275000.0, "inches") }, { name: "Gigamacro", height: math.unit(550000000.0, "inches") } ] ) }; pokemonMakers["Arctovish"] = () => { return makeCharacter( "Arctovish", "Pokemon", { "Arctovish": { height: math.unit("79", "inches"), weight: math.unit("385.8", "lbs"), name: "Arctovish", image: { source: "./media/pokemon/Arctovish.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(7.9, "inches") }, { name: "Normal", height: math.unit(79, "inches"), default: true }, { name: "Macro", height: math.unit(7900.0, "inches") }, { name: "Megamacro", height: math.unit(395000.0, "inches") }, { name: "Gigamacro", height: math.unit(790000000.0, "inches") } ] ) }; pokemonMakers["Arctozolt"] = () => { return makeCharacter( "Arctozolt", "Pokemon", { "Arctozolt": { height: math.unit("91", "inches"), weight: math.unit("330.7", "lbs"), name: "Arctozolt", image: { source: "./media/pokemon/Arctozolt.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(9.1, "inches") }, { name: "Normal", height: math.unit(91, "inches"), default: true }, { name: "Macro", height: math.unit(9100.0, "inches") }, { name: "Megamacro", height: math.unit(455000.0, "inches") }, { name: "Gigamacro", height: math.unit(910000000.0, "inches") } ] ) }; pokemonMakers["Ariados"] = () => { return makeCharacter( "Ariados", "Pokemon", { "Ariados": { height: math.unit("43", "inches"), weight: math.unit("73.9", "lbs"), name: "Ariados", image: { source: "./media/pokemon/Ariados.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(4.3, "inches") }, { name: "Normal", height: math.unit(43, "inches"), default: true }, { name: "Macro", height: math.unit(4300.0, "inches") }, { name: "Megamacro", height: math.unit(215000.0, "inches") }, { name: "Gigamacro", height: math.unit(430000000.0, "inches") } ] ) }; pokemonMakers["Armaldo"] = () => { return makeCharacter( "Armaldo", "Pokemon", { "Armaldo": { height: math.unit("59", "inches"), weight: math.unit("150.4", "lbs"), name: "Armaldo", image: { source: "./media/pokemon/Armaldo.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(5.9, "inches") }, { name: "Normal", height: math.unit(59, "inches"), default: true }, { name: "Macro", height: math.unit(5900.0, "inches") }, { name: "Megamacro", height: math.unit(295000.0, "inches") }, { name: "Gigamacro", height: math.unit(590000000.0, "inches") } ] ) }; pokemonMakers["Aromatisse"] = () => { return makeCharacter( "Aromatisse", "Pokemon", { "Aromatisse": { height: math.unit("31", "inches"), weight: math.unit("34.2", "lbs"), name: "Aromatisse", image: { source: "./media/pokemon/Aromatisse.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.1, "inches") }, { name: "Normal", height: math.unit(31, "inches"), default: true }, { name: "Macro", height: math.unit(3100.0, "inches") }, { name: "Megamacro", height: math.unit(155000.0, "inches") }, { name: "Gigamacro", height: math.unit(310000000.0, "inches") } ] ) }; pokemonMakers["Aron"] = () => { return makeCharacter( "Aron", "Pokemon", { "Aron": { height: math.unit("16", "inches"), weight: math.unit("132.3", "lbs"), name: "Aron", image: { source: "./media/pokemon/Aron.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(1.6, "inches") }, { name: "Normal", height: math.unit(16, "inches"), default: true }, { name: "Macro", height: math.unit(1600.0, "inches") }, { name: "Megamacro", height: math.unit(80000.0, "inches") }, { name: "Gigamacro", height: math.unit(160000000.0, "inches") } ] ) }; pokemonMakers["Arrokuda"] = () => { return makeCharacter( "Arrokuda", "Pokemon", { "Arrokuda": { height: math.unit("20", "inches"), weight: math.unit("2.2", "lbs"), name: "Arrokuda", image: { source: "./media/pokemon/Arrokuda.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.0, "inches") }, { name: "Normal", height: math.unit(20, "inches"), default: true }, { name: "Macro", height: math.unit(2000.0, "inches") }, { name: "Megamacro", height: math.unit(100000.0, "inches") }, { name: "Gigamacro", height: math.unit(200000000.0, "inches") } ] ) }; pokemonMakers["Articuno"] = () => { return makeCharacter( "Articuno", "Pokemon", { "Articuno": { height: math.unit("67", "inches"), weight: math.unit("122.1", "lbs"), name: "Articuno", image: { source: "./media/pokemon/Articuno.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(6.7, "inches") }, { name: "Normal", height: math.unit(67, "inches"), default: true }, { name: "Macro", height: math.unit(6700.0, "inches") }, { name: "Megamacro", height: math.unit(335000.0, "inches") }, { name: "Gigamacro", height: math.unit(670000000.0, "inches") } ] ) }; pokemonMakers["Greninja"] = () => { return makeCharacter( "Greninja", "Pokemon", { "Ash-Greninja": { height: math.unit("59", "inches"), weight: math.unit("88.2", "lbs"), name: "Ash-Greninja", image: { source: "./media/pokemon/Ash-Greninja.svg" }, rename: true }, "Greninja": { height: math.unit("59", "inches"), weight: math.unit("88.2", "lbs"), name: "Greninja", image: { source: "./media/pokemon/Greninja.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(5.9, "inches") }, { name: "Normal", height: math.unit(59, "inches"), default: true }, { name: "Macro", height: math.unit(5900.0, "inches") }, { name: "Megamacro", height: math.unit(295000.0, "inches") }, { name: "Gigamacro", height: math.unit(590000000.0, "inches") } ] ) }; pokemonMakers["Audino"] = () => { return makeCharacter( "Audino", "Pokemon", { "Audino": { height: math.unit("43", "inches"), weight: math.unit("68.3", "lbs"), name: "Audino", image: { source: "./media/pokemon/Audino.svg" }, rename: true }, "Mega Audino": { height: math.unit("59", "inches"), weight: math.unit("70.5", "lbs"), name: "Mega Audino", image: { source: "./media/pokemon/Mega Audino.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(4.3, "inches") }, { name: "Normal", height: math.unit(43, "inches"), default: true }, { name: "Macro", height: math.unit(4300.0, "inches") }, { name: "Megamacro", height: math.unit(215000.0, "inches") }, { name: "Gigamacro", height: math.unit(430000000.0, "inches") } ] ) }; pokemonMakers["Aurorus"] = () => { return makeCharacter( "Aurorus", "Pokemon", { "Aurorus": { height: math.unit("106", "inches"), weight: math.unit("496.0", "lbs"), name: "Aurorus", image: { source: "./media/pokemon/Aurorus.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(10.6, "inches") }, { name: "Normal", height: math.unit(106, "inches"), default: true }, { name: "Macro", height: math.unit(10600.0, "inches") }, { name: "Megamacro", height: math.unit(530000.0, "inches") }, { name: "Gigamacro", height: math.unit(1060000000.0, "inches") } ] ) }; pokemonMakers["Avalugg"] = () => { return makeCharacter( "Avalugg", "Pokemon", { "Avalugg": { height: math.unit("79", "inches"), weight: math.unit("1113.3", "lbs"), name: "Avalugg", image: { source: "./media/pokemon/Avalugg.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(7.9, "inches") }, { name: "Normal", height: math.unit(79, "inches"), default: true }, { name: "Macro", height: math.unit(7900.0, "inches") }, { name: "Megamacro", height: math.unit(395000.0, "inches") }, { name: "Gigamacro", height: math.unit(790000000.0, "inches") } ] ) }; pokemonMakers["Axew"] = () => { return makeCharacter( "Axew", "Pokemon", { "Axew": { height: math.unit("24", "inches"), weight: math.unit("39.7", "lbs"), name: "Axew", image: { source: "./media/pokemon/Axew.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.4, "inches") }, { name: "Normal", height: math.unit(24, "inches"), default: true }, { name: "Macro", height: math.unit(2400.0, "inches") }, { name: "Megamacro", height: math.unit(120000.0, "inches") }, { name: "Gigamacro", height: math.unit(240000000.0, "inches") } ] ) }; pokemonMakers["Azelf"] = () => { return makeCharacter( "Azelf", "Pokemon", { "Azelf": { height: math.unit("12", "inches"), weight: math.unit("0.7", "lbs"), name: "Azelf", image: { source: "./media/pokemon/Azelf.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(1.2, "inches") }, { name: "Normal", height: math.unit(12, "inches"), default: true }, { name: "Macro", height: math.unit(1200.0, "inches") }, { name: "Megamacro", height: math.unit(60000.0, "inches") }, { name: "Gigamacro", height: math.unit(120000000.0, "inches") } ] ) }; pokemonMakers["Azumarill"] = () => { return makeCharacter( "Azumarill", "Pokemon", { "Azumarill": { height: math.unit("31", "inches"), weight: math.unit("62.8", "lbs"), name: "Azumarill", image: { source: "./media/pokemon/Azumarill.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.1, "inches") }, { name: "Normal", height: math.unit(31, "inches"), default: true }, { name: "Macro", height: math.unit(3100.0, "inches") }, { name: "Megamacro", height: math.unit(155000.0, "inches") }, { name: "Gigamacro", height: math.unit(310000000.0, "inches") } ] ) }; pokemonMakers["Azurill"] = () => { return makeCharacter( "Azurill", "Pokemon", { "Azurill": { height: math.unit("8", "inches"), weight: math.unit("4.4", "lbs"), name: "Azurill", image: { source: "./media/pokemon/Azurill.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(0.8, "inches") }, { name: "Normal", height: math.unit(8, "inches"), default: true }, { name: "Macro", height: math.unit(800.0, "inches") }, { name: "Megamacro", height: math.unit(40000.0, "inches") }, { name: "Gigamacro", height: math.unit(80000000.0, "inches") } ] ) }; pokemonMakers["Bagon"] = () => { return makeCharacter( "Bagon", "Pokemon", { "Bagon": { height: math.unit("24", "inches"), weight: math.unit("92.8", "lbs"), name: "Bagon", image: { source: "./media/pokemon/Bagon.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.4, "inches") }, { name: "Normal", height: math.unit(24, "inches"), default: true }, { name: "Macro", height: math.unit(2400.0, "inches") }, { name: "Megamacro", height: math.unit(120000.0, "inches") }, { name: "Gigamacro", height: math.unit(240000000.0, "inches") } ] ) }; pokemonMakers["Baltoy"] = () => { return makeCharacter( "Baltoy", "Pokemon", { "Baltoy": { height: math.unit("20", "inches"), weight: math.unit("47.4", "lbs"), name: "Baltoy", image: { source: "./media/pokemon/Baltoy.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.0, "inches") }, { name: "Normal", height: math.unit(20, "inches"), default: true }, { name: "Macro", height: math.unit(2000.0, "inches") }, { name: "Megamacro", height: math.unit(100000.0, "inches") }, { name: "Gigamacro", height: math.unit(200000000.0, "inches") } ] ) }; pokemonMakers["Banette"] = () => { return makeCharacter( "Banette", "Pokemon", { "Banette": { height: math.unit("43", "inches"), weight: math.unit("27.6", "lbs"), name: "Banette", image: { source: "./media/pokemon/Banette.svg" }, rename: true }, "Mega Banette": { height: math.unit("47", "inches"), weight: math.unit("28.7", "lbs"), name: "Mega Banette", image: { source: "./media/pokemon/Mega Banette.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(4.3, "inches") }, { name: "Normal", height: math.unit(43, "inches"), default: true }, { name: "Macro", height: math.unit(4300.0, "inches") }, { name: "Megamacro", height: math.unit(215000.0, "inches") }, { name: "Gigamacro", height: math.unit(430000000.0, "inches") } ] ) }; pokemonMakers["Barbaracle"] = () => { return makeCharacter( "Barbaracle", "Pokemon", { "Barbaracle": { height: math.unit("51", "inches"), weight: math.unit("211.6", "lbs"), name: "Barbaracle", image: { source: "./media/pokemon/Barbaracle.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(5.1, "inches") }, { name: "Normal", height: math.unit(51, "inches"), default: true }, { name: "Macro", height: math.unit(5100.0, "inches") }, { name: "Megamacro", height: math.unit(255000.0, "inches") }, { name: "Gigamacro", height: math.unit(510000000.0, "inches") } ] ) }; pokemonMakers["Barboach"] = () => { return makeCharacter( "Barboach", "Pokemon", { "Barboach": { height: math.unit("16", "inches"), weight: math.unit("4.2", "lbs"), name: "Barboach", image: { source: "./media/pokemon/Barboach.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(1.6, "inches") }, { name: "Normal", height: math.unit(16, "inches"), default: true }, { name: "Macro", height: math.unit(1600.0, "inches") }, { name: "Megamacro", height: math.unit(80000.0, "inches") }, { name: "Gigamacro", height: math.unit(160000000.0, "inches") } ] ) }; pokemonMakers["Barraskewda"] = () => { return makeCharacter( "Barraskewda", "Pokemon", { "Barraskewda": { height: math.unit("51", "inches"), weight: math.unit("66.1", "lbs"), name: "Barraskewda", image: { source: "./media/pokemon/Barraskewda.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(5.1, "inches") }, { name: "Normal", height: math.unit(51, "inches"), default: true }, { name: "Macro", height: math.unit(5100.0, "inches") }, { name: "Megamacro", height: math.unit(255000.0, "inches") }, { name: "Gigamacro", height: math.unit(510000000.0, "inches") } ] ) }; pokemonMakers["Basculin"] = () => { return makeCharacter( "Basculin", "Pokemon", { "Blue-Striped Form": { height: math.unit("39", "inches"), weight: math.unit("39.7", "lbs"), name: "Blue-Striped Form", image: { source: "./media/pokemon/Basculin - Blue-Striped Form.svg" }, rename: true }, "Red-Striped Form": { height: math.unit("39", "inches"), weight: math.unit("39.7", "lbs"), name: "Red-Striped Form", image: { source: "./media/pokemon/Basculin - Red-Striped Form.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.9, "inches") }, { name: "Normal", height: math.unit(39, "inches"), default: true }, { name: "Macro", height: math.unit(3900.0, "inches") }, { name: "Megamacro", height: math.unit(195000.0, "inches") }, { name: "Gigamacro", height: math.unit(390000000.0, "inches") } ] ) }; pokemonMakers["Bastiodon"] = () => { return makeCharacter( "Bastiodon", "Pokemon", { "Bastiodon": { height: math.unit("51", "inches"), weight: math.unit("329.6", "lbs"), name: "Bastiodon", image: { source: "./media/pokemon/Bastiodon.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(5.1, "inches") }, { name: "Normal", height: math.unit(51, "inches"), default: true }, { name: "Macro", height: math.unit(5100.0, "inches") }, { name: "Megamacro", height: math.unit(255000.0, "inches") }, { name: "Gigamacro", height: math.unit(510000000.0, "inches") } ] ) }; pokemonMakers["Bayleef"] = () => { return makeCharacter( "Bayleef", "Pokemon", { "Bayleef": { height: math.unit("47", "inches"), weight: math.unit("34.8", "lbs"), name: "Bayleef", image: { source: "./media/pokemon/Bayleef.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(4.7, "inches") }, { name: "Normal", height: math.unit(47, "inches"), default: true }, { name: "Macro", height: math.unit(4700.0, "inches") }, { name: "Megamacro", height: math.unit(235000.0, "inches") }, { name: "Gigamacro", height: math.unit(470000000.0, "inches") } ] ) }; pokemonMakers["Beartic"] = () => { return makeCharacter( "Beartic", "Pokemon", { "Beartic": { height: math.unit("102", "inches"), weight: math.unit("573.2", "lbs"), name: "Beartic", image: { source: "./media/pokemon/Beartic.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(10.2, "inches") }, { name: "Normal", height: math.unit(102, "inches"), default: true }, { name: "Macro", height: math.unit(10200.0, "inches") }, { name: "Megamacro", height: math.unit(510000.0, "inches") }, { name: "Gigamacro", height: math.unit(1020000000.0, "inches") } ] ) }; pokemonMakers["Beautifly"] = () => { return makeCharacter( "Beautifly", "Pokemon", { "Beautifly": { height: math.unit("39", "inches"), weight: math.unit("62.6", "lbs"), name: "Beautifly", image: { source: "./media/pokemon/Beautifly.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.9, "inches") }, { name: "Normal", height: math.unit(39, "inches"), default: true }, { name: "Macro", height: math.unit(3900.0, "inches") }, { name: "Megamacro", height: math.unit(195000.0, "inches") }, { name: "Gigamacro", height: math.unit(390000000.0, "inches") } ] ) }; pokemonMakers["Beedrill"] = () => { return makeCharacter( "Beedrill", "Pokemon", { "Beedrill": { height: math.unit("39", "inches"), weight: math.unit("65.0", "lbs"), name: "Beedrill", image: { source: "./media/pokemon/Beedrill.svg" }, rename: true }, "Mega Beedrill": { height: math.unit("55", "inches"), weight: math.unit("89.3", "lbs"), name: "Mega Beedrill", image: { source: "./media/pokemon/Mega Beedrill.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.9, "inches") }, { name: "Normal", height: math.unit(39, "inches"), default: true }, { name: "Macro", height: math.unit(3900.0, "inches") }, { name: "Megamacro", height: math.unit(195000.0, "inches") }, { name: "Gigamacro", height: math.unit(390000000.0, "inches") } ] ) }; pokemonMakers["Beheeyem"] = () => { return makeCharacter( "Beheeyem", "Pokemon", { "Beheeyem": { height: math.unit("39", "inches"), weight: math.unit("76.1", "lbs"), name: "Beheeyem", image: { source: "./media/pokemon/Beheeyem.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.9, "inches") }, { name: "Normal", height: math.unit(39, "inches"), default: true }, { name: "Macro", height: math.unit(3900.0, "inches") }, { name: "Megamacro", height: math.unit(195000.0, "inches") }, { name: "Gigamacro", height: math.unit(390000000.0, "inches") } ] ) }; pokemonMakers["Beldum"] = () => { return makeCharacter( "Beldum", "Pokemon", { "Beldum": { height: math.unit("24", "inches"), weight: math.unit("209.9", "lbs"), name: "Beldum", image: { source: "./media/pokemon/Beldum.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.4, "inches") }, { name: "Normal", height: math.unit(24, "inches"), default: true }, { name: "Macro", height: math.unit(2400.0, "inches") }, { name: "Megamacro", height: math.unit(120000.0, "inches") }, { name: "Gigamacro", height: math.unit(240000000.0, "inches") } ] ) }; pokemonMakers["Bellossom"] = () => { return makeCharacter( "Bellossom", "Pokemon", { "Bellossom": { height: math.unit("16", "inches"), weight: math.unit("12.8", "lbs"), name: "Bellossom", image: { source: "./media/pokemon/Bellossom.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(1.6, "inches") }, { name: "Normal", height: math.unit(16, "inches"), default: true }, { name: "Macro", height: math.unit(1600.0, "inches") }, { name: "Megamacro", height: math.unit(80000.0, "inches") }, { name: "Gigamacro", height: math.unit(160000000.0, "inches") } ] ) }; pokemonMakers["Bellsprout"] = () => { return makeCharacter( "Bellsprout", "Pokemon", { "Bellsprout": { height: math.unit("28", "inches"), weight: math.unit("8.8", "lbs"), name: "Bellsprout", image: { source: "./media/pokemon/Bellsprout.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.8, "inches") }, { name: "Normal", height: math.unit(28, "inches"), default: true }, { name: "Macro", height: math.unit(2800.0, "inches") }, { name: "Megamacro", height: math.unit(140000.0, "inches") }, { name: "Gigamacro", height: math.unit(280000000.0, "inches") } ] ) }; pokemonMakers["Bergmite"] = () => { return makeCharacter( "Bergmite", "Pokemon", { "Bergmite": { height: math.unit("39", "inches"), weight: math.unit("219.4", "lbs"), name: "Bergmite", image: { source: "./media/pokemon/Bergmite.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.9, "inches") }, { name: "Normal", height: math.unit(39, "inches"), default: true }, { name: "Macro", height: math.unit(3900.0, "inches") }, { name: "Megamacro", height: math.unit(195000.0, "inches") }, { name: "Gigamacro", height: math.unit(390000000.0, "inches") } ] ) }; pokemonMakers["Bewear"] = () => { return makeCharacter( "Bewear", "Pokemon", { "Bewear": { height: math.unit("83", "inches"), weight: math.unit("297.6", "lbs"), name: "Bewear", image: { source: "./media/pokemon/Bewear.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(8.3, "inches") }, { name: "Normal", height: math.unit(83, "inches"), default: true }, { name: "Macro", height: math.unit(8300.0, "inches") }, { name: "Megamacro", height: math.unit(415000.0, "inches") }, { name: "Gigamacro", height: math.unit(830000000.0, "inches") } ] ) }; pokemonMakers["Bibarel"] = () => { return makeCharacter( "Bibarel", "Pokemon", { "Bibarel": { height: math.unit("39", "inches"), weight: math.unit("69.4", "lbs"), name: "Bibarel", image: { source: "./media/pokemon/Bibarel.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.9, "inches") }, { name: "Normal", height: math.unit(39, "inches"), default: true }, { name: "Macro", height: math.unit(3900.0, "inches") }, { name: "Megamacro", height: math.unit(195000.0, "inches") }, { name: "Gigamacro", height: math.unit(390000000.0, "inches") } ] ) }; pokemonMakers["Bidoof"] = () => { return makeCharacter( "Bidoof", "Pokemon", { "Bidoof": { height: math.unit("20", "inches"), weight: math.unit("44.1", "lbs"), name: "Bidoof", image: { source: "./media/pokemon/Bidoof.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.0, "inches") }, { name: "Normal", height: math.unit(20, "inches"), default: true }, { name: "Macro", height: math.unit(2000.0, "inches") }, { name: "Megamacro", height: math.unit(100000.0, "inches") }, { name: "Gigamacro", height: math.unit(200000000.0, "inches") } ] ) }; pokemonMakers["Binacle"] = () => { return makeCharacter( "Binacle", "Pokemon", { "Binacle": { height: math.unit("20", "inches"), weight: math.unit("68.3", "lbs"), name: "Binacle", image: { source: "./media/pokemon/Binacle.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.0, "inches") }, { name: "Normal", height: math.unit(20, "inches"), default: true }, { name: "Macro", height: math.unit(2000.0, "inches") }, { name: "Megamacro", height: math.unit(100000.0, "inches") }, { name: "Gigamacro", height: math.unit(200000000.0, "inches") } ] ) }; pokemonMakers["Bisharp"] = () => { return makeCharacter( "Bisharp", "Pokemon", { "Bisharp": { height: math.unit("63", "inches"), weight: math.unit("154.3", "lbs"), name: "Bisharp", image: { source: "./media/pokemon/Bisharp.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(6.3, "inches") }, { name: "Normal", height: math.unit(63, "inches"), default: true }, { name: "Macro", height: math.unit(6300.0, "inches") }, { name: "Megamacro", height: math.unit(315000.0, "inches") }, { name: "Gigamacro", height: math.unit(630000000.0, "inches") } ] ) }; pokemonMakers["Blacephalon"] = () => { return makeCharacter( "Blacephalon", "Pokemon", { "Blacephalon": { height: math.unit("71", "inches"), weight: math.unit("28.7", "lbs"), name: "Blacephalon", image: { source: "./media/pokemon/Blacephalon.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(7.1, "inches") }, { name: "Normal", height: math.unit(71, "inches"), default: true }, { name: "Macro", height: math.unit(7100.0, "inches") }, { name: "Megamacro", height: math.unit(355000.0, "inches") }, { name: "Gigamacro", height: math.unit(710000000.0, "inches") } ] ) }; pokemonMakers["Kyurem"] = () => { return makeCharacter( "Kyurem", "Pokemon", { "Black Kyurem": { height: math.unit("130", "inches"), weight: math.unit("716.5", "lbs"), name: "Black Kyurem", image: { source: "./media/pokemon/Black Kyurem.svg" }, rename: true }, "Kyurem": { height: math.unit("118", "inches"), weight: math.unit("716.5", "lbs"), name: "Kyurem", image: { source: "./media/pokemon/Kyurem.svg" }, rename: true }, "White Kyurem": { height: math.unit("142", "inches"), weight: math.unit("716.5", "lbs"), name: "White Kyurem", image: { source: "./media/pokemon/White Kyurem.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(13.0, "inches") }, { name: "Normal", height: math.unit(130, "inches"), default: true }, { name: "Macro", height: math.unit(13000.0, "inches") }, { name: "Megamacro", height: math.unit(650000.0, "inches") }, { name: "Gigamacro", height: math.unit(1300000000.0, "inches") } ] ) }; pokemonMakers["Blastoise"] = () => { return makeCharacter( "Blastoise", "Pokemon", { "Blastoise": { height: math.unit("63", "inches"), weight: math.unit("188.5", "lbs"), name: "Blastoise", image: { source: "./media/pokemon/Blastoise.svg" }, rename: true }, "Mega Blastoise": { height: math.unit("63", "inches"), weight: math.unit("222.9", "lbs"), name: "Mega Blastoise", image: { source: "./media/pokemon/Mega Blastoise.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(6.3, "inches") }, { name: "Normal", height: math.unit(63, "inches"), default: true }, { name: "Macro", height: math.unit(6300.0, "inches") }, { name: "Megamacro", height: math.unit(315000.0, "inches") }, { name: "Gigamacro", height: math.unit(630000000.0, "inches") } ] ) }; pokemonMakers["Blaziken"] = () => { return makeCharacter( "Blaziken", "Pokemon", { "Blaziken": { height: math.unit("75", "inches"), weight: math.unit("114.6", "lbs"), name: "Blaziken", image: { source: "./media/pokemon/Blaziken.svg" }, rename: true }, "Mega Blaziken": { height: math.unit("75", "inches"), weight: math.unit("114.6", "lbs"), name: "Mega Blaziken", image: { source: "./media/pokemon/Mega Blaziken.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(7.5, "inches") }, { name: "Normal", height: math.unit(75, "inches"), default: true }, { name: "Macro", height: math.unit(7500.0, "inches") }, { name: "Megamacro", height: math.unit(375000.0, "inches") }, { name: "Gigamacro", height: math.unit(750000000.0, "inches") } ] ) }; pokemonMakers["Blipbug"] = () => { return makeCharacter( "Blipbug", "Pokemon", { "Blipbug": { height: math.unit("16", "inches"), weight: math.unit("17.6", "lbs"), name: "Blipbug", image: { source: "./media/pokemon/Blipbug.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(1.6, "inches") }, { name: "Normal", height: math.unit(16, "inches"), default: true }, { name: "Macro", height: math.unit(1600.0, "inches") }, { name: "Megamacro", height: math.unit(80000.0, "inches") }, { name: "Gigamacro", height: math.unit(160000000.0, "inches") } ] ) }; pokemonMakers["Blissey"] = () => { return makeCharacter( "Blissey", "Pokemon", { "Blissey": { height: math.unit("59", "inches"), weight: math.unit("103.2", "lbs"), name: "Blissey", image: { source: "./media/pokemon/Blissey.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(5.9, "inches") }, { name: "Normal", height: math.unit(59, "inches"), default: true }, { name: "Macro", height: math.unit(5900.0, "inches") }, { name: "Megamacro", height: math.unit(295000.0, "inches") }, { name: "Gigamacro", height: math.unit(590000000.0, "inches") } ] ) }; pokemonMakers["Blitzle"] = () => { return makeCharacter( "Blitzle", "Pokemon", { "Blitzle": { height: math.unit("31", "inches"), weight: math.unit("65.7", "lbs"), name: "Blitzle", image: { source: "./media/pokemon/Blitzle.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.1, "inches") }, { name: "Normal", height: math.unit(31, "inches"), default: true }, { name: "Macro", height: math.unit(3100.0, "inches") }, { name: "Megamacro", height: math.unit(155000.0, "inches") }, { name: "Gigamacro", height: math.unit(310000000.0, "inches") } ] ) }; pokemonMakers["Boldore"] = () => { return makeCharacter( "Boldore", "Pokemon", { "Boldore": { height: math.unit("35", "inches"), weight: math.unit("224.9", "lbs"), name: "Boldore", image: { source: "./media/pokemon/Boldore.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.5, "inches") }, { name: "Normal", height: math.unit(35, "inches"), default: true }, { name: "Macro", height: math.unit(3500.0, "inches") }, { name: "Megamacro", height: math.unit(175000.0, "inches") }, { name: "Gigamacro", height: math.unit(350000000.0, "inches") } ] ) }; pokemonMakers["Boltund"] = () => { return makeCharacter( "Boltund", "Pokemon", { "Boltund": { height: math.unit("39", "inches"), weight: math.unit("75.0", "lbs"), name: "Boltund", image: { source: "./media/pokemon/Boltund.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.9, "inches") }, { name: "Normal", height: math.unit(39, "inches"), default: true }, { name: "Macro", height: math.unit(3900.0, "inches") }, { name: "Megamacro", height: math.unit(195000.0, "inches") }, { name: "Gigamacro", height: math.unit(390000000.0, "inches") } ] ) }; pokemonMakers["Bonsly"] = () => { return makeCharacter( "Bonsly", "Pokemon", { "Bonsly": { height: math.unit("20", "inches"), weight: math.unit("33.1", "lbs"), name: "Bonsly", image: { source: "./media/pokemon/Bonsly.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.0, "inches") }, { name: "Normal", height: math.unit(20, "inches"), default: true }, { name: "Macro", height: math.unit(2000.0, "inches") }, { name: "Megamacro", height: math.unit(100000.0, "inches") }, { name: "Gigamacro", height: math.unit(200000000.0, "inches") } ] ) }; pokemonMakers["Bouffalant"] = () => { return makeCharacter( "Bouffalant", "Pokemon", { "Bouffalant": { height: math.unit("63", "inches"), weight: math.unit("208.6", "lbs"), name: "Bouffalant", image: { source: "./media/pokemon/Bouffalant.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(6.3, "inches") }, { name: "Normal", height: math.unit(63, "inches"), default: true }, { name: "Macro", height: math.unit(6300.0, "inches") }, { name: "Megamacro", height: math.unit(315000.0, "inches") }, { name: "Gigamacro", height: math.unit(630000000.0, "inches") } ] ) }; pokemonMakers["Bounsweet"] = () => { return makeCharacter( "Bounsweet", "Pokemon", { "Bounsweet": { height: math.unit("12", "inches"), weight: math.unit("7.1", "lbs"), name: "Bounsweet", image: { source: "./media/pokemon/Bounsweet.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(1.2, "inches") }, { name: "Normal", height: math.unit(12, "inches"), default: true }, { name: "Macro", height: math.unit(1200.0, "inches") }, { name: "Megamacro", height: math.unit(60000.0, "inches") }, { name: "Gigamacro", height: math.unit(120000000.0, "inches") } ] ) }; pokemonMakers["Braixen"] = () => { return makeCharacter( "Braixen", "Pokemon", { "Braixen": { height: math.unit("39", "inches"), weight: math.unit("32.0", "lbs"), name: "Braixen", image: { source: "./media/pokemon/Braixen.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.9, "inches") }, { name: "Normal", height: math.unit(39, "inches"), default: true }, { name: "Macro", height: math.unit(3900.0, "inches") }, { name: "Megamacro", height: math.unit(195000.0, "inches") }, { name: "Gigamacro", height: math.unit(390000000.0, "inches") } ] ) }; pokemonMakers["Braviary"] = () => { return makeCharacter( "Braviary", "Pokemon", { "Braviary": { height: math.unit("59", "inches"), weight: math.unit("90.4", "lbs"), name: "Braviary", image: { source: "./media/pokemon/Braviary.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(5.9, "inches") }, { name: "Normal", height: math.unit(59, "inches"), default: true }, { name: "Macro", height: math.unit(5900.0, "inches") }, { name: "Megamacro", height: math.unit(295000.0, "inches") }, { name: "Gigamacro", height: math.unit(590000000.0, "inches") } ] ) }; pokemonMakers["Breloom"] = () => { return makeCharacter( "Breloom", "Pokemon", { "Breloom": { height: math.unit("47", "inches"), weight: math.unit("86.4", "lbs"), name: "Breloom", image: { source: "./media/pokemon/Breloom.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(4.7, "inches") }, { name: "Normal", height: math.unit(47, "inches"), default: true }, { name: "Macro", height: math.unit(4700.0, "inches") }, { name: "Megamacro", height: math.unit(235000.0, "inches") }, { name: "Gigamacro", height: math.unit(470000000.0, "inches") } ] ) }; pokemonMakers["Brionne"] = () => { return makeCharacter( "Brionne", "Pokemon", { "Brionne": { height: math.unit("24", "inches"), weight: math.unit("38.6", "lbs"), name: "Brionne", image: { source: "./media/pokemon/Brionne.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.4, "inches") }, { name: "Normal", height: math.unit(24, "inches"), default: true }, { name: "Macro", height: math.unit(2400.0, "inches") }, { name: "Megamacro", height: math.unit(120000.0, "inches") }, { name: "Gigamacro", height: math.unit(240000000.0, "inches") } ] ) }; pokemonMakers["Bronzong"] = () => { return makeCharacter( "Bronzong", "Pokemon", { "Bronzong": { height: math.unit("51", "inches"), weight: math.unit("412.3", "lbs"), name: "Bronzong", image: { source: "./media/pokemon/Bronzong.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(5.1, "inches") }, { name: "Normal", height: math.unit(51, "inches"), default: true }, { name: "Macro", height: math.unit(5100.0, "inches") }, { name: "Megamacro", height: math.unit(255000.0, "inches") }, { name: "Gigamacro", height: math.unit(510000000.0, "inches") } ] ) }; pokemonMakers["Bronzor"] = () => { return makeCharacter( "Bronzor", "Pokemon", { "Bronzor": { height: math.unit("20", "inches"), weight: math.unit("133.4", "lbs"), name: "Bronzor", image: { source: "./media/pokemon/Bronzor.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.0, "inches") }, { name: "Normal", height: math.unit(20, "inches"), default: true }, { name: "Macro", height: math.unit(2000.0, "inches") }, { name: "Megamacro", height: math.unit(100000.0, "inches") }, { name: "Gigamacro", height: math.unit(200000000.0, "inches") } ] ) }; pokemonMakers["Bruxish"] = () => { return makeCharacter( "Bruxish", "Pokemon", { "Bruxish": { height: math.unit("35", "inches"), weight: math.unit("41.9", "lbs"), name: "Bruxish", image: { source: "./media/pokemon/Bruxish.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.5, "inches") }, { name: "Normal", height: math.unit(35, "inches"), default: true }, { name: "Macro", height: math.unit(3500.0, "inches") }, { name: "Megamacro", height: math.unit(175000.0, "inches") }, { name: "Gigamacro", height: math.unit(350000000.0, "inches") } ] ) }; pokemonMakers["Budew"] = () => { return makeCharacter( "Budew", "Pokemon", { "Budew": { height: math.unit("8", "inches"), weight: math.unit("2.6", "lbs"), name: "Budew", image: { source: "./media/pokemon/Budew.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(0.8, "inches") }, { name: "Normal", height: math.unit(8, "inches"), default: true }, { name: "Macro", height: math.unit(800.0, "inches") }, { name: "Megamacro", height: math.unit(40000.0, "inches") }, { name: "Gigamacro", height: math.unit(80000000.0, "inches") } ] ) }; pokemonMakers["Buizel"] = () => { return makeCharacter( "Buizel", "Pokemon", { "Buizel": { height: math.unit("28", "inches"), weight: math.unit("65.0", "lbs"), name: "Buizel", image: { source: "./media/pokemon/Buizel.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.8, "inches") }, { name: "Normal", height: math.unit(28, "inches"), default: true }, { name: "Macro", height: math.unit(2800.0, "inches") }, { name: "Megamacro", height: math.unit(140000.0, "inches") }, { name: "Gigamacro", height: math.unit(280000000.0, "inches") } ] ) }; pokemonMakers["Bulbasaur"] = () => { return makeCharacter( "Bulbasaur", "Pokemon", { "Bulbasaur": { height: math.unit("28", "inches"), weight: math.unit("15.2", "lbs"), name: "Bulbasaur", image: { source: "./media/pokemon/Bulbasaur.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.8, "inches") }, { name: "Normal", height: math.unit(28, "inches"), default: true }, { name: "Macro", height: math.unit(2800.0, "inches") }, { name: "Megamacro", height: math.unit(140000.0, "inches") }, { name: "Gigamacro", height: math.unit(280000000.0, "inches") } ] ) }; pokemonMakers["Buneary"] = () => { return makeCharacter( "Buneary", "Pokemon", { "Buneary": { height: math.unit("16", "inches"), weight: math.unit("12.1", "lbs"), name: "Buneary", image: { source: "./media/pokemon/Buneary.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(1.6, "inches") }, { name: "Normal", height: math.unit(16, "inches"), default: true }, { name: "Macro", height: math.unit(1600.0, "inches") }, { name: "Megamacro", height: math.unit(80000.0, "inches") }, { name: "Gigamacro", height: math.unit(160000000.0, "inches") } ] ) }; pokemonMakers["Bunnelby"] = () => { return makeCharacter( "Bunnelby", "Pokemon", { "Bunnelby": { height: math.unit("16", "inches"), weight: math.unit("11.0", "lbs"), name: "Bunnelby", image: { source: "./media/pokemon/Bunnelby.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(1.6, "inches") }, { name: "Normal", height: math.unit(16, "inches"), default: true }, { name: "Macro", height: math.unit(1600.0, "inches") }, { name: "Megamacro", height: math.unit(80000.0, "inches") }, { name: "Gigamacro", height: math.unit(160000000.0, "inches") } ] ) }; pokemonMakers["Burmy"] = () => { return makeCharacter( "Burmy", "Pokemon", { "Plant Cloak": { height: math.unit("8", "inches"), weight: math.unit("7.5", "lbs"), name: "Plant Cloak", image: { source: "./media/pokemon/Burmy - Plant Cloak.svg" }, rename: true }, "Sandy Cloak": { height: math.unit("8", "inches"), weight: math.unit("7.5", "lbs"), name: "Sandy Cloak", image: { source: "./media/pokemon/Burmy - Sandy Cloak.svg" }, rename: true }, "Trash Cloak": { height: math.unit("8", "inches"), weight: math.unit("7.5", "lbs"), name: "Trash Cloak", image: { source: "./media/pokemon/Burmy - Trash Cloak.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(0.8, "inches") }, { name: "Normal", height: math.unit(8, "inches"), default: true }, { name: "Macro", height: math.unit(800.0, "inches") }, { name: "Megamacro", height: math.unit(40000.0, "inches") }, { name: "Gigamacro", height: math.unit(80000000.0, "inches") } ] ) }; pokemonMakers["Butterfree"] = () => { return makeCharacter( "Butterfree", "Pokemon", { "Butterfree": { height: math.unit("43", "inches"), weight: math.unit("70.5", "lbs"), name: "Butterfree", image: { source: "./media/pokemon/Butterfree.svg" }, rename: true }, "Gigantamax Butterfree": { height: math.unit("669", "inches"), weight: math.unit("265498.5194322512", "lbs"), name: "Gigantamax Butterfree", image: { source: "./media/pokemon/Gigantamax Butterfree.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(4.3, "inches") }, { name: "Normal", height: math.unit(43, "inches"), default: true }, { name: "Macro", height: math.unit(4300.0, "inches") }, { name: "Megamacro", height: math.unit(215000.0, "inches") }, { name: "Gigamacro", height: math.unit(430000000.0, "inches") } ] ) }; pokemonMakers["Buzzwole"] = () => { return makeCharacter( "Buzzwole", "Pokemon", { "Buzzwole": { height: math.unit("94", "inches"), weight: math.unit("735.5", "lbs"), name: "Buzzwole", image: { source: "./media/pokemon/Buzzwole.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(9.4, "inches") }, { name: "Normal", height: math.unit(94, "inches"), default: true }, { name: "Macro", height: math.unit(9400.0, "inches") }, { name: "Megamacro", height: math.unit(470000.0, "inches") }, { name: "Gigamacro", height: math.unit(940000000.0, "inches") } ] ) }; pokemonMakers["Cacnea"] = () => { return makeCharacter( "Cacnea", "Pokemon", { "Cacnea": { height: math.unit("16", "inches"), weight: math.unit("113.1", "lbs"), name: "Cacnea", image: { source: "./media/pokemon/Cacnea.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(1.6, "inches") }, { name: "Normal", height: math.unit(16, "inches"), default: true }, { name: "Macro", height: math.unit(1600.0, "inches") }, { name: "Megamacro", height: math.unit(80000.0, "inches") }, { name: "Gigamacro", height: math.unit(160000000.0, "inches") } ] ) }; pokemonMakers["Cacturne"] = () => { return makeCharacter( "Cacturne", "Pokemon", { "Cacturne": { height: math.unit("51", "inches"), weight: math.unit("170.6", "lbs"), name: "Cacturne", image: { source: "./media/pokemon/Cacturne.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(5.1, "inches") }, { name: "Normal", height: math.unit(51, "inches"), default: true }, { name: "Macro", height: math.unit(5100.0, "inches") }, { name: "Megamacro", height: math.unit(255000.0, "inches") }, { name: "Gigamacro", height: math.unit(510000000.0, "inches") } ] ) }; pokemonMakers["Camerupt"] = () => { return makeCharacter( "Camerupt", "Pokemon", { "Camerupt": { height: math.unit("75", "inches"), weight: math.unit("485.0", "lbs"), name: "Camerupt", image: { source: "./media/pokemon/Camerupt.svg" }, rename: true }, "Mega Camerupt": { height: math.unit("98", "inches"), weight: math.unit("706.6", "lbs"), name: "Mega Camerupt", image: { source: "./media/pokemon/Mega Camerupt.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(7.5, "inches") }, { name: "Normal", height: math.unit(75, "inches"), default: true }, { name: "Macro", height: math.unit(7500.0, "inches") }, { name: "Megamacro", height: math.unit(375000.0, "inches") }, { name: "Gigamacro", height: math.unit(750000000.0, "inches") } ] ) }; pokemonMakers["Carbink"] = () => { return makeCharacter( "Carbink", "Pokemon", { "Carbink": { height: math.unit("12", "inches"), weight: math.unit("12.6", "lbs"), name: "Carbink", image: { source: "./media/pokemon/Carbink.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(1.2, "inches") }, { name: "Normal", height: math.unit(12, "inches"), default: true }, { name: "Macro", height: math.unit(1200.0, "inches") }, { name: "Megamacro", height: math.unit(60000.0, "inches") }, { name: "Gigamacro", height: math.unit(120000000.0, "inches") } ] ) }; pokemonMakers["Carkol"] = () => { return makeCharacter( "Carkol", "Pokemon", { "Carkol": { height: math.unit("43", "inches"), weight: math.unit("172.0", "lbs"), name: "Carkol", image: { source: "./media/pokemon/Carkol.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(4.3, "inches") }, { name: "Normal", height: math.unit(43, "inches"), default: true }, { name: "Macro", height: math.unit(4300.0, "inches") }, { name: "Megamacro", height: math.unit(215000.0, "inches") }, { name: "Gigamacro", height: math.unit(430000000.0, "inches") } ] ) }; pokemonMakers["Carnivine"] = () => { return makeCharacter( "Carnivine", "Pokemon", { "Carnivine": { height: math.unit("55", "inches"), weight: math.unit("59.5", "lbs"), name: "Carnivine", image: { source: "./media/pokemon/Carnivine.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(5.5, "inches") }, { name: "Normal", height: math.unit(55, "inches"), default: true }, { name: "Macro", height: math.unit(5500.0, "inches") }, { name: "Megamacro", height: math.unit(275000.0, "inches") }, { name: "Gigamacro", height: math.unit(550000000.0, "inches") } ] ) }; pokemonMakers["Carracosta"] = () => { return makeCharacter( "Carracosta", "Pokemon", { "Carracosta": { height: math.unit("47", "inches"), weight: math.unit("178.6", "lbs"), name: "Carracosta", image: { source: "./media/pokemon/Carracosta.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(4.7, "inches") }, { name: "Normal", height: math.unit(47, "inches"), default: true }, { name: "Macro", height: math.unit(4700.0, "inches") }, { name: "Megamacro", height: math.unit(235000.0, "inches") }, { name: "Gigamacro", height: math.unit(470000000.0, "inches") } ] ) }; pokemonMakers["Carvanha"] = () => { return makeCharacter( "Carvanha", "Pokemon", { "Carvanha": { height: math.unit("31", "inches"), weight: math.unit("45.9", "lbs"), name: "Carvanha", image: { source: "./media/pokemon/Carvanha.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.1, "inches") }, { name: "Normal", height: math.unit(31, "inches"), default: true }, { name: "Macro", height: math.unit(3100.0, "inches") }, { name: "Megamacro", height: math.unit(155000.0, "inches") }, { name: "Gigamacro", height: math.unit(310000000.0, "inches") } ] ) }; pokemonMakers["Cascoon"] = () => { return makeCharacter( "Cascoon", "Pokemon", { "Cascoon": { height: math.unit("28", "inches"), weight: math.unit("25.4", "lbs"), name: "Cascoon", image: { source: "./media/pokemon/Cascoon.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.8, "inches") }, { name: "Normal", height: math.unit(28, "inches"), default: true }, { name: "Macro", height: math.unit(2800.0, "inches") }, { name: "Megamacro", height: math.unit(140000.0, "inches") }, { name: "Gigamacro", height: math.unit(280000000.0, "inches") } ] ) }; pokemonMakers["Castform"] = () => { return makeCharacter( "Castform", "Pokemon", { "Rainy Form": { height: math.unit("12", "inches"), weight: math.unit("1.8", "lbs"), name: "Rainy Form", image: { source: "./media/pokemon/Castform - Rainy Form.svg" }, rename: true }, "Snowy Form": { height: math.unit("12", "inches"), weight: math.unit("1.8", "lbs"), name: "Snowy Form", image: { source: "./media/pokemon/Castform - Snowy Form.svg" }, rename: true }, "Sunny Form": { height: math.unit("12", "inches"), weight: math.unit("1.8", "lbs"), name: "Sunny Form", image: { source: "./media/pokemon/Castform - Sunny Form.svg" }, rename: true }, "Castform": { height: math.unit("12", "inches"), weight: math.unit("1.8", "lbs"), name: "Castform", image: { source: "./media/pokemon/Castform.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(1.2, "inches") }, { name: "Normal", height: math.unit(12, "inches"), default: true }, { name: "Macro", height: math.unit(1200.0, "inches") }, { name: "Megamacro", height: math.unit(60000.0, "inches") }, { name: "Gigamacro", height: math.unit(120000000.0, "inches") } ] ) }; pokemonMakers["Caterpie"] = () => { return makeCharacter( "Caterpie", "Pokemon", { "Caterpie": { height: math.unit("12", "inches"), weight: math.unit("6.4", "lbs"), name: "Caterpie", image: { source: "./media/pokemon/Caterpie.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(1.2, "inches") }, { name: "Normal", height: math.unit(12, "inches"), default: true }, { name: "Macro", height: math.unit(1200.0, "inches") }, { name: "Megamacro", height: math.unit(60000.0, "inches") }, { name: "Gigamacro", height: math.unit(120000000.0, "inches") } ] ) }; pokemonMakers["Celebi"] = () => { return makeCharacter( "Celebi", "Pokemon", { "Celebi": { height: math.unit("24", "inches"), weight: math.unit("11.0", "lbs"), name: "Celebi", image: { source: "./media/pokemon/Celebi.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.4, "inches") }, { name: "Normal", height: math.unit(24, "inches"), default: true }, { name: "Macro", height: math.unit(2400.0, "inches") }, { name: "Megamacro", height: math.unit(120000.0, "inches") }, { name: "Gigamacro", height: math.unit(240000000.0, "inches") } ] ) }; pokemonMakers["Celesteela"] = () => { return makeCharacter( "Celesteela", "Pokemon", { "Celesteela": { height: math.unit("362", "inches"), weight: math.unit("2204.4", "lbs"), name: "Celesteela", image: { source: "./media/pokemon/Celesteela.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(36.2, "inches") }, { name: "Normal", height: math.unit(362, "inches"), default: true }, { name: "Macro", height: math.unit(36200.0, "inches") }, { name: "Megamacro", height: math.unit(1810000.0, "inches") }, { name: "Gigamacro", height: math.unit(3620000000.0, "inches") } ] ) }; pokemonMakers["Centiskorch"] = () => { return makeCharacter( "Centiskorch", "Pokemon", { "Centiskorch": { height: math.unit("118", "inches"), weight: math.unit("264.6", "lbs"), name: "Centiskorch", image: { source: "./media/pokemon/Centiskorch.svg" }, rename: true }, "Gigantamax Centiskorch": { height: math.unit("2953", "inches"), weight: math.unit("4147001.178938817", "lbs"), name: "Gigantamax Centiskorch", image: { source: "./media/pokemon/Gigantamax Centiskorch.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(11.8, "inches") }, { name: "Normal", height: math.unit(118, "inches"), default: true }, { name: "Macro", height: math.unit(11800.0, "inches") }, { name: "Megamacro", height: math.unit(590000.0, "inches") }, { name: "Gigamacro", height: math.unit(1180000000.0, "inches") } ] ) }; pokemonMakers["Chandelure"] = () => { return makeCharacter( "Chandelure", "Pokemon", { "Chandelure": { height: math.unit("39", "inches"), weight: math.unit("75.6", "lbs"), name: "Chandelure", image: { source: "./media/pokemon/Chandelure.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.9, "inches") }, { name: "Normal", height: math.unit(39, "inches"), default: true }, { name: "Macro", height: math.unit(3900.0, "inches") }, { name: "Megamacro", height: math.unit(195000.0, "inches") }, { name: "Gigamacro", height: math.unit(390000000.0, "inches") } ] ) }; pokemonMakers["Chansey"] = () => { return makeCharacter( "Chansey", "Pokemon", { "Chansey": { height: math.unit("43", "inches"), weight: math.unit("76.3", "lbs"), name: "Chansey", image: { source: "./media/pokemon/Chansey.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(4.3, "inches") }, { name: "Normal", height: math.unit(43, "inches"), default: true }, { name: "Macro", height: math.unit(4300.0, "inches") }, { name: "Megamacro", height: math.unit(215000.0, "inches") }, { name: "Gigamacro", height: math.unit(430000000.0, "inches") } ] ) }; pokemonMakers["Charizard"] = () => { return makeCharacter( "Charizard", "Pokemon", { "Charizard": { height: math.unit("67", "inches"), weight: math.unit("199.5", "lbs"), name: "Charizard", image: { source: "./media/pokemon/Charizard.svg" }, rename: true }, "Mega Charizard X": { height: math.unit("67", "inches"), weight: math.unit("243.6", "lbs"), name: "Mega Charizard X", image: { source: "./media/pokemon/Mega Charizard X.svg" }, rename: true }, "Mega Charizard Y": { height: math.unit("67", "inches"), weight: math.unit("221.6", "lbs"), name: "Mega Charizard Y", image: { source: "./media/pokemon/Mega Charizard Y.svg" }, rename: true }, "Gigantamax Charizard": { height: math.unit("1102", "inches"), weight: math.unit("887693.9816267294", "lbs"), name: "Gigantamax Charizard", image: { source: "./media/pokemon/Gigantamax Charizard.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(6.7, "inches") }, { name: "Normal", height: math.unit(67, "inches"), default: true }, { name: "Macro", height: math.unit(6700.0, "inches") }, { name: "Megamacro", height: math.unit(335000.0, "inches") }, { name: "Gigamacro", height: math.unit(670000000.0, "inches") } ] ) }; pokemonMakers["Charjabug"] = () => { return makeCharacter( "Charjabug", "Pokemon", { "Charjabug": { height: math.unit("20", "inches"), weight: math.unit("23.1", "lbs"), name: "Charjabug", image: { source: "./media/pokemon/Charjabug.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.0, "inches") }, { name: "Normal", height: math.unit(20, "inches"), default: true }, { name: "Macro", height: math.unit(2000.0, "inches") }, { name: "Megamacro", height: math.unit(100000.0, "inches") }, { name: "Gigamacro", height: math.unit(200000000.0, "inches") } ] ) }; pokemonMakers["Charmander"] = () => { return makeCharacter( "Charmander", "Pokemon", { "Charmander": { height: math.unit("24", "inches"), weight: math.unit("18.7", "lbs"), name: "Charmander", image: { source: "./media/pokemon/Charmander.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.4, "inches") }, { name: "Normal", height: math.unit(24, "inches"), default: true }, { name: "Macro", height: math.unit(2400.0, "inches") }, { name: "Megamacro", height: math.unit(120000.0, "inches") }, { name: "Gigamacro", height: math.unit(240000000.0, "inches") } ] ) }; pokemonMakers["Charmeleon"] = () => { return makeCharacter( "Charmeleon", "Pokemon", { "Charmeleon": { height: math.unit("43", "inches"), weight: math.unit("41.9", "lbs"), name: "Charmeleon", image: { source: "./media/pokemon/Charmeleon.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(4.3, "inches") }, { name: "Normal", height: math.unit(43, "inches"), default: true }, { name: "Macro", height: math.unit(4300.0, "inches") }, { name: "Megamacro", height: math.unit(215000.0, "inches") }, { name: "Gigamacro", height: math.unit(430000000.0, "inches") } ] ) }; pokemonMakers["Chatot"] = () => { return makeCharacter( "Chatot", "Pokemon", { "Chatot": { height: math.unit("20", "inches"), weight: math.unit("4.2", "lbs"), name: "Chatot", image: { source: "./media/pokemon/Chatot.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.0, "inches") }, { name: "Normal", height: math.unit(20, "inches"), default: true }, { name: "Macro", height: math.unit(2000.0, "inches") }, { name: "Megamacro", height: math.unit(100000.0, "inches") }, { name: "Gigamacro", height: math.unit(200000000.0, "inches") } ] ) }; pokemonMakers["Cherrim"] = () => { return makeCharacter( "Cherrim", "Pokemon", { "Overcast Form": { height: math.unit("20", "inches"), weight: math.unit("20.5", "lbs"), name: "Overcast Form", image: { source: "./media/pokemon/Cherrim - Overcast Form.svg" }, rename: true }, "Sunshine Form": { height: math.unit("20", "inches"), weight: math.unit("20.5", "lbs"), name: "Sunshine Form", image: { source: "./media/pokemon/Cherrim - Sunshine Form.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.0, "inches") }, { name: "Normal", height: math.unit(20, "inches"), default: true }, { name: "Macro", height: math.unit(2000.0, "inches") }, { name: "Megamacro", height: math.unit(100000.0, "inches") }, { name: "Gigamacro", height: math.unit(200000000.0, "inches") } ] ) }; pokemonMakers["Cherubi"] = () => { return makeCharacter( "Cherubi", "Pokemon", { "Cherubi": { height: math.unit("16", "inches"), weight: math.unit("7.3", "lbs"), name: "Cherubi", image: { source: "./media/pokemon/Cherubi.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(1.6, "inches") }, { name: "Normal", height: math.unit(16, "inches"), default: true }, { name: "Macro", height: math.unit(1600.0, "inches") }, { name: "Megamacro", height: math.unit(80000.0, "inches") }, { name: "Gigamacro", height: math.unit(160000000.0, "inches") } ] ) }; pokemonMakers["Chesnaught"] = () => { return makeCharacter( "Chesnaught", "Pokemon", { "Chesnaught": { height: math.unit("63", "inches"), weight: math.unit("198.4", "lbs"), name: "Chesnaught", image: { source: "./media/pokemon/Chesnaught.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(6.3, "inches") }, { name: "Normal", height: math.unit(63, "inches"), default: true }, { name: "Macro", height: math.unit(6300.0, "inches") }, { name: "Megamacro", height: math.unit(315000.0, "inches") }, { name: "Gigamacro", height: math.unit(630000000.0, "inches") } ] ) }; pokemonMakers["Chespin"] = () => { return makeCharacter( "Chespin", "Pokemon", { "Chespin": { height: math.unit("16", "inches"), weight: math.unit("19.8", "lbs"), name: "Chespin", image: { source: "./media/pokemon/Chespin.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(1.6, "inches") }, { name: "Normal", height: math.unit(16, "inches"), default: true }, { name: "Macro", height: math.unit(1600.0, "inches") }, { name: "Megamacro", height: math.unit(80000.0, "inches") }, { name: "Gigamacro", height: math.unit(160000000.0, "inches") } ] ) }; pokemonMakers["Chewtle"] = () => { return makeCharacter( "Chewtle", "Pokemon", { "Chewtle": { height: math.unit("12", "inches"), weight: math.unit("18.7", "lbs"), name: "Chewtle", image: { source: "./media/pokemon/Chewtle.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(1.2, "inches") }, { name: "Normal", height: math.unit(12, "inches"), default: true }, { name: "Macro", height: math.unit(1200.0, "inches") }, { name: "Megamacro", height: math.unit(60000.0, "inches") }, { name: "Gigamacro", height: math.unit(120000000.0, "inches") } ] ) }; pokemonMakers["Chikorita"] = () => { return makeCharacter( "Chikorita", "Pokemon", { "Chikorita": { height: math.unit("35", "inches"), weight: math.unit("14.1", "lbs"), name: "Chikorita", image: { source: "./media/pokemon/Chikorita.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.5, "inches") }, { name: "Normal", height: math.unit(35, "inches"), default: true }, { name: "Macro", height: math.unit(3500.0, "inches") }, { name: "Megamacro", height: math.unit(175000.0, "inches") }, { name: "Gigamacro", height: math.unit(350000000.0, "inches") } ] ) }; pokemonMakers["Chimchar"] = () => { return makeCharacter( "Chimchar", "Pokemon", { "Chimchar": { height: math.unit("20", "inches"), weight: math.unit("13.7", "lbs"), name: "Chimchar", image: { source: "./media/pokemon/Chimchar.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.0, "inches") }, { name: "Normal", height: math.unit(20, "inches"), default: true }, { name: "Macro", height: math.unit(2000.0, "inches") }, { name: "Megamacro", height: math.unit(100000.0, "inches") }, { name: "Gigamacro", height: math.unit(200000000.0, "inches") } ] ) }; pokemonMakers["Chimecho"] = () => { return makeCharacter( "Chimecho", "Pokemon", { "Chimecho": { height: math.unit("24", "inches"), weight: math.unit("2.2", "lbs"), name: "Chimecho", image: { source: "./media/pokemon/Chimecho.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.4, "inches") }, { name: "Normal", height: math.unit(24, "inches"), default: true }, { name: "Macro", height: math.unit(2400.0, "inches") }, { name: "Megamacro", height: math.unit(120000.0, "inches") }, { name: "Gigamacro", height: math.unit(240000000.0, "inches") } ] ) }; pokemonMakers["Chinchou"] = () => { return makeCharacter( "Chinchou", "Pokemon", { "Chinchou": { height: math.unit("20", "inches"), weight: math.unit("26.5", "lbs"), name: "Chinchou", image: { source: "./media/pokemon/Chinchou.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.0, "inches") }, { name: "Normal", height: math.unit(20, "inches"), default: true }, { name: "Macro", height: math.unit(2000.0, "inches") }, { name: "Megamacro", height: math.unit(100000.0, "inches") }, { name: "Gigamacro", height: math.unit(200000000.0, "inches") } ] ) }; pokemonMakers["Chingling"] = () => { return makeCharacter( "Chingling", "Pokemon", { "Chingling": { height: math.unit("8", "inches"), weight: math.unit("1.3", "lbs"), name: "Chingling", image: { source: "./media/pokemon/Chingling.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(0.8, "inches") }, { name: "Normal", height: math.unit(8, "inches"), default: true }, { name: "Macro", height: math.unit(800.0, "inches") }, { name: "Megamacro", height: math.unit(40000.0, "inches") }, { name: "Gigamacro", height: math.unit(80000000.0, "inches") } ] ) }; pokemonMakers["Cinccino"] = () => { return makeCharacter( "Cinccino", "Pokemon", { "Cinccino": { height: math.unit("20", "inches"), weight: math.unit("16.5", "lbs"), name: "Cinccino", image: { source: "./media/pokemon/Cinccino.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.0, "inches") }, { name: "Normal", height: math.unit(20, "inches"), default: true }, { name: "Macro", height: math.unit(2000.0, "inches") }, { name: "Megamacro", height: math.unit(100000.0, "inches") }, { name: "Gigamacro", height: math.unit(200000000.0, "inches") } ] ) }; pokemonMakers["Cinderace"] = () => { return makeCharacter( "Cinderace", "Pokemon", { "Cinderace": { height: math.unit("55", "inches"), weight: math.unit("72.8", "lbs"), name: "Cinderace", image: { source: "./media/pokemon/Cinderace.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(5.5, "inches") }, { name: "Normal", height: math.unit(55, "inches"), default: true }, { name: "Macro", height: math.unit(5500.0, "inches") }, { name: "Megamacro", height: math.unit(275000.0, "inches") }, { name: "Gigamacro", height: math.unit(550000000.0, "inches") } ] ) }; pokemonMakers["Clamperl"] = () => { return makeCharacter( "Clamperl", "Pokemon", { "Clamperl": { height: math.unit("16", "inches"), weight: math.unit("115.7", "lbs"), name: "Clamperl", image: { source: "./media/pokemon/Clamperl.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(1.6, "inches") }, { name: "Normal", height: math.unit(16, "inches"), default: true }, { name: "Macro", height: math.unit(1600.0, "inches") }, { name: "Megamacro", height: math.unit(80000.0, "inches") }, { name: "Gigamacro", height: math.unit(160000000.0, "inches") } ] ) }; pokemonMakers["Clauncher"] = () => { return makeCharacter( "Clauncher", "Pokemon", { "Clauncher": { height: math.unit("20", "inches"), weight: math.unit("18.3", "lbs"), name: "Clauncher", image: { source: "./media/pokemon/Clauncher.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.0, "inches") }, { name: "Normal", height: math.unit(20, "inches"), default: true }, { name: "Macro", height: math.unit(2000.0, "inches") }, { name: "Megamacro", height: math.unit(100000.0, "inches") }, { name: "Gigamacro", height: math.unit(200000000.0, "inches") } ] ) }; pokemonMakers["Clawitzer"] = () => { return makeCharacter( "Clawitzer", "Pokemon", { "Clawitzer": { height: math.unit("51", "inches"), weight: math.unit("77.8", "lbs"), name: "Clawitzer", image: { source: "./media/pokemon/Clawitzer.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(5.1, "inches") }, { name: "Normal", height: math.unit(51, "inches"), default: true }, { name: "Macro", height: math.unit(5100.0, "inches") }, { name: "Megamacro", height: math.unit(255000.0, "inches") }, { name: "Gigamacro", height: math.unit(510000000.0, "inches") } ] ) }; pokemonMakers["Claydol"] = () => { return makeCharacter( "Claydol", "Pokemon", { "Claydol": { height: math.unit("59", "inches"), weight: math.unit("238.1", "lbs"), name: "Claydol", image: { source: "./media/pokemon/Claydol.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(5.9, "inches") }, { name: "Normal", height: math.unit(59, "inches"), default: true }, { name: "Macro", height: math.unit(5900.0, "inches") }, { name: "Megamacro", height: math.unit(295000.0, "inches") }, { name: "Gigamacro", height: math.unit(590000000.0, "inches") } ] ) }; pokemonMakers["Clefable"] = () => { return makeCharacter( "Clefable", "Pokemon", { "Clefable": { height: math.unit("51", "inches"), weight: math.unit("88.2", "lbs"), name: "Clefable", image: { source: "./media/pokemon/Clefable.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(5.1, "inches") }, { name: "Normal", height: math.unit(51, "inches"), default: true }, { name: "Macro", height: math.unit(5100.0, "inches") }, { name: "Megamacro", height: math.unit(255000.0, "inches") }, { name: "Gigamacro", height: math.unit(510000000.0, "inches") } ] ) }; pokemonMakers["Clefairy"] = () => { return makeCharacter( "Clefairy", "Pokemon", { "Clefairy": { height: math.unit("24", "inches"), weight: math.unit("16.5", "lbs"), name: "Clefairy", image: { source: "./media/pokemon/Clefairy.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.4, "inches") }, { name: "Normal", height: math.unit(24, "inches"), default: true }, { name: "Macro", height: math.unit(2400.0, "inches") }, { name: "Megamacro", height: math.unit(120000.0, "inches") }, { name: "Gigamacro", height: math.unit(240000000.0, "inches") } ] ) }; pokemonMakers["Cleffa"] = () => { return makeCharacter( "Cleffa", "Pokemon", { "Cleffa": { height: math.unit("12", "inches"), weight: math.unit("6.6", "lbs"), name: "Cleffa", image: { source: "./media/pokemon/Cleffa.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(1.2, "inches") }, { name: "Normal", height: math.unit(12, "inches"), default: true }, { name: "Macro", height: math.unit(1200.0, "inches") }, { name: "Megamacro", height: math.unit(60000.0, "inches") }, { name: "Gigamacro", height: math.unit(120000000.0, "inches") } ] ) }; pokemonMakers["Clobbopus"] = () => { return makeCharacter( "Clobbopus", "Pokemon", { "Clobbopus": { height: math.unit("24", "inches"), weight: math.unit("8.8", "lbs"), name: "Clobbopus", image: { source: "./media/pokemon/Clobbopus.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.4, "inches") }, { name: "Normal", height: math.unit(24, "inches"), default: true }, { name: "Macro", height: math.unit(2400.0, "inches") }, { name: "Megamacro", height: math.unit(120000.0, "inches") }, { name: "Gigamacro", height: math.unit(240000000.0, "inches") } ] ) }; pokemonMakers["Cloyster"] = () => { return makeCharacter( "Cloyster", "Pokemon", { "Cloyster": { height: math.unit("59", "inches"), weight: math.unit("292.1", "lbs"), name: "Cloyster", image: { source: "./media/pokemon/Cloyster.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(5.9, "inches") }, { name: "Normal", height: math.unit(59, "inches"), default: true }, { name: "Macro", height: math.unit(5900.0, "inches") }, { name: "Megamacro", height: math.unit(295000.0, "inches") }, { name: "Gigamacro", height: math.unit(590000000.0, "inches") } ] ) }; pokemonMakers["Coalossal"] = () => { return makeCharacter( "Coalossal", "Pokemon", { "Coalossal": { height: math.unit("110", "inches"), weight: math.unit("684.5", "lbs"), name: "Coalossal", image: { source: "./media/pokemon/Coalossal.svg" }, rename: true }, "Gigantamax Coalossal": { height: math.unit("1654", "inches"), weight: math.unit("2327029.627128475", "lbs"), name: "Gigantamax Coalossal", image: { source: "./media/pokemon/Gigantamax Coalossal.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(11.0, "inches") }, { name: "Normal", height: math.unit(110, "inches"), default: true }, { name: "Macro", height: math.unit(11000.0, "inches") }, { name: "Megamacro", height: math.unit(550000.0, "inches") }, { name: "Gigamacro", height: math.unit(1100000000.0, "inches") } ] ) }; pokemonMakers["Cobalion"] = () => { return makeCharacter( "Cobalion", "Pokemon", { "Cobalion": { height: math.unit("83", "inches"), weight: math.unit("551.2", "lbs"), name: "Cobalion", image: { source: "./media/pokemon/Cobalion.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(8.3, "inches") }, { name: "Normal", height: math.unit(83, "inches"), default: true }, { name: "Macro", height: math.unit(8300.0, "inches") }, { name: "Megamacro", height: math.unit(415000.0, "inches") }, { name: "Gigamacro", height: math.unit(830000000.0, "inches") } ] ) }; pokemonMakers["Cofagrigus"] = () => { return makeCharacter( "Cofagrigus", "Pokemon", { "Cofagrigus": { height: math.unit("67", "inches"), weight: math.unit("168.7", "lbs"), name: "Cofagrigus", image: { source: "./media/pokemon/Cofagrigus.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(6.7, "inches") }, { name: "Normal", height: math.unit(67, "inches"), default: true }, { name: "Macro", height: math.unit(6700.0, "inches") }, { name: "Megamacro", height: math.unit(335000.0, "inches") }, { name: "Gigamacro", height: math.unit(670000000.0, "inches") } ] ) }; pokemonMakers["Combee"] = () => { return makeCharacter( "Combee", "Pokemon", { "Combee": { height: math.unit("12", "inches"), weight: math.unit("12.1", "lbs"), name: "Combee", image: { source: "./media/pokemon/Combee.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(1.2, "inches") }, { name: "Normal", height: math.unit(12, "inches"), default: true }, { name: "Macro", height: math.unit(1200.0, "inches") }, { name: "Megamacro", height: math.unit(60000.0, "inches") }, { name: "Gigamacro", height: math.unit(120000000.0, "inches") } ] ) }; pokemonMakers["Combusken"] = () => { return makeCharacter( "Combusken", "Pokemon", { "Combusken": { height: math.unit("35", "inches"), weight: math.unit("43.0", "lbs"), name: "Combusken", image: { source: "./media/pokemon/Combusken.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.5, "inches") }, { name: "Normal", height: math.unit(35, "inches"), default: true }, { name: "Macro", height: math.unit(3500.0, "inches") }, { name: "Megamacro", height: math.unit(175000.0, "inches") }, { name: "Gigamacro", height: math.unit(350000000.0, "inches") } ] ) }; pokemonMakers["Comfey"] = () => { return makeCharacter( "Comfey", "Pokemon", { "Comfey": { height: math.unit("4", "inches"), weight: math.unit("0.7", "lbs"), name: "Comfey", image: { source: "./media/pokemon/Comfey.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(0.4, "inches") }, { name: "Normal", height: math.unit(4, "inches"), default: true }, { name: "Macro", height: math.unit(400.0, "inches") }, { name: "Megamacro", height: math.unit(20000.0, "inches") }, { name: "Gigamacro", height: math.unit(40000000.0, "inches") } ] ) }; pokemonMakers["Conkeldurr"] = () => { return makeCharacter( "Conkeldurr", "Pokemon", { "Conkeldurr": { height: math.unit("55", "inches"), weight: math.unit("191.8", "lbs"), name: "Conkeldurr", image: { source: "./media/pokemon/Conkeldurr.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(5.5, "inches") }, { name: "Normal", height: math.unit(55, "inches"), default: true }, { name: "Macro", height: math.unit(5500.0, "inches") }, { name: "Megamacro", height: math.unit(275000.0, "inches") }, { name: "Gigamacro", height: math.unit(550000000.0, "inches") } ] ) }; pokemonMakers["Copperajah"] = () => { return makeCharacter( "Copperajah", "Pokemon", { "Copperajah": { height: math.unit("118", "inches"), weight: math.unit("1433.0", "lbs"), name: "Copperajah", image: { source: "./media/pokemon/Copperajah.svg" }, rename: true }, "Gigantamax Copperajah": { height: math.unit("906", "inches"), weight: math.unit("648611.6747135783", "lbs"), name: "Gigantamax Copperajah", image: { source: "./media/pokemon/Gigantamax Copperajah.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(11.8, "inches") }, { name: "Normal", height: math.unit(118, "inches"), default: true }, { name: "Macro", height: math.unit(11800.0, "inches") }, { name: "Megamacro", height: math.unit(590000.0, "inches") }, { name: "Gigamacro", height: math.unit(1180000000.0, "inches") } ] ) }; pokemonMakers["Corphish"] = () => { return makeCharacter( "Corphish", "Pokemon", { "Corphish": { height: math.unit("24", "inches"), weight: math.unit("25.4", "lbs"), name: "Corphish", image: { source: "./media/pokemon/Corphish.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.4, "inches") }, { name: "Normal", height: math.unit(24, "inches"), default: true }, { name: "Macro", height: math.unit(2400.0, "inches") }, { name: "Megamacro", height: math.unit(120000.0, "inches") }, { name: "Gigamacro", height: math.unit(240000000.0, "inches") } ] ) }; pokemonMakers["Corsola"] = () => { return makeCharacter( "Corsola", "Pokemon", { "Galarian Form": { height: math.unit("24", "inches"), weight: math.unit("1.1", "lbs"), name: "Galarian Form", image: { source: "./media/pokemon/Corsola - Galarian Form.svg" }, rename: true }, "Corsola": { height: math.unit("24", "inches"), weight: math.unit("11.0", "lbs"), name: "Corsola", image: { source: "./media/pokemon/Corsola.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.4, "inches") }, { name: "Normal", height: math.unit(24, "inches"), default: true }, { name: "Macro", height: math.unit(2400.0, "inches") }, { name: "Megamacro", height: math.unit(120000.0, "inches") }, { name: "Gigamacro", height: math.unit(240000000.0, "inches") } ] ) }; pokemonMakers["Corviknight"] = () => { return makeCharacter( "Corviknight", "Pokemon", { "Corviknight": { height: math.unit("87", "inches"), weight: math.unit("165.3", "lbs"), name: "Corviknight", image: { source: "./media/pokemon/Corviknight.svg" }, rename: true }, "Gigantamax Corviknight": { height: math.unit("551", "inches"), weight: math.unit("41992.32222222222", "lbs"), name: "Gigantamax Corviknight", image: { source: "./media/pokemon/Gigantamax Corviknight.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(8.7, "inches") }, { name: "Normal", height: math.unit(87, "inches"), default: true }, { name: "Macro", height: math.unit(8700.0, "inches") }, { name: "Megamacro", height: math.unit(435000.0, "inches") }, { name: "Gigamacro", height: math.unit(870000000.0, "inches") } ] ) }; pokemonMakers["Corvisquire"] = () => { return makeCharacter( "Corvisquire", "Pokemon", { "Corvisquire": { height: math.unit("31", "inches"), weight: math.unit("35.3", "lbs"), name: "Corvisquire", image: { source: "./media/pokemon/Corvisquire.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.1, "inches") }, { name: "Normal", height: math.unit(31, "inches"), default: true }, { name: "Macro", height: math.unit(3100.0, "inches") }, { name: "Megamacro", height: math.unit(155000.0, "inches") }, { name: "Gigamacro", height: math.unit(310000000.0, "inches") } ] ) }; pokemonMakers["Cosmoem"] = () => { return makeCharacter( "Cosmoem", "Pokemon", { "Cosmoem": { height: math.unit("4", "inches"), weight: math.unit("2204.4", "lbs"), name: "Cosmoem", image: { source: "./media/pokemon/Cosmoem.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(0.4, "inches") }, { name: "Normal", height: math.unit(4, "inches"), default: true }, { name: "Macro", height: math.unit(400.0, "inches") }, { name: "Megamacro", height: math.unit(20000.0, "inches") }, { name: "Gigamacro", height: math.unit(40000000.0, "inches") } ] ) }; pokemonMakers["Cosmog"] = () => { return makeCharacter( "Cosmog", "Pokemon", { "Cosmog": { height: math.unit("8", "inches"), weight: math.unit("0.2", "lbs"), name: "Cosmog", image: { source: "./media/pokemon/Cosmog.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(0.8, "inches") }, { name: "Normal", height: math.unit(8, "inches"), default: true }, { name: "Macro", height: math.unit(800.0, "inches") }, { name: "Megamacro", height: math.unit(40000.0, "inches") }, { name: "Gigamacro", height: math.unit(80000000.0, "inches") } ] ) }; pokemonMakers["Cottonee"] = () => { return makeCharacter( "Cottonee", "Pokemon", { "Cottonee": { height: math.unit("12", "inches"), weight: math.unit("1.3", "lbs"), name: "Cottonee", image: { source: "./media/pokemon/Cottonee.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(1.2, "inches") }, { name: "Normal", height: math.unit(12, "inches"), default: true }, { name: "Macro", height: math.unit(1200.0, "inches") }, { name: "Megamacro", height: math.unit(60000.0, "inches") }, { name: "Gigamacro", height: math.unit(120000000.0, "inches") } ] ) }; pokemonMakers["Crabominable"] = () => { return makeCharacter( "Crabominable", "Pokemon", { "Crabominable": { height: math.unit("67", "inches"), weight: math.unit("396.8", "lbs"), name: "Crabominable", image: { source: "./media/pokemon/Crabominable.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(6.7, "inches") }, { name: "Normal", height: math.unit(67, "inches"), default: true }, { name: "Macro", height: math.unit(6700.0, "inches") }, { name: "Megamacro", height: math.unit(335000.0, "inches") }, { name: "Gigamacro", height: math.unit(670000000.0, "inches") } ] ) }; pokemonMakers["Crabrawler"] = () => { return makeCharacter( "Crabrawler", "Pokemon", { "Crabrawler": { height: math.unit("24", "inches"), weight: math.unit("15.4", "lbs"), name: "Crabrawler", image: { source: "./media/pokemon/Crabrawler.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.4, "inches") }, { name: "Normal", height: math.unit(24, "inches"), default: true }, { name: "Macro", height: math.unit(2400.0, "inches") }, { name: "Megamacro", height: math.unit(120000.0, "inches") }, { name: "Gigamacro", height: math.unit(240000000.0, "inches") } ] ) }; pokemonMakers["Cradily"] = () => { return makeCharacter( "Cradily", "Pokemon", { "Cradily": { height: math.unit("59", "inches"), weight: math.unit("133.2", "lbs"), name: "Cradily", image: { source: "./media/pokemon/Cradily.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(5.9, "inches") }, { name: "Normal", height: math.unit(59, "inches"), default: true }, { name: "Macro", height: math.unit(5900.0, "inches") }, { name: "Megamacro", height: math.unit(295000.0, "inches") }, { name: "Gigamacro", height: math.unit(590000000.0, "inches") } ] ) }; pokemonMakers["Cramorant"] = () => { return makeCharacter( "Cramorant", "Pokemon", { "Cramorant": { height: math.unit("31", "inches"), weight: math.unit("39.7", "lbs"), name: "Cramorant", image: { source: "./media/pokemon/Cramorant.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.1, "inches") }, { name: "Normal", height: math.unit(31, "inches"), default: true }, { name: "Macro", height: math.unit(3100.0, "inches") }, { name: "Megamacro", height: math.unit(155000.0, "inches") }, { name: "Gigamacro", height: math.unit(310000000.0, "inches") } ] ) }; pokemonMakers["Cranidos"] = () => { return makeCharacter( "Cranidos", "Pokemon", { "Cranidos": { height: math.unit("35", "inches"), weight: math.unit("69.4", "lbs"), name: "Cranidos", image: { source: "./media/pokemon/Cranidos.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.5, "inches") }, { name: "Normal", height: math.unit(35, "inches"), default: true }, { name: "Macro", height: math.unit(3500.0, "inches") }, { name: "Megamacro", height: math.unit(175000.0, "inches") }, { name: "Gigamacro", height: math.unit(350000000.0, "inches") } ] ) }; pokemonMakers["Crawdaunt"] = () => { return makeCharacter( "Crawdaunt", "Pokemon", { "Crawdaunt": { height: math.unit("43", "inches"), weight: math.unit("72.3", "lbs"), name: "Crawdaunt", image: { source: "./media/pokemon/Crawdaunt.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(4.3, "inches") }, { name: "Normal", height: math.unit(43, "inches"), default: true }, { name: "Macro", height: math.unit(4300.0, "inches") }, { name: "Megamacro", height: math.unit(215000.0, "inches") }, { name: "Gigamacro", height: math.unit(430000000.0, "inches") } ] ) }; pokemonMakers["Cresselia"] = () => { return makeCharacter( "Cresselia", "Pokemon", { "Cresselia": { height: math.unit("59", "inches"), weight: math.unit("188.7", "lbs"), name: "Cresselia", image: { source: "./media/pokemon/Cresselia.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(5.9, "inches") }, { name: "Normal", height: math.unit(59, "inches"), default: true }, { name: "Macro", height: math.unit(5900.0, "inches") }, { name: "Megamacro", height: math.unit(295000.0, "inches") }, { name: "Gigamacro", height: math.unit(590000000.0, "inches") } ] ) }; pokemonMakers["Croagunk"] = () => { return makeCharacter( "Croagunk", "Pokemon", { "Croagunk": { height: math.unit("28", "inches"), weight: math.unit("50.7", "lbs"), name: "Croagunk", image: { source: "./media/pokemon/Croagunk.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.8, "inches") }, { name: "Normal", height: math.unit(28, "inches"), default: true }, { name: "Macro", height: math.unit(2800.0, "inches") }, { name: "Megamacro", height: math.unit(140000.0, "inches") }, { name: "Gigamacro", height: math.unit(280000000.0, "inches") } ] ) }; pokemonMakers["Crobat"] = () => { return makeCharacter( "Crobat", "Pokemon", { "Crobat": { height: math.unit("71", "inches"), weight: math.unit("165.3", "lbs"), name: "Crobat", image: { source: "./media/pokemon/Crobat.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(7.1, "inches") }, { name: "Normal", height: math.unit(71, "inches"), default: true }, { name: "Macro", height: math.unit(7100.0, "inches") }, { name: "Megamacro", height: math.unit(355000.0, "inches") }, { name: "Gigamacro", height: math.unit(710000000.0, "inches") } ] ) }; pokemonMakers["Croconaw"] = () => { return makeCharacter( "Croconaw", "Pokemon", { "Croconaw": { height: math.unit("43", "inches"), weight: math.unit("55.1", "lbs"), name: "Croconaw", image: { source: "./media/pokemon/Croconaw.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(4.3, "inches") }, { name: "Normal", height: math.unit(43, "inches"), default: true }, { name: "Macro", height: math.unit(4300.0, "inches") }, { name: "Megamacro", height: math.unit(215000.0, "inches") }, { name: "Gigamacro", height: math.unit(430000000.0, "inches") } ] ) }; pokemonMakers["Crustle"] = () => { return makeCharacter( "Crustle", "Pokemon", { "Crustle": { height: math.unit("55", "inches"), weight: math.unit("440.9", "lbs"), name: "Crustle", image: { source: "./media/pokemon/Crustle.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(5.5, "inches") }, { name: "Normal", height: math.unit(55, "inches"), default: true }, { name: "Macro", height: math.unit(5500.0, "inches") }, { name: "Megamacro", height: math.unit(275000.0, "inches") }, { name: "Gigamacro", height: math.unit(550000000.0, "inches") } ] ) }; pokemonMakers["Cryogonal"] = () => { return makeCharacter( "Cryogonal", "Pokemon", { "Cryogonal": { height: math.unit("43", "inches"), weight: math.unit("326.3", "lbs"), name: "Cryogonal", image: { source: "./media/pokemon/Cryogonal.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(4.3, "inches") }, { name: "Normal", height: math.unit(43, "inches"), default: true }, { name: "Macro", height: math.unit(4300.0, "inches") }, { name: "Megamacro", height: math.unit(215000.0, "inches") }, { name: "Gigamacro", height: math.unit(430000000.0, "inches") } ] ) }; pokemonMakers["Cubchoo"] = () => { return makeCharacter( "Cubchoo", "Pokemon", { "Cubchoo": { height: math.unit("20", "inches"), weight: math.unit("18.7", "lbs"), name: "Cubchoo", image: { source: "./media/pokemon/Cubchoo.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.0, "inches") }, { name: "Normal", height: math.unit(20, "inches"), default: true }, { name: "Macro", height: math.unit(2000.0, "inches") }, { name: "Megamacro", height: math.unit(100000.0, "inches") }, { name: "Gigamacro", height: math.unit(200000000.0, "inches") } ] ) }; pokemonMakers["Cubone"] = () => { return makeCharacter( "Cubone", "Pokemon", { "Cubone": { height: math.unit("16", "inches"), weight: math.unit("14.3", "lbs"), name: "Cubone", image: { source: "./media/pokemon/Cubone.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(1.6, "inches") }, { name: "Normal", height: math.unit(16, "inches"), default: true }, { name: "Macro", height: math.unit(1600.0, "inches") }, { name: "Megamacro", height: math.unit(80000.0, "inches") }, { name: "Gigamacro", height: math.unit(160000000.0, "inches") } ] ) }; pokemonMakers["Cufant"] = () => { return makeCharacter( "Cufant", "Pokemon", { "Cufant": { height: math.unit("47", "inches"), weight: math.unit("220.5", "lbs"), name: "Cufant", image: { source: "./media/pokemon/Cufant.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(4.7, "inches") }, { name: "Normal", height: math.unit(47, "inches"), default: true }, { name: "Macro", height: math.unit(4700.0, "inches") }, { name: "Megamacro", height: math.unit(235000.0, "inches") }, { name: "Gigamacro", height: math.unit(470000000.0, "inches") } ] ) }; pokemonMakers["Cursola"] = () => { return makeCharacter( "Cursola", "Pokemon", { "Cursola": { height: math.unit("39", "inches"), weight: math.unit("0.9", "lbs"), name: "Cursola", image: { source: "./media/pokemon/Cursola.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.9, "inches") }, { name: "Normal", height: math.unit(39, "inches"), default: true }, { name: "Macro", height: math.unit(3900.0, "inches") }, { name: "Megamacro", height: math.unit(195000.0, "inches") }, { name: "Gigamacro", height: math.unit(390000000.0, "inches") } ] ) }; pokemonMakers["Cutiefly"] = () => { return makeCharacter( "Cutiefly", "Pokemon", { "Cutiefly": { height: math.unit("4", "inches"), weight: math.unit("0.4", "lbs"), name: "Cutiefly", image: { source: "./media/pokemon/Cutiefly.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(0.4, "inches") }, { name: "Normal", height: math.unit(4, "inches"), default: true }, { name: "Macro", height: math.unit(400.0, "inches") }, { name: "Megamacro", height: math.unit(20000.0, "inches") }, { name: "Gigamacro", height: math.unit(40000000.0, "inches") } ] ) }; pokemonMakers["Cyndaquil"] = () => { return makeCharacter( "Cyndaquil", "Pokemon", { "Cyndaquil": { height: math.unit("20", "inches"), weight: math.unit("17.4", "lbs"), name: "Cyndaquil", image: { source: "./media/pokemon/Cyndaquil.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.0, "inches") }, { name: "Normal", height: math.unit(20, "inches"), default: true }, { name: "Macro", height: math.unit(2000.0, "inches") }, { name: "Megamacro", height: math.unit(100000.0, "inches") }, { name: "Gigamacro", height: math.unit(200000000.0, "inches") } ] ) }; pokemonMakers["Darkrai"] = () => { return makeCharacter( "Darkrai", "Pokemon", { "Darkrai": { height: math.unit("59", "inches"), weight: math.unit("111.3", "lbs"), name: "Darkrai", image: { source: "./media/pokemon/Darkrai.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(5.9, "inches") }, { name: "Normal", height: math.unit(59, "inches"), default: true }, { name: "Macro", height: math.unit(5900.0, "inches") }, { name: "Megamacro", height: math.unit(295000.0, "inches") }, { name: "Gigamacro", height: math.unit(590000000.0, "inches") } ] ) }; pokemonMakers["Darmanitan"] = () => { return makeCharacter( "Darmanitan", "Pokemon", { "Galarian Form": { height: math.unit("67", "inches"), weight: math.unit("264.6", "lbs"), name: "Galarian Form", image: { source: "./media/pokemon/Darmanitan - Galarian Form.svg" }, rename: true }, "Standard Mode": { height: math.unit("51", "inches"), weight: math.unit("204.8", "lbs"), name: "Standard Mode", image: { source: "./media/pokemon/Darmanitan - Standard Mode.svg" }, rename: true }, "Zen Mode": { height: math.unit("51", "inches"), weight: math.unit("204.8", "lbs"), name: "Zen Mode", image: { source: "./media/pokemon/Darmanitan - Zen Mode.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(6.7, "inches") }, { name: "Normal", height: math.unit(67, "inches"), default: true }, { name: "Macro", height: math.unit(6700.0, "inches") }, { name: "Megamacro", height: math.unit(335000.0, "inches") }, { name: "Gigamacro", height: math.unit(670000000.0, "inches") } ] ) }; pokemonMakers["Dartrix"] = () => { return makeCharacter( "Dartrix", "Pokemon", { "Dartrix": { height: math.unit("28", "inches"), weight: math.unit("35.3", "lbs"), name: "Dartrix", image: { source: "./media/pokemon/Dartrix.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.8, "inches") }, { name: "Normal", height: math.unit(28, "inches"), default: true }, { name: "Macro", height: math.unit(2800.0, "inches") }, { name: "Megamacro", height: math.unit(140000.0, "inches") }, { name: "Gigamacro", height: math.unit(280000000.0, "inches") } ] ) }; pokemonMakers["Darumaka"] = () => { return makeCharacter( "Darumaka", "Pokemon", { "Galarian Form": { height: math.unit("28", "inches"), weight: math.unit("88.2", "lbs"), name: "Galarian Form", image: { source: "./media/pokemon/Darumaka - Galarian Form.svg" }, rename: true }, "Darumaka": { height: math.unit("24", "inches"), weight: math.unit("82.7", "lbs"), name: "Darumaka", image: { source: "./media/pokemon/Darumaka.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.8, "inches") }, { name: "Normal", height: math.unit(28, "inches"), default: true }, { name: "Macro", height: math.unit(2800.0, "inches") }, { name: "Megamacro", height: math.unit(140000.0, "inches") }, { name: "Gigamacro", height: math.unit(280000000.0, "inches") } ] ) }; pokemonMakers["Decidueye"] = () => { return makeCharacter( "Decidueye", "Pokemon", { "Decidueye": { height: math.unit("63", "inches"), weight: math.unit("80.7", "lbs"), name: "Decidueye", image: { source: "./media/pokemon/Decidueye.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(6.3, "inches") }, { name: "Normal", height: math.unit(63, "inches"), default: true }, { name: "Macro", height: math.unit(6300.0, "inches") }, { name: "Megamacro", height: math.unit(315000.0, "inches") }, { name: "Gigamacro", height: math.unit(630000000.0, "inches") } ] ) }; pokemonMakers["Dedenne"] = () => { return makeCharacter( "Dedenne", "Pokemon", { "Dedenne": { height: math.unit("8", "inches"), weight: math.unit("4.9", "lbs"), name: "Dedenne", image: { source: "./media/pokemon/Dedenne.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(0.8, "inches") }, { name: "Normal", height: math.unit(8, "inches"), default: true }, { name: "Macro", height: math.unit(800.0, "inches") }, { name: "Megamacro", height: math.unit(40000.0, "inches") }, { name: "Gigamacro", height: math.unit(80000000.0, "inches") } ] ) }; pokemonMakers["Deerling"] = () => { return makeCharacter( "Deerling", "Pokemon", { "Autumn Form": { height: math.unit("24", "inches"), weight: math.unit("43.0", "lbs"), name: "Autumn Form", image: { source: "./media/pokemon/Deerling - Autumn Form.svg" }, rename: true }, "Spring Form": { height: math.unit("24", "inches"), weight: math.unit("43.0", "lbs"), name: "Spring Form", image: { source: "./media/pokemon/Deerling - Spring Form.svg" }, rename: true }, "Summer Form": { height: math.unit("24", "inches"), weight: math.unit("43.0", "lbs"), name: "Summer Form", image: { source: "./media/pokemon/Deerling - Summer Form.svg" }, rename: true }, "Winter Form": { height: math.unit("24", "inches"), weight: math.unit("43.0", "lbs"), name: "Winter Form", image: { source: "./media/pokemon/Deerling - Winter Form.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.4, "inches") }, { name: "Normal", height: math.unit(24, "inches"), default: true }, { name: "Macro", height: math.unit(2400.0, "inches") }, { name: "Megamacro", height: math.unit(120000.0, "inches") }, { name: "Gigamacro", height: math.unit(240000000.0, "inches") } ] ) }; pokemonMakers["Deino"] = () => { return makeCharacter( "Deino", "Pokemon", { "Deino": { height: math.unit("31", "inches"), weight: math.unit("38.1", "lbs"), name: "Deino", image: { source: "./media/pokemon/Deino.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.1, "inches") }, { name: "Normal", height: math.unit(31, "inches"), default: true }, { name: "Macro", height: math.unit(3100.0, "inches") }, { name: "Megamacro", height: math.unit(155000.0, "inches") }, { name: "Gigamacro", height: math.unit(310000000.0, "inches") } ] ) }; pokemonMakers["Delcatty"] = () => { return makeCharacter( "Delcatty", "Pokemon", { "Delcatty": { height: math.unit("43", "inches"), weight: math.unit("71.9", "lbs"), name: "Delcatty", image: { source: "./media/pokemon/Delcatty.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(4.3, "inches") }, { name: "Normal", height: math.unit(43, "inches"), default: true }, { name: "Macro", height: math.unit(4300.0, "inches") }, { name: "Megamacro", height: math.unit(215000.0, "inches") }, { name: "Gigamacro", height: math.unit(430000000.0, "inches") } ] ) }; pokemonMakers["Delibird"] = () => { return makeCharacter( "Delibird", "Pokemon", { "Delibird": { height: math.unit("35", "inches"), weight: math.unit("35.3", "lbs"), name: "Delibird", image: { source: "./media/pokemon/Delibird.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.5, "inches") }, { name: "Normal", height: math.unit(35, "inches"), default: true }, { name: "Macro", height: math.unit(3500.0, "inches") }, { name: "Megamacro", height: math.unit(175000.0, "inches") }, { name: "Gigamacro", height: math.unit(350000000.0, "inches") } ] ) }; pokemonMakers["Delphox"] = () => { return makeCharacter( "Delphox", "Pokemon", { "Delphox": { height: math.unit("59", "inches"), weight: math.unit("86.0", "lbs"), name: "Delphox", image: { source: "./media/pokemon/Delphox.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(5.9, "inches") }, { name: "Normal", height: math.unit(59, "inches"), default: true }, { name: "Macro", height: math.unit(5900.0, "inches") }, { name: "Megamacro", height: math.unit(295000.0, "inches") }, { name: "Gigamacro", height: math.unit(590000000.0, "inches") } ] ) }; pokemonMakers["Deoxys"] = () => { return makeCharacter( "Deoxys", "Pokemon", { "Attack Forme": { height: math.unit("67", "inches"), weight: math.unit("134.0", "lbs"), name: "Attack Forme", image: { source: "./media/pokemon/Deoxys - Attack Forme.svg" }, rename: true }, "Defense Forme": { height: math.unit("67", "inches"), weight: math.unit("134.0", "lbs"), name: "Defense Forme", image: { source: "./media/pokemon/Deoxys - Defense Forme.svg" }, rename: true }, "Speed Forme": { height: math.unit("67", "inches"), weight: math.unit("134.0", "lbs"), name: "Speed Forme", image: { source: "./media/pokemon/Deoxys - Speed Forme.svg" }, rename: true }, "Deoxys": { height: math.unit("67", "inches"), weight: math.unit("134.0", "lbs"), name: "Deoxys", image: { source: "./media/pokemon/Deoxys.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(6.7, "inches") }, { name: "Normal", height: math.unit(67, "inches"), default: true }, { name: "Macro", height: math.unit(6700.0, "inches") }, { name: "Megamacro", height: math.unit(335000.0, "inches") }, { name: "Gigamacro", height: math.unit(670000000.0, "inches") } ] ) }; pokemonMakers["Dewgong"] = () => { return makeCharacter( "Dewgong", "Pokemon", { "Dewgong": { height: math.unit("67", "inches"), weight: math.unit("264.6", "lbs"), name: "Dewgong", image: { source: "./media/pokemon/Dewgong.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(6.7, "inches") }, { name: "Normal", height: math.unit(67, "inches"), default: true }, { name: "Macro", height: math.unit(6700.0, "inches") }, { name: "Megamacro", height: math.unit(335000.0, "inches") }, { name: "Gigamacro", height: math.unit(670000000.0, "inches") } ] ) }; pokemonMakers["Dewott"] = () => { return makeCharacter( "Dewott", "Pokemon", { "Dewott": { height: math.unit("31", "inches"), weight: math.unit("54.0", "lbs"), name: "Dewott", image: { source: "./media/pokemon/Dewott.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.1, "inches") }, { name: "Normal", height: math.unit(31, "inches"), default: true }, { name: "Macro", height: math.unit(3100.0, "inches") }, { name: "Megamacro", height: math.unit(155000.0, "inches") }, { name: "Gigamacro", height: math.unit(310000000.0, "inches") } ] ) }; pokemonMakers["Dewpider"] = () => { return makeCharacter( "Dewpider", "Pokemon", { "Dewpider": { height: math.unit("12", "inches"), weight: math.unit("8.8", "lbs"), name: "Dewpider", image: { source: "./media/pokemon/Dewpider.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(1.2, "inches") }, { name: "Normal", height: math.unit(12, "inches"), default: true }, { name: "Macro", height: math.unit(1200.0, "inches") }, { name: "Megamacro", height: math.unit(60000.0, "inches") }, { name: "Gigamacro", height: math.unit(120000000.0, "inches") } ] ) }; pokemonMakers["Dhelmise"] = () => { return makeCharacter( "Dhelmise", "Pokemon", { "Dhelmise": { height: math.unit("154", "inches"), weight: math.unit("463.0", "lbs"), name: "Dhelmise", image: { source: "./media/pokemon/Dhelmise.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(15.4, "inches") }, { name: "Normal", height: math.unit(154, "inches"), default: true }, { name: "Macro", height: math.unit(15400.0, "inches") }, { name: "Megamacro", height: math.unit(770000.0, "inches") }, { name: "Gigamacro", height: math.unit(1540000000.0, "inches") } ] ) }; pokemonMakers["Dialga"] = () => { return makeCharacter( "Dialga", "Pokemon", { "Dialga": { height: math.unit("213", "inches"), weight: math.unit("1505.8", "lbs"), name: "Dialga", image: { source: "./media/pokemon/Dialga.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(21.3, "inches") }, { name: "Normal", height: math.unit(213, "inches"), default: true }, { name: "Macro", height: math.unit(21300.0, "inches") }, { name: "Megamacro", height: math.unit(1065000.0, "inches") }, { name: "Gigamacro", height: math.unit(2130000000.0, "inches") } ] ) }; pokemonMakers["Diancie"] = () => { return makeCharacter( "Diancie", "Pokemon", { "Diancie": { height: math.unit("28", "inches"), weight: math.unit("19.4", "lbs"), name: "Diancie", image: { source: "./media/pokemon/Diancie.svg" }, rename: true }, "Mega Diancie": { height: math.unit("43", "inches"), weight: math.unit("61.3", "lbs"), name: "Mega Diancie", image: { source: "./media/pokemon/Mega Diancie.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.8, "inches") }, { name: "Normal", height: math.unit(28, "inches"), default: true }, { name: "Macro", height: math.unit(2800.0, "inches") }, { name: "Megamacro", height: math.unit(140000.0, "inches") }, { name: "Gigamacro", height: math.unit(280000000.0, "inches") } ] ) }; pokemonMakers["Diggersby"] = () => { return makeCharacter( "Diggersby", "Pokemon", { "Diggersby": { height: math.unit("39", "inches"), weight: math.unit("93.5", "lbs"), name: "Diggersby", image: { source: "./media/pokemon/Diggersby.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.9, "inches") }, { name: "Normal", height: math.unit(39, "inches"), default: true }, { name: "Macro", height: math.unit(3900.0, "inches") }, { name: "Megamacro", height: math.unit(195000.0, "inches") }, { name: "Gigamacro", height: math.unit(390000000.0, "inches") } ] ) }; pokemonMakers["Diglett"] = () => { return makeCharacter( "Diglett", "Pokemon", { "Alola Form": { height: math.unit("8", "inches"), weight: math.unit("2.2", "lbs"), name: "Alola Form", image: { source: "./media/pokemon/Diglett - Alola Form.svg" }, rename: true }, "Diglett": { height: math.unit("8", "inches"), weight: math.unit("1.8", "lbs"), name: "Diglett", image: { source: "./media/pokemon/Diglett.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(0.8, "inches") }, { name: "Normal", height: math.unit(8, "inches"), default: true }, { name: "Macro", height: math.unit(800.0, "inches") }, { name: "Megamacro", height: math.unit(40000.0, "inches") }, { name: "Gigamacro", height: math.unit(80000000.0, "inches") } ] ) }; pokemonMakers["Ditto"] = () => { return makeCharacter( "Ditto", "Pokemon", { "Ditto": { height: math.unit("12", "inches"), weight: math.unit("8.8", "lbs"), name: "Ditto", image: { source: "./media/pokemon/Ditto.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(1.2, "inches") }, { name: "Normal", height: math.unit(12, "inches"), default: true }, { name: "Macro", height: math.unit(1200.0, "inches") }, { name: "Megamacro", height: math.unit(60000.0, "inches") }, { name: "Gigamacro", height: math.unit(120000000.0, "inches") } ] ) }; pokemonMakers["Dodrio"] = () => { return makeCharacter( "Dodrio", "Pokemon", { "Dodrio": { height: math.unit("71", "inches"), weight: math.unit("187.8", "lbs"), name: "Dodrio", image: { source: "./media/pokemon/Dodrio.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(7.1, "inches") }, { name: "Normal", height: math.unit(71, "inches"), default: true }, { name: "Macro", height: math.unit(7100.0, "inches") }, { name: "Megamacro", height: math.unit(355000.0, "inches") }, { name: "Gigamacro", height: math.unit(710000000.0, "inches") } ] ) }; pokemonMakers["Doduo"] = () => { return makeCharacter( "Doduo", "Pokemon", { "Doduo": { height: math.unit("55", "inches"), weight: math.unit("86.4", "lbs"), name: "Doduo", image: { source: "./media/pokemon/Doduo.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(5.5, "inches") }, { name: "Normal", height: math.unit(55, "inches"), default: true }, { name: "Macro", height: math.unit(5500.0, "inches") }, { name: "Megamacro", height: math.unit(275000.0, "inches") }, { name: "Gigamacro", height: math.unit(550000000.0, "inches") } ] ) }; pokemonMakers["Donphan"] = () => { return makeCharacter( "Donphan", "Pokemon", { "Donphan": { height: math.unit("43", "inches"), weight: math.unit("264.6", "lbs"), name: "Donphan", image: { source: "./media/pokemon/Donphan.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(4.3, "inches") }, { name: "Normal", height: math.unit(43, "inches"), default: true }, { name: "Macro", height: math.unit(4300.0, "inches") }, { name: "Megamacro", height: math.unit(215000.0, "inches") }, { name: "Gigamacro", height: math.unit(430000000.0, "inches") } ] ) }; pokemonMakers["Dottler"] = () => { return makeCharacter( "Dottler", "Pokemon", { "Dottler": { height: math.unit("16", "inches"), weight: math.unit("43.0", "lbs"), name: "Dottler", image: { source: "./media/pokemon/Dottler.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(1.6, "inches") }, { name: "Normal", height: math.unit(16, "inches"), default: true }, { name: "Macro", height: math.unit(1600.0, "inches") }, { name: "Megamacro", height: math.unit(80000.0, "inches") }, { name: "Gigamacro", height: math.unit(160000000.0, "inches") } ] ) }; pokemonMakers["Doublade"] = () => { return makeCharacter( "Doublade", "Pokemon", { "Doublade": { height: math.unit("31", "inches"), weight: math.unit("9.9", "lbs"), name: "Doublade", image: { source: "./media/pokemon/Doublade.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.1, "inches") }, { name: "Normal", height: math.unit(31, "inches"), default: true }, { name: "Macro", height: math.unit(3100.0, "inches") }, { name: "Megamacro", height: math.unit(155000.0, "inches") }, { name: "Gigamacro", height: math.unit(310000000.0, "inches") } ] ) }; pokemonMakers["Dracovish"] = () => { return makeCharacter( "Dracovish", "Pokemon", { "Dracovish": { height: math.unit("91", "inches"), weight: math.unit("474.0", "lbs"), name: "Dracovish", image: { source: "./media/pokemon/Dracovish.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(9.1, "inches") }, { name: "Normal", height: math.unit(91, "inches"), default: true }, { name: "Macro", height: math.unit(9100.0, "inches") }, { name: "Megamacro", height: math.unit(455000.0, "inches") }, { name: "Gigamacro", height: math.unit(910000000.0, "inches") } ] ) }; pokemonMakers["Dracozolt"] = () => { return makeCharacter( "Dracozolt", "Pokemon", { "Dracozolt": { height: math.unit("71", "inches"), weight: math.unit("418.9", "lbs"), name: "Dracozolt", image: { source: "./media/pokemon/Dracozolt.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(7.1, "inches") }, { name: "Normal", height: math.unit(71, "inches"), default: true }, { name: "Macro", height: math.unit(7100.0, "inches") }, { name: "Megamacro", height: math.unit(355000.0, "inches") }, { name: "Gigamacro", height: math.unit(710000000.0, "inches") } ] ) }; pokemonMakers["Dragalge"] = () => { return makeCharacter( "Dragalge", "Pokemon", { "Dragalge": { height: math.unit("71", "inches"), weight: math.unit("179.7", "lbs"), name: "Dragalge", image: { source: "./media/pokemon/Dragalge.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(7.1, "inches") }, { name: "Normal", height: math.unit(71, "inches"), default: true }, { name: "Macro", height: math.unit(7100.0, "inches") }, { name: "Megamacro", height: math.unit(355000.0, "inches") }, { name: "Gigamacro", height: math.unit(710000000.0, "inches") } ] ) }; pokemonMakers["Dragapult"] = () => { return makeCharacter( "Dragapult", "Pokemon", { "Dragapult": { height: math.unit("118", "inches"), weight: math.unit("110.2", "lbs"), name: "Dragapult", image: { source: "./media/pokemon/Dragapult.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(11.8, "inches") }, { name: "Normal", height: math.unit(118, "inches"), default: true }, { name: "Macro", height: math.unit(11800.0, "inches") }, { name: "Megamacro", height: math.unit(590000.0, "inches") }, { name: "Gigamacro", height: math.unit(1180000000.0, "inches") } ] ) }; pokemonMakers["Dragonair"] = () => { return makeCharacter( "Dragonair", "Pokemon", { "Dragonair": { height: math.unit("157", "inches"), weight: math.unit("36.4", "lbs"), name: "Dragonair", image: { source: "./media/pokemon/Dragonair.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(15.7, "inches") }, { name: "Normal", height: math.unit(157, "inches"), default: true }, { name: "Macro", height: math.unit(15700.0, "inches") }, { name: "Megamacro", height: math.unit(785000.0, "inches") }, { name: "Gigamacro", height: math.unit(1570000000.0, "inches") } ] ) }; pokemonMakers["Dragonite"] = () => { return makeCharacter( "Dragonite", "Pokemon", { "Dragonite": { height: math.unit("87", "inches"), weight: math.unit("463.0", "lbs"), name: "Dragonite", image: { source: "./media/pokemon/Dragonite.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(8.7, "inches") }, { name: "Normal", height: math.unit(87, "inches"), default: true }, { name: "Macro", height: math.unit(8700.0, "inches") }, { name: "Megamacro", height: math.unit(435000.0, "inches") }, { name: "Gigamacro", height: math.unit(870000000.0, "inches") } ] ) }; pokemonMakers["Drakloak"] = () => { return makeCharacter( "Drakloak", "Pokemon", { "Drakloak": { height: math.unit("55", "inches"), weight: math.unit("24.3", "lbs"), name: "Drakloak", image: { source: "./media/pokemon/Drakloak.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(5.5, "inches") }, { name: "Normal", height: math.unit(55, "inches"), default: true }, { name: "Macro", height: math.unit(5500.0, "inches") }, { name: "Megamacro", height: math.unit(275000.0, "inches") }, { name: "Gigamacro", height: math.unit(550000000.0, "inches") } ] ) }; pokemonMakers["Drampa"] = () => { return makeCharacter( "Drampa", "Pokemon", { "Drampa": { height: math.unit("118", "inches"), weight: math.unit("407.9", "lbs"), name: "Drampa", image: { source: "./media/pokemon/Drampa.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(11.8, "inches") }, { name: "Normal", height: math.unit(118, "inches"), default: true }, { name: "Macro", height: math.unit(11800.0, "inches") }, { name: "Megamacro", height: math.unit(590000.0, "inches") }, { name: "Gigamacro", height: math.unit(1180000000.0, "inches") } ] ) }; pokemonMakers["Drapion"] = () => { return makeCharacter( "Drapion", "Pokemon", { "Drapion": { height: math.unit("51", "inches"), weight: math.unit("135.6", "lbs"), name: "Drapion", image: { source: "./media/pokemon/Drapion.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(5.1, "inches") }, { name: "Normal", height: math.unit(51, "inches"), default: true }, { name: "Macro", height: math.unit(5100.0, "inches") }, { name: "Megamacro", height: math.unit(255000.0, "inches") }, { name: "Gigamacro", height: math.unit(510000000.0, "inches") } ] ) }; pokemonMakers["Dratini"] = () => { return makeCharacter( "Dratini", "Pokemon", { "Dratini": { height: math.unit("71", "inches"), weight: math.unit("7.3", "lbs"), name: "Dratini", image: { source: "./media/pokemon/Dratini.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(7.1, "inches") }, { name: "Normal", height: math.unit(71, "inches"), default: true }, { name: "Macro", height: math.unit(7100.0, "inches") }, { name: "Megamacro", height: math.unit(355000.0, "inches") }, { name: "Gigamacro", height: math.unit(710000000.0, "inches") } ] ) }; pokemonMakers["Drednaw"] = () => { return makeCharacter( "Drednaw", "Pokemon", { "Drednaw": { height: math.unit("39", "inches"), weight: math.unit("254.6", "lbs"), name: "Drednaw", image: { source: "./media/pokemon/Drednaw.svg" }, rename: true }, "Gigantamax Drednaw": { height: math.unit("945", "inches"), weight: math.unit("3622096.3928083745", "lbs"), name: "Gigantamax Drednaw", image: { source: "./media/pokemon/Gigantamax Drednaw.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.9, "inches") }, { name: "Normal", height: math.unit(39, "inches"), default: true }, { name: "Macro", height: math.unit(3900.0, "inches") }, { name: "Megamacro", height: math.unit(195000.0, "inches") }, { name: "Gigamacro", height: math.unit(390000000.0, "inches") } ] ) }; pokemonMakers["Dreepy"] = () => { return makeCharacter( "Dreepy", "Pokemon", { "Dreepy": { height: math.unit("20", "inches"), weight: math.unit("4.4", "lbs"), name: "Dreepy", image: { source: "./media/pokemon/Dreepy.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.0, "inches") }, { name: "Normal", height: math.unit(20, "inches"), default: true }, { name: "Macro", height: math.unit(2000.0, "inches") }, { name: "Megamacro", height: math.unit(100000.0, "inches") }, { name: "Gigamacro", height: math.unit(200000000.0, "inches") } ] ) }; pokemonMakers["Drifblim"] = () => { return makeCharacter( "Drifblim", "Pokemon", { "Drifblim": { height: math.unit("47", "inches"), weight: math.unit("33.1", "lbs"), name: "Drifblim", image: { source: "./media/pokemon/Drifblim.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(4.7, "inches") }, { name: "Normal", height: math.unit(47, "inches"), default: true }, { name: "Macro", height: math.unit(4700.0, "inches") }, { name: "Megamacro", height: math.unit(235000.0, "inches") }, { name: "Gigamacro", height: math.unit(470000000.0, "inches") } ] ) }; pokemonMakers["Drifloon"] = () => { return makeCharacter( "Drifloon", "Pokemon", { "Drifloon": { height: math.unit("16", "inches"), weight: math.unit("2.6", "lbs"), name: "Drifloon", image: { source: "./media/pokemon/Drifloon.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(1.6, "inches") }, { name: "Normal", height: math.unit(16, "inches"), default: true }, { name: "Macro", height: math.unit(1600.0, "inches") }, { name: "Megamacro", height: math.unit(80000.0, "inches") }, { name: "Gigamacro", height: math.unit(160000000.0, "inches") } ] ) }; pokemonMakers["Drilbur"] = () => { return makeCharacter( "Drilbur", "Pokemon", { "Drilbur": { height: math.unit("12", "inches"), weight: math.unit("18.7", "lbs"), name: "Drilbur", image: { source: "./media/pokemon/Drilbur.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(1.2, "inches") }, { name: "Normal", height: math.unit(12, "inches"), default: true }, { name: "Macro", height: math.unit(1200.0, "inches") }, { name: "Megamacro", height: math.unit(60000.0, "inches") }, { name: "Gigamacro", height: math.unit(120000000.0, "inches") } ] ) }; pokemonMakers["Drizzile"] = () => { return makeCharacter( "Drizzile", "Pokemon", { "Drizzile": { height: math.unit("28", "inches"), weight: math.unit("25.4", "lbs"), name: "Drizzile", image: { source: "./media/pokemon/Drizzile.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.8, "inches") }, { name: "Normal", height: math.unit(28, "inches"), default: true }, { name: "Macro", height: math.unit(2800.0, "inches") }, { name: "Megamacro", height: math.unit(140000.0, "inches") }, { name: "Gigamacro", height: math.unit(280000000.0, "inches") } ] ) }; pokemonMakers["Drowzee"] = () => { return makeCharacter( "Drowzee", "Pokemon", { "Drowzee": { height: math.unit("39", "inches"), weight: math.unit("71.4", "lbs"), name: "Drowzee", image: { source: "./media/pokemon/Drowzee.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.9, "inches") }, { name: "Normal", height: math.unit(39, "inches"), default: true }, { name: "Macro", height: math.unit(3900.0, "inches") }, { name: "Megamacro", height: math.unit(195000.0, "inches") }, { name: "Gigamacro", height: math.unit(390000000.0, "inches") } ] ) }; pokemonMakers["Druddigon"] = () => { return makeCharacter( "Druddigon", "Pokemon", { "Druddigon": { height: math.unit("63", "inches"), weight: math.unit("306.4", "lbs"), name: "Druddigon", image: { source: "./media/pokemon/Druddigon.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(6.3, "inches") }, { name: "Normal", height: math.unit(63, "inches"), default: true }, { name: "Macro", height: math.unit(6300.0, "inches") }, { name: "Megamacro", height: math.unit(315000.0, "inches") }, { name: "Gigamacro", height: math.unit(630000000.0, "inches") } ] ) }; pokemonMakers["Dubwool"] = () => { return makeCharacter( "Dubwool", "Pokemon", { "Dubwool": { height: math.unit("51", "inches"), weight: math.unit("94.8", "lbs"), name: "Dubwool", image: { source: "./media/pokemon/Dubwool.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(5.1, "inches") }, { name: "Normal", height: math.unit(51, "inches"), default: true }, { name: "Macro", height: math.unit(5100.0, "inches") }, { name: "Megamacro", height: math.unit(255000.0, "inches") }, { name: "Gigamacro", height: math.unit(510000000.0, "inches") } ] ) }; pokemonMakers["Ducklett"] = () => { return makeCharacter( "Ducklett", "Pokemon", { "Ducklett": { height: math.unit("20", "inches"), weight: math.unit("12.1", "lbs"), name: "Ducklett", image: { source: "./media/pokemon/Ducklett.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.0, "inches") }, { name: "Normal", height: math.unit(20, "inches"), default: true }, { name: "Macro", height: math.unit(2000.0, "inches") }, { name: "Megamacro", height: math.unit(100000.0, "inches") }, { name: "Gigamacro", height: math.unit(200000000.0, "inches") } ] ) }; pokemonMakers["Dugtrio"] = () => { return makeCharacter( "Dugtrio", "Pokemon", { "Alola Form": { height: math.unit("28", "inches"), weight: math.unit("146.8", "lbs"), name: "Alola Form", image: { source: "./media/pokemon/Dugtrio - Alola Form.svg" }, rename: true }, "Dugtrio": { height: math.unit("28", "inches"), weight: math.unit("73.4", "lbs"), name: "Dugtrio", image: { source: "./media/pokemon/Dugtrio.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.8, "inches") }, { name: "Normal", height: math.unit(28, "inches"), default: true }, { name: "Macro", height: math.unit(2800.0, "inches") }, { name: "Megamacro", height: math.unit(140000.0, "inches") }, { name: "Gigamacro", height: math.unit(280000000.0, "inches") } ] ) }; pokemonMakers["Dunsparce"] = () => { return makeCharacter( "Dunsparce", "Pokemon", { "Dunsparce": { height: math.unit("59", "inches"), weight: math.unit("30.9", "lbs"), name: "Dunsparce", image: { source: "./media/pokemon/Dunsparce.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(5.9, "inches") }, { name: "Normal", height: math.unit(59, "inches"), default: true }, { name: "Macro", height: math.unit(5900.0, "inches") }, { name: "Megamacro", height: math.unit(295000.0, "inches") }, { name: "Gigamacro", height: math.unit(590000000.0, "inches") } ] ) }; pokemonMakers["Duosion"] = () => { return makeCharacter( "Duosion", "Pokemon", { "Duosion": { height: math.unit("24", "inches"), weight: math.unit("17.6", "lbs"), name: "Duosion", image: { source: "./media/pokemon/Duosion.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.4, "inches") }, { name: "Normal", height: math.unit(24, "inches"), default: true }, { name: "Macro", height: math.unit(2400.0, "inches") }, { name: "Megamacro", height: math.unit(120000.0, "inches") }, { name: "Gigamacro", height: math.unit(240000000.0, "inches") } ] ) }; pokemonMakers["Duraludon"] = () => { return makeCharacter( "Duraludon", "Pokemon", { "Duraludon": { height: math.unit("71", "inches"), weight: math.unit("88.2", "lbs"), name: "Duraludon", image: { source: "./media/pokemon/Duraludon.svg" }, rename: true }, "Gigantamax Duraludon": { height: math.unit("1693", "inches"), weight: math.unit("1195816.1468281222", "lbs"), name: "Gigantamax Duraludon", image: { source: "./media/pokemon/Gigantamax Duraludon.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(7.1, "inches") }, { name: "Normal", height: math.unit(71, "inches"), default: true }, { name: "Macro", height: math.unit(7100.0, "inches") }, { name: "Megamacro", height: math.unit(355000.0, "inches") }, { name: "Gigamacro", height: math.unit(710000000.0, "inches") } ] ) }; pokemonMakers["Durant"] = () => { return makeCharacter( "Durant", "Pokemon", { "Durant": { height: math.unit("12", "inches"), weight: math.unit("72.8", "lbs"), name: "Durant", image: { source: "./media/pokemon/Durant.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(1.2, "inches") }, { name: "Normal", height: math.unit(12, "inches"), default: true }, { name: "Macro", height: math.unit(1200.0, "inches") }, { name: "Megamacro", height: math.unit(60000.0, "inches") }, { name: "Gigamacro", height: math.unit(120000000.0, "inches") } ] ) }; pokemonMakers["Dusclops"] = () => { return makeCharacter( "Dusclops", "Pokemon", { "Dusclops": { height: math.unit("63", "inches"), weight: math.unit("67.5", "lbs"), name: "Dusclops", image: { source: "./media/pokemon/Dusclops.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(6.3, "inches") }, { name: "Normal", height: math.unit(63, "inches"), default: true }, { name: "Macro", height: math.unit(6300.0, "inches") }, { name: "Megamacro", height: math.unit(315000.0, "inches") }, { name: "Gigamacro", height: math.unit(630000000.0, "inches") } ] ) }; pokemonMakers["Dusknoir"] = () => { return makeCharacter( "Dusknoir", "Pokemon", { "Dusknoir": { height: math.unit("87", "inches"), weight: math.unit("235.0", "lbs"), name: "Dusknoir", image: { source: "./media/pokemon/Dusknoir.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(8.7, "inches") }, { name: "Normal", height: math.unit(87, "inches"), default: true }, { name: "Macro", height: math.unit(8700.0, "inches") }, { name: "Megamacro", height: math.unit(435000.0, "inches") }, { name: "Gigamacro", height: math.unit(870000000.0, "inches") } ] ) }; pokemonMakers["Duskull"] = () => { return makeCharacter( "Duskull", "Pokemon", { "Duskull": { height: math.unit("31", "inches"), weight: math.unit("33.1", "lbs"), name: "Duskull", image: { source: "./media/pokemon/Duskull.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.1, "inches") }, { name: "Normal", height: math.unit(31, "inches"), default: true }, { name: "Macro", height: math.unit(3100.0, "inches") }, { name: "Megamacro", height: math.unit(155000.0, "inches") }, { name: "Gigamacro", height: math.unit(310000000.0, "inches") } ] ) }; pokemonMakers["Dustox"] = () => { return makeCharacter( "Dustox", "Pokemon", { "Dustox": { height: math.unit("47", "inches"), weight: math.unit("69.7", "lbs"), name: "Dustox", image: { source: "./media/pokemon/Dustox.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(4.7, "inches") }, { name: "Normal", height: math.unit(47, "inches"), default: true }, { name: "Macro", height: math.unit(4700.0, "inches") }, { name: "Megamacro", height: math.unit(235000.0, "inches") }, { name: "Gigamacro", height: math.unit(470000000.0, "inches") } ] ) }; pokemonMakers["Dwebble"] = () => { return makeCharacter( "Dwebble", "Pokemon", { "Dwebble": { height: math.unit("12", "inches"), weight: math.unit("32.0", "lbs"), name: "Dwebble", image: { source: "./media/pokemon/Dwebble.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(1.2, "inches") }, { name: "Normal", height: math.unit(12, "inches"), default: true }, { name: "Macro", height: math.unit(1200.0, "inches") }, { name: "Megamacro", height: math.unit(60000.0, "inches") }, { name: "Gigamacro", height: math.unit(120000000.0, "inches") } ] ) }; pokemonMakers["Eelektrik"] = () => { return makeCharacter( "Eelektrik", "Pokemon", { "Eelektrik": { height: math.unit("47", "inches"), weight: math.unit("48.5", "lbs"), name: "Eelektrik", image: { source: "./media/pokemon/Eelektrik.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(4.7, "inches") }, { name: "Normal", height: math.unit(47, "inches"), default: true }, { name: "Macro", height: math.unit(4700.0, "inches") }, { name: "Megamacro", height: math.unit(235000.0, "inches") }, { name: "Gigamacro", height: math.unit(470000000.0, "inches") } ] ) }; pokemonMakers["Eelektross"] = () => { return makeCharacter( "Eelektross", "Pokemon", { "Eelektross": { height: math.unit("83", "inches"), weight: math.unit("177.5", "lbs"), name: "Eelektross", image: { source: "./media/pokemon/Eelektross.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(8.3, "inches") }, { name: "Normal", height: math.unit(83, "inches"), default: true }, { name: "Macro", height: math.unit(8300.0, "inches") }, { name: "Megamacro", height: math.unit(415000.0, "inches") }, { name: "Gigamacro", height: math.unit(830000000.0, "inches") } ] ) }; pokemonMakers["Eevee"] = () => { return makeCharacter( "Eevee", "Pokemon", { "Eevee": { height: math.unit("12", "inches"), weight: math.unit("14.3", "lbs"), name: "Eevee", image: { source: "./media/pokemon/Eevee.svg" }, rename: true }, "Gigantamax Eevee": { height: math.unit("709", "inches"), weight: math.unit("2949381.860358797", "lbs"), name: "Gigantamax Eevee", image: { source: "./media/pokemon/Gigantamax Eevee.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(1.2, "inches") }, { name: "Normal", height: math.unit(12, "inches"), default: true }, { name: "Macro", height: math.unit(1200.0, "inches") }, { name: "Megamacro", height: math.unit(60000.0, "inches") }, { name: "Gigamacro", height: math.unit(120000000.0, "inches") } ] ) }; pokemonMakers["Eiscue"] = () => { return makeCharacter( "Eiscue", "Pokemon", { "Ice Face": { height: math.unit("55", "inches"), weight: math.unit("196.2", "lbs"), name: "Ice Face", image: { source: "./media/pokemon/Eiscue - Ice Face.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(5.5, "inches") }, { name: "Normal", height: math.unit(55, "inches"), default: true }, { name: "Macro", height: math.unit(5500.0, "inches") }, { name: "Megamacro", height: math.unit(275000.0, "inches") }, { name: "Gigamacro", height: math.unit(550000000.0, "inches") } ] ) }; pokemonMakers["Ekans"] = () => { return makeCharacter( "Ekans", "Pokemon", { "Ekans": { height: math.unit("79", "inches"), weight: math.unit("15.2", "lbs"), name: "Ekans", image: { source: "./media/pokemon/Ekans.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(7.9, "inches") }, { name: "Normal", height: math.unit(79, "inches"), default: true }, { name: "Macro", height: math.unit(7900.0, "inches") }, { name: "Megamacro", height: math.unit(395000.0, "inches") }, { name: "Gigamacro", height: math.unit(790000000.0, "inches") } ] ) }; pokemonMakers["Eldegoss"] = () => { return makeCharacter( "Eldegoss", "Pokemon", { "Eldegoss": { height: math.unit("20", "inches"), weight: math.unit("5.5", "lbs"), name: "Eldegoss", image: { source: "./media/pokemon/Eldegoss.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.0, "inches") }, { name: "Normal", height: math.unit(20, "inches"), default: true }, { name: "Macro", height: math.unit(2000.0, "inches") }, { name: "Megamacro", height: math.unit(100000.0, "inches") }, { name: "Gigamacro", height: math.unit(200000000.0, "inches") } ] ) }; pokemonMakers["Electabuzz"] = () => { return makeCharacter( "Electabuzz", "Pokemon", { "Electabuzz": { height: math.unit("43", "inches"), weight: math.unit("66.1", "lbs"), name: "Electabuzz", image: { source: "./media/pokemon/Electabuzz.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(4.3, "inches") }, { name: "Normal", height: math.unit(43, "inches"), default: true }, { name: "Macro", height: math.unit(4300.0, "inches") }, { name: "Megamacro", height: math.unit(215000.0, "inches") }, { name: "Gigamacro", height: math.unit(430000000.0, "inches") } ] ) }; pokemonMakers["Electivire"] = () => { return makeCharacter( "Electivire", "Pokemon", { "Electivire": { height: math.unit("71", "inches"), weight: math.unit("305.6", "lbs"), name: "Electivire", image: { source: "./media/pokemon/Electivire.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(7.1, "inches") }, { name: "Normal", height: math.unit(71, "inches"), default: true }, { name: "Macro", height: math.unit(7100.0, "inches") }, { name: "Megamacro", height: math.unit(355000.0, "inches") }, { name: "Gigamacro", height: math.unit(710000000.0, "inches") } ] ) }; pokemonMakers["Electrike"] = () => { return makeCharacter( "Electrike", "Pokemon", { "Electrike": { height: math.unit("24", "inches"), weight: math.unit("33.5", "lbs"), name: "Electrike", image: { source: "./media/pokemon/Electrike.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.4, "inches") }, { name: "Normal", height: math.unit(24, "inches"), default: true }, { name: "Macro", height: math.unit(2400.0, "inches") }, { name: "Megamacro", height: math.unit(120000.0, "inches") }, { name: "Gigamacro", height: math.unit(240000000.0, "inches") } ] ) }; pokemonMakers["Electrode"] = () => { return makeCharacter( "Electrode", "Pokemon", { "Electrode": { height: math.unit("47", "inches"), weight: math.unit("146.8", "lbs"), name: "Electrode", image: { source: "./media/pokemon/Electrode.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(4.7, "inches") }, { name: "Normal", height: math.unit(47, "inches"), default: true }, { name: "Macro", height: math.unit(4700.0, "inches") }, { name: "Megamacro", height: math.unit(235000.0, "inches") }, { name: "Gigamacro", height: math.unit(470000000.0, "inches") } ] ) }; pokemonMakers["Elekid"] = () => { return makeCharacter( "Elekid", "Pokemon", { "Elekid": { height: math.unit("24", "inches"), weight: math.unit("51.8", "lbs"), name: "Elekid", image: { source: "./media/pokemon/Elekid.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.4, "inches") }, { name: "Normal", height: math.unit(24, "inches"), default: true }, { name: "Macro", height: math.unit(2400.0, "inches") }, { name: "Megamacro", height: math.unit(120000.0, "inches") }, { name: "Gigamacro", height: math.unit(240000000.0, "inches") } ] ) }; pokemonMakers["Elgyem"] = () => { return makeCharacter( "Elgyem", "Pokemon", { "Elgyem": { height: math.unit("20", "inches"), weight: math.unit("19.8", "lbs"), name: "Elgyem", image: { source: "./media/pokemon/Elgyem.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.0, "inches") }, { name: "Normal", height: math.unit(20, "inches"), default: true }, { name: "Macro", height: math.unit(2000.0, "inches") }, { name: "Megamacro", height: math.unit(100000.0, "inches") }, { name: "Gigamacro", height: math.unit(200000000.0, "inches") } ] ) }; pokemonMakers["Emboar"] = () => { return makeCharacter( "Emboar", "Pokemon", { "Emboar": { height: math.unit("63", "inches"), weight: math.unit("330.7", "lbs"), name: "Emboar", image: { source: "./media/pokemon/Emboar.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(6.3, "inches") }, { name: "Normal", height: math.unit(63, "inches"), default: true }, { name: "Macro", height: math.unit(6300.0, "inches") }, { name: "Megamacro", height: math.unit(315000.0, "inches") }, { name: "Gigamacro", height: math.unit(630000000.0, "inches") } ] ) }; pokemonMakers["Emolga"] = () => { return makeCharacter( "Emolga", "Pokemon", { "Emolga": { height: math.unit("16", "inches"), weight: math.unit("11.0", "lbs"), name: "Emolga", image: { source: "./media/pokemon/Emolga.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(1.6, "inches") }, { name: "Normal", height: math.unit(16, "inches"), default: true }, { name: "Macro", height: math.unit(1600.0, "inches") }, { name: "Megamacro", height: math.unit(80000.0, "inches") }, { name: "Gigamacro", height: math.unit(160000000.0, "inches") } ] ) }; pokemonMakers["Empoleon"] = () => { return makeCharacter( "Empoleon", "Pokemon", { "Empoleon": { height: math.unit("67", "inches"), weight: math.unit("186.3", "lbs"), name: "Empoleon", image: { source: "./media/pokemon/Empoleon.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(6.7, "inches") }, { name: "Normal", height: math.unit(67, "inches"), default: true }, { name: "Macro", height: math.unit(6700.0, "inches") }, { name: "Megamacro", height: math.unit(335000.0, "inches") }, { name: "Gigamacro", height: math.unit(670000000.0, "inches") } ] ) }; pokemonMakers["Entei"] = () => { return makeCharacter( "Entei", "Pokemon", { "Entei": { height: math.unit("83", "inches"), weight: math.unit("436.5", "lbs"), name: "Entei", image: { source: "./media/pokemon/Entei.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(8.3, "inches") }, { name: "Normal", height: math.unit(83, "inches"), default: true }, { name: "Macro", height: math.unit(8300.0, "inches") }, { name: "Megamacro", height: math.unit(415000.0, "inches") }, { name: "Gigamacro", height: math.unit(830000000.0, "inches") } ] ) }; pokemonMakers["Escavalier"] = () => { return makeCharacter( "Escavalier", "Pokemon", { "Escavalier": { height: math.unit("39", "inches"), weight: math.unit("72.8", "lbs"), name: "Escavalier", image: { source: "./media/pokemon/Escavalier.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.9, "inches") }, { name: "Normal", height: math.unit(39, "inches"), default: true }, { name: "Macro", height: math.unit(3900.0, "inches") }, { name: "Megamacro", height: math.unit(195000.0, "inches") }, { name: "Gigamacro", height: math.unit(390000000.0, "inches") } ] ) }; pokemonMakers["Espeon"] = () => { return makeCharacter( "Espeon", "Pokemon", { "Espeon": { height: math.unit("35", "inches"), weight: math.unit("58.4", "lbs"), name: "Espeon", image: { source: "./media/pokemon/Espeon.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.5, "inches") }, { name: "Normal", height: math.unit(35, "inches"), default: true }, { name: "Macro", height: math.unit(3500.0, "inches") }, { name: "Megamacro", height: math.unit(175000.0, "inches") }, { name: "Gigamacro", height: math.unit(350000000.0, "inches") } ] ) }; pokemonMakers["Espurr"] = () => { return makeCharacter( "Espurr", "Pokemon", { "Espurr": { height: math.unit("12", "inches"), weight: math.unit("7.7", "lbs"), name: "Espurr", image: { source: "./media/pokemon/Espurr.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(1.2, "inches") }, { name: "Normal", height: math.unit(12, "inches"), default: true }, { name: "Macro", height: math.unit(1200.0, "inches") }, { name: "Megamacro", height: math.unit(60000.0, "inches") }, { name: "Gigamacro", height: math.unit(120000000.0, "inches") } ] ) }; pokemonMakers["Eternatus"] = () => { return makeCharacter( "Eternatus", "Pokemon", { "Eternatus": { height: math.unit("787", "inches"), weight: math.unit("2094.4", "lbs"), name: "Eternatus", image: { source: "./media/pokemon/Eternatus.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(78.7, "inches") }, { name: "Normal", height: math.unit(787, "inches"), default: true }, { name: "Macro", height: math.unit(78700.0, "inches") }, { name: "Megamacro", height: math.unit(3935000.0, "inches") }, { name: "Gigamacro", height: math.unit(7870000000.0, "inches") } ] ) }; pokemonMakers["Excadrill"] = () => { return makeCharacter( "Excadrill", "Pokemon", { "Excadrill": { height: math.unit("28", "inches"), weight: math.unit("89.1", "lbs"), name: "Excadrill", image: { source: "./media/pokemon/Excadrill.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.8, "inches") }, { name: "Normal", height: math.unit(28, "inches"), default: true }, { name: "Macro", height: math.unit(2800.0, "inches") }, { name: "Megamacro", height: math.unit(140000.0, "inches") }, { name: "Gigamacro", height: math.unit(280000000.0, "inches") } ] ) }; pokemonMakers["Exeggcute"] = () => { return makeCharacter( "Exeggcute", "Pokemon", { "Exeggcute": { height: math.unit("16", "inches"), weight: math.unit("5.5", "lbs"), name: "Exeggcute", image: { source: "./media/pokemon/Exeggcute.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(1.6, "inches") }, { name: "Normal", height: math.unit(16, "inches"), default: true }, { name: "Macro", height: math.unit(1600.0, "inches") }, { name: "Megamacro", height: math.unit(80000.0, "inches") }, { name: "Gigamacro", height: math.unit(160000000.0, "inches") } ] ) }; pokemonMakers["Exeggutor"] = () => { return makeCharacter( "Exeggutor", "Pokemon", { "Alola Form": { height: math.unit("429", "inches"), weight: math.unit("916.2", "lbs"), name: "Alola Form", image: { source: "./media/pokemon/Exeggutor - Alola Form.svg" }, rename: true }, "Exeggutor": { height: math.unit("79", "inches"), weight: math.unit("264.6", "lbs"), name: "Exeggutor", image: { source: "./media/pokemon/Exeggutor.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(42.9, "inches") }, { name: "Normal", height: math.unit(429, "inches"), default: true }, { name: "Macro", height: math.unit(42900.0, "inches") }, { name: "Megamacro", height: math.unit(2145000.0, "inches") }, { name: "Gigamacro", height: math.unit(4290000000.0, "inches") } ] ) }; pokemonMakers["Exploud"] = () => { return makeCharacter( "Exploud", "Pokemon", { "Exploud": { height: math.unit("59", "inches"), weight: math.unit("185.2", "lbs"), name: "Exploud", image: { source: "./media/pokemon/Exploud.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(5.9, "inches") }, { name: "Normal", height: math.unit(59, "inches"), default: true }, { name: "Macro", height: math.unit(5900.0, "inches") }, { name: "Megamacro", height: math.unit(295000.0, "inches") }, { name: "Gigamacro", height: math.unit(590000000.0, "inches") } ] ) }; pokemonMakers["Falinks"] = () => { return makeCharacter( "Falinks", "Pokemon", { "Falinks": { height: math.unit("118", "inches"), weight: math.unit("136.7", "lbs"), name: "Falinks", image: { source: "./media/pokemon/Falinks.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(11.8, "inches") }, { name: "Normal", height: math.unit(118, "inches"), default: true }, { name: "Macro", height: math.unit(11800.0, "inches") }, { name: "Megamacro", height: math.unit(590000.0, "inches") }, { name: "Gigamacro", height: math.unit(1180000000.0, "inches") } ] ) }; pokemonMakers["Rotom"] = () => { return makeCharacter( "Rotom", "Pokemon", { "Fan Rotom": { height: math.unit("12", "inches"), weight: math.unit("0.7", "lbs"), name: "Fan Rotom", image: { source: "./media/pokemon/Fan Rotom.svg" }, rename: true }, "Frost Rotom": { height: math.unit("12", "inches"), weight: math.unit("0.7", "lbs"), name: "Frost Rotom", image: { source: "./media/pokemon/Frost Rotom.svg" }, rename: true }, "Heat Rotom": { height: math.unit("12", "inches"), weight: math.unit("0.7", "lbs"), name: "Heat Rotom", image: { source: "./media/pokemon/Heat Rotom.svg" }, rename: true }, "Mow Rotom": { height: math.unit("12", "inches"), weight: math.unit("0.7", "lbs"), name: "Mow Rotom", image: { source: "./media/pokemon/Mow Rotom.svg" }, rename: true }, "Rotom": { height: math.unit("12", "inches"), weight: math.unit("0.7", "lbs"), name: "Rotom", image: { source: "./media/pokemon/Rotom.svg" }, rename: true }, "Wash Rotom": { height: math.unit("12", "inches"), weight: math.unit("0.7", "lbs"), name: "Wash Rotom", image: { source: "./media/pokemon/Wash Rotom.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(1.2, "inches") }, { name: "Normal", height: math.unit(12, "inches"), default: true }, { name: "Macro", height: math.unit(1200.0, "inches") }, { name: "Megamacro", height: math.unit(60000.0, "inches") }, { name: "Gigamacro", height: math.unit(120000000.0, "inches") } ] ) }; pokemonMakers["Farfetch'd"] = () => { return makeCharacter( "Farfetch'd", "Pokemon", { "Galarian Form": { height: math.unit("31", "inches"), weight: math.unit("92.6", "lbs"), name: "Galarian Form", image: { source: "./media/pokemon/Farfetch'd - Galarian Form.svg" }, rename: true }, "Farfetch'd": { height: math.unit("31", "inches"), weight: math.unit("33.1", "lbs"), name: "Farfetch'd", image: { source: "./media/pokemon/Farfetch'd.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.1, "inches") }, { name: "Normal", height: math.unit(31, "inches"), default: true }, { name: "Macro", height: math.unit(3100.0, "inches") }, { name: "Megamacro", height: math.unit(155000.0, "inches") }, { name: "Gigamacro", height: math.unit(310000000.0, "inches") } ] ) }; pokemonMakers["Fearow"] = () => { return makeCharacter( "Fearow", "Pokemon", { "Fearow": { height: math.unit("47", "inches"), weight: math.unit("83.8", "lbs"), name: "Fearow", image: { source: "./media/pokemon/Fearow.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(4.7, "inches") }, { name: "Normal", height: math.unit(47, "inches"), default: true }, { name: "Macro", height: math.unit(4700.0, "inches") }, { name: "Megamacro", height: math.unit(235000.0, "inches") }, { name: "Gigamacro", height: math.unit(470000000.0, "inches") } ] ) }; pokemonMakers["Feebas"] = () => { return makeCharacter( "Feebas", "Pokemon", { "Feebas": { height: math.unit("24", "inches"), weight: math.unit("16.3", "lbs"), name: "Feebas", image: { source: "./media/pokemon/Feebas.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.4, "inches") }, { name: "Normal", height: math.unit(24, "inches"), default: true }, { name: "Macro", height: math.unit(2400.0, "inches") }, { name: "Megamacro", height: math.unit(120000.0, "inches") }, { name: "Gigamacro", height: math.unit(240000000.0, "inches") } ] ) }; pokemonMakers["Fennekin"] = () => { return makeCharacter( "Fennekin", "Pokemon", { "Fennekin": { height: math.unit("16", "inches"), weight: math.unit("20.7", "lbs"), name: "Fennekin", image: { source: "./media/pokemon/Fennekin.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(1.6, "inches") }, { name: "Normal", height: math.unit(16, "inches"), default: true }, { name: "Macro", height: math.unit(1600.0, "inches") }, { name: "Megamacro", height: math.unit(80000.0, "inches") }, { name: "Gigamacro", height: math.unit(160000000.0, "inches") } ] ) }; pokemonMakers["Feraligatr"] = () => { return makeCharacter( "Feraligatr", "Pokemon", { "Feraligatr": { height: math.unit("91", "inches"), weight: math.unit("195.8", "lbs"), name: "Feraligatr", image: { source: "./media/pokemon/Feraligatr.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(9.1, "inches") }, { name: "Normal", height: math.unit(91, "inches"), default: true }, { name: "Macro", height: math.unit(9100.0, "inches") }, { name: "Megamacro", height: math.unit(455000.0, "inches") }, { name: "Gigamacro", height: math.unit(910000000.0, "inches") } ] ) }; pokemonMakers["Ferroseed"] = () => { return makeCharacter( "Ferroseed", "Pokemon", { "Ferroseed": { height: math.unit("24", "inches"), weight: math.unit("41.4", "lbs"), name: "Ferroseed", image: { source: "./media/pokemon/Ferroseed.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.4, "inches") }, { name: "Normal", height: math.unit(24, "inches"), default: true }, { name: "Macro", height: math.unit(2400.0, "inches") }, { name: "Megamacro", height: math.unit(120000.0, "inches") }, { name: "Gigamacro", height: math.unit(240000000.0, "inches") } ] ) }; pokemonMakers["Ferrothorn"] = () => { return makeCharacter( "Ferrothorn", "Pokemon", { "Ferrothorn": { height: math.unit("39", "inches"), weight: math.unit("242.5", "lbs"), name: "Ferrothorn", image: { source: "./media/pokemon/Ferrothorn.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.9, "inches") }, { name: "Normal", height: math.unit(39, "inches"), default: true }, { name: "Macro", height: math.unit(3900.0, "inches") }, { name: "Megamacro", height: math.unit(195000.0, "inches") }, { name: "Gigamacro", height: math.unit(390000000.0, "inches") } ] ) }; pokemonMakers["Finneon"] = () => { return makeCharacter( "Finneon", "Pokemon", { "Finneon": { height: math.unit("16", "inches"), weight: math.unit("15.4", "lbs"), name: "Finneon", image: { source: "./media/pokemon/Finneon.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(1.6, "inches") }, { name: "Normal", height: math.unit(16, "inches"), default: true }, { name: "Macro", height: math.unit(1600.0, "inches") }, { name: "Megamacro", height: math.unit(80000.0, "inches") }, { name: "Gigamacro", height: math.unit(160000000.0, "inches") } ] ) }; pokemonMakers["Flaaffy"] = () => { return makeCharacter( "Flaaffy", "Pokemon", { "Flaaffy": { height: math.unit("31", "inches"), weight: math.unit("29.3", "lbs"), name: "Flaaffy", image: { source: "./media/pokemon/Flaaffy.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.1, "inches") }, { name: "Normal", height: math.unit(31, "inches"), default: true }, { name: "Macro", height: math.unit(3100.0, "inches") }, { name: "Megamacro", height: math.unit(155000.0, "inches") }, { name: "Gigamacro", height: math.unit(310000000.0, "inches") } ] ) }; pokemonMakers["Flabébé"] = () => { return makeCharacter( "Flabébé", "Pokemon", { "Flabébé": { height: math.unit("4", "inches"), weight: math.unit("0.2", "lbs"), name: "Flabébé", image: { source: "./media/pokemon/Flabébé.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(0.4, "inches") }, { name: "Normal", height: math.unit(4, "inches"), default: true }, { name: "Macro", height: math.unit(400.0, "inches") }, { name: "Megamacro", height: math.unit(20000.0, "inches") }, { name: "Gigamacro", height: math.unit(40000000.0, "inches") } ] ) }; pokemonMakers["Flapple"] = () => { return makeCharacter( "Flapple", "Pokemon", { "Flapple": { height: math.unit("12", "inches"), weight: math.unit("2.2", "lbs"), name: "Flapple", image: { source: "./media/pokemon/Flapple.svg" }, rename: true }, "Gigantamax Flapple": { height: math.unit("945", "inches"), weight: math.unit("1074420.703125", "lbs"), name: "Gigantamax Flapple", image: { source: "./media/pokemon/Gigantamax Flapple.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(1.2, "inches") }, { name: "Normal", height: math.unit(12, "inches"), default: true }, { name: "Macro", height: math.unit(1200.0, "inches") }, { name: "Megamacro", height: math.unit(60000.0, "inches") }, { name: "Gigamacro", height: math.unit(120000000.0, "inches") } ] ) }; pokemonMakers["Flareon"] = () => { return makeCharacter( "Flareon", "Pokemon", { "Flareon": { height: math.unit("35", "inches"), weight: math.unit("55.1", "lbs"), name: "Flareon", image: { source: "./media/pokemon/Flareon.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.5, "inches") }, { name: "Normal", height: math.unit(35, "inches"), default: true }, { name: "Macro", height: math.unit(3500.0, "inches") }, { name: "Megamacro", height: math.unit(175000.0, "inches") }, { name: "Gigamacro", height: math.unit(350000000.0, "inches") } ] ) }; pokemonMakers["Fletchinder"] = () => { return makeCharacter( "Fletchinder", "Pokemon", { "Fletchinder": { height: math.unit("28", "inches"), weight: math.unit("35.3", "lbs"), name: "Fletchinder", image: { source: "./media/pokemon/Fletchinder.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.8, "inches") }, { name: "Normal", height: math.unit(28, "inches"), default: true }, { name: "Macro", height: math.unit(2800.0, "inches") }, { name: "Megamacro", height: math.unit(140000.0, "inches") }, { name: "Gigamacro", height: math.unit(280000000.0, "inches") } ] ) }; pokemonMakers["Fletchling"] = () => { return makeCharacter( "Fletchling", "Pokemon", { "Fletchling": { height: math.unit("12", "inches"), weight: math.unit("3.7", "lbs"), name: "Fletchling", image: { source: "./media/pokemon/Fletchling.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(1.2, "inches") }, { name: "Normal", height: math.unit(12, "inches"), default: true }, { name: "Macro", height: math.unit(1200.0, "inches") }, { name: "Megamacro", height: math.unit(60000.0, "inches") }, { name: "Gigamacro", height: math.unit(120000000.0, "inches") } ] ) }; pokemonMakers["Floatzel"] = () => { return makeCharacter( "Floatzel", "Pokemon", { "Floatzel": { height: math.unit("43", "inches"), weight: math.unit("73.9", "lbs"), name: "Floatzel", image: { source: "./media/pokemon/Floatzel.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(4.3, "inches") }, { name: "Normal", height: math.unit(43, "inches"), default: true }, { name: "Macro", height: math.unit(4300.0, "inches") }, { name: "Megamacro", height: math.unit(215000.0, "inches") }, { name: "Gigamacro", height: math.unit(430000000.0, "inches") } ] ) }; pokemonMakers["Floette"] = () => { return makeCharacter( "Floette", "Pokemon", { "Floette": { height: math.unit("8", "inches"), weight: math.unit("2.0", "lbs"), name: "Floette", image: { source: "./media/pokemon/Floette.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(0.8, "inches") }, { name: "Normal", height: math.unit(8, "inches"), default: true }, { name: "Macro", height: math.unit(800.0, "inches") }, { name: "Megamacro", height: math.unit(40000.0, "inches") }, { name: "Gigamacro", height: math.unit(80000000.0, "inches") } ] ) }; pokemonMakers["Florges"] = () => { return makeCharacter( "Florges", "Pokemon", { "Florges": { height: math.unit("43", "inches"), weight: math.unit("22.0", "lbs"), name: "Florges", image: { source: "./media/pokemon/Florges.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(4.3, "inches") }, { name: "Normal", height: math.unit(43, "inches"), default: true }, { name: "Macro", height: math.unit(4300.0, "inches") }, { name: "Megamacro", height: math.unit(215000.0, "inches") }, { name: "Gigamacro", height: math.unit(430000000.0, "inches") } ] ) }; pokemonMakers["Flygon"] = () => { return makeCharacter( "Flygon", "Pokemon", { "Flygon": { height: math.unit("79", "inches"), weight: math.unit("180.8", "lbs"), name: "Flygon", image: { source: "./media/pokemon/Flygon.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(7.9, "inches") }, { name: "Normal", height: math.unit(79, "inches"), default: true }, { name: "Macro", height: math.unit(7900.0, "inches") }, { name: "Megamacro", height: math.unit(395000.0, "inches") }, { name: "Gigamacro", height: math.unit(790000000.0, "inches") } ] ) }; pokemonMakers["Fomantis"] = () => { return makeCharacter( "Fomantis", "Pokemon", { "Fomantis": { height: math.unit("12", "inches"), weight: math.unit("3.3", "lbs"), name: "Fomantis", image: { source: "./media/pokemon/Fomantis.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(1.2, "inches") }, { name: "Normal", height: math.unit(12, "inches"), default: true }, { name: "Macro", height: math.unit(1200.0, "inches") }, { name: "Megamacro", height: math.unit(60000.0, "inches") }, { name: "Gigamacro", height: math.unit(120000000.0, "inches") } ] ) }; pokemonMakers["Foongus"] = () => { return makeCharacter( "Foongus", "Pokemon", { "Foongus": { height: math.unit("8", "inches"), weight: math.unit("2.2", "lbs"), name: "Foongus", image: { source: "./media/pokemon/Foongus.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(0.8, "inches") }, { name: "Normal", height: math.unit(8, "inches"), default: true }, { name: "Macro", height: math.unit(800.0, "inches") }, { name: "Megamacro", height: math.unit(40000.0, "inches") }, { name: "Gigamacro", height: math.unit(80000000.0, "inches") } ] ) }; pokemonMakers["Forretress"] = () => { return makeCharacter( "Forretress", "Pokemon", { "Forretress": { height: math.unit("47", "inches"), weight: math.unit("277.3", "lbs"), name: "Forretress", image: { source: "./media/pokemon/Forretress.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(4.7, "inches") }, { name: "Normal", height: math.unit(47, "inches"), default: true }, { name: "Macro", height: math.unit(4700.0, "inches") }, { name: "Megamacro", height: math.unit(235000.0, "inches") }, { name: "Gigamacro", height: math.unit(470000000.0, "inches") } ] ) }; pokemonMakers["Fraxure"] = () => { return makeCharacter( "Fraxure", "Pokemon", { "Fraxure": { height: math.unit("39", "inches"), weight: math.unit("79.4", "lbs"), name: "Fraxure", image: { source: "./media/pokemon/Fraxure.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.9, "inches") }, { name: "Normal", height: math.unit(39, "inches"), default: true }, { name: "Macro", height: math.unit(3900.0, "inches") }, { name: "Megamacro", height: math.unit(195000.0, "inches") }, { name: "Gigamacro", height: math.unit(390000000.0, "inches") } ] ) }; pokemonMakers["Frillish"] = () => { return makeCharacter( "Frillish", "Pokemon", { "Frillish": { height: math.unit("47", "inches"), weight: math.unit("72.8", "lbs"), name: "Frillish", image: { source: "./media/pokemon/Frillish.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(4.7, "inches") }, { name: "Normal", height: math.unit(47, "inches"), default: true }, { name: "Macro", height: math.unit(4700.0, "inches") }, { name: "Megamacro", height: math.unit(235000.0, "inches") }, { name: "Gigamacro", height: math.unit(470000000.0, "inches") } ] ) }; pokemonMakers["Froakie"] = () => { return makeCharacter( "Froakie", "Pokemon", { "Froakie": { height: math.unit("12", "inches"), weight: math.unit("15.4", "lbs"), name: "Froakie", image: { source: "./media/pokemon/Froakie.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(1.2, "inches") }, { name: "Normal", height: math.unit(12, "inches"), default: true }, { name: "Macro", height: math.unit(1200.0, "inches") }, { name: "Megamacro", height: math.unit(60000.0, "inches") }, { name: "Gigamacro", height: math.unit(120000000.0, "inches") } ] ) }; pokemonMakers["Frogadier"] = () => { return makeCharacter( "Frogadier", "Pokemon", { "Frogadier": { height: math.unit("24", "inches"), weight: math.unit("24.0", "lbs"), name: "Frogadier", image: { source: "./media/pokemon/Frogadier.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.4, "inches") }, { name: "Normal", height: math.unit(24, "inches"), default: true }, { name: "Macro", height: math.unit(2400.0, "inches") }, { name: "Megamacro", height: math.unit(120000.0, "inches") }, { name: "Gigamacro", height: math.unit(240000000.0, "inches") } ] ) }; pokemonMakers["Froslass"] = () => { return makeCharacter( "Froslass", "Pokemon", { "Froslass": { height: math.unit("51", "inches"), weight: math.unit("58.6", "lbs"), name: "Froslass", image: { source: "./media/pokemon/Froslass.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(5.1, "inches") }, { name: "Normal", height: math.unit(51, "inches"), default: true }, { name: "Macro", height: math.unit(5100.0, "inches") }, { name: "Megamacro", height: math.unit(255000.0, "inches") }, { name: "Gigamacro", height: math.unit(510000000.0, "inches") } ] ) }; pokemonMakers["Frosmoth"] = () => { return makeCharacter( "Frosmoth", "Pokemon", { "Frosmoth": { height: math.unit("51", "inches"), weight: math.unit("92.6", "lbs"), name: "Frosmoth", image: { source: "./media/pokemon/Frosmoth.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(5.1, "inches") }, { name: "Normal", height: math.unit(51, "inches"), default: true }, { name: "Macro", height: math.unit(5100.0, "inches") }, { name: "Megamacro", height: math.unit(255000.0, "inches") }, { name: "Gigamacro", height: math.unit(510000000.0, "inches") } ] ) }; pokemonMakers["Furfrou"] = () => { return makeCharacter( "Furfrou", "Pokemon", { "Diamond Trim": { height: math.unit("47", "inches"), weight: math.unit("61.7", "lbs"), name: "Diamond Trim", image: { source: "./media/pokemon/Furfrou - Diamond Trim.svg" }, rename: true }, "Heart Trim": { height: math.unit("47", "inches"), weight: math.unit("61.7", "lbs"), name: "Heart Trim", image: { source: "./media/pokemon/Furfrou - Heart Trim.svg" }, rename: true }, "Natural Forme": { height: math.unit("47", "inches"), weight: math.unit("61.7", "lbs"), name: "Natural Forme", image: { source: "./media/pokemon/Furfrou - Natural Forme.svg" }, rename: true }, "Star Trim": { height: math.unit("47", "inches"), weight: math.unit("61.7", "lbs"), name: "Star Trim", image: { source: "./media/pokemon/Furfrou - Star Trim.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(4.7, "inches") }, { name: "Normal", height: math.unit(47, "inches"), default: true }, { name: "Macro", height: math.unit(4700.0, "inches") }, { name: "Megamacro", height: math.unit(235000.0, "inches") }, { name: "Gigamacro", height: math.unit(470000000.0, "inches") } ] ) }; pokemonMakers["Furret"] = () => { return makeCharacter( "Furret", "Pokemon", { "Furret": { height: math.unit("71", "inches"), weight: math.unit("71.6", "lbs"), name: "Furret", image: { source: "./media/pokemon/Furret.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(7.1, "inches") }, { name: "Normal", height: math.unit(71, "inches"), default: true }, { name: "Macro", height: math.unit(7100.0, "inches") }, { name: "Megamacro", height: math.unit(355000.0, "inches") }, { name: "Gigamacro", height: math.unit(710000000.0, "inches") } ] ) }; pokemonMakers["Gabite"] = () => { return makeCharacter( "Gabite", "Pokemon", { "Gabite": { height: math.unit("55", "inches"), weight: math.unit("123.5", "lbs"), name: "Gabite", image: { source: "./media/pokemon/Gabite.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(5.5, "inches") }, { name: "Normal", height: math.unit(55, "inches"), default: true }, { name: "Macro", height: math.unit(5500.0, "inches") }, { name: "Megamacro", height: math.unit(275000.0, "inches") }, { name: "Gigamacro", height: math.unit(550000000.0, "inches") } ] ) }; pokemonMakers["Gallade"] = () => { return makeCharacter( "Gallade", "Pokemon", { "Gallade": { height: math.unit("63", "inches"), weight: math.unit("114.6", "lbs"), name: "Gallade", image: { source: "./media/pokemon/Gallade.svg" }, rename: true }, "Mega Gallade": { height: math.unit("63", "inches"), weight: math.unit("124.3", "lbs"), name: "Mega Gallade", image: { source: "./media/pokemon/Mega Gallade.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(6.3, "inches") }, { name: "Normal", height: math.unit(63, "inches"), default: true }, { name: "Macro", height: math.unit(6300.0, "inches") }, { name: "Megamacro", height: math.unit(315000.0, "inches") }, { name: "Gigamacro", height: math.unit(630000000.0, "inches") } ] ) }; pokemonMakers["Galvantula"] = () => { return makeCharacter( "Galvantula", "Pokemon", { "Galvantula": { height: math.unit("31", "inches"), weight: math.unit("31.5", "lbs"), name: "Galvantula", image: { source: "./media/pokemon/Galvantula.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.1, "inches") }, { name: "Normal", height: math.unit(31, "inches"), default: true }, { name: "Macro", height: math.unit(3100.0, "inches") }, { name: "Megamacro", height: math.unit(155000.0, "inches") }, { name: "Gigamacro", height: math.unit(310000000.0, "inches") } ] ) }; pokemonMakers["Garbodor"] = () => { return makeCharacter( "Garbodor", "Pokemon", { "Garbodor": { height: math.unit("75", "inches"), weight: math.unit("236.6", "lbs"), name: "Garbodor", image: { source: "./media/pokemon/Garbodor.svg" }, rename: true }, "Gigantamax Garbodor": { height: math.unit("827", "inches"), weight: math.unit("317210.4446999704", "lbs"), name: "Gigantamax Garbodor", image: { source: "./media/pokemon/Gigantamax Garbodor.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(7.5, "inches") }, { name: "Normal", height: math.unit(75, "inches"), default: true }, { name: "Macro", height: math.unit(7500.0, "inches") }, { name: "Megamacro", height: math.unit(375000.0, "inches") }, { name: "Gigamacro", height: math.unit(750000000.0, "inches") } ] ) }; pokemonMakers["Garchomp"] = () => { return makeCharacter( "Garchomp", "Pokemon", { "Garchomp": { height: math.unit("75", "inches"), weight: math.unit("209.4", "lbs"), name: "Garchomp", image: { source: "./media/pokemon/Garchomp.svg" }, rename: true }, "Mega Garchomp": { height: math.unit("75", "inches"), weight: math.unit("209.4", "lbs"), name: "Mega Garchomp", image: { source: "./media/pokemon/Mega Garchomp.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(7.5, "inches") }, { name: "Normal", height: math.unit(75, "inches"), default: true }, { name: "Macro", height: math.unit(7500.0, "inches") }, { name: "Megamacro", height: math.unit(375000.0, "inches") }, { name: "Gigamacro", height: math.unit(750000000.0, "inches") } ] ) }; pokemonMakers["Gardevoir"] = () => { return makeCharacter( "Gardevoir", "Pokemon", { "Gardevoir": { height: math.unit("63", "inches"), weight: math.unit("106.7", "lbs"), name: "Gardevoir", image: { source: "./media/pokemon/Gardevoir.svg" }, rename: true }, "Mega Gardevoir": { height: math.unit("63", "inches"), weight: math.unit("106.7", "lbs"), name: "Mega Gardevoir", image: { source: "./media/pokemon/Mega Gardevoir.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(6.3, "inches") }, { name: "Normal", height: math.unit(63, "inches"), default: true }, { name: "Macro", height: math.unit(6300.0, "inches") }, { name: "Megamacro", height: math.unit(315000.0, "inches") }, { name: "Gigamacro", height: math.unit(630000000.0, "inches") } ] ) }; pokemonMakers["Gastly"] = () => { return makeCharacter( "Gastly", "Pokemon", { "Gastly": { height: math.unit("51", "inches"), weight: math.unit("0.2", "lbs"), name: "Gastly", image: { source: "./media/pokemon/Gastly.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(5.1, "inches") }, { name: "Normal", height: math.unit(51, "inches"), default: true }, { name: "Macro", height: math.unit(5100.0, "inches") }, { name: "Megamacro", height: math.unit(255000.0, "inches") }, { name: "Gigamacro", height: math.unit(510000000.0, "inches") } ] ) }; pokemonMakers["Gastrodon"] = () => { return makeCharacter( "Gastrodon", "Pokemon", { "East Sea": { height: math.unit("35", "inches"), weight: math.unit("65.9", "lbs"), name: "East Sea", image: { source: "./media/pokemon/Gastrodon - East Sea.svg" }, rename: true }, "West Sea": { height: math.unit("35", "inches"), weight: math.unit("65.9", "lbs"), name: "West Sea", image: { source: "./media/pokemon/Gastrodon - West Sea.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.5, "inches") }, { name: "Normal", height: math.unit(35, "inches"), default: true }, { name: "Macro", height: math.unit(3500.0, "inches") }, { name: "Megamacro", height: math.unit(175000.0, "inches") }, { name: "Gigamacro", height: math.unit(350000000.0, "inches") } ] ) }; pokemonMakers["Genesect"] = () => { return makeCharacter( "Genesect", "Pokemon", { "Genesect": { height: math.unit("59", "inches"), weight: math.unit("181.9", "lbs"), name: "Genesect", image: { source: "./media/pokemon/Genesect.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(5.9, "inches") }, { name: "Normal", height: math.unit(59, "inches"), default: true }, { name: "Macro", height: math.unit(5900.0, "inches") }, { name: "Megamacro", height: math.unit(295000.0, "inches") }, { name: "Gigamacro", height: math.unit(590000000.0, "inches") } ] ) }; pokemonMakers["Gengar"] = () => { return makeCharacter( "Gengar", "Pokemon", { "Gengar": { height: math.unit("59", "inches"), weight: math.unit("89.3", "lbs"), name: "Gengar", image: { source: "./media/pokemon/Gengar.svg" }, rename: true }, "Mega Gengar": { height: math.unit("55", "inches"), weight: math.unit("89.3", "lbs"), name: "Mega Gengar", image: { source: "./media/pokemon/Mega Gengar.svg" }, rename: true }, "Gigantamax Gengar": { height: math.unit("787", "inches"), weight: math.unit("211943.2653187522", "lbs"), name: "Gigantamax Gengar", image: { source: "./media/pokemon/Gigantamax Gengar.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(5.9, "inches") }, { name: "Normal", height: math.unit(59, "inches"), default: true }, { name: "Macro", height: math.unit(5900.0, "inches") }, { name: "Megamacro", height: math.unit(295000.0, "inches") }, { name: "Gigamacro", height: math.unit(590000000.0, "inches") } ] ) }; pokemonMakers["Geodude"] = () => { return makeCharacter( "Geodude", "Pokemon", { "Alola Form": { height: math.unit("16", "inches"), weight: math.unit("44.8", "lbs"), name: "Alola Form", image: { source: "./media/pokemon/Geodude - Alola Form.svg" }, rename: true }, "Geodude": { height: math.unit("16", "inches"), weight: math.unit("44.1", "lbs"), name: "Geodude", image: { source: "./media/pokemon/Geodude.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(1.6, "inches") }, { name: "Normal", height: math.unit(16, "inches"), default: true }, { name: "Macro", height: math.unit(1600.0, "inches") }, { name: "Megamacro", height: math.unit(80000.0, "inches") }, { name: "Gigamacro", height: math.unit(160000000.0, "inches") } ] ) }; pokemonMakers["Gible"] = () => { return makeCharacter( "Gible", "Pokemon", { "Gible": { height: math.unit("28", "inches"), weight: math.unit("45.2", "lbs"), name: "Gible", image: { source: "./media/pokemon/Gible.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.8, "inches") }, { name: "Normal", height: math.unit(28, "inches"), default: true }, { name: "Macro", height: math.unit(2800.0, "inches") }, { name: "Megamacro", height: math.unit(140000.0, "inches") }, { name: "Gigamacro", height: math.unit(280000000.0, "inches") } ] ) }; pokemonMakers["Gigalith"] = () => { return makeCharacter( "Gigalith", "Pokemon", { "Gigalith": { height: math.unit("67", "inches"), weight: math.unit("573.2", "lbs"), name: "Gigalith", image: { source: "./media/pokemon/Gigalith.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(6.7, "inches") }, { name: "Normal", height: math.unit(67, "inches"), default: true }, { name: "Macro", height: math.unit(6700.0, "inches") }, { name: "Megamacro", height: math.unit(335000.0, "inches") }, { name: "Gigamacro", height: math.unit(670000000.0, "inches") } ] ) }; pokemonMakers["Grimmsnarl"] = () => { return makeCharacter( "Grimmsnarl", "Pokemon", { "Grimmsnarl": { height: math.unit("59", "inches"), weight: math.unit("134.5", "lbs"), name: "Grimmsnarl", image: { source: "./media/pokemon/Grimmsnarl.svg" }, rename: true }, "Gigantamax Grimmsnarl": { height: math.unit("1260", "inches"), weight: math.unit("1310019.875449778", "lbs"), name: "Gigantamax Grimmsnarl", image: { source: "./media/pokemon/Gigantamax Grimmsnarl.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(5.9, "inches") }, { name: "Normal", height: math.unit(59, "inches"), default: true }, { name: "Macro", height: math.unit(5900.0, "inches") }, { name: "Megamacro", height: math.unit(295000.0, "inches") }, { name: "Gigamacro", height: math.unit(590000000.0, "inches") } ] ) }; pokemonMakers["Hatterene"] = () => { return makeCharacter( "Hatterene", "Pokemon", { "Hatterene": { height: math.unit("83", "inches"), weight: math.unit("11.2", "lbs"), name: "Hatterene", image: { source: "./media/pokemon/Hatterene.svg" }, rename: true }, "Gigantamax Hatterene": { height: math.unit("1024", "inches"), weight: math.unit("21032.147335983507", "lbs"), name: "Gigantamax Hatterene", image: { source: "./media/pokemon/Gigantamax Hatterene.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(8.3, "inches") }, { name: "Normal", height: math.unit(83, "inches"), default: true }, { name: "Macro", height: math.unit(8300.0, "inches") }, { name: "Megamacro", height: math.unit(415000.0, "inches") }, { name: "Gigamacro", height: math.unit(830000000.0, "inches") } ] ) }; pokemonMakers["Kingler"] = () => { return makeCharacter( "Kingler", "Pokemon", { "Kingler": { height: math.unit("51", "inches"), weight: math.unit("132.3", "lbs"), name: "Kingler", image: { source: "./media/pokemon/Kingler.svg" }, rename: true }, "Gigantamax Kingler": { height: math.unit("748", "inches"), weight: math.unit("417401.6", "lbs"), name: "Gigantamax Kingler", image: { source: "./media/pokemon/Gigantamax Kingler.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(5.1, "inches") }, { name: "Normal", height: math.unit(51, "inches"), default: true }, { name: "Macro", height: math.unit(5100.0, "inches") }, { name: "Megamacro", height: math.unit(255000.0, "inches") }, { name: "Gigamacro", height: math.unit(510000000.0, "inches") } ] ) }; pokemonMakers["Lapras"] = () => { return makeCharacter( "Lapras", "Pokemon", { "Lapras": { height: math.unit("98", "inches"), weight: math.unit("485.0", "lbs"), name: "Lapras", image: { source: "./media/pokemon/Lapras.svg" }, rename: true }, "Gigantamax Lapras": { height: math.unit("945", "inches"), weight: math.unit("434869.4879737609", "lbs"), name: "Gigantamax Lapras", image: { source: "./media/pokemon/Gigantamax Lapras.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(9.8, "inches") }, { name: "Normal", height: math.unit(98, "inches"), default: true }, { name: "Macro", height: math.unit(9800.0, "inches") }, { name: "Megamacro", height: math.unit(490000.0, "inches") }, { name: "Gigamacro", height: math.unit(980000000.0, "inches") } ] ) }; pokemonMakers["Machamp"] = () => { return makeCharacter( "Machamp", "Pokemon", { "Machamp": { height: math.unit("63", "inches"), weight: math.unit("286.6", "lbs"), name: "Machamp", image: { source: "./media/pokemon/Machamp.svg" }, rename: true }, "Gigantamax Machamp": { height: math.unit("984", "inches"), weight: math.unit("1092043.2354173416", "lbs"), name: "Gigantamax Machamp", image: { source: "./media/pokemon/Gigantamax Machamp.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(6.3, "inches") }, { name: "Normal", height: math.unit(63, "inches"), default: true }, { name: "Macro", height: math.unit(6300.0, "inches") }, { name: "Megamacro", height: math.unit(315000.0, "inches") }, { name: "Gigamacro", height: math.unit(630000000.0, "inches") } ] ) }; pokemonMakers["Meowth"] = () => { return makeCharacter( "Meowth", "Pokemon", { "Alola Form": { height: math.unit("16", "inches"), weight: math.unit("9.3", "lbs"), name: "Alola Form", image: { source: "./media/pokemon/Meowth - Alola Form.svg" }, rename: true }, "Galarian Form": { height: math.unit("16", "inches"), weight: math.unit("16.5", "lbs"), name: "Galarian Form", image: { source: "./media/pokemon/Meowth - Galarian Form.svg" }, rename: true }, "Meowth": { height: math.unit("16", "inches"), weight: math.unit("9.3", "lbs"), name: "Meowth", image: { source: "./media/pokemon/Meowth.svg" }, rename: true }, "Gigantamax Meowth": { height: math.unit("1299", "inches"), weight: math.unit("4976803.042163086", "lbs"), name: "Gigantamax Meowth", image: { source: "./media/pokemon/Gigantamax Meowth.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(1.6, "inches") }, { name: "Normal", height: math.unit(16, "inches"), default: true }, { name: "Macro", height: math.unit(1600.0, "inches") }, { name: "Megamacro", height: math.unit(80000.0, "inches") }, { name: "Gigamacro", height: math.unit(160000000.0, "inches") } ] ) }; pokemonMakers["Orbeetle"] = () => { return makeCharacter( "Orbeetle", "Pokemon", { "Orbeetle": { height: math.unit("16", "inches"), weight: math.unit("89.9", "lbs"), name: "Orbeetle", image: { source: "./media/pokemon/Orbeetle.svg" }, rename: true }, "Gigantamax Orbeetle": { height: math.unit("551", "inches"), weight: math.unit("3671593.0602783207", "lbs"), name: "Gigantamax Orbeetle", image: { source: "./media/pokemon/Gigantamax Orbeetle.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(1.6, "inches") }, { name: "Normal", height: math.unit(16, "inches"), default: true }, { name: "Macro", height: math.unit(1600.0, "inches") }, { name: "Megamacro", height: math.unit(80000.0, "inches") }, { name: "Gigamacro", height: math.unit(160000000.0, "inches") } ] ) }; pokemonMakers["Pikachu"] = () => { return makeCharacter( "Pikachu", "Pokemon", { "Pikachu": { height: math.unit("16", "inches"), weight: math.unit("13.2", "lbs"), name: "Pikachu", image: { source: "./media/pokemon/Pikachu.svg" }, rename: true }, "Gigantamax Pikachu": { height: math.unit("827", "inches"), weight: math.unit("1822764.2909179686", "lbs"), name: "Gigantamax Pikachu", image: { source: "./media/pokemon/Gigantamax Pikachu.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(1.6, "inches") }, { name: "Normal", height: math.unit(16, "inches"), default: true }, { name: "Macro", height: math.unit(1600.0, "inches") }, { name: "Megamacro", height: math.unit(80000.0, "inches") }, { name: "Gigamacro", height: math.unit(160000000.0, "inches") } ] ) }; pokemonMakers["Sandaconda"] = () => { return makeCharacter( "Sandaconda", "Pokemon", { "Sandaconda": { height: math.unit("150", "inches"), weight: math.unit("144.4", "lbs"), name: "Sandaconda", image: { source: "./media/pokemon/Sandaconda.svg" }, rename: true }, "Gigantamax Sandaconda": { height: math.unit("866", "inches"), weight: math.unit("27787.347491081484", "lbs"), name: "Gigantamax Sandaconda", image: { source: "./media/pokemon/Gigantamax Sandaconda.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(15.0, "inches") }, { name: "Normal", height: math.unit(150, "inches"), default: true }, { name: "Macro", height: math.unit(15000.0, "inches") }, { name: "Megamacro", height: math.unit(750000.0, "inches") }, { name: "Gigamacro", height: math.unit(1500000000.0, "inches") } ] ) }; pokemonMakers["Snorlax"] = () => { return makeCharacter( "Snorlax", "Pokemon", { "Snorlax": { height: math.unit("83", "inches"), weight: math.unit("1014.1", "lbs"), name: "Snorlax", image: { source: "./media/pokemon/Snorlax.svg" }, rename: true }, "Gigantamax Snorlax": { height: math.unit("1378", "inches"), weight: math.unit("4640813.954047924", "lbs"), name: "Gigantamax Snorlax", image: { source: "./media/pokemon/Gigantamax Snorlax.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(8.3, "inches") }, { name: "Normal", height: math.unit(83, "inches"), default: true }, { name: "Macro", height: math.unit(8300.0, "inches") }, { name: "Megamacro", height: math.unit(415000.0, "inches") }, { name: "Gigamacro", height: math.unit(830000000.0, "inches") } ] ) }; pokemonMakers["Toxtricity"] = () => { return makeCharacter( "Toxtricity", "Pokemon", { "Amped Form": { height: math.unit("63", "inches"), weight: math.unit("88.2", "lbs"), name: "Amped Form", image: { source: "./media/pokemon/Toxtricity - Amped Form.svg" }, rename: true }, "Low Key Form": { height: math.unit("63", "inches"), weight: math.unit("88.2", "lbs"), name: "Low Key Form", image: { source: "./media/pokemon/Toxtricity - Low Key Form.svg" }, rename: true }, "Gigantamax Toxtricity": { height: math.unit("945", "inches"), weight: math.unit("297675.0", "lbs"), name: "Gigantamax Toxtricity", image: { source: "./media/pokemon/Gigantamax Toxtricity.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(6.3, "inches") }, { name: "Normal", height: math.unit(63, "inches"), default: true }, { name: "Macro", height: math.unit(6300.0, "inches") }, { name: "Megamacro", height: math.unit(315000.0, "inches") }, { name: "Gigamacro", height: math.unit(630000000.0, "inches") } ] ) }; pokemonMakers["Girafarig"] = () => { return makeCharacter( "Girafarig", "Pokemon", { "Girafarig": { height: math.unit("59", "inches"), weight: math.unit("91.5", "lbs"), name: "Girafarig", image: { source: "./media/pokemon/Girafarig.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(5.9, "inches") }, { name: "Normal", height: math.unit(59, "inches"), default: true }, { name: "Macro", height: math.unit(5900.0, "inches") }, { name: "Megamacro", height: math.unit(295000.0, "inches") }, { name: "Gigamacro", height: math.unit(590000000.0, "inches") } ] ) }; pokemonMakers["Giratina"] = () => { return makeCharacter( "Giratina", "Pokemon", { "Altered Forme": { height: math.unit("177", "inches"), weight: math.unit("1653.5", "lbs"), name: "Altered Forme", image: { source: "./media/pokemon/Giratina - Altered Forme.svg" }, rename: true }, "Origin Forme": { height: math.unit("272", "inches"), weight: math.unit("1433.0", "lbs"), name: "Origin Forme", image: { source: "./media/pokemon/Giratina - Origin Forme.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(17.7, "inches") }, { name: "Normal", height: math.unit(177, "inches"), default: true }, { name: "Macro", height: math.unit(17700.0, "inches") }, { name: "Megamacro", height: math.unit(885000.0, "inches") }, { name: "Gigamacro", height: math.unit(1770000000.0, "inches") } ] ) }; pokemonMakers["Glaceon"] = () => { return makeCharacter( "Glaceon", "Pokemon", { "Glaceon": { height: math.unit("31", "inches"), weight: math.unit("57.1", "lbs"), name: "Glaceon", image: { source: "./media/pokemon/Glaceon.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.1, "inches") }, { name: "Normal", height: math.unit(31, "inches"), default: true }, { name: "Macro", height: math.unit(3100.0, "inches") }, { name: "Megamacro", height: math.unit(155000.0, "inches") }, { name: "Gigamacro", height: math.unit(310000000.0, "inches") } ] ) }; pokemonMakers["Glalie"] = () => { return makeCharacter( "Glalie", "Pokemon", { "Glalie": { height: math.unit("59", "inches"), weight: math.unit("565.5", "lbs"), name: "Glalie", image: { source: "./media/pokemon/Glalie.svg" }, rename: true }, "Mega Glalie": { height: math.unit("83", "inches"), weight: math.unit("772.1", "lbs"), name: "Mega Glalie", image: { source: "./media/pokemon/Mega Glalie.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(5.9, "inches") }, { name: "Normal", height: math.unit(59, "inches"), default: true }, { name: "Macro", height: math.unit(5900.0, "inches") }, { name: "Megamacro", height: math.unit(295000.0, "inches") }, { name: "Gigamacro", height: math.unit(590000000.0, "inches") } ] ) }; pokemonMakers["Glameow"] = () => { return makeCharacter( "Glameow", "Pokemon", { "Glameow": { height: math.unit("20", "inches"), weight: math.unit("8.6", "lbs"), name: "Glameow", image: { source: "./media/pokemon/Glameow.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.0, "inches") }, { name: "Normal", height: math.unit(20, "inches"), default: true }, { name: "Macro", height: math.unit(2000.0, "inches") }, { name: "Megamacro", height: math.unit(100000.0, "inches") }, { name: "Gigamacro", height: math.unit(200000000.0, "inches") } ] ) }; pokemonMakers["Gligar"] = () => { return makeCharacter( "Gligar", "Pokemon", { "Gligar": { height: math.unit("43", "inches"), weight: math.unit("142.9", "lbs"), name: "Gligar", image: { source: "./media/pokemon/Gligar.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(4.3, "inches") }, { name: "Normal", height: math.unit(43, "inches"), default: true }, { name: "Macro", height: math.unit(4300.0, "inches") }, { name: "Megamacro", height: math.unit(215000.0, "inches") }, { name: "Gigamacro", height: math.unit(430000000.0, "inches") } ] ) }; pokemonMakers["Gliscor"] = () => { return makeCharacter( "Gliscor", "Pokemon", { "Gliscor": { height: math.unit("79", "inches"), weight: math.unit("93.7", "lbs"), name: "Gliscor", image: { source: "./media/pokemon/Gliscor.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(7.9, "inches") }, { name: "Normal", height: math.unit(79, "inches"), default: true }, { name: "Macro", height: math.unit(7900.0, "inches") }, { name: "Megamacro", height: math.unit(395000.0, "inches") }, { name: "Gigamacro", height: math.unit(790000000.0, "inches") } ] ) }; pokemonMakers["Gloom"] = () => { return makeCharacter( "Gloom", "Pokemon", { "Gloom": { height: math.unit("31", "inches"), weight: math.unit("19.0", "lbs"), name: "Gloom", image: { source: "./media/pokemon/Gloom.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.1, "inches") }, { name: "Normal", height: math.unit(31, "inches"), default: true }, { name: "Macro", height: math.unit(3100.0, "inches") }, { name: "Megamacro", height: math.unit(155000.0, "inches") }, { name: "Gigamacro", height: math.unit(310000000.0, "inches") } ] ) }; pokemonMakers["Gogoat"] = () => { return makeCharacter( "Gogoat", "Pokemon", { "Gogoat": { height: math.unit("67", "inches"), weight: math.unit("200.6", "lbs"), name: "Gogoat", image: { source: "./media/pokemon/Gogoat.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(6.7, "inches") }, { name: "Normal", height: math.unit(67, "inches"), default: true }, { name: "Macro", height: math.unit(6700.0, "inches") }, { name: "Megamacro", height: math.unit(335000.0, "inches") }, { name: "Gigamacro", height: math.unit(670000000.0, "inches") } ] ) }; pokemonMakers["Golbat"] = () => { return makeCharacter( "Golbat", "Pokemon", { "Golbat": { height: math.unit("63", "inches"), weight: math.unit("121.3", "lbs"), name: "Golbat", image: { source: "./media/pokemon/Golbat.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(6.3, "inches") }, { name: "Normal", height: math.unit(63, "inches"), default: true }, { name: "Macro", height: math.unit(6300.0, "inches") }, { name: "Megamacro", height: math.unit(315000.0, "inches") }, { name: "Gigamacro", height: math.unit(630000000.0, "inches") } ] ) }; pokemonMakers["Goldeen"] = () => { return makeCharacter( "Goldeen", "Pokemon", { "Goldeen": { height: math.unit("24", "inches"), weight: math.unit("33.1", "lbs"), name: "Goldeen", image: { source: "./media/pokemon/Goldeen.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.4, "inches") }, { name: "Normal", height: math.unit(24, "inches"), default: true }, { name: "Macro", height: math.unit(2400.0, "inches") }, { name: "Megamacro", height: math.unit(120000.0, "inches") }, { name: "Gigamacro", height: math.unit(240000000.0, "inches") } ] ) }; pokemonMakers["Golduck"] = () => { return makeCharacter( "Golduck", "Pokemon", { "Golduck": { height: math.unit("67", "inches"), weight: math.unit("168.9", "lbs"), name: "Golduck", image: { source: "./media/pokemon/Golduck.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(6.7, "inches") }, { name: "Normal", height: math.unit(67, "inches"), default: true }, { name: "Macro", height: math.unit(6700.0, "inches") }, { name: "Megamacro", height: math.unit(335000.0, "inches") }, { name: "Gigamacro", height: math.unit(670000000.0, "inches") } ] ) }; pokemonMakers["Golem"] = () => { return makeCharacter( "Golem", "Pokemon", { "Alola Form": { height: math.unit("67", "inches"), weight: math.unit("696.7", "lbs"), name: "Alola Form", image: { source: "./media/pokemon/Golem - Alola Form.svg" }, rename: true }, "Golem": { height: math.unit("55", "inches"), weight: math.unit("661.4", "lbs"), name: "Golem", image: { source: "./media/pokemon/Golem.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(6.7, "inches") }, { name: "Normal", height: math.unit(67, "inches"), default: true }, { name: "Macro", height: math.unit(6700.0, "inches") }, { name: "Megamacro", height: math.unit(335000.0, "inches") }, { name: "Gigamacro", height: math.unit(670000000.0, "inches") } ] ) }; pokemonMakers["Golett"] = () => { return makeCharacter( "Golett", "Pokemon", { "Golett": { height: math.unit("39", "inches"), weight: math.unit("202.8", "lbs"), name: "Golett", image: { source: "./media/pokemon/Golett.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.9, "inches") }, { name: "Normal", height: math.unit(39, "inches"), default: true }, { name: "Macro", height: math.unit(3900.0, "inches") }, { name: "Megamacro", height: math.unit(195000.0, "inches") }, { name: "Gigamacro", height: math.unit(390000000.0, "inches") } ] ) }; pokemonMakers["Golisopod"] = () => { return makeCharacter( "Golisopod", "Pokemon", { "Golisopod": { height: math.unit("79", "inches"), weight: math.unit("238.1", "lbs"), name: "Golisopod", image: { source: "./media/pokemon/Golisopod.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(7.9, "inches") }, { name: "Normal", height: math.unit(79, "inches"), default: true }, { name: "Macro", height: math.unit(7900.0, "inches") }, { name: "Megamacro", height: math.unit(395000.0, "inches") }, { name: "Gigamacro", height: math.unit(790000000.0, "inches") } ] ) }; pokemonMakers["Golurk"] = () => { return makeCharacter( "Golurk", "Pokemon", { "Golurk": { height: math.unit("110", "inches"), weight: math.unit("727.5", "lbs"), name: "Golurk", image: { source: "./media/pokemon/Golurk.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(11.0, "inches") }, { name: "Normal", height: math.unit(110, "inches"), default: true }, { name: "Macro", height: math.unit(11000.0, "inches") }, { name: "Megamacro", height: math.unit(550000.0, "inches") }, { name: "Gigamacro", height: math.unit(1100000000.0, "inches") } ] ) }; pokemonMakers["Goodra"] = () => { return makeCharacter( "Goodra", "Pokemon", { "Goodra": { height: math.unit("79", "inches"), weight: math.unit("331.8", "lbs"), name: "Goodra", image: { source: "./media/pokemon/Goodra.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(7.9, "inches") }, { name: "Normal", height: math.unit(79, "inches"), default: true }, { name: "Macro", height: math.unit(7900.0, "inches") }, { name: "Megamacro", height: math.unit(395000.0, "inches") }, { name: "Gigamacro", height: math.unit(790000000.0, "inches") } ] ) }; pokemonMakers["Goomy"] = () => { return makeCharacter( "Goomy", "Pokemon", { "Goomy": { height: math.unit("12", "inches"), weight: math.unit("6.2", "lbs"), name: "Goomy", image: { source: "./media/pokemon/Goomy.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(1.2, "inches") }, { name: "Normal", height: math.unit(12, "inches"), default: true }, { name: "Macro", height: math.unit(1200.0, "inches") }, { name: "Megamacro", height: math.unit(60000.0, "inches") }, { name: "Gigamacro", height: math.unit(120000000.0, "inches") } ] ) }; pokemonMakers["Gorebyss"] = () => { return makeCharacter( "Gorebyss", "Pokemon", { "Gorebyss": { height: math.unit("71", "inches"), weight: math.unit("49.8", "lbs"), name: "Gorebyss", image: { source: "./media/pokemon/Gorebyss.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(7.1, "inches") }, { name: "Normal", height: math.unit(71, "inches"), default: true }, { name: "Macro", height: math.unit(7100.0, "inches") }, { name: "Megamacro", height: math.unit(355000.0, "inches") }, { name: "Gigamacro", height: math.unit(710000000.0, "inches") } ] ) }; pokemonMakers["Gossifleur"] = () => { return makeCharacter( "Gossifleur", "Pokemon", { "Gossifleur": { height: math.unit("16", "inches"), weight: math.unit("4.9", "lbs"), name: "Gossifleur", image: { source: "./media/pokemon/Gossifleur.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(1.6, "inches") }, { name: "Normal", height: math.unit(16, "inches"), default: true }, { name: "Macro", height: math.unit(1600.0, "inches") }, { name: "Megamacro", height: math.unit(80000.0, "inches") }, { name: "Gigamacro", height: math.unit(160000000.0, "inches") } ] ) }; pokemonMakers["Gothita"] = () => { return makeCharacter( "Gothita", "Pokemon", { "Gothita": { height: math.unit("16", "inches"), weight: math.unit("12.8", "lbs"), name: "Gothita", image: { source: "./media/pokemon/Gothita.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(1.6, "inches") }, { name: "Normal", height: math.unit(16, "inches"), default: true }, { name: "Macro", height: math.unit(1600.0, "inches") }, { name: "Megamacro", height: math.unit(80000.0, "inches") }, { name: "Gigamacro", height: math.unit(160000000.0, "inches") } ] ) }; pokemonMakers["Gothitelle"] = () => { return makeCharacter( "Gothitelle", "Pokemon", { "Gothitelle": { height: math.unit("59", "inches"), weight: math.unit("97.0", "lbs"), name: "Gothitelle", image: { source: "./media/pokemon/Gothitelle.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(5.9, "inches") }, { name: "Normal", height: math.unit(59, "inches"), default: true }, { name: "Macro", height: math.unit(5900.0, "inches") }, { name: "Megamacro", height: math.unit(295000.0, "inches") }, { name: "Gigamacro", height: math.unit(590000000.0, "inches") } ] ) }; pokemonMakers["Gothorita"] = () => { return makeCharacter( "Gothorita", "Pokemon", { "Gothorita": { height: math.unit("28", "inches"), weight: math.unit("39.7", "lbs"), name: "Gothorita", image: { source: "./media/pokemon/Gothorita.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.8, "inches") }, { name: "Normal", height: math.unit(28, "inches"), default: true }, { name: "Macro", height: math.unit(2800.0, "inches") }, { name: "Megamacro", height: math.unit(140000.0, "inches") }, { name: "Gigamacro", height: math.unit(280000000.0, "inches") } ] ) }; pokemonMakers["Gourgeist"] = () => { return makeCharacter( "Gourgeist", "Pokemon", { "Large Size": { height: math.unit("43", "inches"), weight: math.unit("30.9", "lbs"), name: "Large Size", image: { source: "./media/pokemon/Gourgeist - Large Size.svg" }, rename: true }, "Small Size": { height: math.unit("28", "inches"), weight: math.unit("20.9", "lbs"), name: "Small Size", image: { source: "./media/pokemon/Gourgeist - Small Size.svg" }, rename: true }, "Super Size": { height: math.unit("67", "inches"), weight: math.unit("86.0", "lbs"), name: "Super Size", image: { source: "./media/pokemon/Gourgeist - Super Size.svg" }, rename: true }, "Gourgeist": { height: math.unit("35", "inches"), weight: math.unit("27.6", "lbs"), name: "Gourgeist", image: { source: "./media/pokemon/Gourgeist.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(4.3, "inches") }, { name: "Normal", height: math.unit(43, "inches"), default: true }, { name: "Macro", height: math.unit(4300.0, "inches") }, { name: "Megamacro", height: math.unit(215000.0, "inches") }, { name: "Gigamacro", height: math.unit(430000000.0, "inches") } ] ) }; pokemonMakers["Granbull"] = () => { return makeCharacter( "Granbull", "Pokemon", { "Granbull": { height: math.unit("55", "inches"), weight: math.unit("107.4", "lbs"), name: "Granbull", image: { source: "./media/pokemon/Granbull.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(5.5, "inches") }, { name: "Normal", height: math.unit(55, "inches"), default: true }, { name: "Macro", height: math.unit(5500.0, "inches") }, { name: "Megamacro", height: math.unit(275000.0, "inches") }, { name: "Gigamacro", height: math.unit(550000000.0, "inches") } ] ) }; pokemonMakers["Grapploct"] = () => { return makeCharacter( "Grapploct", "Pokemon", { "Grapploct": { height: math.unit("63", "inches"), weight: math.unit("86.0", "lbs"), name: "Grapploct", image: { source: "./media/pokemon/Grapploct.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(6.3, "inches") }, { name: "Normal", height: math.unit(63, "inches"), default: true }, { name: "Macro", height: math.unit(6300.0, "inches") }, { name: "Megamacro", height: math.unit(315000.0, "inches") }, { name: "Gigamacro", height: math.unit(630000000.0, "inches") } ] ) }; pokemonMakers["Graveler"] = () => { return makeCharacter( "Graveler", "Pokemon", { "Alola Form": { height: math.unit("39", "inches"), weight: math.unit("242.5", "lbs"), name: "Alola Form", image: { source: "./media/pokemon/Graveler - Alola Form.svg" }, rename: true }, "Graveler": { height: math.unit("39", "inches"), weight: math.unit("231.5", "lbs"), name: "Graveler", image: { source: "./media/pokemon/Graveler.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.9, "inches") }, { name: "Normal", height: math.unit(39, "inches"), default: true }, { name: "Macro", height: math.unit(3900.0, "inches") }, { name: "Megamacro", height: math.unit(195000.0, "inches") }, { name: "Gigamacro", height: math.unit(390000000.0, "inches") } ] ) }; pokemonMakers["Greedent"] = () => { return makeCharacter( "Greedent", "Pokemon", { "Greedent": { height: math.unit("24", "inches"), weight: math.unit("13.2", "lbs"), name: "Greedent", image: { source: "./media/pokemon/Greedent.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.4, "inches") }, { name: "Normal", height: math.unit(24, "inches"), default: true }, { name: "Macro", height: math.unit(2400.0, "inches") }, { name: "Megamacro", height: math.unit(120000.0, "inches") }, { name: "Gigamacro", height: math.unit(240000000.0, "inches") } ] ) }; pokemonMakers["Grimer"] = () => { return makeCharacter( "Grimer", "Pokemon", { "Alola Form": { height: math.unit("28", "inches"), weight: math.unit("92.6", "lbs"), name: "Alola Form", image: { source: "./media/pokemon/Grimer - Alola Form.svg" }, rename: true }, "Grimer": { height: math.unit("35", "inches"), weight: math.unit("66.1", "lbs"), name: "Grimer", image: { source: "./media/pokemon/Grimer.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.8, "inches") }, { name: "Normal", height: math.unit(28, "inches"), default: true }, { name: "Macro", height: math.unit(2800.0, "inches") }, { name: "Megamacro", height: math.unit(140000.0, "inches") }, { name: "Gigamacro", height: math.unit(280000000.0, "inches") } ] ) }; pokemonMakers["Grookey"] = () => { return makeCharacter( "Grookey", "Pokemon", { "Grookey": { height: math.unit("12", "inches"), weight: math.unit("11.0", "lbs"), name: "Grookey", image: { source: "./media/pokemon/Grookey.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(1.2, "inches") }, { name: "Normal", height: math.unit(12, "inches"), default: true }, { name: "Macro", height: math.unit(1200.0, "inches") }, { name: "Megamacro", height: math.unit(60000.0, "inches") }, { name: "Gigamacro", height: math.unit(120000000.0, "inches") } ] ) }; pokemonMakers["Grotle"] = () => { return makeCharacter( "Grotle", "Pokemon", { "Grotle": { height: math.unit("43", "inches"), weight: math.unit("213.8", "lbs"), name: "Grotle", image: { source: "./media/pokemon/Grotle.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(4.3, "inches") }, { name: "Normal", height: math.unit(43, "inches"), default: true }, { name: "Macro", height: math.unit(4300.0, "inches") }, { name: "Megamacro", height: math.unit(215000.0, "inches") }, { name: "Gigamacro", height: math.unit(430000000.0, "inches") } ] ) }; pokemonMakers["Groudon"] = () => { return makeCharacter( "Groudon", "Pokemon", { "Groudon": { height: math.unit("138", "inches"), weight: math.unit("2094.4", "lbs"), name: "Groudon", image: { source: "./media/pokemon/Groudon.svg" }, rename: true }, "Primal Groudon": { height: math.unit("197", "inches"), weight: math.unit("2204.0", "lbs"), name: "Primal Groudon", image: { source: "./media/pokemon/Primal Groudon.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(13.8, "inches") }, { name: "Normal", height: math.unit(138, "inches"), default: true }, { name: "Macro", height: math.unit(13800.0, "inches") }, { name: "Megamacro", height: math.unit(690000.0, "inches") }, { name: "Gigamacro", height: math.unit(1380000000.0, "inches") } ] ) }; pokemonMakers["Grovyle"] = () => { return makeCharacter( "Grovyle", "Pokemon", { "Grovyle": { height: math.unit("35", "inches"), weight: math.unit("47.6", "lbs"), name: "Grovyle", image: { source: "./media/pokemon/Grovyle.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.5, "inches") }, { name: "Normal", height: math.unit(35, "inches"), default: true }, { name: "Macro", height: math.unit(3500.0, "inches") }, { name: "Megamacro", height: math.unit(175000.0, "inches") }, { name: "Gigamacro", height: math.unit(350000000.0, "inches") } ] ) }; pokemonMakers["Growlithe"] = () => { return makeCharacter( "Growlithe", "Pokemon", { "Growlithe": { height: math.unit("28", "inches"), weight: math.unit("41.9", "lbs"), name: "Growlithe", image: { source: "./media/pokemon/Growlithe.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.8, "inches") }, { name: "Normal", height: math.unit(28, "inches"), default: true }, { name: "Macro", height: math.unit(2800.0, "inches") }, { name: "Megamacro", height: math.unit(140000.0, "inches") }, { name: "Gigamacro", height: math.unit(280000000.0, "inches") } ] ) }; pokemonMakers["Grubbin"] = () => { return makeCharacter( "Grubbin", "Pokemon", { "Grubbin": { height: math.unit("16", "inches"), weight: math.unit("9.7", "lbs"), name: "Grubbin", image: { source: "./media/pokemon/Grubbin.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(1.6, "inches") }, { name: "Normal", height: math.unit(16, "inches"), default: true }, { name: "Macro", height: math.unit(1600.0, "inches") }, { name: "Megamacro", height: math.unit(80000.0, "inches") }, { name: "Gigamacro", height: math.unit(160000000.0, "inches") } ] ) }; pokemonMakers["Grumpig"] = () => { return makeCharacter( "Grumpig", "Pokemon", { "Grumpig": { height: math.unit("35", "inches"), weight: math.unit("157.6", "lbs"), name: "Grumpig", image: { source: "./media/pokemon/Grumpig.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.5, "inches") }, { name: "Normal", height: math.unit(35, "inches"), default: true }, { name: "Macro", height: math.unit(3500.0, "inches") }, { name: "Megamacro", height: math.unit(175000.0, "inches") }, { name: "Gigamacro", height: math.unit(350000000.0, "inches") } ] ) }; pokemonMakers["Gulpin"] = () => { return makeCharacter( "Gulpin", "Pokemon", { "Gulpin": { height: math.unit("16", "inches"), weight: math.unit("22.7", "lbs"), name: "Gulpin", image: { source: "./media/pokemon/Gulpin.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(1.6, "inches") }, { name: "Normal", height: math.unit(16, "inches"), default: true }, { name: "Macro", height: math.unit(1600.0, "inches") }, { name: "Megamacro", height: math.unit(80000.0, "inches") }, { name: "Gigamacro", height: math.unit(160000000.0, "inches") } ] ) }; pokemonMakers["Gumshoos"] = () => { return makeCharacter( "Gumshoos", "Pokemon", { "Gumshoos": { height: math.unit("28", "inches"), weight: math.unit("31.3", "lbs"), name: "Gumshoos", image: { source: "./media/pokemon/Gumshoos.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.8, "inches") }, { name: "Normal", height: math.unit(28, "inches"), default: true }, { name: "Macro", height: math.unit(2800.0, "inches") }, { name: "Megamacro", height: math.unit(140000.0, "inches") }, { name: "Gigamacro", height: math.unit(280000000.0, "inches") } ] ) }; pokemonMakers["Gurdurr"] = () => { return makeCharacter( "Gurdurr", "Pokemon", { "Gurdurr": { height: math.unit("47", "inches"), weight: math.unit("88.2", "lbs"), name: "Gurdurr", image: { source: "./media/pokemon/Gurdurr.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(4.7, "inches") }, { name: "Normal", height: math.unit(47, "inches"), default: true }, { name: "Macro", height: math.unit(4700.0, "inches") }, { name: "Megamacro", height: math.unit(235000.0, "inches") }, { name: "Gigamacro", height: math.unit(470000000.0, "inches") } ] ) }; pokemonMakers["Guzzlord"] = () => { return makeCharacter( "Guzzlord", "Pokemon", { "Guzzlord": { height: math.unit("217", "inches"), weight: math.unit("1957.7", "lbs"), name: "Guzzlord", image: { source: "./media/pokemon/Guzzlord.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(21.7, "inches") }, { name: "Normal", height: math.unit(217, "inches"), default: true }, { name: "Macro", height: math.unit(21700.0, "inches") }, { name: "Megamacro", height: math.unit(1085000.0, "inches") }, { name: "Gigamacro", height: math.unit(2170000000.0, "inches") } ] ) }; pokemonMakers["Gyarados"] = () => { return makeCharacter( "Gyarados", "Pokemon", { "Gyarados": { height: math.unit("256", "inches"), weight: math.unit("518.1", "lbs"), name: "Gyarados", image: { source: "./media/pokemon/Gyarados.svg" }, rename: true }, "Mega Gyarados": { height: math.unit("256", "inches"), weight: math.unit("672.4", "lbs"), name: "Mega Gyarados", image: { source: "./media/pokemon/Mega Gyarados.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(25.6, "inches") }, { name: "Normal", height: math.unit(256, "inches"), default: true }, { name: "Macro", height: math.unit(25600.0, "inches") }, { name: "Megamacro", height: math.unit(1280000.0, "inches") }, { name: "Gigamacro", height: math.unit(2560000000.0, "inches") } ] ) }; pokemonMakers["Hakamo-o"] = () => { return makeCharacter( "Hakamo-o", "Pokemon", { "Hakamo-o": { height: math.unit("47", "inches"), weight: math.unit("103.6", "lbs"), name: "Hakamo-o", image: { source: "./media/pokemon/Hakamo-o.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(4.7, "inches") }, { name: "Normal", height: math.unit(47, "inches"), default: true }, { name: "Macro", height: math.unit(4700.0, "inches") }, { name: "Megamacro", height: math.unit(235000.0, "inches") }, { name: "Gigamacro", height: math.unit(470000000.0, "inches") } ] ) }; pokemonMakers["Happiny"] = () => { return makeCharacter( "Happiny", "Pokemon", { "Happiny": { height: math.unit("24", "inches"), weight: math.unit("53.8", "lbs"), name: "Happiny", image: { source: "./media/pokemon/Happiny.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.4, "inches") }, { name: "Normal", height: math.unit(24, "inches"), default: true }, { name: "Macro", height: math.unit(2400.0, "inches") }, { name: "Megamacro", height: math.unit(120000.0, "inches") }, { name: "Gigamacro", height: math.unit(240000000.0, "inches") } ] ) }; pokemonMakers["Hariyama"] = () => { return makeCharacter( "Hariyama", "Pokemon", { "Hariyama": { height: math.unit("91", "inches"), weight: math.unit("559.5", "lbs"), name: "Hariyama", image: { source: "./media/pokemon/Hariyama.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(9.1, "inches") }, { name: "Normal", height: math.unit(91, "inches"), default: true }, { name: "Macro", height: math.unit(9100.0, "inches") }, { name: "Megamacro", height: math.unit(455000.0, "inches") }, { name: "Gigamacro", height: math.unit(910000000.0, "inches") } ] ) }; pokemonMakers["Hatenna"] = () => { return makeCharacter( "Hatenna", "Pokemon", { "Hatenna": { height: math.unit("16", "inches"), weight: math.unit("7.5", "lbs"), name: "Hatenna", image: { source: "./media/pokemon/Hatenna.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(1.6, "inches") }, { name: "Normal", height: math.unit(16, "inches"), default: true }, { name: "Macro", height: math.unit(1600.0, "inches") }, { name: "Megamacro", height: math.unit(80000.0, "inches") }, { name: "Gigamacro", height: math.unit(160000000.0, "inches") } ] ) }; pokemonMakers["Hattrem"] = () => { return makeCharacter( "Hattrem", "Pokemon", { "Hattrem": { height: math.unit("24", "inches"), weight: math.unit("10.6", "lbs"), name: "Hattrem", image: { source: "./media/pokemon/Hattrem.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.4, "inches") }, { name: "Normal", height: math.unit(24, "inches"), default: true }, { name: "Macro", height: math.unit(2400.0, "inches") }, { name: "Megamacro", height: math.unit(120000.0, "inches") }, { name: "Gigamacro", height: math.unit(240000000.0, "inches") } ] ) }; pokemonMakers["Haunter"] = () => { return makeCharacter( "Haunter", "Pokemon", { "Haunter": { height: math.unit("63", "inches"), weight: math.unit("0.2", "lbs"), name: "Haunter", image: { source: "./media/pokemon/Haunter.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(6.3, "inches") }, { name: "Normal", height: math.unit(63, "inches"), default: true }, { name: "Macro", height: math.unit(6300.0, "inches") }, { name: "Megamacro", height: math.unit(315000.0, "inches") }, { name: "Gigamacro", height: math.unit(630000000.0, "inches") } ] ) }; pokemonMakers["Hawlucha"] = () => { return makeCharacter( "Hawlucha", "Pokemon", { "Hawlucha": { height: math.unit("31", "inches"), weight: math.unit("47.4", "lbs"), name: "Hawlucha", image: { source: "./media/pokemon/Hawlucha.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.1, "inches") }, { name: "Normal", height: math.unit(31, "inches"), default: true }, { name: "Macro", height: math.unit(3100.0, "inches") }, { name: "Megamacro", height: math.unit(155000.0, "inches") }, { name: "Gigamacro", height: math.unit(310000000.0, "inches") } ] ) }; pokemonMakers["Haxorus"] = () => { return makeCharacter( "Haxorus", "Pokemon", { "Haxorus": { height: math.unit("71", "inches"), weight: math.unit("232.6", "lbs"), name: "Haxorus", image: { source: "./media/pokemon/Haxorus.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(7.1, "inches") }, { name: "Normal", height: math.unit(71, "inches"), default: true }, { name: "Macro", height: math.unit(7100.0, "inches") }, { name: "Megamacro", height: math.unit(355000.0, "inches") }, { name: "Gigamacro", height: math.unit(710000000.0, "inches") } ] ) }; pokemonMakers["Heatmor"] = () => { return makeCharacter( "Heatmor", "Pokemon", { "Heatmor": { height: math.unit("55", "inches"), weight: math.unit("127.9", "lbs"), name: "Heatmor", image: { source: "./media/pokemon/Heatmor.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(5.5, "inches") }, { name: "Normal", height: math.unit(55, "inches"), default: true }, { name: "Macro", height: math.unit(5500.0, "inches") }, { name: "Megamacro", height: math.unit(275000.0, "inches") }, { name: "Gigamacro", height: math.unit(550000000.0, "inches") } ] ) }; pokemonMakers["Heatran"] = () => { return makeCharacter( "Heatran", "Pokemon", { "Heatran": { height: math.unit("67", "inches"), weight: math.unit("948.0", "lbs"), name: "Heatran", image: { source: "./media/pokemon/Heatran.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(6.7, "inches") }, { name: "Normal", height: math.unit(67, "inches"), default: true }, { name: "Macro", height: math.unit(6700.0, "inches") }, { name: "Megamacro", height: math.unit(335000.0, "inches") }, { name: "Gigamacro", height: math.unit(670000000.0, "inches") } ] ) }; pokemonMakers["Heliolisk"] = () => { return makeCharacter( "Heliolisk", "Pokemon", { "Heliolisk": { height: math.unit("39", "inches"), weight: math.unit("46.3", "lbs"), name: "Heliolisk", image: { source: "./media/pokemon/Heliolisk.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.9, "inches") }, { name: "Normal", height: math.unit(39, "inches"), default: true }, { name: "Macro", height: math.unit(3900.0, "inches") }, { name: "Megamacro", height: math.unit(195000.0, "inches") }, { name: "Gigamacro", height: math.unit(390000000.0, "inches") } ] ) }; pokemonMakers["Helioptile"] = () => { return makeCharacter( "Helioptile", "Pokemon", { "Helioptile": { height: math.unit("20", "inches"), weight: math.unit("13.2", "lbs"), name: "Helioptile", image: { source: "./media/pokemon/Helioptile.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.0, "inches") }, { name: "Normal", height: math.unit(20, "inches"), default: true }, { name: "Macro", height: math.unit(2000.0, "inches") }, { name: "Megamacro", height: math.unit(100000.0, "inches") }, { name: "Gigamacro", height: math.unit(200000000.0, "inches") } ] ) }; pokemonMakers["Heracross"] = () => { return makeCharacter( "Heracross", "Pokemon", { "Heracross": { height: math.unit("59", "inches"), weight: math.unit("119.0", "lbs"), name: "Heracross", image: { source: "./media/pokemon/Heracross.svg" }, rename: true }, "Mega Heracross": { height: math.unit("67", "inches"), weight: math.unit("137.8", "lbs"), name: "Mega Heracross", image: { source: "./media/pokemon/Mega Heracross.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(5.9, "inches") }, { name: "Normal", height: math.unit(59, "inches"), default: true }, { name: "Macro", height: math.unit(5900.0, "inches") }, { name: "Megamacro", height: math.unit(295000.0, "inches") }, { name: "Gigamacro", height: math.unit(590000000.0, "inches") } ] ) }; pokemonMakers["Herdier"] = () => { return makeCharacter( "Herdier", "Pokemon", { "Herdier": { height: math.unit("35", "inches"), weight: math.unit("32.4", "lbs"), name: "Herdier", image: { source: "./media/pokemon/Herdier.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.5, "inches") }, { name: "Normal", height: math.unit(35, "inches"), default: true }, { name: "Macro", height: math.unit(3500.0, "inches") }, { name: "Megamacro", height: math.unit(175000.0, "inches") }, { name: "Gigamacro", height: math.unit(350000000.0, "inches") } ] ) }; pokemonMakers["Hippopotas"] = () => { return makeCharacter( "Hippopotas", "Pokemon", { "Hippopotas": { height: math.unit("31", "inches"), weight: math.unit("109.1", "lbs"), name: "Hippopotas", image: { source: "./media/pokemon/Hippopotas.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.1, "inches") }, { name: "Normal", height: math.unit(31, "inches"), default: true }, { name: "Macro", height: math.unit(3100.0, "inches") }, { name: "Megamacro", height: math.unit(155000.0, "inches") }, { name: "Gigamacro", height: math.unit(310000000.0, "inches") } ] ) }; pokemonMakers["Hippowdon"] = () => { return makeCharacter( "Hippowdon", "Pokemon", { "Hippowdon": { height: math.unit("79", "inches"), weight: math.unit("661.4", "lbs"), name: "Hippowdon", image: { source: "./media/pokemon/Hippowdon.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(7.9, "inches") }, { name: "Normal", height: math.unit(79, "inches"), default: true }, { name: "Macro", height: math.unit(7900.0, "inches") }, { name: "Megamacro", height: math.unit(395000.0, "inches") }, { name: "Gigamacro", height: math.unit(790000000.0, "inches") } ] ) }; pokemonMakers["Hitmonchan"] = () => { return makeCharacter( "Hitmonchan", "Pokemon", { "Hitmonchan": { height: math.unit("55", "inches"), weight: math.unit("110.7", "lbs"), name: "Hitmonchan", image: { source: "./media/pokemon/Hitmonchan.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(5.5, "inches") }, { name: "Normal", height: math.unit(55, "inches"), default: true }, { name: "Macro", height: math.unit(5500.0, "inches") }, { name: "Megamacro", height: math.unit(275000.0, "inches") }, { name: "Gigamacro", height: math.unit(550000000.0, "inches") } ] ) }; pokemonMakers["Hitmonlee"] = () => { return makeCharacter( "Hitmonlee", "Pokemon", { "Hitmonlee": { height: math.unit("59", "inches"), weight: math.unit("109.8", "lbs"), name: "Hitmonlee", image: { source: "./media/pokemon/Hitmonlee.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(5.9, "inches") }, { name: "Normal", height: math.unit(59, "inches"), default: true }, { name: "Macro", height: math.unit(5900.0, "inches") }, { name: "Megamacro", height: math.unit(295000.0, "inches") }, { name: "Gigamacro", height: math.unit(590000000.0, "inches") } ] ) }; pokemonMakers["Hitmontop"] = () => { return makeCharacter( "Hitmontop", "Pokemon", { "Hitmontop": { height: math.unit("55", "inches"), weight: math.unit("105.8", "lbs"), name: "Hitmontop", image: { source: "./media/pokemon/Hitmontop.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(5.5, "inches") }, { name: "Normal", height: math.unit(55, "inches"), default: true }, { name: "Macro", height: math.unit(5500.0, "inches") }, { name: "Megamacro", height: math.unit(275000.0, "inches") }, { name: "Gigamacro", height: math.unit(550000000.0, "inches") } ] ) }; pokemonMakers["Ho-Oh"] = () => { return makeCharacter( "Ho-Oh", "Pokemon", { "Ho-Oh": { height: math.unit("150", "inches"), weight: math.unit("438.7", "lbs"), name: "Ho-Oh", image: { source: "./media/pokemon/Ho-Oh.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(15.0, "inches") }, { name: "Normal", height: math.unit(150, "inches"), default: true }, { name: "Macro", height: math.unit(15000.0, "inches") }, { name: "Megamacro", height: math.unit(750000.0, "inches") }, { name: "Gigamacro", height: math.unit(1500000000.0, "inches") } ] ) }; pokemonMakers["Honchkrow"] = () => { return makeCharacter( "Honchkrow", "Pokemon", { "Honchkrow": { height: math.unit("35", "inches"), weight: math.unit("60.2", "lbs"), name: "Honchkrow", image: { source: "./media/pokemon/Honchkrow.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.5, "inches") }, { name: "Normal", height: math.unit(35, "inches"), default: true }, { name: "Macro", height: math.unit(3500.0, "inches") }, { name: "Megamacro", height: math.unit(175000.0, "inches") }, { name: "Gigamacro", height: math.unit(350000000.0, "inches") } ] ) }; pokemonMakers["Honedge"] = () => { return makeCharacter( "Honedge", "Pokemon", { "Honedge": { height: math.unit("31", "inches"), weight: math.unit("4.4", "lbs"), name: "Honedge", image: { source: "./media/pokemon/Honedge.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.1, "inches") }, { name: "Normal", height: math.unit(31, "inches"), default: true }, { name: "Macro", height: math.unit(3100.0, "inches") }, { name: "Megamacro", height: math.unit(155000.0, "inches") }, { name: "Gigamacro", height: math.unit(310000000.0, "inches") } ] ) }; pokemonMakers["Hoopa"] = () => { return makeCharacter( "Hoopa", "Pokemon", { "Hoopa Confined": { height: math.unit("20", "inches"), weight: math.unit("19.8", "lbs"), name: "Hoopa Confined", image: { source: "./media/pokemon/Hoopa Confined.svg" }, rename: true }, "Hoopa Unbound": { height: math.unit("256", "inches"), weight: math.unit("1080.3", "lbs"), name: "Hoopa Unbound", image: { source: "./media/pokemon/Hoopa Unbound.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.0, "inches") }, { name: "Normal", height: math.unit(20, "inches"), default: true }, { name: "Macro", height: math.unit(2000.0, "inches") }, { name: "Megamacro", height: math.unit(100000.0, "inches") }, { name: "Gigamacro", height: math.unit(200000000.0, "inches") } ] ) }; pokemonMakers["Hoothoot"] = () => { return makeCharacter( "Hoothoot", "Pokemon", { "Hoothoot": { height: math.unit("28", "inches"), weight: math.unit("46.7", "lbs"), name: "Hoothoot", image: { source: "./media/pokemon/Hoothoot.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.8, "inches") }, { name: "Normal", height: math.unit(28, "inches"), default: true }, { name: "Macro", height: math.unit(2800.0, "inches") }, { name: "Megamacro", height: math.unit(140000.0, "inches") }, { name: "Gigamacro", height: math.unit(280000000.0, "inches") } ] ) }; pokemonMakers["Hoppip"] = () => { return makeCharacter( "Hoppip", "Pokemon", { "Hoppip": { height: math.unit("16", "inches"), weight: math.unit("1.1", "lbs"), name: "Hoppip", image: { source: "./media/pokemon/Hoppip.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(1.6, "inches") }, { name: "Normal", height: math.unit(16, "inches"), default: true }, { name: "Macro", height: math.unit(1600.0, "inches") }, { name: "Megamacro", height: math.unit(80000.0, "inches") }, { name: "Gigamacro", height: math.unit(160000000.0, "inches") } ] ) }; pokemonMakers["Horsea"] = () => { return makeCharacter( "Horsea", "Pokemon", { "Horsea": { height: math.unit("16", "inches"), weight: math.unit("17.6", "lbs"), name: "Horsea", image: { source: "./media/pokemon/Horsea.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(1.6, "inches") }, { name: "Normal", height: math.unit(16, "inches"), default: true }, { name: "Macro", height: math.unit(1600.0, "inches") }, { name: "Megamacro", height: math.unit(80000.0, "inches") }, { name: "Gigamacro", height: math.unit(160000000.0, "inches") } ] ) }; pokemonMakers["Houndoom"] = () => { return makeCharacter( "Houndoom", "Pokemon", { "Houndoom": { height: math.unit("55", "inches"), weight: math.unit("77.2", "lbs"), name: "Houndoom", image: { source: "./media/pokemon/Houndoom.svg" }, rename: true }, "Mega Houndoom": { height: math.unit("75", "inches"), weight: math.unit("109.1", "lbs"), name: "Mega Houndoom", image: { source: "./media/pokemon/Mega Houndoom.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(5.5, "inches") }, { name: "Normal", height: math.unit(55, "inches"), default: true }, { name: "Macro", height: math.unit(5500.0, "inches") }, { name: "Megamacro", height: math.unit(275000.0, "inches") }, { name: "Gigamacro", height: math.unit(550000000.0, "inches") } ] ) }; pokemonMakers["Houndour"] = () => { return makeCharacter( "Houndour", "Pokemon", { "Houndour": { height: math.unit("24", "inches"), weight: math.unit("23.8", "lbs"), name: "Houndour", image: { source: "./media/pokemon/Houndour.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.4, "inches") }, { name: "Normal", height: math.unit(24, "inches"), default: true }, { name: "Macro", height: math.unit(2400.0, "inches") }, { name: "Megamacro", height: math.unit(120000.0, "inches") }, { name: "Gigamacro", height: math.unit(240000000.0, "inches") } ] ) }; pokemonMakers["Huntail"] = () => { return makeCharacter( "Huntail", "Pokemon", { "Huntail": { height: math.unit("67", "inches"), weight: math.unit("59.5", "lbs"), name: "Huntail", image: { source: "./media/pokemon/Huntail.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(6.7, "inches") }, { name: "Normal", height: math.unit(67, "inches"), default: true }, { name: "Macro", height: math.unit(6700.0, "inches") }, { name: "Megamacro", height: math.unit(335000.0, "inches") }, { name: "Gigamacro", height: math.unit(670000000.0, "inches") } ] ) }; pokemonMakers["Hydreigon"] = () => { return makeCharacter( "Hydreigon", "Pokemon", { "Hydreigon": { height: math.unit("71", "inches"), weight: math.unit("352.7", "lbs"), name: "Hydreigon", image: { source: "./media/pokemon/Hydreigon.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(7.1, "inches") }, { name: "Normal", height: math.unit(71, "inches"), default: true }, { name: "Macro", height: math.unit(7100.0, "inches") }, { name: "Megamacro", height: math.unit(355000.0, "inches") }, { name: "Gigamacro", height: math.unit(710000000.0, "inches") } ] ) }; pokemonMakers["Hypno"] = () => { return makeCharacter( "Hypno", "Pokemon", { "Hypno": { height: math.unit("63", "inches"), weight: math.unit("166.7", "lbs"), name: "Hypno", image: { source: "./media/pokemon/Hypno.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(6.3, "inches") }, { name: "Normal", height: math.unit(63, "inches"), default: true }, { name: "Macro", height: math.unit(6300.0, "inches") }, { name: "Megamacro", height: math.unit(315000.0, "inches") }, { name: "Gigamacro", height: math.unit(630000000.0, "inches") } ] ) }; pokemonMakers["Igglybuff"] = () => { return makeCharacter( "Igglybuff", "Pokemon", { "Igglybuff": { height: math.unit("12", "inches"), weight: math.unit("2.2", "lbs"), name: "Igglybuff", image: { source: "./media/pokemon/Igglybuff.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(1.2, "inches") }, { name: "Normal", height: math.unit(12, "inches"), default: true }, { name: "Macro", height: math.unit(1200.0, "inches") }, { name: "Megamacro", height: math.unit(60000.0, "inches") }, { name: "Gigamacro", height: math.unit(120000000.0, "inches") } ] ) }; pokemonMakers["Illumise"] = () => { return makeCharacter( "Illumise", "Pokemon", { "Illumise": { height: math.unit("24", "inches"), weight: math.unit("39.0", "lbs"), name: "Illumise", image: { source: "./media/pokemon/Illumise.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.4, "inches") }, { name: "Normal", height: math.unit(24, "inches"), default: true }, { name: "Macro", height: math.unit(2400.0, "inches") }, { name: "Megamacro", height: math.unit(120000.0, "inches") }, { name: "Gigamacro", height: math.unit(240000000.0, "inches") } ] ) }; pokemonMakers["Impidimp"] = () => { return makeCharacter( "Impidimp", "Pokemon", { "Impidimp": { height: math.unit("16", "inches"), weight: math.unit("12.1", "lbs"), name: "Impidimp", image: { source: "./media/pokemon/Impidimp.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(1.6, "inches") }, { name: "Normal", height: math.unit(16, "inches"), default: true }, { name: "Macro", height: math.unit(1600.0, "inches") }, { name: "Megamacro", height: math.unit(80000.0, "inches") }, { name: "Gigamacro", height: math.unit(160000000.0, "inches") } ] ) }; pokemonMakers["Incineroar"] = () => { return makeCharacter( "Incineroar", "Pokemon", { "Incineroar": { height: math.unit("71", "inches"), weight: math.unit("183.0", "lbs"), name: "Incineroar", image: { source: "./media/pokemon/Incineroar.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(7.1, "inches") }, { name: "Normal", height: math.unit(71, "inches"), default: true }, { name: "Macro", height: math.unit(7100.0, "inches") }, { name: "Megamacro", height: math.unit(355000.0, "inches") }, { name: "Gigamacro", height: math.unit(710000000.0, "inches") } ] ) }; pokemonMakers["Indeedee"] = () => { return makeCharacter( "Indeedee", "Pokemon", { "Female": { height: math.unit("35", "inches"), weight: math.unit("61.7", "lbs"), name: "Female", image: { source: "./media/pokemon/Indeedee - Female.svg" }, rename: true }, "Male": { height: math.unit("35", "inches"), weight: math.unit("61.7", "lbs"), name: "Male", image: { source: "./media/pokemon/Indeedee - Male.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.5, "inches") }, { name: "Normal", height: math.unit(35, "inches"), default: true }, { name: "Macro", height: math.unit(3500.0, "inches") }, { name: "Megamacro", height: math.unit(175000.0, "inches") }, { name: "Gigamacro", height: math.unit(350000000.0, "inches") } ] ) }; pokemonMakers["Infernape"] = () => { return makeCharacter( "Infernape", "Pokemon", { "Infernape": { height: math.unit("47", "inches"), weight: math.unit("121.3", "lbs"), name: "Infernape", image: { source: "./media/pokemon/Infernape.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(4.7, "inches") }, { name: "Normal", height: math.unit(47, "inches"), default: true }, { name: "Macro", height: math.unit(4700.0, "inches") }, { name: "Megamacro", height: math.unit(235000.0, "inches") }, { name: "Gigamacro", height: math.unit(470000000.0, "inches") } ] ) }; pokemonMakers["Inkay"] = () => { return makeCharacter( "Inkay", "Pokemon", { "Inkay": { height: math.unit("16", "inches"), weight: math.unit("7.7", "lbs"), name: "Inkay", image: { source: "./media/pokemon/Inkay.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(1.6, "inches") }, { name: "Normal", height: math.unit(16, "inches"), default: true }, { name: "Macro", height: math.unit(1600.0, "inches") }, { name: "Megamacro", height: math.unit(80000.0, "inches") }, { name: "Gigamacro", height: math.unit(160000000.0, "inches") } ] ) }; pokemonMakers["Inteleon"] = () => { return makeCharacter( "Inteleon", "Pokemon", { "Inteleon": { height: math.unit("75", "inches"), weight: math.unit("99.6", "lbs"), name: "Inteleon", image: { source: "./media/pokemon/Inteleon.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(7.5, "inches") }, { name: "Normal", height: math.unit(75, "inches"), default: true }, { name: "Macro", height: math.unit(7500.0, "inches") }, { name: "Megamacro", height: math.unit(375000.0, "inches") }, { name: "Gigamacro", height: math.unit(750000000.0, "inches") } ] ) }; pokemonMakers["Ivysaur"] = () => { return makeCharacter( "Ivysaur", "Pokemon", { "Ivysaur": { height: math.unit("39", "inches"), weight: math.unit("28.7", "lbs"), name: "Ivysaur", image: { source: "./media/pokemon/Ivysaur.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.9, "inches") }, { name: "Normal", height: math.unit(39, "inches"), default: true }, { name: "Macro", height: math.unit(3900.0, "inches") }, { name: "Megamacro", height: math.unit(195000.0, "inches") }, { name: "Gigamacro", height: math.unit(390000000.0, "inches") } ] ) }; pokemonMakers["Jangmo-o"] = () => { return makeCharacter( "Jangmo-o", "Pokemon", { "Jangmo-o": { height: math.unit("24", "inches"), weight: math.unit("65.5", "lbs"), name: "Jangmo-o", image: { source: "./media/pokemon/Jangmo-o.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.4, "inches") }, { name: "Normal", height: math.unit(24, "inches"), default: true }, { name: "Macro", height: math.unit(2400.0, "inches") }, { name: "Megamacro", height: math.unit(120000.0, "inches") }, { name: "Gigamacro", height: math.unit(240000000.0, "inches") } ] ) }; pokemonMakers["Jellicent"] = () => { return makeCharacter( "Jellicent", "Pokemon", { "Jellicent": { height: math.unit("87", "inches"), weight: math.unit("297.6", "lbs"), name: "Jellicent", image: { source: "./media/pokemon/Jellicent.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(8.7, "inches") }, { name: "Normal", height: math.unit(87, "inches"), default: true }, { name: "Macro", height: math.unit(8700.0, "inches") }, { name: "Megamacro", height: math.unit(435000.0, "inches") }, { name: "Gigamacro", height: math.unit(870000000.0, "inches") } ] ) }; pokemonMakers["Jigglypuff"] = () => { return makeCharacter( "Jigglypuff", "Pokemon", { "Jigglypuff": { height: math.unit("20", "inches"), weight: math.unit("12.1", "lbs"), name: "Jigglypuff", image: { source: "./media/pokemon/Jigglypuff.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.0, "inches") }, { name: "Normal", height: math.unit(20, "inches"), default: true }, { name: "Macro", height: math.unit(2000.0, "inches") }, { name: "Megamacro", height: math.unit(100000.0, "inches") }, { name: "Gigamacro", height: math.unit(200000000.0, "inches") } ] ) }; pokemonMakers["Jirachi"] = () => { return makeCharacter( "Jirachi", "Pokemon", { "Jirachi": { height: math.unit("12", "inches"), weight: math.unit("2.4", "lbs"), name: "Jirachi", image: { source: "./media/pokemon/Jirachi.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(1.2, "inches") }, { name: "Normal", height: math.unit(12, "inches"), default: true }, { name: "Macro", height: math.unit(1200.0, "inches") }, { name: "Megamacro", height: math.unit(60000.0, "inches") }, { name: "Gigamacro", height: math.unit(120000000.0, "inches") } ] ) }; pokemonMakers["Jolteon"] = () => { return makeCharacter( "Jolteon", "Pokemon", { "Jolteon": { height: math.unit("31", "inches"), weight: math.unit("54.0", "lbs"), name: "Jolteon", image: { source: "./media/pokemon/Jolteon.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.1, "inches") }, { name: "Normal", height: math.unit(31, "inches"), default: true }, { name: "Macro", height: math.unit(3100.0, "inches") }, { name: "Megamacro", height: math.unit(155000.0, "inches") }, { name: "Gigamacro", height: math.unit(310000000.0, "inches") } ] ) }; pokemonMakers["Joltik"] = () => { return makeCharacter( "Joltik", "Pokemon", { "Joltik": { height: math.unit("4", "inches"), weight: math.unit("1.3", "lbs"), name: "Joltik", image: { source: "./media/pokemon/Joltik.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(0.4, "inches") }, { name: "Normal", height: math.unit(4, "inches"), default: true }, { name: "Macro", height: math.unit(400.0, "inches") }, { name: "Megamacro", height: math.unit(20000.0, "inches") }, { name: "Gigamacro", height: math.unit(40000000.0, "inches") } ] ) }; pokemonMakers["Jumpluff"] = () => { return makeCharacter( "Jumpluff", "Pokemon", { "Jumpluff": { height: math.unit("31", "inches"), weight: math.unit("6.6", "lbs"), name: "Jumpluff", image: { source: "./media/pokemon/Jumpluff.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.1, "inches") }, { name: "Normal", height: math.unit(31, "inches"), default: true }, { name: "Macro", height: math.unit(3100.0, "inches") }, { name: "Megamacro", height: math.unit(155000.0, "inches") }, { name: "Gigamacro", height: math.unit(310000000.0, "inches") } ] ) }; pokemonMakers["Jynx"] = () => { return makeCharacter( "Jynx", "Pokemon", { "Jynx": { height: math.unit("55", "inches"), weight: math.unit("89.5", "lbs"), name: "Jynx", image: { source: "./media/pokemon/Jynx.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(5.5, "inches") }, { name: "Normal", height: math.unit(55, "inches"), default: true }, { name: "Macro", height: math.unit(5500.0, "inches") }, { name: "Megamacro", height: math.unit(275000.0, "inches") }, { name: "Gigamacro", height: math.unit(550000000.0, "inches") } ] ) }; pokemonMakers["Kabuto"] = () => { return makeCharacter( "Kabuto", "Pokemon", { "Kabuto": { height: math.unit("20", "inches"), weight: math.unit("25.4", "lbs"), name: "Kabuto", image: { source: "./media/pokemon/Kabuto.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.0, "inches") }, { name: "Normal", height: math.unit(20, "inches"), default: true }, { name: "Macro", height: math.unit(2000.0, "inches") }, { name: "Megamacro", height: math.unit(100000.0, "inches") }, { name: "Gigamacro", height: math.unit(200000000.0, "inches") } ] ) }; pokemonMakers["Kabutops"] = () => { return makeCharacter( "Kabutops", "Pokemon", { "Kabutops": { height: math.unit("51", "inches"), weight: math.unit("89.3", "lbs"), name: "Kabutops", image: { source: "./media/pokemon/Kabutops.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(5.1, "inches") }, { name: "Normal", height: math.unit(51, "inches"), default: true }, { name: "Macro", height: math.unit(5100.0, "inches") }, { name: "Megamacro", height: math.unit(255000.0, "inches") }, { name: "Gigamacro", height: math.unit(510000000.0, "inches") } ] ) }; pokemonMakers["Kadabra"] = () => { return makeCharacter( "Kadabra", "Pokemon", { "Kadabra": { height: math.unit("51", "inches"), weight: math.unit("124.6", "lbs"), name: "Kadabra", image: { source: "./media/pokemon/Kadabra.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(5.1, "inches") }, { name: "Normal", height: math.unit(51, "inches"), default: true }, { name: "Macro", height: math.unit(5100.0, "inches") }, { name: "Megamacro", height: math.unit(255000.0, "inches") }, { name: "Gigamacro", height: math.unit(510000000.0, "inches") } ] ) }; pokemonMakers["Kakuna"] = () => { return makeCharacter( "Kakuna", "Pokemon", { "Kakuna": { height: math.unit("24", "inches"), weight: math.unit("22.0", "lbs"), name: "Kakuna", image: { source: "./media/pokemon/Kakuna.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.4, "inches") }, { name: "Normal", height: math.unit(24, "inches"), default: true }, { name: "Macro", height: math.unit(2400.0, "inches") }, { name: "Megamacro", height: math.unit(120000.0, "inches") }, { name: "Gigamacro", height: math.unit(240000000.0, "inches") } ] ) }; pokemonMakers["Kangaskhan"] = () => { return makeCharacter( "Kangaskhan", "Pokemon", { "Kangaskhan": { height: math.unit("87", "inches"), weight: math.unit("176.4", "lbs"), name: "Kangaskhan", image: { source: "./media/pokemon/Kangaskhan.svg" }, rename: true }, "Mega Kangaskhan": { height: math.unit("87", "inches"), weight: math.unit("220.5", "lbs"), name: "Mega Kangaskhan", image: { source: "./media/pokemon/Mega Kangaskhan.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(8.7, "inches") }, { name: "Normal", height: math.unit(87, "inches"), default: true }, { name: "Macro", height: math.unit(8700.0, "inches") }, { name: "Megamacro", height: math.unit(435000.0, "inches") }, { name: "Gigamacro", height: math.unit(870000000.0, "inches") } ] ) }; pokemonMakers["Karrablast"] = () => { return makeCharacter( "Karrablast", "Pokemon", { "Karrablast": { height: math.unit("20", "inches"), weight: math.unit("13.0", "lbs"), name: "Karrablast", image: { source: "./media/pokemon/Karrablast.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.0, "inches") }, { name: "Normal", height: math.unit(20, "inches"), default: true }, { name: "Macro", height: math.unit(2000.0, "inches") }, { name: "Megamacro", height: math.unit(100000.0, "inches") }, { name: "Gigamacro", height: math.unit(200000000.0, "inches") } ] ) }; pokemonMakers["Kartana"] = () => { return makeCharacter( "Kartana", "Pokemon", { "Kartana": { height: math.unit("12", "inches"), weight: math.unit("0.2", "lbs"), name: "Kartana", image: { source: "./media/pokemon/Kartana.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(1.2, "inches") }, { name: "Normal", height: math.unit(12, "inches"), default: true }, { name: "Macro", height: math.unit(1200.0, "inches") }, { name: "Megamacro", height: math.unit(60000.0, "inches") }, { name: "Gigamacro", height: math.unit(120000000.0, "inches") } ] ) }; pokemonMakers["Kecleon"] = () => { return makeCharacter( "Kecleon", "Pokemon", { "Kecleon": { height: math.unit("39", "inches"), weight: math.unit("48.5", "lbs"), name: "Kecleon", image: { source: "./media/pokemon/Kecleon.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.9, "inches") }, { name: "Normal", height: math.unit(39, "inches"), default: true }, { name: "Macro", height: math.unit(3900.0, "inches") }, { name: "Megamacro", height: math.unit(195000.0, "inches") }, { name: "Gigamacro", height: math.unit(390000000.0, "inches") } ] ) }; pokemonMakers["Keldeo"] = () => { return makeCharacter( "Keldeo", "Pokemon", { "Ordinary Form": { height: math.unit("55", "inches"), weight: math.unit("106.9", "lbs"), name: "Ordinary Form", image: { source: "./media/pokemon/Keldeo - Ordinary Form.svg" }, rename: true }, "Resolute Form": { height: math.unit("55", "inches"), weight: math.unit("106.9", "lbs"), name: "Resolute Form", image: { source: "./media/pokemon/Keldeo - Resolute Form.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(5.5, "inches") }, { name: "Normal", height: math.unit(55, "inches"), default: true }, { name: "Macro", height: math.unit(5500.0, "inches") }, { name: "Megamacro", height: math.unit(275000.0, "inches") }, { name: "Gigamacro", height: math.unit(550000000.0, "inches") } ] ) }; pokemonMakers["Kingdra"] = () => { return makeCharacter( "Kingdra", "Pokemon", { "Kingdra": { height: math.unit("71", "inches"), weight: math.unit("335.1", "lbs"), name: "Kingdra", image: { source: "./media/pokemon/Kingdra.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(7.1, "inches") }, { name: "Normal", height: math.unit(71, "inches"), default: true }, { name: "Macro", height: math.unit(7100.0, "inches") }, { name: "Megamacro", height: math.unit(355000.0, "inches") }, { name: "Gigamacro", height: math.unit(710000000.0, "inches") } ] ) }; pokemonMakers["Kirlia"] = () => { return makeCharacter( "Kirlia", "Pokemon", { "Kirlia": { height: math.unit("31", "inches"), weight: math.unit("44.5", "lbs"), name: "Kirlia", image: { source: "./media/pokemon/Kirlia.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.1, "inches") }, { name: "Normal", height: math.unit(31, "inches"), default: true }, { name: "Macro", height: math.unit(3100.0, "inches") }, { name: "Megamacro", height: math.unit(155000.0, "inches") }, { name: "Gigamacro", height: math.unit(310000000.0, "inches") } ] ) }; pokemonMakers["Klang"] = () => { return makeCharacter( "Klang", "Pokemon", { "Klang": { height: math.unit("24", "inches"), weight: math.unit("112.4", "lbs"), name: "Klang", image: { source: "./media/pokemon/Klang.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.4, "inches") }, { name: "Normal", height: math.unit(24, "inches"), default: true }, { name: "Macro", height: math.unit(2400.0, "inches") }, { name: "Megamacro", height: math.unit(120000.0, "inches") }, { name: "Gigamacro", height: math.unit(240000000.0, "inches") } ] ) }; pokemonMakers["Klefki"] = () => { return makeCharacter( "Klefki", "Pokemon", { "Klefki": { height: math.unit("8", "inches"), weight: math.unit("6.6", "lbs"), name: "Klefki", image: { source: "./media/pokemon/Klefki.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(0.8, "inches") }, { name: "Normal", height: math.unit(8, "inches"), default: true }, { name: "Macro", height: math.unit(800.0, "inches") }, { name: "Megamacro", height: math.unit(40000.0, "inches") }, { name: "Gigamacro", height: math.unit(80000000.0, "inches") } ] ) }; pokemonMakers["Klink"] = () => { return makeCharacter( "Klink", "Pokemon", { "Klink": { height: math.unit("12", "inches"), weight: math.unit("46.3", "lbs"), name: "Klink", image: { source: "./media/pokemon/Klink.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(1.2, "inches") }, { name: "Normal", height: math.unit(12, "inches"), default: true }, { name: "Macro", height: math.unit(1200.0, "inches") }, { name: "Megamacro", height: math.unit(60000.0, "inches") }, { name: "Gigamacro", height: math.unit(120000000.0, "inches") } ] ) }; pokemonMakers["Klinklang"] = () => { return makeCharacter( "Klinklang", "Pokemon", { "Klinklang": { height: math.unit("24", "inches"), weight: math.unit("178.6", "lbs"), name: "Klinklang", image: { source: "./media/pokemon/Klinklang.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.4, "inches") }, { name: "Normal", height: math.unit(24, "inches"), default: true }, { name: "Macro", height: math.unit(2400.0, "inches") }, { name: "Megamacro", height: math.unit(120000.0, "inches") }, { name: "Gigamacro", height: math.unit(240000000.0, "inches") } ] ) }; pokemonMakers["Koffing"] = () => { return makeCharacter( "Koffing", "Pokemon", { "Koffing": { height: math.unit("24", "inches"), weight: math.unit("2.2", "lbs"), name: "Koffing", image: { source: "./media/pokemon/Koffing.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.4, "inches") }, { name: "Normal", height: math.unit(24, "inches"), default: true }, { name: "Macro", height: math.unit(2400.0, "inches") }, { name: "Megamacro", height: math.unit(120000.0, "inches") }, { name: "Gigamacro", height: math.unit(240000000.0, "inches") } ] ) }; pokemonMakers["Komala"] = () => { return makeCharacter( "Komala", "Pokemon", { "Komala": { height: math.unit("16", "inches"), weight: math.unit("43.9", "lbs"), name: "Komala", image: { source: "./media/pokemon/Komala.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(1.6, "inches") }, { name: "Normal", height: math.unit(16, "inches"), default: true }, { name: "Macro", height: math.unit(1600.0, "inches") }, { name: "Megamacro", height: math.unit(80000.0, "inches") }, { name: "Gigamacro", height: math.unit(160000000.0, "inches") } ] ) }; pokemonMakers["Kommo-o"] = () => { return makeCharacter( "Kommo-o", "Pokemon", { "Kommo-o": { height: math.unit("63", "inches"), weight: math.unit("172.4", "lbs"), name: "Kommo-o", image: { source: "./media/pokemon/Kommo-o.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(6.3, "inches") }, { name: "Normal", height: math.unit(63, "inches"), default: true }, { name: "Macro", height: math.unit(6300.0, "inches") }, { name: "Megamacro", height: math.unit(315000.0, "inches") }, { name: "Gigamacro", height: math.unit(630000000.0, "inches") } ] ) }; pokemonMakers["Krabby"] = () => { return makeCharacter( "Krabby", "Pokemon", { "Krabby": { height: math.unit("16", "inches"), weight: math.unit("14.3", "lbs"), name: "Krabby", image: { source: "./media/pokemon/Krabby.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(1.6, "inches") }, { name: "Normal", height: math.unit(16, "inches"), default: true }, { name: "Macro", height: math.unit(1600.0, "inches") }, { name: "Megamacro", height: math.unit(80000.0, "inches") }, { name: "Gigamacro", height: math.unit(160000000.0, "inches") } ] ) }; pokemonMakers["Kricketot"] = () => { return makeCharacter( "Kricketot", "Pokemon", { "Kricketot": { height: math.unit("12", "inches"), weight: math.unit("4.9", "lbs"), name: "Kricketot", image: { source: "./media/pokemon/Kricketot.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(1.2, "inches") }, { name: "Normal", height: math.unit(12, "inches"), default: true }, { name: "Macro", height: math.unit(1200.0, "inches") }, { name: "Megamacro", height: math.unit(60000.0, "inches") }, { name: "Gigamacro", height: math.unit(120000000.0, "inches") } ] ) }; pokemonMakers["Kricketune"] = () => { return makeCharacter( "Kricketune", "Pokemon", { "Kricketune": { height: math.unit("39", "inches"), weight: math.unit("56.2", "lbs"), name: "Kricketune", image: { source: "./media/pokemon/Kricketune.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.9, "inches") }, { name: "Normal", height: math.unit(39, "inches"), default: true }, { name: "Macro", height: math.unit(3900.0, "inches") }, { name: "Megamacro", height: math.unit(195000.0, "inches") }, { name: "Gigamacro", height: math.unit(390000000.0, "inches") } ] ) }; pokemonMakers["Krokorok"] = () => { return makeCharacter( "Krokorok", "Pokemon", { "Krokorok": { height: math.unit("39", "inches"), weight: math.unit("73.6", "lbs"), name: "Krokorok", image: { source: "./media/pokemon/Krokorok.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.9, "inches") }, { name: "Normal", height: math.unit(39, "inches"), default: true }, { name: "Macro", height: math.unit(3900.0, "inches") }, { name: "Megamacro", height: math.unit(195000.0, "inches") }, { name: "Gigamacro", height: math.unit(390000000.0, "inches") } ] ) }; pokemonMakers["Krookodile"] = () => { return makeCharacter( "Krookodile", "Pokemon", { "Krookodile": { height: math.unit("59", "inches"), weight: math.unit("212.3", "lbs"), name: "Krookodile", image: { source: "./media/pokemon/Krookodile.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(5.9, "inches") }, { name: "Normal", height: math.unit(59, "inches"), default: true }, { name: "Macro", height: math.unit(5900.0, "inches") }, { name: "Megamacro", height: math.unit(295000.0, "inches") }, { name: "Gigamacro", height: math.unit(590000000.0, "inches") } ] ) }; pokemonMakers["Kyogre"] = () => { return makeCharacter( "Kyogre", "Pokemon", { "Kyogre": { height: math.unit("177", "inches"), weight: math.unit("776.0", "lbs"), name: "Kyogre", image: { source: "./media/pokemon/Kyogre.svg" }, rename: true }, "Primal Kyogre": { height: math.unit("386", "inches"), weight: math.unit("948.0", "lbs"), name: "Primal Kyogre", image: { source: "./media/pokemon/Primal Kyogre.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(17.7, "inches") }, { name: "Normal", height: math.unit(177, "inches"), default: true }, { name: "Macro", height: math.unit(17700.0, "inches") }, { name: "Megamacro", height: math.unit(885000.0, "inches") }, { name: "Gigamacro", height: math.unit(1770000000.0, "inches") } ] ) }; pokemonMakers["Lairon"] = () => { return makeCharacter( "Lairon", "Pokemon", { "Lairon": { height: math.unit("35", "inches"), weight: math.unit("264.6", "lbs"), name: "Lairon", image: { source: "./media/pokemon/Lairon.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.5, "inches") }, { name: "Normal", height: math.unit(35, "inches"), default: true }, { name: "Macro", height: math.unit(3500.0, "inches") }, { name: "Megamacro", height: math.unit(175000.0, "inches") }, { name: "Gigamacro", height: math.unit(350000000.0, "inches") } ] ) }; pokemonMakers["Lampent"] = () => { return makeCharacter( "Lampent", "Pokemon", { "Lampent": { height: math.unit("24", "inches"), weight: math.unit("28.7", "lbs"), name: "Lampent", image: { source: "./media/pokemon/Lampent.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.4, "inches") }, { name: "Normal", height: math.unit(24, "inches"), default: true }, { name: "Macro", height: math.unit(2400.0, "inches") }, { name: "Megamacro", height: math.unit(120000.0, "inches") }, { name: "Gigamacro", height: math.unit(240000000.0, "inches") } ] ) }; pokemonMakers["Landorus"] = () => { return makeCharacter( "Landorus", "Pokemon", { "Incarnate Forme": { height: math.unit("59", "inches"), weight: math.unit("149.9", "lbs"), name: "Incarnate Forme", image: { source: "./media/pokemon/Landorus - Incarnate Forme.svg" }, rename: true }, "Therian Forme": { height: math.unit("51", "inches"), weight: math.unit("149.9", "lbs"), name: "Therian Forme", image: { source: "./media/pokemon/Landorus - Therian Forme.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(5.9, "inches") }, { name: "Normal", height: math.unit(59, "inches"), default: true }, { name: "Macro", height: math.unit(5900.0, "inches") }, { name: "Megamacro", height: math.unit(295000.0, "inches") }, { name: "Gigamacro", height: math.unit(590000000.0, "inches") } ] ) }; pokemonMakers["Lanturn"] = () => { return makeCharacter( "Lanturn", "Pokemon", { "Lanturn": { height: math.unit("47", "inches"), weight: math.unit("49.6", "lbs"), name: "Lanturn", image: { source: "./media/pokemon/Lanturn.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(4.7, "inches") }, { name: "Normal", height: math.unit(47, "inches"), default: true }, { name: "Macro", height: math.unit(4700.0, "inches") }, { name: "Megamacro", height: math.unit(235000.0, "inches") }, { name: "Gigamacro", height: math.unit(470000000.0, "inches") } ] ) }; pokemonMakers["Larvesta"] = () => { return makeCharacter( "Larvesta", "Pokemon", { "Larvesta": { height: math.unit("43", "inches"), weight: math.unit("63.5", "lbs"), name: "Larvesta", image: { source: "./media/pokemon/Larvesta.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(4.3, "inches") }, { name: "Normal", height: math.unit(43, "inches"), default: true }, { name: "Macro", height: math.unit(4300.0, "inches") }, { name: "Megamacro", height: math.unit(215000.0, "inches") }, { name: "Gigamacro", height: math.unit(430000000.0, "inches") } ] ) }; pokemonMakers["Larvitar"] = () => { return makeCharacter( "Larvitar", "Pokemon", { "Larvitar": { height: math.unit("24", "inches"), weight: math.unit("158.7", "lbs"), name: "Larvitar", image: { source: "./media/pokemon/Larvitar.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.4, "inches") }, { name: "Normal", height: math.unit(24, "inches"), default: true }, { name: "Macro", height: math.unit(2400.0, "inches") }, { name: "Megamacro", height: math.unit(120000.0, "inches") }, { name: "Gigamacro", height: math.unit(240000000.0, "inches") } ] ) }; pokemonMakers["Latias"] = () => { return makeCharacter( "Latias", "Pokemon", { "Latias": { height: math.unit("55", "inches"), weight: math.unit("88.2", "lbs"), name: "Latias", image: { source: "./media/pokemon/Latias.svg" }, rename: true }, "Mega Latias": { height: math.unit("71", "inches"), weight: math.unit("114.6", "lbs"), name: "Mega Latias", image: { source: "./media/pokemon/Mega Latias.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(5.5, "inches") }, { name: "Normal", height: math.unit(55, "inches"), default: true }, { name: "Macro", height: math.unit(5500.0, "inches") }, { name: "Megamacro", height: math.unit(275000.0, "inches") }, { name: "Gigamacro", height: math.unit(550000000.0, "inches") } ] ) }; pokemonMakers["Latios"] = () => { return makeCharacter( "Latios", "Pokemon", { "Latios": { height: math.unit("79", "inches"), weight: math.unit("132.3", "lbs"), name: "Latios", image: { source: "./media/pokemon/Latios.svg" }, rename: true }, "Mega Latios": { height: math.unit("91", "inches"), weight: math.unit("154.3", "lbs"), name: "Mega Latios", image: { source: "./media/pokemon/Mega Latios.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(7.9, "inches") }, { name: "Normal", height: math.unit(79, "inches"), default: true }, { name: "Macro", height: math.unit(7900.0, "inches") }, { name: "Megamacro", height: math.unit(395000.0, "inches") }, { name: "Gigamacro", height: math.unit(790000000.0, "inches") } ] ) }; pokemonMakers["Leafeon"] = () => { return makeCharacter( "Leafeon", "Pokemon", { "Leafeon": { height: math.unit("39", "inches"), weight: math.unit("56.2", "lbs"), name: "Leafeon", image: { source: "./media/pokemon/Leafeon.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.9, "inches") }, { name: "Normal", height: math.unit(39, "inches"), default: true }, { name: "Macro", height: math.unit(3900.0, "inches") }, { name: "Megamacro", height: math.unit(195000.0, "inches") }, { name: "Gigamacro", height: math.unit(390000000.0, "inches") } ] ) }; pokemonMakers["Leavanny"] = () => { return makeCharacter( "Leavanny", "Pokemon", { "Leavanny": { height: math.unit("47", "inches"), weight: math.unit("45.2", "lbs"), name: "Leavanny", image: { source: "./media/pokemon/Leavanny.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(4.7, "inches") }, { name: "Normal", height: math.unit(47, "inches"), default: true }, { name: "Macro", height: math.unit(4700.0, "inches") }, { name: "Megamacro", height: math.unit(235000.0, "inches") }, { name: "Gigamacro", height: math.unit(470000000.0, "inches") } ] ) }; pokemonMakers["Ledian"] = () => { return makeCharacter( "Ledian", "Pokemon", { "Ledian": { height: math.unit("55", "inches"), weight: math.unit("78.5", "lbs"), name: "Ledian", image: { source: "./media/pokemon/Ledian.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(5.5, "inches") }, { name: "Normal", height: math.unit(55, "inches"), default: true }, { name: "Macro", height: math.unit(5500.0, "inches") }, { name: "Megamacro", height: math.unit(275000.0, "inches") }, { name: "Gigamacro", height: math.unit(550000000.0, "inches") } ] ) }; pokemonMakers["Ledyba"] = () => { return makeCharacter( "Ledyba", "Pokemon", { "Ledyba": { height: math.unit("39", "inches"), weight: math.unit("23.8", "lbs"), name: "Ledyba", image: { source: "./media/pokemon/Ledyba.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.9, "inches") }, { name: "Normal", height: math.unit(39, "inches"), default: true }, { name: "Macro", height: math.unit(3900.0, "inches") }, { name: "Megamacro", height: math.unit(195000.0, "inches") }, { name: "Gigamacro", height: math.unit(390000000.0, "inches") } ] ) }; pokemonMakers["Lickilicky"] = () => { return makeCharacter( "Lickilicky", "Pokemon", { "Lickilicky": { height: math.unit("67", "inches"), weight: math.unit("308.6", "lbs"), name: "Lickilicky", image: { source: "./media/pokemon/Lickilicky.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(6.7, "inches") }, { name: "Normal", height: math.unit(67, "inches"), default: true }, { name: "Macro", height: math.unit(6700.0, "inches") }, { name: "Megamacro", height: math.unit(335000.0, "inches") }, { name: "Gigamacro", height: math.unit(670000000.0, "inches") } ] ) }; pokemonMakers["Lickitung"] = () => { return makeCharacter( "Lickitung", "Pokemon", { "Lickitung": { height: math.unit("47", "inches"), weight: math.unit("144.4", "lbs"), name: "Lickitung", image: { source: "./media/pokemon/Lickitung.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(4.7, "inches") }, { name: "Normal", height: math.unit(47, "inches"), default: true }, { name: "Macro", height: math.unit(4700.0, "inches") }, { name: "Megamacro", height: math.unit(235000.0, "inches") }, { name: "Gigamacro", height: math.unit(470000000.0, "inches") } ] ) }; pokemonMakers["Liepard"] = () => { return makeCharacter( "Liepard", "Pokemon", { "Liepard": { height: math.unit("43", "inches"), weight: math.unit("82.7", "lbs"), name: "Liepard", image: { source: "./media/pokemon/Liepard.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(4.3, "inches") }, { name: "Normal", height: math.unit(43, "inches"), default: true }, { name: "Macro", height: math.unit(4300.0, "inches") }, { name: "Megamacro", height: math.unit(215000.0, "inches") }, { name: "Gigamacro", height: math.unit(430000000.0, "inches") } ] ) }; pokemonMakers["Lileep"] = () => { return makeCharacter( "Lileep", "Pokemon", { "Lileep": { height: math.unit("39", "inches"), weight: math.unit("52.5", "lbs"), name: "Lileep", image: { source: "./media/pokemon/Lileep.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.9, "inches") }, { name: "Normal", height: math.unit(39, "inches"), default: true }, { name: "Macro", height: math.unit(3900.0, "inches") }, { name: "Megamacro", height: math.unit(195000.0, "inches") }, { name: "Gigamacro", height: math.unit(390000000.0, "inches") } ] ) }; pokemonMakers["Lilligant"] = () => { return makeCharacter( "Lilligant", "Pokemon", { "Lilligant": { height: math.unit("43", "inches"), weight: math.unit("35.9", "lbs"), name: "Lilligant", image: { source: "./media/pokemon/Lilligant.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(4.3, "inches") }, { name: "Normal", height: math.unit(43, "inches"), default: true }, { name: "Macro", height: math.unit(4300.0, "inches") }, { name: "Megamacro", height: math.unit(215000.0, "inches") }, { name: "Gigamacro", height: math.unit(430000000.0, "inches") } ] ) }; pokemonMakers["Lillipup"] = () => { return makeCharacter( "Lillipup", "Pokemon", { "Lillipup": { height: math.unit("16", "inches"), weight: math.unit("9.0", "lbs"), name: "Lillipup", image: { source: "./media/pokemon/Lillipup.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(1.6, "inches") }, { name: "Normal", height: math.unit(16, "inches"), default: true }, { name: "Macro", height: math.unit(1600.0, "inches") }, { name: "Megamacro", height: math.unit(80000.0, "inches") }, { name: "Gigamacro", height: math.unit(160000000.0, "inches") } ] ) }; pokemonMakers["Linoone"] = () => { return makeCharacter( "Linoone", "Pokemon", { "Galarian Form": { height: math.unit("20", "inches"), weight: math.unit("71.7", "lbs"), name: "Galarian Form", image: { source: "./media/pokemon/Linoone - Galarian Form.svg" }, rename: true }, "Linoone": { height: math.unit("20", "inches"), weight: math.unit("71.6", "lbs"), name: "Linoone", image: { source: "./media/pokemon/Linoone.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.0, "inches") }, { name: "Normal", height: math.unit(20, "inches"), default: true }, { name: "Macro", height: math.unit(2000.0, "inches") }, { name: "Megamacro", height: math.unit(100000.0, "inches") }, { name: "Gigamacro", height: math.unit(200000000.0, "inches") } ] ) }; pokemonMakers["Litleo"] = () => { return makeCharacter( "Litleo", "Pokemon", { "Litleo": { height: math.unit("24", "inches"), weight: math.unit("29.8", "lbs"), name: "Litleo", image: { source: "./media/pokemon/Litleo.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.4, "inches") }, { name: "Normal", height: math.unit(24, "inches"), default: true }, { name: "Macro", height: math.unit(2400.0, "inches") }, { name: "Megamacro", height: math.unit(120000.0, "inches") }, { name: "Gigamacro", height: math.unit(240000000.0, "inches") } ] ) }; pokemonMakers["Litten"] = () => { return makeCharacter( "Litten", "Pokemon", { "Litten": { height: math.unit("16", "inches"), weight: math.unit("9.5", "lbs"), name: "Litten", image: { source: "./media/pokemon/Litten.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(1.6, "inches") }, { name: "Normal", height: math.unit(16, "inches"), default: true }, { name: "Macro", height: math.unit(1600.0, "inches") }, { name: "Megamacro", height: math.unit(80000.0, "inches") }, { name: "Gigamacro", height: math.unit(160000000.0, "inches") } ] ) }; pokemonMakers["Litwick"] = () => { return makeCharacter( "Litwick", "Pokemon", { "Litwick": { height: math.unit("12", "inches"), weight: math.unit("6.8", "lbs"), name: "Litwick", image: { source: "./media/pokemon/Litwick.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(1.2, "inches") }, { name: "Normal", height: math.unit(12, "inches"), default: true }, { name: "Macro", height: math.unit(1200.0, "inches") }, { name: "Megamacro", height: math.unit(60000.0, "inches") }, { name: "Gigamacro", height: math.unit(120000000.0, "inches") } ] ) }; pokemonMakers["Lombre"] = () => { return makeCharacter( "Lombre", "Pokemon", { "Lombre": { height: math.unit("47", "inches"), weight: math.unit("71.6", "lbs"), name: "Lombre", image: { source: "./media/pokemon/Lombre.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(4.7, "inches") }, { name: "Normal", height: math.unit(47, "inches"), default: true }, { name: "Macro", height: math.unit(4700.0, "inches") }, { name: "Megamacro", height: math.unit(235000.0, "inches") }, { name: "Gigamacro", height: math.unit(470000000.0, "inches") } ] ) }; pokemonMakers["Lopunny"] = () => { return makeCharacter( "Lopunny", "Pokemon", { "Lopunny": { height: math.unit("47", "inches"), weight: math.unit("73.4", "lbs"), name: "Lopunny", image: { source: "./media/pokemon/Lopunny.svg" }, rename: true }, "Mega Lopunny": { height: math.unit("51", "inches"), weight: math.unit("62.4", "lbs"), name: "Mega Lopunny", image: { source: "./media/pokemon/Mega Lopunny.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(4.7, "inches") }, { name: "Normal", height: math.unit(47, "inches"), default: true }, { name: "Macro", height: math.unit(4700.0, "inches") }, { name: "Megamacro", height: math.unit(235000.0, "inches") }, { name: "Gigamacro", height: math.unit(470000000.0, "inches") } ] ) }; pokemonMakers["Lotad"] = () => { return makeCharacter( "Lotad", "Pokemon", { "Lotad": { height: math.unit("20", "inches"), weight: math.unit("5.7", "lbs"), name: "Lotad", image: { source: "./media/pokemon/Lotad.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.0, "inches") }, { name: "Normal", height: math.unit(20, "inches"), default: true }, { name: "Macro", height: math.unit(2000.0, "inches") }, { name: "Megamacro", height: math.unit(100000.0, "inches") }, { name: "Gigamacro", height: math.unit(200000000.0, "inches") } ] ) }; pokemonMakers["Loudred"] = () => { return makeCharacter( "Loudred", "Pokemon", { "Loudred": { height: math.unit("39", "inches"), weight: math.unit("89.3", "lbs"), name: "Loudred", image: { source: "./media/pokemon/Loudred.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.9, "inches") }, { name: "Normal", height: math.unit(39, "inches"), default: true }, { name: "Macro", height: math.unit(3900.0, "inches") }, { name: "Megamacro", height: math.unit(195000.0, "inches") }, { name: "Gigamacro", height: math.unit(390000000.0, "inches") } ] ) }; pokemonMakers["Lucario"] = () => { return makeCharacter( "Lucario", "Pokemon", { "Lucario": { height: math.unit("47", "inches"), weight: math.unit("119.0", "lbs"), name: "Lucario", image: { source: "./media/pokemon/Lucario.svg" }, rename: true }, "Mega Lucario": { height: math.unit("51", "inches"), weight: math.unit("126.8", "lbs"), name: "Mega Lucario", image: { source: "./media/pokemon/Mega Lucario.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(4.7, "inches") }, { name: "Normal", height: math.unit(47, "inches"), default: true }, { name: "Macro", height: math.unit(4700.0, "inches") }, { name: "Megamacro", height: math.unit(235000.0, "inches") }, { name: "Gigamacro", height: math.unit(470000000.0, "inches") } ] ) }; pokemonMakers["Ludicolo"] = () => { return makeCharacter( "Ludicolo", "Pokemon", { "Ludicolo": { height: math.unit("59", "inches"), weight: math.unit("121.3", "lbs"), name: "Ludicolo", image: { source: "./media/pokemon/Ludicolo.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(5.9, "inches") }, { name: "Normal", height: math.unit(59, "inches"), default: true }, { name: "Macro", height: math.unit(5900.0, "inches") }, { name: "Megamacro", height: math.unit(295000.0, "inches") }, { name: "Gigamacro", height: math.unit(590000000.0, "inches") } ] ) }; pokemonMakers["Lugia"] = () => { return makeCharacter( "Lugia", "Pokemon", { "Lugia": { height: math.unit("205", "inches"), weight: math.unit("476.2", "lbs"), name: "Lugia", image: { source: "./media/pokemon/Lugia.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(20.5, "inches") }, { name: "Normal", height: math.unit(205, "inches"), default: true }, { name: "Macro", height: math.unit(20500.0, "inches") }, { name: "Megamacro", height: math.unit(1025000.0, "inches") }, { name: "Gigamacro", height: math.unit(2050000000.0, "inches") } ] ) }; pokemonMakers["Lumineon"] = () => { return makeCharacter( "Lumineon", "Pokemon", { "Lumineon": { height: math.unit("47", "inches"), weight: math.unit("52.9", "lbs"), name: "Lumineon", image: { source: "./media/pokemon/Lumineon.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(4.7, "inches") }, { name: "Normal", height: math.unit(47, "inches"), default: true }, { name: "Macro", height: math.unit(4700.0, "inches") }, { name: "Megamacro", height: math.unit(235000.0, "inches") }, { name: "Gigamacro", height: math.unit(470000000.0, "inches") } ] ) }; pokemonMakers["Lunala"] = () => { return makeCharacter( "Lunala", "Pokemon", { "Lunala": { height: math.unit("157", "inches"), weight: math.unit("264.6", "lbs"), name: "Lunala", image: { source: "./media/pokemon/Lunala.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(15.7, "inches") }, { name: "Normal", height: math.unit(157, "inches"), default: true }, { name: "Macro", height: math.unit(15700.0, "inches") }, { name: "Megamacro", height: math.unit(785000.0, "inches") }, { name: "Gigamacro", height: math.unit(1570000000.0, "inches") } ] ) }; pokemonMakers["Lunatone"] = () => { return makeCharacter( "Lunatone", "Pokemon", { "Lunatone": { height: math.unit("39", "inches"), weight: math.unit("370.4", "lbs"), name: "Lunatone", image: { source: "./media/pokemon/Lunatone.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.9, "inches") }, { name: "Normal", height: math.unit(39, "inches"), default: true }, { name: "Macro", height: math.unit(3900.0, "inches") }, { name: "Megamacro", height: math.unit(195000.0, "inches") }, { name: "Gigamacro", height: math.unit(390000000.0, "inches") } ] ) }; pokemonMakers["Lurantis"] = () => { return makeCharacter( "Lurantis", "Pokemon", { "Lurantis": { height: math.unit("35", "inches"), weight: math.unit("40.8", "lbs"), name: "Lurantis", image: { source: "./media/pokemon/Lurantis.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.5, "inches") }, { name: "Normal", height: math.unit(35, "inches"), default: true }, { name: "Macro", height: math.unit(3500.0, "inches") }, { name: "Megamacro", height: math.unit(175000.0, "inches") }, { name: "Gigamacro", height: math.unit(350000000.0, "inches") } ] ) }; pokemonMakers["Luvdisc"] = () => { return makeCharacter( "Luvdisc", "Pokemon", { "Luvdisc": { height: math.unit("24", "inches"), weight: math.unit("19.2", "lbs"), name: "Luvdisc", image: { source: "./media/pokemon/Luvdisc.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.4, "inches") }, { name: "Normal", height: math.unit(24, "inches"), default: true }, { name: "Macro", height: math.unit(2400.0, "inches") }, { name: "Megamacro", height: math.unit(120000.0, "inches") }, { name: "Gigamacro", height: math.unit(240000000.0, "inches") } ] ) }; pokemonMakers["Luxio"] = () => { return makeCharacter( "Luxio", "Pokemon", { "Luxio": { height: math.unit("35", "inches"), weight: math.unit("67.2", "lbs"), name: "Luxio", image: { source: "./media/pokemon/Luxio.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.5, "inches") }, { name: "Normal", height: math.unit(35, "inches"), default: true }, { name: "Macro", height: math.unit(3500.0, "inches") }, { name: "Megamacro", height: math.unit(175000.0, "inches") }, { name: "Gigamacro", height: math.unit(350000000.0, "inches") } ] ) }; pokemonMakers["Luxray"] = () => { return makeCharacter( "Luxray", "Pokemon", { "Luxray": { height: math.unit("55", "inches"), weight: math.unit("92.6", "lbs"), name: "Luxray", image: { source: "./media/pokemon/Luxray.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(5.5, "inches") }, { name: "Normal", height: math.unit(55, "inches"), default: true }, { name: "Macro", height: math.unit(5500.0, "inches") }, { name: "Megamacro", height: math.unit(275000.0, "inches") }, { name: "Gigamacro", height: math.unit(550000000.0, "inches") } ] ) }; pokemonMakers["Lycanroc"] = () => { return makeCharacter( "Lycanroc", "Pokemon", { "Midday Form": { height: math.unit("31", "inches"), weight: math.unit("55.1", "lbs"), name: "Midday Form", image: { source: "./media/pokemon/Lycanroc - Midday Form.svg" }, rename: true }, "Midnight Form": { height: math.unit("43", "inches"), weight: math.unit("55.1", "lbs"), name: "Midnight Form", image: { source: "./media/pokemon/Lycanroc - Midnight Form.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.1, "inches") }, { name: "Normal", height: math.unit(31, "inches"), default: true }, { name: "Macro", height: math.unit(3100.0, "inches") }, { name: "Megamacro", height: math.unit(155000.0, "inches") }, { name: "Gigamacro", height: math.unit(310000000.0, "inches") } ] ) }; pokemonMakers["Machoke"] = () => { return makeCharacter( "Machoke", "Pokemon", { "Machoke": { height: math.unit("59", "inches"), weight: math.unit("155.4", "lbs"), name: "Machoke", image: { source: "./media/pokemon/Machoke.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(5.9, "inches") }, { name: "Normal", height: math.unit(59, "inches"), default: true }, { name: "Macro", height: math.unit(5900.0, "inches") }, { name: "Megamacro", height: math.unit(295000.0, "inches") }, { name: "Gigamacro", height: math.unit(590000000.0, "inches") } ] ) }; pokemonMakers["Machop"] = () => { return makeCharacter( "Machop", "Pokemon", { "Machop": { height: math.unit("31", "inches"), weight: math.unit("43.0", "lbs"), name: "Machop", image: { source: "./media/pokemon/Machop.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.1, "inches") }, { name: "Normal", height: math.unit(31, "inches"), default: true }, { name: "Macro", height: math.unit(3100.0, "inches") }, { name: "Megamacro", height: math.unit(155000.0, "inches") }, { name: "Gigamacro", height: math.unit(310000000.0, "inches") } ] ) }; pokemonMakers["Magby"] = () => { return makeCharacter( "Magby", "Pokemon", { "Magby": { height: math.unit("28", "inches"), weight: math.unit("47.2", "lbs"), name: "Magby", image: { source: "./media/pokemon/Magby.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.8, "inches") }, { name: "Normal", height: math.unit(28, "inches"), default: true }, { name: "Macro", height: math.unit(2800.0, "inches") }, { name: "Megamacro", height: math.unit(140000.0, "inches") }, { name: "Gigamacro", height: math.unit(280000000.0, "inches") } ] ) }; pokemonMakers["Magcargo"] = () => { return makeCharacter( "Magcargo", "Pokemon", { "Magcargo": { height: math.unit("31", "inches"), weight: math.unit("121.3", "lbs"), name: "Magcargo", image: { source: "./media/pokemon/Magcargo.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.1, "inches") }, { name: "Normal", height: math.unit(31, "inches"), default: true }, { name: "Macro", height: math.unit(3100.0, "inches") }, { name: "Megamacro", height: math.unit(155000.0, "inches") }, { name: "Gigamacro", height: math.unit(310000000.0, "inches") } ] ) }; pokemonMakers["Magearna"] = () => { return makeCharacter( "Magearna", "Pokemon", { "Magearna": { height: math.unit("39", "inches"), weight: math.unit("177.5", "lbs"), name: "Magearna", image: { source: "./media/pokemon/Magearna.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.9, "inches") }, { name: "Normal", height: math.unit(39, "inches"), default: true }, { name: "Macro", height: math.unit(3900.0, "inches") }, { name: "Megamacro", height: math.unit(195000.0, "inches") }, { name: "Gigamacro", height: math.unit(390000000.0, "inches") } ] ) }; pokemonMakers["Magikarp"] = () => { return makeCharacter( "Magikarp", "Pokemon", { "Magikarp": { height: math.unit("35", "inches"), weight: math.unit("22.0", "lbs"), name: "Magikarp", image: { source: "./media/pokemon/Magikarp.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.5, "inches") }, { name: "Normal", height: math.unit(35, "inches"), default: true }, { name: "Macro", height: math.unit(3500.0, "inches") }, { name: "Megamacro", height: math.unit(175000.0, "inches") }, { name: "Gigamacro", height: math.unit(350000000.0, "inches") } ] ) }; pokemonMakers["Magmar"] = () => { return makeCharacter( "Magmar", "Pokemon", { "Magmar": { height: math.unit("51", "inches"), weight: math.unit("98.1", "lbs"), name: "Magmar", image: { source: "./media/pokemon/Magmar.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(5.1, "inches") }, { name: "Normal", height: math.unit(51, "inches"), default: true }, { name: "Macro", height: math.unit(5100.0, "inches") }, { name: "Megamacro", height: math.unit(255000.0, "inches") }, { name: "Gigamacro", height: math.unit(510000000.0, "inches") } ] ) }; pokemonMakers["Magmortar"] = () => { return makeCharacter( "Magmortar", "Pokemon", { "Magmortar": { height: math.unit("63", "inches"), weight: math.unit("149.9", "lbs"), name: "Magmortar", image: { source: "./media/pokemon/Magmortar.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(6.3, "inches") }, { name: "Normal", height: math.unit(63, "inches"), default: true }, { name: "Macro", height: math.unit(6300.0, "inches") }, { name: "Megamacro", height: math.unit(315000.0, "inches") }, { name: "Gigamacro", height: math.unit(630000000.0, "inches") } ] ) }; pokemonMakers["Magnemite"] = () => { return makeCharacter( "Magnemite", "Pokemon", { "Magnemite": { height: math.unit("12", "inches"), weight: math.unit("13.2", "lbs"), name: "Magnemite", image: { source: "./media/pokemon/Magnemite.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(1.2, "inches") }, { name: "Normal", height: math.unit(12, "inches"), default: true }, { name: "Macro", height: math.unit(1200.0, "inches") }, { name: "Megamacro", height: math.unit(60000.0, "inches") }, { name: "Gigamacro", height: math.unit(120000000.0, "inches") } ] ) }; pokemonMakers["Magneton"] = () => { return makeCharacter( "Magneton", "Pokemon", { "Magneton": { height: math.unit("39", "inches"), weight: math.unit("132.3", "lbs"), name: "Magneton", image: { source: "./media/pokemon/Magneton.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.9, "inches") }, { name: "Normal", height: math.unit(39, "inches"), default: true }, { name: "Macro", height: math.unit(3900.0, "inches") }, { name: "Megamacro", height: math.unit(195000.0, "inches") }, { name: "Gigamacro", height: math.unit(390000000.0, "inches") } ] ) }; pokemonMakers["Magnezone"] = () => { return makeCharacter( "Magnezone", "Pokemon", { "Magnezone": { height: math.unit("47", "inches"), weight: math.unit("396.8", "lbs"), name: "Magnezone", image: { source: "./media/pokemon/Magnezone.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(4.7, "inches") }, { name: "Normal", height: math.unit(47, "inches"), default: true }, { name: "Macro", height: math.unit(4700.0, "inches") }, { name: "Megamacro", height: math.unit(235000.0, "inches") }, { name: "Gigamacro", height: math.unit(470000000.0, "inches") } ] ) }; pokemonMakers["Makuhita"] = () => { return makeCharacter( "Makuhita", "Pokemon", { "Makuhita": { height: math.unit("39", "inches"), weight: math.unit("190.5", "lbs"), name: "Makuhita", image: { source: "./media/pokemon/Makuhita.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.9, "inches") }, { name: "Normal", height: math.unit(39, "inches"), default: true }, { name: "Macro", height: math.unit(3900.0, "inches") }, { name: "Megamacro", height: math.unit(195000.0, "inches") }, { name: "Gigamacro", height: math.unit(390000000.0, "inches") } ] ) }; pokemonMakers["Malamar"] = () => { return makeCharacter( "Malamar", "Pokemon", { "Malamar": { height: math.unit("59", "inches"), weight: math.unit("103.6", "lbs"), name: "Malamar", image: { source: "./media/pokemon/Malamar.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(5.9, "inches") }, { name: "Normal", height: math.unit(59, "inches"), default: true }, { name: "Macro", height: math.unit(5900.0, "inches") }, { name: "Megamacro", height: math.unit(295000.0, "inches") }, { name: "Gigamacro", height: math.unit(590000000.0, "inches") } ] ) }; pokemonMakers["Mamoswine"] = () => { return makeCharacter( "Mamoswine", "Pokemon", { "Mamoswine": { height: math.unit("98", "inches"), weight: math.unit("641.5", "lbs"), name: "Mamoswine", image: { source: "./media/pokemon/Mamoswine.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(9.8, "inches") }, { name: "Normal", height: math.unit(98, "inches"), default: true }, { name: "Macro", height: math.unit(9800.0, "inches") }, { name: "Megamacro", height: math.unit(490000.0, "inches") }, { name: "Gigamacro", height: math.unit(980000000.0, "inches") } ] ) }; pokemonMakers["Manaphy"] = () => { return makeCharacter( "Manaphy", "Pokemon", { "Manaphy": { height: math.unit("12", "inches"), weight: math.unit("3.1", "lbs"), name: "Manaphy", image: { source: "./media/pokemon/Manaphy.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(1.2, "inches") }, { name: "Normal", height: math.unit(12, "inches"), default: true }, { name: "Macro", height: math.unit(1200.0, "inches") }, { name: "Megamacro", height: math.unit(60000.0, "inches") }, { name: "Gigamacro", height: math.unit(120000000.0, "inches") } ] ) }; pokemonMakers["Mandibuzz"] = () => { return makeCharacter( "Mandibuzz", "Pokemon", { "Mandibuzz": { height: math.unit("47", "inches"), weight: math.unit("87.1", "lbs"), name: "Mandibuzz", image: { source: "./media/pokemon/Mandibuzz.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(4.7, "inches") }, { name: "Normal", height: math.unit(47, "inches"), default: true }, { name: "Macro", height: math.unit(4700.0, "inches") }, { name: "Megamacro", height: math.unit(235000.0, "inches") }, { name: "Gigamacro", height: math.unit(470000000.0, "inches") } ] ) }; pokemonMakers["Manectric"] = () => { return makeCharacter( "Manectric", "Pokemon", { "Manectric": { height: math.unit("59", "inches"), weight: math.unit("88.6", "lbs"), name: "Manectric", image: { source: "./media/pokemon/Manectric.svg" }, rename: true }, "Mega Manectric": { height: math.unit("71", "inches"), weight: math.unit("97.0", "lbs"), name: "Mega Manectric", image: { source: "./media/pokemon/Mega Manectric.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(5.9, "inches") }, { name: "Normal", height: math.unit(59, "inches"), default: true }, { name: "Macro", height: math.unit(5900.0, "inches") }, { name: "Megamacro", height: math.unit(295000.0, "inches") }, { name: "Gigamacro", height: math.unit(590000000.0, "inches") } ] ) }; pokemonMakers["Mankey"] = () => { return makeCharacter( "Mankey", "Pokemon", { "Mankey": { height: math.unit("20", "inches"), weight: math.unit("61.7", "lbs"), name: "Mankey", image: { source: "./media/pokemon/Mankey.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.0, "inches") }, { name: "Normal", height: math.unit(20, "inches"), default: true }, { name: "Macro", height: math.unit(2000.0, "inches") }, { name: "Megamacro", height: math.unit(100000.0, "inches") }, { name: "Gigamacro", height: math.unit(200000000.0, "inches") } ] ) }; pokemonMakers["Mantine"] = () => { return makeCharacter( "Mantine", "Pokemon", { "Mantine": { height: math.unit("83", "inches"), weight: math.unit("485.0", "lbs"), name: "Mantine", image: { source: "./media/pokemon/Mantine.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(8.3, "inches") }, { name: "Normal", height: math.unit(83, "inches"), default: true }, { name: "Macro", height: math.unit(8300.0, "inches") }, { name: "Megamacro", height: math.unit(415000.0, "inches") }, { name: "Gigamacro", height: math.unit(830000000.0, "inches") } ] ) }; pokemonMakers["Mantyke"] = () => { return makeCharacter( "Mantyke", "Pokemon", { "Mantyke": { height: math.unit("39", "inches"), weight: math.unit("143.3", "lbs"), name: "Mantyke", image: { source: "./media/pokemon/Mantyke.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.9, "inches") }, { name: "Normal", height: math.unit(39, "inches"), default: true }, { name: "Macro", height: math.unit(3900.0, "inches") }, { name: "Megamacro", height: math.unit(195000.0, "inches") }, { name: "Gigamacro", height: math.unit(390000000.0, "inches") } ] ) }; pokemonMakers["Maractus"] = () => { return makeCharacter( "Maractus", "Pokemon", { "Maractus": { height: math.unit("39", "inches"), weight: math.unit("61.7", "lbs"), name: "Maractus", image: { source: "./media/pokemon/Maractus.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.9, "inches") }, { name: "Normal", height: math.unit(39, "inches"), default: true }, { name: "Macro", height: math.unit(3900.0, "inches") }, { name: "Megamacro", height: math.unit(195000.0, "inches") }, { name: "Gigamacro", height: math.unit(390000000.0, "inches") } ] ) }; pokemonMakers["Mareanie"] = () => { return makeCharacter( "Mareanie", "Pokemon", { "Mareanie": { height: math.unit("16", "inches"), weight: math.unit("17.6", "lbs"), name: "Mareanie", image: { source: "./media/pokemon/Mareanie.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(1.6, "inches") }, { name: "Normal", height: math.unit(16, "inches"), default: true }, { name: "Macro", height: math.unit(1600.0, "inches") }, { name: "Megamacro", height: math.unit(80000.0, "inches") }, { name: "Gigamacro", height: math.unit(160000000.0, "inches") } ] ) }; pokemonMakers["Mareep"] = () => { return makeCharacter( "Mareep", "Pokemon", { "Mareep": { height: math.unit("24", "inches"), weight: math.unit("17.2", "lbs"), name: "Mareep", image: { source: "./media/pokemon/Mareep.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.4, "inches") }, { name: "Normal", height: math.unit(24, "inches"), default: true }, { name: "Macro", height: math.unit(2400.0, "inches") }, { name: "Megamacro", height: math.unit(120000.0, "inches") }, { name: "Gigamacro", height: math.unit(240000000.0, "inches") } ] ) }; pokemonMakers["Marill"] = () => { return makeCharacter( "Marill", "Pokemon", { "Marill": { height: math.unit("16", "inches"), weight: math.unit("18.7", "lbs"), name: "Marill", image: { source: "./media/pokemon/Marill.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(1.6, "inches") }, { name: "Normal", height: math.unit(16, "inches"), default: true }, { name: "Macro", height: math.unit(1600.0, "inches") }, { name: "Megamacro", height: math.unit(80000.0, "inches") }, { name: "Gigamacro", height: math.unit(160000000.0, "inches") } ] ) }; pokemonMakers["Marowak"] = () => { return makeCharacter( "Marowak", "Pokemon", { "Alola Form": { height: math.unit("39", "inches"), weight: math.unit("75.0", "lbs"), name: "Alola Form", image: { source: "./media/pokemon/Marowak - Alola Form.svg" }, rename: true }, "Marowak": { height: math.unit("39", "inches"), weight: math.unit("99.2", "lbs"), name: "Marowak", image: { source: "./media/pokemon/Marowak.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.9, "inches") }, { name: "Normal", height: math.unit(39, "inches"), default: true }, { name: "Macro", height: math.unit(3900.0, "inches") }, { name: "Megamacro", height: math.unit(195000.0, "inches") }, { name: "Gigamacro", height: math.unit(390000000.0, "inches") } ] ) }; pokemonMakers["Marshadow"] = () => { return makeCharacter( "Marshadow", "Pokemon", { "Marshadow": { height: math.unit("28", "inches"), weight: math.unit("48.9", "lbs"), name: "Marshadow", image: { source: "./media/pokemon/Marshadow.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.8, "inches") }, { name: "Normal", height: math.unit(28, "inches"), default: true }, { name: "Macro", height: math.unit(2800.0, "inches") }, { name: "Megamacro", height: math.unit(140000.0, "inches") }, { name: "Gigamacro", height: math.unit(280000000.0, "inches") } ] ) }; pokemonMakers["Marshtomp"] = () => { return makeCharacter( "Marshtomp", "Pokemon", { "Marshtomp": { height: math.unit("28", "inches"), weight: math.unit("61.7", "lbs"), name: "Marshtomp", image: { source: "./media/pokemon/Marshtomp.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.8, "inches") }, { name: "Normal", height: math.unit(28, "inches"), default: true }, { name: "Macro", height: math.unit(2800.0, "inches") }, { name: "Megamacro", height: math.unit(140000.0, "inches") }, { name: "Gigamacro", height: math.unit(280000000.0, "inches") } ] ) }; pokemonMakers["Masquerain"] = () => { return makeCharacter( "Masquerain", "Pokemon", { "Masquerain": { height: math.unit("31", "inches"), weight: math.unit("7.9", "lbs"), name: "Masquerain", image: { source: "./media/pokemon/Masquerain.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.1, "inches") }, { name: "Normal", height: math.unit(31, "inches"), default: true }, { name: "Macro", height: math.unit(3100.0, "inches") }, { name: "Megamacro", height: math.unit(155000.0, "inches") }, { name: "Gigamacro", height: math.unit(310000000.0, "inches") } ] ) }; pokemonMakers["Mawile"] = () => { return makeCharacter( "Mawile", "Pokemon", { "Mawile": { height: math.unit("24", "inches"), weight: math.unit("25.4", "lbs"), name: "Mawile", image: { source: "./media/pokemon/Mawile.svg" }, rename: true }, "Mega Mawile": { height: math.unit("39", "inches"), weight: math.unit("51.8", "lbs"), name: "Mega Mawile", image: { source: "./media/pokemon/Mega Mawile.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.4, "inches") }, { name: "Normal", height: math.unit(24, "inches"), default: true }, { name: "Macro", height: math.unit(2400.0, "inches") }, { name: "Megamacro", height: math.unit(120000.0, "inches") }, { name: "Gigamacro", height: math.unit(240000000.0, "inches") } ] ) }; pokemonMakers["Medicham"] = () => { return makeCharacter( "Medicham", "Pokemon", { "Medicham": { height: math.unit("51", "inches"), weight: math.unit("69.4", "lbs"), name: "Medicham", image: { source: "./media/pokemon/Medicham.svg" }, rename: true }, "Mega Medicham": { height: math.unit("51", "inches"), weight: math.unit("69.4", "lbs"), name: "Mega Medicham", image: { source: "./media/pokemon/Mega Medicham.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(5.1, "inches") }, { name: "Normal", height: math.unit(51, "inches"), default: true }, { name: "Macro", height: math.unit(5100.0, "inches") }, { name: "Megamacro", height: math.unit(255000.0, "inches") }, { name: "Gigamacro", height: math.unit(510000000.0, "inches") } ] ) }; pokemonMakers["Meditite"] = () => { return makeCharacter( "Meditite", "Pokemon", { "Meditite": { height: math.unit("24", "inches"), weight: math.unit("24.7", "lbs"), name: "Meditite", image: { source: "./media/pokemon/Meditite.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.4, "inches") }, { name: "Normal", height: math.unit(24, "inches"), default: true }, { name: "Macro", height: math.unit(2400.0, "inches") }, { name: "Megamacro", height: math.unit(120000.0, "inches") }, { name: "Gigamacro", height: math.unit(240000000.0, "inches") } ] ) }; pokemonMakers["Metagross"] = () => { return makeCharacter( "Metagross", "Pokemon", { "Mega Metagross": { height: math.unit("98", "inches"), weight: math.unit("2078.7", "lbs"), name: "Mega Metagross", image: { source: "./media/pokemon/Mega Metagross.svg" }, rename: true }, "Metagross": { height: math.unit("63", "inches"), weight: math.unit("1212.5", "lbs"), name: "Metagross", image: { source: "./media/pokemon/Metagross.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(9.8, "inches") }, { name: "Normal", height: math.unit(98, "inches"), default: true }, { name: "Macro", height: math.unit(9800.0, "inches") }, { name: "Megamacro", height: math.unit(490000.0, "inches") }, { name: "Gigamacro", height: math.unit(980000000.0, "inches") } ] ) }; pokemonMakers["Mewtwo"] = () => { return makeCharacter( "Mewtwo", "Pokemon", { "Mega Mewtwo X": { height: math.unit("91", "inches"), weight: math.unit("280.0", "lbs"), name: "Mega Mewtwo X", image: { source: "./media/pokemon/Mega Mewtwo X.svg" }, rename: true }, "Mega Mewtwo Y": { height: math.unit("59", "inches"), weight: math.unit("72.8", "lbs"), name: "Mega Mewtwo Y", image: { source: "./media/pokemon/Mega Mewtwo Y.svg" }, rename: true }, "Mewtwo": { height: math.unit("79", "inches"), weight: math.unit("269.0", "lbs"), name: "Mewtwo", image: { source: "./media/pokemon/Mewtwo.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(9.1, "inches") }, { name: "Normal", height: math.unit(91, "inches"), default: true }, { name: "Macro", height: math.unit(9100.0, "inches") }, { name: "Megamacro", height: math.unit(455000.0, "inches") }, { name: "Gigamacro", height: math.unit(910000000.0, "inches") } ] ) }; pokemonMakers["Pidgeot"] = () => { return makeCharacter( "Pidgeot", "Pokemon", { "Mega Pidgeot": { height: math.unit("87", "inches"), weight: math.unit("111.3", "lbs"), name: "Mega Pidgeot", image: { source: "./media/pokemon/Mega Pidgeot.svg" }, rename: true }, "Pidgeot": { height: math.unit("59", "inches"), weight: math.unit("87.1", "lbs"), name: "Pidgeot", image: { source: "./media/pokemon/Pidgeot.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(8.7, "inches") }, { name: "Normal", height: math.unit(87, "inches"), default: true }, { name: "Macro", height: math.unit(8700.0, "inches") }, { name: "Megamacro", height: math.unit(435000.0, "inches") }, { name: "Gigamacro", height: math.unit(870000000.0, "inches") } ] ) }; pokemonMakers["Pinsir"] = () => { return makeCharacter( "Pinsir", "Pokemon", { "Mega Pinsir": { height: math.unit("67", "inches"), weight: math.unit("130.1", "lbs"), name: "Mega Pinsir", image: { source: "./media/pokemon/Mega Pinsir.svg" }, rename: true }, "Pinsir": { height: math.unit("59", "inches"), weight: math.unit("121.3", "lbs"), name: "Pinsir", image: { source: "./media/pokemon/Pinsir.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(6.7, "inches") }, { name: "Normal", height: math.unit(67, "inches"), default: true }, { name: "Macro", height: math.unit(6700.0, "inches") }, { name: "Megamacro", height: math.unit(335000.0, "inches") }, { name: "Gigamacro", height: math.unit(670000000.0, "inches") } ] ) }; pokemonMakers["Rayquaza"] = () => { return makeCharacter( "Rayquaza", "Pokemon", { "Mega Rayquaza": { height: math.unit("425", "inches"), weight: math.unit("864.2", "lbs"), name: "Mega Rayquaza", image: { source: "./media/pokemon/Mega Rayquaza.svg" }, rename: true }, "Rayquaza": { height: math.unit("276", "inches"), weight: math.unit("455.2", "lbs"), name: "Rayquaza", image: { source: "./media/pokemon/Rayquaza.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(42.5, "inches") }, { name: "Normal", height: math.unit(425, "inches"), default: true }, { name: "Macro", height: math.unit(42500.0, "inches") }, { name: "Megamacro", height: math.unit(2125000.0, "inches") }, { name: "Gigamacro", height: math.unit(4250000000.0, "inches") } ] ) }; pokemonMakers["Sableye"] = () => { return makeCharacter( "Sableye", "Pokemon", { "Mega Sableye": { height: math.unit("20", "inches"), weight: math.unit("354.9", "lbs"), name: "Mega Sableye", image: { source: "./media/pokemon/Mega Sableye.svg" }, rename: true }, "Sableye": { height: math.unit("20", "inches"), weight: math.unit("24.3", "lbs"), name: "Sableye", image: { source: "./media/pokemon/Sableye.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.0, "inches") }, { name: "Normal", height: math.unit(20, "inches"), default: true }, { name: "Macro", height: math.unit(2000.0, "inches") }, { name: "Megamacro", height: math.unit(100000.0, "inches") }, { name: "Gigamacro", height: math.unit(200000000.0, "inches") } ] ) }; pokemonMakers["Salamence"] = () => { return makeCharacter( "Salamence", "Pokemon", { "Mega Salamence": { height: math.unit("71", "inches"), weight: math.unit("248.2", "lbs"), name: "Mega Salamence", image: { source: "./media/pokemon/Mega Salamence.svg" }, rename: true }, "Salamence": { height: math.unit("59", "inches"), weight: math.unit("226.2", "lbs"), name: "Salamence", image: { source: "./media/pokemon/Salamence.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(7.1, "inches") }, { name: "Normal", height: math.unit(71, "inches"), default: true }, { name: "Macro", height: math.unit(7100.0, "inches") }, { name: "Megamacro", height: math.unit(355000.0, "inches") }, { name: "Gigamacro", height: math.unit(710000000.0, "inches") } ] ) }; pokemonMakers["Sceptile"] = () => { return makeCharacter( "Sceptile", "Pokemon", { "Mega Sceptile": { height: math.unit("75", "inches"), weight: math.unit("121.7", "lbs"), name: "Mega Sceptile", image: { source: "./media/pokemon/Mega Sceptile.svg" }, rename: true }, "Sceptile": { height: math.unit("67", "inches"), weight: math.unit("115.1", "lbs"), name: "Sceptile", image: { source: "./media/pokemon/Sceptile.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(7.5, "inches") }, { name: "Normal", height: math.unit(75, "inches"), default: true }, { name: "Macro", height: math.unit(7500.0, "inches") }, { name: "Megamacro", height: math.unit(375000.0, "inches") }, { name: "Gigamacro", height: math.unit(750000000.0, "inches") } ] ) }; pokemonMakers["Scizor"] = () => { return makeCharacter( "Scizor", "Pokemon", { "Mega Scizor": { height: math.unit("79", "inches"), weight: math.unit("275.6", "lbs"), name: "Mega Scizor", image: { source: "./media/pokemon/Mega Scizor.svg" }, rename: true }, "Scizor": { height: math.unit("71", "inches"), weight: math.unit("260.1", "lbs"), name: "Scizor", image: { source: "./media/pokemon/Scizor.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(7.9, "inches") }, { name: "Normal", height: math.unit(79, "inches"), default: true }, { name: "Macro", height: math.unit(7900.0, "inches") }, { name: "Megamacro", height: math.unit(395000.0, "inches") }, { name: "Gigamacro", height: math.unit(790000000.0, "inches") } ] ) }; pokemonMakers["Sharpedo"] = () => { return makeCharacter( "Sharpedo", "Pokemon", { "Mega Sharpedo": { height: math.unit("98", "inches"), weight: math.unit("287.3", "lbs"), name: "Mega Sharpedo", image: { source: "./media/pokemon/Mega Sharpedo.svg" }, rename: true }, "Sharpedo": { height: math.unit("71", "inches"), weight: math.unit("195.8", "lbs"), name: "Sharpedo", image: { source: "./media/pokemon/Sharpedo.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(9.8, "inches") }, { name: "Normal", height: math.unit(98, "inches"), default: true }, { name: "Macro", height: math.unit(9800.0, "inches") }, { name: "Megamacro", height: math.unit(490000.0, "inches") }, { name: "Gigamacro", height: math.unit(980000000.0, "inches") } ] ) }; pokemonMakers["Slowbro"] = () => { return makeCharacter( "Slowbro", "Pokemon", { "Mega Slowbro": { height: math.unit("79", "inches"), weight: math.unit("264.6", "lbs"), name: "Mega Slowbro", image: { source: "./media/pokemon/Mega Slowbro.svg" }, rename: true }, "Slowbro": { height: math.unit("63", "inches"), weight: math.unit("173.1", "lbs"), name: "Slowbro", image: { source: "./media/pokemon/Slowbro.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(7.9, "inches") }, { name: "Normal", height: math.unit(79, "inches"), default: true }, { name: "Macro", height: math.unit(7900.0, "inches") }, { name: "Megamacro", height: math.unit(395000.0, "inches") }, { name: "Gigamacro", height: math.unit(790000000.0, "inches") } ] ) }; pokemonMakers["Steelix"] = () => { return makeCharacter( "Steelix", "Pokemon", { "Mega Steelix": { height: math.unit("413", "inches"), weight: math.unit("1631.4", "lbs"), name: "Mega Steelix", image: { source: "./media/pokemon/Mega Steelix.svg" }, rename: true }, "Steelix": { height: math.unit("362", "inches"), weight: math.unit("881.8", "lbs"), name: "Steelix", image: { source: "./media/pokemon/Steelix.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(41.3, "inches") }, { name: "Normal", height: math.unit(413, "inches"), default: true }, { name: "Macro", height: math.unit(41300.0, "inches") }, { name: "Megamacro", height: math.unit(2065000.0, "inches") }, { name: "Gigamacro", height: math.unit(4130000000.0, "inches") } ] ) }; pokemonMakers["Swampert"] = () => { return makeCharacter( "Swampert", "Pokemon", { "Mega Swampert": { height: math.unit("75", "inches"), weight: math.unit("224.9", "lbs"), name: "Mega Swampert", image: { source: "./media/pokemon/Mega Swampert.svg" }, rename: true }, "Swampert": { height: math.unit("59", "inches"), weight: math.unit("180.6", "lbs"), name: "Swampert", image: { source: "./media/pokemon/Swampert.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(7.5, "inches") }, { name: "Normal", height: math.unit(75, "inches"), default: true }, { name: "Macro", height: math.unit(7500.0, "inches") }, { name: "Megamacro", height: math.unit(375000.0, "inches") }, { name: "Gigamacro", height: math.unit(750000000.0, "inches") } ] ) }; pokemonMakers["Tyranitar"] = () => { return makeCharacter( "Tyranitar", "Pokemon", { "Mega Tyranitar": { height: math.unit("98", "inches"), weight: math.unit("562.2", "lbs"), name: "Mega Tyranitar", image: { source: "./media/pokemon/Mega Tyranitar.svg" }, rename: true }, "Tyranitar": { height: math.unit("79", "inches"), weight: math.unit("445.3", "lbs"), name: "Tyranitar", image: { source: "./media/pokemon/Tyranitar.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(9.8, "inches") }, { name: "Normal", height: math.unit(98, "inches"), default: true }, { name: "Macro", height: math.unit(9800.0, "inches") }, { name: "Megamacro", height: math.unit(490000.0, "inches") }, { name: "Gigamacro", height: math.unit(980000000.0, "inches") } ] ) }; pokemonMakers["Venusaur"] = () => { return makeCharacter( "Venusaur", "Pokemon", { "Mega Venusaur": { height: math.unit("94", "inches"), weight: math.unit("342.8", "lbs"), name: "Mega Venusaur", image: { source: "./media/pokemon/Mega Venusaur.svg" }, rename: true }, "Venusaur": { height: math.unit("79", "inches"), weight: math.unit("220.5", "lbs"), name: "Venusaur", image: { source: "./media/pokemon/Venusaur.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(9.4, "inches") }, { name: "Normal", height: math.unit(94, "inches"), default: true }, { name: "Macro", height: math.unit(9400.0, "inches") }, { name: "Megamacro", height: math.unit(470000.0, "inches") }, { name: "Gigamacro", height: math.unit(940000000.0, "inches") } ] ) }; pokemonMakers["Meganium"] = () => { return makeCharacter( "Meganium", "Pokemon", { "Meganium": { height: math.unit("71", "inches"), weight: math.unit("221.6", "lbs"), name: "Meganium", image: { source: "./media/pokemon/Meganium.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(7.1, "inches") }, { name: "Normal", height: math.unit(71, "inches"), default: true }, { name: "Macro", height: math.unit(7100.0, "inches") }, { name: "Megamacro", height: math.unit(355000.0, "inches") }, { name: "Gigamacro", height: math.unit(710000000.0, "inches") } ] ) }; pokemonMakers["Melmetal"] = () => { return makeCharacter( "Melmetal", "Pokemon", { "Melmetal": { height: math.unit("98", "inches"), weight: math.unit("1763.7", "lbs"), name: "Melmetal", image: { source: "./media/pokemon/Melmetal.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(9.8, "inches") }, { name: "Normal", height: math.unit(98, "inches"), default: true }, { name: "Macro", height: math.unit(9800.0, "inches") }, { name: "Megamacro", height: math.unit(490000.0, "inches") }, { name: "Gigamacro", height: math.unit(980000000.0, "inches") } ] ) }; pokemonMakers["Meloetta"] = () => { return makeCharacter( "Meloetta", "Pokemon", { "Aria Forme": { height: math.unit("24", "inches"), weight: math.unit("14.3", "lbs"), name: "Aria Forme", image: { source: "./media/pokemon/Meloetta - Aria Forme.svg" }, rename: true }, "Pirouette Forme": { height: math.unit("24", "inches"), weight: math.unit("14.3", "lbs"), name: "Pirouette Forme", image: { source: "./media/pokemon/Meloetta - Pirouette Forme.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.4, "inches") }, { name: "Normal", height: math.unit(24, "inches"), default: true }, { name: "Macro", height: math.unit(2400.0, "inches") }, { name: "Megamacro", height: math.unit(120000.0, "inches") }, { name: "Gigamacro", height: math.unit(240000000.0, "inches") } ] ) }; pokemonMakers["Meltan"] = () => { return makeCharacter( "Meltan", "Pokemon", { "Meltan": { height: math.unit("8", "inches"), weight: math.unit("17.6", "lbs"), name: "Meltan", image: { source: "./media/pokemon/Meltan.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(0.8, "inches") }, { name: "Normal", height: math.unit(8, "inches"), default: true }, { name: "Macro", height: math.unit(800.0, "inches") }, { name: "Megamacro", height: math.unit(40000.0, "inches") }, { name: "Gigamacro", height: math.unit(80000000.0, "inches") } ] ) }; pokemonMakers["Meowstic"] = () => { return makeCharacter( "Meowstic", "Pokemon", { "Female": { height: math.unit("24", "inches"), weight: math.unit("18.7", "lbs"), name: "Female", image: { source: "./media/pokemon/Meowstic - Female.svg" }, rename: true }, "Male": { height: math.unit("24", "inches"), weight: math.unit("18.7", "lbs"), name: "Male", image: { source: "./media/pokemon/Meowstic - Male.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.4, "inches") }, { name: "Normal", height: math.unit(24, "inches"), default: true }, { name: "Macro", height: math.unit(2400.0, "inches") }, { name: "Megamacro", height: math.unit(120000.0, "inches") }, { name: "Gigamacro", height: math.unit(240000000.0, "inches") } ] ) }; pokemonMakers["Mesprit"] = () => { return makeCharacter( "Mesprit", "Pokemon", { "Mesprit": { height: math.unit("12", "inches"), weight: math.unit("0.7", "lbs"), name: "Mesprit", image: { source: "./media/pokemon/Mesprit.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(1.2, "inches") }, { name: "Normal", height: math.unit(12, "inches"), default: true }, { name: "Macro", height: math.unit(1200.0, "inches") }, { name: "Megamacro", height: math.unit(60000.0, "inches") }, { name: "Gigamacro", height: math.unit(120000000.0, "inches") } ] ) }; pokemonMakers["Metang"] = () => { return makeCharacter( "Metang", "Pokemon", { "Metang": { height: math.unit("47", "inches"), weight: math.unit("446.4", "lbs"), name: "Metang", image: { source: "./media/pokemon/Metang.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(4.7, "inches") }, { name: "Normal", height: math.unit(47, "inches"), default: true }, { name: "Macro", height: math.unit(4700.0, "inches") }, { name: "Megamacro", height: math.unit(235000.0, "inches") }, { name: "Gigamacro", height: math.unit(470000000.0, "inches") } ] ) }; pokemonMakers["Metapod"] = () => { return makeCharacter( "Metapod", "Pokemon", { "Metapod": { height: math.unit("28", "inches"), weight: math.unit("21.8", "lbs"), name: "Metapod", image: { source: "./media/pokemon/Metapod.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.8, "inches") }, { name: "Normal", height: math.unit(28, "inches"), default: true }, { name: "Macro", height: math.unit(2800.0, "inches") }, { name: "Megamacro", height: math.unit(140000.0, "inches") }, { name: "Gigamacro", height: math.unit(280000000.0, "inches") } ] ) }; pokemonMakers["Mew"] = () => { return makeCharacter( "Mew", "Pokemon", { "Mew": { height: math.unit("16", "inches"), weight: math.unit("8.8", "lbs"), name: "Mew", image: { source: "./media/pokemon/Mew.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(1.6, "inches") }, { name: "Normal", height: math.unit(16, "inches"), default: true }, { name: "Macro", height: math.unit(1600.0, "inches") }, { name: "Megamacro", height: math.unit(80000.0, "inches") }, { name: "Gigamacro", height: math.unit(160000000.0, "inches") } ] ) }; pokemonMakers["Mienfoo"] = () => { return makeCharacter( "Mienfoo", "Pokemon", { "Mienfoo": { height: math.unit("35", "inches"), weight: math.unit("44.1", "lbs"), name: "Mienfoo", image: { source: "./media/pokemon/Mienfoo.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.5, "inches") }, { name: "Normal", height: math.unit(35, "inches"), default: true }, { name: "Macro", height: math.unit(3500.0, "inches") }, { name: "Megamacro", height: math.unit(175000.0, "inches") }, { name: "Gigamacro", height: math.unit(350000000.0, "inches") } ] ) }; pokemonMakers["Mienshao"] = () => { return makeCharacter( "Mienshao", "Pokemon", { "Mienshao": { height: math.unit("55", "inches"), weight: math.unit("78.3", "lbs"), name: "Mienshao", image: { source: "./media/pokemon/Mienshao.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(5.5, "inches") }, { name: "Normal", height: math.unit(55, "inches"), default: true }, { name: "Macro", height: math.unit(5500.0, "inches") }, { name: "Megamacro", height: math.unit(275000.0, "inches") }, { name: "Gigamacro", height: math.unit(550000000.0, "inches") } ] ) }; pokemonMakers["Mightyena"] = () => { return makeCharacter( "Mightyena", "Pokemon", { "Mightyena": { height: math.unit("39", "inches"), weight: math.unit("81.6", "lbs"), name: "Mightyena", image: { source: "./media/pokemon/Mightyena.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.9, "inches") }, { name: "Normal", height: math.unit(39, "inches"), default: true }, { name: "Macro", height: math.unit(3900.0, "inches") }, { name: "Megamacro", height: math.unit(195000.0, "inches") }, { name: "Gigamacro", height: math.unit(390000000.0, "inches") } ] ) }; pokemonMakers["Milcery"] = () => { return makeCharacter( "Milcery", "Pokemon", { "Milcery": { height: math.unit("8", "inches"), weight: math.unit("0.7", "lbs"), name: "Milcery", image: { source: "./media/pokemon/Milcery.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(0.8, "inches") }, { name: "Normal", height: math.unit(8, "inches"), default: true }, { name: "Macro", height: math.unit(800.0, "inches") }, { name: "Megamacro", height: math.unit(40000.0, "inches") }, { name: "Gigamacro", height: math.unit(80000000.0, "inches") } ] ) }; pokemonMakers["Milotic"] = () => { return makeCharacter( "Milotic", "Pokemon", { "Milotic": { height: math.unit("244", "inches"), weight: math.unit("357.1", "lbs"), name: "Milotic", image: { source: "./media/pokemon/Milotic.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(24.4, "inches") }, { name: "Normal", height: math.unit(244, "inches"), default: true }, { name: "Macro", height: math.unit(24400.0, "inches") }, { name: "Megamacro", height: math.unit(1220000.0, "inches") }, { name: "Gigamacro", height: math.unit(2440000000.0, "inches") } ] ) }; pokemonMakers["Miltank"] = () => { return makeCharacter( "Miltank", "Pokemon", { "Miltank": { height: math.unit("47", "inches"), weight: math.unit("166.4", "lbs"), name: "Miltank", image: { source: "./media/pokemon/Miltank.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(4.7, "inches") }, { name: "Normal", height: math.unit(47, "inches"), default: true }, { name: "Macro", height: math.unit(4700.0, "inches") }, { name: "Megamacro", height: math.unit(235000.0, "inches") }, { name: "Gigamacro", height: math.unit(470000000.0, "inches") } ] ) }; pokemonMakers["Mime Jr."] = () => { return makeCharacter( "Mime Jr.", "Pokemon", { "Mime Jr.": { height: math.unit("24", "inches"), weight: math.unit("28.7", "lbs"), name: "Mime Jr.", image: { source: "./media/pokemon/Mime Jr.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.4, "inches") }, { name: "Normal", height: math.unit(24, "inches"), default: true }, { name: "Macro", height: math.unit(2400.0, "inches") }, { name: "Megamacro", height: math.unit(120000.0, "inches") }, { name: "Gigamacro", height: math.unit(240000000.0, "inches") } ] ) }; pokemonMakers["Mimikyu"] = () => { return makeCharacter( "Mimikyu", "Pokemon", { "Mimikyu": { height: math.unit("8", "inches"), weight: math.unit("1.5", "lbs"), name: "Mimikyu", image: { source: "./media/pokemon/Mimikyu.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(0.8, "inches") }, { name: "Normal", height: math.unit(8, "inches"), default: true }, { name: "Macro", height: math.unit(800.0, "inches") }, { name: "Megamacro", height: math.unit(40000.0, "inches") }, { name: "Gigamacro", height: math.unit(80000000.0, "inches") } ] ) }; pokemonMakers["Minccino"] = () => { return makeCharacter( "Minccino", "Pokemon", { "Minccino": { height: math.unit("16", "inches"), weight: math.unit("12.8", "lbs"), name: "Minccino", image: { source: "./media/pokemon/Minccino.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(1.6, "inches") }, { name: "Normal", height: math.unit(16, "inches"), default: true }, { name: "Macro", height: math.unit(1600.0, "inches") }, { name: "Megamacro", height: math.unit(80000.0, "inches") }, { name: "Gigamacro", height: math.unit(160000000.0, "inches") } ] ) }; pokemonMakers["Minior"] = () => { return makeCharacter( "Minior", "Pokemon", { "Meteor Form": { height: math.unit("12", "inches"), weight: math.unit("88.2", "lbs"), name: "Meteor Form", image: { source: "./media/pokemon/Minior - Meteor Form.svg" }, rename: true }, "Red Core": { height: math.unit("12", "inches"), weight: math.unit("0.7", "lbs"), name: "Red Core", image: { source: "./media/pokemon/Minior - Red Core.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(1.2, "inches") }, { name: "Normal", height: math.unit(12, "inches"), default: true }, { name: "Macro", height: math.unit(1200.0, "inches") }, { name: "Megamacro", height: math.unit(60000.0, "inches") }, { name: "Gigamacro", height: math.unit(120000000.0, "inches") } ] ) }; pokemonMakers["Minun"] = () => { return makeCharacter( "Minun", "Pokemon", { "Minun": { height: math.unit("16", "inches"), weight: math.unit("9.3", "lbs"), name: "Minun", image: { source: "./media/pokemon/Minun.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(1.6, "inches") }, { name: "Normal", height: math.unit(16, "inches"), default: true }, { name: "Macro", height: math.unit(1600.0, "inches") }, { name: "Megamacro", height: math.unit(80000.0, "inches") }, { name: "Gigamacro", height: math.unit(160000000.0, "inches") } ] ) }; pokemonMakers["Misdreavus"] = () => { return makeCharacter( "Misdreavus", "Pokemon", { "Misdreavus": { height: math.unit("28", "inches"), weight: math.unit("2.2", "lbs"), name: "Misdreavus", image: { source: "./media/pokemon/Misdreavus.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.8, "inches") }, { name: "Normal", height: math.unit(28, "inches"), default: true }, { name: "Macro", height: math.unit(2800.0, "inches") }, { name: "Megamacro", height: math.unit(140000.0, "inches") }, { name: "Gigamacro", height: math.unit(280000000.0, "inches") } ] ) }; pokemonMakers["Mismagius"] = () => { return makeCharacter( "Mismagius", "Pokemon", { "Mismagius": { height: math.unit("35", "inches"), weight: math.unit("9.7", "lbs"), name: "Mismagius", image: { source: "./media/pokemon/Mismagius.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.5, "inches") }, { name: "Normal", height: math.unit(35, "inches"), default: true }, { name: "Macro", height: math.unit(3500.0, "inches") }, { name: "Megamacro", height: math.unit(175000.0, "inches") }, { name: "Gigamacro", height: math.unit(350000000.0, "inches") } ] ) }; pokemonMakers["Moltres"] = () => { return makeCharacter( "Moltres", "Pokemon", { "Moltres": { height: math.unit("79", "inches"), weight: math.unit("132.3", "lbs"), name: "Moltres", image: { source: "./media/pokemon/Moltres.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(7.9, "inches") }, { name: "Normal", height: math.unit(79, "inches"), default: true }, { name: "Macro", height: math.unit(7900.0, "inches") }, { name: "Megamacro", height: math.unit(395000.0, "inches") }, { name: "Gigamacro", height: math.unit(790000000.0, "inches") } ] ) }; pokemonMakers["Monferno"] = () => { return makeCharacter( "Monferno", "Pokemon", { "Monferno": { height: math.unit("35", "inches"), weight: math.unit("48.5", "lbs"), name: "Monferno", image: { source: "./media/pokemon/Monferno.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.5, "inches") }, { name: "Normal", height: math.unit(35, "inches"), default: true }, { name: "Macro", height: math.unit(3500.0, "inches") }, { name: "Megamacro", height: math.unit(175000.0, "inches") }, { name: "Gigamacro", height: math.unit(350000000.0, "inches") } ] ) }; pokemonMakers["Morelull"] = () => { return makeCharacter( "Morelull", "Pokemon", { "Morelull": { height: math.unit("8", "inches"), weight: math.unit("3.3", "lbs"), name: "Morelull", image: { source: "./media/pokemon/Morelull.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(0.8, "inches") }, { name: "Normal", height: math.unit(8, "inches"), default: true }, { name: "Macro", height: math.unit(800.0, "inches") }, { name: "Megamacro", height: math.unit(40000.0, "inches") }, { name: "Gigamacro", height: math.unit(80000000.0, "inches") } ] ) }; pokemonMakers["Morgrem"] = () => { return makeCharacter( "Morgrem", "Pokemon", { "Morgrem": { height: math.unit("31", "inches"), weight: math.unit("27.6", "lbs"), name: "Morgrem", image: { source: "./media/pokemon/Morgrem.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.1, "inches") }, { name: "Normal", height: math.unit(31, "inches"), default: true }, { name: "Macro", height: math.unit(3100.0, "inches") }, { name: "Megamacro", height: math.unit(155000.0, "inches") }, { name: "Gigamacro", height: math.unit(310000000.0, "inches") } ] ) }; pokemonMakers["Morpeko"] = () => { return makeCharacter( "Morpeko", "Pokemon", { "Full Belly Mode": { height: math.unit("12", "inches"), weight: math.unit("6.6", "lbs"), name: "Full Belly Mode", image: { source: "./media/pokemon/Morpeko - Full Belly Mode.svg" }, rename: true }, "Hangry Mode": { height: math.unit("12", "inches"), weight: math.unit("6.6", "lbs"), name: "Hangry Mode", image: { source: "./media/pokemon/Morpeko - Hangry Mode.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(1.2, "inches") }, { name: "Normal", height: math.unit(12, "inches"), default: true }, { name: "Macro", height: math.unit(1200.0, "inches") }, { name: "Megamacro", height: math.unit(60000.0, "inches") }, { name: "Gigamacro", height: math.unit(120000000.0, "inches") } ] ) }; pokemonMakers["Mothim"] = () => { return makeCharacter( "Mothim", "Pokemon", { "Mothim": { height: math.unit("35", "inches"), weight: math.unit("51.4", "lbs"), name: "Mothim", image: { source: "./media/pokemon/Mothim.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.5, "inches") }, { name: "Normal", height: math.unit(35, "inches"), default: true }, { name: "Macro", height: math.unit(3500.0, "inches") }, { name: "Megamacro", height: math.unit(175000.0, "inches") }, { name: "Gigamacro", height: math.unit(350000000.0, "inches") } ] ) }; pokemonMakers["Mr. Mime"] = () => { return makeCharacter( "Mr. Mime", "Pokemon", { "Galarian Form": { height: math.unit("55", "inches"), weight: math.unit("125.2", "lbs"), name: "Galarian Form", image: { source: "./media/pokemon/Mr. - Galarian Form.svg" }, rename: true }, "Mr. Mime": { height: math.unit("51", "inches"), weight: math.unit("120.1", "lbs"), name: "Mr. Mime", image: { source: "./media/pokemon/Mr. Mime.svg" }, rename: true }, "Mr. Rime": { height: math.unit("59", "inches"), weight: math.unit("128.3", "lbs"), name: "Mr. Rime", image: { source: "./media/pokemon/Mr. Rime.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(5.5, "inches") }, { name: "Normal", height: math.unit(55, "inches"), default: true }, { name: "Macro", height: math.unit(5500.0, "inches") }, { name: "Megamacro", height: math.unit(275000.0, "inches") }, { name: "Gigamacro", height: math.unit(550000000.0, "inches") } ] ) }; pokemonMakers["Mudbray"] = () => { return makeCharacter( "Mudbray", "Pokemon", { "Mudbray": { height: math.unit("39", "inches"), weight: math.unit("242.5", "lbs"), name: "Mudbray", image: { source: "./media/pokemon/Mudbray.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.9, "inches") }, { name: "Normal", height: math.unit(39, "inches"), default: true }, { name: "Macro", height: math.unit(3900.0, "inches") }, { name: "Megamacro", height: math.unit(195000.0, "inches") }, { name: "Gigamacro", height: math.unit(390000000.0, "inches") } ] ) }; pokemonMakers["Mudkip"] = () => { return makeCharacter( "Mudkip", "Pokemon", { "Mudkip": { height: math.unit("16", "inches"), weight: math.unit("16.8", "lbs"), name: "Mudkip", image: { source: "./media/pokemon/Mudkip.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(1.6, "inches") }, { name: "Normal", height: math.unit(16, "inches"), default: true }, { name: "Macro", height: math.unit(1600.0, "inches") }, { name: "Megamacro", height: math.unit(80000.0, "inches") }, { name: "Gigamacro", height: math.unit(160000000.0, "inches") } ] ) }; pokemonMakers["Mudsdale"] = () => { return makeCharacter( "Mudsdale", "Pokemon", { "Mudsdale": { height: math.unit("98", "inches"), weight: math.unit("2028.3", "lbs"), name: "Mudsdale", image: { source: "./media/pokemon/Mudsdale.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(9.8, "inches") }, { name: "Normal", height: math.unit(98, "inches"), default: true }, { name: "Macro", height: math.unit(9800.0, "inches") }, { name: "Megamacro", height: math.unit(490000.0, "inches") }, { name: "Gigamacro", height: math.unit(980000000.0, "inches") } ] ) }; pokemonMakers["Muk"] = () => { return makeCharacter( "Muk", "Pokemon", { "Alola Form": { height: math.unit("39", "inches"), weight: math.unit("114.6", "lbs"), name: "Alola Form", image: { source: "./media/pokemon/Muk - Alola Form.svg" }, rename: true }, "Muk": { height: math.unit("47", "inches"), weight: math.unit("66.1", "lbs"), name: "Muk", image: { source: "./media/pokemon/Muk.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.9, "inches") }, { name: "Normal", height: math.unit(39, "inches"), default: true }, { name: "Macro", height: math.unit(3900.0, "inches") }, { name: "Megamacro", height: math.unit(195000.0, "inches") }, { name: "Gigamacro", height: math.unit(390000000.0, "inches") } ] ) }; pokemonMakers["Munchlax"] = () => { return makeCharacter( "Munchlax", "Pokemon", { "Munchlax": { height: math.unit("24", "inches"), weight: math.unit("231.5", "lbs"), name: "Munchlax", image: { source: "./media/pokemon/Munchlax.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.4, "inches") }, { name: "Normal", height: math.unit(24, "inches"), default: true }, { name: "Macro", height: math.unit(2400.0, "inches") }, { name: "Megamacro", height: math.unit(120000.0, "inches") }, { name: "Gigamacro", height: math.unit(240000000.0, "inches") } ] ) }; pokemonMakers["Munna"] = () => { return makeCharacter( "Munna", "Pokemon", { "Munna": { height: math.unit("24", "inches"), weight: math.unit("51.4", "lbs"), name: "Munna", image: { source: "./media/pokemon/Munna.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.4, "inches") }, { name: "Normal", height: math.unit(24, "inches"), default: true }, { name: "Macro", height: math.unit(2400.0, "inches") }, { name: "Megamacro", height: math.unit(120000.0, "inches") }, { name: "Gigamacro", height: math.unit(240000000.0, "inches") } ] ) }; pokemonMakers["Murkrow"] = () => { return makeCharacter( "Murkrow", "Pokemon", { "Murkrow": { height: math.unit("20", "inches"), weight: math.unit("4.6", "lbs"), name: "Murkrow", image: { source: "./media/pokemon/Murkrow.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.0, "inches") }, { name: "Normal", height: math.unit(20, "inches"), default: true }, { name: "Macro", height: math.unit(2000.0, "inches") }, { name: "Megamacro", height: math.unit(100000.0, "inches") }, { name: "Gigamacro", height: math.unit(200000000.0, "inches") } ] ) }; pokemonMakers["Musharna"] = () => { return makeCharacter( "Musharna", "Pokemon", { "Musharna": { height: math.unit("43", "inches"), weight: math.unit("133.4", "lbs"), name: "Musharna", image: { source: "./media/pokemon/Musharna.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(4.3, "inches") }, { name: "Normal", height: math.unit(43, "inches"), default: true }, { name: "Macro", height: math.unit(4300.0, "inches") }, { name: "Megamacro", height: math.unit(215000.0, "inches") }, { name: "Gigamacro", height: math.unit(430000000.0, "inches") } ] ) }; pokemonMakers["Naganadel"] = () => { return makeCharacter( "Naganadel", "Pokemon", { "Naganadel": { height: math.unit("142", "inches"), weight: math.unit("330.7", "lbs"), name: "Naganadel", image: { source: "./media/pokemon/Naganadel.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(14.2, "inches") }, { name: "Normal", height: math.unit(142, "inches"), default: true }, { name: "Macro", height: math.unit(14200.0, "inches") }, { name: "Megamacro", height: math.unit(710000.0, "inches") }, { name: "Gigamacro", height: math.unit(1420000000.0, "inches") } ] ) }; pokemonMakers["Natu"] = () => { return makeCharacter( "Natu", "Pokemon", { "Natu": { height: math.unit("8", "inches"), weight: math.unit("4.4", "lbs"), name: "Natu", image: { source: "./media/pokemon/Natu.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(0.8, "inches") }, { name: "Normal", height: math.unit(8, "inches"), default: true }, { name: "Macro", height: math.unit(800.0, "inches") }, { name: "Megamacro", height: math.unit(40000.0, "inches") }, { name: "Gigamacro", height: math.unit(80000000.0, "inches") } ] ) }; pokemonMakers["Necrozma"] = () => { return makeCharacter( "Necrozma", "Pokemon", { "Dawn Wings": { height: math.unit("165", "inches"), weight: math.unit("771.6", "lbs"), name: "Dawn Wings", image: { source: "./media/pokemon/Necrozma - Dawn Wings.svg" }, rename: true }, "Dusk Mane": { height: math.unit("150", "inches"), weight: math.unit("1014.1", "lbs"), name: "Dusk Mane", image: { source: "./media/pokemon/Necrozma - Dusk Mane.svg" }, rename: true }, "Necrozma": { height: math.unit("94", "inches"), weight: math.unit("507.1", "lbs"), name: "Necrozma", image: { source: "./media/pokemon/Necrozma.svg" }, rename: true }, "Ultra Necrozma": { height: math.unit("295", "inches"), weight: math.unit("507.1", "lbs"), name: "Ultra Necrozma", image: { source: "./media/pokemon/Ultra Necrozma.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(16.5, "inches") }, { name: "Normal", height: math.unit(165, "inches"), default: true }, { name: "Macro", height: math.unit(16500.0, "inches") }, { name: "Megamacro", height: math.unit(825000.0, "inches") }, { name: "Gigamacro", height: math.unit(1650000000.0, "inches") } ] ) }; pokemonMakers["Nickit"] = () => { return makeCharacter( "Nickit", "Pokemon", { "Nickit": { height: math.unit("24", "inches"), weight: math.unit("19.6", "lbs"), name: "Nickit", image: { source: "./media/pokemon/Nickit.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.4, "inches") }, { name: "Normal", height: math.unit(24, "inches"), default: true }, { name: "Macro", height: math.unit(2400.0, "inches") }, { name: "Megamacro", height: math.unit(120000.0, "inches") }, { name: "Gigamacro", height: math.unit(240000000.0, "inches") } ] ) }; pokemonMakers["Nidoking"] = () => { return makeCharacter( "Nidoking", "Pokemon", { "Nidoking": { height: math.unit("55", "inches"), weight: math.unit("136.7", "lbs"), name: "Nidoking", image: { source: "./media/pokemon/Nidoking.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(5.5, "inches") }, { name: "Normal", height: math.unit(55, "inches"), default: true }, { name: "Macro", height: math.unit(5500.0, "inches") }, { name: "Megamacro", height: math.unit(275000.0, "inches") }, { name: "Gigamacro", height: math.unit(550000000.0, "inches") } ] ) }; pokemonMakers["Nidoqueen"] = () => { return makeCharacter( "Nidoqueen", "Pokemon", { "Nidoqueen": { height: math.unit("51", "inches"), weight: math.unit("132.3", "lbs"), name: "Nidoqueen", image: { source: "./media/pokemon/Nidoqueen.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(5.1, "inches") }, { name: "Normal", height: math.unit(51, "inches"), default: true }, { name: "Macro", height: math.unit(5100.0, "inches") }, { name: "Megamacro", height: math.unit(255000.0, "inches") }, { name: "Gigamacro", height: math.unit(510000000.0, "inches") } ] ) }; pokemonMakers["Nidoran♀"] = () => { return makeCharacter( "Nidoran♀", "Pokemon", { "Nidoran♀": { height: math.unit("16", "inches"), weight: math.unit("15.4", "lbs"), name: "Nidoran♀", image: { source: "./media/pokemon/Nidoran♀.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(1.6, "inches") }, { name: "Normal", height: math.unit(16, "inches"), default: true }, { name: "Macro", height: math.unit(1600.0, "inches") }, { name: "Megamacro", height: math.unit(80000.0, "inches") }, { name: "Gigamacro", height: math.unit(160000000.0, "inches") } ] ) }; pokemonMakers["Nidoran♂"] = () => { return makeCharacter( "Nidoran♂", "Pokemon", { "Nidoran♂": { height: math.unit("20", "inches"), weight: math.unit("19.8", "lbs"), name: "Nidoran♂", image: { source: "./media/pokemon/Nidoran♂.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.0, "inches") }, { name: "Normal", height: math.unit(20, "inches"), default: true }, { name: "Macro", height: math.unit(2000.0, "inches") }, { name: "Megamacro", height: math.unit(100000.0, "inches") }, { name: "Gigamacro", height: math.unit(200000000.0, "inches") } ] ) }; pokemonMakers["Nidorina"] = () => { return makeCharacter( "Nidorina", "Pokemon", { "Nidorina": { height: math.unit("31", "inches"), weight: math.unit("44.1", "lbs"), name: "Nidorina", image: { source: "./media/pokemon/Nidorina.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.1, "inches") }, { name: "Normal", height: math.unit(31, "inches"), default: true }, { name: "Macro", height: math.unit(3100.0, "inches") }, { name: "Megamacro", height: math.unit(155000.0, "inches") }, { name: "Gigamacro", height: math.unit(310000000.0, "inches") } ] ) }; pokemonMakers["Nidorino"] = () => { return makeCharacter( "Nidorino", "Pokemon", { "Nidorino": { height: math.unit("35", "inches"), weight: math.unit("43.0", "lbs"), name: "Nidorino", image: { source: "./media/pokemon/Nidorino.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.5, "inches") }, { name: "Normal", height: math.unit(35, "inches"), default: true }, { name: "Macro", height: math.unit(3500.0, "inches") }, { name: "Megamacro", height: math.unit(175000.0, "inches") }, { name: "Gigamacro", height: math.unit(350000000.0, "inches") } ] ) }; pokemonMakers["Nihilego"] = () => { return makeCharacter( "Nihilego", "Pokemon", { "Nihilego": { height: math.unit("47", "inches"), weight: math.unit("122.4", "lbs"), name: "Nihilego", image: { source: "./media/pokemon/Nihilego.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(4.7, "inches") }, { name: "Normal", height: math.unit(47, "inches"), default: true }, { name: "Macro", height: math.unit(4700.0, "inches") }, { name: "Megamacro", height: math.unit(235000.0, "inches") }, { name: "Gigamacro", height: math.unit(470000000.0, "inches") } ] ) }; pokemonMakers["Nincada"] = () => { return makeCharacter( "Nincada", "Pokemon", { "Nincada": { height: math.unit("20", "inches"), weight: math.unit("12.1", "lbs"), name: "Nincada", image: { source: "./media/pokemon/Nincada.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.0, "inches") }, { name: "Normal", height: math.unit(20, "inches"), default: true }, { name: "Macro", height: math.unit(2000.0, "inches") }, { name: "Megamacro", height: math.unit(100000.0, "inches") }, { name: "Gigamacro", height: math.unit(200000000.0, "inches") } ] ) }; pokemonMakers["Ninetales"] = () => { return makeCharacter( "Ninetales", "Pokemon", { "Alola Form": { height: math.unit("43", "inches"), weight: math.unit("43.9", "lbs"), name: "Alola Form", image: { source: "./media/pokemon/Ninetales - Alola Form.svg" }, rename: true }, "Ninetales": { height: math.unit("43", "inches"), weight: math.unit("43.9", "lbs"), name: "Ninetales", image: { source: "./media/pokemon/Ninetales.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(4.3, "inches") }, { name: "Normal", height: math.unit(43, "inches"), default: true }, { name: "Macro", height: math.unit(4300.0, "inches") }, { name: "Megamacro", height: math.unit(215000.0, "inches") }, { name: "Gigamacro", height: math.unit(430000000.0, "inches") } ] ) }; pokemonMakers["Ninjask"] = () => { return makeCharacter( "Ninjask", "Pokemon", { "Ninjask": { height: math.unit("31", "inches"), weight: math.unit("26.5", "lbs"), name: "Ninjask", image: { source: "./media/pokemon/Ninjask.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.1, "inches") }, { name: "Normal", height: math.unit(31, "inches"), default: true }, { name: "Macro", height: math.unit(3100.0, "inches") }, { name: "Megamacro", height: math.unit(155000.0, "inches") }, { name: "Gigamacro", height: math.unit(310000000.0, "inches") } ] ) }; pokemonMakers["Noctowl"] = () => { return makeCharacter( "Noctowl", "Pokemon", { "Noctowl": { height: math.unit("63", "inches"), weight: math.unit("89.9", "lbs"), name: "Noctowl", image: { source: "./media/pokemon/Noctowl.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(6.3, "inches") }, { name: "Normal", height: math.unit(63, "inches"), default: true }, { name: "Macro", height: math.unit(6300.0, "inches") }, { name: "Megamacro", height: math.unit(315000.0, "inches") }, { name: "Gigamacro", height: math.unit(630000000.0, "inches") } ] ) }; pokemonMakers["Noibat"] = () => { return makeCharacter( "Noibat", "Pokemon", { "Noibat": { height: math.unit("20", "inches"), weight: math.unit("17.6", "lbs"), name: "Noibat", image: { source: "./media/pokemon/Noibat.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.0, "inches") }, { name: "Normal", height: math.unit(20, "inches"), default: true }, { name: "Macro", height: math.unit(2000.0, "inches") }, { name: "Megamacro", height: math.unit(100000.0, "inches") }, { name: "Gigamacro", height: math.unit(200000000.0, "inches") } ] ) }; pokemonMakers["Noivern"] = () => { return makeCharacter( "Noivern", "Pokemon", { "Noivern": { height: math.unit("59", "inches"), weight: math.unit("187.4", "lbs"), name: "Noivern", image: { source: "./media/pokemon/Noivern.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(5.9, "inches") }, { name: "Normal", height: math.unit(59, "inches"), default: true }, { name: "Macro", height: math.unit(5900.0, "inches") }, { name: "Megamacro", height: math.unit(295000.0, "inches") }, { name: "Gigamacro", height: math.unit(590000000.0, "inches") } ] ) }; pokemonMakers["Nosepass"] = () => { return makeCharacter( "Nosepass", "Pokemon", { "Nosepass": { height: math.unit("39", "inches"), weight: math.unit("213.8", "lbs"), name: "Nosepass", image: { source: "./media/pokemon/Nosepass.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.9, "inches") }, { name: "Normal", height: math.unit(39, "inches"), default: true }, { name: "Macro", height: math.unit(3900.0, "inches") }, { name: "Megamacro", height: math.unit(195000.0, "inches") }, { name: "Gigamacro", height: math.unit(390000000.0, "inches") } ] ) }; pokemonMakers["Numel"] = () => { return makeCharacter( "Numel", "Pokemon", { "Numel": { height: math.unit("28", "inches"), weight: math.unit("52.9", "lbs"), name: "Numel", image: { source: "./media/pokemon/Numel.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.8, "inches") }, { name: "Normal", height: math.unit(28, "inches"), default: true }, { name: "Macro", height: math.unit(2800.0, "inches") }, { name: "Megamacro", height: math.unit(140000.0, "inches") }, { name: "Gigamacro", height: math.unit(280000000.0, "inches") } ] ) }; pokemonMakers["Nuzleaf"] = () => { return makeCharacter( "Nuzleaf", "Pokemon", { "Nuzleaf": { height: math.unit("39", "inches"), weight: math.unit("61.7", "lbs"), name: "Nuzleaf", image: { source: "./media/pokemon/Nuzleaf.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.9, "inches") }, { name: "Normal", height: math.unit(39, "inches"), default: true }, { name: "Macro", height: math.unit(3900.0, "inches") }, { name: "Megamacro", height: math.unit(195000.0, "inches") }, { name: "Gigamacro", height: math.unit(390000000.0, "inches") } ] ) }; pokemonMakers["Obstagoon"] = () => { return makeCharacter( "Obstagoon", "Pokemon", { "Obstagoon": { height: math.unit("63", "inches"), weight: math.unit("101.4", "lbs"), name: "Obstagoon", image: { source: "./media/pokemon/Obstagoon.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(6.3, "inches") }, { name: "Normal", height: math.unit(63, "inches"), default: true }, { name: "Macro", height: math.unit(6300.0, "inches") }, { name: "Megamacro", height: math.unit(315000.0, "inches") }, { name: "Gigamacro", height: math.unit(630000000.0, "inches") } ] ) }; pokemonMakers["Octillery"] = () => { return makeCharacter( "Octillery", "Pokemon", { "Octillery": { height: math.unit("35", "inches"), weight: math.unit("62.8", "lbs"), name: "Octillery", image: { source: "./media/pokemon/Octillery.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.5, "inches") }, { name: "Normal", height: math.unit(35, "inches"), default: true }, { name: "Macro", height: math.unit(3500.0, "inches") }, { name: "Megamacro", height: math.unit(175000.0, "inches") }, { name: "Gigamacro", height: math.unit(350000000.0, "inches") } ] ) }; pokemonMakers["Oddish"] = () => { return makeCharacter( "Oddish", "Pokemon", { "Oddish": { height: math.unit("20", "inches"), weight: math.unit("11.9", "lbs"), name: "Oddish", image: { source: "./media/pokemon/Oddish.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.0, "inches") }, { name: "Normal", height: math.unit(20, "inches"), default: true }, { name: "Macro", height: math.unit(2000.0, "inches") }, { name: "Megamacro", height: math.unit(100000.0, "inches") }, { name: "Gigamacro", height: math.unit(200000000.0, "inches") } ] ) }; pokemonMakers["Omanyte"] = () => { return makeCharacter( "Omanyte", "Pokemon", { "Omanyte": { height: math.unit("16", "inches"), weight: math.unit("16.5", "lbs"), name: "Omanyte", image: { source: "./media/pokemon/Omanyte.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(1.6, "inches") }, { name: "Normal", height: math.unit(16, "inches"), default: true }, { name: "Macro", height: math.unit(1600.0, "inches") }, { name: "Megamacro", height: math.unit(80000.0, "inches") }, { name: "Gigamacro", height: math.unit(160000000.0, "inches") } ] ) }; pokemonMakers["Omastar"] = () => { return makeCharacter( "Omastar", "Pokemon", { "Omastar": { height: math.unit("39", "inches"), weight: math.unit("77.2", "lbs"), name: "Omastar", image: { source: "./media/pokemon/Omastar.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.9, "inches") }, { name: "Normal", height: math.unit(39, "inches"), default: true }, { name: "Macro", height: math.unit(3900.0, "inches") }, { name: "Megamacro", height: math.unit(195000.0, "inches") }, { name: "Gigamacro", height: math.unit(390000000.0, "inches") } ] ) }; pokemonMakers["Onix"] = () => { return makeCharacter( "Onix", "Pokemon", { "Onix": { height: math.unit("346", "inches"), weight: math.unit("463.0", "lbs"), name: "Onix", image: { source: "./media/pokemon/Onix.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(34.6, "inches") }, { name: "Normal", height: math.unit(346, "inches"), default: true }, { name: "Macro", height: math.unit(34600.0, "inches") }, { name: "Megamacro", height: math.unit(1730000.0, "inches") }, { name: "Gigamacro", height: math.unit(3460000000.0, "inches") } ] ) }; pokemonMakers["Oranguru"] = () => { return makeCharacter( "Oranguru", "Pokemon", { "Oranguru": { height: math.unit("59", "inches"), weight: math.unit("167.6", "lbs"), name: "Oranguru", image: { source: "./media/pokemon/Oranguru.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(5.9, "inches") }, { name: "Normal", height: math.unit(59, "inches"), default: true }, { name: "Macro", height: math.unit(5900.0, "inches") }, { name: "Megamacro", height: math.unit(295000.0, "inches") }, { name: "Gigamacro", height: math.unit(590000000.0, "inches") } ] ) }; pokemonMakers["Oricorio"] = () => { return makeCharacter( "Oricorio", "Pokemon", { "Baile Style": { height: math.unit("24", "inches"), weight: math.unit("7.5", "lbs"), name: "Baile Style", image: { source: "./media/pokemon/Oricorio - Baile Style.svg" }, rename: true }, "Pa'u Style": { height: math.unit("24", "inches"), weight: math.unit("7.5", "lbs"), name: "Pa'u Style", image: { source: "./media/pokemon/Oricorio - Pa'u Style.svg" }, rename: true }, "Pom-Pom Style": { height: math.unit("24", "inches"), weight: math.unit("7.5", "lbs"), name: "Pom-Pom Style", image: { source: "./media/pokemon/Oricorio - Pom-Pom Style.svg" }, rename: true }, "Sensu Style": { height: math.unit("24", "inches"), weight: math.unit("7.5", "lbs"), name: "Sensu Style", image: { source: "./media/pokemon/Oricorio - Sensu Style.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.4, "inches") }, { name: "Normal", height: math.unit(24, "inches"), default: true }, { name: "Macro", height: math.unit(2400.0, "inches") }, { name: "Megamacro", height: math.unit(120000.0, "inches") }, { name: "Gigamacro", height: math.unit(240000000.0, "inches") } ] ) }; pokemonMakers["Oshawott"] = () => { return makeCharacter( "Oshawott", "Pokemon", { "Oshawott": { height: math.unit("20", "inches"), weight: math.unit("13.0", "lbs"), name: "Oshawott", image: { source: "./media/pokemon/Oshawott.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.0, "inches") }, { name: "Normal", height: math.unit(20, "inches"), default: true }, { name: "Macro", height: math.unit(2000.0, "inches") }, { name: "Megamacro", height: math.unit(100000.0, "inches") }, { name: "Gigamacro", height: math.unit(200000000.0, "inches") } ] ) }; pokemonMakers["Pachirisu"] = () => { return makeCharacter( "Pachirisu", "Pokemon", { "Pachirisu": { height: math.unit("16", "inches"), weight: math.unit("8.6", "lbs"), name: "Pachirisu", image: { source: "./media/pokemon/Pachirisu.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(1.6, "inches") }, { name: "Normal", height: math.unit(16, "inches"), default: true }, { name: "Macro", height: math.unit(1600.0, "inches") }, { name: "Megamacro", height: math.unit(80000.0, "inches") }, { name: "Gigamacro", height: math.unit(160000000.0, "inches") } ] ) }; pokemonMakers["Palkia"] = () => { return makeCharacter( "Palkia", "Pokemon", { "Palkia": { height: math.unit("165", "inches"), weight: math.unit("740.8", "lbs"), name: "Palkia", image: { source: "./media/pokemon/Palkia.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(16.5, "inches") }, { name: "Normal", height: math.unit(165, "inches"), default: true }, { name: "Macro", height: math.unit(16500.0, "inches") }, { name: "Megamacro", height: math.unit(825000.0, "inches") }, { name: "Gigamacro", height: math.unit(1650000000.0, "inches") } ] ) }; pokemonMakers["Palossand"] = () => { return makeCharacter( "Palossand", "Pokemon", { "Palossand": { height: math.unit("51", "inches"), weight: math.unit("551.2", "lbs"), name: "Palossand", image: { source: "./media/pokemon/Palossand.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(5.1, "inches") }, { name: "Normal", height: math.unit(51, "inches"), default: true }, { name: "Macro", height: math.unit(5100.0, "inches") }, { name: "Megamacro", height: math.unit(255000.0, "inches") }, { name: "Gigamacro", height: math.unit(510000000.0, "inches") } ] ) }; pokemonMakers["Palpitoad"] = () => { return makeCharacter( "Palpitoad", "Pokemon", { "Palpitoad": { height: math.unit("31", "inches"), weight: math.unit("37.5", "lbs"), name: "Palpitoad", image: { source: "./media/pokemon/Palpitoad.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.1, "inches") }, { name: "Normal", height: math.unit(31, "inches"), default: true }, { name: "Macro", height: math.unit(3100.0, "inches") }, { name: "Megamacro", height: math.unit(155000.0, "inches") }, { name: "Gigamacro", height: math.unit(310000000.0, "inches") } ] ) }; pokemonMakers["Pancham"] = () => { return makeCharacter( "Pancham", "Pokemon", { "Pancham": { height: math.unit("24", "inches"), weight: math.unit("17.6", "lbs"), name: "Pancham", image: { source: "./media/pokemon/Pancham.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.4, "inches") }, { name: "Normal", height: math.unit(24, "inches"), default: true }, { name: "Macro", height: math.unit(2400.0, "inches") }, { name: "Megamacro", height: math.unit(120000.0, "inches") }, { name: "Gigamacro", height: math.unit(240000000.0, "inches") } ] ) }; pokemonMakers["Pangoro"] = () => { return makeCharacter( "Pangoro", "Pokemon", { "Pangoro": { height: math.unit("83", "inches"), weight: math.unit("299.8", "lbs"), name: "Pangoro", image: { source: "./media/pokemon/Pangoro.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(8.3, "inches") }, { name: "Normal", height: math.unit(83, "inches"), default: true }, { name: "Macro", height: math.unit(8300.0, "inches") }, { name: "Megamacro", height: math.unit(415000.0, "inches") }, { name: "Gigamacro", height: math.unit(830000000.0, "inches") } ] ) }; pokemonMakers["Panpour"] = () => { return makeCharacter( "Panpour", "Pokemon", { "Panpour": { height: math.unit("24", "inches"), weight: math.unit("29.8", "lbs"), name: "Panpour", image: { source: "./media/pokemon/Panpour.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.4, "inches") }, { name: "Normal", height: math.unit(24, "inches"), default: true }, { name: "Macro", height: math.unit(2400.0, "inches") }, { name: "Megamacro", height: math.unit(120000.0, "inches") }, { name: "Gigamacro", height: math.unit(240000000.0, "inches") } ] ) }; pokemonMakers["Pansage"] = () => { return makeCharacter( "Pansage", "Pokemon", { "Pansage": { height: math.unit("24", "inches"), weight: math.unit("23.1", "lbs"), name: "Pansage", image: { source: "./media/pokemon/Pansage.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.4, "inches") }, { name: "Normal", height: math.unit(24, "inches"), default: true }, { name: "Macro", height: math.unit(2400.0, "inches") }, { name: "Megamacro", height: math.unit(120000.0, "inches") }, { name: "Gigamacro", height: math.unit(240000000.0, "inches") } ] ) }; pokemonMakers["Pansear"] = () => { return makeCharacter( "Pansear", "Pokemon", { "Pansear": { height: math.unit("24", "inches"), weight: math.unit("24.3", "lbs"), name: "Pansear", image: { source: "./media/pokemon/Pansear.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.4, "inches") }, { name: "Normal", height: math.unit(24, "inches"), default: true }, { name: "Macro", height: math.unit(2400.0, "inches") }, { name: "Megamacro", height: math.unit(120000.0, "inches") }, { name: "Gigamacro", height: math.unit(240000000.0, "inches") } ] ) }; pokemonMakers["Paras"] = () => { return makeCharacter( "Paras", "Pokemon", { "Paras": { height: math.unit("12", "inches"), weight: math.unit("11.9", "lbs"), name: "Paras", image: { source: "./media/pokemon/Paras.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(1.2, "inches") }, { name: "Normal", height: math.unit(12, "inches"), default: true }, { name: "Macro", height: math.unit(1200.0, "inches") }, { name: "Megamacro", height: math.unit(60000.0, "inches") }, { name: "Gigamacro", height: math.unit(120000000.0, "inches") } ] ) }; pokemonMakers["Parasect"] = () => { return makeCharacter( "Parasect", "Pokemon", { "Parasect": { height: math.unit("39", "inches"), weight: math.unit("65.0", "lbs"), name: "Parasect", image: { source: "./media/pokemon/Parasect.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.9, "inches") }, { name: "Normal", height: math.unit(39, "inches"), default: true }, { name: "Macro", height: math.unit(3900.0, "inches") }, { name: "Megamacro", height: math.unit(195000.0, "inches") }, { name: "Gigamacro", height: math.unit(390000000.0, "inches") } ] ) }; pokemonMakers["Passimian"] = () => { return makeCharacter( "Passimian", "Pokemon", { "Passimian": { height: math.unit("79", "inches"), weight: math.unit("182.5", "lbs"), name: "Passimian", image: { source: "./media/pokemon/Passimian.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(7.9, "inches") }, { name: "Normal", height: math.unit(79, "inches"), default: true }, { name: "Macro", height: math.unit(7900.0, "inches") }, { name: "Megamacro", height: math.unit(395000.0, "inches") }, { name: "Gigamacro", height: math.unit(790000000.0, "inches") } ] ) }; pokemonMakers["Patrat"] = () => { return makeCharacter( "Patrat", "Pokemon", { "Patrat": { height: math.unit("20", "inches"), weight: math.unit("25.6", "lbs"), name: "Patrat", image: { source: "./media/pokemon/Patrat.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.0, "inches") }, { name: "Normal", height: math.unit(20, "inches"), default: true }, { name: "Macro", height: math.unit(2000.0, "inches") }, { name: "Megamacro", height: math.unit(100000.0, "inches") }, { name: "Gigamacro", height: math.unit(200000000.0, "inches") } ] ) }; pokemonMakers["Pawniard"] = () => { return makeCharacter( "Pawniard", "Pokemon", { "Pawniard": { height: math.unit("20", "inches"), weight: math.unit("22.5", "lbs"), name: "Pawniard", image: { source: "./media/pokemon/Pawniard.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.0, "inches") }, { name: "Normal", height: math.unit(20, "inches"), default: true }, { name: "Macro", height: math.unit(2000.0, "inches") }, { name: "Megamacro", height: math.unit(100000.0, "inches") }, { name: "Gigamacro", height: math.unit(200000000.0, "inches") } ] ) }; pokemonMakers["Pelipper"] = () => { return makeCharacter( "Pelipper", "Pokemon", { "Pelipper": { height: math.unit("47", "inches"), weight: math.unit("61.7", "lbs"), name: "Pelipper", image: { source: "./media/pokemon/Pelipper.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(4.7, "inches") }, { name: "Normal", height: math.unit(47, "inches"), default: true }, { name: "Macro", height: math.unit(4700.0, "inches") }, { name: "Megamacro", height: math.unit(235000.0, "inches") }, { name: "Gigamacro", height: math.unit(470000000.0, "inches") } ] ) }; pokemonMakers["Perrserker"] = () => { return makeCharacter( "Perrserker", "Pokemon", { "Perrserker": { height: math.unit("31", "inches"), weight: math.unit("61.7", "lbs"), name: "Perrserker", image: { source: "./media/pokemon/Perrserker.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.1, "inches") }, { name: "Normal", height: math.unit(31, "inches"), default: true }, { name: "Macro", height: math.unit(3100.0, "inches") }, { name: "Megamacro", height: math.unit(155000.0, "inches") }, { name: "Gigamacro", height: math.unit(310000000.0, "inches") } ] ) }; pokemonMakers["Persian"] = () => { return makeCharacter( "Persian", "Pokemon", { "Alola Form": { height: math.unit("43", "inches"), weight: math.unit("72.8", "lbs"), name: "Alola Form", image: { source: "./media/pokemon/Persian - Alola Form.svg" }, rename: true }, "Persian": { height: math.unit("39", "inches"), weight: math.unit("70.5", "lbs"), name: "Persian", image: { source: "./media/pokemon/Persian.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(4.3, "inches") }, { name: "Normal", height: math.unit(43, "inches"), default: true }, { name: "Macro", height: math.unit(4300.0, "inches") }, { name: "Megamacro", height: math.unit(215000.0, "inches") }, { name: "Gigamacro", height: math.unit(430000000.0, "inches") } ] ) }; pokemonMakers["Petilil"] = () => { return makeCharacter( "Petilil", "Pokemon", { "Petilil": { height: math.unit("20", "inches"), weight: math.unit("14.6", "lbs"), name: "Petilil", image: { source: "./media/pokemon/Petilil.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.0, "inches") }, { name: "Normal", height: math.unit(20, "inches"), default: true }, { name: "Macro", height: math.unit(2000.0, "inches") }, { name: "Megamacro", height: math.unit(100000.0, "inches") }, { name: "Gigamacro", height: math.unit(200000000.0, "inches") } ] ) }; pokemonMakers["Phanpy"] = () => { return makeCharacter( "Phanpy", "Pokemon", { "Phanpy": { height: math.unit("20", "inches"), weight: math.unit("73.9", "lbs"), name: "Phanpy", image: { source: "./media/pokemon/Phanpy.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.0, "inches") }, { name: "Normal", height: math.unit(20, "inches"), default: true }, { name: "Macro", height: math.unit(2000.0, "inches") }, { name: "Megamacro", height: math.unit(100000.0, "inches") }, { name: "Gigamacro", height: math.unit(200000000.0, "inches") } ] ) }; pokemonMakers["Phantump"] = () => { return makeCharacter( "Phantump", "Pokemon", { "Phantump": { height: math.unit("16", "inches"), weight: math.unit("15.4", "lbs"), name: "Phantump", image: { source: "./media/pokemon/Phantump.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(1.6, "inches") }, { name: "Normal", height: math.unit(16, "inches"), default: true }, { name: "Macro", height: math.unit(1600.0, "inches") }, { name: "Megamacro", height: math.unit(80000.0, "inches") }, { name: "Gigamacro", height: math.unit(160000000.0, "inches") } ] ) }; pokemonMakers["Pheromosa"] = () => { return makeCharacter( "Pheromosa", "Pokemon", { "Pheromosa": { height: math.unit("71", "inches"), weight: math.unit("55.1", "lbs"), name: "Pheromosa", image: { source: "./media/pokemon/Pheromosa.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(7.1, "inches") }, { name: "Normal", height: math.unit(71, "inches"), default: true }, { name: "Macro", height: math.unit(7100.0, "inches") }, { name: "Megamacro", height: math.unit(355000.0, "inches") }, { name: "Gigamacro", height: math.unit(710000000.0, "inches") } ] ) }; pokemonMakers["Phione"] = () => { return makeCharacter( "Phione", "Pokemon", { "Phione": { height: math.unit("16", "inches"), weight: math.unit("6.8", "lbs"), name: "Phione", image: { source: "./media/pokemon/Phione.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(1.6, "inches") }, { name: "Normal", height: math.unit(16, "inches"), default: true }, { name: "Macro", height: math.unit(1600.0, "inches") }, { name: "Megamacro", height: math.unit(80000.0, "inches") }, { name: "Gigamacro", height: math.unit(160000000.0, "inches") } ] ) }; pokemonMakers["Pichu"] = () => { return makeCharacter( "Pichu", "Pokemon", { "Pichu": { height: math.unit("12", "inches"), weight: math.unit("4.4", "lbs"), name: "Pichu", image: { source: "./media/pokemon/Pichu.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(1.2, "inches") }, { name: "Normal", height: math.unit(12, "inches"), default: true }, { name: "Macro", height: math.unit(1200.0, "inches") }, { name: "Megamacro", height: math.unit(60000.0, "inches") }, { name: "Gigamacro", height: math.unit(120000000.0, "inches") } ] ) }; pokemonMakers["Pidgeotto"] = () => { return makeCharacter( "Pidgeotto", "Pokemon", { "Pidgeotto": { height: math.unit("43", "inches"), weight: math.unit("66.1", "lbs"), name: "Pidgeotto", image: { source: "./media/pokemon/Pidgeotto.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(4.3, "inches") }, { name: "Normal", height: math.unit(43, "inches"), default: true }, { name: "Macro", height: math.unit(4300.0, "inches") }, { name: "Megamacro", height: math.unit(215000.0, "inches") }, { name: "Gigamacro", height: math.unit(430000000.0, "inches") } ] ) }; pokemonMakers["Pidgey"] = () => { return makeCharacter( "Pidgey", "Pokemon", { "Pidgey": { height: math.unit("12", "inches"), weight: math.unit("4.0", "lbs"), name: "Pidgey", image: { source: "./media/pokemon/Pidgey.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(1.2, "inches") }, { name: "Normal", height: math.unit(12, "inches"), default: true }, { name: "Macro", height: math.unit(1200.0, "inches") }, { name: "Megamacro", height: math.unit(60000.0, "inches") }, { name: "Gigamacro", height: math.unit(120000000.0, "inches") } ] ) }; pokemonMakers["Pidove"] = () => { return makeCharacter( "Pidove", "Pokemon", { "Pidove": { height: math.unit("12", "inches"), weight: math.unit("4.6", "lbs"), name: "Pidove", image: { source: "./media/pokemon/Pidove.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(1.2, "inches") }, { name: "Normal", height: math.unit(12, "inches"), default: true }, { name: "Macro", height: math.unit(1200.0, "inches") }, { name: "Megamacro", height: math.unit(60000.0, "inches") }, { name: "Gigamacro", height: math.unit(120000000.0, "inches") } ] ) }; pokemonMakers["Pignite"] = () => { return makeCharacter( "Pignite", "Pokemon", { "Pignite": { height: math.unit("39", "inches"), weight: math.unit("122.4", "lbs"), name: "Pignite", image: { source: "./media/pokemon/Pignite.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.9, "inches") }, { name: "Normal", height: math.unit(39, "inches"), default: true }, { name: "Macro", height: math.unit(3900.0, "inches") }, { name: "Megamacro", height: math.unit(195000.0, "inches") }, { name: "Gigamacro", height: math.unit(390000000.0, "inches") } ] ) }; pokemonMakers["Pikipek"] = () => { return makeCharacter( "Pikipek", "Pokemon", { "Pikipek": { height: math.unit("12", "inches"), weight: math.unit("2.6", "lbs"), name: "Pikipek", image: { source: "./media/pokemon/Pikipek.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(1.2, "inches") }, { name: "Normal", height: math.unit(12, "inches"), default: true }, { name: "Macro", height: math.unit(1200.0, "inches") }, { name: "Megamacro", height: math.unit(60000.0, "inches") }, { name: "Gigamacro", height: math.unit(120000000.0, "inches") } ] ) }; pokemonMakers["Piloswine"] = () => { return makeCharacter( "Piloswine", "Pokemon", { "Piloswine": { height: math.unit("43", "inches"), weight: math.unit("123.0", "lbs"), name: "Piloswine", image: { source: "./media/pokemon/Piloswine.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(4.3, "inches") }, { name: "Normal", height: math.unit(43, "inches"), default: true }, { name: "Macro", height: math.unit(4300.0, "inches") }, { name: "Megamacro", height: math.unit(215000.0, "inches") }, { name: "Gigamacro", height: math.unit(430000000.0, "inches") } ] ) }; pokemonMakers["Pincurchin"] = () => { return makeCharacter( "Pincurchin", "Pokemon", { "Pincurchin": { height: math.unit("12", "inches"), weight: math.unit("2.2", "lbs"), name: "Pincurchin", image: { source: "./media/pokemon/Pincurchin.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(1.2, "inches") }, { name: "Normal", height: math.unit(12, "inches"), default: true }, { name: "Macro", height: math.unit(1200.0, "inches") }, { name: "Megamacro", height: math.unit(60000.0, "inches") }, { name: "Gigamacro", height: math.unit(120000000.0, "inches") } ] ) }; pokemonMakers["Pineco"] = () => { return makeCharacter( "Pineco", "Pokemon", { "Pineco": { height: math.unit("24", "inches"), weight: math.unit("15.9", "lbs"), name: "Pineco", image: { source: "./media/pokemon/Pineco.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.4, "inches") }, { name: "Normal", height: math.unit(24, "inches"), default: true }, { name: "Macro", height: math.unit(2400.0, "inches") }, { name: "Megamacro", height: math.unit(120000.0, "inches") }, { name: "Gigamacro", height: math.unit(240000000.0, "inches") } ] ) }; pokemonMakers["Piplup"] = () => { return makeCharacter( "Piplup", "Pokemon", { "Piplup": { height: math.unit("16", "inches"), weight: math.unit("11.5", "lbs"), name: "Piplup", image: { source: "./media/pokemon/Piplup.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(1.6, "inches") }, { name: "Normal", height: math.unit(16, "inches"), default: true }, { name: "Macro", height: math.unit(1600.0, "inches") }, { name: "Megamacro", height: math.unit(80000.0, "inches") }, { name: "Gigamacro", height: math.unit(160000000.0, "inches") } ] ) }; pokemonMakers["Plusle"] = () => { return makeCharacter( "Plusle", "Pokemon", { "Plusle": { height: math.unit("16", "inches"), weight: math.unit("9.3", "lbs"), name: "Plusle", image: { source: "./media/pokemon/Plusle.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(1.6, "inches") }, { name: "Normal", height: math.unit(16, "inches"), default: true }, { name: "Macro", height: math.unit(1600.0, "inches") }, { name: "Megamacro", height: math.unit(80000.0, "inches") }, { name: "Gigamacro", height: math.unit(160000000.0, "inches") } ] ) }; pokemonMakers["Poipole"] = () => { return makeCharacter( "Poipole", "Pokemon", { "Poipole": { height: math.unit("24", "inches"), weight: math.unit("4.0", "lbs"), name: "Poipole", image: { source: "./media/pokemon/Poipole.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.4, "inches") }, { name: "Normal", height: math.unit(24, "inches"), default: true }, { name: "Macro", height: math.unit(2400.0, "inches") }, { name: "Megamacro", height: math.unit(120000.0, "inches") }, { name: "Gigamacro", height: math.unit(240000000.0, "inches") } ] ) }; pokemonMakers["Politoed"] = () => { return makeCharacter( "Politoed", "Pokemon", { "Politoed": { height: math.unit("43", "inches"), weight: math.unit("74.7", "lbs"), name: "Politoed", image: { source: "./media/pokemon/Politoed.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(4.3, "inches") }, { name: "Normal", height: math.unit(43, "inches"), default: true }, { name: "Macro", height: math.unit(4300.0, "inches") }, { name: "Megamacro", height: math.unit(215000.0, "inches") }, { name: "Gigamacro", height: math.unit(430000000.0, "inches") } ] ) }; pokemonMakers["Poliwag"] = () => { return makeCharacter( "Poliwag", "Pokemon", { "Poliwag": { height: math.unit("24", "inches"), weight: math.unit("27.3", "lbs"), name: "Poliwag", image: { source: "./media/pokemon/Poliwag.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.4, "inches") }, { name: "Normal", height: math.unit(24, "inches"), default: true }, { name: "Macro", height: math.unit(2400.0, "inches") }, { name: "Megamacro", height: math.unit(120000.0, "inches") }, { name: "Gigamacro", height: math.unit(240000000.0, "inches") } ] ) }; pokemonMakers["Poliwhirl"] = () => { return makeCharacter( "Poliwhirl", "Pokemon", { "Poliwhirl": { height: math.unit("39", "inches"), weight: math.unit("44.1", "lbs"), name: "Poliwhirl", image: { source: "./media/pokemon/Poliwhirl.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.9, "inches") }, { name: "Normal", height: math.unit(39, "inches"), default: true }, { name: "Macro", height: math.unit(3900.0, "inches") }, { name: "Megamacro", height: math.unit(195000.0, "inches") }, { name: "Gigamacro", height: math.unit(390000000.0, "inches") } ] ) }; pokemonMakers["Poliwrath"] = () => { return makeCharacter( "Poliwrath", "Pokemon", { "Poliwrath": { height: math.unit("51", "inches"), weight: math.unit("119.0", "lbs"), name: "Poliwrath", image: { source: "./media/pokemon/Poliwrath.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(5.1, "inches") }, { name: "Normal", height: math.unit(51, "inches"), default: true }, { name: "Macro", height: math.unit(5100.0, "inches") }, { name: "Megamacro", height: math.unit(255000.0, "inches") }, { name: "Gigamacro", height: math.unit(510000000.0, "inches") } ] ) }; pokemonMakers["Polteageist"] = () => { return makeCharacter( "Polteageist", "Pokemon", { "Polteageist": { height: math.unit("8", "inches"), weight: math.unit("0.9", "lbs"), name: "Polteageist", image: { source: "./media/pokemon/Polteageist.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(0.8, "inches") }, { name: "Normal", height: math.unit(8, "inches"), default: true }, { name: "Macro", height: math.unit(800.0, "inches") }, { name: "Megamacro", height: math.unit(40000.0, "inches") }, { name: "Gigamacro", height: math.unit(80000000.0, "inches") } ] ) }; pokemonMakers["Ponyta"] = () => { return makeCharacter( "Ponyta", "Pokemon", { "Galarian Form": { height: math.unit("31", "inches"), weight: math.unit("52.9", "lbs"), name: "Galarian Form", image: { source: "./media/pokemon/Ponyta - Galarian Form.svg" }, rename: true }, "Ponyta": { height: math.unit("39", "inches"), weight: math.unit("66.1", "lbs"), name: "Ponyta", image: { source: "./media/pokemon/Ponyta.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.1, "inches") }, { name: "Normal", height: math.unit(31, "inches"), default: true }, { name: "Macro", height: math.unit(3100.0, "inches") }, { name: "Megamacro", height: math.unit(155000.0, "inches") }, { name: "Gigamacro", height: math.unit(310000000.0, "inches") } ] ) }; pokemonMakers["Poochyena"] = () => { return makeCharacter( "Poochyena", "Pokemon", { "Poochyena": { height: math.unit("20", "inches"), weight: math.unit("30.0", "lbs"), name: "Poochyena", image: { source: "./media/pokemon/Poochyena.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.0, "inches") }, { name: "Normal", height: math.unit(20, "inches"), default: true }, { name: "Macro", height: math.unit(2000.0, "inches") }, { name: "Megamacro", height: math.unit(100000.0, "inches") }, { name: "Gigamacro", height: math.unit(200000000.0, "inches") } ] ) }; pokemonMakers["Popplio"] = () => { return makeCharacter( "Popplio", "Pokemon", { "Popplio": { height: math.unit("16", "inches"), weight: math.unit("16.5", "lbs"), name: "Popplio", image: { source: "./media/pokemon/Popplio.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(1.6, "inches") }, { name: "Normal", height: math.unit(16, "inches"), default: true }, { name: "Macro", height: math.unit(1600.0, "inches") }, { name: "Megamacro", height: math.unit(80000.0, "inches") }, { name: "Gigamacro", height: math.unit(160000000.0, "inches") } ] ) }; pokemonMakers["Porygon-Z"] = () => { return makeCharacter( "Porygon-Z", "Pokemon", { "Porygon-Z": { height: math.unit("35", "inches"), weight: math.unit("75.0", "lbs"), name: "Porygon-Z", image: { source: "./media/pokemon/Porygon-Z.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.5, "inches") }, { name: "Normal", height: math.unit(35, "inches"), default: true }, { name: "Macro", height: math.unit(3500.0, "inches") }, { name: "Megamacro", height: math.unit(175000.0, "inches") }, { name: "Gigamacro", height: math.unit(350000000.0, "inches") } ] ) }; pokemonMakers["Porygon"] = () => { return makeCharacter( "Porygon", "Pokemon", { "Porygon": { height: math.unit("31", "inches"), weight: math.unit("80.5", "lbs"), name: "Porygon", image: { source: "./media/pokemon/Porygon.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.1, "inches") }, { name: "Normal", height: math.unit(31, "inches"), default: true }, { name: "Macro", height: math.unit(3100.0, "inches") }, { name: "Megamacro", height: math.unit(155000.0, "inches") }, { name: "Gigamacro", height: math.unit(310000000.0, "inches") } ] ) }; pokemonMakers["Porygon2"] = () => { return makeCharacter( "Porygon2", "Pokemon", { "Porygon2": { height: math.unit("24", "inches"), weight: math.unit("71.6", "lbs"), name: "Porygon2", image: { source: "./media/pokemon/Porygon2.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.4, "inches") }, { name: "Normal", height: math.unit(24, "inches"), default: true }, { name: "Macro", height: math.unit(2400.0, "inches") }, { name: "Megamacro", height: math.unit(120000.0, "inches") }, { name: "Gigamacro", height: math.unit(240000000.0, "inches") } ] ) }; pokemonMakers["Primarina"] = () => { return makeCharacter( "Primarina", "Pokemon", { "Primarina": { height: math.unit("71", "inches"), weight: math.unit("97.0", "lbs"), name: "Primarina", image: { source: "./media/pokemon/Primarina.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(7.1, "inches") }, { name: "Normal", height: math.unit(71, "inches"), default: true }, { name: "Macro", height: math.unit(7100.0, "inches") }, { name: "Megamacro", height: math.unit(355000.0, "inches") }, { name: "Gigamacro", height: math.unit(710000000.0, "inches") } ] ) }; pokemonMakers["Primeape"] = () => { return makeCharacter( "Primeape", "Pokemon", { "Primeape": { height: math.unit("39", "inches"), weight: math.unit("70.5", "lbs"), name: "Primeape", image: { source: "./media/pokemon/Primeape.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.9, "inches") }, { name: "Normal", height: math.unit(39, "inches"), default: true }, { name: "Macro", height: math.unit(3900.0, "inches") }, { name: "Megamacro", height: math.unit(195000.0, "inches") }, { name: "Gigamacro", height: math.unit(390000000.0, "inches") } ] ) }; pokemonMakers["Prinplup"] = () => { return makeCharacter( "Prinplup", "Pokemon", { "Prinplup": { height: math.unit("31", "inches"), weight: math.unit("50.7", "lbs"), name: "Prinplup", image: { source: "./media/pokemon/Prinplup.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.1, "inches") }, { name: "Normal", height: math.unit(31, "inches"), default: true }, { name: "Macro", height: math.unit(3100.0, "inches") }, { name: "Megamacro", height: math.unit(155000.0, "inches") }, { name: "Gigamacro", height: math.unit(310000000.0, "inches") } ] ) }; pokemonMakers["Probopass"] = () => { return makeCharacter( "Probopass", "Pokemon", { "Probopass": { height: math.unit("55", "inches"), weight: math.unit("749.6", "lbs"), name: "Probopass", image: { source: "./media/pokemon/Probopass.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(5.5, "inches") }, { name: "Normal", height: math.unit(55, "inches"), default: true }, { name: "Macro", height: math.unit(5500.0, "inches") }, { name: "Megamacro", height: math.unit(275000.0, "inches") }, { name: "Gigamacro", height: math.unit(550000000.0, "inches") } ] ) }; pokemonMakers["Psyduck"] = () => { return makeCharacter( "Psyduck", "Pokemon", { "Psyduck": { height: math.unit("31", "inches"), weight: math.unit("43.2", "lbs"), name: "Psyduck", image: { source: "./media/pokemon/Psyduck.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.1, "inches") }, { name: "Normal", height: math.unit(31, "inches"), default: true }, { name: "Macro", height: math.unit(3100.0, "inches") }, { name: "Megamacro", height: math.unit(155000.0, "inches") }, { name: "Gigamacro", height: math.unit(310000000.0, "inches") } ] ) }; pokemonMakers["Pumpkaboo"] = () => { return makeCharacter( "Pumpkaboo", "Pokemon", { "Large Size": { height: math.unit("20", "inches"), weight: math.unit("16.5", "lbs"), name: "Large Size", image: { source: "./media/pokemon/Pumpkaboo - Large Size.svg" }, rename: true }, "Small Size": { height: math.unit("12", "inches"), weight: math.unit("7.7", "lbs"), name: "Small Size", image: { source: "./media/pokemon/Pumpkaboo - Small Size.svg" }, rename: true }, "Super Size": { height: math.unit("31", "inches"), weight: math.unit("33.1", "lbs"), name: "Super Size", image: { source: "./media/pokemon/Pumpkaboo - Super Size.svg" }, rename: true }, "Pumpkaboo": { height: math.unit("16", "inches"), weight: math.unit("11.0", "lbs"), name: "Pumpkaboo", image: { source: "./media/pokemon/Pumpkaboo.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.0, "inches") }, { name: "Normal", height: math.unit(20, "inches"), default: true }, { name: "Macro", height: math.unit(2000.0, "inches") }, { name: "Megamacro", height: math.unit(100000.0, "inches") }, { name: "Gigamacro", height: math.unit(200000000.0, "inches") } ] ) }; pokemonMakers["Pupitar"] = () => { return makeCharacter( "Pupitar", "Pokemon", { "Pupitar": { height: math.unit("47", "inches"), weight: math.unit("335.1", "lbs"), name: "Pupitar", image: { source: "./media/pokemon/Pupitar.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(4.7, "inches") }, { name: "Normal", height: math.unit(47, "inches"), default: true }, { name: "Macro", height: math.unit(4700.0, "inches") }, { name: "Megamacro", height: math.unit(235000.0, "inches") }, { name: "Gigamacro", height: math.unit(470000000.0, "inches") } ] ) }; pokemonMakers["Purrloin"] = () => { return makeCharacter( "Purrloin", "Pokemon", { "Purrloin": { height: math.unit("16", "inches"), weight: math.unit("22.3", "lbs"), name: "Purrloin", image: { source: "./media/pokemon/Purrloin.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(1.6, "inches") }, { name: "Normal", height: math.unit(16, "inches"), default: true }, { name: "Macro", height: math.unit(1600.0, "inches") }, { name: "Megamacro", height: math.unit(80000.0, "inches") }, { name: "Gigamacro", height: math.unit(160000000.0, "inches") } ] ) }; pokemonMakers["Purugly"] = () => { return makeCharacter( "Purugly", "Pokemon", { "Purugly": { height: math.unit("39", "inches"), weight: math.unit("96.6", "lbs"), name: "Purugly", image: { source: "./media/pokemon/Purugly.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.9, "inches") }, { name: "Normal", height: math.unit(39, "inches"), default: true }, { name: "Macro", height: math.unit(3900.0, "inches") }, { name: "Megamacro", height: math.unit(195000.0, "inches") }, { name: "Gigamacro", height: math.unit(390000000.0, "inches") } ] ) }; pokemonMakers["Pyroar"] = () => { return makeCharacter( "Pyroar", "Pokemon", { "Female": { height: math.unit("59", "inches"), weight: math.unit("179.7", "lbs"), name: "Female", image: { source: "./media/pokemon/Pyroar - Female.svg" }, rename: true }, "Male": { height: math.unit("59", "inches"), weight: math.unit("179.7", "lbs"), name: "Male", image: { source: "./media/pokemon/Pyroar - Male.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(5.9, "inches") }, { name: "Normal", height: math.unit(59, "inches"), default: true }, { name: "Macro", height: math.unit(5900.0, "inches") }, { name: "Megamacro", height: math.unit(295000.0, "inches") }, { name: "Gigamacro", height: math.unit(590000000.0, "inches") } ] ) }; pokemonMakers["Pyukumuku"] = () => { return makeCharacter( "Pyukumuku", "Pokemon", { "Pyukumuku": { height: math.unit("12", "inches"), weight: math.unit("2.6", "lbs"), name: "Pyukumuku", image: { source: "./media/pokemon/Pyukumuku.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(1.2, "inches") }, { name: "Normal", height: math.unit(12, "inches"), default: true }, { name: "Macro", height: math.unit(1200.0, "inches") }, { name: "Megamacro", height: math.unit(60000.0, "inches") }, { name: "Gigamacro", height: math.unit(120000000.0, "inches") } ] ) }; pokemonMakers["Quagsire"] = () => { return makeCharacter( "Quagsire", "Pokemon", { "Quagsire": { height: math.unit("55", "inches"), weight: math.unit("165.3", "lbs"), name: "Quagsire", image: { source: "./media/pokemon/Quagsire.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(5.5, "inches") }, { name: "Normal", height: math.unit(55, "inches"), default: true }, { name: "Macro", height: math.unit(5500.0, "inches") }, { name: "Megamacro", height: math.unit(275000.0, "inches") }, { name: "Gigamacro", height: math.unit(550000000.0, "inches") } ] ) }; pokemonMakers["Quilava"] = () => { return makeCharacter( "Quilava", "Pokemon", { "Quilava": { height: math.unit("35", "inches"), weight: math.unit("41.9", "lbs"), name: "Quilava", image: { source: "./media/pokemon/Quilava.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.5, "inches") }, { name: "Normal", height: math.unit(35, "inches"), default: true }, { name: "Macro", height: math.unit(3500.0, "inches") }, { name: "Megamacro", height: math.unit(175000.0, "inches") }, { name: "Gigamacro", height: math.unit(350000000.0, "inches") } ] ) }; pokemonMakers["Quilladin"] = () => { return makeCharacter( "Quilladin", "Pokemon", { "Quilladin": { height: math.unit("28", "inches"), weight: math.unit("63.9", "lbs"), name: "Quilladin", image: { source: "./media/pokemon/Quilladin.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.8, "inches") }, { name: "Normal", height: math.unit(28, "inches"), default: true }, { name: "Macro", height: math.unit(2800.0, "inches") }, { name: "Megamacro", height: math.unit(140000.0, "inches") }, { name: "Gigamacro", height: math.unit(280000000.0, "inches") } ] ) }; pokemonMakers["Qwilfish"] = () => { return makeCharacter( "Qwilfish", "Pokemon", { "Qwilfish": { height: math.unit("20", "inches"), weight: math.unit("8.6", "lbs"), name: "Qwilfish", image: { source: "./media/pokemon/Qwilfish.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.0, "inches") }, { name: "Normal", height: math.unit(20, "inches"), default: true }, { name: "Macro", height: math.unit(2000.0, "inches") }, { name: "Megamacro", height: math.unit(100000.0, "inches") }, { name: "Gigamacro", height: math.unit(200000000.0, "inches") } ] ) }; pokemonMakers["Raboot"] = () => { return makeCharacter( "Raboot", "Pokemon", { "Raboot": { height: math.unit("24", "inches"), weight: math.unit("19.8", "lbs"), name: "Raboot", image: { source: "./media/pokemon/Raboot.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.4, "inches") }, { name: "Normal", height: math.unit(24, "inches"), default: true }, { name: "Macro", height: math.unit(2400.0, "inches") }, { name: "Megamacro", height: math.unit(120000.0, "inches") }, { name: "Gigamacro", height: math.unit(240000000.0, "inches") } ] ) }; pokemonMakers["Raichu"] = () => { return makeCharacter( "Raichu", "Pokemon", { "Alola Form": { height: math.unit("28", "inches"), weight: math.unit("46.3", "lbs"), name: "Alola Form", image: { source: "./media/pokemon/Raichu - Alola Form.svg" }, rename: true }, "Raichu": { height: math.unit("31", "inches"), weight: math.unit("66.1", "lbs"), name: "Raichu", image: { source: "./media/pokemon/Raichu.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.8, "inches") }, { name: "Normal", height: math.unit(28, "inches"), default: true }, { name: "Macro", height: math.unit(2800.0, "inches") }, { name: "Megamacro", height: math.unit(140000.0, "inches") }, { name: "Gigamacro", height: math.unit(280000000.0, "inches") } ] ) }; pokemonMakers["Raikou"] = () => { return makeCharacter( "Raikou", "Pokemon", { "Raikou": { height: math.unit("75", "inches"), weight: math.unit("392.4", "lbs"), name: "Raikou", image: { source: "./media/pokemon/Raikou.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(7.5, "inches") }, { name: "Normal", height: math.unit(75, "inches"), default: true }, { name: "Macro", height: math.unit(7500.0, "inches") }, { name: "Megamacro", height: math.unit(375000.0, "inches") }, { name: "Gigamacro", height: math.unit(750000000.0, "inches") } ] ) }; pokemonMakers["Ralts"] = () => { return makeCharacter( "Ralts", "Pokemon", { "Ralts": { height: math.unit("16", "inches"), weight: math.unit("14.6", "lbs"), name: "Ralts", image: { source: "./media/pokemon/Ralts.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(1.6, "inches") }, { name: "Normal", height: math.unit(16, "inches"), default: true }, { name: "Macro", height: math.unit(1600.0, "inches") }, { name: "Megamacro", height: math.unit(80000.0, "inches") }, { name: "Gigamacro", height: math.unit(160000000.0, "inches") } ] ) }; pokemonMakers["Rampardos"] = () => { return makeCharacter( "Rampardos", "Pokemon", { "Rampardos": { height: math.unit("63", "inches"), weight: math.unit("226.0", "lbs"), name: "Rampardos", image: { source: "./media/pokemon/Rampardos.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(6.3, "inches") }, { name: "Normal", height: math.unit(63, "inches"), default: true }, { name: "Macro", height: math.unit(6300.0, "inches") }, { name: "Megamacro", height: math.unit(315000.0, "inches") }, { name: "Gigamacro", height: math.unit(630000000.0, "inches") } ] ) }; pokemonMakers["Rapidash"] = () => { return makeCharacter( "Rapidash", "Pokemon", { "Galarian Form": { height: math.unit("67", "inches"), weight: math.unit("176.4", "lbs"), name: "Galarian Form", image: { source: "./media/pokemon/Rapidash - Galarian Form.svg" }, rename: true }, "Rapidash": { height: math.unit("67", "inches"), weight: math.unit("209.4", "lbs"), name: "Rapidash", image: { source: "./media/pokemon/Rapidash.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(6.7, "inches") }, { name: "Normal", height: math.unit(67, "inches"), default: true }, { name: "Macro", height: math.unit(6700.0, "inches") }, { name: "Megamacro", height: math.unit(335000.0, "inches") }, { name: "Gigamacro", height: math.unit(670000000.0, "inches") } ] ) }; pokemonMakers["Raticate"] = () => { return makeCharacter( "Raticate", "Pokemon", { "Alola Form": { height: math.unit("28", "inches"), weight: math.unit("56.2", "lbs"), name: "Alola Form", image: { source: "./media/pokemon/Raticate - Alola Form.svg" }, rename: true }, "Raticate": { height: math.unit("28", "inches"), weight: math.unit("40.8", "lbs"), name: "Raticate", image: { source: "./media/pokemon/Raticate.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.8, "inches") }, { name: "Normal", height: math.unit(28, "inches"), default: true }, { name: "Macro", height: math.unit(2800.0, "inches") }, { name: "Megamacro", height: math.unit(140000.0, "inches") }, { name: "Gigamacro", height: math.unit(280000000.0, "inches") } ] ) }; pokemonMakers["Rattata"] = () => { return makeCharacter( "Rattata", "Pokemon", { "Alola Form": { height: math.unit("12", "inches"), weight: math.unit("8.4", "lbs"), name: "Alola Form", image: { source: "./media/pokemon/Rattata - Alola Form.svg" }, rename: true }, "Rattata": { height: math.unit("12", "inches"), weight: math.unit("7.7", "lbs"), name: "Rattata", image: { source: "./media/pokemon/Rattata.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(1.2, "inches") }, { name: "Normal", height: math.unit(12, "inches"), default: true }, { name: "Macro", height: math.unit(1200.0, "inches") }, { name: "Megamacro", height: math.unit(60000.0, "inches") }, { name: "Gigamacro", height: math.unit(120000000.0, "inches") } ] ) }; pokemonMakers["Regice"] = () => { return makeCharacter( "Regice", "Pokemon", { "Regice": { height: math.unit("71", "inches"), weight: math.unit("385.8", "lbs"), name: "Regice", image: { source: "./media/pokemon/Regice.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(7.1, "inches") }, { name: "Normal", height: math.unit(71, "inches"), default: true }, { name: "Macro", height: math.unit(7100.0, "inches") }, { name: "Megamacro", height: math.unit(355000.0, "inches") }, { name: "Gigamacro", height: math.unit(710000000.0, "inches") } ] ) }; pokemonMakers["Regigigas"] = () => { return makeCharacter( "Regigigas", "Pokemon", { "Regigigas": { height: math.unit("146", "inches"), weight: math.unit("925.9", "lbs"), name: "Regigigas", image: { source: "./media/pokemon/Regigigas.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(14.6, "inches") }, { name: "Normal", height: math.unit(146, "inches"), default: true }, { name: "Macro", height: math.unit(14600.0, "inches") }, { name: "Megamacro", height: math.unit(730000.0, "inches") }, { name: "Gigamacro", height: math.unit(1460000000.0, "inches") } ] ) }; pokemonMakers["Regirock"] = () => { return makeCharacter( "Regirock", "Pokemon", { "Regirock": { height: math.unit("67", "inches"), weight: math.unit("507.1", "lbs"), name: "Regirock", image: { source: "./media/pokemon/Regirock.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(6.7, "inches") }, { name: "Normal", height: math.unit(67, "inches"), default: true }, { name: "Macro", height: math.unit(6700.0, "inches") }, { name: "Megamacro", height: math.unit(335000.0, "inches") }, { name: "Gigamacro", height: math.unit(670000000.0, "inches") } ] ) }; pokemonMakers["Registeel"] = () => { return makeCharacter( "Registeel", "Pokemon", { "Registeel": { height: math.unit("75", "inches"), weight: math.unit("451.9", "lbs"), name: "Registeel", image: { source: "./media/pokemon/Registeel.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(7.5, "inches") }, { name: "Normal", height: math.unit(75, "inches"), default: true }, { name: "Macro", height: math.unit(7500.0, "inches") }, { name: "Megamacro", height: math.unit(375000.0, "inches") }, { name: "Gigamacro", height: math.unit(750000000.0, "inches") } ] ) }; pokemonMakers["Relicanth"] = () => { return makeCharacter( "Relicanth", "Pokemon", { "Relicanth": { height: math.unit("39", "inches"), weight: math.unit("51.6", "lbs"), name: "Relicanth", image: { source: "./media/pokemon/Relicanth.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.9, "inches") }, { name: "Normal", height: math.unit(39, "inches"), default: true }, { name: "Macro", height: math.unit(3900.0, "inches") }, { name: "Megamacro", height: math.unit(195000.0, "inches") }, { name: "Gigamacro", height: math.unit(390000000.0, "inches") } ] ) }; pokemonMakers["Remoraid"] = () => { return makeCharacter( "Remoraid", "Pokemon", { "Remoraid": { height: math.unit("24", "inches"), weight: math.unit("26.5", "lbs"), name: "Remoraid", image: { source: "./media/pokemon/Remoraid.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.4, "inches") }, { name: "Normal", height: math.unit(24, "inches"), default: true }, { name: "Macro", height: math.unit(2400.0, "inches") }, { name: "Megamacro", height: math.unit(120000.0, "inches") }, { name: "Gigamacro", height: math.unit(240000000.0, "inches") } ] ) }; pokemonMakers["Reshiram"] = () => { return makeCharacter( "Reshiram", "Pokemon", { "Reshiram": { height: math.unit("126", "inches"), weight: math.unit("727.5", "lbs"), name: "Reshiram", image: { source: "./media/pokemon/Reshiram.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(12.6, "inches") }, { name: "Normal", height: math.unit(126, "inches"), default: true }, { name: "Macro", height: math.unit(12600.0, "inches") }, { name: "Megamacro", height: math.unit(630000.0, "inches") }, { name: "Gigamacro", height: math.unit(1260000000.0, "inches") } ] ) }; pokemonMakers["Reuniclus"] = () => { return makeCharacter( "Reuniclus", "Pokemon", { "Reuniclus": { height: math.unit("39", "inches"), weight: math.unit("44.3", "lbs"), name: "Reuniclus", image: { source: "./media/pokemon/Reuniclus.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.9, "inches") }, { name: "Normal", height: math.unit(39, "inches"), default: true }, { name: "Macro", height: math.unit(3900.0, "inches") }, { name: "Megamacro", height: math.unit(195000.0, "inches") }, { name: "Gigamacro", height: math.unit(390000000.0, "inches") } ] ) }; pokemonMakers["Rhydon"] = () => { return makeCharacter( "Rhydon", "Pokemon", { "Rhydon": { height: math.unit("75", "inches"), weight: math.unit("264.6", "lbs"), name: "Rhydon", image: { source: "./media/pokemon/Rhydon.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(7.5, "inches") }, { name: "Normal", height: math.unit(75, "inches"), default: true }, { name: "Macro", height: math.unit(7500.0, "inches") }, { name: "Megamacro", height: math.unit(375000.0, "inches") }, { name: "Gigamacro", height: math.unit(750000000.0, "inches") } ] ) }; pokemonMakers["Rhyhorn"] = () => { return makeCharacter( "Rhyhorn", "Pokemon", { "Rhyhorn": { height: math.unit("39", "inches"), weight: math.unit("253.5", "lbs"), name: "Rhyhorn", image: { source: "./media/pokemon/Rhyhorn.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.9, "inches") }, { name: "Normal", height: math.unit(39, "inches"), default: true }, { name: "Macro", height: math.unit(3900.0, "inches") }, { name: "Megamacro", height: math.unit(195000.0, "inches") }, { name: "Gigamacro", height: math.unit(390000000.0, "inches") } ] ) }; pokemonMakers["Rhyperior"] = () => { return makeCharacter( "Rhyperior", "Pokemon", { "Rhyperior": { height: math.unit("94", "inches"), weight: math.unit("623.5", "lbs"), name: "Rhyperior", image: { source: "./media/pokemon/Rhyperior.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(9.4, "inches") }, { name: "Normal", height: math.unit(94, "inches"), default: true }, { name: "Macro", height: math.unit(9400.0, "inches") }, { name: "Megamacro", height: math.unit(470000.0, "inches") }, { name: "Gigamacro", height: math.unit(940000000.0, "inches") } ] ) }; pokemonMakers["Ribombee"] = () => { return makeCharacter( "Ribombee", "Pokemon", { "Ribombee": { height: math.unit("8", "inches"), weight: math.unit("1.1", "lbs"), name: "Ribombee", image: { source: "./media/pokemon/Ribombee.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(0.8, "inches") }, { name: "Normal", height: math.unit(8, "inches"), default: true }, { name: "Macro", height: math.unit(800.0, "inches") }, { name: "Megamacro", height: math.unit(40000.0, "inches") }, { name: "Gigamacro", height: math.unit(80000000.0, "inches") } ] ) }; pokemonMakers["Rillaboom"] = () => { return makeCharacter( "Rillaboom", "Pokemon", { "Rillaboom": { height: math.unit("83", "inches"), weight: math.unit("198.4", "lbs"), name: "Rillaboom", image: { source: "./media/pokemon/Rillaboom.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(8.3, "inches") }, { name: "Normal", height: math.unit(83, "inches"), default: true }, { name: "Macro", height: math.unit(8300.0, "inches") }, { name: "Megamacro", height: math.unit(415000.0, "inches") }, { name: "Gigamacro", height: math.unit(830000000.0, "inches") } ] ) }; pokemonMakers["Riolu"] = () => { return makeCharacter( "Riolu", "Pokemon", { "Riolu": { height: math.unit("28", "inches"), weight: math.unit("44.5", "lbs"), name: "Riolu", image: { source: "./media/pokemon/Riolu.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.8, "inches") }, { name: "Normal", height: math.unit(28, "inches"), default: true }, { name: "Macro", height: math.unit(2800.0, "inches") }, { name: "Megamacro", height: math.unit(140000.0, "inches") }, { name: "Gigamacro", height: math.unit(280000000.0, "inches") } ] ) }; pokemonMakers["Rockruff"] = () => { return makeCharacter( "Rockruff", "Pokemon", { "Rockruff": { height: math.unit("20", "inches"), weight: math.unit("20.3", "lbs"), name: "Rockruff", image: { source: "./media/pokemon/Rockruff.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.0, "inches") }, { name: "Normal", height: math.unit(20, "inches"), default: true }, { name: "Macro", height: math.unit(2000.0, "inches") }, { name: "Megamacro", height: math.unit(100000.0, "inches") }, { name: "Gigamacro", height: math.unit(200000000.0, "inches") } ] ) }; pokemonMakers["Roggenrola"] = () => { return makeCharacter( "Roggenrola", "Pokemon", { "Roggenrola": { height: math.unit("16", "inches"), weight: math.unit("39.7", "lbs"), name: "Roggenrola", image: { source: "./media/pokemon/Roggenrola.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(1.6, "inches") }, { name: "Normal", height: math.unit(16, "inches"), default: true }, { name: "Macro", height: math.unit(1600.0, "inches") }, { name: "Megamacro", height: math.unit(80000.0, "inches") }, { name: "Gigamacro", height: math.unit(160000000.0, "inches") } ] ) }; pokemonMakers["Rolycoly"] = () => { return makeCharacter( "Rolycoly", "Pokemon", { "Rolycoly": { height: math.unit("12", "inches"), weight: math.unit("26.5", "lbs"), name: "Rolycoly", image: { source: "./media/pokemon/Rolycoly.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(1.2, "inches") }, { name: "Normal", height: math.unit(12, "inches"), default: true }, { name: "Macro", height: math.unit(1200.0, "inches") }, { name: "Megamacro", height: math.unit(60000.0, "inches") }, { name: "Gigamacro", height: math.unit(120000000.0, "inches") } ] ) }; pokemonMakers["Rookidee"] = () => { return makeCharacter( "Rookidee", "Pokemon", { "Rookidee": { height: math.unit("8", "inches"), weight: math.unit("4.0", "lbs"), name: "Rookidee", image: { source: "./media/pokemon/Rookidee.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(0.8, "inches") }, { name: "Normal", height: math.unit(8, "inches"), default: true }, { name: "Macro", height: math.unit(800.0, "inches") }, { name: "Megamacro", height: math.unit(40000.0, "inches") }, { name: "Gigamacro", height: math.unit(80000000.0, "inches") } ] ) }; pokemonMakers["Roselia"] = () => { return makeCharacter( "Roselia", "Pokemon", { "Roselia": { height: math.unit("12", "inches"), weight: math.unit("4.4", "lbs"), name: "Roselia", image: { source: "./media/pokemon/Roselia.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(1.2, "inches") }, { name: "Normal", height: math.unit(12, "inches"), default: true }, { name: "Macro", height: math.unit(1200.0, "inches") }, { name: "Megamacro", height: math.unit(60000.0, "inches") }, { name: "Gigamacro", height: math.unit(120000000.0, "inches") } ] ) }; pokemonMakers["Roserade"] = () => { return makeCharacter( "Roserade", "Pokemon", { "Roserade": { height: math.unit("35", "inches"), weight: math.unit("32.0", "lbs"), name: "Roserade", image: { source: "./media/pokemon/Roserade.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.5, "inches") }, { name: "Normal", height: math.unit(35, "inches"), default: true }, { name: "Macro", height: math.unit(3500.0, "inches") }, { name: "Megamacro", height: math.unit(175000.0, "inches") }, { name: "Gigamacro", height: math.unit(350000000.0, "inches") } ] ) }; pokemonMakers["Rowlet"] = () => { return makeCharacter( "Rowlet", "Pokemon", { "Rowlet": { height: math.unit("12", "inches"), weight: math.unit("3.3", "lbs"), name: "Rowlet", image: { source: "./media/pokemon/Rowlet.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(1.2, "inches") }, { name: "Normal", height: math.unit(12, "inches"), default: true }, { name: "Macro", height: math.unit(1200.0, "inches") }, { name: "Megamacro", height: math.unit(60000.0, "inches") }, { name: "Gigamacro", height: math.unit(120000000.0, "inches") } ] ) }; pokemonMakers["Rufflet"] = () => { return makeCharacter( "Rufflet", "Pokemon", { "Rufflet": { height: math.unit("20", "inches"), weight: math.unit("23.1", "lbs"), name: "Rufflet", image: { source: "./media/pokemon/Rufflet.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.0, "inches") }, { name: "Normal", height: math.unit(20, "inches"), default: true }, { name: "Macro", height: math.unit(2000.0, "inches") }, { name: "Megamacro", height: math.unit(100000.0, "inches") }, { name: "Gigamacro", height: math.unit(200000000.0, "inches") } ] ) }; pokemonMakers["Runerigus"] = () => { return makeCharacter( "Runerigus", "Pokemon", { "Runerigus": { height: math.unit("63", "inches"), weight: math.unit("146.8", "lbs"), name: "Runerigus", image: { source: "./media/pokemon/Runerigus.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(6.3, "inches") }, { name: "Normal", height: math.unit(63, "inches"), default: true }, { name: "Macro", height: math.unit(6300.0, "inches") }, { name: "Megamacro", height: math.unit(315000.0, "inches") }, { name: "Gigamacro", height: math.unit(630000000.0, "inches") } ] ) }; pokemonMakers["Salandit"] = () => { return makeCharacter( "Salandit", "Pokemon", { "Salandit": { height: math.unit("24", "inches"), weight: math.unit("10.6", "lbs"), name: "Salandit", image: { source: "./media/pokemon/Salandit.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.4, "inches") }, { name: "Normal", height: math.unit(24, "inches"), default: true }, { name: "Macro", height: math.unit(2400.0, "inches") }, { name: "Megamacro", height: math.unit(120000.0, "inches") }, { name: "Gigamacro", height: math.unit(240000000.0, "inches") } ] ) }; pokemonMakers["Salazzle"] = () => { return makeCharacter( "Salazzle", "Pokemon", { "Salazzle": { height: math.unit("47", "inches"), weight: math.unit("48.9", "lbs"), name: "Salazzle", image: { source: "./media/pokemon/Salazzle.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(4.7, "inches") }, { name: "Normal", height: math.unit(47, "inches"), default: true }, { name: "Macro", height: math.unit(4700.0, "inches") }, { name: "Megamacro", height: math.unit(235000.0, "inches") }, { name: "Gigamacro", height: math.unit(470000000.0, "inches") } ] ) }; pokemonMakers["Samurott"] = () => { return makeCharacter( "Samurott", "Pokemon", { "Samurott": { height: math.unit("59", "inches"), weight: math.unit("208.6", "lbs"), name: "Samurott", image: { source: "./media/pokemon/Samurott.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(5.9, "inches") }, { name: "Normal", height: math.unit(59, "inches"), default: true }, { name: "Macro", height: math.unit(5900.0, "inches") }, { name: "Megamacro", height: math.unit(295000.0, "inches") }, { name: "Gigamacro", height: math.unit(590000000.0, "inches") } ] ) }; pokemonMakers["Sandile"] = () => { return makeCharacter( "Sandile", "Pokemon", { "Sandile": { height: math.unit("28", "inches"), weight: math.unit("33.5", "lbs"), name: "Sandile", image: { source: "./media/pokemon/Sandile.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.8, "inches") }, { name: "Normal", height: math.unit(28, "inches"), default: true }, { name: "Macro", height: math.unit(2800.0, "inches") }, { name: "Megamacro", height: math.unit(140000.0, "inches") }, { name: "Gigamacro", height: math.unit(280000000.0, "inches") } ] ) }; pokemonMakers["Sandshrew"] = () => { return makeCharacter( "Sandshrew", "Pokemon", { "Alola Form": { height: math.unit("28", "inches"), weight: math.unit("88.2", "lbs"), name: "Alola Form", image: { source: "./media/pokemon/Sandshrew - Alola Form.svg" }, rename: true }, "Sandshrew": { height: math.unit("24", "inches"), weight: math.unit("26.5", "lbs"), name: "Sandshrew", image: { source: "./media/pokemon/Sandshrew.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.8, "inches") }, { name: "Normal", height: math.unit(28, "inches"), default: true }, { name: "Macro", height: math.unit(2800.0, "inches") }, { name: "Megamacro", height: math.unit(140000.0, "inches") }, { name: "Gigamacro", height: math.unit(280000000.0, "inches") } ] ) }; pokemonMakers["Sandslash"] = () => { return makeCharacter( "Sandslash", "Pokemon", { "Alola Form": { height: math.unit("47", "inches"), weight: math.unit("121.3", "lbs"), name: "Alola Form", image: { source: "./media/pokemon/Sandslash - Alola Form.svg" }, rename: true }, "Sandslash": { height: math.unit("39", "inches"), weight: math.unit("65.0", "lbs"), name: "Sandslash", image: { source: "./media/pokemon/Sandslash.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(4.7, "inches") }, { name: "Normal", height: math.unit(47, "inches"), default: true }, { name: "Macro", height: math.unit(4700.0, "inches") }, { name: "Megamacro", height: math.unit(235000.0, "inches") }, { name: "Gigamacro", height: math.unit(470000000.0, "inches") } ] ) }; pokemonMakers["Sandygast"] = () => { return makeCharacter( "Sandygast", "Pokemon", { "Sandygast": { height: math.unit("20", "inches"), weight: math.unit("154.3", "lbs"), name: "Sandygast", image: { source: "./media/pokemon/Sandygast.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.0, "inches") }, { name: "Normal", height: math.unit(20, "inches"), default: true }, { name: "Macro", height: math.unit(2000.0, "inches") }, { name: "Megamacro", height: math.unit(100000.0, "inches") }, { name: "Gigamacro", height: math.unit(200000000.0, "inches") } ] ) }; pokemonMakers["Sawk"] = () => { return makeCharacter( "Sawk", "Pokemon", { "Sawk": { height: math.unit("55", "inches"), weight: math.unit("112.4", "lbs"), name: "Sawk", image: { source: "./media/pokemon/Sawk.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(5.5, "inches") }, { name: "Normal", height: math.unit(55, "inches"), default: true }, { name: "Macro", height: math.unit(5500.0, "inches") }, { name: "Megamacro", height: math.unit(275000.0, "inches") }, { name: "Gigamacro", height: math.unit(550000000.0, "inches") } ] ) }; pokemonMakers["Sawsbuck"] = () => { return makeCharacter( "Sawsbuck", "Pokemon", { "Autumn Form": { height: math.unit("75", "inches"), weight: math.unit("203.9", "lbs"), name: "Autumn Form", image: { source: "./media/pokemon/Sawsbuck - Autumn Form.svg" }, rename: true }, "Spring Form": { height: math.unit("75", "inches"), weight: math.unit("203.9", "lbs"), name: "Spring Form", image: { source: "./media/pokemon/Sawsbuck - Spring Form.svg" }, rename: true }, "Summer Form": { height: math.unit("75", "inches"), weight: math.unit("203.9", "lbs"), name: "Summer Form", image: { source: "./media/pokemon/Sawsbuck - Summer Form.svg" }, rename: true }, "Winter Form": { height: math.unit("75", "inches"), weight: math.unit("203.9", "lbs"), name: "Winter Form", image: { source: "./media/pokemon/Sawsbuck - Winter Form.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(7.5, "inches") }, { name: "Normal", height: math.unit(75, "inches"), default: true }, { name: "Macro", height: math.unit(7500.0, "inches") }, { name: "Megamacro", height: math.unit(375000.0, "inches") }, { name: "Gigamacro", height: math.unit(750000000.0, "inches") } ] ) }; pokemonMakers["Scatterbug"] = () => { return makeCharacter( "Scatterbug", "Pokemon", { "Scatterbug": { height: math.unit("12", "inches"), weight: math.unit("5.5", "lbs"), name: "Scatterbug", image: { source: "./media/pokemon/Scatterbug.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(1.2, "inches") }, { name: "Normal", height: math.unit(12, "inches"), default: true }, { name: "Macro", height: math.unit(1200.0, "inches") }, { name: "Megamacro", height: math.unit(60000.0, "inches") }, { name: "Gigamacro", height: math.unit(120000000.0, "inches") } ] ) }; pokemonMakers["Scolipede"] = () => { return makeCharacter( "Scolipede", "Pokemon", { "Scolipede": { height: math.unit("98", "inches"), weight: math.unit("442.0", "lbs"), name: "Scolipede", image: { source: "./media/pokemon/Scolipede.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(9.8, "inches") }, { name: "Normal", height: math.unit(98, "inches"), default: true }, { name: "Macro", height: math.unit(9800.0, "inches") }, { name: "Megamacro", height: math.unit(490000.0, "inches") }, { name: "Gigamacro", height: math.unit(980000000.0, "inches") } ] ) }; pokemonMakers["Scorbunny"] = () => { return makeCharacter( "Scorbunny", "Pokemon", { "Scorbunny": { height: math.unit("12", "inches"), weight: math.unit("9.9", "lbs"), name: "Scorbunny", image: { source: "./media/pokemon/Scorbunny.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(1.2, "inches") }, { name: "Normal", height: math.unit(12, "inches"), default: true }, { name: "Macro", height: math.unit(1200.0, "inches") }, { name: "Megamacro", height: math.unit(60000.0, "inches") }, { name: "Gigamacro", height: math.unit(120000000.0, "inches") } ] ) }; pokemonMakers["Scrafty"] = () => { return makeCharacter( "Scrafty", "Pokemon", { "Scrafty": { height: math.unit("43", "inches"), weight: math.unit("66.1", "lbs"), name: "Scrafty", image: { source: "./media/pokemon/Scrafty.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(4.3, "inches") }, { name: "Normal", height: math.unit(43, "inches"), default: true }, { name: "Macro", height: math.unit(4300.0, "inches") }, { name: "Megamacro", height: math.unit(215000.0, "inches") }, { name: "Gigamacro", height: math.unit(430000000.0, "inches") } ] ) }; pokemonMakers["Scraggy"] = () => { return makeCharacter( "Scraggy", "Pokemon", { "Scraggy": { height: math.unit("24", "inches"), weight: math.unit("26.0", "lbs"), name: "Scraggy", image: { source: "./media/pokemon/Scraggy.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.4, "inches") }, { name: "Normal", height: math.unit(24, "inches"), default: true }, { name: "Macro", height: math.unit(2400.0, "inches") }, { name: "Megamacro", height: math.unit(120000.0, "inches") }, { name: "Gigamacro", height: math.unit(240000000.0, "inches") } ] ) }; pokemonMakers["Scyther"] = () => { return makeCharacter( "Scyther", "Pokemon", { "Scyther": { height: math.unit("59", "inches"), weight: math.unit("123.5", "lbs"), name: "Scyther", image: { source: "./media/pokemon/Scyther.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(5.9, "inches") }, { name: "Normal", height: math.unit(59, "inches"), default: true }, { name: "Macro", height: math.unit(5900.0, "inches") }, { name: "Megamacro", height: math.unit(295000.0, "inches") }, { name: "Gigamacro", height: math.unit(590000000.0, "inches") } ] ) }; pokemonMakers["Seadra"] = () => { return makeCharacter( "Seadra", "Pokemon", { "Seadra": { height: math.unit("47", "inches"), weight: math.unit("55.1", "lbs"), name: "Seadra", image: { source: "./media/pokemon/Seadra.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(4.7, "inches") }, { name: "Normal", height: math.unit(47, "inches"), default: true }, { name: "Macro", height: math.unit(4700.0, "inches") }, { name: "Megamacro", height: math.unit(235000.0, "inches") }, { name: "Gigamacro", height: math.unit(470000000.0, "inches") } ] ) }; pokemonMakers["Seaking"] = () => { return makeCharacter( "Seaking", "Pokemon", { "Seaking": { height: math.unit("51", "inches"), weight: math.unit("86.0", "lbs"), name: "Seaking", image: { source: "./media/pokemon/Seaking.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(5.1, "inches") }, { name: "Normal", height: math.unit(51, "inches"), default: true }, { name: "Macro", height: math.unit(5100.0, "inches") }, { name: "Megamacro", height: math.unit(255000.0, "inches") }, { name: "Gigamacro", height: math.unit(510000000.0, "inches") } ] ) }; pokemonMakers["Sealeo"] = () => { return makeCharacter( "Sealeo", "Pokemon", { "Sealeo": { height: math.unit("43", "inches"), weight: math.unit("193.1", "lbs"), name: "Sealeo", image: { source: "./media/pokemon/Sealeo.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(4.3, "inches") }, { name: "Normal", height: math.unit(43, "inches"), default: true }, { name: "Macro", height: math.unit(4300.0, "inches") }, { name: "Megamacro", height: math.unit(215000.0, "inches") }, { name: "Gigamacro", height: math.unit(430000000.0, "inches") } ] ) }; pokemonMakers["Seedot"] = () => { return makeCharacter( "Seedot", "Pokemon", { "Seedot": { height: math.unit("20", "inches"), weight: math.unit("8.8", "lbs"), name: "Seedot", image: { source: "./media/pokemon/Seedot.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.0, "inches") }, { name: "Normal", height: math.unit(20, "inches"), default: true }, { name: "Macro", height: math.unit(2000.0, "inches") }, { name: "Megamacro", height: math.unit(100000.0, "inches") }, { name: "Gigamacro", height: math.unit(200000000.0, "inches") } ] ) }; pokemonMakers["Seel"] = () => { return makeCharacter( "Seel", "Pokemon", { "Seel": { height: math.unit("43", "inches"), weight: math.unit("198.4", "lbs"), name: "Seel", image: { source: "./media/pokemon/Seel.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(4.3, "inches") }, { name: "Normal", height: math.unit(43, "inches"), default: true }, { name: "Macro", height: math.unit(4300.0, "inches") }, { name: "Megamacro", height: math.unit(215000.0, "inches") }, { name: "Gigamacro", height: math.unit(430000000.0, "inches") } ] ) }; pokemonMakers["Seismitoad"] = () => { return makeCharacter( "Seismitoad", "Pokemon", { "Seismitoad": { height: math.unit("59", "inches"), weight: math.unit("136.7", "lbs"), name: "Seismitoad", image: { source: "./media/pokemon/Seismitoad.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(5.9, "inches") }, { name: "Normal", height: math.unit(59, "inches"), default: true }, { name: "Macro", height: math.unit(5900.0, "inches") }, { name: "Megamacro", height: math.unit(295000.0, "inches") }, { name: "Gigamacro", height: math.unit(590000000.0, "inches") } ] ) }; pokemonMakers["Sentret"] = () => { return makeCharacter( "Sentret", "Pokemon", { "Sentret": { height: math.unit("31", "inches"), weight: math.unit("13.2", "lbs"), name: "Sentret", image: { source: "./media/pokemon/Sentret.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.1, "inches") }, { name: "Normal", height: math.unit(31, "inches"), default: true }, { name: "Macro", height: math.unit(3100.0, "inches") }, { name: "Megamacro", height: math.unit(155000.0, "inches") }, { name: "Gigamacro", height: math.unit(310000000.0, "inches") } ] ) }; pokemonMakers["Serperior"] = () => { return makeCharacter( "Serperior", "Pokemon", { "Serperior": { height: math.unit("130", "inches"), weight: math.unit("138.9", "lbs"), name: "Serperior", image: { source: "./media/pokemon/Serperior.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(13.0, "inches") }, { name: "Normal", height: math.unit(130, "inches"), default: true }, { name: "Macro", height: math.unit(13000.0, "inches") }, { name: "Megamacro", height: math.unit(650000.0, "inches") }, { name: "Gigamacro", height: math.unit(1300000000.0, "inches") } ] ) }; pokemonMakers["Servine"] = () => { return makeCharacter( "Servine", "Pokemon", { "Servine": { height: math.unit("31", "inches"), weight: math.unit("35.3", "lbs"), name: "Servine", image: { source: "./media/pokemon/Servine.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.1, "inches") }, { name: "Normal", height: math.unit(31, "inches"), default: true }, { name: "Macro", height: math.unit(3100.0, "inches") }, { name: "Megamacro", height: math.unit(155000.0, "inches") }, { name: "Gigamacro", height: math.unit(310000000.0, "inches") } ] ) }; pokemonMakers["Seviper"] = () => { return makeCharacter( "Seviper", "Pokemon", { "Seviper": { height: math.unit("106", "inches"), weight: math.unit("115.7", "lbs"), name: "Seviper", image: { source: "./media/pokemon/Seviper.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(10.6, "inches") }, { name: "Normal", height: math.unit(106, "inches"), default: true }, { name: "Macro", height: math.unit(10600.0, "inches") }, { name: "Megamacro", height: math.unit(530000.0, "inches") }, { name: "Gigamacro", height: math.unit(1060000000.0, "inches") } ] ) }; pokemonMakers["Sewaddle"] = () => { return makeCharacter( "Sewaddle", "Pokemon", { "Sewaddle": { height: math.unit("12", "inches"), weight: math.unit("5.5", "lbs"), name: "Sewaddle", image: { source: "./media/pokemon/Sewaddle.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(1.2, "inches") }, { name: "Normal", height: math.unit(12, "inches"), default: true }, { name: "Macro", height: math.unit(1200.0, "inches") }, { name: "Megamacro", height: math.unit(60000.0, "inches") }, { name: "Gigamacro", height: math.unit(120000000.0, "inches") } ] ) }; pokemonMakers["Shaymin"] = () => { return makeCharacter( "Shaymin", "Pokemon", { "Land Forme": { height: math.unit("8", "inches"), weight: math.unit("4.6", "lbs"), name: "Land Forme", image: { source: "./media/pokemon/Shaymin - Land Forme.svg" }, rename: true }, "Sky Forme": { height: math.unit("16", "inches"), weight: math.unit("11.5", "lbs"), name: "Sky Forme", image: { source: "./media/pokemon/Shaymin - Sky Forme.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(0.8, "inches") }, { name: "Normal", height: math.unit(8, "inches"), default: true }, { name: "Macro", height: math.unit(800.0, "inches") }, { name: "Megamacro", height: math.unit(40000.0, "inches") }, { name: "Gigamacro", height: math.unit(80000000.0, "inches") } ] ) }; pokemonMakers["Shedinja"] = () => { return makeCharacter( "Shedinja", "Pokemon", { "Shedinja": { height: math.unit("31", "inches"), weight: math.unit("2.6", "lbs"), name: "Shedinja", image: { source: "./media/pokemon/Shedinja.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.1, "inches") }, { name: "Normal", height: math.unit(31, "inches"), default: true }, { name: "Macro", height: math.unit(3100.0, "inches") }, { name: "Megamacro", height: math.unit(155000.0, "inches") }, { name: "Gigamacro", height: math.unit(310000000.0, "inches") } ] ) }; pokemonMakers["Shelgon"] = () => { return makeCharacter( "Shelgon", "Pokemon", { "Shelgon": { height: math.unit("43", "inches"), weight: math.unit("243.6", "lbs"), name: "Shelgon", image: { source: "./media/pokemon/Shelgon.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(4.3, "inches") }, { name: "Normal", height: math.unit(43, "inches"), default: true }, { name: "Macro", height: math.unit(4300.0, "inches") }, { name: "Megamacro", height: math.unit(215000.0, "inches") }, { name: "Gigamacro", height: math.unit(430000000.0, "inches") } ] ) }; pokemonMakers["Shellder"] = () => { return makeCharacter( "Shellder", "Pokemon", { "Shellder": { height: math.unit("12", "inches"), weight: math.unit("8.8", "lbs"), name: "Shellder", image: { source: "./media/pokemon/Shellder.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(1.2, "inches") }, { name: "Normal", height: math.unit(12, "inches"), default: true }, { name: "Macro", height: math.unit(1200.0, "inches") }, { name: "Megamacro", height: math.unit(60000.0, "inches") }, { name: "Gigamacro", height: math.unit(120000000.0, "inches") } ] ) }; pokemonMakers["Shellos"] = () => { return makeCharacter( "Shellos", "Pokemon", { "East Sea": { height: math.unit("12", "inches"), weight: math.unit("13.9", "lbs"), name: "East Sea", image: { source: "./media/pokemon/Shellos - East Sea.svg" }, rename: true }, "West Sea": { height: math.unit("12", "inches"), weight: math.unit("13.9", "lbs"), name: "West Sea", image: { source: "./media/pokemon/Shellos - West Sea.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(1.2, "inches") }, { name: "Normal", height: math.unit(12, "inches"), default: true }, { name: "Macro", height: math.unit(1200.0, "inches") }, { name: "Megamacro", height: math.unit(60000.0, "inches") }, { name: "Gigamacro", height: math.unit(120000000.0, "inches") } ] ) }; pokemonMakers["Shelmet"] = () => { return makeCharacter( "Shelmet", "Pokemon", { "Shelmet": { height: math.unit("16", "inches"), weight: math.unit("17.0", "lbs"), name: "Shelmet", image: { source: "./media/pokemon/Shelmet.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(1.6, "inches") }, { name: "Normal", height: math.unit(16, "inches"), default: true }, { name: "Macro", height: math.unit(1600.0, "inches") }, { name: "Megamacro", height: math.unit(80000.0, "inches") }, { name: "Gigamacro", height: math.unit(160000000.0, "inches") } ] ) }; pokemonMakers["Shieldon"] = () => { return makeCharacter( "Shieldon", "Pokemon", { "Shieldon": { height: math.unit("20", "inches"), weight: math.unit("125.7", "lbs"), name: "Shieldon", image: { source: "./media/pokemon/Shieldon.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.0, "inches") }, { name: "Normal", height: math.unit(20, "inches"), default: true }, { name: "Macro", height: math.unit(2000.0, "inches") }, { name: "Megamacro", height: math.unit(100000.0, "inches") }, { name: "Gigamacro", height: math.unit(200000000.0, "inches") } ] ) }; pokemonMakers["Shiftry"] = () => { return makeCharacter( "Shiftry", "Pokemon", { "Shiftry": { height: math.unit("51", "inches"), weight: math.unit("131.4", "lbs"), name: "Shiftry", image: { source: "./media/pokemon/Shiftry.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(5.1, "inches") }, { name: "Normal", height: math.unit(51, "inches"), default: true }, { name: "Macro", height: math.unit(5100.0, "inches") }, { name: "Megamacro", height: math.unit(255000.0, "inches") }, { name: "Gigamacro", height: math.unit(510000000.0, "inches") } ] ) }; pokemonMakers["Shiinotic"] = () => { return makeCharacter( "Shiinotic", "Pokemon", { "Shiinotic": { height: math.unit("39", "inches"), weight: math.unit("25.4", "lbs"), name: "Shiinotic", image: { source: "./media/pokemon/Shiinotic.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.9, "inches") }, { name: "Normal", height: math.unit(39, "inches"), default: true }, { name: "Macro", height: math.unit(3900.0, "inches") }, { name: "Megamacro", height: math.unit(195000.0, "inches") }, { name: "Gigamacro", height: math.unit(390000000.0, "inches") } ] ) }; pokemonMakers["Shinx"] = () => { return makeCharacter( "Shinx", "Pokemon", { "Shinx": { height: math.unit("20", "inches"), weight: math.unit("20.9", "lbs"), name: "Shinx", image: { source: "./media/pokemon/Shinx.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.0, "inches") }, { name: "Normal", height: math.unit(20, "inches"), default: true }, { name: "Macro", height: math.unit(2000.0, "inches") }, { name: "Megamacro", height: math.unit(100000.0, "inches") }, { name: "Gigamacro", height: math.unit(200000000.0, "inches") } ] ) }; pokemonMakers["Shroomish"] = () => { return makeCharacter( "Shroomish", "Pokemon", { "Shroomish": { height: math.unit("16", "inches"), weight: math.unit("9.9", "lbs"), name: "Shroomish", image: { source: "./media/pokemon/Shroomish.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(1.6, "inches") }, { name: "Normal", height: math.unit(16, "inches"), default: true }, { name: "Macro", height: math.unit(1600.0, "inches") }, { name: "Megamacro", height: math.unit(80000.0, "inches") }, { name: "Gigamacro", height: math.unit(160000000.0, "inches") } ] ) }; pokemonMakers["Shuckle"] = () => { return makeCharacter( "Shuckle", "Pokemon", { "Shuckle": { height: math.unit("24", "inches"), weight: math.unit("45.2", "lbs"), name: "Shuckle", image: { source: "./media/pokemon/Shuckle.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.4, "inches") }, { name: "Normal", height: math.unit(24, "inches"), default: true }, { name: "Macro", height: math.unit(2400.0, "inches") }, { name: "Megamacro", height: math.unit(120000.0, "inches") }, { name: "Gigamacro", height: math.unit(240000000.0, "inches") } ] ) }; pokemonMakers["Shuppet"] = () => { return makeCharacter( "Shuppet", "Pokemon", { "Shuppet": { height: math.unit("24", "inches"), weight: math.unit("5.1", "lbs"), name: "Shuppet", image: { source: "./media/pokemon/Shuppet.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.4, "inches") }, { name: "Normal", height: math.unit(24, "inches"), default: true }, { name: "Macro", height: math.unit(2400.0, "inches") }, { name: "Megamacro", height: math.unit(120000.0, "inches") }, { name: "Gigamacro", height: math.unit(240000000.0, "inches") } ] ) }; pokemonMakers["Sigilyph"] = () => { return makeCharacter( "Sigilyph", "Pokemon", { "Sigilyph": { height: math.unit("55", "inches"), weight: math.unit("30.9", "lbs"), name: "Sigilyph", image: { source: "./media/pokemon/Sigilyph.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(5.5, "inches") }, { name: "Normal", height: math.unit(55, "inches"), default: true }, { name: "Macro", height: math.unit(5500.0, "inches") }, { name: "Megamacro", height: math.unit(275000.0, "inches") }, { name: "Gigamacro", height: math.unit(550000000.0, "inches") } ] ) }; pokemonMakers["Silcoon"] = () => { return makeCharacter( "Silcoon", "Pokemon", { "Silcoon": { height: math.unit("24", "inches"), weight: math.unit("22.0", "lbs"), name: "Silcoon", image: { source: "./media/pokemon/Silcoon.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.4, "inches") }, { name: "Normal", height: math.unit(24, "inches"), default: true }, { name: "Macro", height: math.unit(2400.0, "inches") }, { name: "Megamacro", height: math.unit(120000.0, "inches") }, { name: "Gigamacro", height: math.unit(240000000.0, "inches") } ] ) }; pokemonMakers["Silicobra"] = () => { return makeCharacter( "Silicobra", "Pokemon", { "Silicobra": { height: math.unit("87", "inches"), weight: math.unit("16.8", "lbs"), name: "Silicobra", image: { source: "./media/pokemon/Silicobra.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(8.7, "inches") }, { name: "Normal", height: math.unit(87, "inches"), default: true }, { name: "Macro", height: math.unit(8700.0, "inches") }, { name: "Megamacro", height: math.unit(435000.0, "inches") }, { name: "Gigamacro", height: math.unit(870000000.0, "inches") } ] ) }; pokemonMakers["Simipour"] = () => { return makeCharacter( "Simipour", "Pokemon", { "Simipour": { height: math.unit("39", "inches"), weight: math.unit("63.9", "lbs"), name: "Simipour", image: { source: "./media/pokemon/Simipour.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.9, "inches") }, { name: "Normal", height: math.unit(39, "inches"), default: true }, { name: "Macro", height: math.unit(3900.0, "inches") }, { name: "Megamacro", height: math.unit(195000.0, "inches") }, { name: "Gigamacro", height: math.unit(390000000.0, "inches") } ] ) }; pokemonMakers["Simisage"] = () => { return makeCharacter( "Simisage", "Pokemon", { "Simisage": { height: math.unit("43", "inches"), weight: math.unit("67.2", "lbs"), name: "Simisage", image: { source: "./media/pokemon/Simisage.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(4.3, "inches") }, { name: "Normal", height: math.unit(43, "inches"), default: true }, { name: "Macro", height: math.unit(4300.0, "inches") }, { name: "Megamacro", height: math.unit(215000.0, "inches") }, { name: "Gigamacro", height: math.unit(430000000.0, "inches") } ] ) }; pokemonMakers["Simisear"] = () => { return makeCharacter( "Simisear", "Pokemon", { "Simisear": { height: math.unit("39", "inches"), weight: math.unit("61.7", "lbs"), name: "Simisear", image: { source: "./media/pokemon/Simisear.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.9, "inches") }, { name: "Normal", height: math.unit(39, "inches"), default: true }, { name: "Macro", height: math.unit(3900.0, "inches") }, { name: "Megamacro", height: math.unit(195000.0, "inches") }, { name: "Gigamacro", height: math.unit(390000000.0, "inches") } ] ) }; pokemonMakers["Sinistea"] = () => { return makeCharacter( "Sinistea", "Pokemon", { "Sinistea": { height: math.unit("4", "inches"), weight: math.unit("0.4", "lbs"), name: "Sinistea", image: { source: "./media/pokemon/Sinistea.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(0.4, "inches") }, { name: "Normal", height: math.unit(4, "inches"), default: true }, { name: "Macro", height: math.unit(400.0, "inches") }, { name: "Megamacro", height: math.unit(20000.0, "inches") }, { name: "Gigamacro", height: math.unit(40000000.0, "inches") } ] ) }; pokemonMakers["Sirfetch'd"] = () => { return makeCharacter( "Sirfetch'd", "Pokemon", { "Sirfetch'd": { height: math.unit("31", "inches"), weight: math.unit("257.9", "lbs"), name: "Sirfetch'd", image: { source: "./media/pokemon/Sirfetch'd.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.1, "inches") }, { name: "Normal", height: math.unit(31, "inches"), default: true }, { name: "Macro", height: math.unit(3100.0, "inches") }, { name: "Megamacro", height: math.unit(155000.0, "inches") }, { name: "Gigamacro", height: math.unit(310000000.0, "inches") } ] ) }; pokemonMakers["Sizzlipede"] = () => { return makeCharacter( "Sizzlipede", "Pokemon", { "Sizzlipede": { height: math.unit("28", "inches"), weight: math.unit("2.2", "lbs"), name: "Sizzlipede", image: { source: "./media/pokemon/Sizzlipede.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.8, "inches") }, { name: "Normal", height: math.unit(28, "inches"), default: true }, { name: "Macro", height: math.unit(2800.0, "inches") }, { name: "Megamacro", height: math.unit(140000.0, "inches") }, { name: "Gigamacro", height: math.unit(280000000.0, "inches") } ] ) }; pokemonMakers["Skarmory"] = () => { return makeCharacter( "Skarmory", "Pokemon", { "Skarmory": { height: math.unit("67", "inches"), weight: math.unit("111.3", "lbs"), name: "Skarmory", image: { source: "./media/pokemon/Skarmory.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(6.7, "inches") }, { name: "Normal", height: math.unit(67, "inches"), default: true }, { name: "Macro", height: math.unit(6700.0, "inches") }, { name: "Megamacro", height: math.unit(335000.0, "inches") }, { name: "Gigamacro", height: math.unit(670000000.0, "inches") } ] ) }; pokemonMakers["Skiddo"] = () => { return makeCharacter( "Skiddo", "Pokemon", { "Skiddo": { height: math.unit("35", "inches"), weight: math.unit("68.3", "lbs"), name: "Skiddo", image: { source: "./media/pokemon/Skiddo.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.5, "inches") }, { name: "Normal", height: math.unit(35, "inches"), default: true }, { name: "Macro", height: math.unit(3500.0, "inches") }, { name: "Megamacro", height: math.unit(175000.0, "inches") }, { name: "Gigamacro", height: math.unit(350000000.0, "inches") } ] ) }; pokemonMakers["Skiploom"] = () => { return makeCharacter( "Skiploom", "Pokemon", { "Skiploom": { height: math.unit("24", "inches"), weight: math.unit("2.2", "lbs"), name: "Skiploom", image: { source: "./media/pokemon/Skiploom.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.4, "inches") }, { name: "Normal", height: math.unit(24, "inches"), default: true }, { name: "Macro", height: math.unit(2400.0, "inches") }, { name: "Megamacro", height: math.unit(120000.0, "inches") }, { name: "Gigamacro", height: math.unit(240000000.0, "inches") } ] ) }; pokemonMakers["Skitty"] = () => { return makeCharacter( "Skitty", "Pokemon", { "Skitty": { height: math.unit("24", "inches"), weight: math.unit("24.3", "lbs"), name: "Skitty", image: { source: "./media/pokemon/Skitty.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.4, "inches") }, { name: "Normal", height: math.unit(24, "inches"), default: true }, { name: "Macro", height: math.unit(2400.0, "inches") }, { name: "Megamacro", height: math.unit(120000.0, "inches") }, { name: "Gigamacro", height: math.unit(240000000.0, "inches") } ] ) }; pokemonMakers["Skorupi"] = () => { return makeCharacter( "Skorupi", "Pokemon", { "Skorupi": { height: math.unit("31", "inches"), weight: math.unit("26.5", "lbs"), name: "Skorupi", image: { source: "./media/pokemon/Skorupi.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.1, "inches") }, { name: "Normal", height: math.unit(31, "inches"), default: true }, { name: "Macro", height: math.unit(3100.0, "inches") }, { name: "Megamacro", height: math.unit(155000.0, "inches") }, { name: "Gigamacro", height: math.unit(310000000.0, "inches") } ] ) }; pokemonMakers["Skrelp"] = () => { return makeCharacter( "Skrelp", "Pokemon", { "Skrelp": { height: math.unit("20", "inches"), weight: math.unit("16.1", "lbs"), name: "Skrelp", image: { source: "./media/pokemon/Skrelp.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.0, "inches") }, { name: "Normal", height: math.unit(20, "inches"), default: true }, { name: "Macro", height: math.unit(2000.0, "inches") }, { name: "Megamacro", height: math.unit(100000.0, "inches") }, { name: "Gigamacro", height: math.unit(200000000.0, "inches") } ] ) }; pokemonMakers["Skuntank"] = () => { return makeCharacter( "Skuntank", "Pokemon", { "Skuntank": { height: math.unit("39", "inches"), weight: math.unit("83.8", "lbs"), name: "Skuntank", image: { source: "./media/pokemon/Skuntank.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.9, "inches") }, { name: "Normal", height: math.unit(39, "inches"), default: true }, { name: "Macro", height: math.unit(3900.0, "inches") }, { name: "Megamacro", height: math.unit(195000.0, "inches") }, { name: "Gigamacro", height: math.unit(390000000.0, "inches") } ] ) }; pokemonMakers["Skwovet"] = () => { return makeCharacter( "Skwovet", "Pokemon", { "Skwovet": { height: math.unit("12", "inches"), weight: math.unit("5.5", "lbs"), name: "Skwovet", image: { source: "./media/pokemon/Skwovet.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(1.2, "inches") }, { name: "Normal", height: math.unit(12, "inches"), default: true }, { name: "Macro", height: math.unit(1200.0, "inches") }, { name: "Megamacro", height: math.unit(60000.0, "inches") }, { name: "Gigamacro", height: math.unit(120000000.0, "inches") } ] ) }; pokemonMakers["Slaking"] = () => { return makeCharacter( "Slaking", "Pokemon", { "Slaking": { height: math.unit("79", "inches"), weight: math.unit("287.7", "lbs"), name: "Slaking", image: { source: "./media/pokemon/Slaking.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(7.9, "inches") }, { name: "Normal", height: math.unit(79, "inches"), default: true }, { name: "Macro", height: math.unit(7900.0, "inches") }, { name: "Megamacro", height: math.unit(395000.0, "inches") }, { name: "Gigamacro", height: math.unit(790000000.0, "inches") } ] ) }; pokemonMakers["Slakoth"] = () => { return makeCharacter( "Slakoth", "Pokemon", { "Slakoth": { height: math.unit("31", "inches"), weight: math.unit("52.9", "lbs"), name: "Slakoth", image: { source: "./media/pokemon/Slakoth.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.1, "inches") }, { name: "Normal", height: math.unit(31, "inches"), default: true }, { name: "Macro", height: math.unit(3100.0, "inches") }, { name: "Megamacro", height: math.unit(155000.0, "inches") }, { name: "Gigamacro", height: math.unit(310000000.0, "inches") } ] ) }; pokemonMakers["Sliggoo"] = () => { return makeCharacter( "Sliggoo", "Pokemon", { "Sliggoo": { height: math.unit("31", "inches"), weight: math.unit("38.6", "lbs"), name: "Sliggoo", image: { source: "./media/pokemon/Sliggoo.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.1, "inches") }, { name: "Normal", height: math.unit(31, "inches"), default: true }, { name: "Macro", height: math.unit(3100.0, "inches") }, { name: "Megamacro", height: math.unit(155000.0, "inches") }, { name: "Gigamacro", height: math.unit(310000000.0, "inches") } ] ) }; pokemonMakers["Slowking"] = () => { return makeCharacter( "Slowking", "Pokemon", { "Slowking": { height: math.unit("79", "inches"), weight: math.unit("175.3", "lbs"), name: "Slowking", image: { source: "./media/pokemon/Slowking.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(7.9, "inches") }, { name: "Normal", height: math.unit(79, "inches"), default: true }, { name: "Macro", height: math.unit(7900.0, "inches") }, { name: "Megamacro", height: math.unit(395000.0, "inches") }, { name: "Gigamacro", height: math.unit(790000000.0, "inches") } ] ) }; pokemonMakers["Slowpoke"] = () => { return makeCharacter( "Slowpoke", "Pokemon", { "Slowpoke": { height: math.unit("47", "inches"), weight: math.unit("79.4", "lbs"), name: "Slowpoke", image: { source: "./media/pokemon/Slowpoke.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(4.7, "inches") }, { name: "Normal", height: math.unit(47, "inches"), default: true }, { name: "Macro", height: math.unit(4700.0, "inches") }, { name: "Megamacro", height: math.unit(235000.0, "inches") }, { name: "Gigamacro", height: math.unit(470000000.0, "inches") } ] ) }; pokemonMakers["Slugma"] = () => { return makeCharacter( "Slugma", "Pokemon", { "Slugma": { height: math.unit("28", "inches"), weight: math.unit("77.2", "lbs"), name: "Slugma", image: { source: "./media/pokemon/Slugma.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.8, "inches") }, { name: "Normal", height: math.unit(28, "inches"), default: true }, { name: "Macro", height: math.unit(2800.0, "inches") }, { name: "Megamacro", height: math.unit(140000.0, "inches") }, { name: "Gigamacro", height: math.unit(280000000.0, "inches") } ] ) }; pokemonMakers["Slurpuff"] = () => { return makeCharacter( "Slurpuff", "Pokemon", { "Slurpuff": { height: math.unit("31", "inches"), weight: math.unit("11.0", "lbs"), name: "Slurpuff", image: { source: "./media/pokemon/Slurpuff.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.1, "inches") }, { name: "Normal", height: math.unit(31, "inches"), default: true }, { name: "Macro", height: math.unit(3100.0, "inches") }, { name: "Megamacro", height: math.unit(155000.0, "inches") }, { name: "Gigamacro", height: math.unit(310000000.0, "inches") } ] ) }; pokemonMakers["Smeargle"] = () => { return makeCharacter( "Smeargle", "Pokemon", { "Smeargle": { height: math.unit("47", "inches"), weight: math.unit("127.9", "lbs"), name: "Smeargle", image: { source: "./media/pokemon/Smeargle.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(4.7, "inches") }, { name: "Normal", height: math.unit(47, "inches"), default: true }, { name: "Macro", height: math.unit(4700.0, "inches") }, { name: "Megamacro", height: math.unit(235000.0, "inches") }, { name: "Gigamacro", height: math.unit(470000000.0, "inches") } ] ) }; pokemonMakers["Smoochum"] = () => { return makeCharacter( "Smoochum", "Pokemon", { "Smoochum": { height: math.unit("16", "inches"), weight: math.unit("13.2", "lbs"), name: "Smoochum", image: { source: "./media/pokemon/Smoochum.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(1.6, "inches") }, { name: "Normal", height: math.unit(16, "inches"), default: true }, { name: "Macro", height: math.unit(1600.0, "inches") }, { name: "Megamacro", height: math.unit(80000.0, "inches") }, { name: "Gigamacro", height: math.unit(160000000.0, "inches") } ] ) }; pokemonMakers["Sneasel"] = () => { return makeCharacter( "Sneasel", "Pokemon", { "Sneasel": { height: math.unit("35", "inches"), weight: math.unit("61.7", "lbs"), name: "Sneasel", image: { source: "./media/pokemon/Sneasel.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.5, "inches") }, { name: "Normal", height: math.unit(35, "inches"), default: true }, { name: "Macro", height: math.unit(3500.0, "inches") }, { name: "Megamacro", height: math.unit(175000.0, "inches") }, { name: "Gigamacro", height: math.unit(350000000.0, "inches") } ] ) }; pokemonMakers["Snivy"] = () => { return makeCharacter( "Snivy", "Pokemon", { "Snivy": { height: math.unit("24", "inches"), weight: math.unit("17.9", "lbs"), name: "Snivy", image: { source: "./media/pokemon/Snivy.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.4, "inches") }, { name: "Normal", height: math.unit(24, "inches"), default: true }, { name: "Macro", height: math.unit(2400.0, "inches") }, { name: "Megamacro", height: math.unit(120000.0, "inches") }, { name: "Gigamacro", height: math.unit(240000000.0, "inches") } ] ) }; pokemonMakers["Snom"] = () => { return makeCharacter( "Snom", "Pokemon", { "Snom": { height: math.unit("12", "inches"), weight: math.unit("8.4", "lbs"), name: "Snom", image: { source: "./media/pokemon/Snom.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(1.2, "inches") }, { name: "Normal", height: math.unit(12, "inches"), default: true }, { name: "Macro", height: math.unit(1200.0, "inches") }, { name: "Megamacro", height: math.unit(60000.0, "inches") }, { name: "Gigamacro", height: math.unit(120000000.0, "inches") } ] ) }; pokemonMakers["Snorunt"] = () => { return makeCharacter( "Snorunt", "Pokemon", { "Snorunt": { height: math.unit("28", "inches"), weight: math.unit("37.0", "lbs"), name: "Snorunt", image: { source: "./media/pokemon/Snorunt.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.8, "inches") }, { name: "Normal", height: math.unit(28, "inches"), default: true }, { name: "Macro", height: math.unit(2800.0, "inches") }, { name: "Megamacro", height: math.unit(140000.0, "inches") }, { name: "Gigamacro", height: math.unit(280000000.0, "inches") } ] ) }; pokemonMakers["Snover"] = () => { return makeCharacter( "Snover", "Pokemon", { "Snover": { height: math.unit("39", "inches"), weight: math.unit("111.3", "lbs"), name: "Snover", image: { source: "./media/pokemon/Snover.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.9, "inches") }, { name: "Normal", height: math.unit(39, "inches"), default: true }, { name: "Macro", height: math.unit(3900.0, "inches") }, { name: "Megamacro", height: math.unit(195000.0, "inches") }, { name: "Gigamacro", height: math.unit(390000000.0, "inches") } ] ) }; pokemonMakers["Snubbull"] = () => { return makeCharacter( "Snubbull", "Pokemon", { "Snubbull": { height: math.unit("24", "inches"), weight: math.unit("17.2", "lbs"), name: "Snubbull", image: { source: "./media/pokemon/Snubbull.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.4, "inches") }, { name: "Normal", height: math.unit(24, "inches"), default: true }, { name: "Macro", height: math.unit(2400.0, "inches") }, { name: "Megamacro", height: math.unit(120000.0, "inches") }, { name: "Gigamacro", height: math.unit(240000000.0, "inches") } ] ) }; pokemonMakers["Sobble"] = () => { return makeCharacter( "Sobble", "Pokemon", { "Sobble": { height: math.unit("12", "inches"), weight: math.unit("8.8", "lbs"), name: "Sobble", image: { source: "./media/pokemon/Sobble.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(1.2, "inches") }, { name: "Normal", height: math.unit(12, "inches"), default: true }, { name: "Macro", height: math.unit(1200.0, "inches") }, { name: "Megamacro", height: math.unit(60000.0, "inches") }, { name: "Gigamacro", height: math.unit(120000000.0, "inches") } ] ) }; pokemonMakers["Solgaleo"] = () => { return makeCharacter( "Solgaleo", "Pokemon", { "Solgaleo": { height: math.unit("134", "inches"), weight: math.unit("507.1", "lbs"), name: "Solgaleo", image: { source: "./media/pokemon/Solgaleo.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(13.4, "inches") }, { name: "Normal", height: math.unit(134, "inches"), default: true }, { name: "Macro", height: math.unit(13400.0, "inches") }, { name: "Megamacro", height: math.unit(670000.0, "inches") }, { name: "Gigamacro", height: math.unit(1340000000.0, "inches") } ] ) }; pokemonMakers["Solosis"] = () => { return makeCharacter( "Solosis", "Pokemon", { "Solosis ": { height: math.unit("12", "inches"), weight: math.unit("2.2", "lbs"), name: "Solosis ", image: { source: "./media/pokemon/Solosis .svg" }, rename: true } }, [ { name: "Micro", height: math.unit(1.2, "inches") }, { name: "Normal", height: math.unit(12, "inches"), default: true }, { name: "Macro", height: math.unit(1200.0, "inches") }, { name: "Megamacro", height: math.unit(60000.0, "inches") }, { name: "Gigamacro", height: math.unit(120000000.0, "inches") } ] ) }; pokemonMakers["Solrock"] = () => { return makeCharacter( "Solrock", "Pokemon", { "Solrock": { height: math.unit("47", "inches"), weight: math.unit("339.5", "lbs"), name: "Solrock", image: { source: "./media/pokemon/Solrock.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(4.7, "inches") }, { name: "Normal", height: math.unit(47, "inches"), default: true }, { name: "Macro", height: math.unit(4700.0, "inches") }, { name: "Megamacro", height: math.unit(235000.0, "inches") }, { name: "Gigamacro", height: math.unit(470000000.0, "inches") } ] ) }; pokemonMakers["Spearow"] = () => { return makeCharacter( "Spearow", "Pokemon", { "Spearow": { height: math.unit("12", "inches"), weight: math.unit("4.4", "lbs"), name: "Spearow", image: { source: "./media/pokemon/Spearow.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(1.2, "inches") }, { name: "Normal", height: math.unit(12, "inches"), default: true }, { name: "Macro", height: math.unit(1200.0, "inches") }, { name: "Megamacro", height: math.unit(60000.0, "inches") }, { name: "Gigamacro", height: math.unit(120000000.0, "inches") } ] ) }; pokemonMakers["Spewpa"] = () => { return makeCharacter( "Spewpa", "Pokemon", { "Spewpa": { height: math.unit("12", "inches"), weight: math.unit("18.5", "lbs"), name: "Spewpa", image: { source: "./media/pokemon/Spewpa.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(1.2, "inches") }, { name: "Normal", height: math.unit(12, "inches"), default: true }, { name: "Macro", height: math.unit(1200.0, "inches") }, { name: "Megamacro", height: math.unit(60000.0, "inches") }, { name: "Gigamacro", height: math.unit(120000000.0, "inches") } ] ) }; pokemonMakers["Spheal"] = () => { return makeCharacter( "Spheal", "Pokemon", { "Spheal": { height: math.unit("31", "inches"), weight: math.unit("87.1", "lbs"), name: "Spheal", image: { source: "./media/pokemon/Spheal.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.1, "inches") }, { name: "Normal", height: math.unit(31, "inches"), default: true }, { name: "Macro", height: math.unit(3100.0, "inches") }, { name: "Megamacro", height: math.unit(155000.0, "inches") }, { name: "Gigamacro", height: math.unit(310000000.0, "inches") } ] ) }; pokemonMakers["Spinarak"] = () => { return makeCharacter( "Spinarak", "Pokemon", { "Spinarak": { height: math.unit("20", "inches"), weight: math.unit("18.7", "lbs"), name: "Spinarak", image: { source: "./media/pokemon/Spinarak.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.0, "inches") }, { name: "Normal", height: math.unit(20, "inches"), default: true }, { name: "Macro", height: math.unit(2000.0, "inches") }, { name: "Megamacro", height: math.unit(100000.0, "inches") }, { name: "Gigamacro", height: math.unit(200000000.0, "inches") } ] ) }; pokemonMakers["Spinda"] = () => { return makeCharacter( "Spinda", "Pokemon", { "Spinda": { height: math.unit("43", "inches"), weight: math.unit("11.0", "lbs"), name: "Spinda", image: { source: "./media/pokemon/Spinda.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(4.3, "inches") }, { name: "Normal", height: math.unit(43, "inches"), default: true }, { name: "Macro", height: math.unit(4300.0, "inches") }, { name: "Megamacro", height: math.unit(215000.0, "inches") }, { name: "Gigamacro", height: math.unit(430000000.0, "inches") } ] ) }; pokemonMakers["Spiritomb"] = () => { return makeCharacter( "Spiritomb", "Pokemon", { "Spiritomb": { height: math.unit("39", "inches"), weight: math.unit("238.1", "lbs"), name: "Spiritomb", image: { source: "./media/pokemon/Spiritomb.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.9, "inches") }, { name: "Normal", height: math.unit(39, "inches"), default: true }, { name: "Macro", height: math.unit(3900.0, "inches") }, { name: "Megamacro", height: math.unit(195000.0, "inches") }, { name: "Gigamacro", height: math.unit(390000000.0, "inches") } ] ) }; pokemonMakers["Spoink"] = () => { return makeCharacter( "Spoink", "Pokemon", { "Spoink": { height: math.unit("28", "inches"), weight: math.unit("67.5", "lbs"), name: "Spoink", image: { source: "./media/pokemon/Spoink.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.8, "inches") }, { name: "Normal", height: math.unit(28, "inches"), default: true }, { name: "Macro", height: math.unit(2800.0, "inches") }, { name: "Megamacro", height: math.unit(140000.0, "inches") }, { name: "Gigamacro", height: math.unit(280000000.0, "inches") } ] ) }; pokemonMakers["Spritzee"] = () => { return makeCharacter( "Spritzee", "Pokemon", { "Spritzee": { height: math.unit("8", "inches"), weight: math.unit("1.1", "lbs"), name: "Spritzee", image: { source: "./media/pokemon/Spritzee.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(0.8, "inches") }, { name: "Normal", height: math.unit(8, "inches"), default: true }, { name: "Macro", height: math.unit(800.0, "inches") }, { name: "Megamacro", height: math.unit(40000.0, "inches") }, { name: "Gigamacro", height: math.unit(80000000.0, "inches") } ] ) }; pokemonMakers["Squirtle"] = () => { return makeCharacter( "Squirtle", "Pokemon", { "Squirtle": { height: math.unit("20", "inches"), weight: math.unit("19.8", "lbs"), name: "Squirtle", image: { source: "./media/pokemon/Squirtle.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.0, "inches") }, { name: "Normal", height: math.unit(20, "inches"), default: true }, { name: "Macro", height: math.unit(2000.0, "inches") }, { name: "Megamacro", height: math.unit(100000.0, "inches") }, { name: "Gigamacro", height: math.unit(200000000.0, "inches") } ] ) }; pokemonMakers["Stakataka"] = () => { return makeCharacter( "Stakataka", "Pokemon", { "Stakataka": { height: math.unit("217", "inches"), weight: math.unit("1807.8", "lbs"), name: "Stakataka", image: { source: "./media/pokemon/Stakataka.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(21.7, "inches") }, { name: "Normal", height: math.unit(217, "inches"), default: true }, { name: "Macro", height: math.unit(21700.0, "inches") }, { name: "Megamacro", height: math.unit(1085000.0, "inches") }, { name: "Gigamacro", height: math.unit(2170000000.0, "inches") } ] ) }; pokemonMakers["Stantler"] = () => { return makeCharacter( "Stantler", "Pokemon", { "Stantler": { height: math.unit("55", "inches"), weight: math.unit("157.0", "lbs"), name: "Stantler", image: { source: "./media/pokemon/Stantler.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(5.5, "inches") }, { name: "Normal", height: math.unit(55, "inches"), default: true }, { name: "Macro", height: math.unit(5500.0, "inches") }, { name: "Megamacro", height: math.unit(275000.0, "inches") }, { name: "Gigamacro", height: math.unit(550000000.0, "inches") } ] ) }; pokemonMakers["Staraptor"] = () => { return makeCharacter( "Staraptor", "Pokemon", { "Staraptor": { height: math.unit("47", "inches"), weight: math.unit("54.9", "lbs"), name: "Staraptor", image: { source: "./media/pokemon/Staraptor.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(4.7, "inches") }, { name: "Normal", height: math.unit(47, "inches"), default: true }, { name: "Macro", height: math.unit(4700.0, "inches") }, { name: "Megamacro", height: math.unit(235000.0, "inches") }, { name: "Gigamacro", height: math.unit(470000000.0, "inches") } ] ) }; pokemonMakers["Staravia"] = () => { return makeCharacter( "Staravia", "Pokemon", { "Staravia": { height: math.unit("24", "inches"), weight: math.unit("34.2", "lbs"), name: "Staravia", image: { source: "./media/pokemon/Staravia.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.4, "inches") }, { name: "Normal", height: math.unit(24, "inches"), default: true }, { name: "Macro", height: math.unit(2400.0, "inches") }, { name: "Megamacro", height: math.unit(120000.0, "inches") }, { name: "Gigamacro", height: math.unit(240000000.0, "inches") } ] ) }; pokemonMakers["Starly"] = () => { return makeCharacter( "Starly", "Pokemon", { "Starly": { height: math.unit("12", "inches"), weight: math.unit("4.4", "lbs"), name: "Starly", image: { source: "./media/pokemon/Starly.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(1.2, "inches") }, { name: "Normal", height: math.unit(12, "inches"), default: true }, { name: "Macro", height: math.unit(1200.0, "inches") }, { name: "Megamacro", height: math.unit(60000.0, "inches") }, { name: "Gigamacro", height: math.unit(120000000.0, "inches") } ] ) }; pokemonMakers["Starmie"] = () => { return makeCharacter( "Starmie", "Pokemon", { "Starmie": { height: math.unit("43", "inches"), weight: math.unit("176.4", "lbs"), name: "Starmie", image: { source: "./media/pokemon/Starmie.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(4.3, "inches") }, { name: "Normal", height: math.unit(43, "inches"), default: true }, { name: "Macro", height: math.unit(4300.0, "inches") }, { name: "Megamacro", height: math.unit(215000.0, "inches") }, { name: "Gigamacro", height: math.unit(430000000.0, "inches") } ] ) }; pokemonMakers["Staryu"] = () => { return makeCharacter( "Staryu", "Pokemon", { "Staryu": { height: math.unit("31", "inches"), weight: math.unit("76.1", "lbs"), name: "Staryu", image: { source: "./media/pokemon/Staryu.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.1, "inches") }, { name: "Normal", height: math.unit(31, "inches"), default: true }, { name: "Macro", height: math.unit(3100.0, "inches") }, { name: "Megamacro", height: math.unit(155000.0, "inches") }, { name: "Gigamacro", height: math.unit(310000000.0, "inches") } ] ) }; pokemonMakers["Steenee"] = () => { return makeCharacter( "Steenee", "Pokemon", { "Steenee": { height: math.unit("28", "inches"), weight: math.unit("18.1", "lbs"), name: "Steenee", image: { source: "./media/pokemon/Steenee.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.8, "inches") }, { name: "Normal", height: math.unit(28, "inches"), default: true }, { name: "Macro", height: math.unit(2800.0, "inches") }, { name: "Megamacro", height: math.unit(140000.0, "inches") }, { name: "Gigamacro", height: math.unit(280000000.0, "inches") } ] ) }; pokemonMakers["Stonjourner"] = () => { return makeCharacter( "Stonjourner", "Pokemon", { "Stonjourner": { height: math.unit("98", "inches"), weight: math.unit("1146.4", "lbs"), name: "Stonjourner", image: { source: "./media/pokemon/Stonjourner.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(9.8, "inches") }, { name: "Normal", height: math.unit(98, "inches"), default: true }, { name: "Macro", height: math.unit(9800.0, "inches") }, { name: "Megamacro", height: math.unit(490000.0, "inches") }, { name: "Gigamacro", height: math.unit(980000000.0, "inches") } ] ) }; pokemonMakers["Stoutland"] = () => { return makeCharacter( "Stoutland", "Pokemon", { "Stoutland": { height: math.unit("47", "inches"), weight: math.unit("134.5", "lbs"), name: "Stoutland", image: { source: "./media/pokemon/Stoutland.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(4.7, "inches") }, { name: "Normal", height: math.unit(47, "inches"), default: true }, { name: "Macro", height: math.unit(4700.0, "inches") }, { name: "Megamacro", height: math.unit(235000.0, "inches") }, { name: "Gigamacro", height: math.unit(470000000.0, "inches") } ] ) }; pokemonMakers["Stufful"] = () => { return makeCharacter( "Stufful", "Pokemon", { "Stufful": { height: math.unit("20", "inches"), weight: math.unit("15.0", "lbs"), name: "Stufful", image: { source: "./media/pokemon/Stufful.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.0, "inches") }, { name: "Normal", height: math.unit(20, "inches"), default: true }, { name: "Macro", height: math.unit(2000.0, "inches") }, { name: "Megamacro", height: math.unit(100000.0, "inches") }, { name: "Gigamacro", height: math.unit(200000000.0, "inches") } ] ) }; pokemonMakers["Stunfisk"] = () => { return makeCharacter( "Stunfisk", "Pokemon", { "Galarian Form": { height: math.unit("28", "inches"), weight: math.unit("45.2", "lbs"), name: "Galarian Form", image: { source: "./media/pokemon/Stunfisk - Galarian Form.svg" }, rename: true }, "Stunfisk": { height: math.unit("28", "inches"), weight: math.unit("24.3", "lbs"), name: "Stunfisk", image: { source: "./media/pokemon/Stunfisk.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.8, "inches") }, { name: "Normal", height: math.unit(28, "inches"), default: true }, { name: "Macro", height: math.unit(2800.0, "inches") }, { name: "Megamacro", height: math.unit(140000.0, "inches") }, { name: "Gigamacro", height: math.unit(280000000.0, "inches") } ] ) }; pokemonMakers["Stunky"] = () => { return makeCharacter( "Stunky", "Pokemon", { "Stunky": { height: math.unit("16", "inches"), weight: math.unit("42.3", "lbs"), name: "Stunky", image: { source: "./media/pokemon/Stunky.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(1.6, "inches") }, { name: "Normal", height: math.unit(16, "inches"), default: true }, { name: "Macro", height: math.unit(1600.0, "inches") }, { name: "Megamacro", height: math.unit(80000.0, "inches") }, { name: "Gigamacro", height: math.unit(160000000.0, "inches") } ] ) }; pokemonMakers["Sudowoodo"] = () => { return makeCharacter( "Sudowoodo", "Pokemon", { "Sudowoodo": { height: math.unit("47", "inches"), weight: math.unit("83.8", "lbs"), name: "Sudowoodo", image: { source: "./media/pokemon/Sudowoodo.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(4.7, "inches") }, { name: "Normal", height: math.unit(47, "inches"), default: true }, { name: "Macro", height: math.unit(4700.0, "inches") }, { name: "Megamacro", height: math.unit(235000.0, "inches") }, { name: "Gigamacro", height: math.unit(470000000.0, "inches") } ] ) }; pokemonMakers["Suicune"] = () => { return makeCharacter( "Suicune", "Pokemon", { "Suicune": { height: math.unit("79", "inches"), weight: math.unit("412.3", "lbs"), name: "Suicune", image: { source: "./media/pokemon/Suicune.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(7.9, "inches") }, { name: "Normal", height: math.unit(79, "inches"), default: true }, { name: "Macro", height: math.unit(7900.0, "inches") }, { name: "Megamacro", height: math.unit(395000.0, "inches") }, { name: "Gigamacro", height: math.unit(790000000.0, "inches") } ] ) }; pokemonMakers["Sunflora"] = () => { return makeCharacter( "Sunflora", "Pokemon", { "Sunflora": { height: math.unit("31", "inches"), weight: math.unit("18.7", "lbs"), name: "Sunflora", image: { source: "./media/pokemon/Sunflora.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.1, "inches") }, { name: "Normal", height: math.unit(31, "inches"), default: true }, { name: "Macro", height: math.unit(3100.0, "inches") }, { name: "Megamacro", height: math.unit(155000.0, "inches") }, { name: "Gigamacro", height: math.unit(310000000.0, "inches") } ] ) }; pokemonMakers["Sunkern"] = () => { return makeCharacter( "Sunkern", "Pokemon", { "Sunkern": { height: math.unit("12", "inches"), weight: math.unit("4.0", "lbs"), name: "Sunkern", image: { source: "./media/pokemon/Sunkern.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(1.2, "inches") }, { name: "Normal", height: math.unit(12, "inches"), default: true }, { name: "Macro", height: math.unit(1200.0, "inches") }, { name: "Megamacro", height: math.unit(60000.0, "inches") }, { name: "Gigamacro", height: math.unit(120000000.0, "inches") } ] ) }; pokemonMakers["Surskit"] = () => { return makeCharacter( "Surskit", "Pokemon", { "Surskit": { height: math.unit("20", "inches"), weight: math.unit("3.7", "lbs"), name: "Surskit", image: { source: "./media/pokemon/Surskit.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.0, "inches") }, { name: "Normal", height: math.unit(20, "inches"), default: true }, { name: "Macro", height: math.unit(2000.0, "inches") }, { name: "Megamacro", height: math.unit(100000.0, "inches") }, { name: "Gigamacro", height: math.unit(200000000.0, "inches") } ] ) }; pokemonMakers["Swablu"] = () => { return makeCharacter( "Swablu", "Pokemon", { "Swablu": { height: math.unit("16", "inches"), weight: math.unit("2.6", "lbs"), name: "Swablu", image: { source: "./media/pokemon/Swablu.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(1.6, "inches") }, { name: "Normal", height: math.unit(16, "inches"), default: true }, { name: "Macro", height: math.unit(1600.0, "inches") }, { name: "Megamacro", height: math.unit(80000.0, "inches") }, { name: "Gigamacro", height: math.unit(160000000.0, "inches") } ] ) }; pokemonMakers["Swadloon"] = () => { return makeCharacter( "Swadloon", "Pokemon", { "Swadloon": { height: math.unit("20", "inches"), weight: math.unit("16.1", "lbs"), name: "Swadloon", image: { source: "./media/pokemon/Swadloon.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.0, "inches") }, { name: "Normal", height: math.unit(20, "inches"), default: true }, { name: "Macro", height: math.unit(2000.0, "inches") }, { name: "Megamacro", height: math.unit(100000.0, "inches") }, { name: "Gigamacro", height: math.unit(200000000.0, "inches") } ] ) }; pokemonMakers["Swalot"] = () => { return makeCharacter( "Swalot", "Pokemon", { "Swalot": { height: math.unit("67", "inches"), weight: math.unit("176.4", "lbs"), name: "Swalot", image: { source: "./media/pokemon/Swalot.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(6.7, "inches") }, { name: "Normal", height: math.unit(67, "inches"), default: true }, { name: "Macro", height: math.unit(6700.0, "inches") }, { name: "Megamacro", height: math.unit(335000.0, "inches") }, { name: "Gigamacro", height: math.unit(670000000.0, "inches") } ] ) }; pokemonMakers["Swanna"] = () => { return makeCharacter( "Swanna", "Pokemon", { "Swanna": { height: math.unit("51", "inches"), weight: math.unit("53.4", "lbs"), name: "Swanna", image: { source: "./media/pokemon/Swanna.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(5.1, "inches") }, { name: "Normal", height: math.unit(51, "inches"), default: true }, { name: "Macro", height: math.unit(5100.0, "inches") }, { name: "Megamacro", height: math.unit(255000.0, "inches") }, { name: "Gigamacro", height: math.unit(510000000.0, "inches") } ] ) }; pokemonMakers["Swellow"] = () => { return makeCharacter( "Swellow", "Pokemon", { "Swellow": { height: math.unit("28", "inches"), weight: math.unit("43.7", "lbs"), name: "Swellow", image: { source: "./media/pokemon/Swellow.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.8, "inches") }, { name: "Normal", height: math.unit(28, "inches"), default: true }, { name: "Macro", height: math.unit(2800.0, "inches") }, { name: "Megamacro", height: math.unit(140000.0, "inches") }, { name: "Gigamacro", height: math.unit(280000000.0, "inches") } ] ) }; pokemonMakers["Swinub"] = () => { return makeCharacter( "Swinub", "Pokemon", { "Swinub": { height: math.unit("16", "inches"), weight: math.unit("14.3", "lbs"), name: "Swinub", image: { source: "./media/pokemon/Swinub.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(1.6, "inches") }, { name: "Normal", height: math.unit(16, "inches"), default: true }, { name: "Macro", height: math.unit(1600.0, "inches") }, { name: "Megamacro", height: math.unit(80000.0, "inches") }, { name: "Gigamacro", height: math.unit(160000000.0, "inches") } ] ) }; pokemonMakers["Swirlix"] = () => { return makeCharacter( "Swirlix", "Pokemon", { "Swirlix": { height: math.unit("16", "inches"), weight: math.unit("7.7", "lbs"), name: "Swirlix", image: { source: "./media/pokemon/Swirlix.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(1.6, "inches") }, { name: "Normal", height: math.unit(16, "inches"), default: true }, { name: "Macro", height: math.unit(1600.0, "inches") }, { name: "Megamacro", height: math.unit(80000.0, "inches") }, { name: "Gigamacro", height: math.unit(160000000.0, "inches") } ] ) }; pokemonMakers["Swoobat"] = () => { return makeCharacter( "Swoobat", "Pokemon", { "Swoobat": { height: math.unit("35", "inches"), weight: math.unit("23.1", "lbs"), name: "Swoobat", image: { source: "./media/pokemon/Swoobat.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.5, "inches") }, { name: "Normal", height: math.unit(35, "inches"), default: true }, { name: "Macro", height: math.unit(3500.0, "inches") }, { name: "Megamacro", height: math.unit(175000.0, "inches") }, { name: "Gigamacro", height: math.unit(350000000.0, "inches") } ] ) }; pokemonMakers["Sylveon"] = () => { return makeCharacter( "Sylveon", "Pokemon", { "Sylveon": { height: math.unit("39", "inches"), weight: math.unit("51.8", "lbs"), name: "Sylveon", image: { source: "./media/pokemon/Sylveon.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.9, "inches") }, { name: "Normal", height: math.unit(39, "inches"), default: true }, { name: "Macro", height: math.unit(3900.0, "inches") }, { name: "Megamacro", height: math.unit(195000.0, "inches") }, { name: "Gigamacro", height: math.unit(390000000.0, "inches") } ] ) }; pokemonMakers["Taillow"] = () => { return makeCharacter( "Taillow", "Pokemon", { "Taillow": { height: math.unit("12", "inches"), weight: math.unit("5.1", "lbs"), name: "Taillow", image: { source: "./media/pokemon/Taillow.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(1.2, "inches") }, { name: "Normal", height: math.unit(12, "inches"), default: true }, { name: "Macro", height: math.unit(1200.0, "inches") }, { name: "Megamacro", height: math.unit(60000.0, "inches") }, { name: "Gigamacro", height: math.unit(120000000.0, "inches") } ] ) }; pokemonMakers["Talonflame"] = () => { return makeCharacter( "Talonflame", "Pokemon", { "Talonflame": { height: math.unit("47", "inches"), weight: math.unit("54.0", "lbs"), name: "Talonflame", image: { source: "./media/pokemon/Talonflame.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(4.7, "inches") }, { name: "Normal", height: math.unit(47, "inches"), default: true }, { name: "Macro", height: math.unit(4700.0, "inches") }, { name: "Megamacro", height: math.unit(235000.0, "inches") }, { name: "Gigamacro", height: math.unit(470000000.0, "inches") } ] ) }; pokemonMakers["Tangela"] = () => { return makeCharacter( "Tangela", "Pokemon", { "Tangela": { height: math.unit("39", "inches"), weight: math.unit("77.2", "lbs"), name: "Tangela", image: { source: "./media/pokemon/Tangela.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.9, "inches") }, { name: "Normal", height: math.unit(39, "inches"), default: true }, { name: "Macro", height: math.unit(3900.0, "inches") }, { name: "Megamacro", height: math.unit(195000.0, "inches") }, { name: "Gigamacro", height: math.unit(390000000.0, "inches") } ] ) }; pokemonMakers["Tangrowth"] = () => { return makeCharacter( "Tangrowth", "Pokemon", { "Tangrowth": { height: math.unit("79", "inches"), weight: math.unit("283.5", "lbs"), name: "Tangrowth", image: { source: "./media/pokemon/Tangrowth.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(7.9, "inches") }, { name: "Normal", height: math.unit(79, "inches"), default: true }, { name: "Macro", height: math.unit(7900.0, "inches") }, { name: "Megamacro", height: math.unit(395000.0, "inches") }, { name: "Gigamacro", height: math.unit(790000000.0, "inches") } ] ) }; pokemonMakers["Tapu"] = () => { return makeCharacter( "Tapu", "Pokemon", { "Tapu Bulu": { height: math.unit("75", "inches"), weight: math.unit("100.3", "lbs"), name: "Tapu Bulu", image: { source: "./media/pokemon/Tapu Bulu.svg" }, rename: true }, "Tapu Fini": { height: math.unit("51", "inches"), weight: math.unit("46.7", "lbs"), name: "Tapu Fini", image: { source: "./media/pokemon/Tapu Fini.svg" }, rename: true }, "Tapu Koko": { height: math.unit("71", "inches"), weight: math.unit("45.2", "lbs"), name: "Tapu Koko", image: { source: "./media/pokemon/Tapu Koko.svg" }, rename: true }, "Tapu Lele": { height: math.unit("47", "inches"), weight: math.unit("41.0", "lbs"), name: "Tapu Lele", image: { source: "./media/pokemon/Tapu Lele.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(7.5, "inches") }, { name: "Normal", height: math.unit(75, "inches"), default: true }, { name: "Macro", height: math.unit(7500.0, "inches") }, { name: "Megamacro", height: math.unit(375000.0, "inches") }, { name: "Gigamacro", height: math.unit(750000000.0, "inches") } ] ) }; pokemonMakers["Tauros"] = () => { return makeCharacter( "Tauros", "Pokemon", { "Tauros": { height: math.unit("55", "inches"), weight: math.unit("194.9", "lbs"), name: "Tauros", image: { source: "./media/pokemon/Tauros.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(5.5, "inches") }, { name: "Normal", height: math.unit(55, "inches"), default: true }, { name: "Macro", height: math.unit(5500.0, "inches") }, { name: "Megamacro", height: math.unit(275000.0, "inches") }, { name: "Gigamacro", height: math.unit(550000000.0, "inches") } ] ) }; pokemonMakers["Teddiursa"] = () => { return makeCharacter( "Teddiursa", "Pokemon", { "Teddiursa": { height: math.unit("24", "inches"), weight: math.unit("19.4", "lbs"), name: "Teddiursa", image: { source: "./media/pokemon/Teddiursa.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.4, "inches") }, { name: "Normal", height: math.unit(24, "inches"), default: true }, { name: "Macro", height: math.unit(2400.0, "inches") }, { name: "Megamacro", height: math.unit(120000.0, "inches") }, { name: "Gigamacro", height: math.unit(240000000.0, "inches") } ] ) }; pokemonMakers["Tentacool"] = () => { return makeCharacter( "Tentacool", "Pokemon", { "Tentacool": { height: math.unit("35", "inches"), weight: math.unit("100.3", "lbs"), name: "Tentacool", image: { source: "./media/pokemon/Tentacool.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.5, "inches") }, { name: "Normal", height: math.unit(35, "inches"), default: true }, { name: "Macro", height: math.unit(3500.0, "inches") }, { name: "Megamacro", height: math.unit(175000.0, "inches") }, { name: "Gigamacro", height: math.unit(350000000.0, "inches") } ] ) }; pokemonMakers["Tentacruel"] = () => { return makeCharacter( "Tentacruel", "Pokemon", { "Tentacruel": { height: math.unit("63", "inches"), weight: math.unit("121.3", "lbs"), name: "Tentacruel", image: { source: "./media/pokemon/Tentacruel.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(6.3, "inches") }, { name: "Normal", height: math.unit(63, "inches"), default: true }, { name: "Macro", height: math.unit(6300.0, "inches") }, { name: "Megamacro", height: math.unit(315000.0, "inches") }, { name: "Gigamacro", height: math.unit(630000000.0, "inches") } ] ) }; pokemonMakers["Tepig"] = () => { return makeCharacter( "Tepig", "Pokemon", { "Tepig": { height: math.unit("20", "inches"), weight: math.unit("21.8", "lbs"), name: "Tepig", image: { source: "./media/pokemon/Tepig.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.0, "inches") }, { name: "Normal", height: math.unit(20, "inches"), default: true }, { name: "Macro", height: math.unit(2000.0, "inches") }, { name: "Megamacro", height: math.unit(100000.0, "inches") }, { name: "Gigamacro", height: math.unit(200000000.0, "inches") } ] ) }; pokemonMakers["Terrakion"] = () => { return makeCharacter( "Terrakion", "Pokemon", { "Terrakion": { height: math.unit("75", "inches"), weight: math.unit("573.2", "lbs"), name: "Terrakion", image: { source: "./media/pokemon/Terrakion.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(7.5, "inches") }, { name: "Normal", height: math.unit(75, "inches"), default: true }, { name: "Macro", height: math.unit(7500.0, "inches") }, { name: "Megamacro", height: math.unit(375000.0, "inches") }, { name: "Gigamacro", height: math.unit(750000000.0, "inches") } ] ) }; pokemonMakers["Thievul"] = () => { return makeCharacter( "Thievul", "Pokemon", { "Thievul": { height: math.unit("47", "inches"), weight: math.unit("43.9", "lbs"), name: "Thievul", image: { source: "./media/pokemon/Thievul.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(4.7, "inches") }, { name: "Normal", height: math.unit(47, "inches"), default: true }, { name: "Macro", height: math.unit(4700.0, "inches") }, { name: "Megamacro", height: math.unit(235000.0, "inches") }, { name: "Gigamacro", height: math.unit(470000000.0, "inches") } ] ) }; pokemonMakers["Throh"] = () => { return makeCharacter( "Throh", "Pokemon", { "Throh": { height: math.unit("51", "inches"), weight: math.unit("122.4", "lbs"), name: "Throh", image: { source: "./media/pokemon/Throh.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(5.1, "inches") }, { name: "Normal", height: math.unit(51, "inches"), default: true }, { name: "Macro", height: math.unit(5100.0, "inches") }, { name: "Megamacro", height: math.unit(255000.0, "inches") }, { name: "Gigamacro", height: math.unit(510000000.0, "inches") } ] ) }; pokemonMakers["Thundurus"] = () => { return makeCharacter( "Thundurus", "Pokemon", { "Incarnate Forme": { height: math.unit("59", "inches"), weight: math.unit("134.5", "lbs"), name: "Incarnate Forme", image: { source: "./media/pokemon/Thundurus - Incarnate Forme.svg" }, rename: true }, "Therian Forme": { height: math.unit("118", "inches"), weight: math.unit("134.5", "lbs"), name: "Therian Forme", image: { source: "./media/pokemon/Thundurus - Therian Forme.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(5.9, "inches") }, { name: "Normal", height: math.unit(59, "inches"), default: true }, { name: "Macro", height: math.unit(5900.0, "inches") }, { name: "Megamacro", height: math.unit(295000.0, "inches") }, { name: "Gigamacro", height: math.unit(590000000.0, "inches") } ] ) }; pokemonMakers["Thwackey"] = () => { return makeCharacter( "Thwackey", "Pokemon", { "Thwackey": { height: math.unit("28", "inches"), weight: math.unit("30.9", "lbs"), name: "Thwackey", image: { source: "./media/pokemon/Thwackey.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.8, "inches") }, { name: "Normal", height: math.unit(28, "inches"), default: true }, { name: "Macro", height: math.unit(2800.0, "inches") }, { name: "Megamacro", height: math.unit(140000.0, "inches") }, { name: "Gigamacro", height: math.unit(280000000.0, "inches") } ] ) }; pokemonMakers["Timburr"] = () => { return makeCharacter( "Timburr", "Pokemon", { "Timburr": { height: math.unit("24", "inches"), weight: math.unit("27.6", "lbs"), name: "Timburr", image: { source: "./media/pokemon/Timburr.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.4, "inches") }, { name: "Normal", height: math.unit(24, "inches"), default: true }, { name: "Macro", height: math.unit(2400.0, "inches") }, { name: "Megamacro", height: math.unit(120000.0, "inches") }, { name: "Gigamacro", height: math.unit(240000000.0, "inches") } ] ) }; pokemonMakers["Tirtouga"] = () => { return makeCharacter( "Tirtouga", "Pokemon", { "Tirtouga": { height: math.unit("28", "inches"), weight: math.unit("36.4", "lbs"), name: "Tirtouga", image: { source: "./media/pokemon/Tirtouga.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.8, "inches") }, { name: "Normal", height: math.unit(28, "inches"), default: true }, { name: "Macro", height: math.unit(2800.0, "inches") }, { name: "Megamacro", height: math.unit(140000.0, "inches") }, { name: "Gigamacro", height: math.unit(280000000.0, "inches") } ] ) }; pokemonMakers["Togedemaru"] = () => { return makeCharacter( "Togedemaru", "Pokemon", { "Togedemaru": { height: math.unit("12", "inches"), weight: math.unit("7.3", "lbs"), name: "Togedemaru", image: { source: "./media/pokemon/Togedemaru.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(1.2, "inches") }, { name: "Normal", height: math.unit(12, "inches"), default: true }, { name: "Macro", height: math.unit(1200.0, "inches") }, { name: "Megamacro", height: math.unit(60000.0, "inches") }, { name: "Gigamacro", height: math.unit(120000000.0, "inches") } ] ) }; pokemonMakers["Togekiss"] = () => { return makeCharacter( "Togekiss", "Pokemon", { "Togekiss": { height: math.unit("59", "inches"), weight: math.unit("83.8", "lbs"), name: "Togekiss", image: { source: "./media/pokemon/Togekiss.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(5.9, "inches") }, { name: "Normal", height: math.unit(59, "inches"), default: true }, { name: "Macro", height: math.unit(5900.0, "inches") }, { name: "Megamacro", height: math.unit(295000.0, "inches") }, { name: "Gigamacro", height: math.unit(590000000.0, "inches") } ] ) }; pokemonMakers["Togepi"] = () => { return makeCharacter( "Togepi", "Pokemon", { "Togepi": { height: math.unit("12", "inches"), weight: math.unit("3.3", "lbs"), name: "Togepi", image: { source: "./media/pokemon/Togepi.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(1.2, "inches") }, { name: "Normal", height: math.unit(12, "inches"), default: true }, { name: "Macro", height: math.unit(1200.0, "inches") }, { name: "Megamacro", height: math.unit(60000.0, "inches") }, { name: "Gigamacro", height: math.unit(120000000.0, "inches") } ] ) }; pokemonMakers["Togetic"] = () => { return makeCharacter( "Togetic", "Pokemon", { "Togetic": { height: math.unit("24", "inches"), weight: math.unit("7.1", "lbs"), name: "Togetic", image: { source: "./media/pokemon/Togetic.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.4, "inches") }, { name: "Normal", height: math.unit(24, "inches"), default: true }, { name: "Macro", height: math.unit(2400.0, "inches") }, { name: "Megamacro", height: math.unit(120000.0, "inches") }, { name: "Gigamacro", height: math.unit(240000000.0, "inches") } ] ) }; pokemonMakers["Torchic"] = () => { return makeCharacter( "Torchic", "Pokemon", { "Torchic": { height: math.unit("16", "inches"), weight: math.unit("5.5", "lbs"), name: "Torchic", image: { source: "./media/pokemon/Torchic.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(1.6, "inches") }, { name: "Normal", height: math.unit(16, "inches"), default: true }, { name: "Macro", height: math.unit(1600.0, "inches") }, { name: "Megamacro", height: math.unit(80000.0, "inches") }, { name: "Gigamacro", height: math.unit(160000000.0, "inches") } ] ) }; pokemonMakers["Torkoal"] = () => { return makeCharacter( "Torkoal", "Pokemon", { "Torkoal": { height: math.unit("20", "inches"), weight: math.unit("177.2", "lbs"), name: "Torkoal", image: { source: "./media/pokemon/Torkoal.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.0, "inches") }, { name: "Normal", height: math.unit(20, "inches"), default: true }, { name: "Macro", height: math.unit(2000.0, "inches") }, { name: "Megamacro", height: math.unit(100000.0, "inches") }, { name: "Gigamacro", height: math.unit(200000000.0, "inches") } ] ) }; pokemonMakers["Tornadus"] = () => { return makeCharacter( "Tornadus", "Pokemon", { "Incarnate Forme": { height: math.unit("59", "inches"), weight: math.unit("138.9", "lbs"), name: "Incarnate Forme", image: { source: "./media/pokemon/Tornadus - Incarnate Forme.svg" }, rename: true }, "Therian Forme": { height: math.unit("55", "inches"), weight: math.unit("138.9", "lbs"), name: "Therian Forme", image: { source: "./media/pokemon/Tornadus - Therian Forme.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(5.9, "inches") }, { name: "Normal", height: math.unit(59, "inches"), default: true }, { name: "Macro", height: math.unit(5900.0, "inches") }, { name: "Megamacro", height: math.unit(295000.0, "inches") }, { name: "Gigamacro", height: math.unit(590000000.0, "inches") } ] ) }; pokemonMakers["Torracat"] = () => { return makeCharacter( "Torracat", "Pokemon", { "Torracat": { height: math.unit("28", "inches"), weight: math.unit("55.1", "lbs"), name: "Torracat", image: { source: "./media/pokemon/Torracat.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.8, "inches") }, { name: "Normal", height: math.unit(28, "inches"), default: true }, { name: "Macro", height: math.unit(2800.0, "inches") }, { name: "Megamacro", height: math.unit(140000.0, "inches") }, { name: "Gigamacro", height: math.unit(280000000.0, "inches") } ] ) }; pokemonMakers["Torterra"] = () => { return makeCharacter( "Torterra", "Pokemon", { "Torterra": { height: math.unit("87", "inches"), weight: math.unit("683.4", "lbs"), name: "Torterra", image: { source: "./media/pokemon/Torterra.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(8.7, "inches") }, { name: "Normal", height: math.unit(87, "inches"), default: true }, { name: "Macro", height: math.unit(8700.0, "inches") }, { name: "Megamacro", height: math.unit(435000.0, "inches") }, { name: "Gigamacro", height: math.unit(870000000.0, "inches") } ] ) }; pokemonMakers["Totodile"] = () => { return makeCharacter( "Totodile", "Pokemon", { "Totodile": { height: math.unit("24", "inches"), weight: math.unit("20.9", "lbs"), name: "Totodile", image: { source: "./media/pokemon/Totodile.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.4, "inches") }, { name: "Normal", height: math.unit(24, "inches"), default: true }, { name: "Macro", height: math.unit(2400.0, "inches") }, { name: "Megamacro", height: math.unit(120000.0, "inches") }, { name: "Gigamacro", height: math.unit(240000000.0, "inches") } ] ) }; pokemonMakers["Toucannon"] = () => { return makeCharacter( "Toucannon", "Pokemon", { "Toucannon": { height: math.unit("43", "inches"), weight: math.unit("57.3", "lbs"), name: "Toucannon", image: { source: "./media/pokemon/Toucannon.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(4.3, "inches") }, { name: "Normal", height: math.unit(43, "inches"), default: true }, { name: "Macro", height: math.unit(4300.0, "inches") }, { name: "Megamacro", height: math.unit(215000.0, "inches") }, { name: "Gigamacro", height: math.unit(430000000.0, "inches") } ] ) }; pokemonMakers["Toxapex"] = () => { return makeCharacter( "Toxapex", "Pokemon", { "Toxapex": { height: math.unit("28", "inches"), weight: math.unit("32.0", "lbs"), name: "Toxapex", image: { source: "./media/pokemon/Toxapex.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.8, "inches") }, { name: "Normal", height: math.unit(28, "inches"), default: true }, { name: "Macro", height: math.unit(2800.0, "inches") }, { name: "Megamacro", height: math.unit(140000.0, "inches") }, { name: "Gigamacro", height: math.unit(280000000.0, "inches") } ] ) }; pokemonMakers["Toxel"] = () => { return makeCharacter( "Toxel", "Pokemon", { "Toxel": { height: math.unit("16", "inches"), weight: math.unit("24.3", "lbs"), name: "Toxel", image: { source: "./media/pokemon/Toxel.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(1.6, "inches") }, { name: "Normal", height: math.unit(16, "inches"), default: true }, { name: "Macro", height: math.unit(1600.0, "inches") }, { name: "Megamacro", height: math.unit(80000.0, "inches") }, { name: "Gigamacro", height: math.unit(160000000.0, "inches") } ] ) }; pokemonMakers["Toxicroak"] = () => { return makeCharacter( "Toxicroak", "Pokemon", { "Toxicroak": { height: math.unit("51", "inches"), weight: math.unit("97.9", "lbs"), name: "Toxicroak", image: { source: "./media/pokemon/Toxicroak.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(5.1, "inches") }, { name: "Normal", height: math.unit(51, "inches"), default: true }, { name: "Macro", height: math.unit(5100.0, "inches") }, { name: "Megamacro", height: math.unit(255000.0, "inches") }, { name: "Gigamacro", height: math.unit(510000000.0, "inches") } ] ) }; pokemonMakers["Tranquill"] = () => { return makeCharacter( "Tranquill", "Pokemon", { "Tranquill": { height: math.unit("24", "inches"), weight: math.unit("33.1", "lbs"), name: "Tranquill", image: { source: "./media/pokemon/Tranquill.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.4, "inches") }, { name: "Normal", height: math.unit(24, "inches"), default: true }, { name: "Macro", height: math.unit(2400.0, "inches") }, { name: "Megamacro", height: math.unit(120000.0, "inches") }, { name: "Gigamacro", height: math.unit(240000000.0, "inches") } ] ) }; pokemonMakers["Trapinch"] = () => { return makeCharacter( "Trapinch", "Pokemon", { "Trapinch": { height: math.unit("28", "inches"), weight: math.unit("33.1", "lbs"), name: "Trapinch", image: { source: "./media/pokemon/Trapinch.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.8, "inches") }, { name: "Normal", height: math.unit(28, "inches"), default: true }, { name: "Macro", height: math.unit(2800.0, "inches") }, { name: "Megamacro", height: math.unit(140000.0, "inches") }, { name: "Gigamacro", height: math.unit(280000000.0, "inches") } ] ) }; pokemonMakers["Treecko"] = () => { return makeCharacter( "Treecko", "Pokemon", { "Treecko": { height: math.unit("20", "inches"), weight: math.unit("11.0", "lbs"), name: "Treecko", image: { source: "./media/pokemon/Treecko.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.0, "inches") }, { name: "Normal", height: math.unit(20, "inches"), default: true }, { name: "Macro", height: math.unit(2000.0, "inches") }, { name: "Megamacro", height: math.unit(100000.0, "inches") }, { name: "Gigamacro", height: math.unit(200000000.0, "inches") } ] ) }; pokemonMakers["Trevenant"] = () => { return makeCharacter( "Trevenant", "Pokemon", { "Trevenant": { height: math.unit("59", "inches"), weight: math.unit("156.5", "lbs"), name: "Trevenant", image: { source: "./media/pokemon/Trevenant.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(5.9, "inches") }, { name: "Normal", height: math.unit(59, "inches"), default: true }, { name: "Macro", height: math.unit(5900.0, "inches") }, { name: "Megamacro", height: math.unit(295000.0, "inches") }, { name: "Gigamacro", height: math.unit(590000000.0, "inches") } ] ) }; pokemonMakers["Tropius"] = () => { return makeCharacter( "Tropius", "Pokemon", { "Tropius": { height: math.unit("79", "inches"), weight: math.unit("220.5", "lbs"), name: "Tropius", image: { source: "./media/pokemon/Tropius.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(7.9, "inches") }, { name: "Normal", height: math.unit(79, "inches"), default: true }, { name: "Macro", height: math.unit(7900.0, "inches") }, { name: "Megamacro", height: math.unit(395000.0, "inches") }, { name: "Gigamacro", height: math.unit(790000000.0, "inches") } ] ) }; pokemonMakers["Trubbish"] = () => { return makeCharacter( "Trubbish", "Pokemon", { "Trubbish": { height: math.unit("24", "inches"), weight: math.unit("68.3", "lbs"), name: "Trubbish", image: { source: "./media/pokemon/Trubbish.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.4, "inches") }, { name: "Normal", height: math.unit(24, "inches"), default: true }, { name: "Macro", height: math.unit(2400.0, "inches") }, { name: "Megamacro", height: math.unit(120000.0, "inches") }, { name: "Gigamacro", height: math.unit(240000000.0, "inches") } ] ) }; pokemonMakers["Trumbeak"] = () => { return makeCharacter( "Trumbeak", "Pokemon", { "Trumbeak": { height: math.unit("24", "inches"), weight: math.unit("32.6", "lbs"), name: "Trumbeak", image: { source: "./media/pokemon/Trumbeak.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.4, "inches") }, { name: "Normal", height: math.unit(24, "inches"), default: true }, { name: "Macro", height: math.unit(2400.0, "inches") }, { name: "Megamacro", height: math.unit(120000.0, "inches") }, { name: "Gigamacro", height: math.unit(240000000.0, "inches") } ] ) }; pokemonMakers["Tsareena"] = () => { return makeCharacter( "Tsareena", "Pokemon", { "Tsareena": { height: math.unit("47", "inches"), weight: math.unit("47.2", "lbs"), name: "Tsareena", image: { source: "./media/pokemon/Tsareena.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(4.7, "inches") }, { name: "Normal", height: math.unit(47, "inches"), default: true }, { name: "Macro", height: math.unit(4700.0, "inches") }, { name: "Megamacro", height: math.unit(235000.0, "inches") }, { name: "Gigamacro", height: math.unit(470000000.0, "inches") } ] ) }; pokemonMakers["Turtonator"] = () => { return makeCharacter( "Turtonator", "Pokemon", { "Turtonator": { height: math.unit("79", "inches"), weight: math.unit("467.4", "lbs"), name: "Turtonator", image: { source: "./media/pokemon/Turtonator.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(7.9, "inches") }, { name: "Normal", height: math.unit(79, "inches"), default: true }, { name: "Macro", height: math.unit(7900.0, "inches") }, { name: "Megamacro", height: math.unit(395000.0, "inches") }, { name: "Gigamacro", height: math.unit(790000000.0, "inches") } ] ) }; pokemonMakers["Turtwig"] = () => { return makeCharacter( "Turtwig", "Pokemon", { "Turtwig": { height: math.unit("16", "inches"), weight: math.unit("22.5", "lbs"), name: "Turtwig", image: { source: "./media/pokemon/Turtwig.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(1.6, "inches") }, { name: "Normal", height: math.unit(16, "inches"), default: true }, { name: "Macro", height: math.unit(1600.0, "inches") }, { name: "Megamacro", height: math.unit(80000.0, "inches") }, { name: "Gigamacro", height: math.unit(160000000.0, "inches") } ] ) }; pokemonMakers["Tympole"] = () => { return makeCharacter( "Tympole", "Pokemon", { "Tympole": { height: math.unit("20", "inches"), weight: math.unit("9.9", "lbs"), name: "Tympole", image: { source: "./media/pokemon/Tympole.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.0, "inches") }, { name: "Normal", height: math.unit(20, "inches"), default: true }, { name: "Macro", height: math.unit(2000.0, "inches") }, { name: "Megamacro", height: math.unit(100000.0, "inches") }, { name: "Gigamacro", height: math.unit(200000000.0, "inches") } ] ) }; pokemonMakers["Tynamo"] = () => { return makeCharacter( "Tynamo", "Pokemon", { "Tynamo": { height: math.unit("8", "inches"), weight: math.unit("0.7", "lbs"), name: "Tynamo", image: { source: "./media/pokemon/Tynamo.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(0.8, "inches") }, { name: "Normal", height: math.unit(8, "inches"), default: true }, { name: "Macro", height: math.unit(800.0, "inches") }, { name: "Megamacro", height: math.unit(40000.0, "inches") }, { name: "Gigamacro", height: math.unit(80000000.0, "inches") } ] ) }; pokemonMakers["Typhlosion"] = () => { return makeCharacter( "Typhlosion", "Pokemon", { "Typhlosion": { height: math.unit("67", "inches"), weight: math.unit("175.3", "lbs"), name: "Typhlosion", image: { source: "./media/pokemon/Typhlosion.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(6.7, "inches") }, { name: "Normal", height: math.unit(67, "inches"), default: true }, { name: "Macro", height: math.unit(6700.0, "inches") }, { name: "Megamacro", height: math.unit(335000.0, "inches") }, { name: "Gigamacro", height: math.unit(670000000.0, "inches") } ] ) }; pokemonMakers["Tyrantrum"] = () => { return makeCharacter( "Tyrantrum", "Pokemon", { "Tyrantrum": { height: math.unit("98", "inches"), weight: math.unit("595.2", "lbs"), name: "Tyrantrum", image: { source: "./media/pokemon/Tyrantrum.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(9.8, "inches") }, { name: "Normal", height: math.unit(98, "inches"), default: true }, { name: "Macro", height: math.unit(9800.0, "inches") }, { name: "Megamacro", height: math.unit(490000.0, "inches") }, { name: "Gigamacro", height: math.unit(980000000.0, "inches") } ] ) }; pokemonMakers["Tyrogue"] = () => { return makeCharacter( "Tyrogue", "Pokemon", { "Tyrogue": { height: math.unit("28", "inches"), weight: math.unit("46.3", "lbs"), name: "Tyrogue", image: { source: "./media/pokemon/Tyrogue.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.8, "inches") }, { name: "Normal", height: math.unit(28, "inches"), default: true }, { name: "Macro", height: math.unit(2800.0, "inches") }, { name: "Megamacro", height: math.unit(140000.0, "inches") }, { name: "Gigamacro", height: math.unit(280000000.0, "inches") } ] ) }; pokemonMakers["Tyrunt"] = () => { return makeCharacter( "Tyrunt", "Pokemon", { "Tyrunt": { height: math.unit("31", "inches"), weight: math.unit("57.3", "lbs"), name: "Tyrunt", image: { source: "./media/pokemon/Tyrunt.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.1, "inches") }, { name: "Normal", height: math.unit(31, "inches"), default: true }, { name: "Macro", height: math.unit(3100.0, "inches") }, { name: "Megamacro", height: math.unit(155000.0, "inches") }, { name: "Gigamacro", height: math.unit(310000000.0, "inches") } ] ) }; pokemonMakers["Umbreon"] = () => { return makeCharacter( "Umbreon", "Pokemon", { "Umbreon": { height: math.unit("39", "inches"), weight: math.unit("59.5", "lbs"), name: "Umbreon", image: { source: "./media/pokemon/Umbreon.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.9, "inches") }, { name: "Normal", height: math.unit(39, "inches"), default: true }, { name: "Macro", height: math.unit(3900.0, "inches") }, { name: "Megamacro", height: math.unit(195000.0, "inches") }, { name: "Gigamacro", height: math.unit(390000000.0, "inches") } ] ) }; pokemonMakers["Unfezant"] = () => { return makeCharacter( "Unfezant", "Pokemon", { "Unfezant": { height: math.unit("47", "inches"), weight: math.unit("63.9", "lbs"), name: "Unfezant", image: { source: "./media/pokemon/Unfezant.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(4.7, "inches") }, { name: "Normal", height: math.unit(47, "inches"), default: true }, { name: "Macro", height: math.unit(4700.0, "inches") }, { name: "Megamacro", height: math.unit(235000.0, "inches") }, { name: "Gigamacro", height: math.unit(470000000.0, "inches") } ] ) }; pokemonMakers["Unown"] = () => { return makeCharacter( "Unown", "Pokemon", { "Unown": { height: math.unit("20", "inches"), weight: math.unit("11.0", "lbs"), name: "Unown", image: { source: "./media/pokemon/Unown.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.0, "inches") }, { name: "Normal", height: math.unit(20, "inches"), default: true }, { name: "Macro", height: math.unit(2000.0, "inches") }, { name: "Megamacro", height: math.unit(100000.0, "inches") }, { name: "Gigamacro", height: math.unit(200000000.0, "inches") } ] ) }; pokemonMakers["Ursaring"] = () => { return makeCharacter( "Ursaring", "Pokemon", { "Ursaring": { height: math.unit("71", "inches"), weight: math.unit("277.3", "lbs"), name: "Ursaring", image: { source: "./media/pokemon/Ursaring.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(7.1, "inches") }, { name: "Normal", height: math.unit(71, "inches"), default: true }, { name: "Macro", height: math.unit(7100.0, "inches") }, { name: "Megamacro", height: math.unit(355000.0, "inches") }, { name: "Gigamacro", height: math.unit(710000000.0, "inches") } ] ) }; pokemonMakers["Uxie"] = () => { return makeCharacter( "Uxie", "Pokemon", { "Uxie": { height: math.unit("12", "inches"), weight: math.unit("0.7", "lbs"), name: "Uxie", image: { source: "./media/pokemon/Uxie.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(1.2, "inches") }, { name: "Normal", height: math.unit(12, "inches"), default: true }, { name: "Macro", height: math.unit(1200.0, "inches") }, { name: "Megamacro", height: math.unit(60000.0, "inches") }, { name: "Gigamacro", height: math.unit(120000000.0, "inches") } ] ) }; pokemonMakers["Vanillish"] = () => { return makeCharacter( "Vanillish", "Pokemon", { "Vanillish": { height: math.unit("43", "inches"), weight: math.unit("90.4", "lbs"), name: "Vanillish", image: { source: "./media/pokemon/Vanillish.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(4.3, "inches") }, { name: "Normal", height: math.unit(43, "inches"), default: true }, { name: "Macro", height: math.unit(4300.0, "inches") }, { name: "Megamacro", height: math.unit(215000.0, "inches") }, { name: "Gigamacro", height: math.unit(430000000.0, "inches") } ] ) }; pokemonMakers["Vanillite"] = () => { return makeCharacter( "Vanillite", "Pokemon", { "Vanillite": { height: math.unit("16", "inches"), weight: math.unit("12.6", "lbs"), name: "Vanillite", image: { source: "./media/pokemon/Vanillite.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(1.6, "inches") }, { name: "Normal", height: math.unit(16, "inches"), default: true }, { name: "Macro", height: math.unit(1600.0, "inches") }, { name: "Megamacro", height: math.unit(80000.0, "inches") }, { name: "Gigamacro", height: math.unit(160000000.0, "inches") } ] ) }; pokemonMakers["Vanilluxe"] = () => { return makeCharacter( "Vanilluxe", "Pokemon", { "Vanilluxe": { height: math.unit("51", "inches"), weight: math.unit("126.8", "lbs"), name: "Vanilluxe", image: { source: "./media/pokemon/Vanilluxe.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(5.1, "inches") }, { name: "Normal", height: math.unit(51, "inches"), default: true }, { name: "Macro", height: math.unit(5100.0, "inches") }, { name: "Megamacro", height: math.unit(255000.0, "inches") }, { name: "Gigamacro", height: math.unit(510000000.0, "inches") } ] ) }; pokemonMakers["Vaporeon"] = () => { return makeCharacter( "Vaporeon", "Pokemon", { "Vaporeon": { height: math.unit("39", "inches"), weight: math.unit("63.9", "lbs"), name: "Vaporeon", image: { source: "./media/pokemon/Vaporeon.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.9, "inches") }, { name: "Normal", height: math.unit(39, "inches"), default: true }, { name: "Macro", height: math.unit(3900.0, "inches") }, { name: "Megamacro", height: math.unit(195000.0, "inches") }, { name: "Gigamacro", height: math.unit(390000000.0, "inches") } ] ) }; pokemonMakers["Venipede"] = () => { return makeCharacter( "Venipede", "Pokemon", { "Venipede": { height: math.unit("16", "inches"), weight: math.unit("11.7", "lbs"), name: "Venipede", image: { source: "./media/pokemon/Venipede.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(1.6, "inches") }, { name: "Normal", height: math.unit(16, "inches"), default: true }, { name: "Macro", height: math.unit(1600.0, "inches") }, { name: "Megamacro", height: math.unit(80000.0, "inches") }, { name: "Gigamacro", height: math.unit(160000000.0, "inches") } ] ) }; pokemonMakers["Venomoth"] = () => { return makeCharacter( "Venomoth", "Pokemon", { "Venomoth": { height: math.unit("59", "inches"), weight: math.unit("27.6", "lbs"), name: "Venomoth", image: { source: "./media/pokemon/Venomoth.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(5.9, "inches") }, { name: "Normal", height: math.unit(59, "inches"), default: true }, { name: "Macro", height: math.unit(5900.0, "inches") }, { name: "Megamacro", height: math.unit(295000.0, "inches") }, { name: "Gigamacro", height: math.unit(590000000.0, "inches") } ] ) }; pokemonMakers["Venonat"] = () => { return makeCharacter( "Venonat", "Pokemon", { "Venonat": { height: math.unit("39", "inches"), weight: math.unit("66.1", "lbs"), name: "Venonat", image: { source: "./media/pokemon/Venonat.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.9, "inches") }, { name: "Normal", height: math.unit(39, "inches"), default: true }, { name: "Macro", height: math.unit(3900.0, "inches") }, { name: "Megamacro", height: math.unit(195000.0, "inches") }, { name: "Gigamacro", height: math.unit(390000000.0, "inches") } ] ) }; pokemonMakers["Vespiquen"] = () => { return makeCharacter( "Vespiquen", "Pokemon", { "Vespiquen": { height: math.unit("47", "inches"), weight: math.unit("84.9", "lbs"), name: "Vespiquen", image: { source: "./media/pokemon/Vespiquen.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(4.7, "inches") }, { name: "Normal", height: math.unit(47, "inches"), default: true }, { name: "Macro", height: math.unit(4700.0, "inches") }, { name: "Megamacro", height: math.unit(235000.0, "inches") }, { name: "Gigamacro", height: math.unit(470000000.0, "inches") } ] ) }; pokemonMakers["Vibrava"] = () => { return makeCharacter( "Vibrava", "Pokemon", { "Vibrava": { height: math.unit("43", "inches"), weight: math.unit("33.7", "lbs"), name: "Vibrava", image: { source: "./media/pokemon/Vibrava.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(4.3, "inches") }, { name: "Normal", height: math.unit(43, "inches"), default: true }, { name: "Macro", height: math.unit(4300.0, "inches") }, { name: "Megamacro", height: math.unit(215000.0, "inches") }, { name: "Gigamacro", height: math.unit(430000000.0, "inches") } ] ) }; pokemonMakers["Victini"] = () => { return makeCharacter( "Victini", "Pokemon", { "Victini": { height: math.unit("16", "inches"), weight: math.unit("8.8", "lbs"), name: "Victini", image: { source: "./media/pokemon/Victini.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(1.6, "inches") }, { name: "Normal", height: math.unit(16, "inches"), default: true }, { name: "Macro", height: math.unit(1600.0, "inches") }, { name: "Megamacro", height: math.unit(80000.0, "inches") }, { name: "Gigamacro", height: math.unit(160000000.0, "inches") } ] ) }; pokemonMakers["Victreebel"] = () => { return makeCharacter( "Victreebel", "Pokemon", { "Victreebel": { height: math.unit("67", "inches"), weight: math.unit("34.2", "lbs"), name: "Victreebel", image: { source: "./media/pokemon/Victreebel.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(6.7, "inches") }, { name: "Normal", height: math.unit(67, "inches"), default: true }, { name: "Macro", height: math.unit(6700.0, "inches") }, { name: "Megamacro", height: math.unit(335000.0, "inches") }, { name: "Gigamacro", height: math.unit(670000000.0, "inches") } ] ) }; pokemonMakers["Vigoroth"] = () => { return makeCharacter( "Vigoroth", "Pokemon", { "Vigoroth": { height: math.unit("55", "inches"), weight: math.unit("102.5", "lbs"), name: "Vigoroth", image: { source: "./media/pokemon/Vigoroth.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(5.5, "inches") }, { name: "Normal", height: math.unit(55, "inches"), default: true }, { name: "Macro", height: math.unit(5500.0, "inches") }, { name: "Megamacro", height: math.unit(275000.0, "inches") }, { name: "Gigamacro", height: math.unit(550000000.0, "inches") } ] ) }; pokemonMakers["Vikavolt"] = () => { return makeCharacter( "Vikavolt", "Pokemon", { "Vikavolt": { height: math.unit("59", "inches"), weight: math.unit("99.2", "lbs"), name: "Vikavolt", image: { source: "./media/pokemon/Vikavolt.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(5.9, "inches") }, { name: "Normal", height: math.unit(59, "inches"), default: true }, { name: "Macro", height: math.unit(5900.0, "inches") }, { name: "Megamacro", height: math.unit(295000.0, "inches") }, { name: "Gigamacro", height: math.unit(590000000.0, "inches") } ] ) }; pokemonMakers["Vileplume"] = () => { return makeCharacter( "Vileplume", "Pokemon", { "Vileplume": { height: math.unit("47", "inches"), weight: math.unit("41.0", "lbs"), name: "Vileplume", image: { source: "./media/pokemon/Vileplume.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(4.7, "inches") }, { name: "Normal", height: math.unit(47, "inches"), default: true }, { name: "Macro", height: math.unit(4700.0, "inches") }, { name: "Megamacro", height: math.unit(235000.0, "inches") }, { name: "Gigamacro", height: math.unit(470000000.0, "inches") } ] ) }; pokemonMakers["Virizion"] = () => { return makeCharacter( "Virizion", "Pokemon", { "Virizion": { height: math.unit("79", "inches"), weight: math.unit("440.9", "lbs"), name: "Virizion", image: { source: "./media/pokemon/Virizion.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(7.9, "inches") }, { name: "Normal", height: math.unit(79, "inches"), default: true }, { name: "Macro", height: math.unit(7900.0, "inches") }, { name: "Megamacro", height: math.unit(395000.0, "inches") }, { name: "Gigamacro", height: math.unit(790000000.0, "inches") } ] ) }; pokemonMakers["Vivillon"] = () => { return makeCharacter( "Vivillon", "Pokemon", { "Vivillon": { height: math.unit("47", "inches"), weight: math.unit("37.5", "lbs"), name: "Vivillon", image: { source: "./media/pokemon/Vivillon.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(4.7, "inches") }, { name: "Normal", height: math.unit(47, "inches"), default: true }, { name: "Macro", height: math.unit(4700.0, "inches") }, { name: "Megamacro", height: math.unit(235000.0, "inches") }, { name: "Gigamacro", height: math.unit(470000000.0, "inches") } ] ) }; pokemonMakers["Volbeat"] = () => { return makeCharacter( "Volbeat", "Pokemon", { "Volbeat": { height: math.unit("28", "inches"), weight: math.unit("39.0", "lbs"), name: "Volbeat", image: { source: "./media/pokemon/Volbeat.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.8, "inches") }, { name: "Normal", height: math.unit(28, "inches"), default: true }, { name: "Macro", height: math.unit(2800.0, "inches") }, { name: "Megamacro", height: math.unit(140000.0, "inches") }, { name: "Gigamacro", height: math.unit(280000000.0, "inches") } ] ) }; pokemonMakers["Volcanion"] = () => { return makeCharacter( "Volcanion", "Pokemon", { "Volcanion": { height: math.unit("67", "inches"), weight: math.unit("429.9", "lbs"), name: "Volcanion", image: { source: "./media/pokemon/Volcanion.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(6.7, "inches") }, { name: "Normal", height: math.unit(67, "inches"), default: true }, { name: "Macro", height: math.unit(6700.0, "inches") }, { name: "Megamacro", height: math.unit(335000.0, "inches") }, { name: "Gigamacro", height: math.unit(670000000.0, "inches") } ] ) }; pokemonMakers["Volcarona"] = () => { return makeCharacter( "Volcarona", "Pokemon", { "Volcarona": { height: math.unit("63", "inches"), weight: math.unit("101.4", "lbs"), name: "Volcarona", image: { source: "./media/pokemon/Volcarona.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(6.3, "inches") }, { name: "Normal", height: math.unit(63, "inches"), default: true }, { name: "Macro", height: math.unit(6300.0, "inches") }, { name: "Megamacro", height: math.unit(315000.0, "inches") }, { name: "Gigamacro", height: math.unit(630000000.0, "inches") } ] ) }; pokemonMakers["Voltorb"] = () => { return makeCharacter( "Voltorb", "Pokemon", { "Voltorb": { height: math.unit("20", "inches"), weight: math.unit("22.9", "lbs"), name: "Voltorb", image: { source: "./media/pokemon/Voltorb.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.0, "inches") }, { name: "Normal", height: math.unit(20, "inches"), default: true }, { name: "Macro", height: math.unit(2000.0, "inches") }, { name: "Megamacro", height: math.unit(100000.0, "inches") }, { name: "Gigamacro", height: math.unit(200000000.0, "inches") } ] ) }; pokemonMakers["Vullaby"] = () => { return makeCharacter( "Vullaby", "Pokemon", { "Vullaby": { height: math.unit("20", "inches"), weight: math.unit("19.8", "lbs"), name: "Vullaby", image: { source: "./media/pokemon/Vullaby.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.0, "inches") }, { name: "Normal", height: math.unit(20, "inches"), default: true }, { name: "Macro", height: math.unit(2000.0, "inches") }, { name: "Megamacro", height: math.unit(100000.0, "inches") }, { name: "Gigamacro", height: math.unit(200000000.0, "inches") } ] ) }; pokemonMakers["Vulpix"] = () => { return makeCharacter( "Vulpix", "Pokemon", { "Alola Form": { height: math.unit("24", "inches"), weight: math.unit("21.8", "lbs"), name: "Alola Form", image: { source: "./media/pokemon/Vulpix - Alola Form.svg" }, rename: true }, "Vulpix": { height: math.unit("24", "inches"), weight: math.unit("21.8", "lbs"), name: "Vulpix", image: { source: "./media/pokemon/Vulpix.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.4, "inches") }, { name: "Normal", height: math.unit(24, "inches"), default: true }, { name: "Macro", height: math.unit(2400.0, "inches") }, { name: "Megamacro", height: math.unit(120000.0, "inches") }, { name: "Gigamacro", height: math.unit(240000000.0, "inches") } ] ) }; pokemonMakers["Wailmer"] = () => { return makeCharacter( "Wailmer", "Pokemon", { "Wailmer": { height: math.unit("79", "inches"), weight: math.unit("286.6", "lbs"), name: "Wailmer", image: { source: "./media/pokemon/Wailmer.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(7.9, "inches") }, { name: "Normal", height: math.unit(79, "inches"), default: true }, { name: "Macro", height: math.unit(7900.0, "inches") }, { name: "Megamacro", height: math.unit(395000.0, "inches") }, { name: "Gigamacro", height: math.unit(790000000.0, "inches") } ] ) }; pokemonMakers["Wailord"] = () => { return makeCharacter( "Wailord", "Pokemon", { "Wailord": { height: math.unit("571", "inches"), weight: math.unit("877.4", "lbs"), name: "Wailord", image: { source: "./media/pokemon/Wailord.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(57.1, "inches") }, { name: "Normal", height: math.unit(571, "inches"), default: true }, { name: "Macro", height: math.unit(57100.0, "inches") }, { name: "Megamacro", height: math.unit(2855000.0, "inches") }, { name: "Gigamacro", height: math.unit(5710000000.0, "inches") } ] ) }; pokemonMakers["Walrein"] = () => { return makeCharacter( "Walrein", "Pokemon", { "Walrein": { height: math.unit("55", "inches"), weight: math.unit("332.0", "lbs"), name: "Walrein", image: { source: "./media/pokemon/Walrein.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(5.5, "inches") }, { name: "Normal", height: math.unit(55, "inches"), default: true }, { name: "Macro", height: math.unit(5500.0, "inches") }, { name: "Megamacro", height: math.unit(275000.0, "inches") }, { name: "Gigamacro", height: math.unit(550000000.0, "inches") } ] ) }; pokemonMakers["Wartortle"] = () => { return makeCharacter( "Wartortle", "Pokemon", { "Wartortle": { height: math.unit("39", "inches"), weight: math.unit("49.6", "lbs"), name: "Wartortle", image: { source: "./media/pokemon/Wartortle.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.9, "inches") }, { name: "Normal", height: math.unit(39, "inches"), default: true }, { name: "Macro", height: math.unit(3900.0, "inches") }, { name: "Megamacro", height: math.unit(195000.0, "inches") }, { name: "Gigamacro", height: math.unit(390000000.0, "inches") } ] ) }; pokemonMakers["Watchog"] = () => { return makeCharacter( "Watchog", "Pokemon", { "Watchog": { height: math.unit("43", "inches"), weight: math.unit("59.5", "lbs"), name: "Watchog", image: { source: "./media/pokemon/Watchog.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(4.3, "inches") }, { name: "Normal", height: math.unit(43, "inches"), default: true }, { name: "Macro", height: math.unit(4300.0, "inches") }, { name: "Megamacro", height: math.unit(215000.0, "inches") }, { name: "Gigamacro", height: math.unit(430000000.0, "inches") } ] ) }; pokemonMakers["Weavile"] = () => { return makeCharacter( "Weavile", "Pokemon", { "Weavile": { height: math.unit("43", "inches"), weight: math.unit("75.0", "lbs"), name: "Weavile", image: { source: "./media/pokemon/Weavile.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(4.3, "inches") }, { name: "Normal", height: math.unit(43, "inches"), default: true }, { name: "Macro", height: math.unit(4300.0, "inches") }, { name: "Megamacro", height: math.unit(215000.0, "inches") }, { name: "Gigamacro", height: math.unit(430000000.0, "inches") } ] ) }; pokemonMakers["Weedle"] = () => { return makeCharacter( "Weedle", "Pokemon", { "Weedle": { height: math.unit("12", "inches"), weight: math.unit("7.1", "lbs"), name: "Weedle", image: { source: "./media/pokemon/Weedle.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(1.2, "inches") }, { name: "Normal", height: math.unit(12, "inches"), default: true }, { name: "Macro", height: math.unit(1200.0, "inches") }, { name: "Megamacro", height: math.unit(60000.0, "inches") }, { name: "Gigamacro", height: math.unit(120000000.0, "inches") } ] ) }; pokemonMakers["Weepinbell"] = () => { return makeCharacter( "Weepinbell", "Pokemon", { "Weepinbell": { height: math.unit("39", "inches"), weight: math.unit("14.1", "lbs"), name: "Weepinbell", image: { source: "./media/pokemon/Weepinbell.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.9, "inches") }, { name: "Normal", height: math.unit(39, "inches"), default: true }, { name: "Macro", height: math.unit(3900.0, "inches") }, { name: "Megamacro", height: math.unit(195000.0, "inches") }, { name: "Gigamacro", height: math.unit(390000000.0, "inches") } ] ) }; pokemonMakers["Weezing"] = () => { return makeCharacter( "Weezing", "Pokemon", { "Galarian Form": { height: math.unit("118", "inches"), weight: math.unit("35.3", "lbs"), name: "Galarian Form", image: { source: "./media/pokemon/Weezing - Galarian Form.svg" }, rename: true }, "Weezing": { height: math.unit("47", "inches"), weight: math.unit("20.9", "lbs"), name: "Weezing", image: { source: "./media/pokemon/Weezing.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(11.8, "inches") }, { name: "Normal", height: math.unit(118, "inches"), default: true }, { name: "Macro", height: math.unit(11800.0, "inches") }, { name: "Megamacro", height: math.unit(590000.0, "inches") }, { name: "Gigamacro", height: math.unit(1180000000.0, "inches") } ] ) }; pokemonMakers["Whimsicott"] = () => { return makeCharacter( "Whimsicott", "Pokemon", { "Whimsicott": { height: math.unit("28", "inches"), weight: math.unit("14.6", "lbs"), name: "Whimsicott", image: { source: "./media/pokemon/Whimsicott.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.8, "inches") }, { name: "Normal", height: math.unit(28, "inches"), default: true }, { name: "Macro", height: math.unit(2800.0, "inches") }, { name: "Megamacro", height: math.unit(140000.0, "inches") }, { name: "Gigamacro", height: math.unit(280000000.0, "inches") } ] ) }; pokemonMakers["Whirlipede"] = () => { return makeCharacter( "Whirlipede", "Pokemon", { "Whirlipede": { height: math.unit("47", "inches"), weight: math.unit("129.0", "lbs"), name: "Whirlipede", image: { source: "./media/pokemon/Whirlipede.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(4.7, "inches") }, { name: "Normal", height: math.unit(47, "inches"), default: true }, { name: "Macro", height: math.unit(4700.0, "inches") }, { name: "Megamacro", height: math.unit(235000.0, "inches") }, { name: "Gigamacro", height: math.unit(470000000.0, "inches") } ] ) }; pokemonMakers["Whiscash"] = () => { return makeCharacter( "Whiscash", "Pokemon", { "Whiscash": { height: math.unit("35", "inches"), weight: math.unit("52.0", "lbs"), name: "Whiscash", image: { source: "./media/pokemon/Whiscash.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.5, "inches") }, { name: "Normal", height: math.unit(35, "inches"), default: true }, { name: "Macro", height: math.unit(3500.0, "inches") }, { name: "Megamacro", height: math.unit(175000.0, "inches") }, { name: "Gigamacro", height: math.unit(350000000.0, "inches") } ] ) }; pokemonMakers["Whismur"] = () => { return makeCharacter( "Whismur", "Pokemon", { "Whismur": { height: math.unit("24", "inches"), weight: math.unit("35.9", "lbs"), name: "Whismur", image: { source: "./media/pokemon/Whismur.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.4, "inches") }, { name: "Normal", height: math.unit(24, "inches"), default: true }, { name: "Macro", height: math.unit(2400.0, "inches") }, { name: "Megamacro", height: math.unit(120000.0, "inches") }, { name: "Gigamacro", height: math.unit(240000000.0, "inches") } ] ) }; pokemonMakers["Wigglytuff"] = () => { return makeCharacter( "Wigglytuff", "Pokemon", { "Wigglytuff": { height: math.unit("39", "inches"), weight: math.unit("26.5", "lbs"), name: "Wigglytuff", image: { source: "./media/pokemon/Wigglytuff.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.9, "inches") }, { name: "Normal", height: math.unit(39, "inches"), default: true }, { name: "Macro", height: math.unit(3900.0, "inches") }, { name: "Megamacro", height: math.unit(195000.0, "inches") }, { name: "Gigamacro", height: math.unit(390000000.0, "inches") } ] ) }; pokemonMakers["Wimpod"] = () => { return makeCharacter( "Wimpod", "Pokemon", { "Wimpod": { height: math.unit("20", "inches"), weight: math.unit("26.5", "lbs"), name: "Wimpod", image: { source: "./media/pokemon/Wimpod.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.0, "inches") }, { name: "Normal", height: math.unit(20, "inches"), default: true }, { name: "Macro", height: math.unit(2000.0, "inches") }, { name: "Megamacro", height: math.unit(100000.0, "inches") }, { name: "Gigamacro", height: math.unit(200000000.0, "inches") } ] ) }; pokemonMakers["Wingull"] = () => { return makeCharacter( "Wingull", "Pokemon", { "Wingull": { height: math.unit("24", "inches"), weight: math.unit("20.9", "lbs"), name: "Wingull", image: { source: "./media/pokemon/Wingull.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.4, "inches") }, { name: "Normal", height: math.unit(24, "inches"), default: true }, { name: "Macro", height: math.unit(2400.0, "inches") }, { name: "Megamacro", height: math.unit(120000.0, "inches") }, { name: "Gigamacro", height: math.unit(240000000.0, "inches") } ] ) }; pokemonMakers["Wishiwashi"] = () => { return makeCharacter( "Wishiwashi", "Pokemon", { "School Form": { height: math.unit("323", "inches"), weight: math.unit("173.3", "lbs"), name: "School Form", image: { source: "./media/pokemon/Wishiwashi - School Form.svg" }, rename: true }, "Solo Form": { height: math.unit("8", "inches"), weight: math.unit("0.7", "lbs"), name: "Solo Form", image: { source: "./media/pokemon/Wishiwashi - Solo Form.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(32.3, "inches") }, { name: "Normal", height: math.unit(323, "inches"), default: true }, { name: "Macro", height: math.unit(32300.0, "inches") }, { name: "Megamacro", height: math.unit(1615000.0, "inches") }, { name: "Gigamacro", height: math.unit(3230000000.0, "inches") } ] ) }; pokemonMakers["Wobbuffet"] = () => { return makeCharacter( "Wobbuffet", "Pokemon", { "Wobbuffet": { height: math.unit("51", "inches"), weight: math.unit("62.8", "lbs"), name: "Wobbuffet", image: { source: "./media/pokemon/Wobbuffet.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(5.1, "inches") }, { name: "Normal", height: math.unit(51, "inches"), default: true }, { name: "Macro", height: math.unit(5100.0, "inches") }, { name: "Megamacro", height: math.unit(255000.0, "inches") }, { name: "Gigamacro", height: math.unit(510000000.0, "inches") } ] ) }; pokemonMakers["Woobat"] = () => { return makeCharacter( "Woobat", "Pokemon", { "Woobat": { height: math.unit("16", "inches"), weight: math.unit("4.6", "lbs"), name: "Woobat", image: { source: "./media/pokemon/Woobat.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(1.6, "inches") }, { name: "Normal", height: math.unit(16, "inches"), default: true }, { name: "Macro", height: math.unit(1600.0, "inches") }, { name: "Megamacro", height: math.unit(80000.0, "inches") }, { name: "Gigamacro", height: math.unit(160000000.0, "inches") } ] ) }; pokemonMakers["Wooloo"] = () => { return makeCharacter( "Wooloo", "Pokemon", { "Wooloo": { height: math.unit("24", "inches"), weight: math.unit("13.2", "lbs"), name: "Wooloo", image: { source: "./media/pokemon/Wooloo.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.4, "inches") }, { name: "Normal", height: math.unit(24, "inches"), default: true }, { name: "Macro", height: math.unit(2400.0, "inches") }, { name: "Megamacro", height: math.unit(120000.0, "inches") }, { name: "Gigamacro", height: math.unit(240000000.0, "inches") } ] ) }; pokemonMakers["Wooper"] = () => { return makeCharacter( "Wooper", "Pokemon", { "Wooper": { height: math.unit("16", "inches"), weight: math.unit("18.7", "lbs"), name: "Wooper", image: { source: "./media/pokemon/Wooper.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(1.6, "inches") }, { name: "Normal", height: math.unit(16, "inches"), default: true }, { name: "Macro", height: math.unit(1600.0, "inches") }, { name: "Megamacro", height: math.unit(80000.0, "inches") }, { name: "Gigamacro", height: math.unit(160000000.0, "inches") } ] ) }; pokemonMakers["Wormadam"] = () => { return makeCharacter( "Wormadam", "Pokemon", { "Plant Cloak": { height: math.unit("20", "inches"), weight: math.unit("14.3", "lbs"), name: "Plant Cloak", image: { source: "./media/pokemon/Wormadam - Plant Cloak.svg" }, rename: true }, "Sandy Cloak": { height: math.unit("20", "inches"), weight: math.unit("14.3", "lbs"), name: "Sandy Cloak", image: { source: "./media/pokemon/Wormadam - Sandy Cloak.svg" }, rename: true }, "Trash Cloak": { height: math.unit("20", "inches"), weight: math.unit("14.3", "lbs"), name: "Trash Cloak", image: { source: "./media/pokemon/Wormadam - Trash Cloak.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.0, "inches") }, { name: "Normal", height: math.unit(20, "inches"), default: true }, { name: "Macro", height: math.unit(2000.0, "inches") }, { name: "Megamacro", height: math.unit(100000.0, "inches") }, { name: "Gigamacro", height: math.unit(200000000.0, "inches") } ] ) }; pokemonMakers["Wurmple"] = () => { return makeCharacter( "Wurmple", "Pokemon", { "Wurmple": { height: math.unit("12", "inches"), weight: math.unit("7.9", "lbs"), name: "Wurmple", image: { source: "./media/pokemon/Wurmple.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(1.2, "inches") }, { name: "Normal", height: math.unit(12, "inches"), default: true }, { name: "Macro", height: math.unit(1200.0, "inches") }, { name: "Megamacro", height: math.unit(60000.0, "inches") }, { name: "Gigamacro", height: math.unit(120000000.0, "inches") } ] ) }; pokemonMakers["Wynaut"] = () => { return makeCharacter( "Wynaut", "Pokemon", { "Wynaut": { height: math.unit("24", "inches"), weight: math.unit("30.9", "lbs"), name: "Wynaut", image: { source: "./media/pokemon/Wynaut.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.4, "inches") }, { name: "Normal", height: math.unit(24, "inches"), default: true }, { name: "Macro", height: math.unit(2400.0, "inches") }, { name: "Megamacro", height: math.unit(120000.0, "inches") }, { name: "Gigamacro", height: math.unit(240000000.0, "inches") } ] ) }; pokemonMakers["Xatu"] = () => { return makeCharacter( "Xatu", "Pokemon", { "Xatu": { height: math.unit("59", "inches"), weight: math.unit("33.1", "lbs"), name: "Xatu", image: { source: "./media/pokemon/Xatu.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(5.9, "inches") }, { name: "Normal", height: math.unit(59, "inches"), default: true }, { name: "Macro", height: math.unit(5900.0, "inches") }, { name: "Megamacro", height: math.unit(295000.0, "inches") }, { name: "Gigamacro", height: math.unit(590000000.0, "inches") } ] ) }; pokemonMakers["Xerneas"] = () => { return makeCharacter( "Xerneas", "Pokemon", { "Xerneas": { height: math.unit("118", "inches"), weight: math.unit("474.0", "lbs"), name: "Xerneas", image: { source: "./media/pokemon/Xerneas.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(11.8, "inches") }, { name: "Normal", height: math.unit(118, "inches"), default: true }, { name: "Macro", height: math.unit(11800.0, "inches") }, { name: "Megamacro", height: math.unit(590000.0, "inches") }, { name: "Gigamacro", height: math.unit(1180000000.0, "inches") } ] ) }; pokemonMakers["Xurkitree"] = () => { return makeCharacter( "Xurkitree", "Pokemon", { "Xurkitree": { height: math.unit("150", "inches"), weight: math.unit("220.5", "lbs"), name: "Xurkitree", image: { source: "./media/pokemon/Xurkitree.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(15.0, "inches") }, { name: "Normal", height: math.unit(150, "inches"), default: true }, { name: "Macro", height: math.unit(15000.0, "inches") }, { name: "Megamacro", height: math.unit(750000.0, "inches") }, { name: "Gigamacro", height: math.unit(1500000000.0, "inches") } ] ) }; pokemonMakers["Yamask"] = () => { return makeCharacter( "Yamask", "Pokemon", { "Galarian Form": { height: math.unit("20", "inches"), weight: math.unit("3.3", "lbs"), name: "Galarian Form", image: { source: "./media/pokemon/Yamask - Galarian Form.svg" }, rename: true }, "Yamask": { height: math.unit("20", "inches"), weight: math.unit("3.3", "lbs"), name: "Yamask", image: { source: "./media/pokemon/Yamask.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.0, "inches") }, { name: "Normal", height: math.unit(20, "inches"), default: true }, { name: "Macro", height: math.unit(2000.0, "inches") }, { name: "Megamacro", height: math.unit(100000.0, "inches") }, { name: "Gigamacro", height: math.unit(200000000.0, "inches") } ] ) }; pokemonMakers["Yamper"] = () => { return makeCharacter( "Yamper", "Pokemon", { "Yamper": { height: math.unit("12", "inches"), weight: math.unit("29.8", "lbs"), name: "Yamper", image: { source: "./media/pokemon/Yamper.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(1.2, "inches") }, { name: "Normal", height: math.unit(12, "inches"), default: true }, { name: "Macro", height: math.unit(1200.0, "inches") }, { name: "Megamacro", height: math.unit(60000.0, "inches") }, { name: "Gigamacro", height: math.unit(120000000.0, "inches") } ] ) }; pokemonMakers["Yanma"] = () => { return makeCharacter( "Yanma", "Pokemon", { "Yanma": { height: math.unit("47", "inches"), weight: math.unit("83.8", "lbs"), name: "Yanma", image: { source: "./media/pokemon/Yanma.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(4.7, "inches") }, { name: "Normal", height: math.unit(47, "inches"), default: true }, { name: "Macro", height: math.unit(4700.0, "inches") }, { name: "Megamacro", height: math.unit(235000.0, "inches") }, { name: "Gigamacro", height: math.unit(470000000.0, "inches") } ] ) }; pokemonMakers["Yanmega"] = () => { return makeCharacter( "Yanmega", "Pokemon", { "Yanmega": { height: math.unit("75", "inches"), weight: math.unit("113.5", "lbs"), name: "Yanmega", image: { source: "./media/pokemon/Yanmega.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(7.5, "inches") }, { name: "Normal", height: math.unit(75, "inches"), default: true }, { name: "Macro", height: math.unit(7500.0, "inches") }, { name: "Megamacro", height: math.unit(375000.0, "inches") }, { name: "Gigamacro", height: math.unit(750000000.0, "inches") } ] ) }; pokemonMakers["Yungoos"] = () => { return makeCharacter( "Yungoos", "Pokemon", { "Yungoos": { height: math.unit("16", "inches"), weight: math.unit("13.2", "lbs"), name: "Yungoos", image: { source: "./media/pokemon/Yungoos.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(1.6, "inches") }, { name: "Normal", height: math.unit(16, "inches"), default: true }, { name: "Macro", height: math.unit(1600.0, "inches") }, { name: "Megamacro", height: math.unit(80000.0, "inches") }, { name: "Gigamacro", height: math.unit(160000000.0, "inches") } ] ) }; pokemonMakers["Yveltal"] = () => { return makeCharacter( "Yveltal", "Pokemon", { "Yveltal": { height: math.unit("228", "inches"), weight: math.unit("447.5", "lbs"), name: "Yveltal", image: { source: "./media/pokemon/Yveltal.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(22.8, "inches") }, { name: "Normal", height: math.unit(228, "inches"), default: true }, { name: "Macro", height: math.unit(22800.0, "inches") }, { name: "Megamacro", height: math.unit(1140000.0, "inches") }, { name: "Gigamacro", height: math.unit(2280000000.0, "inches") } ] ) }; pokemonMakers["Zacian"] = () => { return makeCharacter( "Zacian", "Pokemon", { "Crowned Sword": { height: math.unit("110", "inches"), weight: math.unit("782.6", "lbs"), name: "Crowned Sword", image: { source: "./media/pokemon/Zacian - Crowned Sword.svg" }, rename: true }, "Hero of Many Battles": { height: math.unit("110", "inches"), weight: math.unit("242.5", "lbs"), name: "Hero of Many Battles", image: { source: "./media/pokemon/Zacian - Hero of Many Battles.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(11.0, "inches") }, { name: "Normal", height: math.unit(110, "inches"), default: true }, { name: "Macro", height: math.unit(11000.0, "inches") }, { name: "Megamacro", height: math.unit(550000.0, "inches") }, { name: "Gigamacro", height: math.unit(1100000000.0, "inches") } ] ) }; pokemonMakers["Zamazenta"] = () => { return makeCharacter( "Zamazenta", "Pokemon", { "Crowned Shield": { height: math.unit("114", "inches"), weight: math.unit("1730.6", "lbs"), name: "Crowned Shield", image: { source: "./media/pokemon/Zamazenta - Crowned Shield.svg" }, rename: true }, "Hero of Many Battles": { height: math.unit("114", "inches"), weight: math.unit("463.0", "lbs"), name: "Hero of Many Battles", image: { source: "./media/pokemon/Zamazenta - Hero of Many Battles.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(11.4, "inches") }, { name: "Normal", height: math.unit(114, "inches"), default: true }, { name: "Macro", height: math.unit(11400.0, "inches") }, { name: "Megamacro", height: math.unit(570000.0, "inches") }, { name: "Gigamacro", height: math.unit(1140000000.0, "inches") } ] ) }; pokemonMakers["Zangoose"] = () => { return makeCharacter( "Zangoose", "Pokemon", { "Zangoose": { height: math.unit("51", "inches"), weight: math.unit("88.8", "lbs"), name: "Zangoose", image: { source: "./media/pokemon/Zangoose.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(5.1, "inches") }, { name: "Normal", height: math.unit(51, "inches"), default: true }, { name: "Macro", height: math.unit(5100.0, "inches") }, { name: "Megamacro", height: math.unit(255000.0, "inches") }, { name: "Gigamacro", height: math.unit(510000000.0, "inches") } ] ) }; pokemonMakers["Zapdos"] = () => { return makeCharacter( "Zapdos", "Pokemon", { "Zapdos": { height: math.unit("63", "inches"), weight: math.unit("116.0", "lbs"), name: "Zapdos", image: { source: "./media/pokemon/Zapdos.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(6.3, "inches") }, { name: "Normal", height: math.unit(63, "inches"), default: true }, { name: "Macro", height: math.unit(6300.0, "inches") }, { name: "Megamacro", height: math.unit(315000.0, "inches") }, { name: "Gigamacro", height: math.unit(630000000.0, "inches") } ] ) }; pokemonMakers["Zebstrika"] = () => { return makeCharacter( "Zebstrika", "Pokemon", { "Zebstrika": { height: math.unit("63", "inches"), weight: math.unit("175.3", "lbs"), name: "Zebstrika", image: { source: "./media/pokemon/Zebstrika.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(6.3, "inches") }, { name: "Normal", height: math.unit(63, "inches"), default: true }, { name: "Macro", height: math.unit(6300.0, "inches") }, { name: "Megamacro", height: math.unit(315000.0, "inches") }, { name: "Gigamacro", height: math.unit(630000000.0, "inches") } ] ) }; pokemonMakers["Zekrom"] = () => { return makeCharacter( "Zekrom", "Pokemon", { "Zekrom": { height: math.unit("114", "inches"), weight: math.unit("760.6", "lbs"), name: "Zekrom", image: { source: "./media/pokemon/Zekrom.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(11.4, "inches") }, { name: "Normal", height: math.unit(114, "inches"), default: true }, { name: "Macro", height: math.unit(11400.0, "inches") }, { name: "Megamacro", height: math.unit(570000.0, "inches") }, { name: "Gigamacro", height: math.unit(1140000000.0, "inches") } ] ) }; pokemonMakers["Zeraora"] = () => { return makeCharacter( "Zeraora", "Pokemon", { "Zeraora": { height: math.unit("59", "inches"), weight: math.unit("98.1", "lbs"), name: "Zeraora", image: { source: "./media/pokemon/Zeraora.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(5.9, "inches") }, { name: "Normal", height: math.unit(59, "inches"), default: true }, { name: "Macro", height: math.unit(5900.0, "inches") }, { name: "Megamacro", height: math.unit(295000.0, "inches") }, { name: "Gigamacro", height: math.unit(590000000.0, "inches") } ] ) }; pokemonMakers["Zigzagoon"] = () => { return makeCharacter( "Zigzagoon", "Pokemon", { "Galarian Form": { height: math.unit("16", "inches"), weight: math.unit("38.6", "lbs"), name: "Galarian Form", image: { source: "./media/pokemon/Zigzagoon - Galarian Form.svg" }, rename: true }, "Zigzagoon": { height: math.unit("16", "inches"), weight: math.unit("38.6", "lbs"), name: "Zigzagoon", image: { source: "./media/pokemon/Zigzagoon.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(1.6, "inches") }, { name: "Normal", height: math.unit(16, "inches"), default: true }, { name: "Macro", height: math.unit(1600.0, "inches") }, { name: "Megamacro", height: math.unit(80000.0, "inches") }, { name: "Gigamacro", height: math.unit(160000000.0, "inches") } ] ) }; pokemonMakers["Zoroark"] = () => { return makeCharacter( "Zoroark", "Pokemon", { "Zoroark": { height: math.unit("63", "inches"), weight: math.unit("178.8", "lbs"), name: "Zoroark", image: { source: "./media/pokemon/Zoroark.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(6.3, "inches") }, { name: "Normal", height: math.unit(63, "inches"), default: true }, { name: "Macro", height: math.unit(6300.0, "inches") }, { name: "Megamacro", height: math.unit(315000.0, "inches") }, { name: "Gigamacro", height: math.unit(630000000.0, "inches") } ] ) }; pokemonMakers["Zorua"] = () => { return makeCharacter( "Zorua", "Pokemon", { "Zorua": { height: math.unit("28", "inches"), weight: math.unit("27.6", "lbs"), name: "Zorua", image: { source: "./media/pokemon/Zorua.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(2.8, "inches") }, { name: "Normal", height: math.unit(28, "inches"), default: true }, { name: "Macro", height: math.unit(2800.0, "inches") }, { name: "Megamacro", height: math.unit(140000.0, "inches") }, { name: "Gigamacro", height: math.unit(280000000.0, "inches") } ] ) }; pokemonMakers["Zubat"] = () => { return makeCharacter( "Zubat", "Pokemon", { "Zubat": { height: math.unit("31", "inches"), weight: math.unit("16.5", "lbs"), name: "Zubat", image: { source: "./media/pokemon/Zubat.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(3.1, "inches") }, { name: "Normal", height: math.unit(31, "inches"), default: true }, { name: "Macro", height: math.unit(3100.0, "inches") }, { name: "Megamacro", height: math.unit(155000.0, "inches") }, { name: "Gigamacro", height: math.unit(310000000.0, "inches") } ] ) }; pokemonMakers["Zweilous"] = () => { return makeCharacter( "Zweilous", "Pokemon", { "Zweilous": { height: math.unit("55", "inches"), weight: math.unit("110.2", "lbs"), name: "Zweilous", image: { source: "./media/pokemon/Zweilous.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(5.5, "inches") }, { name: "Normal", height: math.unit(55, "inches"), default: true }, { name: "Macro", height: math.unit(5500.0, "inches") }, { name: "Megamacro", height: math.unit(275000.0, "inches") }, { name: "Gigamacro", height: math.unit(550000000.0, "inches") } ] ) }; pokemonMakers["Zygarde"] = () => { return makeCharacter( "Zygarde", "Pokemon", { "10% Forme": { height: math.unit("47", "inches"), weight: math.unit("73.9", "lbs"), name: "10% Forme", image: { source: "./media/pokemon/Zygarde - 10% Forme.svg" }, rename: true }, "50% Forme": { height: math.unit("197", "inches"), weight: math.unit("672.4", "lbs"), name: "50% Forme", image: { source: "./media/pokemon/Zygarde - 50% Forme.svg" }, rename: true }, "Complete Forme": { height: math.unit("177", "inches"), weight: math.unit("1344.8", "lbs"), name: "Complete Forme", image: { source: "./media/pokemon/Zygarde - Complete Forme.svg" }, rename: true } }, [ { name: "Micro", height: math.unit(4.7, "inches") }, { name: "Normal", height: math.unit(47, "inches"), default: true }, { name: "Macro", height: math.unit(4700.0, "inches") }, { name: "Megamacro", height: math.unit(235000.0, "inches") }, { name: "Gigamacro", height: math.unit(470000000.0, "inches") } ] ) }; function makePokemon() { const results = []; Object.entries(pokemonMakers).forEach(([key, value]) => { results.push({ name: key, constructor: value }); }); return results.sort((a, b) => { return a.name.localeCompare(b.name); }); }