|
-
- const pokemonMakers = {};
-
-
- pokemonMakers["Abomasnow"] = () => {
- return makeCharacter(
- { name: "Abomasnow" },
- {
-
- "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(
- { name: "Abra" },
- {
-
- "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(
- { name: "Absol" },
- {
-
- "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(
- { name: "Accelgor" },
- {
-
- "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(
- { name: "Aegislash" },
- {
-
- "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(
- { name: "Aerodactyl" },
- {
-
- "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(
- { name: "Aggron" },
- {
-
- "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(
- { name: "Aipom" },
- {
-
- "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(
- { name: "Alakazam" },
- {
-
- "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(
- { name: "Alcremie" },
- {
-
- "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(
- { name: "Alomomola" },
- {
-
- "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(
- { name: "Altaria" },
- {
-
- "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(
- { name: "Amaura" },
- {
-
- "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(
- { name: "Ambipom" },
- {
-
- "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(
- { name: "Amoonguss" },
- {
-
- "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(
- { name: "Ampharos" },
- {
-
- "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(
- { name: "Anorith" },
- {
-
- "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(
- { name: "Appletun" },
- {
-
- "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(
- { name: "Applin" },
- {
-
- "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(
- { name: "Araquanid" },
- {
-
- "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(
- { name: "Arbok" },
- {
-
- "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(
- { name: "Arcanine" },
- {
-
- "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(
- { name: "Arceus" },
- {
-
- "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(
- { name: "Archen" },
- {
-
- "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(
- { name: "Archeops" },
- {
-
- "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(
- { name: "Arctovish" },
- {
-
- "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(
- { name: "Arctozolt" },
- {
-
- "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(
- { name: "Ariados" },
- {
-
- "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(
- { name: "Armaldo" },
- {
-
- "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(
- { name: "Aromatisse" },
- {
-
- "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(
- { name: "Aron" },
- {
-
- "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(
- { name: "Arrokuda" },
- {
-
- "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(
- { name: "Articuno" },
- {
-
- "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(
- { name: "Greninja" },
- {
-
- "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(
- { name: "Audino" },
- {
-
- "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(
- { name: "Aurorus" },
- {
-
- "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(
- { name: "Avalugg" },
- {
-
- "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(
- { name: "Axew" },
- {
-
- "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(
- { name: "Azelf" },
- {
-
- "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(
- { name: "Azumarill" },
- {
-
- "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(
- { name: "Azurill" },
- {
-
- "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(
- { name: "Bagon" },
- {
-
- "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(
- { name: "Baltoy" },
- {
-
- "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(
- { name: "Banette" },
- {
-
- "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(
- { name: "Barbaracle" },
- {
-
- "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(
- { name: "Barboach" },
- {
-
- "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(
- { name: "Barraskewda" },
- {
-
- "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(
- { name: "Basculin" },
- {
-
- "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(
- { name: "Bastiodon" },
- {
-
- "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(
- { name: "Bayleef" },
- {
-
- "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(
- { name: "Beartic" },
- {
-
- "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(
- { name: "Beautifly" },
- {
-
- "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(
- { name: "Beedrill" },
- {
-
- "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(
- { name: "Beheeyem" },
- {
-
- "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(
- { name: "Beldum" },
- {
-
- "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(
- { name: "Bellossom" },
- {
-
- "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(
- { name: "Bellsprout" },
- {
-
- "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(
- { name: "Bergmite" },
- {
-
- "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(
- { name: "Bewear" },
- {
-
- "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(
- { name: "Bibarel" },
- {
-
- "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(
- { name: "Bidoof" },
- {
-
- "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(
- { name: "Binacle" },
- {
-
- "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(
- { name: "Bisharp" },
- {
-
- "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(
- { name: "Blacephalon" },
- {
-
- "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(
- { name: "Kyurem" },
- {
-
- "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(
- { name: "Blastoise" },
- {
-
- "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(
- { name: "Blaziken" },
- {
-
- "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(
- { name: "Blipbug" },
- {
-
- "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(
- { name: "Blissey" },
- {
-
- "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(
- { name: "Blitzle" },
- {
-
- "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(
- { name: "Boldore" },
- {
-
- "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(
- { name: "Boltund" },
- {
-
- "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(
- { name: "Bonsly" },
- {
-
- "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(
- { name: "Bouffalant" },
- {
-
- "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(
- { name: "Bounsweet" },
- {
-
- "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(
- { name: "Braixen" },
- {
-
- "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(
- { name: "Braviary" },
- {
-
- "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(
- { name: "Breloom" },
- {
-
- "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(
- { name: "Brionne" },
- {
-
- "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(
- { name: "Bronzong" },
- {
-
- "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(
- { name: "Bronzor" },
- {
-
- "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(
- { name: "Bruxish" },
- {
-
- "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(
- { name: "Budew" },
- {
-
- "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(
- { name: "Buizel" },
- {
-
- "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(
- { name: "Bulbasaur" },
- {
-
- "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(
- { name: "Buneary" },
- {
-
- "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(
- { name: "Bunnelby" },
- {
-
- "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(
- { name: "Burmy" },
- {
-
- "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(
- { name: "Butterfree" },
- {
-
- "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(
- { name: "Buzzwole" },
- {
-
- "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(
- { name: "Cacnea" },
- {
-
- "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(
- { name: "Cacturne" },
- {
-
- "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(
- { name: "Camerupt" },
- {
-
- "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(
- { name: "Carbink" },
- {
-
- "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(
- { name: "Carkol" },
- {
-
- "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(
- { name: "Carnivine" },
- {
-
- "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(
- { name: "Carracosta" },
- {
-
- "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(
- { name: "Carvanha" },
- {
-
- "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(
- { name: "Cascoon" },
- {
-
- "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(
- { name: "Castform" },
- {
-
- "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(
- { name: "Caterpie" },
- {
-
- "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(
- { name: "Celebi" },
- {
-
- "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(
- { name: "Celesteela" },
- {
-
- "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(
- { name: "Centiskorch" },
- {
-
- "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(
- { name: "Chandelure" },
- {
-
- "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(
- { name: "Chansey" },
- {
-
- "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(
- { name: "Charizard" },
- {
-
- "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(
- { name: "Charjabug" },
- {
-
- "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(
- { name: "Charmander" },
- {
-
- "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(
- { name: "Charmeleon" },
- {
-
- "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(
- { name: "Chatot" },
- {
-
- "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(
- { name: "Cherrim" },
- {
-
- "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(
- { name: "Cherubi" },
- {
-
- "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(
- { name: "Chesnaught" },
- {
-
- "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(
- { name: "Chespin" },
- {
-
- "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(
- { name: "Chewtle" },
- {
-
- "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(
- { name: "Chikorita" },
- {
-
- "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(
- { name: "Chimchar" },
- {
-
- "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(
- { name: "Chimecho" },
- {
-
- "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(
- { name: "Chinchou" },
- {
-
- "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(
- { name: "Chingling" },
- {
-
- "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(
- { name: "Cinccino" },
- {
-
- "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(
- { name: "Cinderace" },
- {
-
- "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(
- { name: "Clamperl" },
- {
-
- "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(
- { name: "Clauncher" },
- {
-
- "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(
- { name: "Clawitzer" },
- {
-
- "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(
- { name: "Claydol" },
- {
-
- "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(
- { name: "Clefable" },
- {
-
- "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(
- { name: "Clefairy" },
- {
-
- "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(
- { name: "Cleffa" },
- {
-
- "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(
- { name: "Clobbopus" },
- {
-
- "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(
- { name: "Cloyster" },
- {
-
- "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(
- { name: "Coalossal" },
- {
-
- "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(
- { name: "Cobalion" },
- {
-
- "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(
- { name: "Cofagrigus" },
- {
-
- "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(
- { name: "Combee" },
- {
-
- "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(
- { name: "Combusken" },
- {
-
- "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(
- { name: "Comfey" },
- {
-
- "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(
- { name: "Conkeldurr" },
- {
-
- "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(
- { name: "Copperajah" },
- {
-
- "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(
- { name: "Corphish" },
- {
-
- "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(
- { name: "Corsola" },
- {
-
- "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(
- { name: "Corviknight" },
- {
-
- "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(
- { name: "Corvisquire" },
- {
-
- "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(
- { name: "Cosmoem" },
- {
-
- "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(
- { name: "Cosmog" },
- {
-
- "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(
- { name: "Cottonee" },
- {
-
- "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(
- { name: "Crabominable" },
- {
-
- "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(
- { name: "Crabrawler" },
- {
-
- "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(
- { name: "Cradily" },
- {
-
- "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(
- { name: "Cramorant" },
- {
-
- "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(
- { name: "Cranidos" },
- {
-
- "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(
- { name: "Crawdaunt" },
- {
-
- "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(
- { name: "Cresselia" },
- {
-
- "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(
- { name: "Croagunk" },
- {
-
- "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(
- { name: "Crobat" },
- {
-
- "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(
- { name: "Croconaw" },
- {
-
- "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(
- { name: "Crustle" },
- {
-
- "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(
- { name: "Cryogonal" },
- {
-
- "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(
- { name: "Cubchoo" },
- {
-
- "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(
- { name: "Cubone" },
- {
-
- "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(
- { name: "Cufant" },
- {
-
- "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(
- { name: "Cursola" },
- {
-
- "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(
- { name: "Cutiefly" },
- {
-
- "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(
- { name: "Cyndaquil" },
- {
-
- "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(
- { name: "Darkrai" },
- {
-
- "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(
- { name: "Darmanitan" },
- {
-
- "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(
- { name: "Dartrix" },
- {
-
- "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(
- { name: "Darumaka" },
- {
-
- "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(
- { name: "Decidueye" },
- {
-
- "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(
- { name: "Dedenne" },
- {
-
- "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(
- { name: "Deerling" },
- {
-
- "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(
- { name: "Deino" },
- {
-
- "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(
- { name: "Delcatty" },
- {
-
- "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(
- { name: "Delibird" },
- {
-
- "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(
- { name: "Delphox" },
- {
-
- "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(
- { name: "Deoxys" },
- {
-
- "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(
- { name: "Dewgong" },
- {
-
- "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(
- { name: "Dewott" },
- {
-
- "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(
- { name: "Dewpider" },
- {
-
- "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(
- { name: "Dhelmise" },
- {
-
- "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(
- { name: "Dialga" },
- {
-
- "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(
- { name: "Diancie" },
- {
-
- "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(
- { name: "Diggersby" },
- {
-
- "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(
- { name: "Diglett" },
- {
-
- "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(
- { name: "Ditto" },
- {
-
- "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(
- { name: "Dodrio" },
- {
-
- "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(
- { name: "Doduo" },
- {
-
- "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(
- { name: "Donphan" },
- {
-
- "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(
- { name: "Dottler" },
- {
-
- "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(
- { name: "Doublade" },
- {
-
- "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(
- { name: "Dracovish" },
- {
-
- "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(
- { name: "Dracozolt" },
- {
-
- "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(
- { name: "Dragalge" },
- {
-
- "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(
- { name: "Dragapult" },
- {
-
- "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(
- { name: "Dragonair" },
- {
-
- "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(
- { name: "Dragonite" },
- {
-
- "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(
- { name: "Drakloak" },
- {
-
- "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(
- { name: "Drampa" },
- {
-
- "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(
- { name: "Drapion" },
- {
-
- "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(
- { name: "Dratini" },
- {
-
- "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(
- { name: "Drednaw" },
- {
-
- "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(
- { name: "Dreepy" },
- {
-
- "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(
- { name: "Drifblim" },
- {
-
- "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(
- { name: "Drifloon" },
- {
-
- "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(
- { name: "Drilbur" },
- {
-
- "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(
- { name: "Drizzile" },
- {
-
- "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(
- { name: "Drowzee" },
- {
-
- "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(
- { name: "Druddigon" },
- {
-
- "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(
- { name: "Dubwool" },
- {
-
- "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(
- { name: "Ducklett" },
- {
-
- "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(
- { name: "Dugtrio" },
- {
-
- "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(
- { name: "Dunsparce" },
- {
-
- "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(
- { name: "Duosion" },
- {
-
- "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(
- { name: "Duraludon" },
- {
-
- "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(
- { name: "Durant" },
- {
-
- "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(
- { name: "Dusclops" },
- {
-
- "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(
- { name: "Dusknoir" },
- {
-
- "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(
- { name: "Duskull" },
- {
-
- "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(
- { name: "Dustox" },
- {
-
- "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(
- { name: "Dwebble" },
- {
-
- "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(
- { name: "Eelektrik" },
- {
-
- "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(
- { name: "Eelektross" },
- {
-
- "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(
- { name: "Eevee" },
- {
-
- "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(
- { name: "Eiscue" },
- {
-
- "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(
- { name: "Ekans" },
- {
-
- "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(
- { name: "Eldegoss" },
- {
-
- "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(
- { name: "Electabuzz" },
- {
-
- "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(
- { name: "Electivire" },
- {
-
- "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(
- { name: "Electrike" },
- {
-
- "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(
- { name: "Electrode" },
- {
-
- "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(
- { name: "Elekid" },
- {
-
- "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(
- { name: "Elgyem" },
- {
-
- "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(
- { name: "Emboar" },
- {
-
- "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(
- { name: "Emolga" },
- {
-
- "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(
- { name: "Empoleon" },
- {
-
- "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(
- { name: "Entei" },
- {
-
- "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(
- { name: "Escavalier" },
- {
-
- "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(
- { name: "Espeon" },
- {
-
- "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(
- { name: "Espurr" },
- {
-
- "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(
- { name: "Eternatus" },
- {
-
- "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(
- { name: "Excadrill" },
- {
-
- "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(
- { name: "Exeggcute" },
- {
-
- "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(
- { name: "Exeggutor" },
- {
-
- "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(
- { name: "Exploud" },
- {
-
- "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(
- { name: "Falinks" },
- {
-
- "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(
- { name: "Rotom" },
- {
-
- "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(
- { name: "Farfetch'd" },
- {
-
- "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(
- { name: "Fearow" },
- {
-
- "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(
- { name: "Feebas" },
- {
-
- "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(
- { name: "Fennekin" },
- {
-
- "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(
- { name: "Feraligatr" },
- {
-
- "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(
- { name: "Ferroseed" },
- {
-
- "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(
- { name: "Ferrothorn" },
- {
-
- "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(
- { name: "Finneon" },
- {
-
- "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(
- { name: "Flaaffy" },
- {
-
- "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(
- { name: "Flabébé" },
- {
-
- "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(
- { name: "Flapple" },
- {
-
- "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(
- { name: "Flareon" },
- {
-
- "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(
- { name: "Fletchinder" },
- {
-
- "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(
- { name: "Fletchling" },
- {
-
- "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(
- { name: "Floatzel" },
- {
-
- "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(
- { name: "Floette" },
- {
-
- "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(
- { name: "Florges" },
- {
-
- "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(
- { name: "Flygon" },
- {
-
- "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(
- { name: "Fomantis" },
- {
-
- "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(
- { name: "Foongus" },
- {
-
- "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(
- { name: "Forretress" },
- {
-
- "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(
- { name: "Fraxure" },
- {
-
- "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(
- { name: "Frillish" },
- {
-
- "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(
- { name: "Froakie" },
- {
-
- "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(
- { name: "Frogadier" },
- {
-
- "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(
- { name: "Froslass" },
- {
-
- "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(
- { name: "Frosmoth" },
- {
-
- "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(
- { name: "Furfrou" },
- {
-
- "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(
- { name: "Furret" },
- {
-
- "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(
- { name: "Gabite" },
- {
-
- "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(
- { name: "Gallade" },
- {
-
- "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(
- { name: "Galvantula" },
- {
-
- "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(
- { name: "Garbodor" },
- {
-
- "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(
- { name: "Garchomp" },
- {
-
- "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(
- { name: "Gardevoir" },
- {
-
- "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(
- { name: "Gastly" },
- {
-
- "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(
- { name: "Gastrodon" },
- {
-
- "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(
- { name: "Genesect" },
- {
-
- "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(
- { name: "Gengar" },
- {
-
- "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(
- { name: "Geodude" },
- {
-
- "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(
- { name: "Gible" },
- {
-
- "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(
- { name: "Gigalith" },
- {
-
- "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(
- { name: "Grimmsnarl" },
- {
-
- "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(
- { name: "Hatterene" },
- {
-
- "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(
- { name: "Kingler" },
- {
-
- "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(
- { name: "Lapras" },
- {
-
- "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(
- { name: "Machamp" },
- {
-
- "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(
- { name: "Meowth" },
- {
-
- "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(
- { name: "Orbeetle" },
- {
-
- "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(
- { name: "Pikachu" },
- {
-
- "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(
- { name: "Sandaconda" },
- {
-
- "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(
- { name: "Snorlax" },
- {
-
- "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(
- { name: "Toxtricity" },
- {
-
- "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(
- { name: "Girafarig" },
- {
-
- "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(
- { name: "Giratina" },
- {
-
- "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(
- { name: "Glaceon" },
- {
-
- "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(
- { name: "Glalie" },
- {
-
- "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(
- { name: "Glameow" },
- {
-
- "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(
- { name: "Gligar" },
- {
-
- "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(
- { name: "Gliscor" },
- {
-
- "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(
- { name: "Gloom" },
- {
-
- "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(
- { name: "Gogoat" },
- {
-
- "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(
- { name: "Golbat" },
- {
-
- "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(
- { name: "Goldeen" },
- {
-
- "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(
- { name: "Golduck" },
- {
-
- "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(
- { name: "Golem" },
- {
-
- "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(
- { name: "Golett" },
- {
-
- "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(
- { name: "Golisopod" },
- {
-
- "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(
- { name: "Golurk" },
- {
-
- "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(
- { name: "Goodra" },
- {
-
- "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(
- { name: "Goomy" },
- {
-
- "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(
- { name: "Gorebyss" },
- {
-
- "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(
- { name: "Gossifleur" },
- {
-
- "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(
- { name: "Gothita" },
- {
-
- "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(
- { name: "Gothitelle" },
- {
-
- "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(
- { name: "Gothorita" },
- {
-
- "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(
- { name: "Gourgeist" },
- {
-
- "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(
- { name: "Granbull" },
- {
-
- "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(
- { name: "Grapploct" },
- {
-
- "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(
- { name: "Graveler" },
- {
-
- "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(
- { name: "Greedent" },
- {
-
- "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(
- { name: "Grimer" },
- {
-
- "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(
- { name: "Grookey" },
- {
-
- "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(
- { name: "Grotle" },
- {
-
- "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(
- { name: "Groudon" },
- {
-
- "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(
- { name: "Grovyle" },
- {
-
- "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(
- { name: "Growlithe" },
- {
-
- "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(
- { name: "Grubbin" },
- {
-
- "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(
- { name: "Grumpig" },
- {
-
- "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(
- { name: "Gulpin" },
- {
-
- "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(
- { name: "Gumshoos" },
- {
-
- "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(
- { name: "Gurdurr" },
- {
-
- "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(
- { name: "Guzzlord" },
- {
-
- "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(
- { name: "Gyarados" },
- {
-
- "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(
- { name: "Hakamo-o" },
- {
-
- "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(
- { name: "Happiny" },
- {
-
- "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(
- { name: "Hariyama" },
- {
-
- "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(
- { name: "Hatenna" },
- {
-
- "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(
- { name: "Hattrem" },
- {
-
- "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(
- { name: "Haunter" },
- {
-
- "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(
- { name: "Hawlucha" },
- {
-
- "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(
- { name: "Haxorus" },
- {
-
- "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(
- { name: "Heatmor" },
- {
-
- "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(
- { name: "Heatran" },
- {
-
- "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(
- { name: "Heliolisk" },
- {
-
- "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(
- { name: "Helioptile" },
- {
-
- "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(
- { name: "Heracross" },
- {
-
- "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(
- { name: "Herdier" },
- {
-
- "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(
- { name: "Hippopotas" },
- {
-
- "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(
- { name: "Hippowdon" },
- {
-
- "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(
- { name: "Hitmonchan" },
- {
-
- "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(
- { name: "Hitmonlee" },
- {
-
- "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(
- { name: "Hitmontop" },
- {
-
- "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(
- { name: "Ho-Oh" },
- {
-
- "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(
- { name: "Honchkrow" },
- {
-
- "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(
- { name: "Honedge" },
- {
-
- "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(
- { name: "Hoopa" },
- {
-
- "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(
- { name: "Hoothoot" },
- {
-
- "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(
- { name: "Hoppip" },
- {
-
- "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(
- { name: "Horsea" },
- {
-
- "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(
- { name: "Houndoom" },
- {
-
- "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(
- { name: "Houndour" },
- {
-
- "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(
- { name: "Huntail" },
- {
-
- "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(
- { name: "Hydreigon" },
- {
-
- "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(
- { name: "Hypno" },
- {
-
- "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(
- { name: "Igglybuff" },
- {
-
- "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(
- { name: "Illumise" },
- {
-
- "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(
- { name: "Impidimp" },
- {
-
- "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(
- { name: "Incineroar" },
- {
-
- "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(
- { name: "Indeedee" },
- {
-
- "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(
- { name: "Infernape" },
- {
-
- "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(
- { name: "Inkay" },
- {
-
- "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(
- { name: "Inteleon" },
- {
-
- "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(
- { name: "Ivysaur" },
- {
-
- "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(
- { name: "Jangmo-o" },
- {
-
- "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(
- { name: "Jellicent" },
- {
-
- "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(
- { name: "Jigglypuff" },
- {
-
- "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(
- { name: "Jirachi" },
- {
-
- "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(
- { name: "Jolteon" },
- {
-
- "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(
- { name: "Joltik" },
- {
-
- "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(
- { name: "Jumpluff" },
- {
-
- "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(
- { name: "Jynx" },
- {
-
- "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(
- { name: "Kabuto" },
- {
-
- "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(
- { name: "Kabutops" },
- {
-
- "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(
- { name: "Kadabra" },
- {
-
- "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(
- { name: "Kakuna" },
- {
-
- "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(
- { name: "Kangaskhan" },
- {
-
- "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(
- { name: "Karrablast" },
- {
-
- "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(
- { name: "Kartana" },
- {
-
- "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(
- { name: "Kecleon" },
- {
-
- "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(
- { name: "Keldeo" },
- {
-
- "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(
- { name: "Kingdra" },
- {
-
- "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(
- { name: "Kirlia" },
- {
-
- "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(
- { name: "Klang" },
- {
-
- "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(
- { name: "Klefki" },
- {
-
- "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(
- { name: "Klink" },
- {
-
- "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(
- { name: "Klinklang" },
- {
-
- "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(
- { name: "Koffing" },
- {
-
- "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(
- { name: "Komala" },
- {
-
- "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(
- { name: "Kommo-o" },
- {
-
- "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(
- { name: "Krabby" },
- {
-
- "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(
- { name: "Kricketot" },
- {
-
- "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(
- { name: "Kricketune" },
- {
-
- "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(
- { name: "Krokorok" },
- {
-
- "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(
- { name: "Krookodile" },
- {
-
- "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(
- { name: "Kyogre" },
- {
-
- "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(
- { name: "Lairon" },
- {
-
- "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(
- { name: "Lampent" },
- {
-
- "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(
- { name: "Landorus" },
- {
-
- "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(
- { name: "Lanturn" },
- {
-
- "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(
- { name: "Larvesta" },
- {
-
- "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(
- { name: "Larvitar" },
- {
-
- "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(
- { name: "Latias" },
- {
-
- "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(
- { name: "Latios" },
- {
-
- "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(
- { name: "Leafeon" },
- {
-
- "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(
- { name: "Leavanny" },
- {
-
- "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(
- { name: "Ledian" },
- {
-
- "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(
- { name: "Ledyba" },
- {
-
- "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(
- { name: "Lickilicky" },
- {
-
- "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(
- { name: "Lickitung" },
- {
-
- "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(
- { name: "Liepard" },
- {
-
- "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(
- { name: "Lileep" },
- {
-
- "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(
- { name: "Lilligant" },
- {
-
- "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(
- { name: "Lillipup" },
- {
-
- "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(
- { name: "Linoone" },
- {
-
- "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(
- { name: "Litleo" },
- {
-
- "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(
- { name: "Litten" },
- {
-
- "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(
- { name: "Litwick" },
- {
-
- "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(
- { name: "Lombre" },
- {
-
- "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(
- { name: "Lopunny" },
- {
-
- "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(
- { name: "Lotad" },
- {
-
- "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(
- { name: "Loudred" },
- {
-
- "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(
- { name: "Lucario" },
- {
-
- "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(
- { name: "Ludicolo" },
- {
-
- "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(
- { name: "Lugia" },
- {
-
- "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(
- { name: "Lumineon" },
- {
-
- "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(
- { name: "Lunala" },
- {
-
- "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(
- { name: "Lunatone" },
- {
-
- "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(
- { name: "Lurantis" },
- {
-
- "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(
- { name: "Luvdisc" },
- {
-
- "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(
- { name: "Luxio" },
- {
-
- "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(
- { name: "Luxray" },
- {
-
- "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(
- { name: "Lycanroc" },
- {
-
- "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(
- { name: "Machoke" },
- {
-
- "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(
- { name: "Machop" },
- {
-
- "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(
- { name: "Magby" },
- {
-
- "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(
- { name: "Magcargo" },
- {
-
- "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(
- { name: "Magearna" },
- {
-
- "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(
- { name: "Magikarp" },
- {
-
- "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(
- { name: "Magmar" },
- {
-
- "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(
- { name: "Magmortar" },
- {
-
- "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(
- { name: "Magnemite" },
- {
-
- "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(
- { name: "Magneton" },
- {
-
- "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(
- { name: "Magnezone" },
- {
-
- "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(
- { name: "Makuhita" },
- {
-
- "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(
- { name: "Malamar" },
- {
-
- "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(
- { name: "Mamoswine" },
- {
-
- "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(
- { name: "Manaphy" },
- {
-
- "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(
- { name: "Mandibuzz" },
- {
-
- "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(
- { name: "Manectric" },
- {
-
- "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(
- { name: "Mankey" },
- {
-
- "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(
- { name: "Mantine" },
- {
-
- "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(
- { name: "Mantyke" },
- {
-
- "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(
- { name: "Maractus" },
- {
-
- "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(
- { name: "Mareanie" },
- {
-
- "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(
- { name: "Mareep" },
- {
-
- "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(
- { name: "Marill" },
- {
-
- "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(
- { name: "Marowak" },
- {
-
- "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(
- { name: "Marshadow" },
- {
-
- "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(
- { name: "Marshtomp" },
- {
-
- "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(
- { name: "Masquerain" },
- {
-
- "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(
- { name: "Mawile" },
- {
-
- "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(
- { name: "Medicham" },
- {
-
- "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(
- { name: "Meditite" },
- {
-
- "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(
- { name: "Metagross" },
- {
-
- "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(
- { name: "Mewtwo" },
- {
-
- "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(
- { name: "Pidgeot" },
- {
-
- "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(
- { name: "Pinsir" },
- {
-
- "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(
- { name: "Rayquaza" },
- {
-
- "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(
- { name: "Sableye" },
- {
-
- "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(
- { name: "Salamence" },
- {
-
- "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(
- { name: "Sceptile" },
- {
-
- "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(
- { name: "Scizor" },
- {
-
- "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(
- { name: "Sharpedo" },
- {
-
- "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(
- { name: "Slowbro" },
- {
-
- "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(
- { name: "Steelix" },
- {
-
- "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(
- { name: "Swampert" },
- {
-
- "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(
- { name: "Tyranitar" },
- {
-
- "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(
- { name: "Venusaur" },
- {
-
- "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(
- { name: "Meganium" },
- {
-
- "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(
- { name: "Melmetal" },
- {
-
- "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(
- { name: "Meloetta" },
- {
-
- "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(
- { name: "Meltan" },
- {
-
- "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(
- { name: "Meowstic" },
- {
-
- "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(
- { name: "Mesprit" },
- {
-
- "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(
- { name: "Metang" },
- {
-
- "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(
- { name: "Metapod" },
- {
-
- "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(
- { name: "Mew" },
- {
-
- "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(
- { name: "Mienfoo" },
- {
-
- "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(
- { name: "Mienshao" },
- {
-
- "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(
- { name: "Mightyena" },
- {
-
- "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(
- { name: "Milcery" },
- {
-
- "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(
- { name: "Milotic" },
- {
-
- "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(
- { name: "Miltank" },
- {
-
- "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(
- { name: "Mime Jr." },
- {
-
- "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(
- { name: "Mimikyu" },
- {
-
- "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(
- { name: "Minccino" },
- {
-
- "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(
- { name: "Minior" },
- {
-
- "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(
- { name: "Minun" },
- {
-
- "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(
- { name: "Misdreavus" },
- {
-
- "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(
- { name: "Mismagius" },
- {
-
- "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(
- { name: "Moltres" },
- {
-
- "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(
- { name: "Monferno" },
- {
-
- "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(
- { name: "Morelull" },
- {
-
- "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(
- { name: "Morgrem" },
- {
-
- "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(
- { name: "Morpeko" },
- {
-
- "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(
- { name: "Mothim" },
- {
-
- "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(
- { name: "Mr. Mime" },
- {
-
- "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(
- { name: "Mudbray" },
- {
-
- "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(
- { name: "Mudkip" },
- {
-
- "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(
- { name: "Mudsdale" },
- {
-
- "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(
- { name: "Muk" },
- {
-
- "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(
- { name: "Munchlax" },
- {
-
- "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(
- { name: "Munna" },
- {
-
- "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(
- { name: "Murkrow" },
- {
-
- "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(
- { name: "Musharna" },
- {
-
- "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(
- { name: "Naganadel" },
- {
-
- "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(
- { name: "Natu" },
- {
-
- "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(
- { name: "Necrozma" },
- {
-
- "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(
- { name: "Nickit" },
- {
-
- "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(
- { name: "Nidoking" },
- {
-
- "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(
- { name: "Nidoqueen" },
- {
-
- "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(
- { name: "Nidoran♀" },
- {
-
- "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(
- { name: "Nidoran♂" },
- {
-
- "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(
- { name: "Nidorina" },
- {
-
- "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(
- { name: "Nidorino" },
- {
-
- "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(
- { name: "Nihilego" },
- {
-
- "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(
- { name: "Nincada" },
- {
-
- "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(
- { name: "Ninetales" },
- {
-
- "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(
- { name: "Ninjask" },
- {
-
- "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(
- { name: "Noctowl" },
- {
-
- "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(
- { name: "Noibat" },
- {
-
- "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(
- { name: "Noivern" },
- {
-
- "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(
- { name: "Nosepass" },
- {
-
- "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(
- { name: "Numel" },
- {
-
- "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(
- { name: "Nuzleaf" },
- {
-
- "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(
- { name: "Obstagoon" },
- {
-
- "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(
- { name: "Octillery" },
- {
-
- "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(
- { name: "Oddish" },
- {
-
- "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(
- { name: "Omanyte" },
- {
-
- "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(
- { name: "Omastar" },
- {
-
- "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(
- { name: "Onix" },
- {
-
- "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(
- { name: "Oranguru" },
- {
-
- "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(
- { name: "Oricorio" },
- {
-
- "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(
- { name: "Oshawott" },
- {
-
- "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(
- { name: "Pachirisu" },
- {
-
- "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(
- { name: "Palkia" },
- {
-
- "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(
- { name: "Palossand" },
- {
-
- "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(
- { name: "Palpitoad" },
- {
-
- "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(
- { name: "Pancham" },
- {
-
- "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(
- { name: "Pangoro" },
- {
-
- "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(
- { name: "Panpour" },
- {
-
- "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(
- { name: "Pansage" },
- {
-
- "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(
- { name: "Pansear" },
- {
-
- "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(
- { name: "Paras" },
- {
-
- "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(
- { name: "Parasect" },
- {
-
- "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(
- { name: "Passimian" },
- {
-
- "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(
- { name: "Patrat" },
- {
-
- "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(
- { name: "Pawniard" },
- {
-
- "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(
- { name: "Pelipper" },
- {
-
- "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(
- { name: "Perrserker" },
- {
-
- "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(
- { name: "Persian" },
- {
-
- "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(
- { name: "Petilil" },
- {
-
- "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(
- { name: "Phanpy" },
- {
-
- "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(
- { name: "Phantump" },
- {
-
- "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(
- { name: "Pheromosa" },
- {
-
- "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(
- { name: "Phione" },
- {
-
- "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(
- { name: "Pichu" },
- {
-
- "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(
- { name: "Pidgeotto" },
- {
-
- "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(
- { name: "Pidgey" },
- {
-
- "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(
- { name: "Pidove" },
- {
-
- "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(
- { name: "Pignite" },
- {
-
- "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(
- { name: "Pikipek" },
- {
-
- "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(
- { name: "Piloswine" },
- {
-
- "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(
- { name: "Pincurchin" },
- {
-
- "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(
- { name: "Pineco" },
- {
-
- "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(
- { name: "Piplup" },
- {
-
- "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(
- { name: "Plusle" },
- {
-
- "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(
- { name: "Poipole" },
- {
-
- "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(
- { name: "Politoed" },
- {
-
- "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(
- { name: "Poliwag" },
- {
-
- "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(
- { name: "Poliwhirl" },
- {
-
- "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(
- { name: "Poliwrath" },
- {
-
- "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(
- { name: "Polteageist" },
- {
-
- "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(
- { name: "Ponyta" },
- {
-
- "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(
- { name: "Poochyena" },
- {
-
- "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(
- { name: "Popplio" },
- {
-
- "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(
- { name: "Porygon-Z" },
- {
-
- "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(
- { name: "Porygon" },
- {
-
- "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(
- { name: "Porygon2" },
- {
-
- "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(
- { name: "Primarina" },
- {
-
- "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(
- { name: "Primeape" },
- {
-
- "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(
- { name: "Prinplup" },
- {
-
- "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(
- { name: "Probopass" },
- {
-
- "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(
- { name: "Psyduck" },
- {
-
- "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(
- { name: "Pumpkaboo" },
- {
-
- "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(
- { name: "Pupitar" },
- {
-
- "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(
- { name: "Purrloin" },
- {
-
- "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(
- { name: "Purugly" },
- {
-
- "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(
- { name: "Pyroar" },
- {
-
- "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(
- { name: "Pyukumuku" },
- {
-
- "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(
- { name: "Quagsire" },
- {
-
- "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(
- { name: "Quilava" },
- {
-
- "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(
- { name: "Quilladin" },
- {
-
- "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(
- { name: "Qwilfish" },
- {
-
- "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(
- { name: "Raboot" },
- {
-
- "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(
- { name: "Raichu" },
- {
-
- "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(
- { name: "Raikou" },
- {
-
- "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(
- { name: "Ralts" },
- {
-
- "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(
- { name: "Rampardos" },
- {
-
- "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(
- { name: "Rapidash" },
- {
-
- "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(
- { name: "Raticate" },
- {
-
- "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(
- { name: "Rattata" },
- {
-
- "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(
- { name: "Regice" },
- {
-
- "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(
- { name: "Regigigas" },
- {
-
- "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(
- { name: "Regirock" },
- {
-
- "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(
- { name: "Registeel" },
- {
-
- "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(
- { name: "Relicanth" },
- {
-
- "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(
- { name: "Remoraid" },
- {
-
- "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(
- { name: "Reshiram" },
- {
-
- "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(
- { name: "Reuniclus" },
- {
-
- "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(
- { name: "Rhydon" },
- {
-
- "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(
- { name: "Rhyhorn" },
- {
-
- "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(
- { name: "Rhyperior" },
- {
-
- "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(
- { name: "Ribombee" },
- {
-
- "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(
- { name: "Rillaboom" },
- {
-
- "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(
- { name: "Riolu" },
- {
-
- "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(
- { name: "Rockruff" },
- {
-
- "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(
- { name: "Roggenrola" },
- {
-
- "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(
- { name: "Rolycoly" },
- {
-
- "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(
- { name: "Rookidee" },
- {
-
- "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(
- { name: "Roselia" },
- {
-
- "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(
- { name: "Roserade" },
- {
-
- "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(
- { name: "Rowlet" },
- {
-
- "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(
- { name: "Rufflet" },
- {
-
- "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(
- { name: "Runerigus" },
- {
-
- "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(
- { name: "Salandit" },
- {
-
- "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(
- { name: "Salazzle" },
- {
-
- "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(
- { name: "Samurott" },
- {
-
- "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(
- { name: "Sandile" },
- {
-
- "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(
- { name: "Sandshrew" },
- {
-
- "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(
- { name: "Sandslash" },
- {
-
- "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(
- { name: "Sandygast" },
- {
-
- "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(
- { name: "Sawk" },
- {
-
- "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(
- { name: "Sawsbuck" },
- {
-
- "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(
- { name: "Scatterbug" },
- {
-
- "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(
- { name: "Scolipede" },
- {
-
- "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(
- { name: "Scorbunny" },
- {
-
- "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(
- { name: "Scrafty" },
- {
-
- "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(
- { name: "Scraggy" },
- {
-
- "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(
- { name: "Scyther" },
- {
-
- "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(
- { name: "Seadra" },
- {
-
- "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(
- { name: "Seaking" },
- {
-
- "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(
- { name: "Sealeo" },
- {
-
- "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(
- { name: "Seedot" },
- {
-
- "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(
- { name: "Seel" },
- {
-
- "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(
- { name: "Seismitoad" },
- {
-
- "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(
- { name: "Sentret" },
- {
-
- "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(
- { name: "Serperior" },
- {
-
- "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(
- { name: "Servine" },
- {
-
- "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(
- { name: "Seviper" },
- {
-
- "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(
- { name: "Sewaddle" },
- {
-
- "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(
- { name: "Shaymin" },
- {
-
- "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(
- { name: "Shedinja" },
- {
-
- "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(
- { name: "Shelgon" },
- {
-
- "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(
- { name: "Shellder" },
- {
-
- "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(
- { name: "Shellos" },
- {
-
- "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(
- { name: "Shelmet" },
- {
-
- "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(
- { name: "Shieldon" },
- {
-
- "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(
- { name: "Shiftry" },
- {
-
- "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(
- { name: "Shiinotic" },
- {
-
- "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(
- { name: "Shinx" },
- {
-
- "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(
- { name: "Shroomish" },
- {
-
- "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(
- { name: "Shuckle" },
- {
-
- "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(
- { name: "Shuppet" },
- {
-
- "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(
- { name: "Sigilyph" },
- {
-
- "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(
- { name: "Silcoon" },
- {
-
- "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(
- { name: "Silicobra" },
- {
-
- "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(
- { name: "Simipour" },
- {
-
- "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(
- { name: "Simisage" },
- {
-
- "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(
- { name: "Simisear" },
- {
-
- "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(
- { name: "Sinistea" },
- {
-
- "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(
- { name: "Sirfetch'd" },
- {
-
- "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(
- { name: "Sizzlipede" },
- {
-
- "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(
- { name: "Skarmory" },
- {
-
- "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(
- { name: "Skiddo" },
- {
-
- "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(
- { name: "Skiploom" },
- {
-
- "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(
- { name: "Skitty" },
- {
-
- "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(
- { name: "Skorupi" },
- {
-
- "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(
- { name: "Skrelp" },
- {
-
- "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(
- { name: "Skuntank" },
- {
-
- "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(
- { name: "Skwovet" },
- {
-
- "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(
- { name: "Slaking" },
- {
-
- "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(
- { name: "Slakoth" },
- {
-
- "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(
- { name: "Sliggoo" },
- {
-
- "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(
- { name: "Slowking" },
- {
-
- "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(
- { name: "Slowpoke" },
- {
-
- "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(
- { name: "Slugma" },
- {
-
- "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(
- { name: "Slurpuff" },
- {
-
- "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(
- { name: "Smeargle" },
- {
-
- "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(
- { name: "Smoochum" },
- {
-
- "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(
- { name: "Sneasel" },
- {
-
- "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(
- { name: "Snivy" },
- {
-
- "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(
- { name: "Snom" },
- {
-
- "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(
- { name: "Snorunt" },
- {
-
- "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(
- { name: "Snover" },
- {
-
- "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(
- { name: "Snubbull" },
- {
-
- "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(
- { name: "Sobble" },
- {
-
- "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(
- { name: "Solgaleo" },
- {
-
- "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(
- { name: "Solosis" },
- {
-
- "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(
- { name: "Solrock" },
- {
-
- "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(
- { name: "Spearow" },
- {
-
- "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(
- { name: "Spewpa" },
- {
-
- "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(
- { name: "Spheal" },
- {
-
- "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(
- { name: "Spinarak" },
- {
-
- "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(
- { name: "Spinda" },
- {
-
- "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(
- { name: "Spiritomb" },
- {
-
- "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(
- { name: "Spoink" },
- {
-
- "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(
- { name: "Spritzee" },
- {
-
- "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(
- { name: "Squirtle" },
- {
-
- "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(
- { name: "Stakataka" },
- {
-
- "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(
- { name: "Stantler" },
- {
-
- "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(
- { name: "Staraptor" },
- {
-
- "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(
- { name: "Staravia" },
- {
-
- "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(
- { name: "Starly" },
- {
-
- "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(
- { name: "Starmie" },
- {
-
- "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(
- { name: "Staryu" },
- {
-
- "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(
- { name: "Steenee" },
- {
-
- "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(
- { name: "Stonjourner" },
- {
-
- "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(
- { name: "Stoutland" },
- {
-
- "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(
- { name: "Stufful" },
- {
-
- "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(
- { name: "Stunfisk" },
- {
-
- "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(
- { name: "Stunky" },
- {
-
- "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(
- { name: "Sudowoodo" },
- {
-
- "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(
- { name: "Suicune" },
- {
-
- "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(
- { name: "Sunflora" },
- {
-
- "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(
- { name: "Sunkern" },
- {
-
- "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(
- { name: "Surskit" },
- {
-
- "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(
- { name: "Swablu" },
- {
-
- "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(
- { name: "Swadloon" },
- {
-
- "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(
- { name: "Swalot" },
- {
-
- "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(
- { name: "Swanna" },
- {
-
- "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(
- { name: "Swellow" },
- {
-
- "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(
- { name: "Swinub" },
- {
-
- "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(
- { name: "Swirlix" },
- {
-
- "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(
- { name: "Swoobat" },
- {
-
- "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(
- { name: "Sylveon" },
- {
-
- "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(
- { name: "Taillow" },
- {
-
- "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(
- { name: "Talonflame" },
- {
-
- "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(
- { name: "Tangela" },
- {
-
- "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(
- { name: "Tangrowth" },
- {
-
- "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(
- { name: "Tapu" },
- {
-
- "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(
- { name: "Tauros" },
- {
-
- "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(
- { name: "Teddiursa" },
- {
-
- "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(
- { name: "Tentacool" },
- {
-
- "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(
- { name: "Tentacruel" },
- {
-
- "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(
- { name: "Tepig" },
- {
-
- "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(
- { name: "Terrakion" },
- {
-
- "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(
- { name: "Thievul" },
- {
-
- "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(
- { name: "Throh" },
- {
-
- "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(
- { name: "Thundurus" },
- {
-
- "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(
- { name: "Thwackey" },
- {
-
- "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(
- { name: "Timburr" },
- {
-
- "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(
- { name: "Tirtouga" },
- {
-
- "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(
- { name: "Togedemaru" },
- {
-
- "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(
- { name: "Togekiss" },
- {
-
- "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(
- { name: "Togepi" },
- {
-
- "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(
- { name: "Togetic" },
- {
-
- "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(
- { name: "Torchic" },
- {
-
- "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(
- { name: "Torkoal" },
- {
-
- "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(
- { name: "Tornadus" },
- {
-
- "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(
- { name: "Torracat" },
- {
-
- "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(
- { name: "Torterra" },
- {
-
- "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(
- { name: "Totodile" },
- {
-
- "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(
- { name: "Toucannon" },
- {
-
- "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(
- { name: "Toxapex" },
- {
-
- "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(
- { name: "Toxel" },
- {
-
- "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(
- { name: "Toxicroak" },
- {
-
- "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(
- { name: "Tranquill" },
- {
-
- "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(
- { name: "Trapinch" },
- {
-
- "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(
- { name: "Treecko" },
- {
-
- "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(
- { name: "Trevenant" },
- {
-
- "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(
- { name: "Tropius" },
- {
-
- "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(
- { name: "Trubbish" },
- {
-
- "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(
- { name: "Trumbeak" },
- {
-
- "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(
- { name: "Tsareena" },
- {
-
- "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(
- { name: "Turtonator" },
- {
-
- "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(
- { name: "Turtwig" },
- {
-
- "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(
- { name: "Tympole" },
- {
-
- "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(
- { name: "Tynamo" },
- {
-
- "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(
- { name: "Typhlosion" },
- {
-
- "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(
- { name: "Tyrantrum" },
- {
-
- "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(
- { name: "Tyrogue" },
- {
-
- "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(
- { name: "Tyrunt" },
- {
-
- "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(
- { name: "Umbreon" },
- {
-
- "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(
- { name: "Unfezant" },
- {
-
- "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(
- { name: "Unown" },
- {
-
- "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(
- { name: "Ursaring" },
- {
-
- "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(
- { name: "Uxie" },
- {
-
- "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(
- { name: "Vanillish" },
- {
-
- "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(
- { name: "Vanillite" },
- {
-
- "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(
- { name: "Vanilluxe" },
- {
-
- "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(
- { name: "Vaporeon" },
- {
-
- "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(
- { name: "Venipede" },
- {
-
- "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(
- { name: "Venomoth" },
- {
-
- "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(
- { name: "Venonat" },
- {
-
- "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(
- { name: "Vespiquen" },
- {
-
- "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(
- { name: "Vibrava" },
- {
-
- "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(
- { name: "Victini" },
- {
-
- "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(
- { name: "Victreebel" },
- {
-
- "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(
- { name: "Vigoroth" },
- {
-
- "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(
- { name: "Vikavolt" },
- {
-
- "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(
- { name: "Vileplume" },
- {
-
- "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(
- { name: "Virizion" },
- {
-
- "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(
- { name: "Vivillon" },
- {
-
- "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(
- { name: "Volbeat" },
- {
-
- "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(
- { name: "Volcanion" },
- {
-
- "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(
- { name: "Volcarona" },
- {
-
- "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(
- { name: "Voltorb" },
- {
-
- "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(
- { name: "Vullaby" },
- {
-
- "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(
- { name: "Vulpix" },
- {
-
- "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(
- { name: "Wailmer" },
- {
-
- "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(
- { name: "Wailord" },
- {
-
- "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(
- { name: "Walrein" },
- {
-
- "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(
- { name: "Wartortle" },
- {
-
- "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(
- { name: "Watchog" },
- {
-
- "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(
- { name: "Weavile" },
- {
-
- "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(
- { name: "Weedle" },
- {
-
- "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(
- { name: "Weepinbell" },
- {
-
- "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(
- { name: "Weezing" },
- {
-
- "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(
- { name: "Whimsicott" },
- {
-
- "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(
- { name: "Whirlipede" },
- {
-
- "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(
- { name: "Whiscash" },
- {
-
- "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(
- { name: "Whismur" },
- {
-
- "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(
- { name: "Wigglytuff" },
- {
-
- "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(
- { name: "Wimpod" },
- {
-
- "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(
- { name: "Wingull" },
- {
-
- "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(
- { name: "Wishiwashi" },
- {
-
- "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(
- { name: "Wobbuffet" },
- {
-
- "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(
- { name: "Woobat" },
- {
-
- "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(
- { name: "Wooloo" },
- {
-
- "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(
- { name: "Wooper" },
- {
-
- "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(
- { name: "Wormadam" },
- {
-
- "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(
- { name: "Wurmple" },
- {
-
- "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(
- { name: "Wynaut" },
- {
-
- "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(
- { name: "Xatu" },
- {
-
- "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(
- { name: "Xerneas" },
- {
-
- "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(
- { name: "Xurkitree" },
- {
-
- "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(
- { name: "Yamask" },
- {
-
- "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(
- { name: "Yamper" },
- {
-
- "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(
- { name: "Yanma" },
- {
-
- "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(
- { name: "Yanmega" },
- {
-
- "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(
- { name: "Yungoos" },
- {
-
- "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(
- { name: "Yveltal" },
- {
-
- "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(
- { name: "Zacian" },
- {
-
- "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(
- { name: "Zamazenta" },
- {
-
- "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(
- { name: "Zangoose" },
- {
-
- "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(
- { name: "Zapdos" },
- {
-
- "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(
- { name: "Zebstrika" },
- {
-
- "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(
- { name: "Zekrom" },
- {
-
- "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(
- { name: "Zeraora" },
- {
-
- "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(
- { name: "Zigzagoon" },
- {
-
- "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(
- { name: "Zoroark" },
- {
-
- "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(
- { name: "Zorua" },
- {
-
- "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(
- { name: "Zubat" },
- {
-
- "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(
- { name: "Zweilous" },
- {
-
- "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(
- { name: "Zygarde" },
- {
-
- "10% Forme": {
- height: math.unit("47", "inches"),
- weight: math.unit("73.9", "lbs"),
- name: "10% Forme",
- image: {
- source: "./media/pokemon/Zygarde - 10%25 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%25 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(
- value()
- );
- });
-
- return results.sort((a, b) => {
- return a.name.localeCompare(b.name);
- });
- }
|