Skip to content

Instantly share code, notes, and snippets.

View Nineage's full-sized avatar

Caleb Young Nineage

  • California, USA
View GitHub Profile
@Nineage
Nineage / draft.js
Last active June 17, 2022 07:10
Pokemon Showdown Auction Bot Script. Designed to be used in tandem with https://github.com/Ecuacion/Pokemon-Showdown-Node-Bot
'use strict';
const initialMoney = 100000; //Money each team should start with
const minPlayers = 8; //Forces managers to buy a certain amount of players. To disable, set this to 1
const defaultTeams = {//If you want teams set automatically, they can be placed here
//Leaving UUPL teams so you can see how it is done
/*"The Black City Burglars": "flcl",
"Mikan Island Monsters": "teal6",
"The Blackthorn City Battle Girls": "kinguu",
"Route 30 Youngsters": "dodmen",
"Slateport City Socialites": "hogg",