Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- },
- 'thefirstnoel': {
- name: 'The First Noel',
- id: 'thefirstnoel',
- format: [3, 3],
- banlist: ['Greninja-Ash', 'Marshadow'],
- ruleset: ['Standard'],
- desc: [
- 'A storyboard BT ladder that roughly outlines the Christian story of Christmas.'
- ],
- customformat: {
- 40: [5, 1],
- 50: [4, 1],
- 60: [5, 1],
- 70: [5, 1],
- 80: [5, 1],
- 90: [4, 1],
- 95: [6, 1],
- 100: [6, 1],
- },
- levelSkip: {
- 31: 31,
- 51: 51,
- 79: 79,
- 91: 91,
- },
- randomFoe: function (user, level) {
- switch (level) {
- default:
- return PetTools.scripts.buildTeam(3, level);
- case 20:
- return [{
- "shiny": false,
- "mon": "alakazam",
- "boosts": { "hp": 144, "atk": 0, "def": 15, "spa": 50, "spd": 15, "spe": 30 },
- "moves": ['psystrike', 'secretsword', 'moonblast', 'shadowball'],
- "slots": 4,
- hpBars: 2,
- "mevo": 'alakazammega',
- abilities: ['F-psychicterrain', 'Prophet', 'Boss'],
- nick: 'Prophet - Isaiah'
- }];
- case 30:
- return [{
- "shiny": false,
- "mon": "mudsdale",
- "boosts": { "hp": 250, "atk": 70, "def": 20, "spa": 0, "spd": 20, "spe": 20 },
- "moves": ['earthquake', 'rockslide', 'flareblitz', 'hornleech'],
- "slots": 4,
- "mevo": null,
- hpBars: 3,
- abilities: ['Boss'],
- nick: 'Stable Horse'
- }];
- case 40:
- return [{
- "shiny": false,
- "mon": "ampharos",
- "boosts": { "hp": 220, "atk": 30, "def": 20, "spa": 80, "spd": 20, "spe": 0 },
- "moves": ['thunderbolt', 'spacialrend', 'icebeam', 'flamethrower', 'energyball', 'secretsword'],
- "slots": 6,
- "mevo": 'ampharosmega',
- hpBars: 3,
- abilities: ['Spawn Sheep'],
- }];
- case 50:
- return [{
- "shiny": false,
- "mon": "togekiss",
- "boosts": { "hp": 150, "atk": 0, "def": 20, "spa": 35, "spd": 20, "spe": 30 },
- "moves": ['boomburst', 'aeroblast', 'moonblast', 'flamethrower'],
- "slots": 4,
- "mevo": null,
- abilities: [],
- }, {
- "shiny": false,
- "mon": "togekiss",
- "boosts": { "hp": 150, "atk": 30, "def": 20, "spa": 40, "spd": 20, "spe": 30 },
- "moves": ['boomburst', 'aeroblast', 'earthpower', 'flamethrower'],
- "slots": 4,
- "mevo": null,
- abilities: ['Pixilate'],
- }, {
- "shiny": false,
- "mon": "togekiss",
- "boosts": { "hp": 150, "atk": 0, "def": 20, "spa": 55, "spd": 20, "spe": 45 },
- "moves": ['boomburst', 'pawprint', 'earthpower', 'flamethrower'],
- "slots": 4,
- "mevo": null,
- hpBars: 3,
- abilities: ['Aerilate', 'Boss'],
- }];
- case 60:
- return [{
- "shiny": false,
- "mon": "jirachi",
- "boosts": { "hp": 100, "atk": 30, "def": 20, "spa": 0, "spd": 20, "spe": 50 },
- "moves": ['ironhead', 'heartstamp', 'zingzap', 'rollingkick'],
- "slots": 4,
- "mevo": null,
- hpBars: 3,
- abilities: ['Serene Grace', 'Wishmaker'],
- }];
- case 70:
- return [{
- "shiny": false,
- "mon": "palossand",
- "boosts": { "hp": 470, "atk": 0, "def": 20, "spa": 30, "spd": 20, "spe": 0 },
- "moves": ['earthpower', 'shadowball', 'icebeam', 'energyball'],
- "slots": 4,
- "mevo": null,
- hpBars: 4,
- abilities: ['sandcastle'],
- nick: 'Bethlehem'
- }];
- case 80:
- return [{
- "shiny": false,
- "mon": "slowking",
- "boosts": { "hp": 150, "atk": 0, "def": 15, "spa": 50, "spd": 15, "spe": 0 },
- "moves": ['psystrike', 'scald', 'freezedry', 'flamethrower'],
- "slots": 4,
- "mevo": null,
- hpBars: 2,
- abilities: ['kingsblessing', 'boss'],
- }, {
- "shiny": false,
- "mon": "nidoking",
- "boosts": { "hp": 50, "atk": 40, "def": 15, "spa": 0, "spd": 15, "spe": 25 },
- "moves": ['earthquake', 'suckerpunch', 'poweruppunch', 'poisonjab'],
- "slots": 4,
- "mevo": null,
- hpBars: 2,
- abilities: ['kingsblessing', 'boss'],
- }, {
- "shiny": false,
- "mon": "slaking",
- "boosts": { "hp": 150, "atk": 60, "def": 15, "spa": 0, "spd": 15, "spe": 40 },
- "moves": ['thrash', 'earthquake', 'poweruppunch', 'skyattack'],
- "slots": 4,
- "mevo": null,
- hpBars: 2,
- abilities: ['kingsblessing', 'boss'],
- }];
- case 90:
- // gold myrrh frankincense
- // meowth, vileplume, aromatisse
- return [{
- "shiny": false,
- "mon": "meowth",
- "boosts": { "hp": 150, "atk": 60, "def": 15, "spa": 0, "spd": 15, "spe": 45 },
- "moves": ['thrash', 'suckerpunch', 'closecombat', 'playrough'],
- "slots": 4,
- "mevo": null,
- hpBars: 2,
- nick: 'Gold',
- abilities: ['boss'],
- }, {
- "shiny": false,
- "mon": "vileplume",
- "boosts": { "hp": 50, "atk": 0, "def": 15, "spa": 50, "spd": 15, "spe": 25 },
- "moves": ['petaldance', 'sludgebomb', 'searingshot', 'darkpulse'],
- "slots": 4,
- "mevo": null,
- hpBars: 2,
- nick: 'Myrrh',
- abilities: ['boss'],
- }, {
- "shiny": false,
- "mon": "aromatisse",
- "boosts": { "hp": 150, "atk": 60, "def": 20, "spa": 30, "spd": 20, "spe": 40 },
- "moves": new Array(200).fill('drainingkiss'),
- "slots": 4,
- "mevo": null,
- hpBars: 2,
- nick: 'Frankincense',
- abilities: ['boss'],
- }];
- case 95:
- // egypt
- // cofagrigus
- return [{
- "shiny": false,
- "mon": "cofagrigus",
- "boosts": { "hp": 1084, "atk": 0, "def": 20, "spa": 20, "spd": 20, "spe": 20 },
- "moves": ['shadowball', 'secretsword', 'pawprint', 'sludgebomb'],
- "slots": 4,
- "mevo": null,
- abilities: ['mummyscurse'],
- nick: 'Egyptian Mummy'
- }];
- case 100:
- // jigglypuff, primarina, meloetta, altaria-mega
- return [{
- "shiny": false,
- "mon": "jigglypuff",
- "boosts": { "hp": 150, "atk": 0, "def": 15, "spa": 50, "spd": 15, "spe": 0 },
- "moves": ['boomburst', 'earthpower', 'flamethrower', 'sparklingaria'],
- "slots": 4,
- "mevo": null,
- abilities: ['F-choir', 'pixilate', 'boss'],
- }, {
- "shiny": false,
- "mon": "primarina",
- "boosts": { "hp": 50, "atk": 40, "def": 15, "spa": 0, "spd": 15, "spe": 25 },
- "moves": ['boomburst', 'sparklingaria', 'earthpower', 'icebeam'],
- "slots": 4,
- "mevo": null,
- abilities: ['pixilate', 'boss'],
- }, {
- "shiny": false,
- "mon": "meloetta",
- "boosts": { "hp": 150, "atk": 60, "def": 15, "spa": 0, "spd": 15, "spe": 40 },
- "moves": ['boomburst', 'psystrike', 'sparklingaria', 'moonblast'],
- "slots": 4,
- "mevo": null,
- abilities: ['boss'],
- }, {
- "shiny": false,
- "mon": "altariamega",
- "boosts": { "hp": 150, "atk": 60, "def": 15, "spa": 0, "spd": 15, "spe": 40 },
- "moves": ['boomburst', 'pawprint', 'roaroftime', 'earthpower', 'flamethrower'],
- "slots": 5,
- "mevo": null,
- hpBars: 3,
- abilities: ['pixilate', 'boss'],
- }];
- }
- },
- onLoad: function () {
- const self = this;
- function sendBlurb(blurb) {
- self.log(`<div class='infobox' style="font-style: italic; padding: 5px; margin-top: 5px; margin-bottom: 5px;">${blurb}</div>`);
- }
- const level = this.level;
- switch (level) {
- case 20:
- sendBlurb(`For unto us a Child is born,<br />Unto us a Son is given;<br />And the government will be upon His shoulder.<br />And His name will be called,<br />Wonderful, Counselor, Mighty God,<br />Everlasting Father, Prince of Peace.<br /> - Isaiah 9:6`);
- break;
- case 30:
- sendBlurb(`So Joseph also went up from the town of Nazareth in Galilee to Judea, to Bethlehem the town of David, because he belonged to the house and line of David. He went there to register with Mary, who was pledged to be married to him and was expecting a child. While they were there, the time came for the baby to be born, and she gave birth to her firstborn, a son. She wrapped him in cloths and placed him in a manger, because there was no guest room available for them. <br /> - Luke 2:4-7`);
- break;
- case 40:
- sendBlurb(`And there were shepherds living out in the fields nearby, keeping watch over their flocks at night.<br />Luke 2:8`);
- break;
- case 50:
- sendBlurb(`An angel of the Lord appeared to them, and the glory of the Lord shone around them, and they were terrified. But the angel said to them, “Do not be afraid. I bring you good news that will cause great joy for all the people. Today in the town of David a Savior has been born to you; he is the Messiah, the Lord. This will be a sign to you: You will find a baby wrapped in cloths and lying in a manger.” Suddenly a great company of the heavenly host appeared with the angel, praising God and saying, “Glory to God in the highest heaven, and on earth peace to those on whom his favor rests.”<br /> Luke 2:9-14`);
- break;
- case 60:
- sendBlurb(`After Jesus was born in Bethlehem in Judea, during the time of King Herod, Magi from the east came to Jerusalem and asked, “Where is the one who has been born king of the Jews? We saw his star when it rose and have come to worship him.”<br />Matthew 2:1-2`);
- break;
- case 70:
- sendBlurb(`When he had called together all the people’s chief priests and teachers of the law, he asked them where the Messiah was to be born. “In Bethlehem in Judea,” they replied, “for this is what the prophet has written: “‘But you, Bethlehem, in the land of Judah, are by no means least among the rulers of Judah; for out of you will come a ruler who will shepherd my people Israel.’” <br /> - Matthew 2:4-6`);
- break;
- case 80:
- sendBlurb(`After they had heard the king, they went on their way, and the star they had seen when it rose went ahead of them until it stopped over the place where the child was. When they saw the star, they were overjoyed. On coming to the house, they saw the child with his mother Mary, and they bowed down and worshiped him...<br />- Matthew 2:9-11a`);
- break;
- case 90:
- sendBlurb(`Then they opened their treasures and presented him with gifts of gold, frankincense and myrrh.<br />- Matthew 2:11b`);
- break;
- case 95:
- sendBlurb(`When they had gone, an angel of the Lord appeared to Joseph in a dream. “Get up,” he said, “take the child and his mother and escape to Egypt. Stay there until I tell you, for Herod is going to search for the child to kill him.”<br />- Matthew 2:13`);
- break;
- case 100:
- sendBlurb(`“Hallelujah! For our Lord God Almighty reigns.” / On his robe and on his thigh he has this name written: King of Kings and Lord of Lords. / “The kingdom of the world has become the kingdom of our Lord and of his Messiah, and he will reign for ever and ever.”<br /> - Revelation 9:6b, 16, 11:15`);
- break;
- }
- },
- onEnd: function (value, side) {
- if (side === "p2") {
- switch (this.level) {
- case 100:
- this.log('<em>Congratulations - you have beaten all of the bosses! Now go aim for a high score!</em>');
- break;
- }
- }
- },
- },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement