{
  "id": "ftbechoes:t5_echo_infinity",
  "title": {"translate": "ftb.echo.infinity.title"},
  "all_complete": {"translate": "ftb.echo.infinity.completed"},
  "stages": [
    {
      "title": {"translate": "ftb.echo.stage0.title"},
      "lore": [
        {"type": "ftbechoes:text", "text": [{"translate": "ftb.echo.infinity.intro"}]}
      ],
      "not_ready" : {"translate": "ftb.echo.infinity.stage0.not_ready"},
      "required_stage": "echo_stage5_and_check",
      "ready": {"translate": "ftb.echo.infinity.stage0.ready"},
      "completed": {"translate": "ftb.echo.infinity.stage0.completed"},
      "shop_unlock":[
        {"name": "10 Hrs of Temporal Time", "command": {"run": "gag give_time @s 720000", "permission": 3, "description": {"translate": "ftb.shop.title.temporal_pouch_ten_hours"}}, "cost": 250, "description": {"translate": "ftb.shop.description.temporal_pouch_warning"}, "icon": "gag:item/time_sand_pouch"}
      ]
    },
    {
      "title": {"translate": "ftb.echo.stage5.title"},
      "lore": [
        {"type": "ftbechoes:audio", "location": "ftb:ftb.echo.infinity.stage5.task1", "text": {"translate": "ftb.echo.voice_over"}},
        {"type": "ftbechoes:text", "text": [{"translate": "ftb.echo.infinity.stage5.task1.lore"}]},
        {"type": "ftbechoes:text", "text": [{"translate": "ftb.echo.infinity.stage5.task1.lore2"}]},
        {"type": "ftbechoes:text", "text": [{"translate": "ftb.echo.infinity.stage5.task1.lore3"}]},
        {"type": "ftbechoes:text", "text": [{"translate": "ftb.echo.infinity.stage5.task1.lore4"}]}
      ],
      "not_ready": {"translate": "ftb.echo.infinity.stage5.task1.not_ready"},
      "required_stage": "echo_infinity_stage5_task1_completed",
      "ready": {"translate": "ftb.echo.infinity.stage5.task1.ready"},
      "completed": {"translate": "ftb.echo.infinity.stage5.task1.completed"},
      "completion_reward": {"command": {"run": "kubejs stages add @s echo_infinity_stage5_task1_check", "permission": 3}, "experience": 100},
      "shop_unlock": [
        {"name": "Stack Upgrade Omega Tier", "item": {"id": "sophisticatedstorage:stack_upgrade_omega_tier", "count": 1}, "cost": 500, "description": {"translate": "ftb.shop.description.exclusive"}},
        {"name": "100 Hrs of Temporal Time", "command": {"run": "gag give_time @s 7200000", "permission": 3, "description": {"translate": "ftb.shop.title.temporal_pouch_hundred_hours"}}, "cost": 500, "description": {"translate": "ftb.shop.description.temporal_pouch_warning"}, "icon": "gag:item/time_sand_pouch"},
        {"name": "1000 Hrs of Temporal Time", "command": {"run": "gag give_time @s 72000000", "permission": 3, "description": {"translate": "ftb.shop.title.temporal_pouch_thousand_hours"}}, "cost": 1000, "description": [{"translate": "ftb.shop.description.temporal_pouch_warning"}, {"translate": "ftb.shop.description.temporal_pouch"}], "icon": "gag:item/time_sand_pouch"}
      ]
    }
  ]
}