Spaces:
Running
Running
File size: 5,776 Bytes
5c2ed06 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 |
"use strict";
var __defProp = Object.defineProperty;
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
var __getOwnPropNames = Object.getOwnPropertyNames;
var __hasOwnProp = Object.prototype.hasOwnProperty;
var __export = (target, all) => {
for (var name in all)
__defProp(target, name, { get: all[name], enumerable: true });
};
var __copyProps = (to, from, except, desc) => {
if (from && typeof from === "object" || typeof from === "function") {
for (let key of __getOwnPropNames(from))
if (!__hasOwnProp.call(to, key) && key !== except)
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
}
return to;
};
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
var rulesets_exports = {};
__export(rulesets_exports, {
Rulesets: () => Rulesets
});
module.exports = __toCommonJS(rulesets_exports);
const Rulesets = {
standard: {
effectType: "ValidatorRule",
name: "Standard",
ruleset: ["Obtainable", "Desync Clause Mod", "Sleep Clause Mod", "Freeze Clause Mod", "Species Clause", "Nickname Clause", "OHKO Clause", "Evasion Moves Clause", "Endless Battle Clause", "HP Percentage Mod", "Cancel Mod"],
banlist: ["Dig", "Fly"]
},
nc1997movelegality: {
effectType: "ValidatorRule",
name: "NC 1997 Move Legality",
desc: "Bans move combinations on Pok\xE9mon that would only be obtainable in Pok\xE9mon Yellow.",
banlist: [
// https://www.smogon.com/forums/threads/rby-and-gsc-illegal-movesets.78638/
// https://www.smogon.com/forums/threads/rby-tradebacks-bug-report-thread.3524844/post-9235903
// Due to Yellow learnset modifications not applying, there are a few more incompatibilities than usual.
"Nidoking + Fury Attack + Thrash",
"Nidoking + Double Kick + Thrash",
"Butterfree + Tackle + Harden",
"Butterfree + String Shot + Harden",
"Exeggutor + Poison Powder + Stomp",
"Exeggutor + Sleep Powder + Stomp",
"Exeggutor + Stun Spore + Stomp",
"Eevee + Tackle + Growl",
"Vaporeon + Tackle + Growl",
"Jolteon + Tackle + Growl",
"Jolteon + Focus Energy + Thunder Shock",
"Flareon + Tackle + Growl",
"Flareon + Focus Energy + Ember"
],
onValidateSet(set) {
const rgb97Legality = {
charizard: { fly: "illegal" },
butterfree: {
confusion: 12,
poisonpowder: 15,
stunspore: 16,
sleeppowder: 17,
supersonic: 21,
psybeam: 34,
flash: "illegal",
gust: "illegal"
},
fearow: { payday: "illegal" },
pikachu: { quickattack: 16, tailwhip: "illegal", slam: "illegal", lightscreen: "illegal" },
raichu: { quickattack: 16, tailwhip: "illegal", slam: "illegal", lightscreen: "illegal" },
nidoranf: { doublekick: 43 },
nidorina: { doublekick: 43 },
nidoqueen: { doublekick: 43 },
nidoranm: { doublekick: 43 },
nidorino: { doublekick: 43 },
nidoking: { doublekick: 43 },
venonat: { poisonpowder: 24, supersonic: "illegal", confusion: "illegal" },
venomoth: { poisonpowder: 24, supersonic: "illegal" },
diglett: { cut: "illegal" },
dugtrio: { cut: "illegal" },
psyduck: { amnesia: "illegal" },
golduck: { amnesia: "illegal" },
mankey: { lowkick: "illegal", screech: "illegal" },
primeape: { lowkick: "illegal", screech: "illegal" },
kadabra: { kinesis: "illegal" },
alakazam: { kinesis: "illegal" },
rapidash: { payday: "illegal" },
cubone: { tailwhip: "illegal", headbutt: "illegal" },
marowak: { tailwhip: "illegal", headbutt: "illegal" },
chansey: { tailwhip: "illegal" },
tangela: { absorb: 29, growth: 49, vinewhip: "illegal" },
scyther: { wingattack: "illegal" },
pinsir: { bind: "illegal" },
magikarp: { dragonrage: "illegal" },
eevee: { quickattack: 27, tailwhip: 31, bite: 37, growl: "illegal", focusenergy: "illegal" },
vaporeon: {
quickattack: 27,
tailwhip: 31,
watergun: 31,
bite: 37,
acidarmor: 42,
haze: 44,
mist: 48,
hydropump: 54,
growl: "illegal",
focusenergy: "illegal",
aurorabeam: "illegal"
},
jolteon: {
quickattack: 27,
tailwhip: 31,
thundershock: 31,
bite: 37,
doublekick: 42,
agility: 44,
pinmissile: 48,
growl: "illegal",
focusenergy: "illegal"
},
flareon: {
quickattack: 27,
tailwhip: 31,
ember: 31,
bite: 37,
leer: 42,
firespin: 44,
flamethrower: 54,
growl: "illegal",
focusenergy: "illegal",
smog: "illegal"
}
};
const species = this.dex.species.get(set.species || set.name);
const legalityList = rgb97Legality[species.id];
if (!legalityList)
return;
const problems = [];
if (set.moves) {
for (const moveid of set.moves.map(this.toID)) {
const legality = legalityList[moveid];
if (legality) {
if (legality === "illegal") {
problems.push(`${set.species} can't learn ${this.dex.moves.get(moveid).name} in 1997.`);
} else if (set.level < legality) {
problems.push(`${set.species} can't learn ${this.dex.moves.get(moveid).name} before level ${legalityList[moveid]} in 1997.`);
}
}
}
}
return problems;
}
}
};
//# sourceMappingURL=rulesets.js.map
|