inFluenceiV

formats

Sep 27th, 2014
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.31 KB | None | 0 0
  1. //Add in custom formats
  2. //These are the formats for the server Prism on Pokemon Showdown
  3. // Note: This is the list of formats
  4. // The rules that formats use are stored in data/rulesets.js
  5. exports.Formats =
  6. {
  7. name: "S",
  8. section: "Prism Singles",
  9. ruleset: ['Pokemon', 'Standard', 'Sleep Clause Mod', 'Species Clause', 'Evasion Clause Mod'],
  10. banlist: ['Sould Dew'],
  11. },
  12. {
  13. name: "A",
  14. section: "Prism Singles",
  15. ruleset: ['Pokemon', 'Sleep Clause Mod', 'Standard', 'Soul Dew', 'HP Percentage Mod', 'Species Clause'],
  16. banlist: ['Blaziken', 'Darkrai', 'Deoxys', 'Deoxys Attack', 'Dialga','Gengarite', 'Genesect', 'Giratina', 'Groudon', 'Ho-oh', 'Lugia', 'Lucario', 'Kyogre', 'Kyurem-W', 'Mawile', 'Mewtwo', 'Palkia', 'Kangaskhan', 'Rayquaza', 'Reshiram', 'Shaymin-Sky', 'Xerneas', 'Yveltal', 'Zekrom', 'Charizard', 'Landorus', 'Landorus-Therian', 'Thundurus', 'Keldeo', 'Medicham', 'Ferrothorn', 'Garchomp', 'Pinsir'],
  17. },
  18. {
  19. name: "Random Monotype Battle",
  20. section: "Random Formats",
  21. team: 'random',
  22. ruleset: ['Pokemon', 'Sleep Clause Mod', 'HP Percentage Mod', 'Same Type Clause']
  23. },
  24. {
  25. name: "Random Monotype",
  26. section: "Random Tiers",
  27. mod: 'randommonotypeside',
  28. team: 'random',
  29. ruleset: ['Pokemon', 'Sleep Clause Mod', 'HP Percentage Mod', 'CAP Pokemon', 'Standard', 'Team Preview', 'Swagger Clause', 'Baton Pass Clause']
  30. },
Advertisement
Add Comment
Please, Sign In to add comment