dewy
ness
thornyan
hina kagiyama
narwa
ness
thornyan
hina kagiyama
narwa
Last edited:
eurekaeffect: {
num: 999,
accuracy: true,
basePower: 0,
category: "Status",
name: "Eureka Effect",
pp: 5,
priority: -1,
flags: {metronome: 1},
terrain: 'electricterrain',
onHit(target) {
if (!this.canSwitch(target.side) || target.volatiles['commanded']) {
this.attrLastMove('[still]');
this.add('-fail', target);
return this.NOT_FAIL;
}
},
self: {
onHit(source) {
source.skipBeforeSwitchOutEventFlag = true;
},
},
selfSwitch: 'copyvolatile',
secondary: null,
target: "self",
type: "Electric",
contestType: "Clever",
},
dispenser: {
num: 999,
accuracy: true,
basePower: 0,
category: "Status",
name: "Dispenser",
pp: 10,
priority: 0,
flags: {snatch: 1, metronome: 1},
volatileStatus: 'dispenser',
condition: {
onStart(pokemon) {
this.add('-start', pokemon, 'Dispenser');
},
onResidualOrder: 6,
onResidual(pokemon) {
this.heal(pokemon.baseMaxhp / 6);
},
},
secondary: null,
target: "self",
type: "Electric",
zMove: {boost: {def: 1}},
contestType: "Clever",
},