Skip to content

Instantly share code, notes, and snippets.

@Spandamn
Last active February 16, 2017 17:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Spandamn/648896e113dd642455d16b9162763d61 to your computer and use it in GitHub Desktop.
Save Spandamn/648896e113dd642455d16b9162763d61 to your computer and use it in GitHub Desktop.
All Terrain Code by Spandan
/***********************************
config/formats.js
***********************************/
{
name: "[Gen 7] All Terrain",
desc: ["• All Terrain is a metagame in which all terrains are active permanently. Yes, Grassy, Electric, Misty and Psychic terrain are all active all at once."],
ruleset: ['[Gen 7] OU'],
banlist: ['Nature Power', 'Secret Power', 'Camoflauge', 'Raichu-Alola'],
unbanlist: ['Landorus'],
mod: 'allterrain',
onBegin: function() {
this.setTerrain('allterrain');
},
},
/***********************************
mods/allterrain/ - https://github.com/XpRienzo/DragonHeaven/tree/master/mods/allterrain
***********************************/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment