User avatar
By Isi
#205478
Code: Select all{
   "radiant": true,
   "rarity": "Rare",
   "type": "Repeatable",
   "activeStage": 10,
   "stages": [
      {
         "stage": 0,
         "nextStage": 10,
         "objectives": [
            "DIALOGUE #!NPC,Time,0.05,100,0,12000 name=npcName text=start choice=startYes choice=startNo",
            "NPC_RESPOND * 0 1"
         ],
         "actions": [
            "1 MESSAGE \u00A7eDefeat 5 specific Pokémon!",
            "1 SET_STAGE 10"
         ]
      },
      {
         "stage": 10,
         "nextStage": 11,
         "objectives": [
            "POKEMON_DEFEAT #!Dex,any,any,any,any 1"
         ],
         "actions": []
      },
      {
         "stage": 11,
         "nextStage": 12,
         "objectives": [
            "POKEMON_DEFEAT #!Dex,any,any,any,any 1"
         ],
         "actions": []
      },
      {
         "stage": 12,
         "nextStage": 13,
         "objectives": [
            "POKEMON_DEFEAT #!Dex,any,any,any,any 1"
         ],
         "actions": []
      },
      {
         "stage": 13,
         "nextStage": 14,
         "objectives": [
            "POKEMON_DEFEAT #!Dex,any,any,any,any 1"
         ],
         "actions": []
      },
      {
         "stage": 14,
         "nextStage": 20,
         "objectives": [
            "POKEMON_DEFEAT #!Dex,any,any,any,any 1"
         ],
         "actions": []
      },
      {
         "stage": 20,
         "nextStage": -1,
         "objectives": [
            "DIALOGUE NPC0 name=npcName text=end choice=goodbye",
            "NPC_RESPOND NPC0 0 1"
         ],
         "actions": [
            "1 ITEM_GIVE item=pixelmon:rare_candy count=10",
            "1 COMPLETE_QUEST"
         ]
      }
   ],
   "strings": {
      "name": "Pokédex Filler",
      "desc-10": "A Trainer wants you to defeat a bunch of unique Pokémon.",
      "desc-20": "Now you have defeated all the Pokémon, you should go and tell the Trainer!",
      "desc-X": "You defeated all the Pokémon, and were given some Rare Candy as a reward!",
      "npcName": "Trainer",
      "start": "Can you defeat 5 different Pokémon?",
      "startYes": "Yes, I can!",
      "startNo": "I'm a little busy...",
      "stage-10-0": "Defeat a %POKEMON10S%",
      "stage-11-0": "Defeat a %POKEMON11S%",
      "stage-12-0": "Defeat a %POKEMON12S%",
      "stage-13-0": "Defeat a %POKEMON13S%",
      "stage-14-0": "Defeat a %POKEMON14S%",
      "stage-20-0": "Return to the Trainer",
      "end": "You have a good eye! Here, take these!",
      "goodbye": "Goodbye"
   }
}

JOIN THE TEAM