[ { "search": "var playerCharacter = {", "replace": "const pokemonList = [\n {\n name: \"Pikachu\",\n type: \"Electric\",\n stats: {\n hp: 35,\n attack: 55,\n defense: 40\n }\n },\n {\n name: \"Charmander\",\n type: \"Fire\",\n stats: {\n hp: 39,\n attack: 52,\n defense: 43\n }\n },\n {\n name: \"Squirtle\",\n type: \"Water\",\n stats: {\n hp: 44,\n attack: 48,\n defense: 65\n }\n }\n ];\n\n var playerCharacter = {" }, { "search": "var playerCharacter = {", "replace": "const pokemonList = [\n {\n name: \"Pikachu\",\n type: \"Electric\",\n stats: {\n hp: 35,\n attack: 55,\n defense: 40\n }\n },\n {\n name: \"Charmander\",\n type: \"Fire\",\n stats: {\n hp: 39,\n attack: 52,\n defense: 43\n }\n },\n {\n name: \"Squirtle\",\n type: \"Water\",\n stats: {\n hp: 44,\n attack: 48,\n defense: 65\n }\n }\n ];\n\n const playerCharacter = {" } ]