User avatar
By Isi
#205480
Code: Select all{
   "radiant": true,
   "rarity": "Legendary",
   "type": "Legendary",
   "activeStage": 10,
   "stages": [
      {
         "stage": 0,
         "nextStage": 10,
         "objectives": [
            "DIALOGUE #!NPC,Time,0.01,100,0 name=npcName text=start choice=startYes choice=startNo",
            "NPC_RESPOND * 0 1"
         ],
         "actions": [
            "1 MESSAGE \u00A7eYou've been told a tale about a magical orb and a bird seldom seen in the electric savannahs of the land...",
            "1 SET_STAGE 10"
         ]
      },
      {
         "stage": 10,
         "nextStage": 20,
         "objectives": [
            "ITEM_PICKUP item=pixelmon:orb count=1"
         ],
         "actions": [
            "0 MESSAGE \u00A7eYou get the sense you should infuse your orb with the essence of thunder..."
         ]
      },
      {
         "stage": 20,
         "nextStage": 30,
         "objectives": [
            "ITEM_CRAFT item=pixelmon:dos_orb count=1"
         ],
         "actions": [
            "0 MESSAGE \u00A7eFor the orb to regain the power it has lost, it has to test your mettle..."
         ]
      },
      {
         "stage": 30,
         "nextStage": 40,
         "objectives": [
            "POKEMON_DEFEAT any 375"
         ],
         "actions": [
            "0 MESSAGE \u00A7eThe orb seeks an ancient shrine found in the energetic grasslands..."
         ]
      },
      {
         "stage": 40,
         "nextStage": 50,
         "objectives": [
            "TILEENTITY_VICINITY TileEntityShrine 10"
         ],
         "actions": [
            "0 MESSAGE \u00A7eYou are being drawn to the shrine before you..."
         ]
      },
      {
         "stage": 50,
         "nextStage": 60,
         "objectives": [
            "POKEMON_CAPTURE Zapdos 1"
         ],
         "actions": [
            "0 MESSAGE \u00A7eYou caught Zapdos! The Lorekeeper will definitely want to see!"
         ]
      },
      {
         "stage": 60,
         "nextStage": -1,
         "objectives": [
            "DIALOGUE NPC0 name=npcName text=end choice=goodbye",
            "NPC_RESPOND NPC0 0 1"
         ],
         "actions": [
            "1 ITEM_GIVE item=minecraft:diamond_block",
            "1 COMPLETE_QUEST"
         ]
      }
   ],
   "strings": {
      "name": "Electric Eagle",
      "desc-10": "You've been told a tale about a magical orb and a bird seldom seen in the electric savannahs of the land...",
      "desc-20": "You get the sense you should infuse your orb with the essence of thunder...",
      "desc-30": "For the orb to regain the power it has lost, it has to test your mettle...",
      "desc-40": "The orb seeks an ancient shrine found in the energetic grasslands...",
      "desc-50": "You are being drawn to the shrine before you...",
      "desc-X": "You successfully caught a Zapdos, and gave the Lorekeeper valuable information about it!",
      "npcName": "Lorekeeper",
      "start": "Do you want to hear a tale of a legendary Pokémon rarely seen in these parts?",
      "startYes": "Do tell!",
      "startNo": "Not right now...",
      "stage-10-0": "Find an Orb",
      "stage-20-0": "Infuse the Orb with Thunder",
      "stage-30-0": "Defeat %remain% Pokémon",
      "stage-40-0": "Find a Static Shrine",
      "stage-50-0": "Catch Zapdos",
      "end": "Congratulations on befriending your new Zapdos! Here, take this!",
      "goodbye": "Goodbye"
   }
}

JOIN THE TEAM