{
  "id": "ftbechoes:test_echo1",
  "title": { "text": "Test Echo 1", "color": "blue" },
  "stages": [
    {
      "title": { "text": "The Beginning", "color": "ftb:rainbow" },
      "lore": [
        { "type": "ftbechoes:text", "text": "This is stage 1! some literal text\nwith an extra line\nand one more" },
        { "type": "ftbechoes:image", "location": "ftblibrary:icons/player", "width": 32, "height": 32, "align": "center" },
        { "type": "ftbechoes:audio", "location": "music_disc.mellohi", "text": "mellohi" },
        { "type": "ftbechoes:text", "text" : [ { "translate" : "advancements.end.root.title" } ] },
        { "type": "ftbechoes:text", "text" : "" },
        { "type": "ftbechoes:text", "text" : [ { "translate" : "jigsaw_block.placement_priority.tooltip" } ] }
      ],
      "not_ready": "To continue, you need to do task A",
      "ready": "Well done! You are ready to finish stage 1",
      "required_stage": "echo1_stage1",
      "shop_unlock": [],
      "completion_reward": {
        "item": { "id": "minecraft:diamond_block" },
        "experience": 10,
        "currency": 2,
        "command": { "run": "/give @s minecraft:diamond", "permission": 2, "description": "Bonus diamond!" },
        "description": { "text": "Well done, here's your reward" }
      }
    },
    {
      "title": { "text": "The Next Part", "color": "aqua" },
      "lore": [
        { "type": "ftbechoes:text", "text": "this is stage2!" },
        { "type": "ftbechoes:audio", "location": "music_disc.strad", "text": "strad" },
        { "type": "ftbechoes:text", "text" : [ { "translate" : "advancements.nether.create_beacon.title" } ] }
      ],
      "not_ready": "To continue, you need to do task B\nThis might be tricky...",
      "ready": "Not only did you survive the §3Vault§r, you actually successfully insued the alloy! I'm... sorry I ever doubted you. Pops will be glad to hear of your achievements.\nYou'll need to pipe some stress straight into the bottom of the main §6World Engine§r block using some §aEncased Chain Drives§r, and here's a schematic to help you place those casings.",
      "required_stage": "echo1_stage2",
      "shop_unlock": [],
      "completion_reward": {
        "experience": 20,
        "currency": 6,
        "description": "Good job!"
      }
    },
    {
      "title": { "text": "The Last Part", "color": "yellow" },
      "show_title_in_lore": false,
      "lore": [
        { "type": "ftbechoes:text", "text": "welcome to stage 3!" },
        { "type": "ftbechoes:audio", "location": "music_disc.ward", "text": "ward" },
        { "type": "ftbechoes:text", "text" : [ { "translate" : "advancements.adventure.hero_of_the_village.description" } ] }
      ],
      "not_ready": "To continue, you need to do task C\nGood luck!",
      "ready": "Stage 3 ready to complete!",
      "required_stage": "echo1_stage3",
      "shop_unlock": [],
      "completion_reward": {
        "experience": 40,
        "currency": 10,
        "autoclaim": false
      }
    }
  ],
  "all_complete": { "text": "You did it!", "color": "ftb:rainbow" }
}
