Advertisement
Guest User

Untitled

a guest
Jan 21st, 2020
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.00 KB | None | 0 0
  1. { "box": [ { "key": 0, "name": "Team" }, { "key": 1, "name": "Boxed" }, { "key": 2, "name": "Dead" }, { "key": 3, "name": "Champs" } ], "checkpoints": [ { "name": "Grass Badge", "image": "grass-badge" }, { "name": "Water Badge", "image": "water-badge" }, { "name": "Fire Badge", "image": "fire-badge" }, { "name": "Fighting Badge", "image": "fighting-badge" }, { "name": "Fairy Badge", "image": "galar-fairy-badge" }, { "name": "Rock Badge", "image": "rock-badge" }, { "name": "Dark Badge", "image": "dark-badge" }, { "name": "Dragon Badge", "image": "dragon-badge" } ], "confirmation": true, "customMoveMap": {}, "game": { "name": "Sword", "customName": "Pokémon Sword SoulLink ft. Kanoxy" }, "nuzlocke": { "saves": [] }, "pokemon": [ { "id": "a585cdce-681f-4f31-a223-e0301616b76d", "position": 0, "species": "Drizzile", "nickname": "Smill With", "status": "Team", "gender": "Male", "met": "Postwick", "nature": "Timid", "ability": "Torrent", "types": [ "Water", "Water" ], "egg": false, "level": "18", "moves": [ "Pound", "Swift", "Water Gun", "Water Pulse" ], "metLevel": "5" }, { "id": "ba5affb1-678f-4afb-afaf-cb481f8fac17", "position": 1, "species": "Thievul", "nickname": "Jean-Louis", "status": "Team", "gender": "Male", "met": "Route 1", "nature": "Naughty", "ability": "Unburden", "types": [ "Dark", "Dark" ], "egg": false, "gameOfOrigin": "Red", "level": "18", "metLevel": "3", "moves": [ "Quick Attack", "Swift", "Beat Up", "Snarl" ] }, { "id": "2dabe99c-7595-4b64-8505-169362203d49", "position": 2, "species": "Corvisquire", "nickname": "Plif Piaf", "status": "Team", "gender": "Male", "level": "19", "met": "Route 2", "metLevel": "5", "nature": "Gentle", "ability": "Unnerve", "types": [ "Flying", "Flying" ], "egg": false, "gameOfOrigin": "Red", "moves": [ "Pluck", "Fury Attack", "Power Trip", "Hone Claws" ] }, { "id": "8676c908-bcc5-40cb-ac4e-28a15cf2088d", "position": 3, "species": "Chewtle", "nickname": "Coupe pas", "status": "Team", "gender": "Female", "met": "Motostoke", "nature": "Serious", "ability": "Shell Armor", "types": [ "Water", "Water" ], "egg": false, "gameOfOrigin": "Red", "metLevel": "10", "level": "17", "moves": [ "Tackle", "Water Gun", "Bite", "Protect" ] }, { "id": "fe4fb824-2606-4fd4-abee-ae1d7752f2db", "position": 4, "species": "Woobat", "nickname": "Gronéroz", "status": "Team", "gender": "Male", "level": "17", "met": "Galar Mine", "metLevel": "14", "nature": "Sassy", "ability": "Unaware", "types": [ "Normal", "Normal" ], "egg": false, "gameOfOrigin": "Red", "moves": [ "Air Cutter", "Attract", "Confusion", "Swift" ] }, { "id": "e175efd7-61dc-4bac-9768-e685094c4fe3", "position": 5, "species": "Mudbray", "nickname": "Dark Spirit", "status": "Dead", "gender": "Male", "level": "17", "met": "Route 3", "metLevel": "12", "nature": "Rash", "ability": "Stamina", "types": [ "Ground", "Ground" ], "egg": false, "gameOfOrigin": "Red", "deathTimestamp": 1577965084039, "moves": [ "Stomp", "Iron Defense", "Double Kick", "Bulldoze" ], "causeOfDeath": "(Klink) Electro Ball by Pikachu" }, { "id": "e1648ca7-6a64-43a8-94c5-472638de78e3", "position": 6, "species": "Pumpkaboo", "nickname": "Saure Sière", "status": "Boxed", "gender": "Female", "level": "14", "met": "Route 4", "metLevel": "14", "nature": "Impish", "ability": "Pickup", "types": [ "Ghost", "Grass" ], "egg": false, "gameOfOrigin": "Red", "moves": [ "Astonish", "Shadow Sneak", "Confuse Ray", "Razor Leaf" ] } ], "editor": { "minimized": false }, "selectedId": "a585cdce-681f-4f31-a223-e0301616b76d", "sawRelease": { "1.0.4": true, "1.0.5": true }, "trainer": { "badges": [], "name": "Dylan", "image": "" }, "history": [], "rules": [ "Each Pokémon that faints is considered dead and must be released or permaboxed", "You can only catch the first Pokemon you encounter in an area", "All Pokémon must be nicknamed" ], "style": { "accentColor": "#111111", "backgroundImage": "", "bgColor": "#48A9A6", "customCSS": "", "displayBadges": true, "displayRules": false, "editorDarkMode": true, "font": "Open Sans", "iconsNextToTeamPokemon": false, "imageStyle": "round", "itemStyle": "outer glow", "pokeballStyle": "outer glow", "grayScaleDeadPokemon": false, "minimalBoxedLayout": false, "minimalTeamLayout": false, "minimalDeadLayout": false, "movesPosition": "horizontal", "oldMetLocationFormat": false, "resultHeight": "900", "resultWidth": "1200", "scaleSprites": false, "showPokemonMoves": true, "spritesMode": false, "teamImages": "standard", "teamPokemonBorder": true, "template": "Default Dark", "tileBackground": false, "topHeaderColor": "#333333", "trainerSectionOrientation": "horizonal", "useSpritesForChampsPokemon": false, "boxedPokemonPerLine": 6, "displayGameOriginForBoxedAndDead": false, "displayBackgroundInsteadOfBadge": false, "displayExtraData": true, "useAutoHeight": false, "usePokemonGBAFont": false, "displayItemAsText": false, "displayRulesLocation": "bottom", "trainerWidth": "20%", "trainerHeight": "100%", "trainerAuto": true }, "router": { "location": { "pathname": "/", "search": "", "hash": "" } }, "_persist": { "version": "1.0.5", "rehydrated": true } }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement