Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "PokemonStorage": [
- "Battle_Tower_Tier_1",
- [
- {
- "species": "swellow",
- "level": 100,
- "moves": [
- "facade",
- "brave bird",
- "protect",
- "quick attack"
- ],
- "nature": "jolly",
- "ability": "scrappy",
- "item": "toxic orb",
- "ivs": "max",
- "evs": {
- "hp": 1,
- "special_defense": 1,
- "special_attack": 1,
- "speed": 252,
- "attack": 252,
- "defense": 1
- }
- },
- {
- "species": "swampert",
- "level": 100,
- "moves": [
- "earthquake",
- "waterfall",
- "superpower",
- "ice punch"
- ],
- "nature": "adamant",
- "ability": "damp",
- "item": "choice band",
- "ivs": "max",
- "evs": {
- "hp": 252,
- "special_defense": 1,
- "special_attack": 1,
- "speed": 1,
- "attack": 252,
- "defense": 1
- }
- }
- ]
- ],
- "GivePokemon": [ "BT_Storage" ]
- }
Advertisement
Add Comment
Please, Sign In to add comment