Zug zug test it with your automation thing!
hey guys you can lag the forum by liking origami
when magnus publicly shared how to get into peoples pms i was like oh shit oh fuck
you canā¦ also test with with copy paste lol
there is but its a pretty big number
at least 15
Thatās a very quick way to get banned
Unfortunately they didnāt disclose the sevret sevret way
yes but itās high, like 150k characters or something
even worse, theyāre a mod now
MU also has one (I discovered this the hard way)
well iām a cancer
even more proof that it works
May go eat dinner and then study for inorganic chem exam tomorrow right now
ive hit the MU quote, emoji, link, and image limit
i didnt know there was a text one tho
rocketjump: {
num: 999,
accuracy: 100,
basePower: 60,
category: "Special",
name: "Rocket Jump",
desc: "Causes the Flying type to be added to the user, effectively making it have two or three types, unless the user is already a Flying type. If Forest's Curse or Trick-or-Treat adds a type to the user, it replaces the type added by this move and vice versa.",
shortDesc: "Adds Flying to user's type(s).",
pp: 20,
priority: 0,
flags: {protect: 1, mirror: 1, allyanim: 1, metronome: 1},
onHit(pokemon) {
if (pokemon.hasType('Flying')) return false;
if (!pokemon.addType('Flying')) return false;
this.add('-start', pokemon, 'typeadd', 'Flying', '[from] move: Rocket Jump');
},
secondary: null,
target: "normal",
type: "Fire",
contestType: "Tough",
},
marketgarden: {
num: 999,
accuracy: 95,
basePower: 80,
category: "Physical",
name: "Market Garden",
desc: "Fails unless the user is a Flying type. If this move is successful and the user is not Terastallized, the user's Flying type becomes typeless as long as it remains active. This move is always a critical hit unless the target is under the effect of Lucky Chant or has the Battle Armor or Shell Armor Abilities.",
shortDesc: "User's Flying type becomes typeless; must be Flying. Always results in a critical hit.",
pp: 10,
priority: 0,
flags: {contact: 1, protect: 1, mirror: 1, metronome: 1},
onTryMove(pokemon, target, move) {
if (pokemon.hasType('Flying')) return;
this.add('-fail', pokemon, 'move: Market Garden');
this.attrLastMove('[still]');
return null;
},
self: {
onHit(pokemon) {
pokemon.setType(pokemon.getTypes(true).map(type => type === "Flying" ? "???" : type));
this.add('-start', pokemon, 'typechange', pokemon.getTypes().join('/'), '[from] move: Market Garden');
},
},
willCrit: true,
secondary: null,
target: "normal",
type: "Flying",
contestType: "Cool",
},
is that why they got mod
Oh, donāt worry: my blindspot is knowing how to code actually useful stuff.
im not saying we got blackmailed but
I didnāt know there was a quote limit and now Iām surprised that I didnāt hit it the time I hit the length limit
welcome to the fol dev team!
were u town