View difference between Paste ID: HYtUS69W and erbdbaC4
SHOW: | | - or go back to the newest paste.
1-
"apocalypse": {
1+
"daybringer": {
2-
		desc: "This Pokemon's Attack is raised by 3 stages if it attacks and knocks out another Pokemon with a Critical Hit.",
2+
		desc: "This Pokemon's Special Attack is raised by 3 stages if it attacks and knocks out another Pokemon with a Critical Hit.",
3-
		shortDesc: "This Pokemon's Attack is raised by 3 stages if it attacks and KOes another Pokemon with a Crit.",
3+
		shortDesc: "This Pokemon's Special Attack is raised by 3 stages if it attacks and KOes another Pokemon with a Crit.",
4
		onSourceFaint: function (target, source, effect) {
5
			if (effect && effect.effectType === 'Move' ) {
6
				if (move.crit) {
7-
				this.boost({atk:3}, source);
7+
				this.boost({spa:3}, source);
8
				}
9
			}
10
		},
11-
		id: "apocalypse",
11+
		id: "daybringer",
12-
		name: "Apocalypse",
12+
		name: "Daybringer",
13
		rating: 3.5,
14-
		num: 1535654378422222,
14+
		num: 1565433,
15
	},