By Kuroise
#244283
Code: Select all{
   "radiant": true,
   "weight": 0,
   "abandonable": true,
   "repeatable": true,
   "color": {
      "r": 15,
      "g": 131,
      "b": 255
   },
   "activeStage": 10,
   "stages": [
      {
         "stage": 0,
         "nextStage": 1,
         "icon": "SPEECH_BUBBLE",
         "objectives": [
            "NPC_TIMED_INSERTER NPC 0.05 100 0 12000",
            "DIALOGUE ?NPC? npcName start startYes startNo - - - - - -",
            "NPC_RESPOND ?NPC? 0",
            "NPC_RESPOND ?NPC? 1",
            "NAME_INSERTER NAME -1"
         ],
         "actions": [
            "2 DIALOGUE npcName accepted goodbye - - - - - - -",
            "2 SET_STAGE 1 -",
            "3 DIALOGUE npcName rejected goodbye - - - - - - -"
         ]
      },
      {
         "stage": 1,
         "nextStage": 10,
         "icon": "SPEECH_BUBBLE",
         "objectives": [
            "DIALOGUE ?NPC? npcName accepted goodbye - - - - - - -",
            "NPC_TALK ?NPC?"
         ],
         "actions": [
            "1 SET_STAGE 10 -",
            "1 END_DIALOGUE"
         ]
      },      
      {
         "stage": 10,
         "nextStage": 20,
         "objectives": [
            "DIALOGUE ?NPC? npcName bring give - - - - - - -",         
            "NPC_GIVE ?NPC? success pixelmon:rare_candy 1 - - -",
            "NPC_GIVE ?NPC? failure pixelmon:rare_candy 1 - - -"
         ],
         "actions": [
            "1 SET_STAGE 20 -",
            "2 DIALOGUE npcName wrong oops - - - - - - -"
         ]
      },
      {
         "stage": 20,
         "nextStage": -1,
         "objectives": [
            "DIALOGUE ?NPC? npcName end goodbye - - - - - - -",
            "NPC_TALK ?NPC?",
                "DEX_VALUES_SPEC_INSERTER REWARD 172,173,174,175,236,238,239,240,298,360,406,433,438,439,440,446,447,458,848 any any"
         ],
         "actions": [
            "1 POKEMON_GIVE ?REWARD?",
            "1 XP_GIVE - 75",
            "1 END_DIALOGUE",
            "1 COMPLETE_QUEST"
         ]
      }
   ],
   "strings": {
        "quest.breeder_help": "Breeder Help",
  "quest.breeder_help.start": "Can you bring me a Rare Candy to feed my baby pokemon? I'm a breeder.",
  "quest.breeder_help.startyes": "Sure!",
  "quest.breeder_help.startno": "Nope.",
  "quest.breeder_help.accepted": "Great! My pokemon can't wait for your return!",
  "quest.breeder_help.rejected": "Aww such a shame...",
  "quest.breeder_help.goodbye":  "Goodbye.",
  "quest.breeder_help.bring": "Hey! Did you bring me what I asked for?",
  "quest.breeder_help.give": "(Give Rare Candy)",
  "quest.breeder_help.wrong": "You didn't? Alright I'll wait.",
  "quest.breeder_help.oops": "Oops.",
  "quest.breeder_help.end": "Oh thank you so much! Here's a reward for your chore, hope you treat it well!",
  "quest.breeder_help.desc-10": "The breeder wants a Rare Candy to feed the baby pokemon",
  "quest.breeder_help.stage-10-0": "Bring a Rare Candy to the Breeder",
  "quest.breeder_help.npcname": "Breeder ?NAME?",
  "quest.breeder_help.desc-x": "You gave a Rare Candy to the Breeder and they gave you a baby pokemon!"
   }
}

JOIN THE TEAM