wartab

Untitled

Nov 26th, 2022 (edited)
775
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. [
  2.     {type: "init", level: 22, curve: "Medium Fast", name: "Hawlucha", game: "scavi", verbosity: 1},
  3.     {type: "teach-move", move: "Aerial Ace"},
  4.     {type: "teach-move", move: "Brick Break"},
  5.     {type: "teach-move", move: "Low Kick"},
  6.     {type: "teach-move", move: "Close Combat"},
  7.     {type: "teach-move", move: "Flying Press"},
  8.  
  9.     {type: "static-exp", lCandies: 1},
  10.  
  11.     {
  12.         type: "fight-pokemon",
  13.         name: "Klawf",
  14.         level: 16,
  15.         moves: ["Vise Grip", "Rock Smash", "Block", "Rock Tomb"],
  16.         hpIv: 0,
  17.         atkIv: 0,
  18.         defIv: 0,
  19.         spAtkIv: 0,
  20.         spDefIv: 0,
  21.         spdIv: 0,
  22.         options: {ownBoosts: [0], opponentBoosts: [+1]}
  23.     },
  24.  
  25.     {
  26.         type: "fight-trainer",
  27.         enforceLast: true,
  28.         pokemonList: [
  29.             {
  30.                 name: "Petilil",
  31.                 level: 16,
  32.                 moves: ["Sleep Powder", "Mega Drain"],
  33.                 hpIv: 20, atkIv: 20, defIv: 20, spAtkIv: 20, spDefIv: 20, spdIv: 20,
  34.                 sharingExp: true,
  35.             },
  36.             {
  37.                 name: "Smoliv",
  38.                 level: 16,
  39.                 moves: ["Tackle", "Razor Leaf"],
  40.                 hpIv: 20, atkIv: 20, defIv: 20, spAtkIv: 20, spDefIv: 20, spdIv: 20,
  41.                 sharingExp: true,
  42.             },
  43.             {
  44.                 name: "Sudowoodo",
  45.                 teraType: "Grass",
  46.                 level: 17,
  47.                 moves: ["Trailblaze", "Rock Throw"],
  48.                 hpIv: 25, atkIv: 25, defIv: 25, spAtkIv: 25, spDefIv: 25, spdIv: 25,
  49.                 hpEvs: 252,
  50.                 sharingExp: true,
  51.             }
  52.         ],
  53.         options: {ownBoosts: [0]}
  54.     },
  55.  
  56.     {
  57.         type: "fight-pokemon",
  58.         name: "Orthworm",
  59.         level: 29,
  60.         moves: ["Iron Tail", "Headbutt", "wrap", "Sandstorm"],
  61.         hpIv: 0,
  62.         atkIv: 0,
  63.         defIv: 0,
  64.         spAtkIv: 0,
  65.         spDefIv: 0,
  66.         spdIv: 0,
  67.         options: {ownBoosts: [0], opponentBoosts: [+1]}
  68.     },
  69.  
  70.     {type: "static-exp", sCandies: 3, mCandies: 26, lCandies: 6},
  71.     {type: "teach-move", move: "Acrobatics"},
  72.     {
  73.         type: "fight-trainer",
  74.         name: "Leader Larry",
  75.         enforceLast: true,
  76.         pokemonList: [
  77.             {
  78.                 name: "Komala",
  79.                 level: 35,
  80.                 expLevel: 30,
  81.                 moves: ["Yawn", "Sucker Punch", "Slam"],
  82.                 hpIv: 20, atkIv: 20, defIv: 20, spAtkIv: 20, spDefIv: 20, spdIv: 20,
  83.             },
  84.             {
  85.                 name: "Dudunsparce",
  86.                 level: 35,
  87.                 expLevel: 30,
  88.                 moves: ["Hyper Drill", "Drill Run", "Glare"],
  89.                 hpIv: 20, atkIv: 20, defIv: 20, spAtkIv: 20, spDefIv: 20, spdIv: 20,
  90.             },
  91.             {
  92.                 name: "Staraptor",
  93.                 teraType: "Normal",
  94.                 level: 36,
  95.                 expLevel: 30,
  96.                 moves: ["Facade", "Aerial Ace"],
  97.                 hpIv: 25, atkIv: 25, defIv: 25, spAtkIv: 25, spDefIv: 25, spdIv: 25,
  98.                 hpEvs: 252,
  99.                 options: {ownBoosts: [+1]}
  100.             }
  101.         ],
  102.         options: {ownBoosts: [0]}
  103.     },
  104. ];
  105.  
Advertisement
Add Comment
Please, Sign In to add comment