From 3d2ac329e46059da77eaff353c215f09edc397d1 Mon Sep 17 00:00:00 2001
From: Burlone <108557545+burlone0@users.noreply.github.com>
Date: Thu, 3 Oct 2024 20:42:02 +0200
Subject: [PATCH] Big Big Big Big Update
---
CloudStorage/DefaultEngine.ini | 16 +-
CloudStorage/DefaultGame.ini | 14 +-
CloudStorage/DefaultRuntimeOptions.ini | 17 +-
Config/config.json | 29 +-
DiscordBot/commands/Admin/addvbucks.js | 5 +-
DiscordBot/commands/Admin/ban.js | 2 +-
DiscordBot/commands/Admin/deletediscord.js | 2 +-
DiscordBot/commands/Admin/removevbucks.js | 13 +-
DiscordBot/commands/User/change-email.js | 6 +-
DiscordBot/commands/User/change-password.js | 8 +-
DiscordBot/commands/User/claimvbucks.js | 8 +-
DiscordBot/commands/User/details.js | 2 +-
DiscordBot/commands/User/giftvbucks.js | 14 +-
DiscordBot/commands/User/vbucksamount.js | 2 +-
DiscordBot/index.js | 4 +-
LICENSE | 702 +-
README.md | 64 +-
index.js | 2 +
install_packages.bat | 3 +
model/mmcodes.js | 17 +
package-lock.json | 107 +
package.json | 2 +
responses/Athena/BattlePass/Season16.json | 449 +
responses/catalog.json | 134 +
responses/epic-settings.json | 2318 +
responses/{ => eula}/SharedAgreements.json | 0
responses/quests.json | 81683 ++++++++----------
responses/variants.json | 27192 ++++++
responses/winterfestRewards.json | 51 +
routes/launcher.js | 34 +
routes/legal.js | 2 +-
routes/main.js | 16 +
routes/matchmaking.js | 93 +-
routes/mcp.js | 610 +-
routes/party.js | 60 +
routes/privacy.js | 2 +-
routes/reports.js | 130 +
routes/timeline.js | 1366 +-
routes/user.js | 23 +
routes/version.js | 18 +
structs/autorotate.js | 2 +-
structs/functions.js | 34 +
structs/kv.js | 39 +
43 files changed, 70882 insertions(+), 44413 deletions(-)
create mode 100644 model/mmcodes.js
create mode 100644 responses/Athena/BattlePass/Season16.json
create mode 100644 responses/epic-settings.json
rename responses/{ => eula}/SharedAgreements.json (100%)
create mode 100644 responses/variants.json
create mode 100644 responses/winterfestRewards.json
create mode 100644 routes/launcher.js
create mode 100644 routes/party.js
create mode 100644 routes/reports.js
create mode 100644 structs/kv.js
diff --git a/CloudStorage/DefaultEngine.ini b/CloudStorage/DefaultEngine.ini
index 7b4e567..231f770 100644
--- a/CloudStorage/DefaultEngine.ini
+++ b/CloudStorage/DefaultEngine.ini
@@ -37,4 +37,18 @@ PingTimeout=3.0
# Double Pump
;[ConsoleVariables]
-;Weapon.TryToFireRestrictedByTypeCooldowns=0
\ No newline at end of file
+;Weapon.TryToFireRestrictedByTypeCooldowns=0
+
+;Glider redeploy? Not working???
+;Fort.GliderRedeployRequiresJump=1
+;Fort.GliderRedeployUseWindowOfTime=0
+;Fort.GliderRedeployWindowLength=5.0
+;Fort.GliderRedeployPreventSkydiving=1
+
+;Not sure yet, appears to change graphics somehow
+;[/Script/FortniteGame.FortWorldSettings]
+;DefaultWorldTimeOfDayManager=/Game/TimeOfDay/TODM/MASTER_TODM.MASTER_TODM_C
+
+;Disable first shot accuracy
+;[/Script/FortniteGame.FortGlobals]
+;bFirstShotAccuracyDisabled=false
\ No newline at end of file
diff --git a/CloudStorage/DefaultGame.ini b/CloudStorage/DefaultGame.ini
index 9b9f9d4..88b477e 100644
--- a/CloudStorage/DefaultGame.ini
+++ b/CloudStorage/DefaultGame.ini
@@ -12,6 +12,9 @@ bUseBorderlessWindow=True
bAllowLogout=false
bEnableCreativeMode=false ; Change "false" to "true" if u want Enable Creative select gamemode
+[CrossplayMatchmaking]
+!CrossplayDisabledAllowedWhitelist=ClearArray
+
# Turbo build
;[/Script/FortniteGame.FortPlayerController] ; Remove ";" from every option for enable it (Enable only if your project is hosted by s2-s6)
;TurboBuildInterval=0.015f
@@ -55,11 +58,16 @@ bEnableCreativeMode=false ; Change "false" to "true" if u want Enable Creative s
[/Script/FortniteGame.FortGameInstance]
!FrontEndPlaylistData=ClearArray
+FrontEndPlaylistData=(PlaylistName=Playlist_DefaultSolo, PlaylistAccess=(bEnabled=True, bIsDefaultPlaylist=true, bVisibleWhenDisabled=false, bDisplayAsNew=false, CategoryIndex=0, bDisplayAsLimitedTime=false, DisplayPriority=0))
-+FrontEndPlaylistData=(PlaylistName=Playlist_DefaultDuo, PlaylistAccess=(bEnabled=False, bIsDefaultPlaylist=false, bVisibleWhenDisabled=false, bDisplayAsNew=false, CategoryIndex=0, bDisplayAsLimitedTime=false, DisplayPriority=1))
-+FrontEndPlaylistData=(PlaylistName=Playlist_Trios, PlaylistAccess=(bEnabled=False, bIsDefaultPlaylist=false, bVisibleWhenDisabled=false, bDisplayAsNew=false, CategoryIndex=0, bDisplayAsLimitedTime=false, DisplayPriority=2))
-+FrontEndPlaylistData=(PlaylistName=Playlist_DefaultSquad, PlaylistAccess=(bEnabled=False, bIsDefaultPlaylist=false, bVisibleWhenDisabled=false, bDisplayAsNew=false, CategoryIndex=0, bDisplayAsLimitedTime=false, DisplayPriority=3))
++FrontEndPlaylistData=(PlaylistName=Playlist_DefaultDuo, PlaylistAccess=(bEnabled=True, bIsDefaultPlaylist=false, bVisibleWhenDisabled=false, bDisplayAsNew=false, CategoryIndex=0, bDisplayAsLimitedTime=false, DisplayPriority=1))
++FrontEndPlaylistData=(PlaylistName=Playlist_Trios, PlaylistAccess=(bEnabled=True, bIsDefaultPlaylist=false, bVisibleWhenDisabled=false, bDisplayAsNew=false, CategoryIndex=0, bDisplayAsLimitedTime=false, DisplayPriority=2))
++FrontEndPlaylistData=(PlaylistName=Playlist_DefaultSquad, PlaylistAccess=(bEnabled=True, bIsDefaultPlaylist=false, bVisibleWhenDisabled=false, bDisplayAsNew=false, CategoryIndex=0, bDisplayAsLimitedTime=false, DisplayPriority=3))
+FrontEndPlaylistData=(PlaylistName=Playlist_Playground, PlaylistAccess=(bEnabled=False, bIsDefaultPlaylist=false, bVisibleWhenDisabled=false, bDisplayAsNew=false, CategoryIndex=1, bDisplayAsLimitedTime=true, DisplayPriority=0))
+; It should improve the volume of something, I think
+;[/Script/FortniteGame.FortVolumeManager]
+;!HotfixedBlacklistClasses=ClearArray
+;+HotfixedBlacklistClasses=/CRD_ItemSpawnerVendingMachine/CP_Devices_ItemSpawnerVendingMachine.CP_Devices_ItemSpawnerVendingMachine
+
[/Script/FortniteGame.FortChatManager]
bShouldRequestGeneralChatRooms=true
bShouldJoinGlobalChat=true
diff --git a/CloudStorage/DefaultRuntimeOptions.ini b/CloudStorage/DefaultRuntimeOptions.ini
index dda2d04..5df6df0 100644
--- a/CloudStorage/DefaultRuntimeOptions.ini
+++ b/CloudStorage/DefaultRuntimeOptions.ini
@@ -1,8 +1,8 @@
[/Script/FortniteGame.FortRuntimeOptions]
;!DisabledFrontendNavigationTabs=ClearArray ; Remove the ; before "!DisabledFrontendNavigationTabs" if u want to disable Store, Career and Challenges tab
-;+DisabledFrontendNavigationTabs=(TabName="AthenaStore",TabState=EFortRuntimeOptionTabState::Hidden) ; Remove the ; before "!DisabledFrontendNavigationTabs" if u want to disable Store tab
-;+DisabledFrontendNavigationTabs=(TabName="AthenaChallenges",TabState=EFortRuntimeOptionTabState::Hidden) ; Remove the ; before "!DisabledFrontendNavigationTabs" if u want to disable Challenges tab
-;+DisabledFrontendNavigationTabs=(TabName="AthenaCareer",TabState=EFortRuntimeOptionTabState::Hidden) ; Remove the ; before "!DisabledFrontendNavigationTabs" if u want to disable Career tab
+;+DisabledFrontendNavigationTabs=(TabName="AthenaStore",TabState=EFortRuntimeOptionTabState::Hidden) ; Remove the ; before "+DisabledFrontendNavigationTabs" if u want to disable Store tab
+;+DisabledFrontendNavigationTabs=(TabName="AthenaChallenges",TabState=EFortRuntimeOptionTabState::Hidden) ; Remove the ; before "+DisabledFrontendNavigationTabs" if u want to disable Challenges tab
+;+DisabledFrontendNavigationTabs=(TabName="AthenaCareer",TabState=EFortRuntimeOptionTabState::Hidden) ; Remove the ; before "+DisabledFrontendNavigationTabs" if u want to disable Career tab
bEnableGlobalChat=false
bDisableGifting=false
bDisableGiftingPC=false
@@ -10,13 +10,24 @@ bDisableGiftingPS4=false
bDisableGiftingXB=false
bCanShowSTWUpsellInBR=false
bHidePlusOnVbucksButton=false
+bLoadDirectlyIntoLobby=false
+bMOTDSameNewsForCreative=true
+bShowVoiceChatSettings=false
bSkipTrailerMovie=true
bAlwaysPlayTrailerMovie=false
bForceBRMode=true
bSkipSubgameSelect=true
+bShowStoreBanner=true
+bAllowMimicingEmotes=true
bEnableShowdown=true ; Change "true" to "false" if u want disable Compete tab
bSubgameSelectBRFirstOption=true
bIsCreativeMultiSelectEnabled=false
+!SocialRTInfo=ClearArray
++SocialRTInfo=(SlotId=1,StartsAtUTC=9999.08.06-22.00.00)
++SocialRTInfo=(SlotId=2,StartsAtUTC=9999.08.07-18.00.00)
++SocialRTInfo=(SlotId=3,StartsAtUTC=9999.08.08-04.00.00)
++SocialRTInfo=(SlotId=4,StartsAtUTC=9999.08.08-14.00.00)
++SocialRTInfo=(SlotId=5,StartsAtUTC=9999.08.08-22.00.00)
!ExperimentalCohortPercent=ClearArray
+ExperimentalCohortPercent=(CohortPercent=100,ExperimentNum=20)
\ No newline at end of file
diff --git a/Config/config.json b/Config/config.json
index c175d90..326768f 100644
--- a/Config/config.json
+++ b/Config/config.json
@@ -25,10 +25,11 @@
"websiteport": 100
},
+ "//": "to add more gameserver on 'gameServerIP' add ip:port:playlist",
"matchmakerIP": "127.0.0.1:80",
- "gameServerIP": "127.0.0.1:7777",
+ "gameServerIP": ["127.0.0.1:7777:playlist_defaultsolo"],
- "//": "For 'BattlePassSeason' enter only the number of your season (from 2 to 13)",
+ "//": "For 'BattlePassSeason' enter only the number of your season (from 2 to 16) / (We are working on season 15 while season 14 is currently not possible :C)",
"bEnableBattlepass": false,
"bBattlePassSeason": 2,
@@ -42,10 +43,32 @@
"bDailyItemsAmount": 6,
"bFeaturedItemsAmount": 2,
+ "//": "By enabling 'bEnableReports' in-game reports will work, a player will not be able to spam reports",
+ "bEnableReports": false,
+ "bReportChannelId": "your-discord-channel-id-here",
+
"//": "If bCompletedSeasonalQuests is set to 'true' it will set all quests except daily quests as completed",
"bCompletedSeasonalQuests": false,
"//": "If 'bEnableSACRewards' is enabled it will give the person who supports a creator a percentage of vbucks based on how much percentage you put in 'bPercentageSACRewards' it will give in vbucks, so if you set '25%' and there is a 1000 item in the shop vbucks will give 250 vbucks to the one who supports a creator",
"bEnableSACRewards": false,
- "bPercentageSACRewards": 0
+ "bPercentageSACRewards": 0,
+
+ "//": "These are all the events you can add to the game, like the rift in the sky!",
+ "bEnableGeodeEvent": false,
+ "geodeEventStartDate": "2020-01-01T00:00:00.000Z",
+ "bEnableCrackInTheSky": false,
+ "bEnableS4OddityPrecursor": false,
+ "bEnableS4OddityExecution": false,
+ "S4OddityEventStartDate": "2020-01-01T00:00:00.000Z",
+ "S4OddityEventsInterval": 0,
+ "bEnableS5OddityPrecursor": false,
+ "S5OddityPrecursorDate": "2020-01-01T00:00:00.000Z",
+ "bEnableS5OddityExecution": false,
+ "S5OddityExecutionDate": "2020-01-01T00:00:00.000Z",
+ "bEnableCubeLightning": false,
+ "cubeSpawnDate": "2020-01-01T00:00:00.000Z",
+ "bEnableBlockbusterRiskyEvent": false,
+ "bEnableCubeLake": false,
+ "cubeLakeDate": "2020-01-01T00:00:00.000Z"
}
\ No newline at end of file
diff --git a/DiscordBot/commands/Admin/addvbucks.js b/DiscordBot/commands/Admin/addvbucks.js
index bb8e955..fe22b03 100644
--- a/DiscordBot/commands/Admin/addvbucks.js
+++ b/DiscordBot/commands/Admin/addvbucks.js
@@ -41,11 +41,12 @@ module.exports = {
const embed = new MessageEmbed()
.setTitle("Vbucks Changed")
- .setDescription("Successfully changed the amount of vbucks for <@" + selectedUserId + "> by **" + vbucks + "**")
+ .setDescription("Successfully changed the amount of vbucks for <@" + selectedUserId + "> to **" + vbucks + "**")
+ .setThumbnail("https://i.imgur.com/yLbihQa.png")
.setColor("GREEN")
.setFooter({
text: "Reload Backend",
- iconURL: "https://i.imgur.com/yLbihQa.png"
+ iconURL: "https://i.imgur.com/2RImwlb.png"
})
.setTimestamp();
diff --git a/DiscordBot/commands/Admin/ban.js b/DiscordBot/commands/Admin/ban.js
index 3379a35..3f4243d 100644
--- a/DiscordBot/commands/Admin/ban.js
+++ b/DiscordBot/commands/Admin/ban.js
@@ -44,6 +44,6 @@ module.exports = {
if (accessToken != -1 || refreshToken != -1) functions.UpdateTokens();
- interaction.editReply({ content: `Successfully banned ${targetUser.username}`, ephemeral: true });
+ interaction.editReply({ content: `Successfully banned **${targetUser.username}**`, ephemeral: true });
}
}
\ No newline at end of file
diff --git a/DiscordBot/commands/Admin/deletediscord.js b/DiscordBot/commands/Admin/deletediscord.js
index 71db9db..53317be 100644
--- a/DiscordBot/commands/Admin/deletediscord.js
+++ b/DiscordBot/commands/Admin/deletediscord.js
@@ -41,7 +41,7 @@ module.exports = {
.setColor("GREEN")
.setFooter({
text: "Reload Backend",
- iconURL: "https://i.imgur.com/RPgACbD.png"
+ iconURL: "https://i.imgur.com/2RImwlb.png"
})
.setTimestamp();
await interaction.editReply({ embeds: [embed], ephemeral: true });
diff --git a/DiscordBot/commands/Admin/removevbucks.js b/DiscordBot/commands/Admin/removevbucks.js
index f6db00c..3ba1cdf 100644
--- a/DiscordBot/commands/Admin/removevbucks.js
+++ b/DiscordBot/commands/Admin/removevbucks.js
@@ -38,6 +38,17 @@ module.exports = {
if (!profile)
return interaction.editReply({ content: "That user does not own an account", ephemeral: true });
- await interaction.editReply({ content: "have been successfully removed **" + vbucks + "** vbucks for <@" + selectedUserId + ">", ephemeral: true });
+ const embed = new MessageEmbed()
+ .setTitle("Vbucks Changed")
+ .setDescription("Successfully changed the amount of vbucks for <@" + selectedUserId + "> to **" + vbucks + "**")
+ .setThumbnail("https://i.imgur.com/yLbihQa.png")
+ .setColor("GREEN")
+ .setFooter({
+ text: "Reload Backend",
+ iconURL: "https://i.imgur.com/2RImwlb.png"
+ })
+ .setTimestamp();
+
+ await interaction.editReply({ embeds: [embed], ephemeral: true });
}
}
\ No newline at end of file
diff --git a/DiscordBot/commands/User/change-email.js b/DiscordBot/commands/User/change-email.js
index 1ff2d8d..f680636 100644
--- a/DiscordBot/commands/User/change-email.js
+++ b/DiscordBot/commands/User/change-email.js
@@ -38,9 +38,9 @@ module.exports = {
.setDescription("Your account email has been changed")
.setColor("GREEN")
.setFooter({
- text: "Reload Backend",
- iconURL: "https://i.imgur.com/2RImwlb.png",
- })
+ text: "Reload Backend",
+ iconURL: "https://i.imgur.com/2RImwlb.png",
+ })
.setTimestamp();
await interaction.editReply({ embeds: [embed], ephemeral: true });
}
diff --git a/DiscordBot/commands/User/change-password.js b/DiscordBot/commands/User/change-password.js
index 0d770a5..bd1062f 100644
--- a/DiscordBot/commands/User/change-password.js
+++ b/DiscordBot/commands/User/change-password.js
@@ -37,13 +37,13 @@ module.exports = {
await user.updateOne({ $set: { password: hashedPassword } });
const embed = new MessageEmbed()
- .setTitle("Passwork changed")
+ .setTitle("Password changed")
.setDescription("Your account password has been changed")
.setColor("GREEN")
.setFooter({
- text: "Reload Backend",
- iconURL: "https://i.imgur.com/2RImwlb.png",
- })
+ text: "Reload Backend",
+ iconURL: "https://i.imgur.com/2RImwlb.png",
+ })
.setTimestamp();
await interaction.editReply({ embeds: [embed], ephemeral: true });
}
diff --git a/DiscordBot/commands/User/claimvbucks.js b/DiscordBot/commands/User/claimvbucks.js
index 8e05e55..a6d6733 100644
--- a/DiscordBot/commands/User/claimvbucks.js
+++ b/DiscordBot/commands/User/claimvbucks.js
@@ -37,9 +37,13 @@ module.exports = {
const embed = new MessageEmbed()
.setTitle("Daily V-Bucks Claimed!")
- .setDescription(`You have claimed your daily 250 V-Bucks!`)
- .setThumbnail("https://media.discordapp.net/attachments/1134514551606476810/1152156761793511425/250vbucks.png")
+ .setDescription(`You have claimed your daily **250 V-Bucks**!`)
+ .setThumbnail("https://i.imgur.com/yLbihQa.png")
.setColor("#1eff00")
+ .setFooter({
+ text: "Reload Backend",
+ iconURL: "https://i.imgur.com/2RImwlb.png"
+ })
await interaction.followUp({ embeds: [embed], ephemeral: true });
} catch (error) {
diff --git a/DiscordBot/commands/User/details.js b/DiscordBot/commands/User/details.js
index 53b13a7..dada33b 100644
--- a/DiscordBot/commands/User/details.js
+++ b/DiscordBot/commands/User/details.js
@@ -25,7 +25,7 @@ module.exports = {
{ name: 'Email:', value: `${user.email}` },
{ name: "Online:", value: `${onlineStatus ? "Yes" : "No"}` },
{ name: "Banned:", value: `${user.banned ? "Yes" : "No"}` },
- { name: 'Vbucks:', value: `${currency} V-Bucks` },
+ { name: 'V-Bucks:', value: `${currency} V-Bucks` },
{ name: "Account ID:", value: user.accountId })
.setTimestamp()
.setThumbnail(interaction.user.avatarURL())
diff --git a/DiscordBot/commands/User/giftvbucks.js b/DiscordBot/commands/User/giftvbucks.js
index e21636a..9da2530 100644
--- a/DiscordBot/commands/User/giftvbucks.js
+++ b/DiscordBot/commands/User/giftvbucks.js
@@ -16,7 +16,7 @@ module.exports = {
required: true,
},
{
- name: 'v-bucks',
+ name: 'vbucks',
type: 3,
description: 'The amount of V-Bucks you want to gift',
required: true,
@@ -61,7 +61,7 @@ module.exports = {
return interaction.editReply({ content: "You cannot **gift yourself**", ephemeral: true });
}
- const vbucks = parseInt(interaction.options.getString('v-bucks'));
+ const vbucks = parseInt(interaction.options.getString('vbucks'));
if (isNaN(vbucks)) {
return interaction.editReply({ content: "You need to type a **valid number** for **V-Bucks**", ephemeral: true });
@@ -75,9 +75,13 @@ module.exports = {
const embed = new EmbedBuilder()
.setTitle("Gift Sent!")
- .setDescription(`Gifted ${vbucks} V-Bucks to ${recieveuser.username}`)
- .setThumbnail("https://media.discordapp.net/attachments/1134514551606476810/1152156761793511425/250vbucks.png")
- .setColor("#1eff00");
+ .setDescription(`Gifted **${vbucks} V-Bucks** to **${recieveuser.username}**`)
+ .setThumbnail("https://i.imgur.com/yLbihQa.png")
+ .setColor("GREEN")
+ .setFooter({
+ text: "Reload Backend",
+ iconURL: "https://i.imgur.com/2RImwlb.png"
+ });
await interaction.editReply({ embeds: [embed], ephemeral: true });
diff --git a/DiscordBot/commands/User/vbucksamount.js b/DiscordBot/commands/User/vbucksamount.js
index 78ee9e0..0c79958 100644
--- a/DiscordBot/commands/User/vbucksamount.js
+++ b/DiscordBot/commands/User/vbucksamount.js
@@ -22,7 +22,7 @@ module.exports = {
.setTitle("V-Bucks Count:")
.setDescription(`You currently have **` + currency + " V-Bucks** in your Account!")
.setTimestamp()
- .setThumbnail('https://cdn.discordapp.com/attachments/1248740944648605747/1249460527688585236/vbucks-removebg-preview.png?ex=6667624b&is=666610cb&hm=27c9fb9569124ab504f53d6a1cf758a1cfacc6a13f9165a61ce4d758ad3e5f0d&')
+ .setThumbnail('https://i.imgur.com/yLbihQa.png')
.setFooter({
text: "Reload Backend",
iconURL: "https://i.imgur.com/2RImwlb.png"
diff --git a/DiscordBot/index.js b/DiscordBot/index.js
index 6900acb..41b6563 100644
--- a/DiscordBot/index.js
+++ b/DiscordBot/index.js
@@ -1,4 +1,4 @@
-const { Client, Intents, ActivityType } = require("discord.js");
+const { Client, Intents } = require("discord.js");
const client = new Client({ intents: [Intents.FLAGS.GUILDS, Intents.FLAGS.GUILD_MESSAGES, Intents.FLAGS.GUILD_MEMBERS] });
const fs = require("fs");
const path = require("path");
@@ -46,7 +46,7 @@ client.on("interactionCreate", async interaction => {
executeCommand(path.join(__dirname, "commands"), interaction.commandName);
});
-//AntiCrash Sysyem
+//AntiCrash System
client.on("error", (err) => {
console.log("Discord API Error:", err);
});
diff --git a/LICENSE b/LICENSE
index f288702..3761eb3 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,674 +1,28 @@
- GNU GENERAL PUBLIC LICENSE
- Version 3, 29 June 2007
-
- Copyright (C) 2007 Free Software Foundation, Inc.
- Everyone is permitted to copy and distribute verbatim copies
- of this license document, but changing it is not allowed.
-
- Preamble
-
- The GNU General Public License is a free, copyleft license for
-software and other kinds of works.
-
- The licenses for most software and other practical works are designed
-to take away your freedom to share and change the works. By contrast,
-the GNU General Public License is intended to guarantee your freedom to
-share and change all versions of a program--to make sure it remains free
-software for all its users. We, the Free Software Foundation, use the
-GNU General Public License for most of our software; it applies also to
-any other work released this way by its authors. You can apply it to
-your programs, too.
-
- When we speak of free software, we are referring to freedom, not
-price. Our General Public Licenses are designed to make sure that you
-have the freedom to distribute copies of free software (and charge for
-them if you wish), that you receive source code or can get it if you
-want it, that you can change the software or use pieces of it in new
-free programs, and that you know you can do these things.
-
- To protect your rights, we need to prevent others from denying you
-these rights or asking you to surrender the rights. Therefore, you have
-certain responsibilities if you distribute copies of the software, or if
-you modify it: responsibilities to respect the freedom of others.
-
- For example, if you distribute copies of such a program, whether
-gratis or for a fee, you must pass on to the recipients the same
-freedoms that you received. You must make sure that they, too, receive
-or can get the source code. And you must show them these terms so they
-know their rights.
-
- Developers that use the GNU GPL protect your rights with two steps:
-(1) assert copyright on the software, and (2) offer you this License
-giving you legal permission to copy, distribute and/or modify it.
-
- For the developers' and authors' protection, the GPL clearly explains
-that there is no warranty for this free software. For both users' and
-authors' sake, the GPL requires that modified versions be marked as
-changed, so that their problems will not be attributed erroneously to
-authors of previous versions.
-
- Some devices are designed to deny users access to install or run
-modified versions of the software inside them, although the manufacturer
-can do so. This is fundamentally incompatible with the aim of
-protecting users' freedom to change the software. The systematic
-pattern of such abuse occurs in the area of products for individuals to
-use, which is precisely where it is most unacceptable. Therefore, we
-have designed this version of the GPL to prohibit the practice for those
-products. If such problems arise substantially in other domains, we
-stand ready to extend this provision to those domains in future versions
-of the GPL, as needed to protect the freedom of users.
-
- Finally, every program is threatened constantly by software patents.
-States should not allow patents to restrict development and use of
-software on general-purpose computers, but in those that do, we wish to
-avoid the special danger that patents applied to a free program could
-make it effectively proprietary. To prevent this, the GPL assures that
-patents cannot be used to render the program non-free.
-
- The precise terms and conditions for copying, distribution and
-modification follow.
-
- TERMS AND CONDITIONS
-
- 0. Definitions.
-
- "This License" refers to version 3 of the GNU General Public License.
-
- "Copyright" also means copyright-like laws that apply to other kinds of
-works, such as semiconductor masks.
-
- "The Program" refers to any copyrightable work licensed under this
-License. Each licensee is addressed as "you". "Licensees" and
-"recipients" may be individuals or organizations.
-
- To "modify" a work means to copy from or adapt all or part of the work
-in a fashion requiring copyright permission, other than the making of an
-exact copy. The resulting work is called a "modified version" of the
-earlier work or a work "based on" the earlier work.
-
- A "covered work" means either the unmodified Program or a work based
-on the Program.
-
- To "propagate" a work means to do anything with it that, without
-permission, would make you directly or secondarily liable for
-infringement under applicable copyright law, except executing it on a
-computer or modifying a private copy. Propagation includes copying,
-distribution (with or without modification), making available to the
-public, and in some countries other activities as well.
-
- To "convey" a work means any kind of propagation that enables other
-parties to make or receive copies. Mere interaction with a user through
-a computer network, with no transfer of a copy, is not conveying.
-
- An interactive user interface displays "Appropriate Legal Notices"
-to the extent that it includes a convenient and prominently visible
-feature that (1) displays an appropriate copyright notice, and (2)
-tells the user that there is no warranty for the work (except to the
-extent that warranties are provided), that licensees may convey the
-work under this License, and how to view a copy of this License. If
-the interface presents a list of user commands or options, such as a
-menu, a prominent item in the list meets this criterion.
-
- 1. Source Code.
-
- The "source code" for a work means the preferred form of the work
-for making modifications to it. "Object code" means any non-source
-form of a work.
-
- A "Standard Interface" means an interface that either is an official
-standard defined by a recognized standards body, or, in the case of
-interfaces specified for a particular programming language, one that
-is widely used among developers working in that language.
-
- The "System Libraries" of an executable work include anything, other
-than the work as a whole, that (a) is included in the normal form of
-packaging a Major Component, but which is not part of that Major
-Component, and (b) serves only to enable use of the work with that
-Major Component, or to implement a Standard Interface for which an
-implementation is available to the public in source code form. A
-"Major Component", in this context, means a major essential component
-(kernel, window system, and so on) of the specific operating system
-(if any) on which the executable work runs, or a compiler used to
-produce the work, or an object code interpreter used to run it.
-
- The "Corresponding Source" for a work in object code form means all
-the source code needed to generate, install, and (for an executable
-work) run the object code and to modify the work, including scripts to
-control those activities. However, it does not include the work's
-System Libraries, or general-purpose tools or generally available free
-programs which are used unmodified in performing those activities but
-which are not part of the work. For example, Corresponding Source
-includes interface definition files associated with source files for
-the work, and the source code for shared libraries and dynamically
-linked subprograms that the work is specifically designed to require,
-such as by intimate data communication or control flow between those
-subprograms and other parts of the work.
-
- The Corresponding Source need not include anything that users
-can regenerate automatically from other parts of the Corresponding
-Source.
-
- The Corresponding Source for a work in source code form is that
-same work.
-
- 2. Basic Permissions.
-
- All rights granted under this License are granted for the term of
-copyright on the Program, and are irrevocable provided the stated
-conditions are met. This License explicitly affirms your unlimited
-permission to run the unmodified Program. The output from running a
-covered work is covered by this License only if the output, given its
-content, constitutes a covered work. This License acknowledges your
-rights of fair use or other equivalent, as provided by copyright law.
-
- You may make, run and propagate covered works that you do not
-convey, without conditions so long as your license otherwise remains
-in force. You may convey covered works to others for the sole purpose
-of having them make modifications exclusively for you, or provide you
-with facilities for running those works, provided that you comply with
-the terms of this License in conveying all material for which you do
-not control copyright. Those thus making or running the covered works
-for you must do so exclusively on your behalf, under your direction
-and control, on terms that prohibit them from making any copies of
-your copyrighted material outside their relationship with you.
-
- Conveying under any other circumstances is permitted solely under
-the conditions stated below. Sublicensing is not allowed; section 10
-makes it unnecessary.
-
- 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
-
- No covered work shall be deemed part of an effective technological
-measure under any applicable law fulfilling obligations under article
-11 of the WIPO copyright treaty adopted on 20 December 1996, or
-similar laws prohibiting or restricting circumvention of such
-measures.
-
- When you convey a covered work, you waive any legal power to forbid
-circumvention of technological measures to the extent such circumvention
-is effected by exercising rights under this License with respect to
-the covered work, and you disclaim any intention to limit operation or
-modification of the work as a means of enforcing, against the work's
-users, your or third parties' legal rights to forbid circumvention of
-technological measures.
-
- 4. Conveying Verbatim Copies.
-
- You may convey verbatim copies of the Program's source code as you
-receive it, in any medium, provided that you conspicuously and
-appropriately publish on each copy an appropriate copyright notice;
-keep intact all notices stating that this License and any
-non-permissive terms added in accord with section 7 apply to the code;
-keep intact all notices of the absence of any warranty; and give all
-recipients a copy of this License along with the Program.
-
- You may charge any price or no price for each copy that you convey,
-and you may offer support or warranty protection for a fee.
-
- 5. Conveying Modified Source Versions.
-
- You may convey a work based on the Program, or the modifications to
-produce it from the Program, in the form of source code under the
-terms of section 4, provided that you also meet all of these conditions:
-
- a) The work must carry prominent notices stating that you modified
- it, and giving a relevant date.
-
- b) The work must carry prominent notices stating that it is
- released under this License and any conditions added under section
- 7. This requirement modifies the requirement in section 4 to
- "keep intact all notices".
-
- c) You must license the entire work, as a whole, under this
- License to anyone who comes into possession of a copy. This
- License will therefore apply, along with any applicable section 7
- additional terms, to the whole of the work, and all its parts,
- regardless of how they are packaged. This License gives no
- permission to license the work in any other way, but it does not
- invalidate such permission if you have separately received it.
-
- d) If the work has interactive user interfaces, each must display
- Appropriate Legal Notices; however, if the Program has interactive
- interfaces that do not display Appropriate Legal Notices, your
- work need not make them do so.
-
- A compilation of a covered work with other separate and independent
-works, which are not by their nature extensions of the covered work,
-and which are not combined with it such as to form a larger program,
-in or on a volume of a storage or distribution medium, is called an
-"aggregate" if the compilation and its resulting copyright are not
-used to limit the access or legal rights of the compilation's users
-beyond what the individual works permit. Inclusion of a covered work
-in an aggregate does not cause this License to apply to the other
-parts of the aggregate.
-
- 6. Conveying Non-Source Forms.
-
- You may convey a covered work in object code form under the terms
-of sections 4 and 5, provided that you also convey the
-machine-readable Corresponding Source under the terms of this License,
-in one of these ways:
-
- a) Convey the object code in, or embodied in, a physical product
- (including a physical distribution medium), accompanied by the
- Corresponding Source fixed on a durable physical medium
- customarily used for software interchange.
-
- b) Convey the object code in, or embodied in, a physical product
- (including a physical distribution medium), accompanied by a
- written offer, valid for at least three years and valid for as
- long as you offer spare parts or customer support for that product
- model, to give anyone who possesses the object code either (1) a
- copy of the Corresponding Source for all the software in the
- product that is covered by this License, on a durable physical
- medium customarily used for software interchange, for a price no
- more than your reasonable cost of physically performing this
- conveying of source, or (2) access to copy the
- Corresponding Source from a network server at no charge.
-
- c) Convey individual copies of the object code with a copy of the
- written offer to provide the Corresponding Source. This
- alternative is allowed only occasionally and noncommercially, and
- only if you received the object code with such an offer, in accord
- with subsection 6b.
-
- d) Convey the object code by offering access from a designated
- place (gratis or for a charge), and offer equivalent access to the
- Corresponding Source in the same way through the same place at no
- further charge. You need not require recipients to copy the
- Corresponding Source along with the object code. If the place to
- copy the object code is a network server, the Corresponding Source
- may be on a different server (operated by you or a third party)
- that supports equivalent copying facilities, provided you maintain
- clear directions next to the object code saying where to find the
- Corresponding Source. Regardless of what server hosts the
- Corresponding Source, you remain obligated to ensure that it is
- available for as long as needed to satisfy these requirements.
-
- e) Convey the object code using peer-to-peer transmission, provided
- you inform other peers where the object code and Corresponding
- Source of the work are being offered to the general public at no
- charge under subsection 6d.
-
- A separable portion of the object code, whose source code is excluded
-from the Corresponding Source as a System Library, need not be
-included in conveying the object code work.
-
- A "User Product" is either (1) a "consumer product", which means any
-tangible personal property which is normally used for personal, family,
-or household purposes, or (2) anything designed or sold for incorporation
-into a dwelling. In determining whether a product is a consumer product,
-doubtful cases shall be resolved in favor of coverage. For a particular
-product received by a particular user, "normally used" refers to a
-typical or common use of that class of product, regardless of the status
-of the particular user or of the way in which the particular user
-actually uses, or expects or is expected to use, the product. A product
-is a consumer product regardless of whether the product has substantial
-commercial, industrial or non-consumer uses, unless such uses represent
-the only significant mode of use of the product.
-
- "Installation Information" for a User Product means any methods,
-procedures, authorization keys, or other information required to install
-and execute modified versions of a covered work in that User Product from
-a modified version of its Corresponding Source. The information must
-suffice to ensure that the continued functioning of the modified object
-code is in no case prevented or interfered with solely because
-modification has been made.
-
- If you convey an object code work under this section in, or with, or
-specifically for use in, a User Product, and the conveying occurs as
-part of a transaction in which the right of possession and use of the
-User Product is transferred to the recipient in perpetuity or for a
-fixed term (regardless of how the transaction is characterized), the
-Corresponding Source conveyed under this section must be accompanied
-by the Installation Information. But this requirement does not apply
-if neither you nor any third party retains the ability to install
-modified object code on the User Product (for example, the work has
-been installed in ROM).
-
- The requirement to provide Installation Information does not include a
-requirement to continue to provide support service, warranty, or updates
-for a work that has been modified or installed by the recipient, or for
-the User Product in which it has been modified or installed. Access to a
-network may be denied when the modification itself materially and
-adversely affects the operation of the network or violates the rules and
-protocols for communication across the network.
-
- Corresponding Source conveyed, and Installation Information provided,
-in accord with this section must be in a format that is publicly
-documented (and with an implementation available to the public in
-source code form), and must require no special password or key for
-unpacking, reading or copying.
-
- 7. Additional Terms.
-
- "Additional permissions" are terms that supplement the terms of this
-License by making exceptions from one or more of its conditions.
-Additional permissions that are applicable to the entire Program shall
-be treated as though they were included in this License, to the extent
-that they are valid under applicable law. If additional permissions
-apply only to part of the Program, that part may be used separately
-under those permissions, but the entire Program remains governed by
-this License without regard to the additional permissions.
-
- When you convey a copy of a covered work, you may at your option
-remove any additional permissions from that copy, or from any part of
-it. (Additional permissions may be written to require their own
-removal in certain cases when you modify the work.) You may place
-additional permissions on material, added by you to a covered work,
-for which you have or can give appropriate copyright permission.
-
- Notwithstanding any other provision of this License, for material you
-add to a covered work, you may (if authorized by the copyright holders of
-that material) supplement the terms of this License with terms:
-
- a) Disclaiming warranty or limiting liability differently from the
- terms of sections 15 and 16 of this License; or
-
- b) Requiring preservation of specified reasonable legal notices or
- author attributions in that material or in the Appropriate Legal
- Notices displayed by works containing it; or
-
- c) Prohibiting misrepresentation of the origin of that material, or
- requiring that modified versions of such material be marked in
- reasonable ways as different from the original version; or
-
- d) Limiting the use for publicity purposes of names of licensors or
- authors of the material; or
-
- e) Declining to grant rights under trademark law for use of some
- trade names, trademarks, or service marks; or
-
- f) Requiring indemnification of licensors and authors of that
- material by anyone who conveys the material (or modified versions of
- it) with contractual assumptions of liability to the recipient, for
- any liability that these contractual assumptions directly impose on
- those licensors and authors.
-
- All other non-permissive additional terms are considered "further
-restrictions" within the meaning of section 10. If the Program as you
-received it, or any part of it, contains a notice stating that it is
-governed by this License along with a term that is a further
-restriction, you may remove that term. If a license document contains
-a further restriction but permits relicensing or conveying under this
-License, you may add to a covered work material governed by the terms
-of that license document, provided that the further restriction does
-not survive such relicensing or conveying.
-
- If you add terms to a covered work in accord with this section, you
-must place, in the relevant source files, a statement of the
-additional terms that apply to those files, or a notice indicating
-where to find the applicable terms.
-
- Additional terms, permissive or non-permissive, may be stated in the
-form of a separately written license, or stated as exceptions;
-the above requirements apply either way.
-
- 8. Termination.
-
- You may not propagate or modify a covered work except as expressly
-provided under this License. Any attempt otherwise to propagate or
-modify it is void, and will automatically terminate your rights under
-this License (including any patent licenses granted under the third
-paragraph of section 11).
-
- However, if you cease all violation of this License, then your
-license from a particular copyright holder is reinstated (a)
-provisionally, unless and until the copyright holder explicitly and
-finally terminates your license, and (b) permanently, if the copyright
-holder fails to notify you of the violation by some reasonable means
-prior to 60 days after the cessation.
-
- Moreover, your license from a particular copyright holder is
-reinstated permanently if the copyright holder notifies you of the
-violation by some reasonable means, this is the first time you have
-received notice of violation of this License (for any work) from that
-copyright holder, and you cure the violation prior to 30 days after
-your receipt of the notice.
-
- Termination of your rights under this section does not terminate the
-licenses of parties who have received copies or rights from you under
-this License. If your rights have been terminated and not permanently
-reinstated, you do not qualify to receive new licenses for the same
-material under section 10.
-
- 9. Acceptance Not Required for Having Copies.
-
- You are not required to accept this License in order to receive or
-run a copy of the Program. Ancillary propagation of a covered work
-occurring solely as a consequence of using peer-to-peer transmission
-to receive a copy likewise does not require acceptance. However,
-nothing other than this License grants you permission to propagate or
-modify any covered work. These actions infringe copyright if you do
-not accept this License. Therefore, by modifying or propagating a
-covered work, you indicate your acceptance of this License to do so.
-
- 10. Automatic Licensing of Downstream Recipients.
-
- Each time you convey a covered work, the recipient automatically
-receives a license from the original licensors, to run, modify and
-propagate that work, subject to this License. You are not responsible
-for enforcing compliance by third parties with this License.
-
- An "entity transaction" is a transaction transferring control of an
-organization, or substantially all assets of one, or subdividing an
-organization, or merging organizations. If propagation of a covered
-work results from an entity transaction, each party to that
-transaction who receives a copy of the work also receives whatever
-licenses to the work the party's predecessor in interest had or could
-give under the previous paragraph, plus a right to possession of the
-Corresponding Source of the work from the predecessor in interest, if
-the predecessor has it or can get it with reasonable efforts.
-
- You may not impose any further restrictions on the exercise of the
-rights granted or affirmed under this License. For example, you may
-not impose a license fee, royalty, or other charge for exercise of
-rights granted under this License, and you may not initiate litigation
-(including a cross-claim or counterclaim in a lawsuit) alleging that
-any patent claim is infringed by making, using, selling, offering for
-sale, or importing the Program or any portion of it.
-
- 11. Patents.
-
- A "contributor" is a copyright holder who authorizes use under this
-License of the Program or a work on which the Program is based. The
-work thus licensed is called the contributor's "contributor version".
-
- A contributor's "essential patent claims" are all patent claims
-owned or controlled by the contributor, whether already acquired or
-hereafter acquired, that would be infringed by some manner, permitted
-by this License, of making, using, or selling its contributor version,
-but do not include claims that would be infringed only as a
-consequence of further modification of the contributor version. For
-purposes of this definition, "control" includes the right to grant
-patent sublicenses in a manner consistent with the requirements of
-this License.
-
- Each contributor grants you a non-exclusive, worldwide, royalty-free
-patent license under the contributor's essential patent claims, to
-make, use, sell, offer for sale, import and otherwise run, modify and
-propagate the contents of its contributor version.
-
- In the following three paragraphs, a "patent license" is any express
-agreement or commitment, however denominated, not to enforce a patent
-(such as an express permission to practice a patent or covenant not to
-sue for patent infringement). To "grant" such a patent license to a
-party means to make such an agreement or commitment not to enforce a
-patent against the party.
-
- If you convey a covered work, knowingly relying on a patent license,
-and the Corresponding Source of the work is not available for anyone
-to copy, free of charge and under the terms of this License, through a
-publicly available network server or other readily accessible means,
-then you must either (1) cause the Corresponding Source to be so
-available, or (2) arrange to deprive yourself of the benefit of the
-patent license for this particular work, or (3) arrange, in a manner
-consistent with the requirements of this License, to extend the patent
-license to downstream recipients. "Knowingly relying" means you have
-actual knowledge that, but for the patent license, your conveying the
-covered work in a country, or your recipient's use of the covered work
-in a country, would infringe one or more identifiable patents in that
-country that you have reason to believe are valid.
-
- If, pursuant to or in connection with a single transaction or
-arrangement, you convey, or propagate by procuring conveyance of, a
-covered work, and grant a patent license to some of the parties
-receiving the covered work authorizing them to use, propagate, modify
-or convey a specific copy of the covered work, then the patent license
-you grant is automatically extended to all recipients of the covered
-work and works based on it.
-
- A patent license is "discriminatory" if it does not include within
-the scope of its coverage, prohibits the exercise of, or is
-conditioned on the non-exercise of one or more of the rights that are
-specifically granted under this License. You may not convey a covered
-work if you are a party to an arrangement with a third party that is
-in the business of distributing software, under which you make payment
-to the third party based on the extent of your activity of conveying
-the work, and under which the third party grants, to any of the
-parties who would receive the covered work from you, a discriminatory
-patent license (a) in connection with copies of the covered work
-conveyed by you (or copies made from those copies), or (b) primarily
-for and in connection with specific products or compilations that
-contain the covered work, unless you entered into that arrangement,
-or that patent license was granted, prior to 28 March 2007.
-
- Nothing in this License shall be construed as excluding or limiting
-any implied license or other defenses to infringement that may
-otherwise be available to you under applicable patent law.
-
- 12. No Surrender of Others' Freedom.
-
- If conditions are imposed on you (whether by court order, agreement or
-otherwise) that contradict the conditions of this License, they do not
-excuse you from the conditions of this License. If you cannot convey a
-covered work so as to satisfy simultaneously your obligations under this
-License and any other pertinent obligations, then as a consequence you may
-not convey it at all. For example, if you agree to terms that obligate you
-to collect a royalty for further conveying from those to whom you convey
-the Program, the only way you could satisfy both those terms and this
-License would be to refrain entirely from conveying the Program.
-
- 13. Use with the GNU Affero General Public License.
-
- Notwithstanding any other provision of this License, you have
-permission to link or combine any covered work with a work licensed
-under version 3 of the GNU Affero General Public License into a single
-combined work, and to convey the resulting work. The terms of this
-License will continue to apply to the part which is the covered work,
-but the special requirements of the GNU Affero General Public License,
-section 13, concerning interaction through a network will apply to the
-combination as such.
-
- 14. Revised Versions of this License.
-
- The Free Software Foundation may publish revised and/or new versions of
-the GNU General Public License from time to time. Such new versions will
-be similar in spirit to the present version, but may differ in detail to
-address new problems or concerns.
-
- Each version is given a distinguishing version number. If the
-Program specifies that a certain numbered version of the GNU General
-Public License "or any later version" applies to it, you have the
-option of following the terms and conditions either of that numbered
-version or of any later version published by the Free Software
-Foundation. If the Program does not specify a version number of the
-GNU General Public License, you may choose any version ever published
-by the Free Software Foundation.
-
- If the Program specifies that a proxy can decide which future
-versions of the GNU General Public License can be used, that proxy's
-public statement of acceptance of a version permanently authorizes you
-to choose that version for the Program.
-
- Later license versions may give you additional or different
-permissions. However, no additional obligations are imposed on any
-author or copyright holder as a result of your choosing to follow a
-later version.
-
- 15. Disclaimer of Warranty.
-
- THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
-APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
-HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
-OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
-THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
-PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
-IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
-ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
-
- 16. Limitation of Liability.
-
- IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
-WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
-THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
-GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
-USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
-DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
-PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
-EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
-SUCH DAMAGES.
-
- 17. Interpretation of Sections 15 and 16.
-
- If the disclaimer of warranty and limitation of liability provided
-above cannot be given local legal effect according to their terms,
-reviewing courts shall apply local law that most closely approximates
-an absolute waiver of all civil liability in connection with the
-Program, unless a warranty or assumption of liability accompanies a
-copy of the Program in return for a fee.
-
- END OF TERMS AND CONDITIONS
-
- How to Apply These Terms to Your New Programs
-
- If you develop a new program, and you want it to be of the greatest
-possible use to the public, the best way to achieve this is to make it
-free software which everyone can redistribute and change under these terms.
-
- To do so, attach the following notices to the program. It is safest
-to attach them to the start of each source file to most effectively
-state the exclusion of warranty; and each file should have at least
-the "copyright" line and a pointer to where the full notice is found.
-
-
- Copyright (C)
-
- This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program. If not, see .
-
-Also add information on how to contact you by electronic and paper mail.
-
- If the program does terminal interaction, make it output a short
-notice like this when it starts in an interactive mode:
-
- Copyright (C)
- This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
- This is free software, and you are welcome to redistribute it
- under certain conditions; type `show c' for details.
-
-The hypothetical commands `show w' and `show c' should show the appropriate
-parts of the General Public License. Of course, your program's commands
-might be different; for a GUI interface, you would use an "about box".
-
- You should also get your employer (if you work as a programmer) or school,
-if any, to sign a "copyright disclaimer" for the program, if necessary.
-For more information on this, and how to apply and follow the GNU GPL, see
-.
-
- The GNU General Public License does not permit incorporating your program
-into proprietary programs. If your program is a subroutine library, you
-may consider it more useful to permit linking proprietary applications with
-the library. If this is what you want to do, use the GNU Lesser General
-Public License instead of this License. But first, please read
-.
+BSD 3-Clause License
+
+Copyright (c) 2024, Project Reload
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+
+1. Redistributions of source code must retain the above copyright notice, this
+ list of conditions and the following disclaimer.
+
+2. Redistributions in binary form must reproduce the above copyright notice,
+ this list of conditions and the following disclaimer in the documentation
+ and/or other materials provided with the distribution.
+
+3. Neither the name of the copyright holder nor the names of its
+ contributors may be used to endorse or promote products derived from
+ this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
+FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
\ No newline at end of file
diff --git a/README.md b/README.md
index 7b6dbb2..1e12aa4 100644
--- a/README.md
+++ b/README.md
@@ -6,8 +6,6 @@ Reload Backend is a universal Fortnite private server backend written in [JavaSc
Created by [Burlone](https://github.com/burlone0), This is a modded backend, all main backend credits to [Lawin](https://github.com/Lawin0129)
-Challenges contributed by [NotTacos](https://github.com/PhysicalDrive)
-
## Features
* Locker:
* [x] Changing items.
@@ -26,31 +24,38 @@ Challenges contributed by [NotTacos](https://github.com/PhysicalDrive)
* [x] Customizable Item Shop.
* [x] Purchasing items from the Item Shop.
* [x] Gifting items to your friends.
- * [x] Working Auto Item Shop (In Beta).
+ * [x] Working Auto Item Shop.
* Discord Bot:
* [x] Being able to activate/deactivate the Discord bot.
* [x] Commands with very useful functions.
-* BattlePass (s2-s13):
+* BattlePass (s2-s16) / (We are working on season 15 while season 14 is currently not possible :C):
* [x] Possibility to buy the battle pass.
* [x] Possibility to purchase battle pass levels.
-* Challenges:
- * [x] Daily missions worked (Backend Part).
- * [x] Working weekly missions (Backend Part).
+ * [x] Possibility to gift the battle pass (BETA).
+* Challenges (Backend Part):
+ * [x] Daily missions worked.
+ * [x] Working weekly missions.
+ * [x] You can replace daily quests.
+ * [x] You can get help from your party to complete missions.
+* In-Game Events:
+ * [x] You will be able to activate various events that occurred in the game such as the rift in the sky and much more!
+* Winterfest Event (11.31, 19.01 & 23.10 / BETA):
+ * [x] The winterfest event should work with all its rewards!
* SAC (Support A Creator):
* [x] It supports a supported creator, you can set it using the `/createsac {code} {ingame-username}` command on discord.
* [x] Rewards in vbucks for those who support a creator.
* Matchmaker:
* [x] An improved matchmaker.
+* Multiple Gameserver Support:
+ * [x] An improved multiple gameserver.
* Website:
* [x] A simple website where you can create an account to join the game.
-### XMPP Features
-- Parties (builds 3.5 to 14.50).
-- Chat (whispering, global chat, party chat).
-- Friends.
+* XMPP:
+ * [x] Parties.
+ * [x] Chat (whispering, global chat, party chat).
+ * [x] Friends.
## TO-DO
-- [ ] New supported battle passes to be added (s14 to s16)
-- [ ] Create a support for winterfest presents (11.31, 19.01 & 23.10)
- [ ] Create a support with save the world
## Discord Bot Commands
@@ -81,21 +86,29 @@ Challenges contributed by [NotTacos](https://github.com/PhysicalDrive)
- `/removeitem {user} {cosmeticname}` - Allows you to remove a cosmetic (skin, pickaxe, glider, etc.) from a user
- `/unban {targetUsername}` - Unban a user from the backend by their username.
### How to set up moderators?
-1) Go to Config/config.json in the directory you extracted Reload Backend into.
-2) Open it, you should see a "moderators" section in the file.
+1) Go to **Config/config.json** in the directory you extracted Reload Backend into.
+2) Open it, you should see a **"moderators"** section in the file.
3) You have to get your discord id and replace discordId with it.
4) You can set multiple moderators like this `["discordId","discordId2"]`.
+### How to setup multiple gameservers
+1) Go to **Config/config.json** in the directory you extracted Reload Backend into.
+2) Open it, you should see a **"gameServerIP"** section in the file.
+3) To add more gameservers you will have to do it like this `"gameServerIP": ["127.0.0.1:7777:playlist_defaultsolo", "127.0.0.1:7777:playlist_defaultduo"],`
+4) You have now added solos and duos to your matchmaking
## How to start Reload Backend
1) Install [NodeJS](https://nodejs.org/en/) and [MongoDB](https://www.mongodb.com/try/download/community).
-2) Download and Extract Reload Backend to a safe location.
-3) Run "install_packages.bat" to install all the required modules.
-4) Go to Config/config.json in the directory you extracted Reload Backend into.
-5) Open it, set your discord bot token (DO NOT SHARE THIS TOKEN) and save it. The discord bot will be used for creating accounts and managing your account (You can disable the discord bot by entering "bUseDiscordBot" to false in "Config/config.json").
-6) Run "start.bat", if there is no errors, it should work.
-7) Use something to redirect the Fortnite servers to localhost:8080 (Which could be fiddler, ssl bypass that redirects servers, etc...)
+2) **Download** and **Extract** Reload Backend to a safe location.
+3) Run **"install_packages.bat"** to install all the required modules.
+4) Go to **Config/config.json** in the directory you extracted Reload Backend into.
+5) Open it, set your discord bot token **(DO NOT SHARE THIS TOKEN)** and **save it**. The discord bot will be used for creating accounts and managing your account (You can disable the discord bot by entering "bUseDiscordBot" to false in "Config/config.json").
+6) Run **"start.bat"**, if there is no errors, it should work.
+7) Use something to redirect the Fortnite servers to **localhost:8080** (Which could be fiddler, ssl bypass that redirects servers, etc...)
8) When Fortnite launches and is connected to the backend, enter your email and password (or launch with an exchange code) then press login. It should let you in and everything should be working fine.
+## License
+This **project/backend** is licensed under the **BSD 3-Clause License.**
+
## Credits
### Credits to:
* [Lawin](https://github.com/Lawin0129) - For the backend base (LawinServerV2)
@@ -103,5 +116,10 @@ Challenges contributed by [NotTacos](https://github.com/PhysicalDrive)
* [NotTacos](https://github.com/PhysicalDrive) - For adding the working challenges (Backend Part)
* [zvivsp](https://github.com/zvivsp) - For creating the graphics
* [joaco](https://github.com/ojotaa0124) - For helping with CloudStorage and responses stuff
-* [Marvelco](https://github.com/MarvelcoOGFN) - For helping with Battle passes
-* [nade](https://github.com/gn1e) - For creating the base of the Auto Item Shop (Even if [Burlone](https://github.com/burlone0) solved many problems heheheh)
\ No newline at end of file
+* [PRO100KatYT](https://github.com/PRO100KatYT) - For helping with some .json files
+* [Marvelco](https://github.com/MarvelcoOGFN) - For helping with Battle passes (s11 - s16) / (We are working on season 15 while season 14 is currently not possible :C)
+* [nade](https://github.com/gn1e) - For creating the base of the Auto Item Shop (Even if [Burlone](https://github.com/burlone0) solved many problems heheheh)
+
+---
+
+**Reload Backend** is under continuous development and there may be errors of any kind, if you want to give advice on what to add and how to improve the project or report any errors you can do so via our [Discord](https://discord.gg/PmYMpY9thJ) server
\ No newline at end of file
diff --git a/index.js b/index.js
index 5967c7f..95ce5ed 100644
--- a/index.js
+++ b/index.js
@@ -4,6 +4,7 @@ const fs = require("fs");
const rateLimit = require("express-rate-limit");
const jwt = require("jsonwebtoken");
const path = require("path");
+const kv = require("./structs/kv.js");
const config = JSON.parse(fs.readFileSync("./Config/config.json").toString());
const log = require("./structs/log.js");
@@ -41,6 +42,7 @@ fs.writeFileSync("./tokenManager/tokens.json", JSON.stringify(tokens, null, 2));
global.accessTokens = tokens.accessTokens;
global.refreshTokens = tokens.refreshTokens;
global.clientTokens = tokens.clientTokens;
+global.kv = kv;
global.exchangeCodes = [];
diff --git a/install_packages.bat b/install_packages.bat
index 63b2a60..71e08aa 100644
--- a/install_packages.bat
+++ b/install_packages.bat
@@ -1,2 +1,5 @@
+@echo off
+title Reload Backend Package Installer
+
npm i
pause
\ No newline at end of file
diff --git a/model/mmcodes.js b/model/mmcodes.js
new file mode 100644
index 0000000..f0b6948
--- /dev/null
+++ b/model/mmcodes.js
@@ -0,0 +1,17 @@
+const mongoose = require("mongoose");
+
+const MMCodesSchema = new mongoose.Schema({
+ created: { type: Date, required: true },
+ owner: { type: mongoose.Types.ObjectId, ref: "UserSchema" },
+ code: { type: String, required: true },
+ code_lower: { type: String, required: true },
+ ip: { type: String, required: true },
+ port: { type: Number, required: true },
+ private: { type: Boolean, required: false },
+}, {
+ collection: "mmcodes"
+});
+
+const model = mongoose.model('MMCodeSchema', MMCodesSchema);
+
+module.exports = model;
\ No newline at end of file
diff --git a/package-lock.json b/package-lock.json
index 8aaac4a..9801d08 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -9,6 +9,7 @@
"version": "1.0.0",
"license": "GPL-3.0",
"dependencies": {
+ "axios": "^1.7.7",
"bad-words": "^3.0.4",
"bcrypt": "^5.1.0",
"destr": "^2.0.3",
@@ -16,6 +17,7 @@
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-rate-limit": "^6.7.0",
+ "ioredis": "^5.4.1",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.6.5",
"path": "^0.12.7",
@@ -55,6 +57,11 @@
"node": ">=16.9.0"
}
},
+ "node_modules/@ioredis/commands": {
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/@ioredis/commands/-/commands-1.2.0.tgz",
+ "integrity": "sha512-Sx1pU8EM64o2BrqNpEO1CNLtKQwyhuXuqyfH7oGKCk+1a33d2r5saW8zNwm3j6BTExtjrv2BxTgzzkMwts6vGg=="
+ },
"node_modules/@mapbox/node-pre-gyp": {
"version": "1.0.10",
"resolved": "https://registry.npmjs.org/@mapbox/node-pre-gyp/-/node-pre-gyp-1.0.10.tgz",
@@ -229,6 +236,16 @@
"resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz",
"integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q=="
},
+ "node_modules/axios": {
+ "version": "1.7.7",
+ "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.7.tgz",
+ "integrity": "sha512-S4kL7XrjgBmvdGut0sN3yJxqYzrDOnivkBiN0OFs6hLiUam3UPvswUo0kqGyhqUZGEOytHyumEdXsAkgCOUf3Q==",
+ "dependencies": {
+ "follow-redirects": "^1.15.6",
+ "form-data": "^4.0.0",
+ "proxy-from-env": "^1.1.0"
+ }
+ },
"node_modules/bad-words": {
"version": "3.0.4",
"resolved": "https://registry.npmjs.org/bad-words/-/bad-words-3.0.4.tgz",
@@ -867,6 +884,50 @@
"resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
"integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ=="
},
+ "node_modules/ioredis": {
+ "version": "5.4.1",
+ "resolved": "https://registry.npmjs.org/ioredis/-/ioredis-5.4.1.tgz",
+ "integrity": "sha512-2YZsvl7jopIa1gaePkeMtd9rAcSjOOjPtpcLlOeusyO+XH2SK5ZcT+UCrElPP+WVIInh2TzeI4XW9ENaSLVVHA==",
+ "dependencies": {
+ "@ioredis/commands": "^1.1.1",
+ "cluster-key-slot": "^1.1.0",
+ "debug": "^4.3.4",
+ "denque": "^2.1.0",
+ "lodash.defaults": "^4.2.0",
+ "lodash.isarguments": "^3.1.0",
+ "redis-errors": "^1.2.0",
+ "redis-parser": "^3.0.0",
+ "standard-as-callback": "^2.1.0"
+ },
+ "engines": {
+ "node": ">=12.22.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/ioredis"
+ }
+ },
+ "node_modules/ioredis/node_modules/debug": {
+ "version": "4.3.7",
+ "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz",
+ "integrity": "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==",
+ "dependencies": {
+ "ms": "^2.1.3"
+ },
+ "engines": {
+ "node": ">=6.0"
+ },
+ "peerDependenciesMeta": {
+ "supports-color": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/ioredis/node_modules/ms": {
+ "version": "2.1.3",
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
+ "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA=="
+ },
"node_modules/ip": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/ip/-/ip-2.0.0.tgz",
@@ -1853,6 +1914,11 @@
"resolved": "https://registry.npmjs.org/@discordjs/collection/-/collection-0.7.0.tgz",
"integrity": "sha512-R5i8Wb8kIcBAFEPLLf7LVBQKBDYUL+ekb23sOgpkpyGT+V4P7V83wTxcsqmX+PbqHt4cEHn053uMWfRqh/Z/nA=="
},
+ "@ioredis/commands": {
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/@ioredis/commands/-/commands-1.2.0.tgz",
+ "integrity": "sha512-Sx1pU8EM64o2BrqNpEO1CNLtKQwyhuXuqyfH7oGKCk+1a33d2r5saW8zNwm3j6BTExtjrv2BxTgzzkMwts6vGg=="
+ },
"@mapbox/node-pre-gyp": {
"version": "1.0.10",
"resolved": "https://registry.npmjs.org/@mapbox/node-pre-gyp/-/node-pre-gyp-1.0.10.tgz",
@@ -1997,6 +2063,16 @@
"resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz",
"integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q=="
},
+ "axios": {
+ "version": "1.7.7",
+ "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.7.tgz",
+ "integrity": "sha512-S4kL7XrjgBmvdGut0sN3yJxqYzrDOnivkBiN0OFs6hLiUam3UPvswUo0kqGyhqUZGEOytHyumEdXsAkgCOUf3Q==",
+ "requires": {
+ "follow-redirects": "^1.15.6",
+ "form-data": "^4.0.0",
+ "proxy-from-env": "^1.1.0"
+ }
+ },
"bad-words": {
"version": "3.0.4",
"resolved": "https://registry.npmjs.org/bad-words/-/bad-words-3.0.4.tgz",
@@ -2469,6 +2545,37 @@
"resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
"integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ=="
},
+ "ioredis": {
+ "version": "5.4.1",
+ "resolved": "https://registry.npmjs.org/ioredis/-/ioredis-5.4.1.tgz",
+ "integrity": "sha512-2YZsvl7jopIa1gaePkeMtd9rAcSjOOjPtpcLlOeusyO+XH2SK5ZcT+UCrElPP+WVIInh2TzeI4XW9ENaSLVVHA==",
+ "requires": {
+ "@ioredis/commands": "^1.1.1",
+ "cluster-key-slot": "^1.1.0",
+ "debug": "^4.3.4",
+ "denque": "^2.1.0",
+ "lodash.defaults": "^4.2.0",
+ "lodash.isarguments": "^3.1.0",
+ "redis-errors": "^1.2.0",
+ "redis-parser": "^3.0.0",
+ "standard-as-callback": "^2.1.0"
+ },
+ "dependencies": {
+ "debug": {
+ "version": "4.3.7",
+ "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz",
+ "integrity": "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==",
+ "requires": {
+ "ms": "^2.1.3"
+ }
+ },
+ "ms": {
+ "version": "2.1.3",
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
+ "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA=="
+ }
+ }
+ },
"ip": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/ip/-/ip-2.0.0.tgz",
diff --git a/package.json b/package.json
index 965ce65..7096c3c 100644
--- a/package.json
+++ b/package.json
@@ -4,6 +4,7 @@
"description": "Created by Burlone, This is a modded backend, all main backend credits to lawin",
"main": "index.js",
"dependencies": {
+ "axios": "^1.7.7",
"bad-words": "^3.0.4",
"bcrypt": "^5.1.0",
"destr": "^2.0.3",
@@ -11,6 +12,7 @@
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-rate-limit": "^6.7.0",
+ "ioredis": "^5.4.1",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.6.5",
"path": "^0.12.7",
diff --git a/responses/Athena/BattlePass/Season16.json b/responses/Athena/BattlePass/Season16.json
new file mode 100644
index 0000000..bf6e6ed
--- /dev/null
+++ b/responses/Athena/BattlePass/Season16.json
@@ -0,0 +1,449 @@
+{
+ "battleBundleOfferId": "87C3990F72DB42C2A6116D2F5C8CAC57",
+ "battlePassOfferId": "7A973F444663B3A522172FAE32751346",
+ "tierOfferId": "50558EA040438C481ACC59897D1B7AE4",
+ "paidRewards": [
+ {
+ "Token:athenaseasonxpboost": 50,
+ "Token:athenaseasonfriendxpboost": 60,
+ "AthenaCharacter:cid_989_athena_commando_m_progressivejonesy": 1,
+ "ChallengeBundleSchedule:season16_alternatestyles_schedule_00": 1,
+ "ChallengeBundleSchedule:season16_alternatestyles_schedule_01": 1,
+ "ChallengeBundleSchedule:season16_alternatestyles_schedule_02": 1,
+ "ChallengeBundleSchedule:season16_alternatestyles_schedule_03": 1,
+ "ChallengeBundleSchedule:season16_alternatestyles_schedule_04": 1,
+ "ChallengeBundleSchedule:season16_alternatestyles_schedule_05": 1,
+ "ChallengeBundleSchedule:season16_alternatestyles_schedule_06": 1,
+ "ChallengeBundleSchedule:season16_alternatestyles_schedule_07": 1,
+ "ChallengeBundleSchedule:season16_bicycle_schedule_01": 1,
+ "ChallengeBundleSchedule:season16_bicycle_schedule_02": 1,
+ "ChallengeBundleSchedule:season16_bicycle_schedule_03": 1,
+ "ChallengeBundleSchedule:season16_bicycle_schedule_04": 1,
+ "ChallengeBundleSchedule:season16_bicycle_schedule_05": 1,
+ "ChallengeBundleSchedule:season16_bicycle_schedule_06": 1,
+ "ChallengeBundleSchedule:season16_bicycle_schedule_07": 1,
+ "ChallengeBundleSchedule:season16_bicycle_schedule_08": 1,
+ "ChallengeBundleSchedule:season16_bicycle_schedule_09": 1,
+ "ChallengeBundleSchedule:season16_bicycle_schedule_10": 1,
+ "ChallengeBundleSchedule:season16_bicycle_schedule_11": 1,
+ "ChallengeBundleSchedule:season16_superstyles_t1_schedule_01": 1,
+ "ChallengeBundleSchedule:season16_superstyles_t1_schedule_02": 1,
+ "ChallengeBundleSchedule:season16_superstyles_t1_schedule_03": 1,
+ "ChallengeBundleSchedule:season16_superstyles_t2_schedule_01": 1,
+ "ChallengeBundleSchedule:season16_superstyles_t2_schedule_02": 1,
+ "ChallengeBundleSchedule:season16_superstyles_t2_schedule_03": 1,
+ "ChallengeBundleSchedule:season16_superstyles_t3_schedule_01": 1,
+ "ChallengeBundleSchedule:season16_superstyles_t3_schedule_02": 1,
+ "ChallengeBundleSchedule:season16_superstyles_t3_schedule_03": 1,
+ "Quest:quest_s16_tribute_q01": 1
+ },
+ {},
+ {
+ "AthenaDance:spid_250_agentjonesy": 1
+ },
+ {},
+ {
+ "AthenaLoadingScreen:lsid_283_agentjonesy": 1
+ },
+ {},
+ {
+ "AthenaDance:emoji_s16_agentjonesy": 1
+ },
+ {
+ "AthenaMusicPack:musicpack_080_s15_endevent": 1
+ },
+ {},
+ {
+ "AthenaBackpack:bid_720_temple": 1
+ },
+ {
+ "AthenaDance:emoji_s16_temple": 1
+ },
+ {
+ "Currency:mtxgiveaway": 100
+ },
+ {},
+ {
+ "AthenaBackpack:bid_718_progressivejonesy": 1,
+ "ChallengeBundleSchedule:season16_narrative_schedule_02": 1
+ },
+ {
+ "AthenaCharacter:cid_a_040_athena_commando_f_temple": 1
+ },
+ {
+ "AthenaPickaxe:pickaxe_id_570_temple": 1
+ },
+ {
+ "AthenaDance:eid_temple": 1
+ },
+ {},
+ {
+ "Currency:mtxgiveaway": 100
+ },
+ {
+ "HomebaseBannerIcon:brs16_temple": 1
+ },
+ {
+ "CosmeticVariantToken:VTID_949_Temple_StyleB": 1
+ },
+ {
+ "AthenaDance:spid_249_dinohunter": 1
+ },
+ {},
+ {
+ "AthenaDance:emoji_s16_dinohunter": 1
+ },
+ {
+ "AthenaPickaxe:pickaxe_id_566_dinohunterfemale": 1
+ },
+ {
+ "Currency:mtxgiveaway": 100
+ },
+ {
+ "CosmeticVariantToken:VTID_934_ProgressiveJonesy_Backbling_StyleB": 1,
+ "ChallengeBundleSchedule:season16_narrative_schedule_05": 1
+ },
+ {},
+ {
+ "AthenaCharacter:cid_a_037_athena_commando_f_dinohunter": 1
+ },
+ {
+ "AthenaGlider:glider_id_282_dinohunterfemale": 1
+ },
+ {
+ "AthenaDance:eid_suits": 1
+ },
+ {
+ "AthenaLoadingScreen:lsid_282_dinohunter": 1
+ },
+ {},
+ {
+ "Currency:mtxgiveaway": 100
+ },
+ {
+ "AthenaSkyDiveContrail:trails_id_113_dinohunter": 1
+ },
+ {
+ "CosmeticVariantToken:VTID_940_DinoHunter_StyleB": 1
+ },
+ {
+ "AthenaPickaxe:pickaxe_id_564_cubeninjamale": 1
+ },
+ {},
+ {
+ "AthenaDance:spid_248_cubeninja": 1
+ },
+ {
+ "Currency:mtxgiveaway": 100
+ },
+ {
+ "HomebaseBannerIcon:brs16_cubeninja": 1
+ },
+ {
+ "AthenaLoadingScreen:lsid_281_cubeninja": 1
+ },
+ {},
+ {
+ "AthenaGlider:glider_id_280_cubeninjamale": 1
+ },
+ {
+ "AthenaBackpack:bid_719_cubeninja": 1
+ },
+ {
+ "AthenaSkyDiveContrail:trails_id_112_cubeninja": 1
+ },
+ {
+ "CosmeticVariantToken:VTID_937_ProgressiveJonesy_Backbling_StyleE": 1,
+ "ChallengeBundleSchedule:season16_narrative_schedule_04": 1
+ },
+ {},
+ {
+ "AthenaCharacter:cid_a_041_athena_commando_m_cubeninja": 1
+ },
+ {
+ "AthenaDance:emoji_s16_cubeninja": 1
+ },
+ {
+ "Currency:mtxgiveaway": 100
+ },
+ {
+ "ItemAccessToken:iatid_015_emote_cubeninja": 1
+ },
+ {},
+ {
+ "AthenaLoadingScreen:lsid_284_chickenwarrior": 1
+ },
+ {
+ "AthenaBackpack:bid_716_chickenwarrior": 1
+ },
+ {
+ "Currency:mtxgiveaway": 100
+ },
+ {
+ "AthenaGlider:glider_id_279_chickenwarriormale": 1
+ },
+ {},
+ {
+ "CosmeticVariantToken:VTID_935_ProgressiveJonesy_Backbling_StyleC": 1,
+ "ChallengeBundleSchedule:season16_narrative_schedule_01": 1
+ },
+ {
+ "AthenaCharacter:cid_a_039_athena_commando_m_chickenwarrior": 1
+ },
+ {
+ "AthenaDance:eid_bootsandcats": 1
+ },
+ {
+ "AthenaDance:spid_251_chickenwarrior": 1
+ },
+ {},
+ {
+ "AthenaPickaxe:pickaxe_id_563_chickenwarriormale1h": 1
+ },
+ {
+ "AthenaItemWrap:wrap_334_chickenwarrior": 1
+ },
+ {
+ "AthenaSkyDiveContrail:trails_id_093_spacewanderer": 1
+ },
+ {
+ "CosmeticVariantToken:VTID_933_ChickenWarrior_Backbling_StyleC": 1
+ },
+ {},
+ {
+ "Currency:mtxgiveaway": 100
+ },
+ {
+ "CosmeticVariantToken:VTID_943_ChickenWarrior_StyleC": 1,
+ "CosmeticVariantToken:VTID_956_ChickenWarriorGlider_StyleC": 1
+ },
+ {
+ "AthenaMusicPack:musicpack_079_s16_cine": 1
+ },
+ {
+ "AthenaGlider:glider_id_283_obsidianfemale": 1
+ },
+ {},
+ {
+ "Currency:mtxgiveaway": 100
+ },
+ {
+ "AthenaDance:emoji_s16_obsidian": 1
+ },
+ {
+ "AthenaItemWrap:wrap_340_yogurt": 1
+ },
+ {
+ "CosmeticVariantToken:VTID_936_ProgressiveJonesy_Backbling_StyleD": 1,
+ "ChallengeBundleSchedule:season16_narrative_schedule_03": 1
+ },
+ {},
+ {
+ "AthenaCharacter:cid_a_036_athena_commando_f_obsidian": 1
+ },
+ {
+ "Currency:mtxgiveaway": 100
+ },
+ {
+ "AthenaLoadingScreen:lsid_279_obsidian": 1
+ },
+ {
+ "AthenaBackpack:bid_714_obsidian": 1
+ },
+ {
+ "AthenaDance:eid_obsidian": 1
+ },
+ {
+ "Currency:mtxgiveaway": 100
+ },
+ {},
+ {
+ "CosmeticVariantToken:VTID_938_Obsidian_StyleB": 1
+ },
+ {
+ "AthenaItemWrap:wrap_338_towersentinel": 1
+ },
+ {
+ "HomebaseBannerIcon:brs16_alt_1": 1
+ },
+ {
+ "AthenaGlider:glider_id_285_towersentinelfemale": 1
+ },
+ {
+ "AthenaDance:emoji_s16_alt_1": 1
+ },
+ {
+ "AthenaDance:spid_253_alt_1": 1
+ },
+ {},
+ {
+ "Currency:mtxgiveaway": 100
+ },
+ {
+ "AthenaSkyDiveContrail:trails_id_116_wavesoflight": 1
+ },
+ {
+ "AthenaDance:spid_247_sentinel": 1
+ },
+ {
+ "AthenaPickaxe:pickaxe_id_571_towersentinelfemale": 1
+ },
+ {
+ "HomebaseBannerIcon:brs16_sentinel": 1
+ },
+ {
+ "AthenaDance:emoji_s16_sentinel": 1
+ },
+ {},
+ {
+ "AthenaCharacter:cid_a_038_athena_commando_f_towersentinel": 1,
+ "ItemAccessToken:iatid_016_emote_towersentinel": 1
+ }
+ ],
+ "freeRewards": [
+ {},
+ {
+ "HomebaseBannerIcon:brs16_agentjonesy": 1
+ },
+ {},
+ {
+ "Currency:mtxgiveaway": 100
+ },
+ {},
+ {
+ "AthenaDance:eid_custodial": 1
+ },
+ {},
+ {},
+ {
+ "AthenaLoadingScreen:lsid_289_yogurtjonesy": 1
+ },
+ {},
+ {},
+ {},
+ {
+ "AthenaDance:spid_252_temple": 1
+ },
+ {},
+ {},
+ {},
+ {},
+ {
+ "AthenaSkyDiveContrail:trails_id_114_temple": 1
+ },
+ {},
+ {},
+ {},
+ {},
+ {
+ "AthenaGlider:glider_id_284_templefemale": 1
+ },
+ {},
+ {},
+ {},
+ {},
+ {
+ "AthenaItemWrap:wrap_336_dinohunter": 1
+ },
+ {},
+ {},
+ {},
+ {},
+ {
+ "HomebaseBannerIcon:brs16_dinohunter": 1
+ },
+ {},
+ {},
+ {},
+ {},
+ {
+ "AthenaBackpack:bid_715_dinohunterfemale": 1
+ },
+ {},
+ {},
+ {},
+ {},
+ {
+ "AthenaMusicPack:musicpack_078_raisetheroof": 1
+ },
+ {},
+ {},
+ {},
+ {},
+ {
+ "Currency:mtxgiveaway": 100
+ },
+ {},
+ {},
+ {},
+ {},
+ {
+ "AthenaSkyDiveContrail:trails_id_115_tube": 1
+ },
+ {},
+ {},
+ {},
+ {},
+ {
+ "HomebaseBannerIcon:brs16_chickenwarrior": 1
+ },
+ {},
+ {},
+ {},
+ {},
+ {
+ "AthenaDance:emoji_s16_chickenwarrior": 1
+ },
+ {},
+ {},
+ {},
+ {},
+ {
+ "AthenaDance:spid_246_obsidian": 1
+ },
+ {},
+ {},
+ {},
+ {},
+ {
+ "Token:athena_s16_nobattlebundleoption_token": 1
+ },
+ {},
+ {},
+ {
+ "AthenaPickaxe:pickaxe_id_568_obsidianfemale": 1
+ },
+ {},
+ {
+ "HomebaseBannerIcon:brs16_obsidian": 1
+ },
+ {},
+ {},
+ {},
+ {},
+ {},
+ {},
+ {
+ "AthenaLoadingScreen:lsid_280_sentinel": 1
+ },
+ {},
+ {},
+ {},
+ {},
+ {},
+ {},
+ {
+ "AthenaBackpack:bid_717_towersentinel": 1
+ },
+ {},
+ {},
+ {},
+ {},
+ {},
+ {},
+ {
+ "Currency:mtxgiveaway": 100
+ },
+ {}
+ ]
+}
\ No newline at end of file
diff --git a/responses/catalog.json b/responses/catalog.json
index 58b9cd5..8590faa 100644
--- a/responses/catalog.json
+++ b/responses/catalog.json
@@ -3801,6 +3801,140 @@
"itemGrants": []
}
]
+ },
+{
+ "name": "BRSeason16",
+ "catalogEntries": [
+ {
+ "offerId": "7A973F444663B3A522172FAE32751346",
+ "devName": "BR.Season16.BattlePass.01",
+ "offerType": "StaticPrice",
+ "prices": [
+ {
+ "currencyType": "MtxCurrency",
+ "currencySubType": "",
+ "regularPrice": 950,
+ "dynamicRegularPrice": -1,
+ "finalPrice": 950,
+ "saleExpiration": "9999-12-31T23:59:59.999Z",
+ "basePrice": 950
+ }
+ ],
+ "categories": [],
+ "dailyLimit": -1,
+ "weeklyLimit": -1,
+ "monthlyLimit": -1,
+ "refundable": false,
+ "appStoreId": ["", "", "", "", "", "", "", "", "", "", "", ""],
+ "requirements": [
+ {
+ "requirementType": "DenyOnFulfillment",
+ "requiredId": "7A973F444663B3A522172FAE32751346",
+ "minQuantity": 1
+ }
+ ],
+ "metaInfo": [
+ {
+ "key": "Preroll",
+ "value": "False"
+ }
+ ],
+ "catalogGroup": "",
+ "catalogGroupPriority": 0,
+ "sortPriority": 1,
+ "title": "Battle Pass",
+ "shortDescription": "Chapter 2 - Season 6",
+ "description": "gasp",
+ "displayAssetPath": "/Game/Catalog/DisplayAssets/DA_BR_Season16_BattlePass.DA_BR_Season16_BattlePass",
+ "itemGrants": []
+ },
+ {
+ "offerId": "50558EA040438C481ACC59897D1B7AE4",
+ "devName": "BR.Season16.SingleTier.01",
+ "offerType": "StaticPrice",
+ "prices": [
+ {
+ "currencyType": "MtxCurrency",
+ "currencySubType": "",
+ "regularPrice": 150,
+ "dynamicRegularPrice": -1,
+ "finalPrice": 150,
+ "saleExpiration": "9999-12-31T23:59:59.999Z",
+ "basePrice": 150
+ }
+ ],
+ "categories": [],
+ "dailyLimit": -1,
+ "weeklyLimit": -1,
+ "monthlyLimit": -1,
+ "refundable": false,
+ "appStoreId": ["", "", "", "", "", "", "", "", "", "", "", ""],
+ "requirements": [],
+ "metaInfo": [
+ {
+ "key": "Preroll",
+ "value": "False"
+ }
+ ],
+ "catalogGroup": "",
+ "catalogGroupPriority": 0,
+ "sortPriority": 0,
+ "title": "Battle Pass Level",
+ "shortDescription": "",
+ "description": "Get great rewards now!",
+ "displayAssetPath": "",
+ "itemGrants": []
+ },
+ {
+ "offerId": "87C3990F72DB42C2A6116D2F5C8CAC57",
+ "devName": "BR.Season16.BattleBundle.01",
+ "offerType": "StaticPrice",
+ "prices": [
+ {
+ "currencyType": "MtxCurrency",
+ "currencySubType": "",
+ "regularPrice": 4700,
+ "dynamicRegularPrice": -1,
+ "finalPrice": 2800,
+ "saleType": "PercentOff",
+ "saleExpiration": "9999-12-31T23:59:59.999Z",
+ "basePrice": 2800
+ }
+ ],
+ "categories": [],
+ "dailyLimit": -1,
+ "weeklyLimit": -1,
+ "monthlyLimit": -1,
+ "refundable": false,
+ "appStoreId": ["", "", "", "", "", "", "", "", "", "", "", ""],
+ "requirements": [
+ {
+ "requirementType": "DenyOnFulfillment",
+ "requiredId": "87C3990F72DB42C2A6116D2F5C8CAC57",
+ "minQuantity": 1
+ },
+ {
+ "requirementType": "DenyOnItemOwnership",
+ "requiredId": "Token:athena_s16_nobattlebundleoption_token",
+ "minQuantity": 1
+ }
+ ],
+ "metaInfo": [
+ {
+ "key": "Preroll",
+ "value": "False"
+ }
+ ],
+ "catalogGroup": "",
+ "catalogGroupPriority": 0,
+ "sortPriority": 0,
+ "title": "Battle Bundle",
+ "shortDescription": "Battle Pass + 25 levels!",
+ "description": "",
+ "displayAssetPath": "/Game/Catalog/DisplayAssets/DA_BR_Season16_BattlePassWithLevels.DA_BR_Season16_BattlePassWithLevels",
+ "itemGrants": []
}
]
+ }
+]
}
\ No newline at end of file
diff --git a/responses/epic-settings.json b/responses/epic-settings.json
new file mode 100644
index 0000000..c6e4781
--- /dev/null
+++ b/responses/epic-settings.json
@@ -0,0 +1,2318 @@
+{
+ "response": {
+ "settings": [
+ {
+ "namespace": "discovery-browser",
+ "settingName": "experience-browser",
+ "preferredValue": true,
+ "preferredValueFromOrgLevel": true,
+ "effectiveValue": true,
+ "effectiveSource": "default",
+ "isOrgLevel": true,
+ "definition": {
+ "orgId": "cc5b83aa-cb5c-4b4b-a800-a7dd64edacc0",
+ "productId": "6fdb114c-3fbc-4ced-bc5b-55bcdba5c8f6",
+ "namespace": "discovery-browser",
+ "settingName": "experience-browser",
+ "valueType": "boolean",
+ "allowProductOverrides": "ageBrackets",
+ "inheritFromOrg": true,
+ "translations": {
+ "en": {
+ "label": "Content can be targeted for experience purposes",
+ "userNotice": "Determines if you can be targeted content, based on personal data, for experience purposes",
+ "parentNotice": "Determines if your child can be targeted content, based on personal data, for experience purposes"
+ }
+ },
+ "options": [],
+ "restrictiveOrder": "falseRestrictive",
+ "userHidden": false,
+ "required": false,
+ "dataStorage": "raw",
+ "ageBracket": {
+ "consentTypeRequired": "none",
+ "consentType": "none",
+ "applyConsentToEnforcedUsersOnly": false,
+ "defaultValue": true,
+ "defaultPreference": true,
+ "enforcedLimit": true
+ }
+ }
+ },
+ {
+ "namespace": "party",
+ "settingName": "party-joinability",
+ "preferredValue": "Private",
+ "preferredValueUpdatedAt": 1702138355517,
+ "preferredValueFromOrgLevel": false,
+ "effectiveValue": "Private",
+ "effectiveSource": "preference",
+ "isOrgLevel": false,
+ "definition": {
+ "orgId": "cc5b83aa-cb5c-4b4b-a800-a7dd64edacc0",
+ "productId": "6fdb114c-3fbc-4ced-bc5b-55bcdba5c8f6",
+ "namespace": "party",
+ "settingName": "party-joinability",
+ "valueType": "option",
+ "allowProductOverrides": "ageBrackets",
+ "inheritFromOrg": true,
+ "translations": {
+ "en": {
+ "label": "Party Privacy",
+ "userNotice": "Party Privacy",
+ "parentNotice": "Party Privacy"
+ }
+ },
+ "options": [
+ {
+ "value": "Private",
+ "translations": {
+ "en": {
+ "label": "Private",
+ "userNotice": "Private",
+ "parentNotice": "Private"
+ }
+ }
+ },
+ {
+ "value": "Public",
+ "translations": {
+ "en": {
+ "label": "Public",
+ "userNotice": "Public",
+ "parentNotice": "Public"
+ }
+ }
+ }
+ ],
+ "restrictiveOrder": "firstRestrictive",
+ "userHidden": false,
+ "required": false,
+ "dataStorage": "raw",
+ "ageBracket": {
+ "consentTypeRequired": "none",
+ "consentType": "none",
+ "applyConsentToEnforcedUsersOnly": false,
+ "defaultValue": "Public",
+ "defaultPreference": "Public",
+ "enforcedLimit": "Public"
+ }
+ }
+ },
+ {
+ "namespace": "prm",
+ "settingName": "experience",
+ "preferredValue": true,
+ "preferredValueFromOrgLevel": true,
+ "effectiveValue": true,
+ "effectiveSource": "default",
+ "isOrgLevel": true,
+ "definition": {
+ "orgId": "cc5b83aa-cb5c-4b4b-a800-a7dd64edacc0",
+ "productId": "6fdb114c-3fbc-4ced-bc5b-55bcdba5c8f6",
+ "namespace": "prm",
+ "settingName": "experience",
+ "valueType": "boolean",
+ "allowProductOverrides": "ageBrackets",
+ "inheritFromOrg": true,
+ "translations": {
+ "en": {
+ "label": "Content can be targeted for experience purposes",
+ "userNotice": "Determines if you can be targeted content, based on personal data, for experience purposes",
+ "parentNotice": "Determines if your child can be targeted content, based on personal data, for experience purposes"
+ }
+ },
+ "options": [],
+ "restrictiveOrder": "falseRestrictive",
+ "userHidden": false,
+ "required": false,
+ "dataStorage": "raw",
+ "ageBracket": {
+ "consentTypeRequired": "none",
+ "consentType": "none",
+ "applyConsentToEnforcedUsersOnly": false,
+ "defaultValue": true,
+ "defaultPreference": true,
+ "enforcedLimit": true
+ }
+ }
+ },
+ {
+ "namespace": "prm",
+ "settingName": "functional",
+ "preferredValue": true,
+ "preferredValueFromOrgLevel": true,
+ "effectiveValue": true,
+ "effectiveSource": "default",
+ "isOrgLevel": true,
+ "definition": {
+ "orgId": "cc5b83aa-cb5c-4b4b-a800-a7dd64edacc0",
+ "productId": "6fdb114c-3fbc-4ced-bc5b-55bcdba5c8f6",
+ "namespace": "prm",
+ "settingName": "functional",
+ "valueType": "boolean",
+ "allowProductOverrides": "ageBrackets",
+ "inheritFromOrg": true,
+ "translations": {
+ "en": {
+ "label": "Content can be targeted for functional purposes",
+ "userNotice": "Determines if you can be targeted content, based on personal data, for functional purposes",
+ "parentNotice": "Determines if your child can be targeted content, based on personal data, for functional purposes"
+ }
+ },
+ "options": [],
+ "restrictiveOrder": "falseRestrictive",
+ "userHidden": false,
+ "required": false,
+ "dataStorage": "raw",
+ "ageBracket": {
+ "consentTypeRequired": "none",
+ "consentType": "none",
+ "applyConsentToEnforcedUsersOnly": false,
+ "defaultValue": true,
+ "defaultPreference": true,
+ "enforcedLimit": true
+ }
+ }
+ },
+ {
+ "namespace": "prm",
+ "settingName": "marketing",
+ "preferredValue": true,
+ "preferredValueFromOrgLevel": true,
+ "effectiveValue": true,
+ "effectiveSource": "default",
+ "isOrgLevel": true,
+ "definition": {
+ "orgId": "cc5b83aa-cb5c-4b4b-a800-a7dd64edacc0",
+ "productId": "6fdb114c-3fbc-4ced-bc5b-55bcdba5c8f6",
+ "namespace": "prm",
+ "settingName": "marketing",
+ "valueType": "boolean",
+ "allowProductOverrides": "ageBrackets",
+ "inheritFromOrg": true,
+ "translations": {
+ "en": {
+ "label": "Content can be targeted for marketing purposes",
+ "userNotice": "Determines if you can be targeted content, based on personal data, for marketing purposes",
+ "parentNotice": "Determines if your child can be targeted content, based on personal data, for marketing purposes"
+ }
+ },
+ "options": [],
+ "restrictiveOrder": "falseRestrictive",
+ "userHidden": false,
+ "required": false,
+ "dataStorage": "raw",
+ "ageBracket": {
+ "consentTypeRequired": "none",
+ "consentType": "none",
+ "applyConsentToEnforcedUsersOnly": false,
+ "defaultValue": true,
+ "defaultPreference": true,
+ "enforcedLimit": true
+ }
+ }
+ },
+ {
+ "namespace": "stats",
+ "settingName": "show-in-leaderboard",
+ "preferredValue": true,
+ "preferredValueUpdatedAt": 1676643820505,
+ "preferredValueFromOrgLevel": false,
+ "effectiveValue": true,
+ "effectiveSource": "preference",
+ "isOrgLevel": false,
+ "definition": {
+ "orgId": "cc5b83aa-cb5c-4b4b-a800-a7dd64edacc0",
+ "productId": "6fdb114c-3fbc-4ced-bc5b-55bcdba5c8f6",
+ "namespace": "stats",
+ "settingName": "show-in-leaderboard",
+ "valueType": "boolean",
+ "allowProductOverrides": "ageBrackets",
+ "inheritFromOrg": true,
+ "translations": {
+ "en": {
+ "label": "Show on career leaderboard",
+ "userNotice": "Show on career leaderboard",
+ "parentNotice": "Show on career leaderboard"
+ }
+ },
+ "options": [],
+ "restrictiveOrder": "falseRestrictive",
+ "userHidden": false,
+ "required": false,
+ "dataStorage": "raw",
+ "ageBracket": {
+ "consentTypeRequired": "none",
+ "consentType": "none",
+ "applyConsentToEnforcedUsersOnly": false,
+ "defaultValue": true,
+ "defaultPreference": true,
+ "enforcedLimit": true
+ }
+ }
+ },
+ {
+ "namespace": "profile",
+ "settingName": "allow-create-experiences",
+ "preferredValue": true,
+ "preferredValueFromOrgLevel": false,
+ "effectiveValue": true,
+ "effectiveSource": "default",
+ "isOrgLevel": false,
+ "definition": {
+ "orgId": "cc5b83aa-cb5c-4b4b-a800-a7dd64edacc0",
+ "productId": "6fdb114c-3fbc-4ced-bc5b-55bcdba5c8f6",
+ "namespace": "profile",
+ "settingName": "allow-create-experiences",
+ "valueType": "boolean",
+ "translations": {
+ "en": {
+ "label": "Allow Create Experiences",
+ "userNotice": "Determines whether the account can access general-purpose Create experiences in Fortnite (e.g. Creative Create)",
+ "parentNotice": "TBD"
+ }
+ },
+ "options": [],
+ "restrictiveOrder": "falseRestrictive",
+ "userHidden": true,
+ "required": false,
+ "dataStorage": "raw",
+ "ageBracket": {
+ "consentTypeRequired": "none",
+ "consentTypeUnderParentalControl": "opt-in-unverified",
+ "consentType": "opt-in-unverified",
+ "applyConsentToEnforcedUsersOnly": true,
+ "defaultValue": true,
+ "defaultPreference": true,
+ "defaultParentLimit": true
+ }
+ }
+ },
+ {
+ "namespace": "profile",
+ "settingName": "allow-non-squad-users-to-see-my-username",
+ "preferredValue": true,
+ "preferredValueUpdatedAt": 1702190781479,
+ "preferredValueFromOrgLevel": false,
+ "effectiveValue": true,
+ "effectiveSource": "preference",
+ "isOrgLevel": false,
+ "definition": {
+ "orgId": "cc5b83aa-cb5c-4b4b-a800-a7dd64edacc0",
+ "productId": "6fdb114c-3fbc-4ced-bc5b-55bcdba5c8f6",
+ "namespace": "profile",
+ "settingName": "allow-non-squad-users-to-see-my-username",
+ "valueType": "boolean",
+ "allowProductOverrides": "ageBrackets",
+ "inheritFromOrg": true,
+ "translations": {
+ "en": {
+ "label": "Display username to non-squad users",
+ "userNotice": "Determines if your username can be shown to non-squad users",
+ "parentNotice": "Determines if your child''s username can be shown to non-squad users"
+ }
+ },
+ "options": [],
+ "restrictiveOrder": "falseRestrictive",
+ "userHidden": false,
+ "required": false,
+ "dataStorage": "raw",
+ "ageBracket": {
+ "consentTypeRequired": "none",
+ "consentType": "none",
+ "applyConsentToEnforcedUsersOnly": false,
+ "defaultValue": true,
+ "defaultPreference": true
+ }
+ }
+ },
+ {
+ "namespace": "profile",
+ "settingName": "allow-strikethrough-prices",
+ "preferredValue": true,
+ "preferredValueFromOrgLevel": true,
+ "effectiveValue": true,
+ "effectiveSource": "default",
+ "isOrgLevel": true,
+ "definition": {
+ "orgId": "cc5b83aa-cb5c-4b4b-a800-a7dd64edacc0",
+ "productId": "6fdb114c-3fbc-4ced-bc5b-55bcdba5c8f6",
+ "namespace": "profile",
+ "settingName": "allow-strikethrough-prices",
+ "valueType": "boolean",
+ "allowProductOverrides": "ageBrackets",
+ "inheritFromOrg": true,
+ "translations": {
+ "en": {
+ "label": "TBD",
+ "userNotice": "TBD",
+ "parentNotice": "TBD"
+ }
+ },
+ "options": [],
+ "restrictiveOrder": "falseRestrictive",
+ "userHidden": false,
+ "required": false,
+ "dataStorage": "readOnly",
+ "ageBracket": {
+ "consentTypeRequired": "none",
+ "consentType": "none",
+ "applyConsentToEnforcedUsersOnly": false,
+ "defaultValue": true,
+ "defaultPreference": true
+ }
+ }
+ },
+ {
+ "namespace": "profile",
+ "settingName": "badges-visibility",
+ "preferredValue": "private",
+ "preferredValueUpdatedAt": 1664368529047,
+ "preferredValueFromOrgLevel": false,
+ "effectiveValue": "private",
+ "effectiveSource": "preference",
+ "isOrgLevel": false,
+ "definition": {
+ "orgId": "cc5b83aa-cb5c-4b4b-a800-a7dd64edacc0",
+ "productId": "6fdb114c-3fbc-4ced-bc5b-55bcdba5c8f6",
+ "namespace": "profile",
+ "settingName": "badges-visibility",
+ "valueType": "option",
+ "allowProductOverrides": "ageBrackets",
+ "inheritFromOrg": true,
+ "translations": {
+ "en": {
+ "label": "TBD",
+ "userNotice": "TBD",
+ "parentNotice": "TBD"
+ }
+ },
+ "options": [
+ {
+ "value": "private",
+ "translations": {
+ "en": {
+ "label": "Private",
+ "userNotice": "TBD",
+ "parentNotice": "TBD"
+ }
+ }
+ },
+ {
+ "value": "friends-only",
+ "translations": {
+ "en": {
+ "label": "Friends Only",
+ "parentNotice": "TBD"
+ }
+ }
+ }
+ ],
+ "restrictiveOrder": "firstRestrictive",
+ "userHidden": false,
+ "required": false,
+ "dataStorage": "raw",
+ "ageBracket": {
+ "consentTypeRequired": "none",
+ "consentType": "none",
+ "applyConsentToEnforcedUsersOnly": false,
+ "defaultValue": "friends-only",
+ "defaultPreference": "friends-only",
+ "enforcedLimit": "friends-only"
+ }
+ }
+ },
+ {
+ "namespace": "profile",
+ "settingName": "can-monetize",
+ "preferredValue": true,
+ "preferredValueFromOrgLevel": false,
+ "effectiveValue": true,
+ "effectiveSource": "default",
+ "isOrgLevel": false,
+ "definition": {
+ "orgId": "cc5b83aa-cb5c-4b4b-a800-a7dd64edacc0",
+ "productId": "6fdb114c-3fbc-4ced-bc5b-55bcdba5c8f6",
+ "namespace": "profile",
+ "settingName": "can-monetize",
+ "valueType": "boolean",
+ "translations": {
+ "en": {
+ "label": "TBD",
+ "userNotice": "TBD",
+ "parentNotice": "TBD"
+ }
+ },
+ "options": [],
+ "restrictiveOrder": "falseRestrictive",
+ "userHidden": false,
+ "required": false,
+ "dataStorage": "readOnly",
+ "ageBracket": {
+ "consentTypeRequired": "none",
+ "consentType": "none",
+ "applyConsentToEnforcedUsersOnly": false,
+ "defaultValue": true,
+ "defaultPreference": true
+ }
+ }
+ },
+ {
+ "namespace": "profile",
+ "settingName": "can-receive-gifts",
+ "preferredValue": true,
+ "preferredValueUpdatedAt": 1681279440844,
+ "preferredValueFromOrgLevel": false,
+ "effectiveValue": true,
+ "effectiveSource": "preference",
+ "isOrgLevel": false,
+ "definition": {
+ "orgId": "cc5b83aa-cb5c-4b4b-a800-a7dd64edacc0",
+ "productId": "6fdb114c-3fbc-4ced-bc5b-55bcdba5c8f6",
+ "namespace": "profile",
+ "settingName": "can-receive-gifts",
+ "valueType": "boolean",
+ "allowProductOverrides": "ageBrackets",
+ "inheritFromOrg": true,
+ "translations": {
+ "en": {
+ "label": "Can Receive Gifts",
+ "userNotice": "Can Receive Gifts",
+ "parentNotice": "Can Receive Gifts"
+ }
+ },
+ "options": [],
+ "restrictiveOrder": "falseRestrictive",
+ "userHidden": false,
+ "required": false,
+ "dataStorage": "raw",
+ "ageBracket": {
+ "consentTypeRequired": "none",
+ "consentTypeUnderParentalControl": "opt-in-unverified",
+ "consentType": "opt-in-unverified",
+ "applyConsentToEnforcedUsersOnly": true,
+ "defaultValue": true,
+ "defaultPreference": true,
+ "defaultParentLimit": true,
+ "enforcedLimit": true
+ }
+ }
+ },
+ {
+ "namespace": "profile",
+ "settingName": "can-see-player-usernames-from-other-squads",
+ "preferredValue": true,
+ "preferredValueUpdatedAt": 1702190781480,
+ "preferredValueFromOrgLevel": false,
+ "effectiveValue": true,
+ "effectiveSource": "preference",
+ "isOrgLevel": false,
+ "definition": {
+ "orgId": "cc5b83aa-cb5c-4b4b-a800-a7dd64edacc0",
+ "productId": "6fdb114c-3fbc-4ced-bc5b-55bcdba5c8f6",
+ "namespace": "profile",
+ "settingName": "can-see-player-usernames-from-other-squads",
+ "valueType": "boolean",
+ "allowProductOverrides": "ageBrackets",
+ "inheritFromOrg": true,
+ "translations": {
+ "en": {
+ "label": "Can see usernames of players from other squads",
+ "userNotice": "Determines if you can see usernames of players from other squads",
+ "parentNotice": "Determines if your child can see usernames of players from other squads"
+ }
+ },
+ "options": [],
+ "restrictiveOrder": "falseRestrictive",
+ "userHidden": false,
+ "required": false,
+ "dataStorage": "raw",
+ "ageBracket": {
+ "consentTypeRequired": "none",
+ "consentType": "none",
+ "applyConsentToEnforcedUsersOnly": false,
+ "defaultValue": true,
+ "defaultPreference": true
+ }
+ }
+ },
+ {
+ "namespace": "profile",
+ "settingName": "languages-visibility",
+ "preferredValue": "private",
+ "preferredValueUpdatedAt": 1664368529046,
+ "preferredValueFromOrgLevel": false,
+ "effectiveValue": "private",
+ "effectiveSource": "preference",
+ "isOrgLevel": false,
+ "definition": {
+ "orgId": "cc5b83aa-cb5c-4b4b-a800-a7dd64edacc0",
+ "productId": "6fdb114c-3fbc-4ced-bc5b-55bcdba5c8f6",
+ "namespace": "profile",
+ "settingName": "languages-visibility",
+ "valueType": "option",
+ "allowProductOverrides": "ageBrackets",
+ "inheritFromOrg": true,
+ "translations": {
+ "en": {
+ "label": "TBD",
+ "userNotice": "TBD",
+ "parentNotice": "TBD"
+ }
+ },
+ "options": [
+ {
+ "value": "private",
+ "translations": {
+ "en": {
+ "label": "Private",
+ "userNotice": "TBD",
+ "parentNotice": "TBD"
+ }
+ }
+ },
+ {
+ "value": "friends-only",
+ "translations": {
+ "en": {
+ "label": "Friends Only",
+ "parentNotice": "TODO"
+ }
+ }
+ },
+ {
+ "value": "public",
+ "translations": {
+ "en": {
+ "label": "Public",
+ "userNotice": "TBD",
+ "parentNotice": "TBD"
+ }
+ }
+ }
+ ],
+ "restrictiveOrder": "firstRestrictive",
+ "userHidden": false,
+ "required": false,
+ "dataStorage": "raw",
+ "ageBracket": {
+ "consentTypeRequired": "none",
+ "consentType": "none",
+ "applyConsentToEnforcedUsersOnly": false,
+ "defaultValue": "public",
+ "defaultPreference": "public",
+ "enforcedLimit": "public"
+ }
+ }
+ },
+ {
+ "namespace": "profile",
+ "settingName": "player-surveys",
+ "preferredValue": true,
+ "preferredValueUpdatedAt": 1676643820503,
+ "preferredValueFromOrgLevel": false,
+ "effectiveValue": true,
+ "effectiveSource": "preference",
+ "isOrgLevel": false,
+ "definition": {
+ "orgId": "cc5b83aa-cb5c-4b4b-a800-a7dd64edacc0",
+ "productId": "6fdb114c-3fbc-4ced-bc5b-55bcdba5c8f6",
+ "namespace": "profile",
+ "settingName": "player-surveys",
+ "valueType": "boolean",
+ "allowProductOverrides": "ageBrackets",
+ "inheritFromOrg": true,
+ "translations": {
+ "en": {
+ "label": "Player Surveys",
+ "userNotice": "Player Surveys",
+ "parentNotice": "Player Surveys"
+ }
+ },
+ "options": [],
+ "restrictiveOrder": "falseRestrictive",
+ "userHidden": false,
+ "required": false,
+ "dataStorage": "raw",
+ "ageBracket": {
+ "consentTypeRequired": "none",
+ "consentType": "none",
+ "applyConsentToEnforcedUsersOnly": false,
+ "defaultValue": true,
+ "defaultPreference": true,
+ "enforcedLimit": true
+ }
+ }
+ },
+ {
+ "namespace": "profile",
+ "settingName": "playtime-reporting-frequency",
+ "preferredValue": "never",
+ "preferredValueFromOrgLevel": true,
+ "effectiveValue": "never",
+ "effectiveSource": "default",
+ "isOrgLevel": true,
+ "definition": {
+ "orgId": "cc5b83aa-cb5c-4b4b-a800-a7dd64edacc0",
+ "productId": "6fdb114c-3fbc-4ced-bc5b-55bcdba5c8f6",
+ "namespace": "profile",
+ "settingName": "playtime-reporting-frequency",
+ "valueType": "option",
+ "allowProductOverrides": "ageBrackets",
+ "inheritFromOrg": true,
+ "translations": {
+ "en": {
+ "label": "Receive weekly playtime tracking reports",
+ "parentNotice": "Receive weekly playtime tracking reports"
+ }
+ },
+ "options": [
+ {
+ "value": "weekly",
+ "translations": {
+ "en": {
+ "label": "Weekly",
+ "parentNotice": "On: We'll send a weekly playtime report to the parent or guardian associated with this account. If there isn't a parent or guardian email address, we'll send the playtime report to this account’s email address."
+ }
+ }
+ },
+ {
+ "value": "never",
+ "translations": {
+ "en": {
+ "label": "Never",
+ "parentNotice": "Off: You won't receive weekly playtime tracking reports."
+ }
+ }
+ }
+ ],
+ "restrictiveOrder": "firstRestrictive",
+ "userHidden": true,
+ "required": false,
+ "dataStorage": "raw",
+ "ageBracket": {
+ "consentTypeRequired": "none",
+ "consentTypeUnderParentalControl": "opt-in-unverified",
+ "consentType": "opt-in-unverified",
+ "applyConsentToEnforcedUsersOnly": true,
+ "defaultValue": "never",
+ "defaultPreference": "never",
+ "defaultParentLimit": "never"
+ }
+ }
+ },
+ {
+ "namespace": "profile",
+ "settingName": "region-visibility",
+ "preferredValue": "private",
+ "preferredValueUpdatedAt": 1664368529045,
+ "preferredValueFromOrgLevel": false,
+ "effectiveValue": "private",
+ "effectiveSource": "preference",
+ "isOrgLevel": false,
+ "definition": {
+ "orgId": "cc5b83aa-cb5c-4b4b-a800-a7dd64edacc0",
+ "productId": "6fdb114c-3fbc-4ced-bc5b-55bcdba5c8f6",
+ "namespace": "profile",
+ "settingName": "region-visibility",
+ "valueType": "option",
+ "allowProductOverrides": "ageBrackets",
+ "inheritFromOrg": true,
+ "translations": {
+ "en": {
+ "label": "TBD",
+ "userNotice": "TBD",
+ "parentNotice": "TBD"
+ }
+ },
+ "options": [
+ {
+ "value": "private",
+ "translations": {
+ "en": {
+ "label": "Private",
+ "userNotice": "TBD",
+ "parentNotice": "TBD"
+ }
+ }
+ },
+ {
+ "value": "friends-only",
+ "translations": {
+ "en": {
+ "label": "Friends Only",
+ "parentNotice": "TODO"
+ }
+ }
+ },
+ {
+ "value": "public",
+ "translations": {
+ "en": {
+ "label": "Public",
+ "userNotice": "TBD",
+ "parentNotice": "TBD"
+ }
+ }
+ }
+ ],
+ "restrictiveOrder": "firstRestrictive",
+ "userHidden": false,
+ "required": false,
+ "dataStorage": "raw",
+ "ageBracket": {
+ "consentTypeRequired": "none",
+ "consentType": "none",
+ "applyConsentToEnforcedUsersOnly": false,
+ "defaultValue": "public",
+ "defaultPreference": "public",
+ "enforcedLimit": "public"
+ }
+ }
+ },
+ {
+ "namespace": "profile",
+ "settingName": "require-pin-to-add-friend",
+ "preferredValue": false,
+ "preferredValueFromOrgLevel": true,
+ "effectiveValue": false,
+ "effectiveSource": "default",
+ "isOrgLevel": true,
+ "definition": {
+ "orgId": "cc5b83aa-cb5c-4b4b-a800-a7dd64edacc0",
+ "productId": "6fdb114c-3fbc-4ced-bc5b-55bcdba5c8f6",
+ "namespace": "profile",
+ "settingName": "require-pin-to-add-friend",
+ "valueType": "boolean",
+ "allowProductOverrides": "ageBrackets",
+ "inheritFromOrg": true,
+ "translations": {
+ "en": {
+ "label": "Require PIN to add Epic friends",
+ "parentNotice": "On: Each time your child tries to send or accept an Epic Games friend request, you will need to enter your PIN. If a game or service doesn't yet support this setting, friend requests won't be permitted. This setting doesn’t affect friends systems on gaming platforms such as Playstation, Steam, XBox, and Switch."
+ }
+ },
+ "options": [],
+ "restrictiveOrder": "falsePermissive",
+ "userHidden": true,
+ "required": false,
+ "dataStorage": "raw",
+ "ageBracket": {
+ "consentTypeRequired": "none",
+ "consentTypeUnderParentalControl": "opt-in-unverified",
+ "consentType": "opt-in-unverified",
+ "applyConsentToEnforcedUsersOnly": true,
+ "defaultValue": false,
+ "defaultPreference": false,
+ "defaultParentLimit": false
+ }
+ }
+ },
+ {
+ "namespace": "profile",
+ "settingName": "share-play-activity",
+ "preferredValue": false,
+ "preferredValueFromOrgLevel": false,
+ "effectiveValue": false,
+ "effectiveSource": "default",
+ "isOrgLevel": false,
+ "definition": {
+ "orgId": "cc5b83aa-cb5c-4b4b-a800-a7dd64edacc0",
+ "productId": "6fdb114c-3fbc-4ced-bc5b-55bcdba5c8f6",
+ "namespace": "profile",
+ "settingName": "share-play-activity",
+ "valueType": "boolean",
+ "translations": {
+ "en": {
+ "label": "TBD",
+ "userNotice": "TBD",
+ "parentNotice": "TBD"
+ }
+ },
+ "options": [],
+ "restrictiveOrder": "falseRestrictive",
+ "userHidden": false,
+ "required": false,
+ "dataStorage": "raw",
+ "ageBracket": {
+ "consentTypeRequired": "none",
+ "consentType": "none",
+ "applyConsentToEnforcedUsersOnly": false,
+ "defaultValue": false,
+ "defaultPreference": false,
+ "enforcedLimit": true
+ }
+ }
+ },
+ {
+ "namespace": "profile",
+ "settingName": "show-season-level",
+ "preferredValue": false,
+ "preferredValueUpdatedAt": 1676643820502,
+ "preferredValueFromOrgLevel": false,
+ "effectiveValue": false,
+ "effectiveSource": "preference",
+ "isOrgLevel": false,
+ "definition": {
+ "orgId": "cc5b83aa-cb5c-4b4b-a800-a7dd64edacc0",
+ "productId": "6fdb114c-3fbc-4ced-bc5b-55bcdba5c8f6",
+ "namespace": "profile",
+ "settingName": "show-season-level",
+ "valueType": "boolean",
+ "allowProductOverrides": "ageBrackets",
+ "inheritFromOrg": true,
+ "translations": {
+ "en": {
+ "label": "Show Season level in feed",
+ "userNotice": "Show Season level in feed",
+ "parentNotice": "Show Season level in feed"
+ }
+ },
+ "options": [],
+ "restrictiveOrder": "falseRestrictive",
+ "userHidden": false,
+ "required": false,
+ "dataStorage": "raw",
+ "ageBracket": {
+ "consentTypeRequired": "none",
+ "consentType": "none",
+ "applyConsentToEnforcedUsersOnly": false,
+ "defaultValue": true,
+ "defaultPreference": true,
+ "enforcedLimit": true
+ }
+ }
+ },
+ {
+ "namespace": "chat",
+ "settingName": "enhanced-voice-reporting",
+ "preferredValue": "prefer-not-recording",
+ "preferredValueFromOrgLevel": true,
+ "effectiveValue": "prefer-not-recording",
+ "effectiveSource": "default",
+ "isOrgLevel": true,
+ "definition": {
+ "orgId": "cc5b83aa-cb5c-4b4b-a800-a7dd64edacc0",
+ "productId": "6fdb114c-3fbc-4ced-bc5b-55bcdba5c8f6",
+ "namespace": "chat",
+ "settingName": "enhanced-voice-reporting",
+ "valueType": "option",
+ "allowProductOverrides": "ageBrackets",
+ "inheritFromOrg": true,
+ "translations": {
+ "en": {
+ "label": "Enhanced voice chat recording",
+ "userNotice": "Determines enhanced voice chat recording setting",
+ "parentNotice": "Determines enhanced voice chat recording setting"
+ }
+ },
+ "options": [
+ {
+ "value": "recording",
+ "translations": {
+ "en": {
+ "label": "Always On"
+ }
+ }
+ },
+ {
+ "value": "prefer-not-recording",
+ "translations": {
+ "en": {
+ "label": "Off When Possible"
+ }
+ }
+ }
+ ],
+ "restrictiveOrder": "firstRestrictive",
+ "userHidden": false,
+ "required": false,
+ "dataStorage": "raw",
+ "ageBracket": {
+ "consentTypeRequired": "none",
+ "consentType": "none",
+ "applyConsentToEnforcedUsersOnly": false,
+ "defaultValue": "prefer-not-recording",
+ "defaultPreference": "prefer-not-recording"
+ }
+ }
+ },
+ {
+ "namespace": "chat",
+ "settingName": "filter-out-mature-language",
+ "preferredValue": true,
+ "preferredValueUpdatedAt": 1702190781481,
+ "preferredValueFromOrgLevel": false,
+ "effectiveValue": true,
+ "effectiveSource": "preference",
+ "isOrgLevel": false,
+ "definition": {
+ "orgId": "cc5b83aa-cb5c-4b4b-a800-a7dd64edacc0",
+ "productId": "6fdb114c-3fbc-4ced-bc5b-55bcdba5c8f6",
+ "namespace": "chat",
+ "settingName": "filter-out-mature-language",
+ "valueType": "boolean",
+ "allowProductOverrides": "ageBrackets",
+ "inheritFromOrg": true,
+ "translations": {
+ "en": {
+ "label": "Filter out mature language in Epic text chat",
+ "userNotice": "Mature language in text chat will be filtered and replaced with heart symbols",
+ "parentNotice": "On: Mature language in text chat will be filtered and replaced with heart symbols."
+ }
+ },
+ "options": [],
+ "restrictiveOrder": "falsePermissive",
+ "userHidden": false,
+ "required": false,
+ "dataStorage": "raw",
+ "ageBracket": {
+ "consentTypeRequired": "none",
+ "consentTypeUnderParentalControl": "opt-in-unverified",
+ "consentType": "opt-in-unverified",
+ "applyConsentToEnforcedUsersOnly": true,
+ "defaultValue": false,
+ "defaultPreference": false,
+ "defaultParentLimit": false
+ }
+ }
+ },
+ {
+ "namespace": "chat",
+ "settingName": "text",
+ "preferredValue": "everybody",
+ "preferredValueUpdatedAt": 1702190781481,
+ "preferredValueFromOrgLevel": false,
+ "effectiveValue": "everybody",
+ "effectiveSource": "preference",
+ "isOrgLevel": false,
+ "definition": {
+ "orgId": "cc5b83aa-cb5c-4b4b-a800-a7dd64edacc0",
+ "productId": "6fdb114c-3fbc-4ced-bc5b-55bcdba5c8f6",
+ "namespace": "chat",
+ "settingName": "text",
+ "valueType": "option",
+ "allowProductOverrides": "ageBrackets",
+ "inheritFromOrg": true,
+ "translations": {
+ "en": {
+ "label": "Voice chat",
+ "userNotice": "Determines with whom you can use the text chat feature",
+ "parentNotice": "Who can your child message with using Epic text chat?"
+ }
+ },
+ "options": [
+ {
+ "value": "nobody",
+ "translations": {
+ "en": {
+ "label": "Nobody",
+ "userNotice": "You cannot use text chat with anybody",
+ "parentNotice": "Epic text chat is disabled for your child."
+ }
+ }
+ },
+ {
+ "value": "friends",
+ "translations": {
+ "en": {
+ "label": "Friends Only",
+ "userNotice": "You can use text chat with friends only",
+ "parentNotice": "Your child can text chat only with players in their Epic friends list and platform friends list."
+ }
+ }
+ },
+ {
+ "value": "friends-and-teammates",
+ "translations": {
+ "en": {
+ "label": "Friends & Teammates",
+ "userNotice": "You can use text chat with friends and teammates",
+ "parentNotice": "Your child can text chat with players in their Epic friends list and platform friends list, and those on their team."
+ }
+ }
+ },
+ {
+ "value": "everybody",
+ "translations": {
+ "en": {
+ "label": "Everybody",
+ "userNotice": "You can use text chat with everybody",
+ "parentNotice": "Your child can text chat with any player."
+ }
+ }
+ }
+ ],
+ "restrictiveOrder": "firstRestrictive",
+ "userHidden": false,
+ "required": false,
+ "dataStorage": "raw",
+ "ageBracket": {
+ "consentTypeRequired": "none",
+ "consentTypeUnderParentalControl": "opt-in-unverified",
+ "consentType": "opt-in-unverified",
+ "applyConsentToEnforcedUsersOnly": true,
+ "defaultValue": "everybody",
+ "defaultPreference": "everybody",
+ "defaultParentLimit": "everybody"
+ }
+ }
+ },
+ {
+ "namespace": "chat",
+ "settingName": "voice",
+ "preferredValue": "everybody",
+ "preferredValueUpdatedAt": 1702190781482,
+ "preferredValueFromOrgLevel": false,
+ "effectiveValue": "everybody",
+ "effectiveSource": "preference",
+ "isOrgLevel": false,
+ "definition": {
+ "orgId": "cc5b83aa-cb5c-4b4b-a800-a7dd64edacc0",
+ "productId": "6fdb114c-3fbc-4ced-bc5b-55bcdba5c8f6",
+ "namespace": "chat",
+ "settingName": "voice",
+ "valueType": "option",
+ "allowProductOverrides": "ageBrackets",
+ "inheritFromOrg": true,
+ "translations": {
+ "en": {
+ "label": "Voice chat",
+ "userNotice": "Determines with whom you can use the voice chat feature",
+ "parentNotice": "Who can your child speak with using Epic voice chat?"
+ }
+ },
+ "options": [
+ {
+ "value": "nobody",
+ "translations": {
+ "en": {
+ "label": "Nobody",
+ "userNotice": "Epic voice chat is disabled.",
+ "parentNotice": "Epic voice chat is disabled for your child."
+ }
+ }
+ },
+ {
+ "value": "friends",
+ "translations": {
+ "en": {
+ "label": "Friends Only",
+ "userNotice": "You can voice chat only with players in their Epic friends list and platform friends list.",
+ "parentNotice": "Your child can voice chat only with players in their Epic friends list and platform friends list."
+ }
+ }
+ },
+ {
+ "value": "friends-and-teammates",
+ "translations": {
+ "en": {
+ "label": "Friends & Teammates",
+ "userNotice": "You can voice chat with players in their Epic friends list and platform friends list, and those on their team.",
+ "parentNotice": "Your child can voice chat with players in their Epic friends list and platform friends list, and those on their team."
+ }
+ }
+ },
+ {
+ "value": "everybody",
+ "translations": {
+ "en": {
+ "label": "Everybody",
+ "userNotice": "You can voice chat with any player.",
+ "parentNotice": "Your child can voice chat with any player."
+ }
+ }
+ }
+ ],
+ "restrictiveOrder": "firstRestrictive",
+ "userHidden": false,
+ "required": false,
+ "dataStorage": "raw",
+ "ageBracket": {
+ "consentTypeRequired": "none",
+ "consentTypeUnderParentalControl": "opt-in-unverified",
+ "consentType": "opt-in-unverified",
+ "applyConsentToEnforcedUsersOnly": true,
+ "defaultValue": "everybody",
+ "defaultPreference": "everybody",
+ "defaultParentLimit": "everybody"
+ }
+ }
+ },
+ {
+ "namespace": "chat",
+ "settingName": "voice-chat-recording",
+ "preferredValue": "prefer-not-recording-and-auto-mute",
+ "preferredValueFromOrgLevel": true,
+ "effectiveValue": "prefer-not-recording-and-auto-mute",
+ "effectiveSource": "default",
+ "isOrgLevel": true,
+ "definition": {
+ "orgId": "cc5b83aa-cb5c-4b4b-a800-a7dd64edacc0",
+ "productId": "6fdb114c-3fbc-4ced-bc5b-55bcdba5c8f6",
+ "namespace": "chat",
+ "settingName": "voice-chat-recording",
+ "valueType": "option",
+ "allowProductOverrides": "ageBrackets",
+ "inheritFromOrg": true,
+ "translations": {
+ "en": {
+ "label": "Enhanced voice chat recording",
+ "userNotice": "Determines enhanced voice chat recording setting",
+ "parentNotice": "Determines enhanced voice chat recording setting"
+ }
+ },
+ "options": [
+ {
+ "value": "recording",
+ "translations": {
+ "en": {
+ "label": "ON",
+ "userNotice": "When Enhanced Voice Chat Reporting is turned ON, it is available in all voice chats.",
+ "parentNotice": "When Enhanced Voice Chat Reporting is turned ON, it is available in all voice chats."
+ }
+ }
+ },
+ {
+ "value": "prefer-not-recording",
+ "translations": {
+ "en": {
+ "label": "PREFER OFF",
+ "userNotice": "When Enhanced Voice Chat Reporting is turned to PREFER OFF, it is disabled when all players in the party channel have set enhanced voice reporting to PREFER OFF.",
+ "parentNotice": "When Enhanced Voice Chat Reporting is turned to PREFER OFF, it is disabled when all players in the party channel have set enhanced voice reporting to PREFER OFF."
+ }
+ }
+ },
+ {
+ "value": "prefer-not-recording-and-auto-mute",
+ "translations": {
+ "en": {
+ "label": "PREFER OFF & AUTOMUTE",
+ "userNotice": "Same behaviour as PREFER OFF. Additionally, you will be auto-muted if reporting is available in your voice chat due to the preferences of other players. Note that enhanced voice chat reporting is always enabled, regardless of your settings, in game chat, proximity chat, looking for party chat, or when a party includes at least one player who has Enhanced Voice Chat Reporting turned ON. You will be notified in-game if the status of reporting changes. Only players aged 18 and older can change this setting to PREFER OFF or PREFER OFF & AUTO MUTE.",
+ "parentNotice": "Same behaviour as PREFER OFF. Additionally, you will be auto-muted if reporting is available in your voice chat due to the preferences of other players. Note that enhanced voice chat reporting is always enabled, regardless of your settings, in game chat, proximity chat, looking for party chat, or when a party includes at least one player who has Enhanced Voice Chat Reporting turned ON. You will be notified in-game if the status of reporting changes. Only players aged 18 and older can change this setting to PREFER OFF or PREFER OFF & AUTO MUTE."
+ }
+ }
+ }
+ ],
+ "restrictiveOrder": "firstRestrictive",
+ "userHidden": false,
+ "required": false,
+ "dataStorage": "raw",
+ "ageBracket": {
+ "consentTypeRequired": "none",
+ "consentType": "none",
+ "applyConsentToEnforcedUsersOnly": false,
+ "defaultValue": "prefer-not-recording-and-auto-mute",
+ "defaultPreference": "prefer-not-recording-and-auto-mute"
+ }
+ }
+ },
+ {
+ "namespace": "ratings",
+ "settingName": "limit-acb",
+ "preferredValue": "ACB_AGE_M",
+ "preferredValueFromOrgLevel": true,
+ "effectiveValue": "ACB_AGE_M",
+ "effectiveSource": "default",
+ "isOrgLevel": false,
+ "definition": {
+ "orgId": "cc5b83aa-cb5c-4b4b-a800-a7dd64edacc0",
+ "productId": "6fdb114c-3fbc-4ced-bc5b-55bcdba5c8f6",
+ "namespace": "ratings",
+ "settingName": "limit-acb",
+ "valueType": "option",
+ "allowProductOverrides": "ageBrackets",
+ "inheritFromOrg": true,
+ "translations": {
+ "en": {
+ "label": "ACB limit",
+ "parentNotice": "TBD"
+ }
+ },
+ "options": [
+ {
+ "value": "ACB_AGE_G",
+ "translations": {
+ "en": {
+ "label": "General",
+ "parentNotice": "TBD"
+ }
+ }
+ },
+ {
+ "value": "ACB_AGE_PG",
+ "translations": {
+ "en": {
+ "label": "Parental guidance",
+ "parentNotice": "TBD"
+ }
+ }
+ },
+ {
+ "value": "ACB_AGE_M",
+ "translations": {
+ "en": {
+ "label": "Mature",
+ "parentNotice": "TBD"
+ }
+ }
+ }
+ ],
+ "restrictiveOrder": "firstRestrictive",
+ "userHidden": true,
+ "required": false,
+ "dataStorage": "raw",
+ "ageBracket": {
+ "consentTypeRequired": "none",
+ "consentTypeUnderParentalControl": "opt-in-unverified",
+ "consentType": "opt-in-unverified",
+ "applyConsentToEnforcedUsersOnly": true,
+ "defaultValue": "ACB_AGE_R18",
+ "defaultPreference": "ACB_AGE_R18",
+ "defaultParentLimit": "ACB_AGE_R18"
+ }
+ }
+ },
+ {
+ "namespace": "ratings",
+ "settingName": "limit-cero",
+ "preferredValue": "CERO_AGE_15",
+ "preferredValueFromOrgLevel": true,
+ "effectiveValue": "CERO_AGE_15",
+ "effectiveSource": "default",
+ "isOrgLevel": false,
+ "definition": {
+ "orgId": "cc5b83aa-cb5c-4b4b-a800-a7dd64edacc0",
+ "productId": "6fdb114c-3fbc-4ced-bc5b-55bcdba5c8f6",
+ "namespace": "ratings",
+ "settingName": "limit-cero",
+ "valueType": "option",
+ "allowProductOverrides": "ageBrackets",
+ "inheritFromOrg": true,
+ "translations": {
+ "en": {
+ "label": "CERO limit",
+ "parentNotice": "TBD"
+ }
+ },
+ "options": [
+ {
+ "value": "CERO_AGE_0",
+ "translations": {
+ "en": {
+ "label": "CERO A",
+ "parentNotice": "TBD"
+ }
+ }
+ },
+ {
+ "value": "CERO_AGE_12",
+ "translations": {
+ "en": {
+ "label": "CERO B",
+ "parentNotice": "TBD"
+ }
+ }
+ },
+ {
+ "value": "CERO_AGE_15",
+ "translations": {
+ "en": {
+ "label": "CERO C",
+ "parentNotice": "TBD"
+ }
+ }
+ }
+ ],
+ "restrictiveOrder": "firstRestrictive",
+ "userHidden": true,
+ "required": false,
+ "dataStorage": "raw",
+ "ageBracket": {
+ "consentTypeRequired": "none",
+ "consentTypeUnderParentalControl": "opt-in-unverified",
+ "consentType": "opt-in-unverified",
+ "applyConsentToEnforcedUsersOnly": true,
+ "defaultValue": "Unrated",
+ "defaultPreference": "Unrated",
+ "defaultParentLimit": "Unrated"
+ }
+ }
+ },
+ {
+ "namespace": "ratings",
+ "settingName": "limit-classind",
+ "preferredValue": "CLASSIND_AGE_12",
+ "preferredValueFromOrgLevel": true,
+ "effectiveValue": "CLASSIND_AGE_12",
+ "effectiveSource": "default",
+ "isOrgLevel": false,
+ "definition": {
+ "orgId": "cc5b83aa-cb5c-4b4b-a800-a7dd64edacc0",
+ "productId": "6fdb114c-3fbc-4ced-bc5b-55bcdba5c8f6",
+ "namespace": "ratings",
+ "settingName": "limit-classind",
+ "valueType": "option",
+ "allowProductOverrides": "ageBrackets",
+ "inheritFromOrg": true,
+ "translations": {
+ "en": {
+ "label": "ClassInd limit",
+ "parentNotice": "TBD"
+ }
+ },
+ "options": [
+ {
+ "value": "CLASSIND_AGE_LIVRE",
+ "translations": {
+ "en": {
+ "label": "All ages",
+ "parentNotice": "TBD"
+ }
+ }
+ },
+ {
+ "value": "CLASSIND_AGE_10",
+ "translations": {
+ "en": {
+ "label": "10 years",
+ "parentNotice": "TBD"
+ }
+ }
+ },
+ {
+ "value": "CLASSIND_AGE_12",
+ "translations": {
+ "en": {
+ "label": "12 years",
+ "parentNotice": "TBD"
+ }
+ }
+ }
+ ],
+ "restrictiveOrder": "firstRestrictive",
+ "userHidden": true,
+ "required": false,
+ "dataStorage": "raw",
+ "ageBracket": {
+ "consentTypeRequired": "none",
+ "consentTypeUnderParentalControl": "opt-in-unverified",
+ "consentType": "opt-in-unverified",
+ "applyConsentToEnforcedUsersOnly": true,
+ "defaultValue": "CLASSIND_AGE_18",
+ "defaultPreference": "CLASSIND_AGE_18",
+ "defaultParentLimit": "CLASSIND_AGE_18"
+ }
+ }
+ },
+ {
+ "namespace": "ratings",
+ "settingName": "limit-csrr",
+ "preferredValue": "CSRR_AGE_12",
+ "preferredValueFromOrgLevel": true,
+ "effectiveValue": "CSRR_AGE_12",
+ "effectiveSource": "default",
+ "isOrgLevel": false,
+ "definition": {
+ "orgId": "cc5b83aa-cb5c-4b4b-a800-a7dd64edacc0",
+ "productId": "6fdb114c-3fbc-4ced-bc5b-55bcdba5c8f6",
+ "namespace": "ratings",
+ "settingName": "limit-csrr",
+ "valueType": "option",
+ "allowProductOverrides": "ageBrackets",
+ "inheritFromOrg": true,
+ "translations": {
+ "en": {
+ "label": "CSRR limit",
+ "parentNotice": "TBD"
+ }
+ },
+ "options": [
+ {
+ "value": "CSRR_AGE_0",
+ "translations": {
+ "en": {
+ "label": "G",
+ "parentNotice": "TBD"
+ }
+ }
+ },
+ {
+ "value": "CSRR_AGE_6",
+ "translations": {
+ "en": {
+ "label": "P",
+ "parentNotice": "TBD"
+ }
+ }
+ },
+ {
+ "value": "CSRR_AGE_12",
+ "translations": {
+ "en": {
+ "label": "PG12",
+ "parentNotice": "TBD"
+ }
+ }
+ }
+ ],
+ "restrictiveOrder": "firstRestrictive",
+ "userHidden": true,
+ "required": false,
+ "dataStorage": "raw",
+ "ageBracket": {
+ "consentTypeRequired": "none",
+ "consentTypeUnderParentalControl": "opt-in-unverified",
+ "consentType": "opt-in-unverified",
+ "applyConsentToEnforcedUsersOnly": true,
+ "defaultValue": "Unrated",
+ "defaultPreference": "Unrated",
+ "defaultParentLimit": "Unrated"
+ }
+ }
+ },
+ {
+ "namespace": "ratings",
+ "settingName": "limit-esrb",
+ "preferredValue": "ESRB_AGE_T",
+ "preferredValueFromOrgLevel": true,
+ "effectiveValue": "ESRB_AGE_T",
+ "effectiveSource": "default",
+ "isOrgLevel": false,
+ "definition": {
+ "orgId": "cc5b83aa-cb5c-4b4b-a800-a7dd64edacc0",
+ "productId": "6fdb114c-3fbc-4ced-bc5b-55bcdba5c8f6",
+ "namespace": "ratings",
+ "settingName": "limit-esrb",
+ "valueType": "option",
+ "allowProductOverrides": "ageBrackets",
+ "inheritFromOrg": true,
+ "translations": {
+ "en": {
+ "label": "ESRB limit",
+ "parentNotice": "TBD"
+ }
+ },
+ "options": [
+ {
+ "value": "ESRB_AGE_E",
+ "translations": {
+ "en": {
+ "label": "Everyone",
+ "parentNotice": "TBD"
+ }
+ }
+ },
+ {
+ "value": "ESRB_AGE_E10",
+ "translations": {
+ "en": {
+ "label": "Everyone 10+",
+ "parentNotice": "TBD"
+ }
+ }
+ },
+ {
+ "value": "ESRB_AGE_T",
+ "translations": {
+ "en": {
+ "label": "Teen",
+ "parentNotice": "TBD"
+ }
+ }
+ }
+ ],
+ "restrictiveOrder": "firstRestrictive",
+ "userHidden": true,
+ "required": false,
+ "dataStorage": "raw",
+ "ageBracket": {
+ "consentTypeRequired": "none",
+ "consentTypeUnderParentalControl": "opt-in-unverified",
+ "consentType": "opt-in-unverified",
+ "applyConsentToEnforcedUsersOnly": true,
+ "defaultValue": "Unrated",
+ "defaultPreference": "Unrated",
+ "defaultParentLimit": "Unrated"
+ }
+ }
+ },
+ {
+ "namespace": "ratings",
+ "settingName": "limit-fpb",
+ "preferredValue": "FPB_AGE_13",
+ "preferredValueFromOrgLevel": true,
+ "effectiveValue": "FPB_AGE_13",
+ "effectiveSource": "default",
+ "isOrgLevel": false,
+ "definition": {
+ "orgId": "cc5b83aa-cb5c-4b4b-a800-a7dd64edacc0",
+ "productId": "6fdb114c-3fbc-4ced-bc5b-55bcdba5c8f6",
+ "namespace": "ratings",
+ "settingName": "limit-fpb",
+ "valueType": "option",
+ "allowProductOverrides": "ageBrackets",
+ "inheritFromOrg": true,
+ "translations": {
+ "en": {
+ "label": "FPB limit",
+ "parentNotice": "TBD"
+ }
+ },
+ "options": [
+ {
+ "value": "FPB_AGE_0",
+ "translations": {
+ "en": {
+ "label": "PG",
+ "parentNotice": "TBD"
+ }
+ }
+ },
+ {
+ "value": "FPB_AGE_7",
+ "translations": {
+ "en": {
+ "label": "7-9 PG",
+ "parentNotice": "TBD"
+ }
+ }
+ },
+ {
+ "value": "FPB_AGE_10",
+ "translations": {
+ "en": {
+ "label": "10-12 PG",
+ "parentNotice": "TBD"
+ }
+ }
+ },
+ {
+ "value": "FPB_AGE_13",
+ "translations": {
+ "en": {
+ "label": "13",
+ "parentNotice": "TBD"
+ }
+ }
+ }
+ ],
+ "restrictiveOrder": "firstRestrictive",
+ "userHidden": true,
+ "required": false,
+ "dataStorage": "raw",
+ "ageBracket": {
+ "consentTypeRequired": "none",
+ "consentTypeUnderParentalControl": "opt-in-unverified",
+ "consentType": "opt-in-unverified",
+ "applyConsentToEnforcedUsersOnly": true,
+ "defaultValue": "Unrated",
+ "defaultPreference": "Unrated",
+ "defaultParentLimit": "Unrated"
+ }
+ }
+ },
+ {
+ "namespace": "ratings",
+ "settingName": "limit-gcam",
+ "preferredValue": "GCAM_AGE_12",
+ "preferredValueFromOrgLevel": true,
+ "effectiveValue": "GCAM_AGE_12",
+ "effectiveSource": "default",
+ "isOrgLevel": false,
+ "definition": {
+ "orgId": "cc5b83aa-cb5c-4b4b-a800-a7dd64edacc0",
+ "productId": "6fdb114c-3fbc-4ced-bc5b-55bcdba5c8f6",
+ "namespace": "ratings",
+ "settingName": "limit-gcam",
+ "valueType": "option",
+ "allowProductOverrides": "ageBrackets",
+ "inheritFromOrg": true,
+ "translations": {
+ "en": {
+ "label": "GCAM limit",
+ "parentNotice": "TBD"
+ }
+ },
+ "options": [
+ {
+ "value": "GCAM_AGE_3",
+ "translations": {
+ "en": {
+ "label": "3",
+ "parentNotice": "TBD"
+ }
+ }
+ },
+ {
+ "value": "GCAM_AGE_7",
+ "translations": {
+ "en": {
+ "label": "7",
+ "parentNotice": "TBD"
+ }
+ }
+ },
+ {
+ "value": "GCAM_AGE_12",
+ "translations": {
+ "en": {
+ "label": "12",
+ "parentNotice": "TBD"
+ }
+ }
+ }
+ ],
+ "restrictiveOrder": "firstRestrictive",
+ "userHidden": true,
+ "required": false,
+ "dataStorage": "raw",
+ "ageBracket": {
+ "consentTypeRequired": "none",
+ "consentTypeUnderParentalControl": "opt-in-unverified",
+ "consentType": "opt-in-unverified",
+ "applyConsentToEnforcedUsersOnly": true,
+ "defaultValue": "Unrated",
+ "defaultPreference": "Unrated",
+ "defaultParentLimit": "Unrated"
+ }
+ }
+ },
+ {
+ "namespace": "ratings",
+ "settingName": "limit-generic",
+ "preferredValue": "GEN_AGE_12",
+ "preferredValueFromOrgLevel": true,
+ "effectiveValue": "GEN_AGE_12",
+ "effectiveSource": "default",
+ "isOrgLevel": false,
+ "definition": {
+ "orgId": "cc5b83aa-cb5c-4b4b-a800-a7dd64edacc0",
+ "productId": "6fdb114c-3fbc-4ced-bc5b-55bcdba5c8f6",
+ "namespace": "ratings",
+ "settingName": "limit-generic",
+ "valueType": "option",
+ "allowProductOverrides": "ageBrackets",
+ "inheritFromOrg": true,
+ "translations": {
+ "en": {
+ "label": "Generic limit",
+ "parentNotice": "TBD"
+ }
+ },
+ "options": [
+ {
+ "value": "GEN_AGE_3",
+ "translations": {
+ "en": {
+ "label": "3+",
+ "parentNotice": "TBD"
+ }
+ }
+ },
+ {
+ "value": "GEN_AGE_7",
+ "translations": {
+ "en": {
+ "label": "7+",
+ "parentNotice": "TBD"
+ }
+ }
+ },
+ {
+ "value": "GEN_AGE_12",
+ "translations": {
+ "en": {
+ "label": "12+",
+ "parentNotice": "TBD"
+ }
+ }
+ }
+ ],
+ "restrictiveOrder": "firstRestrictive",
+ "userHidden": true,
+ "required": false,
+ "dataStorage": "raw",
+ "ageBracket": {
+ "consentTypeRequired": "none",
+ "consentTypeUnderParentalControl": "opt-in-unverified",
+ "consentType": "opt-in-unverified",
+ "applyConsentToEnforcedUsersOnly": true,
+ "defaultValue": "Unrated",
+ "defaultPreference": "Unrated",
+ "defaultParentLimit": "Unrated"
+ }
+ }
+ },
+ {
+ "namespace": "ratings",
+ "settingName": "limit-grac",
+ "preferredValue": "GRAC_AGE_12",
+ "preferredValueFromOrgLevel": true,
+ "effectiveValue": "GRAC_AGE_12",
+ "effectiveSource": "default",
+ "isOrgLevel": false,
+ "definition": {
+ "orgId": "cc5b83aa-cb5c-4b4b-a800-a7dd64edacc0",
+ "productId": "6fdb114c-3fbc-4ced-bc5b-55bcdba5c8f6",
+ "namespace": "ratings",
+ "settingName": "limit-grac",
+ "valueType": "option",
+ "allowProductOverrides": "ageBrackets",
+ "inheritFromOrg": true,
+ "translations": {
+ "en": {
+ "label": "GRAC limit",
+ "parentNotice": "TBD"
+ }
+ },
+ "options": [
+ {
+ "value": "GRAC_AGE_ALL",
+ "translations": {
+ "en": {
+ "label": "All ages",
+ "parentNotice": "TBD"
+ }
+ }
+ },
+ {
+ "value": "GRAC_AGE_12",
+ "translations": {
+ "en": {
+ "label": "12+",
+ "parentNotice": "TBD"
+ }
+ }
+ }
+ ],
+ "restrictiveOrder": "firstRestrictive",
+ "userHidden": true,
+ "required": false,
+ "dataStorage": "raw",
+ "ageBracket": {
+ "consentTypeRequired": "none",
+ "consentTypeUnderParentalControl": "opt-in-unverified",
+ "consentType": "opt-in-unverified",
+ "applyConsentToEnforcedUsersOnly": true,
+ "defaultValue": "GRAC_AGE_18",
+ "defaultPreference": "GRAC_AGE_18",
+ "defaultParentLimit": "GRAC_AGE_18"
+ }
+ }
+ },
+ {
+ "namespace": "ratings",
+ "settingName": "limit-mro",
+ "preferredValue": "MRO_AGE_12",
+ "preferredValueFromOrgLevel": true,
+ "effectiveValue": "MRO_AGE_12",
+ "effectiveSource": "default",
+ "isOrgLevel": false,
+ "definition": {
+ "orgId": "cc5b83aa-cb5c-4b4b-a800-a7dd64edacc0",
+ "productId": "6fdb114c-3fbc-4ced-bc5b-55bcdba5c8f6",
+ "namespace": "ratings",
+ "settingName": "limit-mro",
+ "valueType": "option",
+ "allowProductOverrides": "ageBrackets",
+ "inheritFromOrg": true,
+ "translations": {
+ "en": {
+ "label": "MRO limit",
+ "parentNotice": "TBD"
+ }
+ },
+ "options": [
+ {
+ "value": "MRO_AGE_3",
+ "translations": {
+ "en": {
+ "label": "3",
+ "parentNotice": "TBD"
+ }
+ }
+ },
+ {
+ "value": "MRO_AGE_7",
+ "translations": {
+ "en": {
+ "label": "7",
+ "parentNotice": "TBD"
+ }
+ }
+ },
+ {
+ "value": "MRO_AGE_12",
+ "translations": {
+ "en": {
+ "label": "12",
+ "parentNotice": "TBD"
+ }
+ }
+ }
+ ],
+ "restrictiveOrder": "firstRestrictive",
+ "userHidden": true,
+ "required": false,
+ "dataStorage": "raw",
+ "ageBracket": {
+ "consentTypeRequired": "none",
+ "consentTypeUnderParentalControl": "opt-in-unverified",
+ "consentType": "opt-in-unverified",
+ "applyConsentToEnforcedUsersOnly": true,
+ "defaultValue": "Unrated",
+ "defaultPreference": "Unrated",
+ "defaultParentLimit": "Unrated"
+ }
+ }
+ },
+ {
+ "namespace": "ratings",
+ "settingName": "limit-oflc",
+ "preferredValue": "OFLC_AGE_13",
+ "preferredValueFromOrgLevel": true,
+ "effectiveValue": "OFLC_AGE_13",
+ "effectiveSource": "default",
+ "isOrgLevel": false,
+ "definition": {
+ "orgId": "cc5b83aa-cb5c-4b4b-a800-a7dd64edacc0",
+ "productId": "6fdb114c-3fbc-4ced-bc5b-55bcdba5c8f6",
+ "namespace": "ratings",
+ "settingName": "limit-oflc",
+ "valueType": "option",
+ "allowProductOverrides": "ageBrackets",
+ "inheritFromOrg": true,
+ "translations": {
+ "en": {
+ "label": "OFLC limit",
+ "parentNotice": "TBD"
+ }
+ },
+ "options": [
+ {
+ "value": "OFLC_AGE_0",
+ "translations": {
+ "en": {
+ "label": "G",
+ "parentNotice": "TBD"
+ }
+ }
+ },
+ {
+ "value": "OFLC_AGE_8",
+ "translations": {
+ "en": {
+ "label": "PG",
+ "parentNotice": "TBD"
+ }
+ }
+ },
+ {
+ "value": "OFLC_AGE_13",
+ "translations": {
+ "en": {
+ "label": "R13",
+ "parentNotice": "TBD"
+ }
+ }
+ }
+ ],
+ "restrictiveOrder": "firstRestrictive",
+ "userHidden": true,
+ "required": false,
+ "dataStorage": "raw",
+ "ageBracket": {
+ "consentTypeRequired": "none",
+ "consentTypeUnderParentalControl": "opt-in-unverified",
+ "consentType": "opt-in-unverified",
+ "applyConsentToEnforcedUsersOnly": true,
+ "defaultValue": "Unrated",
+ "defaultPreference": "Unrated",
+ "defaultParentLimit": "Unrated"
+ }
+ }
+ },
+ {
+ "namespace": "ratings",
+ "settingName": "limit-pegi",
+ "preferredValue": "PEGI_AGE_12",
+ "preferredValueFromOrgLevel": true,
+ "effectiveValue": "PEGI_AGE_12",
+ "effectiveSource": "default",
+ "isOrgLevel": false,
+ "definition": {
+ "orgId": "cc5b83aa-cb5c-4b4b-a800-a7dd64edacc0",
+ "productId": "6fdb114c-3fbc-4ced-bc5b-55bcdba5c8f6",
+ "namespace": "ratings",
+ "settingName": "limit-pegi",
+ "valueType": "option",
+ "allowProductOverrides": "ageBrackets",
+ "inheritFromOrg": true,
+ "translations": {
+ "en": {
+ "label": "PEGI limit",
+ "parentNotice": "TBD"
+ }
+ },
+ "options": [
+ {
+ "value": "PEGI_AGE_3",
+ "translations": {
+ "en": {
+ "label": "PEGI 3",
+ "parentNotice": "TBD"
+ }
+ }
+ },
+ {
+ "value": "PEGI_AGE_7",
+ "translations": {
+ "en": {
+ "label": "PEGI 7",
+ "parentNotice": "TBD"
+ }
+ }
+ },
+ {
+ "value": "PEGI_AGE_12",
+ "translations": {
+ "en": {
+ "label": "PEGI 12",
+ "parentNotice": "TBD"
+ }
+ }
+ }
+ ],
+ "restrictiveOrder": "firstRestrictive",
+ "userHidden": true,
+ "required": false,
+ "dataStorage": "raw",
+ "ageBracket": {
+ "consentTypeRequired": "none",
+ "consentTypeUnderParentalControl": "opt-in-unverified",
+ "consentType": "opt-in-unverified",
+ "applyConsentToEnforcedUsersOnly": true,
+ "defaultValue": "Unrated",
+ "defaultPreference": "Unrated",
+ "defaultParentLimit": "Unrated"
+ }
+ }
+ },
+ {
+ "namespace": "ratings",
+ "settingName": "limit-russia",
+ "preferredValue": "RUSSIA_AGE_12",
+ "preferredValueFromOrgLevel": true,
+ "effectiveValue": "RUSSIA_AGE_12",
+ "effectiveSource": "default",
+ "isOrgLevel": false,
+ "definition": {
+ "orgId": "cc5b83aa-cb5c-4b4b-a800-a7dd64edacc0",
+ "productId": "6fdb114c-3fbc-4ced-bc5b-55bcdba5c8f6",
+ "namespace": "ratings",
+ "settingName": "limit-russia",
+ "valueType": "option",
+ "allowProductOverrides": "ageBrackets",
+ "inheritFromOrg": true,
+ "translations": {
+ "en": {
+ "label": "Russia limit",
+ "parentNotice": "TBD"
+ }
+ },
+ "options": [
+ {
+ "value": "RUSSIA_AGE_0",
+ "translations": {
+ "en": {
+ "label": "All ages",
+ "parentNotice": "TBD"
+ }
+ }
+ },
+ {
+ "value": "RUSSIA_AGE_6",
+ "translations": {
+ "en": {
+ "label": "6+",
+ "parentNotice": "TBD"
+ }
+ }
+ },
+ {
+ "value": "RUSSIA_AGE_12",
+ "translations": {
+ "en": {
+ "label": "12+",
+ "parentNotice": "TBD"
+ }
+ }
+ }
+ ],
+ "restrictiveOrder": "firstRestrictive",
+ "userHidden": true,
+ "required": false,
+ "dataStorage": "raw",
+ "ageBracket": {
+ "consentTypeRequired": "none",
+ "consentTypeUnderParentalControl": "opt-in-unverified",
+ "consentType": "opt-in-unverified",
+ "applyConsentToEnforcedUsersOnly": true,
+ "defaultValue": "RUSSIA_AGE_18",
+ "defaultPreference": "RUSSIA_AGE_18",
+ "defaultParentLimit": "RUSSIA_AGE_18"
+ }
+ }
+ },
+ {
+ "namespace": "ratings",
+ "settingName": "limit-usk",
+ "preferredValue": "USK_AGE_12",
+ "preferredValueFromOrgLevel": true,
+ "effectiveValue": "USK_AGE_12",
+ "effectiveSource": "default",
+ "isOrgLevel": false,
+ "definition": {
+ "orgId": "cc5b83aa-cb5c-4b4b-a800-a7dd64edacc0",
+ "productId": "6fdb114c-3fbc-4ced-bc5b-55bcdba5c8f6",
+ "namespace": "ratings",
+ "settingName": "limit-usk",
+ "valueType": "option",
+ "allowProductOverrides": "ageBrackets",
+ "inheritFromOrg": true,
+ "translations": {
+ "en": {
+ "label": "USK limit",
+ "parentNotice": "TBD"
+ }
+ },
+ "options": [
+ {
+ "value": "USK_AGE_0",
+ "translations": {
+ "en": {
+ "label": "Everyone",
+ "parentNotice": "TBD"
+ }
+ }
+ },
+ {
+ "value": "USK_AGE_6",
+ "translations": {
+ "en": {
+ "label": "6+",
+ "parentNotice": "TBD"
+ }
+ }
+ },
+ {
+ "value": "USK_AGE_12",
+ "translations": {
+ "en": {
+ "label": "12+",
+ "parentNotice": "TBD"
+ }
+ }
+ }
+ ],
+ "restrictiveOrder": "firstRestrictive",
+ "userHidden": true,
+ "required": false,
+ "dataStorage": "raw",
+ "ageBracket": {
+ "consentTypeRequired": "none",
+ "consentTypeUnderParentalControl": "opt-in-unverified",
+ "consentType": "opt-in-unverified",
+ "applyConsentToEnforcedUsersOnly": true,
+ "defaultValue": "Unrated",
+ "defaultPreference": "Unrated",
+ "defaultParentLimit": "Unrated"
+ }
+ }
+ },
+ {
+ "namespace": "ratings",
+ "settingName": "ratings-body",
+ "preferredValue": "PEGI",
+ "preferredValueFromOrgLevel": true,
+ "effectiveValue": "PEGI",
+ "effectiveSource": "default",
+ "isOrgLevel": true,
+ "definition": {
+ "orgId": "cc5b83aa-cb5c-4b4b-a800-a7dd64edacc0",
+ "productId": "6fdb114c-3fbc-4ced-bc5b-55bcdba5c8f6",
+ "namespace": "ratings",
+ "settingName": "ratings-body",
+ "valueType": "option",
+ "allowProductOverrides": "ageBrackets",
+ "inheritFromOrg": true,
+ "translations": {
+ "en": {
+ "label": "Rating Body",
+ "userNotice": "TBD",
+ "parentNotice": "TBD"
+ }
+ },
+ "options": [
+ {
+ "value": "ACB",
+ "translations": {
+ "en": {
+ "label": "ACB",
+ "parentNotice": "TBD"
+ }
+ }
+ },
+ {
+ "value": "CERO",
+ "translations": {
+ "en": {
+ "label": "CERO",
+ "userNotice": "TBD",
+ "parentNotice": "TBD"
+ }
+ }
+ },
+ {
+ "value": "CSRR",
+ "translations": {
+ "en": {
+ "label": "CSRR",
+ "userNotice": "TBD",
+ "parentNotice": "TBD"
+ }
+ }
+ },
+ {
+ "value": "ClassInd",
+ "translations": {
+ "en": {
+ "label": "ClassInd",
+ "userNotice": "TBD",
+ "parentNotice": "TBD"
+ }
+ }
+ },
+ {
+ "value": "ESRB",
+ "translations": {
+ "en": {
+ "label": "ESRB",
+ "userNotice": "TBD",
+ "parentNotice": "TBD"
+ }
+ }
+ },
+ {
+ "value": "FPB",
+ "translations": {
+ "en": {
+ "label": "FPB",
+ "userNotice": "TBD",
+ "parentNotice": "TBD"
+ }
+ }
+ },
+ {
+ "value": "GCAM",
+ "translations": {
+ "en": {
+ "label": "GCAM",
+ "userNotice": "TBD",
+ "parentNotice": "TBD"
+ }
+ }
+ },
+ {
+ "value": "GRAC",
+ "translations": {
+ "en": {
+ "label": "GRAC",
+ "userNotice": "TBD",
+ "parentNotice": "TBD"
+ }
+ }
+ },
+ {
+ "value": "Generic",
+ "translations": {
+ "en": {
+ "label": "IARC Generic",
+ "userNotice": "TBD",
+ "parentNotice": "TBD"
+ }
+ }
+ },
+ {
+ "value": "MRO",
+ "translations": {
+ "en": {
+ "label": "MRO",
+ "userNotice": "TBD",
+ "parentNotice": "TBD"
+ }
+ }
+ },
+ {
+ "value": "OFLC",
+ "translations": {
+ "en": {
+ "label": "OFLC",
+ "userNotice": "TBD",
+ "parentNotice": "TBD"
+ }
+ }
+ },
+ {
+ "value": "PEGI",
+ "translations": {
+ "en": {
+ "label": "PEGI",
+ "userNotice": "TBD",
+ "parentNotice": "TBD"
+ }
+ }
+ },
+ {
+ "value": "Russia",
+ "translations": {
+ "en": {
+ "label": "Russia",
+ "userNotice": "TBD",
+ "parentNotice": "TBD"
+ }
+ }
+ },
+ {
+ "value": "USK",
+ "translations": {
+ "en": {
+ "label": "USK",
+ "userNotice": "TBD",
+ "parentNotice": "TBD"
+ }
+ }
+ }
+ ],
+ "restrictiveOrder": "firstRestrictive",
+ "userHidden": false,
+ "required": false,
+ "dataStorage": "readOnly",
+ "ageBracket": {
+ "consentTypeRequired": "none",
+ "consentType": "none",
+ "applyConsentToEnforcedUsersOnly": false,
+ "defaultValue": "PEGI",
+ "defaultPreference": "PEGI"
+ }
+ }
+ }
+ ]
+ },
+ "meta": {
+ "requestId": "57804fd0-08be-11ef-9b11-8728d7216153",
+ "timestamp": "2024-05-02T19:58:27.661Z"
+ }
+}
\ No newline at end of file
diff --git a/responses/SharedAgreements.json b/responses/eula/SharedAgreements.json
similarity index 100%
rename from responses/SharedAgreements.json
rename to responses/eula/SharedAgreements.json
diff --git a/responses/quests.json b/responses/quests.json
index d595734..edffa83 100644
--- a/responses/quests.json
+++ b/responses/quests.json
@@ -1,44020 +1,38757 @@
{
- "SaveTheWorld": {
- "Daily": [
- {
- "templateId": "Quest:Daily_DestroyArcadeMachines",
- "objectives": [
- "quest_reactive_destroyarcade_v4"
- ]
- },
- {
- "templateId": "Quest:Daily_DestroyBears",
- "objectives": [
- "quest_reactive_destroybear_v3"
- ]
- },
- {
- "templateId": "Quest:Daily_DestroyFireTrucks",
- "objectives": [
- "quest_reactive_destroyfiretruck_v2"
- ]
- },
- {
- "templateId": "Quest:Daily_DestroyGnomes",
- "objectives": [
- "quest_reactive_destroygnome_v2"
- ]
- },
- {
- "templateId": "Quest:Daily_DestroyPropaneTanks",
- "objectives": [
- "quest_reactive_destroypropane_v2"
- ]
- },
- {
- "templateId": "Quest:Daily_DestroySeesaws",
- "objectives": [
- "quest_reactive_destroyseesaw_v3"
- ]
- },
- {
- "templateId": "Quest:Daily_DestroyServerRacks",
- "objectives": [
- "quest_reactive_destroyserverrack_v2"
- ]
- },
- {
- "templateId": "Quest:Daily_DestroyTransformers",
- "objectives": [
- "quest_reactive_destroytransform_v3"
- ]
- },
- {
- "templateId": "Quest:Daily_DestroyTVs",
- "objectives": [
- "quest_reactive_destroytv_v2"
- ]
- },
- {
- "templateId": "Quest:Daily_High_Priority",
- "objectives": [
- "questcollect_survivoritemdata"
- ]
- },
- {
- "templateId": "Quest:Daily_HuskExtermination_AnyHero",
- "objectives": [
- "kill_husk"
- ]
- },
- {
- "templateId": "Quest:Daily_HuskExtermination_Constructor",
- "objectives": [
- "kill_husk_constructor_v2"
- ]
- },
- {
- "templateId": "Quest:Daily_HuskExtermination_Ninja",
- "objectives": [
- "kill_husk_ninja_v2"
- ]
- },
- {
- "templateId": "Quest:Daily_HuskExtermination_Outlander",
- "objectives": [
- "kill_husk_outlander_v2"
- ]
- },
- {
- "templateId": "Quest:Daily_HuskExtermination_Soldier",
- "objectives": [
- "kill_husk_commando_v2"
- ]
- },
- {
- "templateId": "Quest:Daily_Mission_Specialist_Constructor",
- "objectives": [
- "complete_constructor"
- ]
- },
- {
- "templateId": "Quest:Daily_Mission_Specialist_Ninja",
- "objectives": [
- "complete_ninja"
- ]
- },
- {
- "templateId": "Quest:Daily_Mission_Specialist_Outlander",
- "objectives": [
- "complete_outlander"
- ]
- },
- {
- "templateId": "Quest:Daily_Mission_Specialist_Soldier",
- "objectives": [
- "complete_commando"
- ]
- },
- {
- "templateId": "Quest:Daily_PartyOf50",
- "objectives": [
- "questcollect_survivoritemdata_v2"
- ]
- }
- ],
- "Season2": {
- "Quests": [
- {
- "itemGuid": "S2-Quest:LoveQuest_2018_Reactive_Chocolates",
- "templateId": "Quest:LoveQuest_2018_Reactive_Chocolates",
- "objectives": [
- {
- "name": "lovequest_2018_reactive_chocolates",
- "count": 10
- }
- ]
- },
- {
- "itemGuid": "S2-Quest:LoveQuest_2018_Reactive_Flowers",
- "templateId": "Quest:LoveQuest_2018_Reactive_Flowers",
- "objectives": [
- {
- "name": "lovequest_2018_reactive_flowers",
- "count": 7
- }
- ]
- },
- {
- "itemGuid": "S2-Quest:LoveQuest_2018_Reactive_Mailboxes",
- "templateId": "Quest:LoveQuest_2018_Reactive_Mailboxes",
- "objectives": [
- {
- "name": "lovequest_2018_reactive_mailboxes",
- "count": 5
- }
- ]
- },
- {
- "itemGuid": "S2-Quest:LoveQuest_2018_Reactive_RescueDennis",
- "templateId": "Quest:LoveQuest_2018_Reactive_RescueDennis",
- "objectives": [
- {
- "name": "lovequest_2018_reactive_rescuedennis",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S2-Quest:LoveQuest_2018_Reactive_RescueSummer",
- "templateId": "Quest:LoveQuest_2018_Reactive_RescueSummer",
- "objectives": [
- {
- "name": "lovequest_2018_reactive_rescuesummer",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S2-Quest:LoveQuest_2018_Reactive_Song",
- "templateId": "Quest:LoveQuest_2018_Reactive_Song",
- "objectives": [
- {
- "name": "LoveQuest_2018_Reactive_Song",
- "count": 5
- }
- ]
- },
- {
- "itemGuid": "S2-Quest:LoveQuest_2018_Reactive_TeddyBears",
- "templateId": "Quest:LoveQuest_2018_Reactive_TeddyBears",
- "objectives": [
- {
- "name": "lovequest_2018_reactive_teddybears",
- "count": 9
- }
- ]
- },
- {
- "itemGuid": "S2-Quest:SpringQuest_2018_Complete_BumpedDifficulty",
- "templateId": "Quest:SpringQuest_2018_Complete_BumpedDifficulty",
- "objectives": [
- {
- "name": "springquest_2018_complete_bumpeddifficulty",
- "count": 2
- }
- ]
- },
- {
- "itemGuid": "S2-Quest:SpringQuest_2018_Complete_FireworkClusters",
- "templateId": "Quest:SpringQuest_2018_Complete_FireworkClusters",
- "objectives": [
- {
- "name": "springquest_2018_complete_fireworkclusters",
- "count": 2
- }
- ]
- },
- {
- "itemGuid": "S2-Quest:SpringQuest_2018_KillHusksMelee",
- "templateId": "Quest:SpringQuest_2018_KillHusksMelee",
- "objectives": [
- {
- "name": "springquest_2018_killhusksmelee",
- "count": 50
- }
- ]
- },
- {
- "itemGuid": "S2-Quest:SpringQuest_2018_Reactive_Clothing",
- "templateId": "Quest:SpringQuest_2018_Reactive_Clothing",
- "objectives": [
- {
- "name": "springquest_2018_reactive_clothing",
- "count": 8
- }
- ]
- },
- {
- "itemGuid": "S2-Quest:SpringQuest_2018_Reactive_EggHunt",
- "templateId": "Quest:SpringQuest_2018_Reactive_EggHunt",
- "objectives": [
- {
- "name": "springquest_2018_reactive_egghunt",
- "count": 9
- }
- ]
- },
- {
- "itemGuid": "S2-Quest:SpringQuest_2018_Reactive_Fireworks",
- "templateId": "Quest:SpringQuest_2018_Reactive_Fireworks",
- "objectives": [
- {
- "name": "springquest_2018_reactive_fireworks",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S2-Quest:SpringQuest_2018_Reactive_Fireworks_Repeatable",
- "templateId": "Quest:SpringQuest_2018_Reactive_Fireworks_Repeatable",
- "objectives": [
- {
- "name": "springquest_2018_reactive_fireworks_repeatable",
- "count": 40
- }
- ]
- },
- {
- "itemGuid": "S2-Quest:SpringQuest_2018_Reactive_GymStuff",
- "templateId": "Quest:SpringQuest_2018_Reactive_GymStuff",
- "objectives": [
- {
- "name": "springquest_2018_reactive_gymstuff",
- "count": 5
- }
- ]
- },
- {
- "itemGuid": "S2-Quest:SpringQuest_2018_Reactive_HuntMiniboss_Finale",
- "templateId": "Quest:SpringQuest_2018_Reactive_HuntMiniboss_Finale",
- "objectives": [
- {
- "name": "springquest_2018_reactive_huntminiboss_finale",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S2-Quest:SpringQuest_2018_Reactive_KillCollect_Clovers",
- "templateId": "Quest:SpringQuest_2018_Reactive_KillCollect_Clovers",
- "objectives": [
- {
- "name": "SpringQuest_2018_Reactive_KillCollect_Clovers",
- "count": 50
- }
- ]
- },
- {
- "itemGuid": "S2-Quest:SpringQuest_2018_Reactive_Lanterns",
- "templateId": "Quest:SpringQuest_2018_Reactive_Lanterns",
- "objectives": [
- {
- "name": "SpringQuest_2018_Reactive_Lanterns",
- "count": 8
- }
- ]
- },
- {
- "itemGuid": "S2-Quest:SpringQuest_2018_Reactive_LocationDiscovery_Pub",
- "templateId": "Quest:SpringQuest_2018_Reactive_LocationDiscovery_Pub",
- "objectives": [
- {
- "name": "springquest_2018_reactive_locationdiscovery_pub",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S2-Quest:SpringQuest_2018_Reactive_Quotes",
- "templateId": "Quest:SpringQuest_2018_Reactive_Quotes",
- "objectives": [
- {
- "name": "springquest_2018_reactive_quotes",
- "count": 5
- }
- ]
- },
- {
- "itemGuid": "S2-Quest:SpringQuest_2018_Reactive_RescueVal",
- "templateId": "Quest:SpringQuest_2018_Reactive_RescueVal",
- "objectives": [
- {
- "name": "springquest_2018_reactive_rescueval",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S2-Quest:SpringQuest_2018_Reactive_Tents",
- "templateId": "Quest:SpringQuest_2018_Reactive_Tents",
- "objectives": [
- {
- "name": "springquest_2018_reactive_tents",
- "count": 5
- }
- ]
- },
- {
- "itemGuid": "S2-Quest:SpringQuest_2018_Reactive_VHS",
- "templateId": "Quest:SpringQuest_2018_Reactive_VHS",
- "objectives": [
- {
- "name": "springquest_2018_reactive_vhs",
- "count": 10
- }
- ]
- },
- {
- "itemGuid": "S2-Quest:SpringQuest_2018_StarterHidden",
- "templateId": "Quest:SpringQuest_2018_StarterHidden",
- "objectives": [
- {
- "name": "SpringQuest_2018_StarterHidden",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S2-Quest:WinterQuest_2017_CompleteSurvive7Day_D1",
- "templateId": "Quest:WinterQuest_2017_CompleteSurvive7Day_D1",
- "objectives": [
- {
- "name": "complete_survivalmode_pve01_7day",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S2-Quest:WinterQuest_2017_CompleteSurvive7Day_D2",
- "templateId": "Quest:WinterQuest_2017_CompleteSurvive7Day_D2",
- "objectives": [
- {
- "name": "complete_survivalmode_pve02_7day",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S2-Quest:WinterQuest_2017_CompleteSurvive7Day_D3",
- "templateId": "Quest:WinterQuest_2017_CompleteSurvive7Day_D3",
- "objectives": [
- {
- "name": "complete_survivalmode_pve03_7day",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S2-Quest:WinterQuest_2017_CompleteSurviveAny",
- "templateId": "Quest:WinterQuest_2017_CompleteSurviveAny",
- "objectives": [
- {
- "name": "complete_survivalmode_any",
- "count": 3
- }
- ]
- },
- {
- "itemGuid": "S2-Quest:WinterQuest_2017_Complete_PresentDrop_Repeatable",
- "templateId": "Quest:WinterQuest_2017_Complete_PresentDrop_Repeatable",
- "objectives": [
- {
- "name": "complete_presentdrop",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S2-Quest:WinterQuest_2017_Hidden_1",
- "templateId": "Quest:WinterQuest_2017_Hidden_1",
- "objectives": [
- {
- "name": "questcomplete_winterquest_2017_killmallsantas",
- "count": 1
- },
- {
- "name": "questcomplete_winterquest_2017_killevilhelpers",
- "count": 1
- },
- {
- "name": "questcomplete_winterquest_2017_killcoallobbers",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S2-Quest:WinterQuest_2017_KillCoalLobbers",
- "templateId": "Quest:WinterQuest_2017_KillCoalLobbers",
- "objectives": [
- {
- "name": "kill_husk_coal_lobbers",
- "count": 50
- }
- ]
- },
- {
- "itemGuid": "S2-Quest:WinterQuest_2017_KillEvilHelpers",
- "templateId": "Quest:WinterQuest_2017_KillEvilHelpers",
- "objectives": [
- {
- "name": "kill_husk_little_evil_helpers",
- "count": 750
- }
- ]
- },
- {
- "itemGuid": "S2-Quest:WinterQuest_2017_KillMallSantas",
- "templateId": "Quest:WinterQuest_2017_KillMallSantas",
- "objectives": [
- {
- "name": "kill_husk_mall_santas",
- "count": 30
- }
- ]
- },
- {
- "itemGuid": "S2-Quest:WinterQuest_2017_KillMiniBosses",
- "templateId": "Quest:WinterQuest_2017_KillMiniBosses",
- "objectives": [
- {
- "name": "kill_miniboss_missionalert",
- "count": 10
- }
- ]
- },
- {
- "itemGuid": "S2-Quest:WinterQuest_2017_KillMiniBosses_Repeatable",
- "templateId": "Quest:WinterQuest_2017_KillMiniBosses_Repeatable",
- "objectives": [
- {
- "name": "kill_miniboss_missionalert",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S2-Quest:WinterQuest_2017_KillMistMonsters",
- "templateId": "Quest:WinterQuest_2017_KillMistMonsters",
- "objectives": [
- {
- "name": "kill_smasher_vacuumtube",
- "count": 50
- }
- ]
- },
- {
- "itemGuid": "S2-Quest:WinterQuest_2017_LarsLandmarkMission",
- "templateId": "Quest:WinterQuest_2017_LarsLandmarkMission",
- "objectives": [
- {
- "name": "complete_lars_landmark",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S2-Quest:WinterQuest_2017_Reactive_Fetch_CollectPresent",
- "templateId": "Quest:WinterQuest_2017_Reactive_Fetch_CollectPresent",
- "objectives": [
- {
- "name": "winterquest_2017_reactive_fetch_collectpresent",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S2-Quest:WinterQuest_2017_Reactive_Fetch_Decorations",
- "templateId": "Quest:WinterQuest_2017_Reactive_Fetch_Decorations",
- "objectives": [
- {
- "name": "winterquest_2017_reactive_fetch_decoration",
- "count": 7
- }
- ]
- },
- {
- "itemGuid": "S2-Quest:WinterQuest_2017_Reactive_Fetch_DeployTrees",
- "templateId": "Quest:WinterQuest_2017_Reactive_Fetch_DeployTrees",
- "objectives": [
- {
- "name": "winterquest_2017_reactive_fetch_deploytree",
- "count": 11
- }
- ]
- },
- {
- "itemGuid": "S2-Quest:WinterQuest_2017_Reactive_Fetch_PackingPresents",
- "templateId": "Quest:WinterQuest_2017_Reactive_Fetch_PackingPresents",
- "objectives": [
- {
- "name": "winterquest_2017_reactive_fetch_presentfiller",
- "count": 12
- }
- ]
- },
- {
- "itemGuid": "S2-Quest:WinterQuest_2017_Reactive_Fetch_Radios",
- "templateId": "Quest:WinterQuest_2017_Reactive_Fetch_Radios",
- "objectives": [
- {
- "name": "winterquest_2017_reactive_fetch_radio",
- "count": 8
- }
- ]
- },
- {
- "itemGuid": "S2-Quest:WinterQuest_2017_Reactive_FrozenTroll",
- "templateId": "Quest:WinterQuest_2017_Reactive_FrozenTroll",
- "objectives": [
- {
- "name": "winterquest_2017_reactive_frozentroll",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S2-Quest:WinterQuest_2017_Reactive_Gather_Books",
- "templateId": "Quest:WinterQuest_2017_Reactive_Gather_Books",
- "objectives": [
- {
- "name": "winterquest_2017_reactive_gather_book",
- "count": 10
- }
- ]
- },
- {
- "itemGuid": "S2-Quest:WinterQuest_2017_Reactive_Gather_Fridges",
- "templateId": "Quest:WinterQuest_2017_Reactive_Gather_Fridges",
- "objectives": [
- {
- "name": "winterquest_2017_reactive_gather_fridge",
- "count": 12
- }
- ]
- },
- {
- "itemGuid": "S2-Quest:WinterQuest_2017_Reactive_Gather_FruitNuts",
- "templateId": "Quest:WinterQuest_2017_Reactive_Gather_FruitNuts",
- "objectives": [
- {
- "name": "winterquest_2017_reactive_gather_fruit",
- "count": 15
- }
- ]
- },
- {
- "itemGuid": "S2-Quest:WinterQuest_2017_Reactive_Gather_TrafficLights",
- "templateId": "Quest:WinterQuest_2017_Reactive_Gather_TrafficLights",
- "objectives": [
- {
- "name": "winterquest_2017_reactive_gather_trafficlight",
- "count": 10
- }
- ]
- },
- {
- "itemGuid": "S2-Quest:WinterQuest_2017_Reactive_Gather_Trees",
- "templateId": "Quest:WinterQuest_2017_Reactive_Gather_Trees",
- "objectives": [
- {
- "name": "winterquest_2107_reactive_gather_pinetree",
- "count": 20
- }
- ]
- },
- {
- "itemGuid": "S2-Quest:WinterQuest_2017_Reactive_Presents_Hidden",
- "templateId": "Quest:WinterQuest_2017_Reactive_Presents_Hidden",
- "objectives": [
- {
- "name": "winterquest_2017_reactive_presents_hidden",
- "count": 6
- }
- ]
- }
+ "Daily": [
+ {
+ "templateId": "Quest:AthenaDaily_Outlive_Solo",
+ "objectives": [
+ "daily_athena_outlive_solo_players"
]
},
- "Season3": {
- "Quests": [
- {
- "itemGuid": "S3-Quest:LoveQuest_2018_Reactive_Chocolates",
- "templateId": "Quest:LoveQuest_2018_Reactive_Chocolates",
- "objectives": [
- {
- "name": "lovequest_2018_reactive_chocolates",
- "count": 10
- }
- ]
- },
- {
- "itemGuid": "S3-Quest:LoveQuest_2018_Reactive_Flowers",
- "templateId": "Quest:LoveQuest_2018_Reactive_Flowers",
- "objectives": [
- {
- "name": "lovequest_2018_reactive_flowers",
- "count": 7
- }
- ]
- },
- {
- "itemGuid": "S3-Quest:LoveQuest_2018_Reactive_Mailboxes",
- "templateId": "Quest:LoveQuest_2018_Reactive_Mailboxes",
- "objectives": [
- {
- "name": "lovequest_2018_reactive_mailboxes",
- "count": 5
- }
- ]
- },
- {
- "itemGuid": "S3-Quest:LoveQuest_2018_Reactive_RescueDennis",
- "templateId": "Quest:LoveQuest_2018_Reactive_RescueDennis",
- "objectives": [
- {
- "name": "lovequest_2018_reactive_rescuedennis",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S3-Quest:LoveQuest_2018_Reactive_RescueSummer",
- "templateId": "Quest:LoveQuest_2018_Reactive_RescueSummer",
- "objectives": [
- {
- "name": "lovequest_2018_reactive_rescuesummer",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S3-Quest:LoveQuest_2018_Reactive_Song",
- "templateId": "Quest:LoveQuest_2018_Reactive_Song",
- "objectives": [
- {
- "name": "LoveQuest_2018_Reactive_Song",
- "count": 5
- }
- ]
- },
- {
- "itemGuid": "S3-Quest:LoveQuest_2018_Reactive_TeddyBears",
- "templateId": "Quest:LoveQuest_2018_Reactive_TeddyBears",
- "objectives": [
- {
- "name": "lovequest_2018_reactive_teddybears",
- "count": 9
- }
- ]
- },
- {
- "itemGuid": "S3-Quest:SpringQuest_2018_Build_Trojan_Bunny",
- "templateId": "Quest:SpringQuest_2018_Build_Trojan_Bunny",
- "objectives": [
- {
- "name": "springquest_2018_build_trojan_bunny",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S3-Quest:SpringQuest_2018_Complete_BumpedDifficulty",
- "templateId": "Quest:SpringQuest_2018_Complete_BumpedDifficulty",
- "objectives": [
- {
- "name": "springquest_2018_complete_bumpeddifficulty",
- "count": 2
- }
- ]
- },
- {
- "itemGuid": "S3-Quest:SpringQuest_2018_Complete_FireworkClusters",
- "templateId": "Quest:SpringQuest_2018_Complete_FireworkClusters",
- "objectives": [
- {
- "name": "springquest_2018_complete_fireworkclusters",
- "count": 2
- }
- ]
- },
- {
- "itemGuid": "S3-Quest:SpringQuest_2018_EvolveDragonWeapon",
- "templateId": "Quest:SpringQuest_2018_EvolveDragonWeapon",
- "objectives": [
- {
- "name": "springquest_2018_evolvedragonweapon",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S3-Quest:SpringQuest_2018_KillHusksDragonWeapon",
- "templateId": "Quest:SpringQuest_2018_KillHusksDragonWeapon",
- "objectives": [
- {
- "name": "springquest_2018_killhusksdragonweapon",
- "count": 886
- }
- ]
- },
- {
- "itemGuid": "S3-Quest:SpringQuest_2018_KillHusksMelee",
- "templateId": "Quest:SpringQuest_2018_KillHusksMelee",
- "objectives": [
- {
- "name": "springquest_2018_killhusksmelee",
- "count": 50
- }
- ]
- },
- {
- "itemGuid": "S3-Quest:SpringQuest_2018_KillMistMonstersDragonWeapon",
- "templateId": "Quest:SpringQuest_2018_KillMistMonstersDragonWeapon",
- "objectives": [
- {
- "name": "springquest_2018_killmistmonstersdragonweapon_smasher",
- "count": 38
- }
- ]
- },
- {
- "itemGuid": "S3-Quest:SpringQuest_2018_Reactive_CCTV_Cameras",
- "templateId": "Quest:SpringQuest_2018_Reactive_CCTV_Cameras",
- "objectives": [
- {
- "name": "springquest_2018_reactive_cctv_cameras",
- "count": 6
- }
- ]
- },
- {
- "itemGuid": "S3-Quest:SpringQuest_2018_Reactive_Clothing",
- "templateId": "Quest:SpringQuest_2018_Reactive_Clothing",
- "objectives": [
- {
- "name": "springquest_2018_reactive_clothing",
- "count": 8
- }
- ]
- },
- {
- "itemGuid": "S3-Quest:SpringQuest_2018_Reactive_EggHunt",
- "templateId": "Quest:SpringQuest_2018_Reactive_EggHunt",
- "objectives": [
- {
- "name": "springquest_2018_reactive_egghunt",
- "count": 9
- }
- ]
- },
- {
- "itemGuid": "S3-Quest:SpringQuest_2018_Reactive_Fireworks",
- "templateId": "Quest:SpringQuest_2018_Reactive_Fireworks",
- "objectives": [
- {
- "name": "springquest_2018_reactive_fireworks",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S3-Quest:SpringQuest_2018_Reactive_Fireworks_Repeatable",
- "templateId": "Quest:SpringQuest_2018_Reactive_Fireworks_Repeatable",
- "objectives": [
- {
- "name": "springquest_2018_reactive_fireworks_repeatable",
- "count": 40
- }
- ]
- },
- {
- "itemGuid": "S3-Quest:SpringQuest_2018_Reactive_Fountains",
- "templateId": "Quest:SpringQuest_2018_Reactive_Fountains",
- "objectives": [
- {
- "name": "springquest_2018_reactive_fountains",
- "count": 10
- }
- ]
- },
- {
- "itemGuid": "S3-Quest:SpringQuest_2018_Reactive_Garden_Gnomes",
- "templateId": "Quest:SpringQuest_2018_Reactive_Garden_Gnomes",
- "objectives": [
- {
- "name": "SpringQuest_2018_Reactive_Garden_Gnomes",
- "count": 5
- }
- ]
- },
- {
- "itemGuid": "S3-Quest:SpringQuest_2018_Reactive_GymStuff",
- "templateId": "Quest:SpringQuest_2018_Reactive_GymStuff",
- "objectives": [
- {
- "name": "springquest_2018_reactive_gymstuff",
- "count": 5
- }
- ]
- },
- {
- "itemGuid": "S3-Quest:SpringQuest_2018_Reactive_HuntMiniboss_Finale",
- "templateId": "Quest:SpringQuest_2018_Reactive_HuntMiniboss_Finale",
- "objectives": [
- {
- "name": "SpringQuest_2018_Reactive_HuntMiniboss_Finale",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S3-Quest:SpringQuest_2018_Reactive_KillCollect_Clovers",
- "templateId": "Quest:SpringQuest_2018_Reactive_KillCollect_Clovers",
- "objectives": [
- {
- "name": "SpringQuest_2018_Reactive_KillCollect_Clovers",
- "count": 50
- }
- ]
- },
- {
- "itemGuid": "S3-Quest:SpringQuest_2018_Reactive_Lanterns",
- "templateId": "Quest:SpringQuest_2018_Reactive_Lanterns",
- "objectives": [
- {
- "name": "SpringQuest_2018_Reactive_Lanterns",
- "count": 8
- }
- ]
- },
- {
- "itemGuid": "S3-Quest:SpringQuest_2018_Reactive_Leprechaun_Traps",
- "templateId": "Quest:SpringQuest_2018_Reactive_Leprechaun_Traps",
- "objectives": [
- {
- "name": "springquest_2018_reactive_leprechaun_traps",
- "count": 5
- }
- ]
- },
- {
- "itemGuid": "S3-Quest:SpringQuest_2018_Reactive_LocationDiscovery_Pub",
- "templateId": "Quest:SpringQuest_2018_Reactive_LocationDiscovery_Pub",
- "objectives": [
- {
- "name": "springquest_2018_reactive_locationdiscovery_pub",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S3-Quest:SpringQuest_2018_Reactive_PotsOfGold",
- "templateId": "Quest:SpringQuest_2018_Reactive_PotsOfGold",
- "objectives": [
- {
- "name": "springquest_2018_reactive_potsofgold",
- "count": 7
- }
- ]
- },
- {
- "itemGuid": "S3-Quest:SpringQuest_2018_Reactive_Quotes",
- "templateId": "Quest:SpringQuest_2018_Reactive_Quotes",
- "objectives": [
- {
- "name": "springquest_2018_reactive_quotes",
- "count": 5
- }
- ]
- },
- {
- "itemGuid": "S3-Quest:SpringQuest_2018_Reactive_RescueVal",
- "templateId": "Quest:SpringQuest_2018_Reactive_RescueVal",
- "objectives": [
- {
- "name": "springquest_2018_reactive_rescueval",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S3-Quest:SpringQuest_2018_Reactive_Tents",
- "templateId": "Quest:SpringQuest_2018_Reactive_Tents",
- "objectives": [
- {
- "name": "springquest_2018_reactive_tents",
- "count": 5
- }
- ]
- },
- {
- "itemGuid": "S3-Quest:SpringQuest_2018_Reactive_VHS",
- "templateId": "Quest:SpringQuest_2018_Reactive_VHS",
- "objectives": [
- {
- "name": "springquest_2018_reactive_vhs",
- "count": 8
- }
- ]
- },
- {
- "itemGuid": "S3-Quest:SpringQuest_2018_StarterHidden",
- "templateId": "Quest:SpringQuest_2018_StarterHidden",
- "objectives": [
- {
- "name": "SpringQuest_2018_StarterHidden",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S3-Quest:StormQuest_2018_CompleteStormZones_Repeatable",
- "templateId": "Quest:StormQuest_2018_CompleteStormZones_Repeatable",
- "objectives": [
- {
- "name": "complete_stormzone",
- "count": 2
- }
- ]
- },
- {
- "itemGuid": "S3-Quest:StormQuest_2018_CompleteSurvive7Day_D1",
- "templateId": "Quest:StormQuest_2018_CompleteSurvive7Day_D1",
- "objectives": [
- {
- "name": "complete_survivalmode_pve01_7day",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S3-Quest:StormQuest_2018_CompleteSurvive7Day_D2",
- "templateId": "Quest:StormQuest_2018_CompleteSurvive7Day_D2",
- "objectives": [
- {
- "name": "complete_survivalmode_pve02_7day",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S3-Quest:StormQuest_2018_CompleteSurvive7Day_D3",
- "templateId": "Quest:StormQuest_2018_CompleteSurvive7Day_D3",
- "objectives": [
- {
- "name": "complete_survivalmode_pve03_7day",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S3-Quest:StormQuest_2018_CompleteSurviveAny",
- "templateId": "Quest:StormQuest_2018_CompleteSurviveAny",
- "objectives": [
- {
- "name": "complete_survivalmode_any",
- "count": 3
- }
- ]
- },
- {
- "itemGuid": "S3-Quest:StormQuest_2018_Hidden_1",
- "templateId": "Quest:StormQuest_2018_Hidden_1",
- "objectives": [
- {
- "name": "questcomplete_stormquest_2018_reactive_skyatlases",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S3-Quest:StormQuest_2018_Landmark_Lars",
- "templateId": "Quest:StormQuest_2018_Landmark_Lars",
- "objectives": [
- {
- "name": "stormquest_2018_landmark_lars",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S3-Quest:StormQuest_2018_Landmark_Observe",
- "templateId": "Quest:StormQuest_2018_Landmark_Observe",
- "objectives": [
- {
- "name": "stormquest_2018_landmark_observe",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S3-Quest:StormQuest_2018_Reactive_ACParts",
- "templateId": "Quest:StormQuest_2018_Reactive_ACParts",
- "objectives": [
- {
- "name": "stormquest_2018_reactive_acparts",
- "count": 99
- }
- ]
- },
- {
- "itemGuid": "S3-Quest:StormQuest_2018_Reactive_Equipment",
- "templateId": "Quest:StormQuest_2018_Reactive_Equipment",
- "objectives": [
- {
- "name": "stormquest_2018_reactive_equipment",
- "count": 5
- }
- ]
- },
- {
- "itemGuid": "S3-Quest:StormQuest_2018_Reactive_Hoverboards",
- "templateId": "Quest:StormQuest_2018_Reactive_Hoverboards",
- "objectives": [
- {
- "name": "stormquest_2018_reactive_hoverboards",
- "count": 10
- }
- ]
- },
- {
- "itemGuid": "S3-Quest:StormQuest_2018_Reactive_HuskData",
- "templateId": "Quest:StormQuest_2018_Reactive_HuskData",
- "objectives": [
- {
- "name": "stormquest_2018_reactive_huskdata",
- "count": 10
- }
- ]
- },
- {
- "itemGuid": "S3-Quest:StormQuest_2018_Reactive_Insulators",
- "templateId": "Quest:StormQuest_2018_Reactive_Insulators",
- "objectives": [
- {
- "name": "stormquest_2018_reactive_insulators",
- "count": 30
- }
- ]
- },
- {
- "itemGuid": "S3-Quest:StormQuest_2018_Reactive_Maps",
- "templateId": "Quest:StormQuest_2018_Reactive_Maps",
- "objectives": [
- {
- "name": "stormquest_2018_reactive_maps",
- "count": 15
- }
- ]
- },
- {
- "itemGuid": "S3-Quest:StormQuest_2018_Reactive_Payphones",
- "templateId": "Quest:StormQuest_2018_Reactive_Payphones",
- "objectives": [
- {
- "name": "stormquest_2018_reactive_payphones",
- "count": 7
- }
- ]
- },
- {
- "itemGuid": "S3-Quest:StormQuest_2018_Reactive_Records",
- "templateId": "Quest:StormQuest_2018_Reactive_Records",
- "objectives": [
- {
- "name": "stormquest_2018_reactive_records",
- "count": 5
- }
- ]
- },
- {
- "itemGuid": "S3-Quest:StormQuest_2018_Reactive_Research",
- "templateId": "Quest:StormQuest_2018_Reactive_Research",
- "objectives": [
- {
- "name": "stormquest_2018_reactive_research",
- "count": 9
- }
- ]
- },
- {
- "itemGuid": "S3-Quest:StormQuest_2018_Reactive_Servers",
- "templateId": "Quest:StormQuest_2018_Reactive_Servers",
- "objectives": [
- {
- "name": "stormquest_2018_reactive_servers",
- "count": 5
- }
- ]
- },
- {
- "itemGuid": "S3-Quest:StormQuest_2018_Reactive_ServiceCars",
- "templateId": "Quest:StormQuest_2018_Reactive_ServiceCars",
- "objectives": [
- {
- "name": "stormquest_2018_reactive_servicecars",
- "count": 20
- }
- ]
- },
- {
- "itemGuid": "S3-Quest:StormQuest_2018_Reactive_SkyAtlases",
- "templateId": "Quest:StormQuest_2018_Reactive_SkyAtlases",
- "objectives": [
- {
- "name": "stormquest_2018_reactive_skyatlases",
- "count": 12
- }
- ]
- },
- {
- "itemGuid": "S3-Quest:StormQuest_2018_Reactive_Speakers",
- "templateId": "Quest:StormQuest_2018_Reactive_Speakers",
- "objectives": [
- {
- "name": "stormquest_2018_reactive_speakers",
- "count": 7
- }
- ]
- },
- {
- "itemGuid": "S3-Quest:StormQuest_2018_Reactive_Telescopes",
- "templateId": "Quest:StormQuest_2018_Reactive_Telescopes",
- "objectives": [
- {
- "name": "stormquest_2018_reactive_telescopes",
- "count": 6
- }
- ]
- }
+ {
+ "templateId": "Quest:AthenaDaily_Outlive_Squad",
+ "objectives": [
+ "daily_athena_outlive_squad_players_v2"
]
},
- "Season4": {
- "Quests": [
- {
- "itemGuid": "S4-Quest:BlockbusterQuest_2018_Hidden_1",
- "templateId": "Quest:BlockbusterQuest_2018_Hidden_1",
- "objectives": [
- {
- "name": "questcomplete_blockbusterquest_2018_reactive_raysignal",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S4-Quest:BlockbusterQuest_2018_Hidden_2",
- "templateId": "Quest:BlockbusterQuest_2018_Hidden_2",
- "objectives": [
- {
- "name": "blockbusterquest_2018_hidden_2",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S4-Quest:BlockbusterQuest_2018_Hidden_3",
- "templateId": "Quest:BlockbusterQuest_2018_Hidden_3",
- "objectives": [
- {
- "name": "questcomplete_blockbusterquest_2018_landmark_meteor",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S4-Quest:BlockbusterQuest_2018_Hidden_EnableHusky",
- "templateId": "Quest:BlockbusterQuest_2018_Hidden_EnableHusky",
- "objectives": [
- {
- "name": "questcomplete_blockbusterquest_2018_reactive_magnets",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S4-Quest:BlockbusterQuest_2018_KillChromeHusky_Repeatable",
- "templateId": "Quest:BlockbusterQuest_2018_KillChromeHusky_Repeatable",
- "objectives": [
- {
- "name": "kill_husk_chromehusky",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S4-Quest:BlockbusterQuest_2018_KillFireHusks_Repeatable",
- "templateId": "Quest:BlockbusterQuest_2018_KillFireHusks_Repeatable",
- "objectives": [
- {
- "name": "kill_husk_ele_fire",
- "count": 300
- }
- ]
- },
- {
- "itemGuid": "S4-Quest:BlockbusterQuest_2018_KillMiniBosses_Repeatable",
- "templateId": "Quest:BlockbusterQuest_2018_KillMiniBosses_Repeatable",
- "objectives": [
- {
- "name": "kill_miniboss_missionalert",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S4-Quest:BlockbusterQuest_2018_KillMistMonsters_Repeatable",
- "templateId": "Quest:BlockbusterQuest_2018_KillMistMonsters_Repeatable",
- "objectives": [
- {
- "name": "kill_husk_smasher",
- "count": 50
- }
- ]
- },
- {
- "itemGuid": "S4-Quest:BlockbusterQuest_2018_KillNatureHusks_Repeatable",
- "templateId": "Quest:BlockbusterQuest_2018_KillNatureHusks_Repeatable",
- "objectives": [
- {
- "name": "kill_husk_ele_nature",
- "count": 300
- }
- ]
- },
- {
- "itemGuid": "S4-Quest:BlockbusterQuest_2018_KillWaterHusks_Repeatable",
- "templateId": "Quest:BlockbusterQuest_2018_KillWaterHusks_Repeatable",
- "objectives": [
- {
- "name": "kill_husk_ele_water",
- "count": 300
- }
- ]
- },
- {
- "itemGuid": "S4-Quest:BlockbusterQuest_2018_Landmark_Comet",
- "templateId": "Quest:BlockbusterQuest_2018_Landmark_Comet",
- "objectives": [
- {
- "name": "blockbusterquest_2018_landmark_comet",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S4-Quest:BlockbusterQuest_2018_Landmark_Meteor",
- "templateId": "Quest:BlockbusterQuest_2018_Landmark_Meteor",
- "objectives": [
- {
- "name": "blockbusterquest_2018_landmark_meteor",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S4-Quest:BlockbusterQuest_2018_Landmark_Suit",
- "templateId": "Quest:BlockbusterQuest_2018_Landmark_Suit",
- "objectives": [
- {
- "name": "blockbusterquest_2018_landmark_suit",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S4-Quest:BlockbusterQuest_2018_OpenCaches_Repeatable",
- "templateId": "Quest:BlockbusterQuest_2018_OpenCaches_Repeatable",
- "objectives": [
- {
- "name": "open_caches",
- "count": 10
- }
- ]
- },
- {
- "itemGuid": "S4-Quest:BlockbusterQuest_2018_Reactive_Barrels",
- "templateId": "Quest:BlockbusterQuest_2018_Reactive_Barrels",
- "objectives": [
- {
- "name": "blockbusterquest_2018_reactive_barrels",
- "count": 5
- }
- ]
- },
- {
- "itemGuid": "S4-Quest:BlockbusterQuest_2018_Reactive_Bees",
- "templateId": "Quest:BlockbusterQuest_2018_Reactive_Bees",
- "objectives": [
- {
- "name": "blockbusterquest_2018_reactive_bees",
- "count": 15
- }
- ]
- },
- {
- "itemGuid": "S4-Quest:BlockbusterQuest_2018_Reactive_Broadcasts",
- "templateId": "Quest:BlockbusterQuest_2018_Reactive_Broadcasts",
- "objectives": [
- {
- "name": "blockbusterquest_2018_reactive_broadcasts",
- "count": 10
- }
- ]
- },
- {
- "itemGuid": "S4-Quest:BlockbusterQuest_2018_Reactive_CarbonDating",
- "templateId": "Quest:BlockbusterQuest_2018_Reactive_CarbonDating",
- "objectives": [
- {
- "name": "BlockbusterQuest_2018_Reactive_CarbonDating",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S4-Quest:BlockbusterQuest_2018_Reactive_ChromeHuskData",
- "templateId": "Quest:BlockbusterQuest_2018_Reactive_ChromeHuskData",
- "objectives": [
- {
- "name": "blockbusterquest_2018_reactive_chromehuskdata",
- "count": 5
- }
- ]
- },
- {
- "itemGuid": "S4-Quest:BlockbusterQuest_2018_Reactive_Clocks",
- "templateId": "Quest:BlockbusterQuest_2018_Reactive_Clocks",
- "objectives": [
- {
- "name": "blockbusterquest_2018_reactive_clocks",
- "count": 4
- }
- ]
- },
- {
- "itemGuid": "S4-Quest:BlockbusterQuest_2018_Reactive_CometShards",
- "templateId": "Quest:BlockbusterQuest_2018_Reactive_CometShards",
- "objectives": [
- {
- "name": "blockbusterquest_2018_reactive_cometshards",
- "count": 11
- }
- ]
- },
- {
- "itemGuid": "S4-Quest:BlockbusterQuest_2018_Reactive_Consoles",
- "templateId": "Quest:BlockbusterQuest_2018_Reactive_Consoles",
- "objectives": [
- {
- "name": "blockbusterquest_2018_reactive_consoles",
- "count": 6
- }
- ]
- },
- {
- "itemGuid": "S4-Quest:BlockbusterQuest_2018_Reactive_Cows",
- "templateId": "Quest:BlockbusterQuest_2018_Reactive_Cows",
- "objectives": [
- {
- "name": "blockbusterquest_2018_reactive_cows",
- "count": 5
- }
- ]
- },
- {
- "itemGuid": "S4-Quest:BlockbusterQuest_2018_Reactive_DeployCBots",
- "templateId": "Quest:BlockbusterQuest_2018_Reactive_DeployCBots",
- "objectives": [
- {
- "name": "blockbusterquest_2018_reactive_deploycbots",
- "count": 7
- }
- ]
- },
- {
- "itemGuid": "S4-Quest:BlockbusterQuest_2018_Reactive_Earthquakes",
- "templateId": "Quest:BlockbusterQuest_2018_Reactive_Earthquakes",
- "objectives": [
- {
- "name": "blockbusterquest_2018_reactive_earthquakes",
- "count": 5
- }
- ]
- },
- {
- "itemGuid": "S4-Quest:BlockbusterQuest_2018_Reactive_Fans",
- "templateId": "Quest:BlockbusterQuest_2018_Reactive_Fans",
- "objectives": [
- {
- "name": "blockbusterquest_2018_reactive_fans",
- "count": 5
- }
- ]
- },
- {
- "itemGuid": "S4-Quest:BlockbusterQuest_2018_Reactive_Flyers",
- "templateId": "Quest:BlockbusterQuest_2018_Reactive_Flyers",
- "objectives": [
- {
- "name": "blockbusterquest_2018_reactive_flyers",
- "count": 11
- }
- ]
- },
- {
- "itemGuid": "S4-Quest:BlockbusterQuest_2018_Reactive_JulyFourth",
- "templateId": "Quest:BlockbusterQuest_2018_Reactive_JulyFourth",
- "objectives": [
- {
- "name": "blockbusterquest_2018_reactive_julyfourth",
- "count": 11
- }
- ]
- },
- {
- "itemGuid": "S4-Quest:BlockbusterQuest_2018_Reactive_Magnets",
- "templateId": "Quest:BlockbusterQuest_2018_Reactive_Magnets",
- "objectives": [
- {
- "name": "blockbusterquest_2018_reactive_magnets",
- "count": 4
- }
- ]
- },
- {
- "itemGuid": "S4-Quest:BlockbusterQuest_2018_Reactive_Mailboxes",
- "templateId": "Quest:BlockbusterQuest_2018_Reactive_Mailboxes",
- "objectives": [
- {
- "name": "blockbusterquest_2018_reactive_mailboxes",
- "count": 5
- }
- ]
- },
- {
- "itemGuid": "S4-Quest:BlockbusterQuest_2018_Reactive_Mattresses",
- "templateId": "Quest:BlockbusterQuest_2018_Reactive_Mattresses",
- "objectives": [
- {
- "name": "blockbusterquest_2018_reactive_mattresses",
- "count": 15
- }
- ]
- },
- {
- "itemGuid": "S4-Quest:BlockbusterQuest_2018_Reactive_Mayhem",
- "templateId": "Quest:BlockbusterQuest_2018_Reactive_Mayhem",
- "objectives": [
- {
- "name": "blockbusterquest_2018_reactive_mayhem",
- "count": 8
- }
- ]
- },
- {
- "itemGuid": "S4-Quest:BlockbusterQuest_2018_Reactive_PortaPottys",
- "templateId": "Quest:BlockbusterQuest_2018_Reactive_PortaPottys",
- "objectives": [
- {
- "name": "blockbusterquest_2018_reactive_portapottys",
- "count": 5
- }
- ]
- },
- {
- "itemGuid": "S4-Quest:BlockbusterQuest_2018_Reactive_RaySignal",
- "templateId": "Quest:BlockbusterQuest_2018_Reactive_RaySignal",
- "objectives": [
- {
- "name": "blockbusterquest_2018_reactive_raysignal",
- "count": 4
- }
- ]
- },
- {
- "itemGuid": "S4-Quest:BlockbusterQuest_2018_Reactive_Rescue",
- "templateId": "Quest:BlockbusterQuest_2018_Reactive_Rescue",
- "objectives": [
- {
- "name": "blockbusterquest_2018_reactive_rescue",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S4-Quest:BlockbusterQuest_2018_Reactive_Restaurant",
- "templateId": "Quest:BlockbusterQuest_2018_Reactive_Restaurant",
- "objectives": [
- {
- "name": "blockbusterquest_2018_reactive_restaurant",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S4-Quest:BlockbusterQuest_2018_Reactive_RetrieveCBots",
- "templateId": "Quest:BlockbusterQuest_2018_Reactive_RetrieveCBots",
- "objectives": [
- {
- "name": "blockbusterquest_2018_reactive_retrievecbots",
- "count": 5
- }
- ]
- },
- {
- "itemGuid": "S4-Quest:BlockbusterQuest_2018_Reactive_Rubber",
- "templateId": "Quest:BlockbusterQuest_2018_Reactive_Rubber",
- "objectives": [
- {
- "name": "blockbusterquest_2018_reactive_rubber",
- "count": 10
- }
- ]
- },
- {
- "itemGuid": "S4-Quest:BlockbusterQuest_2018_Reactive_Scanners",
- "templateId": "Quest:BlockbusterQuest_2018_Reactive_Scanners",
- "objectives": [
- {
- "name": "blockbusterquest_2018_reactive_scanners",
- "count": 5
- }
- ]
- },
- {
- "itemGuid": "S4-Quest:BlockbusterQuest_2018_Reactive_ShielderData",
- "templateId": "Quest:BlockbusterQuest_2018_Reactive_ShielderData",
- "objectives": [
- {
- "name": "blockbusterquest_2018_reactive_shielderdata",
- "count": 7
- }
- ]
- },
- {
- "itemGuid": "S4-Quest:BlockbusterQuest_2018_Reactive_Tankers",
- "templateId": "Quest:BlockbusterQuest_2018_Reactive_Tankers",
- "objectives": [
- {
- "name": "blockbusterquest_2018_reactive_tankers",
- "count": 5
- }
- ]
- },
- {
- "itemGuid": "S4-Quest:BlockbusterQuest_2018_Reactive_Tombstones",
- "templateId": "Quest:BlockbusterQuest_2018_Reactive_Tombstones",
- "objectives": [
- {
- "name": "blockbusterquest_2018_reactive_tombstones",
- "count": 5
- }
- ]
- },
- {
- "itemGuid": "S4-Quest:BlockbusterQuest_2018_Reactive_Toys",
- "templateId": "Quest:BlockbusterQuest_2018_Reactive_Toys",
- "objectives": [
- {
- "name": "blockbusterquest_2018_reactive_toys",
- "count": 6
- }
- ]
- },
- {
- "itemGuid": "S4-Quest:BlockbusterQuest_2018_Reactive_Trodes",
- "templateId": "Quest:BlockbusterQuest_2018_Reactive_Trodes",
- "objectives": [
- {
- "name": "blockbusterquest_2018_reactive_trodes",
- "count": 5
- }
- ]
- }
+ {
+ "templateId": "Quest:AthenaDaily_Outlive",
+ "objectives": [
+ "daily_athena_outlive_players_v3"
]
},
- "Season5": {
- "Quests": [
- {
- "itemGuid": "S5-Quest:AnniversaryQuest_2018_Complete_Cake_Repeatable",
- "templateId": "Quest:AnniversaryQuest_2018_Complete_Cake_Repeatable",
- "objectives": [
- {
- "name": "anniversaryquest_2018_complete_cake_repeatable",
- "count": 5
- }
- ]
- },
- {
- "itemGuid": "S5-Quest:AnniversaryQuest_2018_Kill_Cake_Sploders",
- "templateId": "Quest:AnniversaryQuest_2018_Kill_Cake_Sploders",
- "objectives": [
- {
- "name": "kill_husk_sploder",
- "count": 50
- }
- ]
- },
- {
- "itemGuid": "S5-Quest:HordeQuest_BuildBase",
- "templateId": "Quest:HordeQuest_BuildBase",
- "objectives": [
- {
- "name": "hordequest_buildbase",
- "count": 10
- }
- ]
- },
- {
- "itemGuid": "S5-Quest:HordeQuest_Hidden_0",
- "templateId": "Quest:HordeQuest_Hidden_0",
- "objectives": [
- {
- "name": "questcomplete_outpostquest_t1_l4",
- "count": 1
- },
- {
- "name": "questcomplete_hordequest_progression_stonewood_1",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S5-Quest:HordeQuest_Hidden_1",
- "templateId": "Quest:HordeQuest_Hidden_1",
- "objectives": [
- {
- "name": "questcomplete_outpostquest_t2_l1",
- "count": 1
- },
- {
- "name": "questcomplete_hordequest_progression_stonewood_4",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S5-Quest:HordeQuest_Hidden_2",
- "templateId": "Quest:HordeQuest_Hidden_2",
- "objectives": [
- {
- "name": "questcomplete_outpostquest_t2_l2",
- "count": 1
- },
- {
- "name": "questcomplete_hordequest_progression_plankerton_2",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S5-Quest:HordeQuest_Hidden_3",
- "templateId": "Quest:HordeQuest_Hidden_3",
- "objectives": [
- {
- "name": "questcomplete_outpostquest_t2_l4",
- "count": 1
- },
- {
- "name": "questcomplete_hordequest_progression_plankerton_4",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S5-Quest:HordeQuest_Hidden_4",
- "templateId": "Quest:HordeQuest_Hidden_4",
- "objectives": [
- {
- "name": "questcomplete_outpostquest_t3_l1",
- "count": 1
- },
- {
- "name": "questcomplete_hordequest_progression_plankerton_5",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S5-Quest:HordeQuest_Hidden_5",
- "templateId": "Quest:HordeQuest_Hidden_5",
- "objectives": [
- {
- "name": "questcomplete_outpostquest_t3_l2",
- "count": 1
- },
- {
- "name": "questcomplete_hordequest_progression_canny_2",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S5-Quest:HordeQuest_Hidden_6",
- "templateId": "Quest:HordeQuest_Hidden_6",
- "objectives": [
- {
- "name": "questcomplete_outpostquest_t3_l4",
- "count": 1
- },
- {
- "name": "questcomplete_hordequest_progression_canny_4",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S5-Quest:HordeQuest_Hidden_7",
- "templateId": "Quest:HordeQuest_Hidden_7",
- "objectives": [
- {
- "name": "questcomplete_outpostquest_t4_l1",
- "count": 1
- },
- {
- "name": "questcomplete_hordequest_progression_canny_5",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S5-Quest:HordeQuest_Hidden_Weekly1",
- "templateId": "Quest:HordeQuest_Hidden_Weekly1",
- "objectives": [
- {
- "name": "questcomplete_outpostquest_t1_l3",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S5-Quest:HordeQuest_Hidden_Weekly2",
- "templateId": "Quest:HordeQuest_Hidden_Weekly2",
- "objectives": [
- {
- "name": "questcomplete_outpostquest_t1_l3",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S5-Quest:HordeQuest_Hidden_Weekly3",
- "templateId": "Quest:HordeQuest_Hidden_Weekly3",
- "objectives": [
- {
- "name": "questcomplete_outpostquest_t1_l3",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S5-Quest:HordeQuest_Hidden_Weekly4",
- "templateId": "Quest:HordeQuest_Hidden_Weekly4",
- "objectives": [
- {
- "name": "questcomplete_outpostquest_t1_l3",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S5-Quest:HordeQuest_Hidden_Weekly5",
- "templateId": "Quest:HordeQuest_Hidden_Weekly5",
- "objectives": [
- {
- "name": "questcomplete_outpostquest_t1_l3",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S5-Quest:HordeQuest_Hidden_Weekly6",
- "templateId": "Quest:HordeQuest_Hidden_Weekly6",
- "objectives": [
- {
- "name": "questcomplete_outpostquest_t1_l3",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S5-Quest:HordeQuest_Hidden_Weekly7",
- "templateId": "Quest:HordeQuest_Hidden_Weekly7",
- "objectives": [
- {
- "name": "questcomplete_outpostquest_t1_l3",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S5-Quest:HordeQuest_HordeUnlock",
- "templateId": "Quest:HordeQuest_HordeUnlock",
- "objectives": [
- {
- "name": "unlock_skill_tree_horde",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S5-Quest:HordeQuest_Progression_Canny_1",
- "templateId": "Quest:HordeQuest_Progression_Canny_1",
- "objectives": [
- {
- "name": "hordequest_progression_canny_1",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S5-Quest:HordeQuest_Progression_Canny_2",
- "templateId": "Quest:HordeQuest_Progression_Canny_2",
- "objectives": [
- {
- "name": "hordequest_progression_canny_2",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S5-Quest:HordeQuest_Progression_Canny_3",
- "templateId": "Quest:HordeQuest_Progression_Canny_3",
- "objectives": [
- {
- "name": "hordequest_progression_canny_3",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S5-Quest:HordeQuest_Progression_Canny_4",
- "templateId": "Quest:HordeQuest_Progression_Canny_4",
- "objectives": [
- {
- "name": "hordequest_progression_canny_4",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S5-Quest:HordeQuest_Progression_Canny_5",
- "templateId": "Quest:HordeQuest_Progression_Canny_5",
- "objectives": [
- {
- "name": "hordequest_progression_canny_5",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S5-Quest:HordeQuest_Progression_Canny_5_Repeatable",
- "templateId": "Quest:HordeQuest_Progression_Canny_5_Repeatable",
- "objectives": [
- {
- "name": "hordequest_progression_canny_5_repeatable",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S5-Quest:HordeQuest_Progression_Plankerton_1",
- "templateId": "Quest:HordeQuest_Progression_Plankerton_1",
- "objectives": [
- {
- "name": "hordequest_progression_plankerton_1",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S5-Quest:HordeQuest_Progression_Plankerton_2",
- "templateId": "Quest:HordeQuest_Progression_Plankerton_2",
- "objectives": [
- {
- "name": "hordequest_progression_plankerton_2",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S5-Quest:HordeQuest_Progression_Plankerton_3",
- "templateId": "Quest:HordeQuest_Progression_Plankerton_3",
- "objectives": [
- {
- "name": "hordequest_progression_plankerton_3",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S5-Quest:HordeQuest_Progression_Plankerton_4",
- "templateId": "Quest:HordeQuest_Progression_Plankerton_4",
- "objectives": [
- {
- "name": "hordequest_progression_plankerton_4",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S5-Quest:HordeQuest_Progression_Plankerton_5",
- "templateId": "Quest:HordeQuest_Progression_Plankerton_5",
- "objectives": [
- {
- "name": "hordequest_progression_plankerton_5",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S5-Quest:HordeQuest_Progression_Plankerton_5_Repeatable",
- "templateId": "Quest:HordeQuest_Progression_Plankerton_5_Repeatable",
- "objectives": [
- {
- "name": "hordequest_progression_plankerton_5_repeatable",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S5-Quest:HordeQuest_Progression_Stonewood_1",
- "templateId": "Quest:HordeQuest_Progression_Stonewood_1",
- "objectives": [
- {
- "name": "hordequest_progression_stonewood_1",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S5-Quest:HordeQuest_Progression_Stonewood_2",
- "templateId": "Quest:HordeQuest_Progression_Stonewood_2",
- "objectives": [
- {
- "name": "hordequest_progression_stonewood_2",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S5-Quest:HordeQuest_Progression_Stonewood_3",
- "templateId": "Quest:HordeQuest_Progression_Stonewood_3",
- "objectives": [
- {
- "name": "hordequest_progression_stonewood_3",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S5-Quest:HordeQuest_Progression_Stonewood_4",
- "templateId": "Quest:HordeQuest_Progression_Stonewood_4",
- "objectives": [
- {
- "name": "hordequest_progression_stonewood_4",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S5-Quest:HordeQuest_Progression_Stonewood_4_Repeatable",
- "templateId": "Quest:HordeQuest_Progression_Stonewood_4_Repeatable",
- "objectives": [
- {
- "name": "hordequest_progression_stonewood_4_repeatable",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S5-Quest:HordeQuest_Progression_Twine_1",
- "templateId": "Quest:HordeQuest_Progression_Twine_1",
- "objectives": [
- {
- "name": "hordequest_progression_twine_1",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S5-Quest:HordeQuest_Progression_Twine_10",
- "templateId": "Quest:HordeQuest_Progression_Twine_10",
- "objectives": [
- {
- "name": "hordequest_progression_twine_10",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S5-Quest:HordeQuest_Progression_Twine_11",
- "templateId": "Quest:HordeQuest_Progression_Twine_11",
- "objectives": [
- {
- "name": "hordequest_progression_twine_11",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S5-Quest:HordeQuest_Progression_Twine_12",
- "templateId": "Quest:HordeQuest_Progression_Twine_12",
- "objectives": [
- {
- "name": "hordequest_progression_twine_12",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S5-Quest:HordeQuest_Progression_Twine_13",
- "templateId": "Quest:HordeQuest_Progression_Twine_13",
- "objectives": [
- {
- "name": "hordequest_progression_twine_13",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S5-Quest:HordeQuest_Progression_Twine_14",
- "templateId": "Quest:HordeQuest_Progression_Twine_14",
- "objectives": [
- {
- "name": "hordequest_progression_twine_14",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S5-Quest:HordeQuest_Progression_Twine_2",
- "templateId": "Quest:HordeQuest_Progression_Twine_2",
- "objectives": [
- {
- "name": "hordequest_progression_twine_2",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S5-Quest:HordeQuest_Progression_Twine_3",
- "templateId": "Quest:HordeQuest_Progression_Twine_3",
- "objectives": [
- {
- "name": "hordequest_progression_twine_3",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S5-Quest:HordeQuest_Progression_Twine_4",
- "templateId": "Quest:HordeQuest_Progression_Twine_4",
- "objectives": [
- {
- "name": "hordequest_progression_twine_4",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S5-Quest:HordeQuest_Progression_Twine_5",
- "templateId": "Quest:HordeQuest_Progression_Twine_5",
- "objectives": [
- {
- "name": "hordequest_progression_twine_5",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S5-Quest:HordeQuest_Progression_Twine_5_Repeatable",
- "templateId": "Quest:HordeQuest_Progression_Twine_5_Repeatable",
- "objectives": [
- {
- "name": "hordequest_progression_twine_5_repeatable",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S5-Quest:HordeQuest_Progression_Twine_6",
- "templateId": "Quest:HordeQuest_Progression_Twine_6",
- "objectives": [
- {
- "name": "hordequest_progression_twine_6",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S5-Quest:HordeQuest_Progression_Twine_7",
- "templateId": "Quest:HordeQuest_Progression_Twine_7",
- "objectives": [
- {
- "name": "hordequest_progression_twine_7",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S5-Quest:HordeQuest_Progression_Twine_8",
- "templateId": "Quest:HordeQuest_Progression_Twine_8",
- "objectives": [
- {
- "name": "hordequest_progression_twine_8",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S5-Quest:HordeQuest_Progression_Twine_9",
- "templateId": "Quest:HordeQuest_Progression_Twine_9",
- "objectives": [
- {
- "name": "hordequest_progression_twine_9",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S5-Quest:HordeQuest_Weekly1_Canny1",
- "templateId": "Quest:HordeQuest_Weekly1_Canny1",
- "objectives": [
- {
- "name": "hordequest_weekly1_canny_1",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S5-Quest:HordeQuest_Weekly1_Canny1_repeatable",
- "templateId": "Quest:HordeQuest_Weekly1_Canny1_repeatable",
- "objectives": [
- {
- "name": "hordequest_weekly1_canny_1_repeatable",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S5-Quest:HordeQuest_Weekly1_Plankerton1",
- "templateId": "Quest:HordeQuest_Weekly1_Plankerton1",
- "objectives": [
- {
- "name": "hordequest_weekly1_plankerton_1",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S5-Quest:HordeQuest_Weekly1_Plankerton1_repeatable",
- "templateId": "Quest:HordeQuest_Weekly1_Plankerton1_repeatable",
- "objectives": [
- {
- "name": "hordequest_weekly1_plankerton_1_repeatable",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S5-Quest:HordeQuest_Weekly1_Stonewood1",
- "templateId": "Quest:HordeQuest_Weekly1_Stonewood1",
- "objectives": [
- {
- "name": "hordequest_weekly1_stonewood_1",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S5-Quest:HordeQuest_Weekly1_Stonewood1_repeatable",
- "templateId": "Quest:HordeQuest_Weekly1_Stonewood1_repeatable",
- "objectives": [
- {
- "name": "hordequest_weekly1_stonewood_1_repeatable",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S5-Quest:HordeQuest_Weekly1_Twine1",
- "templateId": "Quest:HordeQuest_Weekly1_Twine1",
- "objectives": [
- {
- "name": "hordequest_weekly1_twine_1",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S5-Quest:HordeQuest_Weekly1_Twine1_repeatable",
- "templateId": "Quest:HordeQuest_Weekly1_Twine1_repeatable",
- "objectives": [
- {
- "name": "hordequest_weekly1_twine_1_repeatable",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S5-Quest:HordeQuest_Weekly2_Canny1",
- "templateId": "Quest:HordeQuest_Weekly2_Canny1",
- "objectives": [
- {
- "name": "hordequest_weekly2_canny_1",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S5-Quest:HordeQuest_Weekly2_Canny1_repeatable",
- "templateId": "Quest:HordeQuest_Weekly2_Canny1_repeatable",
- "objectives": [
- {
- "name": "hordequest_weekly2_canny_1_repeatable",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S5-Quest:HordeQuest_Weekly2_Plankerton1",
- "templateId": "Quest:HordeQuest_Weekly2_Plankerton1",
- "objectives": [
- {
- "name": "hordequest_weekly2_plankerton_1",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S5-Quest:HordeQuest_Weekly2_Plankerton1_repeatable",
- "templateId": "Quest:HordeQuest_Weekly2_Plankerton1_repeatable",
- "objectives": [
- {
- "name": "hordequest_weekly2_plankerton_1_repeatable",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S5-Quest:HordeQuest_Weekly2_Stonewood1",
- "templateId": "Quest:HordeQuest_Weekly2_Stonewood1",
- "objectives": [
- {
- "name": "hordequest_weekly2_stonewood_1",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S5-Quest:HordeQuest_Weekly2_Stonewood1_repeatable",
- "templateId": "Quest:HordeQuest_Weekly2_Stonewood1_repeatable",
- "objectives": [
- {
- "name": "hordequest_weekly1_stonewood_2_repeatable",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S5-Quest:HordeQuest_Weekly2_Twine1",
- "templateId": "Quest:HordeQuest_Weekly2_Twine1",
- "objectives": [
- {
- "name": "hordequest_weekly2_twine_1",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S5-Quest:HordeQuest_Weekly2_Twine1_repeatable",
- "templateId": "Quest:HordeQuest_Weekly2_Twine1_repeatable",
- "objectives": [
- {
- "name": "hordequest_weekly2_twine_1_repeatable",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S5-Quest:HordeQuest_Weekly3_Canny1",
- "templateId": "Quest:HordeQuest_Weekly3_Canny1",
- "objectives": [
- {
- "name": "hordequest_weekly3_canny_1",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S5-Quest:HordeQuest_Weekly3_Canny1_repeatable",
- "templateId": "Quest:HordeQuest_Weekly3_Canny1_repeatable",
- "objectives": [
- {
- "name": "hordequest_weekly3_canny_1_repeatable",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S5-Quest:HordeQuest_Weekly3_Plankerton1",
- "templateId": "Quest:HordeQuest_Weekly3_Plankerton1",
- "objectives": [
- {
- "name": "hordequest_weekly3_plankerton_1",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S5-Quest:HordeQuest_Weekly3_Plankerton1_repeatable",
- "templateId": "Quest:HordeQuest_Weekly3_Plankerton1_repeatable",
- "objectives": [
- {
- "name": "hordequest_weekly3_plankerton_1_repeatable",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S5-Quest:HordeQuest_Weekly3_Stonewood1",
- "templateId": "Quest:HordeQuest_Weekly3_Stonewood1",
- "objectives": [
- {
- "name": "hordequest_weekly3_stonewood_1",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S5-Quest:HordeQuest_Weekly3_Stonewood1_repeatable",
- "templateId": "Quest:HordeQuest_Weekly3_Stonewood1_repeatable",
- "objectives": [
- {
- "name": "hordequest_weekly3_stonewood_1_repeatable",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S5-Quest:HordeQuest_Weekly3_Twine1",
- "templateId": "Quest:HordeQuest_Weekly3_Twine1",
- "objectives": [
- {
- "name": "hordequest_weekly3_twine_1",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S5-Quest:HordeQuest_Weekly3_Twine1_repeatable",
- "templateId": "Quest:HordeQuest_Weekly3_Twine1_repeatable",
- "objectives": [
- {
- "name": "hordequest_weekly3_twine_1_repeatable",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S5-Quest:HordeQuest_Weekly4_Canny1",
- "templateId": "Quest:HordeQuest_Weekly4_Canny1",
- "objectives": [
- {
- "name": "hordequest_weekly4_canny_1",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S5-Quest:HordeQuest_Weekly4_Canny1_repeatable",
- "templateId": "Quest:HordeQuest_Weekly4_Canny1_repeatable",
- "objectives": [
- {
- "name": "hordequest_weekly4_canny_1_repeatable",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S5-Quest:HordeQuest_Weekly4_Plankerton1",
- "templateId": "Quest:HordeQuest_Weekly4_Plankerton1",
- "objectives": [
- {
- "name": "hordequest_weekly4_plankerton_1",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S5-Quest:HordeQuest_Weekly4_Plankerton1_repeatable",
- "templateId": "Quest:HordeQuest_Weekly4_Plankerton1_repeatable",
- "objectives": [
- {
- "name": "hordequest_weekly4_plankerton_1_repeatable",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S5-Quest:HordeQuest_Weekly4_Stonewood1",
- "templateId": "Quest:HordeQuest_Weekly4_Stonewood1",
- "objectives": [
- {
- "name": "hordequest_weekly4_stonewood_1",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S5-Quest:HordeQuest_Weekly4_Stonewood1_repeatable",
- "templateId": "Quest:HordeQuest_Weekly4_Stonewood1_repeatable",
- "objectives": [
- {
- "name": "hordequest_weekly4_stonewood_1_repeatable",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S5-Quest:HordeQuest_Weekly4_Twine1",
- "templateId": "Quest:HordeQuest_Weekly4_Twine1",
- "objectives": [
- {
- "name": "hordequest_weekly4_twine_1",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S5-Quest:HordeQuest_Weekly4_Twine1_repeatable",
- "templateId": "Quest:HordeQuest_Weekly4_Twine1_repeatable",
- "objectives": [
- {
- "name": "hordequest_weekly4_twine_1_repeatable",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S5-Quest:HordeQuest_Weekly5_Canny1",
- "templateId": "Quest:HordeQuest_Weekly5_Canny1",
- "objectives": [
- {
- "name": "hordequest_weekly5_canny_1",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S5-Quest:HordeQuest_Weekly5_Canny1_repeatable",
- "templateId": "Quest:HordeQuest_Weekly5_Canny1_repeatable",
- "objectives": [
- {
- "name": "hordequest_weekly5_canny_1_repeatable",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S5-Quest:HordeQuest_Weekly5_Plankerton1",
- "templateId": "Quest:HordeQuest_Weekly5_Plankerton1",
- "objectives": [
- {
- "name": "hordequest_weekly5_plankerton_1",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S5-Quest:HordeQuest_Weekly5_Plankerton1_repeatable",
- "templateId": "Quest:HordeQuest_Weekly5_Plankerton1_repeatable",
- "objectives": [
- {
- "name": "hordequest_weekly5_plankerton_1_repeatable",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S5-Quest:HordeQuest_Weekly5_Stonewood1",
- "templateId": "Quest:HordeQuest_Weekly5_Stonewood1",
- "objectives": [
- {
- "name": "hordequest_weekly5_stonewood_1",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S5-Quest:HordeQuest_Weekly5_Stonewood1_repeatable",
- "templateId": "Quest:HordeQuest_Weekly5_Stonewood1_repeatable",
- "objectives": [
- {
- "name": "hordequest_weekly5_stonewood_1_repeatable",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S5-Quest:HordeQuest_Weekly5_Twine1",
- "templateId": "Quest:HordeQuest_Weekly5_Twine1",
- "objectives": [
- {
- "name": "hordequest_weekly5_twine_1",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S5-Quest:HordeQuest_Weekly5_Twine1_repeatable",
- "templateId": "Quest:HordeQuest_Weekly5_Twine1_repeatable",
- "objectives": [
- {
- "name": "hordequest_weekly5_twine_1_repeatable",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S5-Quest:HordeQuest_Weekly6_Canny1",
- "templateId": "Quest:HordeQuest_Weekly6_Canny1",
- "objectives": [
- {
- "name": "hordequest_weekly6_canny_1",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S5-Quest:HordeQuest_Weekly6_Canny1_repeatable",
- "templateId": "Quest:HordeQuest_Weekly6_Canny1_repeatable",
- "objectives": [
- {
- "name": "hordequest_weekly6_canny_1_repeatable",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S5-Quest:HordeQuest_Weekly6_Plankerton1",
- "templateId": "Quest:HordeQuest_Weekly6_Plankerton1",
- "objectives": [
- {
- "name": "hordequest_weekly6_plankerton_1",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S5-Quest:HordeQuest_Weekly6_Plankerton1_repeatable",
- "templateId": "Quest:HordeQuest_Weekly6_Plankerton1_repeatable",
- "objectives": [
- {
- "name": "hordequest_weekly6_plankerton_1_repeatable",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S5-Quest:HordeQuest_Weekly6_Stonewood1",
- "templateId": "Quest:HordeQuest_Weekly6_Stonewood1",
- "objectives": [
- {
- "name": "hordequest_weekly6_stonewood_1",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S5-Quest:HordeQuest_Weekly6_Stonewood1_repeatable",
- "templateId": "Quest:HordeQuest_Weekly6_Stonewood1_repeatable",
- "objectives": [
- {
- "name": "hordequest_weekly6_stonewood_1_repeatable",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S5-Quest:HordeQuest_Weekly6_Twine1",
- "templateId": "Quest:HordeQuest_Weekly6_Twine1",
- "objectives": [
- {
- "name": "hordequest_weekly6_twine_1",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S5-Quest:HordeQuest_Weekly6_Twine1_repeatable",
- "templateId": "Quest:HordeQuest_Weekly6_Twine1_repeatable",
- "objectives": [
- {
- "name": "hordequest_weekly6_twine_1_repeatable",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S5-Quest:HordeQuest_Weekly7_Canny1",
- "templateId": "Quest:HordeQuest_Weekly7_Canny1",
- "objectives": [
- {
- "name": "hordequest_weekly7_canny_1",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S5-Quest:HordeQuest_Weekly7_Canny1_repeatable",
- "templateId": "Quest:HordeQuest_Weekly7_Canny1_repeatable",
- "objectives": [
- {
- "name": "hordequest_weekly7_canny_1_repeatable",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S5-Quest:HordeQuest_Weekly7_Plankerton1",
- "templateId": "Quest:HordeQuest_Weekly7_Plankerton1",
- "objectives": [
- {
- "name": "hordequest_weekly7_plankerton_1",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S5-Quest:HordeQuest_Weekly7_Plankerton1_repeatable",
- "templateId": "Quest:HordeQuest_Weekly7_Plankerton1_repeatable",
- "objectives": [
- {
- "name": "hordequest_weekly7_plankerton_1_repeatable",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S5-Quest:HordeQuest_Weekly7_Stonewood1",
- "templateId": "Quest:HordeQuest_Weekly7_Stonewood1",
- "objectives": [
- {
- "name": "hordequest_weekly7_stonewood_1",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S5-Quest:HordeQuest_Weekly7_Stonewood1_repeatable",
- "templateId": "Quest:HordeQuest_Weekly7_Stonewood1_repeatable",
- "objectives": [
- {
- "name": "hordequest_weekly7_stonewood_1_repeatable",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S5-Quest:HordeQuest_Weekly7_Twine1",
- "templateId": "Quest:HordeQuest_Weekly7_Twine1",
- "objectives": [
- {
- "name": "hordequest_weekly7_twine_1",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S5-Quest:HordeQuest_Weekly7_Twine1_repeatable",
- "templateId": "Quest:HordeQuest_Weekly7_Twine1_repeatable",
- "objectives": [
- {
- "name": "hordequest_weekly7_twine_1_repeatable",
- "count": 1
- }
- ]
- }
+ {
+ "templateId": "Quest:AthenaDaily_PlayMatches",
+ "objectives": [
+ "daily_athena_play_matches_v3"
]
},
- "Season6": {
- "Quests": [
- {
- "itemGuid": "S6-Quest:HalloweenQuest_2017_CompleteMissions_1",
- "templateId": "Quest:HalloweenQuest_2017_CompleteMissions_1",
- "objectives": [
- {
- "name": "halloween_completemissions_1",
- "count": 30
- }
- ]
- },
- {
- "itemGuid": "S6-Quest:HalloweenQuest_2017_CompleteMissions_10",
- "templateId": "Quest:HalloweenQuest_2017_CompleteMissions_10",
- "objectives": [
- {
- "name": "halloween_completemissions_10",
- "count": 30
- }
- ]
- },
- {
- "itemGuid": "S6-Quest:HalloweenQuest_2017_CompleteMissions_11",
- "templateId": "Quest:HalloweenQuest_2017_CompleteMissions_11",
- "objectives": [
- {
- "name": "halloween_completemissions_11",
- "count": 30
- }
- ]
- },
- {
- "itemGuid": "S6-Quest:HalloweenQuest_2017_CompleteMissions_12",
- "templateId": "Quest:HalloweenQuest_2017_CompleteMissions_12",
- "objectives": [
- {
- "name": "halloween_completemissions_12",
- "count": 30
- }
- ]
- },
- {
- "itemGuid": "S6-Quest:HalloweenQuest_2017_CompleteMissions_13",
- "templateId": "Quest:HalloweenQuest_2017_CompleteMissions_13",
- "objectives": [
- {
- "name": "halloween_completemissions_13",
- "count": 30
- }
- ]
- },
- {
- "itemGuid": "S6-Quest:HalloweenQuest_2017_CompleteMissions_14",
- "templateId": "Quest:HalloweenQuest_2017_CompleteMissions_14",
- "objectives": [
- {
- "name": "halloween_completemissions_14",
- "count": 30
- }
- ]
- },
- {
- "itemGuid": "S6-Quest:HalloweenQuest_2017_CompleteMissions_2",
- "templateId": "Quest:HalloweenQuest_2017_CompleteMissions_2",
- "objectives": [
- {
- "name": "halloween_completemissions_2",
- "count": 30
- }
- ]
- },
- {
- "itemGuid": "S6-Quest:HalloweenQuest_2017_CompleteMissions_3",
- "templateId": "Quest:HalloweenQuest_2017_CompleteMissions_3",
- "objectives": [
- {
- "name": "halloween_completemissions_3",
- "count": 30
- }
- ]
- },
- {
- "itemGuid": "S6-Quest:HalloweenQuest_2017_CompleteMissions_4",
- "templateId": "Quest:HalloweenQuest_2017_CompleteMissions_4",
- "objectives": [
- {
- "name": "halloween_completemissions_4",
- "count": 30
- }
- ]
- },
- {
- "itemGuid": "S6-Quest:HalloweenQuest_2017_CompleteMissions_5",
- "templateId": "Quest:HalloweenQuest_2017_CompleteMissions_5",
- "objectives": [
- {
- "name": "halloween_completemissions_5",
- "count": 30
- }
- ]
- },
- {
- "itemGuid": "S6-Quest:HalloweenQuest_2017_CompleteMissions_6",
- "templateId": "Quest:HalloweenQuest_2017_CompleteMissions_6",
- "objectives": [
- {
- "name": "halloween_completemissions_6",
- "count": 30
- }
- ]
- },
- {
- "itemGuid": "S6-Quest:HalloweenQuest_2017_CompleteMissions_7",
- "templateId": "Quest:HalloweenQuest_2017_CompleteMissions_7",
- "objectives": [
- {
- "name": "halloween_completemissions_7",
- "count": 30
- }
- ]
- },
- {
- "itemGuid": "S6-Quest:HalloweenQuest_2017_CompleteMissions_8",
- "templateId": "Quest:HalloweenQuest_2017_CompleteMissions_8",
- "objectives": [
- {
- "name": "halloween_completemissions_8",
- "count": 30
- }
- ]
- },
- {
- "itemGuid": "S6-Quest:HalloweenQuest_2017_CompleteMissions_9",
- "templateId": "Quest:HalloweenQuest_2017_CompleteMissions_9",
- "objectives": [
- {
- "name": "halloween_completemissions_9",
- "count": 30
- }
- ]
- },
- {
- "itemGuid": "S6-Quest:HalloweenQuest_2017_EpicHeroes",
- "templateId": "Quest:HalloweenQuest_2017_EpicHeroes",
- "objectives": [
- {
- "name": "questcomplete_reactivequest_gathercollect_halloween_1",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S6-Quest:HalloweenQuest_2017_Hidden_1",
- "templateId": "Quest:HalloweenQuest_2017_Hidden_1",
- "objectives": [
- {
- "name": "questcomplete_reactivequest_halloween_destroy_1",
- "count": 1
- },
- {
- "name": "questcomplete_reactivequest_halloween_destroy_2",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S6-Quest:HalloweenQuest_2017_Hidden_2",
- "templateId": "Quest:HalloweenQuest_2017_Hidden_2",
- "objectives": [
- {
- "name": "questcomplete_reactivequest_halloween_destroy_3",
- "count": 1
- },
- {
- "name": "questcomplete_reactivequest_halloween_destroy_4",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S6-Quest:HalloweenQuest_2017_Hidden_3",
- "templateId": "Quest:HalloweenQuest_2017_Hidden_3",
- "objectives": [
- {
- "name": "questcomplete_reactivequest_halloween_destroy_5",
- "count": 1
- },
- {
- "name": "questcomplete_reactivequest_halloween_destroy_6",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S6-Quest:HalloweenQuest_2017_Hidden_4",
- "templateId": "Quest:HalloweenQuest_2017_Hidden_4",
- "objectives": [
- {
- "name": "questcomplete_reactivequest_halloween_destroy_7",
- "count": 1
- },
- {
- "name": "questcomplete_reactivequest_halloween_destroy_8",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S6-Quest:HalloweenQuest_2017_Hidden_5",
- "templateId": "Quest:HalloweenQuest_2017_Hidden_5",
- "objectives": [
- {
- "name": "questcomplete_reactivequest_halloween_destroy_9",
- "count": 1
- },
- {
- "name": "questcomplete_reactivequest_halloween_destroy_10",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S6-Quest:HalloweenQuest_2017_Hidden_6",
- "templateId": "Quest:HalloweenQuest_2017_Hidden_6",
- "objectives": [
- {
- "name": "questcomplete_reactivequest_findcastles",
- "count": 1
- },
- {
- "name": "questcomplete_reactivequest_findcatacombs",
- "count": 1
- },
- {
- "name": "questcomplete_reactivequest_findmansions",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S6-Quest:HalloweenQuest_2017_KillMistMonsters",
- "templateId": "Quest:HalloweenQuest_2017_KillMistMonsters",
- "objectives": [
- {
- "name": "kill_mist_monster_halloween_outlander",
- "count": 30
- }
- ]
- },
- {
- "itemGuid": "S6-Quest:HalloweenQuest_2017_KillPumpkinHusks",
- "templateId": "Quest:HalloweenQuest_2017_KillPumpkinHusks",
- "objectives": [
- {
- "name": "kill_husk_pumpkinhead",
- "count": 300
- }
- ]
- },
- {
- "itemGuid": "S6-Quest:HalloweenQuest_2017_LegendaryHeroes",
- "templateId": "Quest:HalloweenQuest_2017_LegendaryHeroes",
- "objectives": [
- {
- "name": "questcomplete_reactivequest_halloween_fetch_5",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S6-Quest:HalloweenQuest_2017_Opener",
- "templateId": "Quest:HalloweenQuest_2017_Opener",
- "objectives": [
- {
- "name": "complete_trv_landmark",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S6-Quest:HalloweenQuest_2017_TrainHero",
- "templateId": "Quest:HalloweenQuest_2017_TrainHero",
- "objectives": [
- {
- "name": "upgrade_halloween_outlander",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S6-Quest:HalloweenQuest_2017_TtS_Intro",
- "templateId": "Quest:HalloweenQuest_2017_TtS_Intro",
- "objectives": [
- {
- "name": "complete_trv_trapthestorm",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S6-Quest:HalloweenQuest_CannyValleyMissions",
- "templateId": "Quest:HalloweenQuest_CannyValleyMissions",
- "objectives": [
- {
- "name": "complete_pve03_diff3",
- "count": 5
- }
- ]
- },
- {
- "itemGuid": "S6-Quest:HalloweenQuest_ClearHuskEncampments",
- "templateId": "Quest:HalloweenQuest_ClearHuskEncampments",
- "objectives": [
- {
- "name": "complete_encampment_1_diff4",
- "count": 6
- },
- {
- "name": "complete_pve01_diff4",
- "count": 2
- }
- ]
- },
- {
- "itemGuid": "S6-Quest:HalloweenQuest_CollectPumpkinHeads",
- "templateId": "Quest:HalloweenQuest_CollectPumpkinHeads",
- "objectives": [
- {
- "name": "quest_reactive_pumpkinhead",
- "count": 10
- },
- {
- "name": "complete_pve01_diff2",
- "count": 2
- }
- ]
- },
- {
- "itemGuid": "S6-Quest:HalloweenQuest_CraftPumpkinLauncher",
- "templateId": "Quest:HalloweenQuest_CraftPumpkinLauncher",
- "objectives": [
- {
- "name": "craft_pumpkin_launcher",
- "count": 1
- },
- {
- "name": "kill_husk_lobber_pumplauncher",
- "count": 6
- },
- {
- "name": "complete_pve01_diff5",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S6-Quest:HalloweenQuest_FindGravestones",
- "templateId": "Quest:HalloweenQuest_FindGravestones",
- "objectives": [
- {
- "name": "quest_reactive_gravestone",
- "count": 1
- },
- {
- "name": "complete_pve01",
- "count": 3
- }
- ]
- },
- {
- "itemGuid": "S6-Quest:HalloweenQuest_KillPumpkinHusks",
- "templateId": "Quest:HalloweenQuest_KillPumpkinHusks",
- "objectives": [
- {
- "name": "kill_husk_pumpkinhead",
- "count": 20
- },
- {
- "name": "complete_pve01_diff1",
- "count": 2
- }
- ]
- },
- {
- "itemGuid": "S6-Quest:HalloweenQuest_KillVlad",
- "templateId": "Quest:HalloweenQuest_KillVlad",
- "objectives": [
- {
- "name": "kill_miniboss_vlad",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S6-Quest:HalloweenQuest_PlankertonMissions",
- "templateId": "Quest:HalloweenQuest_PlankertonMissions",
- "objectives": [
- {
- "name": "complete_pve02_diff3",
- "count": 5
- }
- ]
- },
- {
- "itemGuid": "S6-Quest:HalloweenQuest_SaveSurvivors",
- "templateId": "Quest:HalloweenQuest_SaveSurvivors",
- "objectives": [
- {
- "name": "questcollect_survivoritemdata",
- "count": 15
- },
- {
- "name": "complete_pve01_diff3",
- "count": 3
- }
- ]
- },
- {
- "itemGuid": "S6-Quest:ReactiveQuest_GatherCollect_Halloween_1",
- "templateId": "Quest:ReactiveQuest_GatherCollect_Halloween_1",
- "objectives": [
- {
- "name": "quest_reactive_gather_halloween_1",
- "count": 20
- }
- ]
- },
- {
- "itemGuid": "S6-Quest:ReactiveQuest_GatherCollect_Halloween_2",
- "templateId": "Quest:ReactiveQuest_GatherCollect_Halloween_2",
- "objectives": [
- {
- "name": "quest_reactive_gather_halloween_2",
- "count": 25
- }
- ]
- },
- {
- "itemGuid": "S6-Quest:ReactiveQuest_GatherCollect_Halloween_3",
- "templateId": "Quest:ReactiveQuest_GatherCollect_Halloween_3",
- "objectives": [
- {
- "name": "quest_reactive_gather_halloween_3",
- "count": 13
- }
- ]
- },
- {
- "itemGuid": "S6-Quest:ReactiveQuest_GatherCollect_Halloween_4",
- "templateId": "Quest:ReactiveQuest_GatherCollect_Halloween_4",
- "objectives": [
- {
- "name": "quest_reactive_gather_halloween_4",
- "count": 12
- }
- ]
- },
- {
- "itemGuid": "S6-Quest:ReactiveQuest_GatherCollect_Halloween_5",
- "templateId": "Quest:ReactiveQuest_GatherCollect_Halloween_5",
- "objectives": [
- {
- "name": "quest_reactive_gather_halloween_5",
- "count": 30
- }
- ]
- },
- {
- "itemGuid": "S6-Quest:ReactiveQuest_GatherCollect_Halloween_6",
- "templateId": "Quest:ReactiveQuest_GatherCollect_Halloween_6",
- "objectives": [
- {
- "name": "quest_reactive_gather_halloween_6",
- "count": 10
- }
- ]
- },
- {
- "itemGuid": "S6-Quest:ReactiveQuest_Halloween_Destroy_1",
- "templateId": "Quest:ReactiveQuest_Halloween_Destroy_1",
- "objectives": [
- {
- "name": "quest_reactive_destroy_halloween_1",
- "count": 8
- }
- ]
- },
- {
- "itemGuid": "S6-Quest:ReactiveQuest_Halloween_Destroy_10",
- "templateId": "Quest:ReactiveQuest_Halloween_Destroy_10",
- "objectives": [
- {
- "name": "quest_reactive_destroy_halloween_10",
- "count": 6
- }
- ]
- },
- {
- "itemGuid": "S6-Quest:ReactiveQuest_Halloween_Destroy_2",
- "templateId": "Quest:ReactiveQuest_Halloween_Destroy_2",
- "objectives": [
- {
- "name": "quest_reactive_destroy_halloween_2",
- "count": 10
- }
- ]
- },
- {
- "itemGuid": "S6-Quest:ReactiveQuest_Halloween_Destroy_3",
- "templateId": "Quest:ReactiveQuest_Halloween_Destroy_3",
- "objectives": [
- {
- "name": "quest_reactive_destroy_halloween_3",
- "count": 10
- }
- ]
- },
- {
- "itemGuid": "S6-Quest:ReactiveQuest_Halloween_Destroy_4",
- "templateId": "Quest:ReactiveQuest_Halloween_Destroy_4",
- "objectives": [
- {
- "name": "quest_reactive_destroy_halloween_4",
- "count": 4
- }
- ]
- },
- {
- "itemGuid": "S6-Quest:ReactiveQuest_Halloween_Destroy_5",
- "templateId": "Quest:ReactiveQuest_Halloween_Destroy_5",
- "objectives": [
- {
- "name": "quest_reactive_destroy_halloween_5",
- "count": 12
- }
- ]
- },
- {
- "itemGuid": "S6-Quest:ReactiveQuest_Halloween_Destroy_6",
- "templateId": "Quest:ReactiveQuest_Halloween_Destroy_6",
- "objectives": [
- {
- "name": "quest_reactive_destroy_halloween_6",
- "count": 12
- }
- ]
- },
- {
- "itemGuid": "S6-Quest:ReactiveQuest_Halloween_Destroy_7",
- "templateId": "Quest:ReactiveQuest_Halloween_Destroy_7",
- "objectives": [
- {
- "name": "quest_reactive_destroy_halloween_7",
- "count": 8
- }
- ]
- },
- {
- "itemGuid": "S6-Quest:ReactiveQuest_Halloween_Destroy_8",
- "templateId": "Quest:ReactiveQuest_Halloween_Destroy_8",
- "objectives": [
- {
- "name": "quest_reactive_destroy_halloween_8",
- "count": 10
- }
- ]
- },
- {
- "itemGuid": "S6-Quest:ReactiveQuest_Halloween_Destroy_9",
- "templateId": "Quest:ReactiveQuest_Halloween_Destroy_9",
- "objectives": [
- {
- "name": "quest_reactive_destroy_halloween_9",
- "count": 24
- }
- ]
- },
- {
- "itemGuid": "S6-Quest:ReactiveQuest_Halloween_Fetch_1",
- "templateId": "Quest:ReactiveQuest_Halloween_Fetch_1",
- "objectives": [
- {
- "name": "quest_reactive_fetch_halloween_1",
- "count": 15
- }
- ]
- },
- {
- "itemGuid": "S6-Quest:ReactiveQuest_Halloween_Fetch_2",
- "templateId": "Quest:ReactiveQuest_Halloween_Fetch_2",
- "objectives": [
- {
- "name": "quest_reactive_fetch_halloween_2",
- "count": 10
- }
- ]
- },
- {
- "itemGuid": "S6-Quest:ReactiveQuest_Halloween_Fetch_3",
- "templateId": "Quest:ReactiveQuest_Halloween_Fetch_3",
- "objectives": [
- {
- "name": "quest_reactive_fetch_halloween_3",
- "count": 6
- }
- ]
- },
- {
- "itemGuid": "S6-Quest:ReactiveQuest_Halloween_Fetch_4",
- "templateId": "Quest:ReactiveQuest_Halloween_Fetch_4",
- "objectives": [
- {
- "name": "quest_reactive_fetch_halloween_4",
- "count": 5
- }
- ]
- },
- {
- "itemGuid": "S6-Quest:ReactiveQuest_Halloween_Fetch_5",
- "templateId": "Quest:ReactiveQuest_Halloween_Fetch_5",
- "objectives": [
- {
- "name": "quest_reactive_fetch_halloween_5",
- "count": 15
- }
- ]
- },
- {
- "itemGuid": "S6-Quest:ReactiveQuest_Halloween_Fetch_6",
- "templateId": "Quest:ReactiveQuest_Halloween_Fetch_6",
- "objectives": [
- {
- "name": "quest_reactive_fetch_halloween_6",
- "count": 1
- },
- {
- "name": "quest_reactive_fetch_halloween_8",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S6-Quest:ReactiveQuest_Halloween_Fetch_7",
- "templateId": "Quest:ReactiveQuest_Halloween_Fetch_7",
- "objectives": [
- {
- "name": "quest_reactive_fetch_halloween_7",
- "count": 5
- }
- ]
- },
- {
- "itemGuid": "S6-Quest:ReactiveQuest_Halloween_KillCollect_PumpkinHusks",
- "templateId": "Quest:ReactiveQuest_Halloween_KillCollect_PumpkinHusks",
- "objectives": [
- {
- "name": "quest_reactive_killpumpkinhusk_halloween",
- "count": 40
- }
- ]
- },
- {
- "itemGuid": "S6-Quest:ReactiveQuest_Halloween_KillCollect_Taker",
- "templateId": "Quest:ReactiveQuest_Halloween_KillCollect_Taker",
- "objectives": [
- {
- "name": "quest_reactive_killtaker_halloween",
- "count": 15
- }
- ]
- }
+ {
+ "templateId": "Quest:AthenaDaily_Solo_Top25",
+ "objectives": [
+ "daily_athena_solo_top25_v2"
]
},
- "Season7": {
- "Quests": [
- {
- "itemGuid": "S7-Quest:WinterQuest_2018_CompleteMissionAlerts",
- "templateId": "Quest:WinterQuest_2018_CompleteMissionAlerts",
- "objectives": [
- {
- "name": "winterquest_2018_completemissionalerts",
- "count": 2
- }
- ]
- },
- {
- "itemGuid": "S7-Quest:WinterQuest_2018_EndgameWave30_Completion",
- "templateId": "Quest:WinterQuest_2018_EndgameWave30_Completion",
- "objectives": [
- {
- "name": "winterquest_2018_endgamecompletewave30",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S7-Quest:WinterQuest_2018_Frostnite_Collect_BluGlo",
- "templateId": "Quest:WinterQuest_2018_Frostnite_Collect_BluGlo",
- "objectives": [
- {
- "name": "winterquest_2018_frostnite_fill_heater",
- "count": 200
- }
- ]
- },
- {
- "itemGuid": "S7-Quest:WinterQuest_2018_Frostnite_Collect_Treasure",
- "templateId": "Quest:WinterQuest_2018_Frostnite_Collect_Treasure",
- "objectives": [
- {
- "name": "winterquest_2018_frostnite_interact_treasure",
- "count": 40
- }
- ]
- },
- {
- "itemGuid": "S7-Quest:WinterQuest_2018_Frostnite_CraftTraps",
- "templateId": "Quest:WinterQuest_2018_Frostnite_CraftTraps",
- "objectives": [
- {
- "name": "winterquest_2018_frostnite_craft_traps_rareplus",
- "count": 50
- }
- ]
- },
- {
- "itemGuid": "S7-Quest:WinterQuest_2018_Frostnite_Exploration",
- "templateId": "Quest:WinterQuest_2018_Frostnite_Exploration",
- "objectives": [
- {
- "name": "winterquest_2018_frostnite_explorezone",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S7-Quest:WinterQuest_2018_Frostnite_Survive_15m",
- "templateId": "Quest:WinterQuest_2018_Frostnite_Survive_15m",
- "objectives": [
- {
- "name": "winterquest_2018_frostnite_survive_15m",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S7-Quest:WinterQuest_2018_Frostnite_Survive_30m",
- "templateId": "Quest:WinterQuest_2018_Frostnite_Survive_30m",
- "objectives": [
- {
- "name": "WinterQuest_2018_Frostnite_Survive_30m",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S7-Quest:WinterQuest_2018_Frostnite_Survive_45m",
- "templateId": "Quest:WinterQuest_2018_Frostnite_Survive_45m",
- "objectives": [
- {
- "name": "winterquest_2018_frostnite_survive_45m",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S7-Quest:WinterQuest_2018_Frostnite_Survive_Challenge_Week1_Major",
- "templateId": "Quest:WinterQuest_2018_Frostnite_Survive_Challenge_Week1_Major",
- "objectives": [
- {
- "name": "winterquest_2018_frostnite_challenge_01_major",
- "count": 3
- }
- ]
- },
- {
- "itemGuid": "S7-Quest:WinterQuest_2018_Frostnite_Survive_Challenge_Week1_Minor",
- "templateId": "Quest:WinterQuest_2018_Frostnite_Survive_Challenge_Week1_Minor",
- "objectives": [
- {
- "name": "winterquest_2018_frostnite_challenge_01_minor",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S7-Quest:WinterQuest_2018_Frostnite_Survive_Challenge_Week2_Major",
- "templateId": "Quest:WinterQuest_2018_Frostnite_Survive_Challenge_Week2_Major",
- "objectives": [
- {
- "name": "winterquest_2018_frostnite_challenge_02_major",
- "count": 3
- }
- ]
- },
- {
- "itemGuid": "S7-Quest:WinterQuest_2018_Frostnite_Survive_Challenge_Week2_Minor",
- "templateId": "Quest:WinterQuest_2018_Frostnite_Survive_Challenge_Week2_Minor",
- "objectives": [
- {
- "name": "winterquest_2018_frostnite_challenge_02_minor",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S7-Quest:WinterQuest_2018_Frostnite_Survive_Challenge_Week3_Major",
- "templateId": "Quest:WinterQuest_2018_Frostnite_Survive_Challenge_Week3_Major",
- "objectives": [
- {
- "name": "winterquest_2018_frostnite_challenge_03_major",
- "count": 3
- }
- ]
- },
- {
- "itemGuid": "S7-Quest:WinterQuest_2018_Frostnite_Survive_Challenge_Week3_Minor",
- "templateId": "Quest:WinterQuest_2018_Frostnite_Survive_Challenge_Week3_Minor",
- "objectives": [
- {
- "name": "winterquest_2018_frostnite_challenge_03_minor",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S7-Quest:WinterQuest_2018_Frostnite_Survive_Challenge_Week4_Major",
- "templateId": "Quest:WinterQuest_2018_Frostnite_Survive_Challenge_Week4_Major",
- "objectives": [
- {
- "name": "winterquest_2018_frostnite_challenge_04_major",
- "count": 3
- }
- ]
- },
- {
- "itemGuid": "S7-Quest:WinterQuest_2018_Frostnite_Survive_Challenge_Week4_Minor",
- "templateId": "Quest:WinterQuest_2018_Frostnite_Survive_Challenge_Week4_Minor",
- "objectives": [
- {
- "name": "winterquest_2018_frostnite_challenge_04_minor",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S7-Quest:WinterQuest_2018_Frostnite_Survive_Challenge_Week5_Major",
- "templateId": "Quest:WinterQuest_2018_Frostnite_Survive_Challenge_Week5_Major",
- "objectives": [
- {
- "name": "winterquest_2018_frostnite_challenge_05_major",
- "count": 3
- }
- ]
- },
- {
- "itemGuid": "S7-Quest:WinterQuest_2018_Frostnite_Survive_Challenge_Week5_Minor",
- "templateId": "Quest:WinterQuest_2018_Frostnite_Survive_Challenge_Week5_Minor",
- "objectives": [
- {
- "name": "winterquest_2018_frostnite_challenge_05_minor",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S7-Quest:WinterQuest_2018_Frostnite_Survive_Challenge_Week6_Major",
- "templateId": "Quest:WinterQuest_2018_Frostnite_Survive_Challenge_Week6_Major",
- "objectives": [
- {
- "name": "winterquest_2018_frostnite_challenge_06_major",
- "count": 3
- }
- ]
- },
- {
- "itemGuid": "S7-Quest:WinterQuest_2018_Frostnite_Survive_Challenge_Week6_Minor",
- "templateId": "Quest:WinterQuest_2018_Frostnite_Survive_Challenge_Week6_Minor",
- "objectives": [
- {
- "name": "winterquest_2018_frostnite_challenge_06_minor",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S7-Quest:WinterQuest_2018_Frostnite_Survive_Challenge_Week7_Major",
- "templateId": "Quest:WinterQuest_2018_Frostnite_Survive_Challenge_Week7_Major",
- "objectives": [
- {
- "name": "winterquest_2018_frostnite_challenge_07_major",
- "count": 3
- }
- ]
- },
- {
- "itemGuid": "S7-Quest:WinterQuest_2018_Frostnite_Survive_Challenge_Week7_Minor",
- "templateId": "Quest:WinterQuest_2018_Frostnite_Survive_Challenge_Week7_Minor",
- "objectives": [
- {
- "name": "winterquest_2018_frostnite_challenge_07_minor",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S7-Quest:WinterQuest_2018_Frostnite_Survive_Challenge_Week8_Major",
- "templateId": "Quest:WinterQuest_2018_Frostnite_Survive_Challenge_Week8_Major",
- "objectives": [
- {
- "name": "winterquest_2018_frostnite_challenge_08_major",
- "count": 3
- }
- ]
- },
- {
- "itemGuid": "S7-Quest:WinterQuest_2018_Frostnite_Survive_Challenge_Week8_Minor",
- "templateId": "Quest:WinterQuest_2018_Frostnite_Survive_Challenge_Week8_Minor",
- "objectives": [
- {
- "name": "winterquest_2018_frostnite_challenge_08_minor",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S7-Quest:WinterQuest_2018_Hidden_1",
- "templateId": "Quest:WinterQuest_2018_Hidden_1",
- "objectives": [
- {
- "name": "questcomplete_winterquest_2018_reactive_fetch_packingpresents",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S7-Quest:WinterQuest_2018_Hidden_2",
- "templateId": "Quest:WinterQuest_2018_Hidden_2",
- "objectives": [
- {
- "name": "questcomplete_winterquest_2018_reactive_gather_trees",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S7-Quest:WinterQuest_2018_Hidden_3",
- "templateId": "Quest:WinterQuest_2018_Hidden_3",
- "objectives": [
- {
- "name": "questcomplete_winterquest_2018_reactive_fetch_decorations",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S7-Quest:WinterQuest_2018_Hidden_4",
- "templateId": "Quest:WinterQuest_2018_Hidden_4",
- "objectives": [
- {
- "name": "questcomplete_winterquest_2018_reactive_fetch_deploytrees",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S7-Quest:WinterQuest_2018_Hidden_5",
- "templateId": "Quest:WinterQuest_2018_Hidden_5",
- "objectives": [
- {
- "name": "questcomplete_winterquest_2018_reactive_gather_fridges",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S7-Quest:WinterQuest_2018_Hidden_6",
- "templateId": "Quest:WinterQuest_2018_Hidden_6",
- "objectives": [
- {
- "name": "questcomplete_winterquest_2018_reactive_fetch_collectpresent",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S7-Quest:WinterQuest_2018_Hidden_7",
- "templateId": "Quest:WinterQuest_2018_Hidden_7",
- "objectives": [
- {
- "name": "questcomplete_winterquest_2018_reactive_frozentroll",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S7-Quest:WinterQuest_2018_KillCoalLobbers",
- "templateId": "Quest:WinterQuest_2018_KillCoalLobbers",
- "objectives": [
- {
- "name": "winterquest_2018_killcoallobbers",
- "count": 8
- }
- ]
- },
- {
- "itemGuid": "S7-Quest:WinterQuest_2018_KillEvilHelpers",
- "templateId": "Quest:WinterQuest_2018_KillEvilHelpers",
- "objectives": [
- {
- "name": "winterquest_2018_killevilhelpers",
- "count": 75
- }
- ]
- },
- {
- "itemGuid": "S7-Quest:WinterQuest_2018_KillKrampus",
- "templateId": "Quest:WinterQuest_2018_KillKrampus",
- "objectives": [
- {
- "name": "winterquest_2018_killkrampus",
- "count": 5
- }
- ]
- },
- {
- "itemGuid": "S7-Quest:WinterQuest_2018_KillLoneKrampus",
- "templateId": "Quest:WinterQuest_2018_KillLoneKrampus",
- "objectives": [
- {
- "name": "kill_husk_lonekrampus",
- "count": 20
- }
- ]
- },
- {
- "itemGuid": "S7-Quest:WinterQuest_2018_KillMallSantas",
- "templateId": "Quest:WinterQuest_2018_KillMallSantas",
- "objectives": [
- {
- "name": "winterquest_2018_killmallsantas",
- "count": 15
- }
- ]
- },
- {
- "itemGuid": "S7-Quest:WinterQuest_2018_KillMistMonsters",
- "templateId": "Quest:WinterQuest_2018_KillMistMonsters",
- "objectives": [
- {
- "name": "kill_mist_monster_winter2018",
- "count": 50
- }
- ]
- },
- {
- "itemGuid": "S7-Quest:WinterQuest_2018_Landmark_CelebrateNewYear",
- "templateId": "Quest:WinterQuest_2018_Landmark_CelebrateNewYear",
- "objectives": [
- {
- "name": "winterquest_2018_landmark_celebratenewyear",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S7-Quest:WinterQuest_2018_Reactive_Fetch_CollectPresent",
- "templateId": "Quest:WinterQuest_2018_Reactive_Fetch_CollectPresent",
- "objectives": [
- {
- "name": "winterquest_2018_reactive_fetch_collectpresent",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S7-Quest:WinterQuest_2018_Reactive_Fetch_Decorations",
- "templateId": "Quest:WinterQuest_2018_Reactive_Fetch_Decorations",
- "objectives": [
- {
- "name": "winterquest_2018_reactive_fetch_decorations",
- "count": 10
- }
- ]
- },
- {
- "itemGuid": "S7-Quest:WinterQuest_2018_Reactive_Fetch_DeployTrees",
- "templateId": "Quest:WinterQuest_2018_Reactive_Fetch_DeployTrees",
- "objectives": [
- {
- "name": "winterquest_2018_reactive_fetch_deploytrees",
- "count": 11
- }
- ]
- },
- {
- "itemGuid": "S7-Quest:WinterQuest_2018_Reactive_Fetch_PackingPresents",
- "templateId": "Quest:WinterQuest_2018_Reactive_Fetch_PackingPresents",
- "objectives": [
- {
- "name": "winterquest_2018_reactive_fetch_packingpresents",
- "count": 12
- }
- ]
- },
- {
- "itemGuid": "S7-Quest:WinterQuest_2018_Reactive_FrozenTroll",
- "templateId": "Quest:WinterQuest_2018_Reactive_FrozenTroll",
- "objectives": [
- {
- "name": "winterquest_2018_reactive_frozentroll",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S7-Quest:WinterQuest_2018_Reactive_Gather_Fridges",
- "templateId": "Quest:WinterQuest_2018_Reactive_Gather_Fridges",
- "objectives": [
- {
- "name": "winterquest_2018_reactive_gather_fridges",
- "count": 12
- }
- ]
- },
- {
- "itemGuid": "S7-Quest:WinterQuest_2018_Reactive_Gather_Trees",
- "templateId": "Quest:WinterQuest_2018_Reactive_Gather_Trees",
- "objectives": [
- {
- "name": "winterquest_2018_reactive_gather_trees",
- "count": 20
- }
- ]
- },
- {
- "itemGuid": "S7-Quest:WinterQuest_2018_SaveSurvivors",
- "templateId": "Quest:WinterQuest_2018_SaveSurvivors",
- "objectives": [
- {
- "name": "questcollect_survivoritemdata",
- "count": 12
- }
- ]
- }
+ {
+ "templateId": "Quest:AthenaDaily_Squad_Top6",
+ "objectives": [
+ "daily_athena_squad_top6_v2"
]
},
- "Season8": {
- "Quests": [
- {
- "itemGuid": "S8-Quest:BetaStormQuest_CompleteBetaStorms_Repeatable",
- "templateId": "Quest:BetaStormQuest_CompleteBetaStorms_Repeatable",
- "objectives": [
- {
- "name": "betastorms_complete_repeatable",
- "count": 2
- }
- ]
- },
- {
- "itemGuid": "S8-Quest:LoveQuest_2019_Fetch_Boxes",
- "templateId": "Quest:LoveQuest_2019_Fetch_Boxes",
- "objectives": [
- {
- "name": "lovequest_2019_fetch_boxes",
- "count": 7
- }
- ]
- },
- {
- "itemGuid": "S8-Quest:LoveQuest_2019_Fetch_Chests",
- "templateId": "Quest:LoveQuest_2019_Fetch_Chests",
- "objectives": [
- {
- "name": "lovequest_2019_fetch_chests",
- "count": 5
- }
- ]
- },
- {
- "itemGuid": "S8-Quest:LoveQuest_2019_Fetch_Decanters",
- "templateId": "Quest:LoveQuest_2019_Fetch_Decanters",
- "objectives": [
- {
- "name": "lovequest_2019_fetch_decanters",
- "count": 9
- }
- ]
- },
- {
- "itemGuid": "S8-Quest:LoveQuest_2019_Fetch_Phones",
- "templateId": "Quest:LoveQuest_2019_Fetch_Phones",
- "objectives": [
- {
- "name": "lovequest_2019_fetch_phones",
- "count": 5
- }
- ]
- },
- {
- "itemGuid": "S8-Quest:LoveQuest_2019_Fetch_Sensors",
- "templateId": "Quest:LoveQuest_2019_Fetch_Sensors",
- "objectives": [
- {
- "name": "lovequest_2019_fetch_sensors",
- "count": 7
- }
- ]
- },
- {
- "itemGuid": "S8-Quest:LoveQuest_2019_Fetch_Teddys",
- "templateId": "Quest:LoveQuest_2019_Fetch_Teddys",
- "objectives": [
- {
- "name": "lovequest_2019_fetch_teddys",
- "count": 7
- }
- ]
- },
- {
- "itemGuid": "S8-Quest:LoveQuest_2019_Fetch_Telescopes",
- "templateId": "Quest:LoveQuest_2019_Fetch_Telescopes",
- "objectives": [
- {
- "name": "lovequest_2019_fetch_telescopes",
- "count": 5
- }
- ]
- },
- {
- "itemGuid": "S8-Quest:LoveQuest_2019_Fetch_VHS",
- "templateId": "Quest:LoveQuest_2019_Fetch_VHS",
- "objectives": [
- {
- "name": "lovequest_2019_fetch_vhs",
- "count": 5
- }
- ]
- },
- {
- "itemGuid": "S8-Quest:LoveQuest_2019_GatherCollect_Containers",
- "templateId": "Quest:LoveQuest_2019_GatherCollect_Containers",
- "objectives": [
- {
- "name": "lovequest_2019_gathercollect_containers",
- "count": 30
- }
- ]
- },
- {
- "itemGuid": "S8-Quest:LoveQuest_2019_GatherCollect_Mailboxes",
- "templateId": "Quest:LoveQuest_2019_GatherCollect_Mailboxes",
- "objectives": [
- {
- "name": "lovequest_2019_gathercollect_mailboxes",
- "count": 30
- }
- ]
- },
- {
- "itemGuid": "S8-Quest:LoveQuest_2019_GatherCollect_Mushrooms",
- "templateId": "Quest:LoveQuest_2019_GatherCollect_Mushrooms",
- "objectives": [
- {
- "name": "lovequest_2019_gathercollect_mushrooms",
- "count": 30
- }
- ]
- },
- {
- "itemGuid": "S8-Quest:LoveQuest_2019_GatherCollect_Newspapers",
- "templateId": "Quest:LoveQuest_2019_GatherCollect_Newspapers",
- "objectives": [
- {
- "name": "lovequest_2019_gathercollect_newspapers",
- "count": 30
- }
- ]
- },
- {
- "itemGuid": "S8-Quest:LoveQuest_2019_GatherCollect_OfficeStuff",
- "templateId": "Quest:LoveQuest_2019_GatherCollect_OfficeStuff",
- "objectives": [
- {
- "name": "lovequest_2019_gathercollect_officestuff",
- "count": 30
- }
- ]
- },
- {
- "itemGuid": "S8-Quest:LoveQuest_2019_KillCollect_LoveLobbers",
- "templateId": "Quest:LoveQuest_2019_KillCollect_LoveLobbers",
- "objectives": [
- {
- "name": "lovequest_2019_killcollect_lovelobbers",
- "count": 30
- }
- ]
- },
- {
- "itemGuid": "S8-Quest:LoveQuest_2019_Landmark_Trebuchet",
- "templateId": "Quest:LoveQuest_2019_Landmark_Trebuchet",
- "objectives": [
- {
- "name": "lovequest_2019_landmark_trebuchet",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S8-Quest:PirateQuest_2019_Fetch_Banners",
- "templateId": "Quest:PirateQuest_2019_Fetch_Banners",
- "objectives": [
- {
- "name": "piratequest_2019_fetch_banners",
- "count": 5
- }
- ]
- },
- {
- "itemGuid": "S8-Quest:PirateQuest_2019_Fetch_Bottles",
- "templateId": "Quest:PirateQuest_2019_Fetch_Bottles",
- "objectives": [
- {
- "name": "piratequest_2019_fetch_bottles",
- "count": 5
- }
- ]
- },
- {
- "itemGuid": "S8-Quest:PirateQuest_2019_Fetch_Lighthouses",
- "templateId": "Quest:PirateQuest_2019_Fetch_Lighthouses",
- "objectives": [
- {
- "name": "piratequest_2019_fetch_lighthouses",
- "count": 7
- }
- ]
- },
- {
- "itemGuid": "S8-Quest:PirateQuest_2019_Fetch_Mounds",
- "templateId": "Quest:PirateQuest_2019_Fetch_Mounds",
- "objectives": [
- {
- "name": "piratequest_2019_fetch_mounds",
- "count": 6
- }
- ]
- },
- {
- "itemGuid": "S8-Quest:PirateQuest_2019_Fetch_SeeBots",
- "templateId": "Quest:PirateQuest_2019_Fetch_SeeBots",
- "objectives": [
- {
- "name": "piratequest_2019_fetch_seebots",
- "count": 6
- }
- ]
- },
- {
- "itemGuid": "S8-Quest:PirateQuest_2019_Fetch_Shanties",
- "templateId": "Quest:PirateQuest_2019_Fetch_Shanties",
- "objectives": [
- {
- "name": "piratequest_2019_fetch_shanties",
- "count": 6
- }
- ]
- },
- {
- "itemGuid": "S8-Quest:PirateQuest_2019_Fetch_Statues",
- "templateId": "Quest:PirateQuest_2019_Fetch_Statues",
- "objectives": [
- {
- "name": "piratequest_2019_fetch_statues",
- "count": 5
- }
- ]
- },
- {
- "itemGuid": "S8-Quest:PirateQuest_2019_Fetch_Treasure",
- "templateId": "Quest:PirateQuest_2019_Fetch_Treasure",
- "objectives": [
- {
- "name": "piratequest_2019_fetch_treasure",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S8-Quest:PirateQuest_2019_GatherCollect_Chairs",
- "templateId": "Quest:PirateQuest_2019_GatherCollect_Chairs",
- "objectives": [
- {
- "name": "piratequest_2019_gathercollect_chairs",
- "count": 30
- }
- ]
- },
- {
- "itemGuid": "S8-Quest:PirateQuest_2019_GatherCollect_GrillParts",
- "templateId": "Quest:PirateQuest_2019_GatherCollect_GrillParts",
- "objectives": [
- {
- "name": "piratequest_2019_gathercollect_grillparts",
- "count": 30
- }
- ]
- },
- {
- "itemGuid": "S8-Quest:PirateQuest_2019_GatherCollect_Swings",
- "templateId": "Quest:PirateQuest_2019_GatherCollect_Swings",
- "objectives": [
- {
- "name": "piratequest_2019_gathercollect_swings",
- "count": 30
- }
- ]
- },
- {
- "itemGuid": "S8-Quest:PirateQuest_2019_KillCollect_Melee",
- "templateId": "Quest:PirateQuest_2019_KillCollect_Melee",
- "objectives": [
- {
- "name": "piratequest_2019_killcollect_melee",
- "count": 10
- }
- ]
- },
- {
- "itemGuid": "S8-Quest:PirateQuest_2019_KillCollect_MistMonsters",
- "templateId": "Quest:PirateQuest_2019_KillCollect_MistMonsters",
- "objectives": [
- {
- "name": "piratequest_2019_killcollect_mistmonsters",
- "count": 8
- }
- ]
- },
- {
- "itemGuid": "S8-Quest:PirateQuest_2019_Landmark_Island",
- "templateId": "Quest:PirateQuest_2019_Landmark_Island",
- "objectives": [
- {
- "name": "piratequest_2019_landmark_island",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S8-Quest:PirateQuest_2019_Landmark_WalkThePlank",
- "templateId": "Quest:PirateQuest_2019_Landmark_WalkThePlank",
- "objectives": [
- {
- "name": "piratequest_2019_landmark_walktheplank",
- "count": 1
- }
- ]
- }
+ {
+ "templateId": "Quest:AthenaDailyQuest_InteractAmmoCrate",
+ "objectives": [
+ "athena_daily_loot_ammobox_v2"
]
},
- "Season9": {
- "Quests": [
- {
- "itemGuid": "S9-Quest:AnniversaryQuest_2019_Complete_Cake_Repeatable",
- "templateId": "Quest:AnniversaryQuest_2019_Complete_Cake_Repeatable",
- "objectives": [
- {
- "name": "anniversaryquest_2019_complete_cake_repeatable",
- "count": 5
- }
- ]
- },
- {
- "itemGuid": "S9-Quest:AnniversaryQuest_2019_Kill_Cake_Sploders",
- "templateId": "Quest:AnniversaryQuest_2019_Kill_Cake_Sploders",
- "objectives": [
- {
- "name": "anniversaryquest_2019_kill_cake_sploders",
- "count": 30
- }
- ]
- },
- {
- "itemGuid": "S9-Quest:S9_Destroy_Quest_A6",
- "templateId": "Quest:S9_Destroy_Quest_A6",
- "objectives": [
- {
- "name": "s9_destroy_quest_a6",
- "count": 30
- }
- ]
- },
- {
- "itemGuid": "S9-Quest:S9_Fetch_Quest_A1",
- "templateId": "Quest:S9_Fetch_Quest_A1",
- "objectives": [
- {
- "name": "s9_fetch_quest_a1",
- "count": 6
- }
- ]
- },
- {
- "itemGuid": "S9-Quest:S9_Fetch_Quest_A11",
- "templateId": "Quest:S9_Fetch_Quest_A11",
- "objectives": [
- {
- "name": "s9_fetch_quest_a11",
- "count": 4
- }
- ]
- },
- {
- "itemGuid": "S9-Quest:S9_Fetch_Quest_A13",
- "templateId": "Quest:S9_Fetch_Quest_A13",
- "objectives": [
- {
- "name": "s9_fetch_quest_a13",
- "count": 5
- }
- ]
- },
- {
- "itemGuid": "S9-Quest:S9_Fetch_Quest_A14",
- "templateId": "Quest:S9_Fetch_Quest_A14",
- "objectives": [
- {
- "name": "s9_fetch_quest_a14",
- "count": 5
- }
- ]
- },
- {
- "itemGuid": "S9-Quest:S9_Fetch_Quest_A2",
- "templateId": "Quest:S9_Fetch_Quest_A2",
- "objectives": [
- {
- "name": "s9_fetch_quest_a2",
- "count": 5
- }
- ]
- },
- {
- "itemGuid": "S9-Quest:S9_Fetch_Quest_A3",
- "templateId": "Quest:S9_Fetch_Quest_A3",
- "objectives": [
- {
- "name": "s9_fetch_quest_a3",
- "count": 5
- }
- ]
- },
- {
- "itemGuid": "S9-Quest:S9_Fetch_Quest_A7",
- "templateId": "Quest:S9_Fetch_Quest_A7",
- "objectives": [
- {
- "name": "s9_fetch_quest_a7",
- "count": 5
- }
- ]
- },
- {
- "itemGuid": "S9-Quest:S9_Fetch_Quest_A9",
- "templateId": "Quest:S9_Fetch_Quest_A9",
- "objectives": [
- {
- "name": "s9_fetch_quest_a9",
- "count": 5
- }
- ]
- },
- {
- "itemGuid": "S9-Quest:S9_Fetch_Quest_B1",
- "templateId": "Quest:S9_Fetch_Quest_B1",
- "objectives": [
- {
- "name": "s9_fetch_quest_b1",
- "count": 5
- }
- ]
- },
- {
- "itemGuid": "S9-Quest:S9_Fetch_Quest_B10",
- "templateId": "Quest:S9_Fetch_Quest_B10",
- "objectives": [
- {
- "name": "s9_fetch_quest_b10",
- "count": 5
- }
- ]
- },
- {
- "itemGuid": "S9-Quest:S9_Fetch_Quest_B11",
- "templateId": "Quest:S9_Fetch_Quest_B11",
- "objectives": [
- {
- "name": "s9_fetch_quest_b11",
- "count": 5
- }
- ]
- },
- {
- "itemGuid": "S9-Quest:S9_Fetch_Quest_B13",
- "templateId": "Quest:S9_Fetch_Quest_B13",
- "objectives": [
- {
- "name": "s9_fetch_quest_b13",
- "count": 7
- }
- ]
- },
- {
- "itemGuid": "S9-Quest:S9_Fetch_Quest_B14",
- "templateId": "Quest:S9_Fetch_Quest_B14",
- "objectives": [
- {
- "name": "s9_fetch_quest_b14",
- "count": 5
- }
- ]
- },
- {
- "itemGuid": "S9-Quest:S9_Fetch_Quest_B15",
- "templateId": "Quest:S9_Fetch_Quest_B15",
- "objectives": [
- {
- "name": "s9_fetch_quest_b15",
- "count": 5
- }
- ]
- },
- {
- "itemGuid": "S9-Quest:S9_Fetch_Quest_B3",
- "templateId": "Quest:S9_Fetch_Quest_B3",
- "objectives": [
- {
- "name": "s9_fetch_quest_b3",
- "count": 5
- }
- ]
- },
- {
- "itemGuid": "S9-Quest:S9_Fetch_Quest_B6",
- "templateId": "Quest:S9_Fetch_Quest_B6",
- "objectives": [
- {
- "name": "s9_fetch_quest_b6",
- "count": 5
- }
- ]
- },
- {
- "itemGuid": "S9-Quest:S9_Fetch_Quest_B7",
- "templateId": "Quest:S9_Fetch_Quest_B7",
- "objectives": [
- {
- "name": "s9_fetch_quest_b7",
- "count": 5
- }
- ]
- },
- {
- "itemGuid": "S9-Quest:S9_Fetch_Quest_B9",
- "templateId": "Quest:S9_Fetch_Quest_B9",
- "objectives": [
- {
- "name": "s9_fetch_quest_b9",
- "count": 5
- }
- ]
- },
- {
- "itemGuid": "S9-Quest:S9_GatherCollect_Quest_A12",
- "templateId": "Quest:S9_GatherCollect_Quest_A12",
- "objectives": [
- {
- "name": "s9_gathercollect_quest_a12",
- "count": 30
- }
- ]
- },
- {
- "itemGuid": "S9-Quest:S9_GatherCollect_Quest_A15",
- "templateId": "Quest:S9_GatherCollect_Quest_A15",
- "objectives": [
- {
- "name": "s9_gathercollect_quest_a15",
- "count": 30
- }
- ]
- },
- {
- "itemGuid": "S9-Quest:S9_GatherCollect_Quest_A4",
- "templateId": "Quest:S9_GatherCollect_Quest_A4",
- "objectives": [
- {
- "name": "s9_gathercollect_quest_a4",
- "count": 30
- }
- ]
- },
- {
- "itemGuid": "S9-Quest:S9_GatherCollect_Quest_B5",
- "templateId": "Quest:S9_GatherCollect_Quest_B5",
- "objectives": [
- {
- "name": "s9_gathercollect_quest_b5",
- "count": 30
- }
- ]
- },
- {
- "itemGuid": "S9-Quest:S9_GatherCollect_Quest_B8",
- "templateId": "Quest:S9_GatherCollect_Quest_B8",
- "objectives": [
- {
- "name": "s9_gathercollect_quest_b8",
- "count": 30
- }
- ]
- },
- {
- "itemGuid": "S9-Quest:S9_Gather_Quest_A8",
- "templateId": "Quest:S9_Gather_Quest_A8",
- "objectives": [
- {
- "name": "s9_gather_quest_a8",
- "count": 30
- }
- ]
- },
- {
- "itemGuid": "S9-Quest:S9_KillCollect_Quest_A10",
- "templateId": "Quest:S9_KillCollect_Quest_A10",
- "objectives": [
- {
- "name": "s9_killcollect_quest_a10",
- "count": 5
- }
- ]
- },
- {
- "itemGuid": "S9-Quest:S9_KillCollect_Quest_A5",
- "templateId": "Quest:S9_KillCollect_Quest_A5",
- "objectives": [
- {
- "name": "s9_killcollect_quest_a5",
- "count": 10
- }
- ]
- },
- {
- "itemGuid": "S9-Quest:S9_KillCollect_Quest_B4",
- "templateId": "Quest:S9_KillCollect_Quest_B4",
- "objectives": [
- {
- "name": "s9_killcollect_quest_b4",
- "count": 10
- }
- ]
- },
- {
- "itemGuid": "S9-Quest:S9_Landmark_Quest_B12",
- "templateId": "Quest:S9_Landmark_Quest_B12",
- "objectives": [
- {
- "name": "s9_landmark_quest_b12",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S9-Quest:S9_Landmark_Quest_B2",
- "templateId": "Quest:S9_Landmark_Quest_B2",
- "objectives": [
- {
- "name": "s9_landmark_quest_b2",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S9-Quest:SummerQuest_2019_Complete_All",
- "templateId": "Quest:SummerQuest_2019_Complete_All",
- "objectives": [
- {
- "name": "questcomplete_summerquest_2019_fetch_water",
- "count": 1
- },
- {
- "name": "questcomplete_summerquest_2019_search_ice",
- "count": 1
- },
- {
- "name": "questcomplete_summerquest_2019_kill_melee",
- "count": 1
- },
- {
- "name": "questcomplete_summerquest_2019_kill_wargames",
- "count": 1
- },
- {
- "name": "questcomplete_summerquest_2019_fetch_towels",
- "count": 1
- },
- {
- "name": "questcomplete_summerquest_2019_harvest_basketball_hoops",
- "count": 1
- },
- {
- "name": "questcomplete_summerquest_2019_kill_mist",
- "count": 1
- },
- {
- "name": "questcomplete_summerquest_2019_fetch_flamingo",
- "count": 1
- },
- {
- "name": "questcomplete_summerquest_2019_fetch_fireworks",
- "count": 1
- },
- {
- "name": "questcomplete_summerquest_2019_light_fireworks",
- "count": 1
- },
- {
- "name": "questcomplete_summerquest_2019_kill_200",
- "count": 1
- },
- {
- "name": "questcomplete_summerquest_2019_harvest_lawnmower",
- "count": 1
- },
- {
- "name": "questcomplete_summerquest_2019_gather_air_conditioners",
- "count": 1
- },
- {
- "name": "questcomplete_summerquest_2019_rescue_survivors",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S9-Quest:SummerQuest_2019_Fetch_Fireworks",
- "templateId": "Quest:SummerQuest_2019_Fetch_Fireworks",
- "objectives": [
- {
- "name": "summerquest_2019_fetch_fireworks",
- "count": 7
- }
- ]
- },
- {
- "itemGuid": "S9-Quest:SummerQuest_2019_Fetch_Flamingo",
- "templateId": "Quest:SummerQuest_2019_Fetch_Flamingo",
- "objectives": [
- {
- "name": "summerquest_2019_fetch_flamingo",
- "count": 10
- }
- ]
- },
- {
- "itemGuid": "S9-Quest:SummerQuest_2019_Fetch_Towels",
- "templateId": "Quest:SummerQuest_2019_Fetch_Towels",
- "objectives": [
- {
- "name": "summerquest_2019_fetch_towels",
- "count": 6
- }
- ]
- },
- {
- "itemGuid": "S9-Quest:SummerQuest_2019_Fetch_Water",
- "templateId": "Quest:SummerQuest_2019_Fetch_Water",
- "objectives": [
- {
- "name": "summerquest_2019_fetch_water",
- "count": 6
- }
- ]
- },
- {
- "itemGuid": "S9-Quest:SummerQuest_2019_Gather_Air_Conditioners",
- "templateId": "Quest:SummerQuest_2019_Gather_Air_Conditioners",
- "objectives": [
- {
- "name": "summerquest_2019_gather_air_conditioners",
- "count": 30
- }
- ]
- },
- {
- "itemGuid": "S9-Quest:SummerQuest_2019_Harvest_Basketball_Hoops",
- "templateId": "Quest:SummerQuest_2019_Harvest_Basketball_Hoops",
- "objectives": [
- {
- "name": "summerquest_2019_harvest_basketball_hoops",
- "count": 2
- }
- ]
- },
- {
- "itemGuid": "S9-Quest:SummerQuest_2019_Harvest_Lawnmower",
- "templateId": "Quest:SummerQuest_2019_Harvest_Lawnmower",
- "objectives": [
- {
- "name": "summerquest_2019_harvest_lawnmower",
- "count": 3
- }
- ]
- },
- {
- "itemGuid": "S9-Quest:SummerQuest_2019_Kill_200",
- "templateId": "Quest:SummerQuest_2019_Kill_200",
- "objectives": [
- {
- "name": "summerquest_2019_kill_200",
- "count": 200
- }
- ]
- },
- {
- "itemGuid": "S9-Quest:SummerQuest_2019_Kill_Melee",
- "templateId": "Quest:SummerQuest_2019_Kill_Melee",
- "objectives": [
- {
- "name": "SummerQuest_2019_Kill_Melee",
- "count": 25
- }
- ]
- },
- {
- "itemGuid": "S9-Quest:SummerQuest_2019_Kill_Mist",
- "templateId": "Quest:SummerQuest_2019_Kill_Mist",
- "objectives": [
- {
- "name": "summerquest_2019_kill_mist",
- "count": 5
- }
- ]
- },
- {
- "itemGuid": "S9-Quest:SummerQuest_2019_Kill_Wargames",
- "templateId": "Quest:SummerQuest_2019_Kill_Wargames",
- "objectives": [
- {
- "name": "summerquest_2019_kill_wargames",
- "count": 2
- }
- ]
- },
- {
- "itemGuid": "S9-Quest:SummerQuest_2019_Light_Fireworks",
- "templateId": "Quest:SummerQuest_2019_Light_Fireworks",
- "objectives": [
- {
- "name": "summerquest_2019_light_fireworks",
- "count": 7
- }
- ]
- },
- {
- "itemGuid": "S9-Quest:SummerQuest_2019_Rescue_Survivors",
- "templateId": "Quest:SummerQuest_2019_Rescue_Survivors",
- "objectives": [
- {
- "name": "questcollect_survivoritemdata",
- "count": 10
- }
- ]
- },
- {
- "itemGuid": "S9-Quest:SummerQuest_2019_Search_Ice",
- "templateId": "Quest:SummerQuest_2019_Search_Ice",
- "objectives": [
- {
- "name": "summerquest_2019_search_ice",
- "count": 10
- }
- ]
- }
+ {
+ "templateId": "Quest:AthenaDailyQuest_InteractTreasureChest",
+ "objectives": [
+ "daily_athena_loot_chest_v2"
]
},
- "Season10": {
- "Quests": [
- {
- "itemGuid": "S10-Quest:MaydayQuest_2019_CollectCasettes_Repeatable",
- "templateId": "Quest:MaydayQuest_2019_CollectCasettes_Repeatable",
- "objectives": [
- {
- "name": "maydayquest_2019_collectcasettes_repeatable",
- "count": 25
- }
- ]
- },
- {
- "itemGuid": "S10-Quest:MaydayQuest_2019_CompleteSubMissions",
- "templateId": "Quest:MaydayQuest_2019_CompleteSubMissions",
- "objectives": [
- {
- "name": "maydayquest_completesubmissions_bridgeout",
- "count": 1
- },
- {
- "name": "maydayquest_completesubmissions_infestation",
- "count": 1
- },
- {
- "name": "maydayquest_completesubmissions_minordelay",
- "count": 1
- },
- {
- "name": "maydayquest_completesubmissions_feelinblu",
- "count": 1
- },
- {
- "name": "maydayquest_completesubmissions_pitstop",
- "count": 1
- },
- {
- "name": "maydayquest_completesubmissions_overheat",
- "count": 1
- },
- {
- "name": "maydayquest_completesubmissions_signalboost",
- "count": 1
- },
- {
- "name": "maydayquest_completesubmissions_recorddash",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S10-Quest:MaydayQuest_2019_Complete_Beatbot",
- "templateId": "Quest:MaydayQuest_2019_Complete_Beatbot",
- "objectives": [
- {
- "name": "maydayquest_2019_complete_beatbot",
- "count": 3
- }
- ]
- },
- {
- "itemGuid": "S10-Quest:MaydayQuest_2019_Complete_CloakedStar1",
- "templateId": "Quest:MaydayQuest_2019_Complete_CloakedStar1",
- "objectives": [
- {
- "name": "maydayquest_2019_complete_cloakedstar1",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S10-Quest:MaydayQuest_2019_Complete_CloakedStar2",
- "templateId": "Quest:MaydayQuest_2019_Complete_CloakedStar2",
- "objectives": [
- {
- "name": "maydayquest_2019_complete_cloakedstar2",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S10-Quest:MaydayQuest_2019_Complete_Crackshot2",
- "templateId": "Quest:MaydayQuest_2019_Complete_Crackshot2",
- "objectives": [
- {
- "name": "maydayquest_2019_complete_crackshot2",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S10-Quest:MaydayQuest_2019_Complete_Penny1",
- "templateId": "Quest:MaydayQuest_2019_Complete_Penny1",
- "objectives": [
- {
- "name": "maydayquest_2019_complete_penny1",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S10-Quest:MaydayQuest_2019_Complete_Penny2",
- "templateId": "Quest:MaydayQuest_2019_Complete_Penny2",
- "objectives": [
- {
- "name": "maydayquest_2019_complete_penny2",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S10-Quest:MaydayQuest_2019_Complete_Quinn2",
- "templateId": "Quest:MaydayQuest_2019_Complete_Quinn2",
- "objectives": [
- {
- "name": "maydayquest_2019_complete_quinn2",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S10-Quest:MaydayQuest_2019_Complete_Quinn3",
- "templateId": "Quest:MaydayQuest_2019_Complete_Quinn3",
- "objectives": [
- {
- "name": "maydayquest_2019_complete_quinn3",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S10-Quest:MaydayQuest_2019_Complete_Week1",
- "templateId": "Quest:MaydayQuest_2019_Complete_Week1",
- "objectives": [
- {
- "name": "maydayquest_2019_complete_quinn1",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S10-Quest:MaydayQuest_2019_Complete_Week4",
- "templateId": "Quest:MaydayQuest_2019_Complete_Week4",
- "objectives": [
- {
- "name": "maydayquest_2019_complete_crackshot1",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S10-Quest:MaydayQuest_2019_Daily_Complete",
- "templateId": "Quest:MaydayQuest_2019_Daily_Complete",
- "objectives": [
- {
- "name": "maydayquest_2019_daily_complete",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S10-Quest:MaydayQuest_2019_KillMistMonsters",
- "templateId": "Quest:MaydayQuest_2019_KillMistMonsters",
- "objectives": [
- {
- "name": "maydayquest_2019_killmistmonsters",
- "count": 40
- }
- ]
- },
- {
- "itemGuid": "S10-Quest:MaydayQuest_2019_LootChests",
- "templateId": "Quest:MaydayQuest_2019_LootChests",
- "objectives": [
- {
- "name": "maydayquest_lootchests",
- "count": 40
- }
- ]
- },
- {
- "itemGuid": "S10-Quest:MaydayQuest_2019_NoVehicleDamage",
- "templateId": "Quest:MaydayQuest_2019_NoVehicleDamage",
- "objectives": [
- {
- "name": "maydayquest_2019_novehicledamage",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S10-Quest:MaydayQuest_2019_NoVehicleDamage_Endgame",
- "templateId": "Quest:MaydayQuest_2019_NoVehicleDamage_Endgame",
- "objectives": [
- {
- "name": "maydayquest_2019_novehicledamage_endgame",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S10-Quest:MaydayQuest_2019_Strangelands",
- "templateId": "Quest:MaydayQuest_2019_Strangelands",
- "objectives": [
- {
- "name": "MaydayQuest_2019_Strangelands",
- "count": 3
- }
- ]
- },
- {
- "itemGuid": "S10-Quest:MaydayQuest_2019_TruckTravel",
- "templateId": "Quest:MaydayQuest_2019_TruckTravel",
- "objectives": [
- {
- "name": "maydayquest_2019_trucktravel",
- "count": 2500
- }
- ]
- },
- {
- "itemGuid": "S10-Quest:S10_Explore_Quest_A5",
- "templateId": "Quest:S10_Explore_Quest_A5",
- "objectives": [
- {
- "name": "s10_explore_quest_a5",
- "count": 4
- }
- ]
- },
- {
- "itemGuid": "S10-Quest:S10_Explore_Quest_A8",
- "templateId": "Quest:S10_Explore_Quest_A8",
- "objectives": [
- {
- "name": "s10_explore_quest_restaurant_a8",
- "count": 1
- },
- {
- "name": "s10_explore_quest_campsite_a8",
- "count": 1
- },
- {
- "name": "s10_explore_quest_park_a8",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S10-Quest:S10_Fetch_Quest_A10",
- "templateId": "Quest:S10_Fetch_Quest_A10",
- "objectives": [
- {
- "name": "s10_fetch_quest_a10",
- "count": 7
- }
- ]
- },
- {
- "itemGuid": "S10-Quest:S10_Fetch_Quest_A11",
- "templateId": "Quest:S10_Fetch_Quest_A11",
- "objectives": [
- {
- "name": "s10_fetch_quest_a11",
- "count": 5
- }
- ]
- },
- {
- "itemGuid": "S10-Quest:S10_Fetch_Quest_A12",
- "templateId": "Quest:S10_Fetch_Quest_A12",
- "objectives": [
- {
- "name": "s10_fetch_quest_a12",
- "count": 5
- }
- ]
- },
- {
- "itemGuid": "S10-Quest:S10_Fetch_Quest_A15",
- "templateId": "Quest:S10_Fetch_Quest_A15",
- "objectives": [
- {
- "name": "s10_fetch_quest_a15",
- "count": 5
- }
- ]
- },
- {
- "itemGuid": "S10-Quest:S10_Fetch_Quest_A3",
- "templateId": "Quest:S10_Fetch_Quest_A3",
- "objectives": [
- {
- "name": "s10_fetch_quest_a3",
- "count": 5
- }
- ]
- },
- {
- "itemGuid": "S10-Quest:S10_Fetch_Quest_A4",
- "templateId": "Quest:S10_Fetch_Quest_A4",
- "objectives": [
- {
- "name": "s10_fetch_quest_a4",
- "count": 5
- }
- ]
- },
- {
- "itemGuid": "S10-Quest:S10_Fetch_Quest_B1",
- "templateId": "Quest:S10_Fetch_Quest_B1",
- "objectives": [
- {
- "name": "s10_fetch_quest_b1",
- "count": 4
- }
- ]
- },
- {
- "itemGuid": "S10-Quest:S10_Fetch_Quest_B2",
- "templateId": "Quest:S10_Fetch_Quest_B2",
- "objectives": [
- {
- "name": "s10_fetch_quest_b2",
- "count": 5
- }
- ]
- },
- {
- "itemGuid": "S10-Quest:S10_GatherCollect_Quest_A14",
- "templateId": "Quest:S10_GatherCollect_Quest_A14",
- "objectives": [
- {
- "name": "s10_gathercollect_quest_a14",
- "count": 30
- }
- ]
- },
- {
- "itemGuid": "S10-Quest:s10_gathercollect_quest_a2",
- "templateId": "Quest:s10_gathercollect_quest_a2",
- "objectives": [
- {
- "name": "s10_gathercollect_quest_a2",
- "count": 30
- }
- ]
- },
- {
- "itemGuid": "S10-Quest:s10_gathercollect_quest_a6",
- "templateId": "Quest:s10_gathercollect_quest_a6",
- "objectives": [
- {
- "name": "s10_gathercollect_quest_a6",
- "count": 10
- }
- ]
- },
- {
- "itemGuid": "S10-Quest:S10_GatherCollect_Quest_A9",
- "templateId": "Quest:S10_GatherCollect_Quest_A9",
- "objectives": [
- {
- "name": "s10_gathercollect_quest_a9",
- "count": 20
- }
- ]
- },
- {
- "itemGuid": "S10-Quest:S10_KillCollect_QuestA7",
- "templateId": "Quest:S10_KillCollect_QuestA7",
- "objectives": [
- {
- "name": "s10_killcollect_quest_a7",
- "count": 5
- }
- ]
- },
- {
- "itemGuid": "S10-Quest:S10_Kill_Quest_B3",
- "templateId": "Quest:S10_Kill_Quest_B3",
- "objectives": [
- {
- "name": "s10_kill_quest_b3",
- "count": 7
- }
- ]
- },
- {
- "itemGuid": "S10-Quest:S10_Landmark_Quest_A1",
- "templateId": "Quest:S10_Landmark_Quest_A1",
- "objectives": [
- {
- "name": "s10_landmark_quest_a1",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S10-Quest:S10_ReactiveKill_Quest_A13",
- "templateId": "Quest:S10_ReactiveKill_Quest_A13",
- "objectives": [
- {
- "name": "s10_reactivekill_quest_a13",
- "count": 7
- }
- ]
- }
+ {
+ "templateId": "Quest:AthenaDailyQuest_PlayerElimination",
+ "objectives": [
+ "athena_daily_kill_players_v2"
]
},
- "Season24": {
- "Quests": [
- {
- "itemGuid": "S24-Quest:HordeV3_Quest_Daily_A01",
- "templateId": "Quest:HordeV3_Quest_Daily_A01",
- "objectives": [
- {
- "name": "hordev3_quest_daily_a01",
- "count": 5
- }
- ]
- },
- {
- "itemGuid": "S24-Quest:HordeV3_Quest_Daily_A02",
- "templateId": "Quest:HordeV3_Quest_Daily_A02",
- "objectives": [
- {
- "name": "hordev3_quest_daily_a02",
- "count": 10
- }
- ]
- },
- {
- "itemGuid": "S24-Quest:HordeV3_Quest_Daily_A03",
- "templateId": "Quest:HordeV3_Quest_Daily_A03",
- "objectives": [
- {
- "name": "hordev3_quest_daily_a03",
- "count": 15
- }
- ]
- },
- {
- "itemGuid": "S24-Quest:HordeV3_Quest_Event_A01",
- "templateId": "Quest:HordeV3_Quest_Event_A01",
- "objectives": [
- {
- "name": "hordev3_quest_event_a01",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S24-Quest:HordeV3_Quest_Event_A02",
- "templateId": "Quest:HordeV3_Quest_Event_A02",
- "objectives": [
- {
- "name": "hordev3_quest_event_a02",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S24-Quest:HordeV3_Quest_Event_A03",
- "templateId": "Quest:HordeV3_Quest_Event_A03",
- "objectives": [
- {
- "name": "hordev3_quest_event_a03",
- "count": 5
- }
- ]
- },
- {
- "itemGuid": "S24-Quest:HordeV3_Quest_Event_A04",
- "templateId": "Quest:HordeV3_Quest_Event_A04",
- "objectives": [
- {
- "name": "hordev3_quest_event_a04",
- "count": 1000
- }
- ]
- },
- {
- "itemGuid": "S24-Quest:HordeV3_Quest_Event_A05",
- "templateId": "Quest:HordeV3_Quest_Event_A05",
- "objectives": [
- {
- "name": "hordev3_quest_event_a05",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S24-Quest:HordeV3_Quest_Event_A06",
- "templateId": "Quest:HordeV3_Quest_Event_A06",
- "objectives": [
- {
- "name": "hordev3_quest_event_a06",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S24-Quest:HordeV3_Quest_Event_A07",
- "templateId": "Quest:HordeV3_Quest_Event_A07",
- "objectives": [
- {
- "name": "hordev3_quest_event_a07",
- "count": 2
- }
- ]
- },
- {
- "itemGuid": "S24-Quest:HordeV3_Quest_Event_A08",
- "templateId": "Quest:HordeV3_Quest_Event_A08",
- "objectives": [
- {
- "name": "hordev3_quest_event_a08",
- "count": 2
- }
- ]
- },
- {
- "itemGuid": "S24-Quest:HordeV3_Quest_Weekly_W02",
- "templateId": "Quest:HordeV3_Quest_Weekly_W02",
- "objectives": [
- {
- "name": "hordev3_quest_weekly_w02",
- "count": 1
- }
- ]
- },
- {
- "itemGuid": "S24-Quest:HordeV3_Quest_Weekly_W03",
- "templateId": "Quest:HordeV3_Quest_Weekly_W03",
- "objectives": [
- {
- "name": "hordev3_quest_weekly_w03",
- "count": 1
- }
- ]
- }
+ {
+ "templateId": "Quest:AthenaDailyQuest_PlayerEliminationAssaultRifles",
+ "objectives": [
+ "athena_daily_kill_players_assault_rifles"
+ ]
+ },
+ {
+ "templateId": "Quest:AthenaDailyQuest_PlayerEliminationPistols",
+ "objectives": [
+ "athena_daily_kill_players_pistol_v3"
+ ]
+ },
+ {
+ "templateId": "Quest:AthenaDailyQuest_PlayerEliminationShotguns",
+ "objectives": [
+ "athena_daily_kill_players_shotgun_v2"
+ ]
+ },
+ {
+ "templateId": "Quest:AthenaDailyQuest_PlayerEliminationSMGs",
+ "objectives": [
+ "athena_daily_kill_players_smg_v2"
+ ]
+ },
+ {
+ "templateId": "Quest:AthenaDailyQuest_PlayerEliminationSniperRifles",
+ "objectives": [
+ "athena_daily_kill_players_sniper_v2"
]
}
+ ],
+ "Season03": {
+ "ChallengeBundleSchedules": {
+ "QS03-Season3_Challenge_Schedule": {
+ "templateId": "ChallengeBundleSchedule:season3_challenge_schedule",
+ "granted_bundles": [
+ "QS03-S3_Week1_QuestBundle",
+ "QS03-S3_Week2_QuestBundle",
+ "QS03-S3_Week3_QuestBundle",
+ "QS03-S3_Week4_QuestBundle",
+ "QS03-S3_Week5_QuestBundle",
+ "QS03-S3_Week6_QuestBundle",
+ "QS03-S3_Week7_QuestBundle",
+ "QS03-S3_Week8_QuestBundle",
+ "QS03-S3_Week9_QuestBundle",
+ "QS03-S3_Week10_QuestBundle"
+ ]
+ },
+ "QS03-Season3_Tier_100_Schedule": {
+ "templateId": "ChallengeBundleSchedule:season3_tier_100_schedule",
+ "granted_bundles": [
+ "QS03-S3_Tier_100_QuestBundle"
+ ]
+ },
+ "QS03-Season3_Tier_2_Schedule": {
+ "templateId": "ChallengeBundleSchedule:season3_tier_2_schedule",
+ "granted_bundles": [
+ "QS03-S3_Tier_2_QuestBundle"
+ ]
+ }
+ },
+ "ChallengeBundles": {
+ "QS03-S3_Week1_QuestBundle": {
+ "templateId": "ChallengeBundle:s3_week1_questbundle",
+ "challenge_bundle_schedule_id": "QS03-Season3_Challenge_Schedule",
+ "grantedquestinstanceids": [
+ "QS03-Quest_BR_Damage_Pistol",
+ "QS03-Quest_BR_Interact_Chests_Location_PleasantPark",
+ "QS03-Quest_BR_Revive",
+ "QS03-Quest_BR_Visit_ScavengerHunt_LlamaFoxCrab",
+ "QS03-Quest_BR_Interact_ScavengerHunt_TreasureMap_01",
+ "QS03-Quest_BR_Eliminate_Weapon_SniperRifle",
+ "QS03-Quest_BR_Eliminate_Location_FatalFields"
+ ],
+ "completionRewards": {
+ "7": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 4000,
+ "giftBoxToUse": {}
+ }
+ ]
+ }
+ },
+ "QS03-S3_Week2_QuestBundle": {
+ "templateId": "ChallengeBundle:s3_week2_questbundle",
+ "challenge_bundle_schedule_id": "QS03-Season3_Challenge_Schedule",
+ "grantedquestinstanceids": [
+ "QS03-Quest_BR_Use_Launchpad",
+ "QS03-Quest_BR_Damage_AssaultRifle",
+ "QS03-Quest_BR_Interact_Chests_Location_WailingWoods",
+ "QS03-Quest_BR_Dance_ScavengerHunt_Forbidden",
+ "QS03-Quest_BR_Interact_ScavengerHunt_Triangulate_01",
+ "QS03-Quest_BR_Eliminate_Weapon_SMG",
+ "QS03-Quest_BR_Eliminate_Location_GreasyGrove"
+ ],
+ "completionRewards": {
+ "7": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 4000,
+ "giftBoxToUse": {}
+ }
+ ]
+ }
+ },
+ "QS03-S3_Week3_QuestBundle": {
+ "templateId": "ChallengeBundle:s3_week3_questbundle",
+ "challenge_bundle_schedule_id": "QS03-Season3_Challenge_Schedule",
+ "grantedquestinstanceids": [
+ "QS03-Quest_BR_Collect_BuildingResources",
+ "QS03-Quest_BR_Damage_SuppressedWeapon",
+ "QS03-Quest_BR_Interact_Chests_Location_JunkJunction",
+ "QS03-Quest_BR_Land_Bulleyes_Different",
+ "QS03-Quest_BR_Interact_ScavengerHunt_TreasureMap_02",
+ "QS03-Quest_BR_Eliminate_Weapon_Crossbow",
+ "QS03-Quest_BR_Eliminate_Location_SaltySprings"
+ ],
+ "completionRewards": {
+ "7": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 4000,
+ "giftBoxToUse": {}
+ }
+ ]
+ }
+ },
+ "QS03-S3_Week4_QuestBundle": {
+ "templateId": "ChallengeBundle:s3_week4_questbundle",
+ "challenge_bundle_schedule_id": "QS03-Season3_Challenge_Schedule",
+ "grantedquestinstanceids": [
+ "QS03-Quest_BR_Damage_SniperRifle",
+ "QS03-Quest_BR_Interact_Chests_Location_FlushFactory",
+ "QS03-Quest_BR_Interact_SupplyDrops",
+ "QS03-Quest_BR_Visit_IceCreamTrucks_Different",
+ "QS03-Quest_BR_Interact_ScavengerHunt_Triangulate_02",
+ "QS03-Quest_BR_Eliminate_Trap",
+ "QS03-Quest_BR_Eliminate_Location_TomatoTown"
+ ],
+ "completionRewards": {
+ "7": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 4000,
+ "giftBoxToUse": {}
+ }
+ ]
+ }
+ },
+ "QS03-S3_Week5_QuestBundle": {
+ "templateId": "ChallengeBundle:s3_week5_questbundle",
+ "challenge_bundle_schedule_id": "QS03-Season3_Challenge_Schedule",
+ "grantedquestinstanceids": [
+ "QS03-Quest_BR_Use_Bush",
+ "QS03-Quest_BR_Interact_Chests_Location_MoistyMire",
+ "QS03-Quest_BR_Damage_Pickaxe",
+ "QS03-Quest_BR_Visit_GasStations_SingleMatch",
+ "QS03-Quest_BR_Interact_ScavengerHunt_TreasureMap_03",
+ "QS03-Quest_BR_Eliminate_Weapon_Pistol",
+ "QS03-Quest_BR_Eliminate_Location_TiltedTowers"
+ ],
+ "completionRewards": {
+ "7": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 4000,
+ "giftBoxToUse": {}
+ }
+ ]
+ }
+ },
+ "QS03-S3_Week6_QuestBundle": {
+ "templateId": "ChallengeBundle:s3_week6_questbundle",
+ "challenge_bundle_schedule_id": "QS03-Season3_Challenge_Schedule",
+ "grantedquestinstanceids": [
+ "QS03-Quest_BR_Damage_SMG",
+ "QS03-Quest_BR_Interact_Chests_Location_AnarchyAcres",
+ "QS03-Quest_BR_Use_CozyCampfire",
+ "QS03-Quest_BR_Visit_MountainPeaks",
+ "QS03-Quest_BR_Interact_ScavengerHunt_Triangulate_03",
+ "QS03-Quest_BR_Eliminate_ExplosiveWeapon",
+ "QS03-Quest_BR_Eliminate_Location_RetailRow"
+ ],
+ "completionRewards": {
+ "7": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 4000,
+ "giftBoxToUse": {}
+ }
+ ]
+ }
+ },
+ "QS03-S3_Week7_QuestBundle": {
+ "templateId": "ChallengeBundle:s3_week7_questbundle",
+ "challenge_bundle_schedule_id": "QS03-Season3_Challenge_Schedule",
+ "grantedquestinstanceids": [
+ "QS03-Quest_BR_Interact_Chests_Location_LonelyLodge",
+ "QS03-Quest_BR_Damage_Shotgun",
+ "QS03-Quest_BR_Interact_ChestAmmoBoxSupplyDrop_SingleMatch",
+ "QS03-Quest_BR_Interact_GniceGnomes",
+ "QS03-Quest_BR_Interact_ScavengerHunt_TreasureMap_04",
+ "QS03-Quest_BR_Eliminate_SuppressedWeapon",
+ "QS03-Quest_BR_Eliminate_Location_ShiftyShafts"
+ ],
+ "completionRewards": {
+ "7": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 4000,
+ "giftBoxToUse": {}
+ }
+ ]
+ }
+ },
+ "QS03-S3_Week8_QuestBundle": {
+ "templateId": "ChallengeBundle:s3_week8_questbundle",
+ "challenge_bundle_schedule_id": "QS03-Season3_Challenge_Schedule",
+ "grantedquestinstanceids": [
+ "QS03-Quest_BR_Use_VendingMachine",
+ "QS03-Quest_BR_Damage_ExplosiveWeapon",
+ "QS03-Quest_BR_Interact_Chests_Location_SnobbyShores",
+ "QS03-Quest_BR_Dance_ScavengerHunt_DanceFloors",
+ "QS03-Quest_BR_Interact_ScavengerHunt_Triangulate_05",
+ "QS03-Quest_BR_Eliminate_Weapon_AssaultRifle",
+ "QS03-Quest_BR_Eliminate_Location_DustyDepot"
+ ],
+ "completionRewards": {
+ "7": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 4000,
+ "giftBoxToUse": {}
+ }
+ ]
+ }
+ },
+ "QS03-S3_Week9_QuestBundle": {
+ "templateId": "ChallengeBundle:s3_week9_questbundle",
+ "challenge_bundle_schedule_id": "QS03-Season3_Challenge_Schedule",
+ "grantedquestinstanceids": [
+ "QS03-Quest_BR_Damage_Enemy_Buildings",
+ "QS03-Quest_BR_Interact_Chests_Location_HauntedHills",
+ "QS03-Quest_BR_Build_Structures",
+ "QS03-Quest_BR_Visit_TacoShops_SingleMatch",
+ "QS03-Quest_BR_Interact_ScavengerHunt_TreasureMap_05",
+ "QS03-Quest_BR_Eliminate_Weapon_Shotgun",
+ "QS03-Quest_BR_Eliminate_Location_LuckyLanding"
+ ],
+ "completionRewards": {
+ "7": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 4000,
+ "giftBoxToUse": {}
+ }
+ ]
+ }
+ },
+ "QS03-S3_Week10_QuestBundle": {
+ "templateId": "ChallengeBundle:s3_week10_questbundle",
+ "challenge_bundle_schedule_id": "QS03-Season3_Challenge_Schedule",
+ "grantedquestinstanceids": [
+ "QS03-Quest_BR_Interact_Chests_Location_FatalFields",
+ "QS03-Quest_BR_Damage_Headshot",
+ "QS03-Quest_BR_Interact_Chests_Locations_Different",
+ "QS03-Quest_BR_Skydive_Rings",
+ "QS03-Quest_BR_Interact_ScavengerHunt_Triangulate_04",
+ "QS03-Quest_BR_Eliminate",
+ "QS03-Quest_BR_Eliminate_Location_PleasantPark"
+ ],
+ "completionRewards": {
+ "7": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 4000,
+ "giftBoxToUse": {}
+ }
+ ]
+ }
+ },
+ "QS03-S3_Tier_100_QuestBundle": {
+ "templateId": "ChallengeBundle:s3_tier_100_questbundle",
+ "challenge_bundle_schedule_id": "QS03-Season3_Tier_100_Schedule",
+ "grantedquestinstanceids": [
+ "QS03-Quest_BR_Interact_Chests_SingleMatch",
+ "QS03-Quest_BR_Play_Min1Elimination",
+ "QS03-Quest_BR_Damage_SingleMatch",
+ "QS03-Quest_BR_Eliminate_Weapon_Pickaxe",
+ "QS03-Quest_BR_Eliminate_Singel_Match_Elemeinations",
+ "QS03-Quest_BR_Place_Top10_Solo",
+ "QS03-Quest_BR_Place_Top3_Squad"
+ ],
+ "completionRewards": {
+ "7": [
+ {
+ "templateId": "AthenaGlider:glider_id_017_assassin",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ]
+ }
+ },
+ "QS03-S3_Tier_2_QuestBundle": {
+ "templateId": "ChallengeBundle:s3_tier_2_questbundle",
+ "challenge_bundle_schedule_id": "QS03-Season3_Tier_2_Schedule",
+ "grantedquestinstanceids": [
+ "QS03-Quest_BR_Outlive",
+ "QS03-Quest_BR_Play_Min1Friend",
+ "QS03-Quest_BR_Damage",
+ "QS03-Quest_BR_Land_Locations_Different",
+ "QS03-Quest_BR_Play",
+ "QS03-Quest_BR_LevelUp_SeasonLevel_25",
+ "QS03-Quest_BR_Place_Win"
+ ],
+ "completionRewards": {
+ "7": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 4000,
+ "giftBoxToUse": {}
+ }
+ ]
+ }
+ }
+ },
+ "Quests": {
+ "QS03-Quest_BR_Damage_Pistol": {
+ "templateId": "Quest:quest_br_damage_pistol",
+ "challenge_bundle_id": "QS03-S3_Week1_QuestBundle",
+ "objectives": {
+ "battlepass_damage_athena_player_pistol": 500
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS03-Quest_BR_Interact_Chests_Location_PleasantPark": {
+ "templateId": "Quest:quest_br_interact_chests_location_pleasantpark",
+ "challenge_bundle_id": "QS03-S3_Week1_QuestBundle",
+ "objectives": {
+ "battlepass_interact_athena_treasurechest_pleasantpark": 7
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS03-Quest_BR_Revive": {
+ "templateId": "Quest:quest_br_revive",
+ "challenge_bundle_id": "QS03-S3_Week1_QuestBundle",
+ "objectives": {
+ "battlepass_athena_revive_player": 5
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS03-Quest_BR_Visit_ScavengerHunt_LlamaFoxCrab": {
+ "templateId": "Quest:quest_br_visit_scavengerhunt_llamafoxcrab",
+ "challenge_bundle_id": "QS03-S3_Week1_QuestBundle",
+ "objectives": {
+ "battlepass_visit_location_crab": 1,
+ "battlepass_visit_location_fox": 1,
+ "battlepass_visit_location_llama": 1
+ },
+ "objectiveCompletionCount": 3,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS03-Quest_BR_Interact_ScavengerHunt_TreasureMap_01": {
+ "templateId": "Quest:quest_br_interact_scavengerhunt_treasuremap_01",
+ "challenge_bundle_id": "QS03-S3_Week1_QuestBundle",
+ "objectives": {
+ "battlepass_interact_athena_hidden_star_01": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS03-Quest_BR_Eliminate_Weapon_SniperRifle": {
+ "templateId": "Quest:quest_br_eliminate_weapon_sniperrifle",
+ "challenge_bundle_id": "QS03-S3_Week1_QuestBundle",
+ "objectives": {
+ "battlepass_killingblow_athena_player_sniper": 2
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS03-Quest_BR_Eliminate_Location_FatalFields": {
+ "templateId": "Quest:quest_br_eliminate_location_fatalfields",
+ "challenge_bundle_id": "QS03-S3_Week1_QuestBundle",
+ "objectives": {
+ "battlepass_killingblow_athena_player_fatalfields": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS03-Quest_BR_Use_Launchpad": {
+ "templateId": "Quest:quest_br_use_launchpad",
+ "challenge_bundle_id": "QS03-S3_Week2_QuestBundle",
+ "objectives": {
+ "battlepass_interact_athena_jumppad": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS03-Quest_BR_Damage_AssaultRifle": {
+ "templateId": "Quest:quest_br_damage_assaultrifle",
+ "challenge_bundle_id": "QS03-S3_Week2_QuestBundle",
+ "objectives": {
+ "battlepass_damage_athena_player_asssult": 1000
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS03-Quest_BR_Interact_Chests_Location_WailingWoods": {
+ "templateId": "Quest:quest_br_interact_chests_location_wailingwoods",
+ "challenge_bundle_id": "QS03-S3_Week2_QuestBundle",
+ "objectives": {
+ "battlepass_interact_athena_treasurechest_walingwoods": 7
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS03-Quest_BR_Dance_ScavengerHunt_Forbidden": {
+ "templateId": "Quest:quest_br_dance_scavengerhunt_forbidden",
+ "challenge_bundle_id": "QS03-S3_Week2_QuestBundle",
+ "objectives": {
+ "battlepass_dance_athena_location_forbidden_01": 1,
+ "battlepass_dance_athena_location_forbidden_02": 1,
+ "battlepass_dance_athena_location_forbidden_03": 1,
+ "battlepass_dance_athena_location_forbidden_04": 1,
+ "battlepass_dance_athena_location_forbidden_05": 1,
+ "battlepass_dance_athena_location_forbidden_06": 1,
+ "battlepass_dance_athena_location_forbidden_07": 1,
+ "battlepass_dance_athena_location_forbidden_08": 1,
+ "battlepass_dance_athena_location_forbidden_09": 1,
+ "battlepass_dance_athena_location_forbidden_10": 1,
+ "battlepass_dance_athena_location_forbidden_11": 1,
+ "battlepass_dance_athena_location_forbidden_12": 1,
+ "battlepass_dance_athena_location_forbidden_13": 1,
+ "battlepass_dance_athena_location_forbidden_14": 1,
+ "battlepass_dance_athena_location_forbidden_15": 1
+ },
+ "objectiveCompletionCount": 5,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS03-Quest_BR_Interact_ScavengerHunt_Triangulate_01": {
+ "templateId": "Quest:quest_br_interact_scavengerhunt_triangulate_01",
+ "challenge_bundle_id": "QS03-S3_Week2_QuestBundle",
+ "objectives": {
+ "battlepass_interact_athena_hidden_star_02": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS03-Quest_BR_Eliminate_Weapon_SMG": {
+ "templateId": "Quest:quest_br_eliminate_weapon_smg",
+ "challenge_bundle_id": "QS03-S3_Week2_QuestBundle",
+ "objectives": {
+ "battlepass_killingblow_athena_player_smg": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS03-Quest_BR_Eliminate_Location_GreasyGrove": {
+ "templateId": "Quest:quest_br_eliminate_location_greasygrove",
+ "challenge_bundle_id": "QS03-S3_Week2_QuestBundle",
+ "objectives": {
+ "battlepass_killingblow_athena_player_greasygrove": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS03-Quest_BR_Collect_BuildingResources": {
+ "templateId": "Quest:quest_br_collect_buildingresources",
+ "challenge_bundle_id": "QS03-S3_Week3_QuestBundle",
+ "objectives": {
+ "battlepass_collect_building_resources": 3000
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS03-Quest_BR_Damage_SuppressedWeapon": {
+ "templateId": "Quest:quest_br_damage_suppressedweapon",
+ "challenge_bundle_id": "QS03-S3_Week3_QuestBundle",
+ "objectives": {
+ "battlepass_damage_athena_player_suppressed_weapon": 500
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS03-Quest_BR_Interact_Chests_Location_JunkJunction": {
+ "templateId": "Quest:quest_br_interact_chests_location_junkjunction",
+ "challenge_bundle_id": "QS03-S3_Week3_QuestBundle",
+ "objectives": {
+ "battlepass_interact_athena_treasurechest_junkjunction": 7
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS03-Quest_BR_Land_Bulleyes_Different": {
+ "templateId": "Quest:quest_br_land_bulleyes_different",
+ "challenge_bundle_id": "QS03-S3_Week3_QuestBundle",
+ "objectives": {
+ "battlepass_athena_land_location_bullseye_01": 1,
+ "battlepass_athena_land_location_bullseye_02": 1,
+ "battlepass_athena_land_location_bullseye_03": 1,
+ "battlepass_athena_land_location_bullseye_04": 1,
+ "battlepass_athena_land_location_bullseye_05": 1,
+ "battlepass_athena_land_location_bullseye_06": 1,
+ "battlepass_athena_land_location_bullseye_07": 1,
+ "battlepass_athena_land_location_bullseye_08": 1,
+ "battlepass_athena_land_location_bullseye_09": 1,
+ "battlepass_athena_land_location_bullseye_10": 1,
+ "battlepass_athena_land_location_bullseye_11": 1,
+ "battlepass_athena_land_location_bullseye_12": 1,
+ "battlepass_athena_land_location_bullseye_13": 1,
+ "battlepass_athena_land_location_bullseye_14": 1,
+ "battlepass_athena_land_location_bullseye_15": 1,
+ "battlepass_athena_land_location_bullseye_16": 1,
+ "battlepass_athena_land_location_bullseye_17": 1,
+ "battlepass_athena_land_location_bullseye_18": 1,
+ "battlepass_athena_land_location_bullseye_19": 1,
+ "battlepass_athena_land_location_bullseye_20": 1,
+ "battlepass_athena_land_location_bullseye_21": 1,
+ "battlepass_athena_land_location_bullseye_22": 1,
+ "battlepass_athena_land_location_bullseye_23": 1,
+ "battlepass_athena_land_location_bullseye_24": 1,
+ "battlepass_athena_land_location_bullseye_25": 1
+ },
+ "objectiveCompletionCount": 7,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS03-Quest_BR_Interact_ScavengerHunt_TreasureMap_02": {
+ "templateId": "Quest:quest_br_interact_scavengerhunt_treasuremap_02",
+ "challenge_bundle_id": "QS03-S3_Week3_QuestBundle",
+ "objectives": {
+ "battlepass_interact_athena_hidden_star_03": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS03-Quest_BR_Eliminate_Weapon_Crossbow": {
+ "templateId": "Quest:quest_br_eliminate_weapon_crossbow",
+ "challenge_bundle_id": "QS03-S3_Week3_QuestBundle",
+ "objectives": {
+ "battlepass_killingblow_athena_player_crossbow": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS03-Quest_BR_Eliminate_Location_SaltySprings": {
+ "templateId": "Quest:quest_br_eliminate_location_saltysprings",
+ "challenge_bundle_id": "QS03-S3_Week3_QuestBundle",
+ "objectives": {
+ "battlepass_killingblow_athena_player_saltysprings": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS03-Quest_BR_Damage_SniperRifle": {
+ "templateId": "Quest:quest_br_damage_sniperrifle",
+ "challenge_bundle_id": "QS03-S3_Week4_QuestBundle",
+ "objectives": {
+ "battlepass_damage_athena_player_sniper": 500
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS03-Quest_BR_Interact_Chests_Location_FlushFactory": {
+ "templateId": "Quest:quest_br_interact_chests_location_flushfactory",
+ "challenge_bundle_id": "QS03-S3_Week4_QuestBundle",
+ "objectives": {
+ "battlepass_interact_athena_treasurechest_flushfactory": 7
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS03-Quest_BR_Interact_SupplyDrops": {
+ "templateId": "Quest:quest_br_interact_supplydrops",
+ "challenge_bundle_id": "QS03-S3_Week4_QuestBundle",
+ "objectives": {
+ "battlepass_interact_athena_supply_drop": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS03-Quest_BR_Visit_IceCreamTrucks_Different": {
+ "templateId": "Quest:quest_br_visit_icecreamtrucks_different",
+ "challenge_bundle_id": "QS03-S3_Week4_QuestBundle",
+ "objectives": {
+ "battlepass_visit_athena_location_icream_01": 1,
+ "battlepass_visit_athena_location_icream_02": 1,
+ "battlepass_visit_athena_location_icream_03": 1,
+ "battlepass_visit_athena_location_icream_04": 1,
+ "battlepass_visit_athena_location_icream_05": 1,
+ "battlepass_visit_athena_location_icream_06": 1,
+ "battlepass_visit_athena_location_icream_07": 1,
+ "battlepass_visit_athena_location_icream_08": 1,
+ "battlepass_visit_athena_location_icream_09": 1,
+ "battlepass_visit_athena_location_icream_10": 1,
+ "battlepass_visit_athena_location_icream_11": 1,
+ "battlepass_visit_athena_location_icream_12": 1,
+ "battlepass_visit_athena_location_icream_13": 1,
+ "battlepass_visit_athena_location_icream_14": 1,
+ "battlepass_visit_athena_location_icream_15": 1
+ },
+ "objectiveCompletionCount": 5,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS03-Quest_BR_Interact_ScavengerHunt_Triangulate_02": {
+ "templateId": "Quest:quest_br_interact_scavengerhunt_triangulate_02",
+ "challenge_bundle_id": "QS03-S3_Week4_QuestBundle",
+ "objectives": {
+ "battlepass_interact_athena_hidden_star_04": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS03-Quest_BR_Eliminate_Trap": {
+ "templateId": "Quest:quest_br_eliminate_trap",
+ "challenge_bundle_id": "QS03-S3_Week4_QuestBundle",
+ "objectives": {
+ "battlepass_killingblow_athena_player_with_trap": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS03-Quest_BR_Eliminate_Location_TomatoTown": {
+ "templateId": "Quest:quest_br_eliminate_location_tomatotown",
+ "challenge_bundle_id": "QS03-S3_Week4_QuestBundle",
+ "objectives": {
+ "battlepass_killingblow_athena_player_tomatotown": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS03-Quest_BR_Use_Bush": {
+ "templateId": "Quest:quest_br_use_bush",
+ "challenge_bundle_id": "QS03-S3_Week5_QuestBundle",
+ "objectives": {
+ "battlepass_use_item_bush": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS03-Quest_BR_Interact_Chests_Location_MoistyMire": {
+ "templateId": "Quest:quest_br_interact_chests_location_moistymire",
+ "challenge_bundle_id": "QS03-S3_Week5_QuestBundle",
+ "objectives": {
+ "battlepass_interact_athena_treasurechest_moistymire": 7
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS03-Quest_BR_Damage_Pickaxe": {
+ "templateId": "Quest:quest_br_damage_pickaxe",
+ "challenge_bundle_id": "QS03-S3_Week5_QuestBundle",
+ "objectives": {
+ "battlepass_damage_athena_player_pickaxe": 200
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS03-Quest_BR_Visit_GasStations_SingleMatch": {
+ "templateId": "Quest:quest_br_visit_gasstations_singlematch",
+ "challenge_bundle_id": "QS03-S3_Week5_QuestBundle",
+ "objectives": {
+ "battlepass_visit_athena_location_gas_station_01": 1,
+ "battlepass_visit_athena_location_gas_station_02": 1,
+ "battlepass_visit_athena_location_gas_station_03": 1,
+ "battlepass_visit_athena_location_gas_station_04": 1,
+ "battlepass_visit_athena_location_gas_station_05": 1,
+ "battlepass_visit_athena_location_gas_station_06": 1,
+ "battlepass_visit_athena_location_gas_station_07": 1,
+ "battlepass_visit_athena_location_gas_station_08": 1,
+ "battlepass_visit_athena_location_gas_station_09": 1,
+ "battlepass_visit_athena_location_gas_station_10": 1
+ },
+ "objectiveCompletionCount": 3,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS03-Quest_BR_Interact_ScavengerHunt_TreasureMap_03": {
+ "templateId": "Quest:quest_br_interact_scavengerhunt_treasuremap_03",
+ "challenge_bundle_id": "QS03-S3_Week5_QuestBundle",
+ "objectives": {
+ "battlepass_interact_athena_hidden_star_05": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS03-Quest_BR_Eliminate_Weapon_Pistol": {
+ "templateId": "Quest:quest_br_eliminate_weapon_pistol",
+ "challenge_bundle_id": "QS03-S3_Week5_QuestBundle",
+ "objectives": {
+ "battlepass_killingblow_athena_player_pistol": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS03-Quest_BR_Eliminate_Location_TiltedTowers": {
+ "templateId": "Quest:quest_br_eliminate_location_tiltedtowers",
+ "challenge_bundle_id": "QS03-S3_Week5_QuestBundle",
+ "objectives": {
+ "battlepass_killingblow_athena_player_tiltedtowers": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS03-Quest_BR_Damage_SMG": {
+ "templateId": "Quest:quest_br_damage_smg",
+ "challenge_bundle_id": "QS03-S3_Week6_QuestBundle",
+ "objectives": {
+ "battlepass_damage_athena_player_smg": 500
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS03-Quest_BR_Interact_Chests_Location_AnarchyAcres": {
+ "templateId": "Quest:quest_br_interact_chests_location_anarchyacres",
+ "challenge_bundle_id": "QS03-S3_Week6_QuestBundle",
+ "objectives": {
+ "battlepass_interact_athena_treasurechest_anarchyacres": 7
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS03-Quest_BR_Use_CozyCampfire": {
+ "templateId": "Quest:quest_br_use_cozycampfire",
+ "challenge_bundle_id": "QS03-S3_Week6_QuestBundle",
+ "objectives": {
+ "battlepass_place_athena_camp_fire": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS03-Quest_BR_Visit_MountainPeaks": {
+ "templateId": "Quest:quest_br_visit_mountainpeaks",
+ "challenge_bundle_id": "QS03-S3_Week6_QuestBundle",
+ "objectives": {
+ "battlepass_visit_athena_location_mountain_summit_01": 1,
+ "battlepass_visit_athena_location_mountain_summit_02": 1,
+ "battlepass_visit_athena_location_mountain_summit_03": 1,
+ "battlepass_visit_athena_location_mountain_summit_04": 1,
+ "battlepass_visit_athena_location_mountain_summit_05": 1,
+ "battlepass_visit_athena_location_mountain_summit_06": 1,
+ "battlepass_visit_athena_location_mountain_summit_07": 1,
+ "battlepass_visit_athena_location_mountain_summit_08": 1,
+ "battlepass_visit_athena_location_mountain_summit_09": 1,
+ "battlepass_visit_athena_location_mountain_summit_10": 1,
+ "battlepass_visit_athena_location_mountain_summit_11": 1,
+ "battlepass_visit_athena_location_mountain_summit_12": 1,
+ "battlepass_visit_athena_location_mountain_summit_13": 1,
+ "battlepass_visit_athena_location_mountain_summit_14": 1,
+ "battlepass_visit_athena_location_mountain_summit_15": 1,
+ "battlepass_visit_athena_location_mountain_summit_16": 1,
+ "battlepass_visit_athena_location_mountain_summit_17": 1,
+ "battlepass_visit_athena_location_mountain_summit_18": 1,
+ "battlepass_visit_athena_location_mountain_summit_19": 1,
+ "battlepass_visit_athena_location_mountain_summit_20": 1
+ },
+ "objectiveCompletionCount": 10,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS03-Quest_BR_Interact_ScavengerHunt_Triangulate_03": {
+ "templateId": "Quest:quest_br_interact_scavengerhunt_triangulate_03",
+ "challenge_bundle_id": "QS03-S3_Week6_QuestBundle",
+ "objectives": {
+ "battlepass_interact_athena_hidden_star_06": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS03-Quest_BR_Eliminate_ExplosiveWeapon": {
+ "templateId": "Quest:quest_br_eliminate_explosiveweapon",
+ "challenge_bundle_id": "QS03-S3_Week6_QuestBundle",
+ "objectives": {
+ "battlepass_killingblow_athena_player_with_explosives": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS03-Quest_BR_Eliminate_Location_RetailRow": {
+ "templateId": "Quest:quest_br_eliminate_location_retailrow",
+ "challenge_bundle_id": "QS03-S3_Week6_QuestBundle",
+ "objectives": {
+ "battlepass_killingblow_athena_player_retailrow": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS03-Quest_BR_Interact_Chests_Location_LonelyLodge": {
+ "templateId": "Quest:quest_br_interact_chests_location_lonelylodge",
+ "challenge_bundle_id": "QS03-S3_Week7_QuestBundle",
+ "objectives": {
+ "battlepass_interact_athena_treasurechest_lonelylodge": 7
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS03-Quest_BR_Damage_Shotgun": {
+ "templateId": "Quest:quest_br_damage_shotgun",
+ "challenge_bundle_id": "QS03-S3_Week7_QuestBundle",
+ "objectives": {
+ "battlepass_damage_athena_player_shotgun": 1000
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS03-Quest_BR_Interact_ChestAmmoBoxSupplyDrop_SingleMatch": {
+ "templateId": "Quest:quest_br_interact_chestammoboxsupplydrop_singlematch",
+ "challenge_bundle_id": "QS03-S3_Week7_QuestBundle",
+ "objectives": {
+ "battlepass_interact_athena_treasurechest": 1,
+ "battlepass_interact_athena_ammobox": 1,
+ "battlepass_interact_athena_supplydrop": 1
+ },
+ "objectiveCompletionCount": 3,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS03-Quest_BR_Interact_GniceGnomes": {
+ "templateId": "Quest:quest_br_interact_gnicegnomes",
+ "challenge_bundle_id": "QS03-S3_Week7_QuestBundle",
+ "objectives": {
+ "battlepass_interact_athena_gnice_gnome_01": 1,
+ "battlepass_interact_athena_gnice_gnome_02": 1,
+ "battlepass_interact_athena_gnice_gnome_03": 1,
+ "battlepass_interact_athena_gnice_gnome_04": 1,
+ "battlepass_interact_athena_gnice_gnome_05": 1,
+ "battlepass_interact_athena_gnice_gnome_06": 1,
+ "battlepass_interact_athena_gnice_gnome_07": 1,
+ "battlepass_interact_athena_gnice_gnome_08": 1,
+ "battlepass_interact_athena_gnice_gnome_09": 1,
+ "battlepass_interact_athena_gnice_gnome_10": 1,
+ "battlepass_interact_athena_gnice_gnome_11": 1,
+ "battlepass_interact_athena_gnice_gnome_12": 1,
+ "battlepass_interact_athena_gnice_gnome_13": 1,
+ "battlepass_interact_athena_gnice_gnome_14": 1,
+ "battlepass_interact_athena_gnice_gnome_15": 1,
+ "battlepass_interact_athena_gnice_gnome_16": 1,
+ "battlepass_interact_athena_gnice_gnome_17": 1,
+ "battlepass_interact_athena_gnice_gnome_18": 1,
+ "battlepass_interact_athena_gnice_gnome_19": 1,
+ "battlepass_interact_athena_gnice_gnome_20": 1
+ },
+ "objectiveCompletionCount": 7,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS03-Quest_BR_Interact_ScavengerHunt_TreasureMap_04": {
+ "templateId": "Quest:quest_br_interact_scavengerhunt_treasuremap_04",
+ "challenge_bundle_id": "QS03-S3_Week7_QuestBundle",
+ "objectives": {
+ "battlepass_interact_athena_hidden_star_07": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS03-Quest_BR_Eliminate_SuppressedWeapon": {
+ "templateId": "Quest:quest_br_eliminate_suppressedweapon",
+ "challenge_bundle_id": "QS03-S3_Week7_QuestBundle",
+ "objectives": {
+ "battlepass_killingblow_athena_player_with_suppressed_weapon": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS03-Quest_BR_Eliminate_Location_ShiftyShafts": {
+ "templateId": "Quest:quest_br_eliminate_location_shiftyshafts",
+ "challenge_bundle_id": "QS03-S3_Week7_QuestBundle",
+ "objectives": {
+ "battlepass_killingblow_athena_player_shiftyshafts": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS03-Quest_BR_Use_VendingMachine": {
+ "templateId": "Quest:quest_br_use_vendingmachine",
+ "challenge_bundle_id": "QS03-S3_Week8_QuestBundle",
+ "objectives": {
+ "battlepass_interact_athena_vendingmachine": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS03-Quest_BR_Damage_ExplosiveWeapon": {
+ "templateId": "Quest:quest_br_damage_explosiveweapon",
+ "challenge_bundle_id": "QS03-S3_Week8_QuestBundle",
+ "objectives": {
+ "battlepass_damage_athena_player_explosives": 500
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS03-Quest_BR_Interact_Chests_Location_SnobbyShores": {
+ "templateId": "Quest:quest_br_interact_chests_location_snobbyshores",
+ "challenge_bundle_id": "QS03-S3_Week8_QuestBundle",
+ "objectives": {
+ "battlepass_interact_athena_treasurechest_snobbyshores": 7
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS03-Quest_BR_Dance_ScavengerHunt_DanceFloors": {
+ "templateId": "Quest:quest_br_dance_scavengerhunt_dancefloors",
+ "challenge_bundle_id": "QS03-S3_Week8_QuestBundle",
+ "objectives": {
+ "battlepass_dance_athena_location_disco_01": 1,
+ "battlepass_dance_athena_location_disco_02": 1,
+ "battlepass_dance_athena_location_disco_03": 1,
+ "battlepass_dance_athena_location_disco_04": 1,
+ "battlepass_dance_athena_location_disco_05": 1,
+ "battlepass_dance_athena_location_disco_06": 1,
+ "battlepass_dance_athena_location_disco_07": 1,
+ "battlepass_dance_athena_location_disco_08": 1,
+ "battlepass_dance_athena_location_disco_09": 1,
+ "battlepass_dance_athena_location_disco_10": 1,
+ "battlepass_dance_athena_location_disco_11": 1,
+ "battlepass_dance_athena_location_disco_12": 1,
+ "battlepass_dance_athena_location_disco_13": 1,
+ "battlepass_dance_athena_location_disco_14": 1,
+ "battlepass_dance_athena_location_disco_15": 1
+ },
+ "objectiveCompletionCount": 3,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS03-Quest_BR_Interact_ScavengerHunt_Triangulate_05": {
+ "templateId": "Quest:quest_br_interact_scavengerhunt_triangulate_05",
+ "challenge_bundle_id": "QS03-S3_Week8_QuestBundle",
+ "objectives": {
+ "battlepass_interact_athena_hidden_star_10": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS03-Quest_BR_Eliminate_Weapon_AssaultRifle": {
+ "templateId": "Quest:quest_br_eliminate_weapon_assaultrifle",
+ "challenge_bundle_id": "QS03-S3_Week8_QuestBundle",
+ "objectives": {
+ "battlepass_killingblow_athena_player_assault": 5
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS03-Quest_BR_Eliminate_Location_DustyDepot": {
+ "templateId": "Quest:quest_br_eliminate_location_dustydepot",
+ "challenge_bundle_id": "QS03-S3_Week8_QuestBundle",
+ "objectives": {
+ "battlepass_killingblow_athena_player_dustydepot": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS03-Quest_BR_Damage_Enemy_Buildings": {
+ "templateId": "Quest:quest_br_damage_enemy_buildings",
+ "challenge_bundle_id": "QS03-S3_Week9_QuestBundle",
+ "objectives": {
+ "battlepass_damage_athena_player_buildings": 5000
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS03-Quest_BR_Interact_Chests_Location_HauntedHills": {
+ "templateId": "Quest:quest_br_interact_chests_location_hauntedhills",
+ "challenge_bundle_id": "QS03-S3_Week9_QuestBundle",
+ "objectives": {
+ "battlepass_interact_athena_treasurechest_hauntedhills": 7
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS03-Quest_BR_Build_Structures": {
+ "templateId": "Quest:quest_br_build_structures",
+ "challenge_bundle_id": "QS03-S3_Week9_QuestBundle",
+ "objectives": {
+ "battlepass_build_athena_structures_any": 250
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS03-Quest_BR_Visit_TacoShops_SingleMatch": {
+ "templateId": "Quest:quest_br_visit_tacoshops_singlematch",
+ "challenge_bundle_id": "QS03-S3_Week9_QuestBundle",
+ "objectives": {
+ "battlepass_visit_athena_taco_shop_01": 1,
+ "battlepass_visit_athena_taco_shop_02": 1,
+ "battlepass_visit_athena_taco_shop_03": 1,
+ "battlepass_visit_athena_taco_shop_04": 1,
+ "battlepass_visit_athena_taco_shop_05": 1,
+ "battlepass_visit_athena_taco_shop_06": 1,
+ "battlepass_visit_athena_taco_shop_07": 1,
+ "battlepass_visit_athena_taco_shop_08": 1,
+ "battlepass_visit_athena_taco_shop_09": 1,
+ "battlepass_visit_athena_taco_shop_10": 1
+ },
+ "objectiveCompletionCount": 3,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS03-Quest_BR_Interact_ScavengerHunt_TreasureMap_05": {
+ "templateId": "Quest:quest_br_interact_scavengerhunt_treasuremap_05",
+ "challenge_bundle_id": "QS03-S3_Week9_QuestBundle",
+ "objectives": {
+ "battlepass_interact_athena_hidden_star_09": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS03-Quest_BR_Eliminate_Weapon_Shotgun": {
+ "templateId": "Quest:quest_br_eliminate_weapon_shotgun",
+ "challenge_bundle_id": "QS03-S3_Week9_QuestBundle",
+ "objectives": {
+ "battlepass_killingblow_athena_player_shotgun": 4
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS03-Quest_BR_Eliminate_Location_LuckyLanding": {
+ "templateId": "Quest:quest_br_eliminate_location_luckylanding",
+ "challenge_bundle_id": "QS03-S3_Week9_QuestBundle",
+ "objectives": {
+ "battlepass_killingblow_athena_player_luckylanding": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS03-Quest_BR_Interact_Chests_Location_FatalFields": {
+ "templateId": "Quest:quest_br_interact_chests_location_fatalfields",
+ "challenge_bundle_id": "QS03-S3_Week10_QuestBundle",
+ "objectives": {
+ "battlepass_interact_athena_treasurechest_fatalfields": 7
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS03-Quest_BR_Damage_Headshot": {
+ "templateId": "Quest:quest_br_damage_headshot",
+ "challenge_bundle_id": "QS03-S3_Week10_QuestBundle",
+ "objectives": {
+ "battlepass_damage_athena_player_head_shots": 250
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS03-Quest_BR_Interact_Chests_Locations_Different": {
+ "templateId": "Quest:quest_br_interact_chests_locations_different",
+ "challenge_bundle_id": "QS03-S3_Week10_QuestBundle",
+ "objectives": {
+ "battlepass_interact_chest_athena_location_different_anarchyacres": 1,
+ "battlepass_interact_chest_athena_location_different_dustydepot": 1,
+ "battlepass_interact_chest_athena_location_different_fatalfields": 1,
+ "battlepass_interact_chest_athena_location_different_flushfactory": 1,
+ "battlepass_interact_chest_athena_location_different_greasygrove": 1,
+ "battlepass_interact_chest_athena_location_different_hauntedhills": 1,
+ "battlepass_interact_chest_athena_location_different_junkjunction": 1,
+ "battlepass_interact_chest_athena_location_different_luckylanding": 1,
+ "battlepass_interact_chest_athena_location_different_lonelylodge": 1,
+ "battlepass_interact_chest_athena_location_different_lootlake": 1,
+ "battlepass_interact_chest_athena_location_different_moistymire": 1,
+ "battlepass_interact_chest_athena_location_different_pleasantpark": 1,
+ "battlepass_interact_chest_athena_location_different_retailrow": 1,
+ "battlepass_interact_chest_athena_location_different_shiftyshafts": 1,
+ "battlepass_interact_chest_athena_location_different_saltysprings": 1,
+ "battlepass_interact_chest_athena_location_different_snobbyshores": 1,
+ "battlepass_interact_chest_athena_location_different_tiltedtowers": 1,
+ "battlepass_interact_chest_athena_location_different_tomatotown": 1,
+ "battlepass_interact_chest_athena_location_different_wailingwoods": 1
+ },
+ "objectiveCompletionCount": 12,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS03-Quest_BR_Skydive_Rings": {
+ "templateId": "Quest:quest_br_skydive_rings",
+ "challenge_bundle_id": "QS03-S3_Week10_QuestBundle",
+ "objectives": {
+ "battlepass_skydive_athena_rings": 10
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS03-Quest_BR_Interact_ScavengerHunt_Triangulate_04": {
+ "templateId": "Quest:quest_br_interact_scavengerhunt_triangulate_04",
+ "challenge_bundle_id": "QS03-S3_Week10_QuestBundle",
+ "objectives": {
+ "battlepass_interact_athena_hidden_star_08": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS03-Quest_BR_Eliminate": {
+ "templateId": "Quest:quest_br_eliminate",
+ "challenge_bundle_id": "QS03-S3_Week10_QuestBundle",
+ "objectives": {
+ "battlepass_killingblow_athena_players": 10
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS03-Quest_BR_Eliminate_Location_PleasantPark": {
+ "templateId": "Quest:quest_br_eliminate_location_pleasantpark",
+ "challenge_bundle_id": "QS03-S3_Week10_QuestBundle",
+ "objectives": {
+ "battlepass_killingblow_athena_player_pleasantpark": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS03-Quest_BR_Interact_Chests_SingleMatch": {
+ "templateId": "Quest:quest_br_interact_chests_singlematch",
+ "challenge_bundle_id": "QS03-S3_Tier_100_QuestBundle",
+ "objectives": {
+ "battlepass_interact_athena_loot_chest_single_match": 7
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 1000
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS03-Quest_BR_Play_Min1Elimination": {
+ "templateId": "Quest:quest_br_play_min1elimination",
+ "challenge_bundle_id": "QS03-S3_Tier_100_QuestBundle",
+ "objectives": {
+ "battlepass_complete_athena_with_killingblow": 10
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 1000
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS03-Quest_BR_Damage_SingleMatch": {
+ "templateId": "Quest:quest_br_damage_singlematch",
+ "challenge_bundle_id": "QS03-S3_Tier_100_QuestBundle",
+ "objectives": {
+ "battlepass_damage_athena_player_single_match": 1000
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 1000
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS03-Quest_BR_Eliminate_Weapon_Pickaxe": {
+ "templateId": "Quest:quest_br_eliminate_weapon_pickaxe",
+ "challenge_bundle_id": "QS03-S3_Tier_100_QuestBundle",
+ "objectives": {
+ "battlepass_killingblow_athena_player_pickaxe": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 1000
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS03-Quest_BR_Eliminate_Singel_Match_Elemeinations": {
+ "templateId": "Quest:quest_br_eliminate_singel_match_elemeinations",
+ "challenge_bundle_id": "QS03-S3_Tier_100_QuestBundle",
+ "objectives": {
+ "killingblow_athena_player_singlematch": 5
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 1000
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS03-Quest_BR_Place_Top10_Solo": {
+ "templateId": "Quest:quest_br_place_top10_solo",
+ "challenge_bundle_id": "QS03-S3_Tier_100_QuestBundle",
+ "objectives": {
+ "battlepass_athena_place_solo_top_10": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 1000
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS03-Quest_BR_Place_Top3_Squad": {
+ "templateId": "Quest:quest_br_place_top3_squad",
+ "challenge_bundle_id": "QS03-S3_Tier_100_QuestBundle",
+ "objectives": {
+ "battlepass_athena_place_squad_top_3": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 1000
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS03-Quest_BR_Outlive": {
+ "templateId": "Quest:quest_br_outlive",
+ "challenge_bundle_id": "QS03-S3_Tier_2_QuestBundle",
+ "objectives": {
+ "battlepass_athena_outlive_players": 1000
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS03-Quest_BR_Play_Min1Friend": {
+ "templateId": "Quest:quest_br_play_min1friend",
+ "challenge_bundle_id": "QS03-S3_Tier_2_QuestBundle",
+ "objectives": {
+ "battlepass_athena_friend": 10
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS03-Quest_BR_Damage": {
+ "templateId": "Quest:quest_br_damage",
+ "challenge_bundle_id": "QS03-S3_Tier_2_QuestBundle",
+ "objectives": {
+ "battlepass_damage_athena_player": 5000
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS03-Quest_BR_Land_Locations_Different": {
+ "templateId": "Quest:quest_br_land_locations_different",
+ "challenge_bundle_id": "QS03-S3_Tier_2_QuestBundle",
+ "objectives": {
+ "battlepass_land_athena_location_anarchyacres": 1,
+ "battlepass_land_athena_location_dustydepot": 1,
+ "battlepass_land_athena_location_fatalfields": 1,
+ "battlepass_land_athena_location_flushfactory": 1,
+ "battlepass_land_athena_location_greasygrove": 1,
+ "battlepass_land_athena_location_hauntedhills": 1,
+ "battlepass_land_athena_location_junkjunction": 1,
+ "battlepass_land_athena_location_lonelylodge": 1,
+ "battlepass_land_athena_location_lootlake": 1,
+ "battlepass_land_athena_location_moistymire": 1,
+ "battlepass_land_athena_location_pleasantpark": 1,
+ "battlepass_land_athena_location_retailrow": 1,
+ "battlepass_land_athena_location_shiftyshafts": 1,
+ "battlepass_land_athena_location_saltysprings": 1,
+ "battlepass_land_athena_location_snobbyshores": 1,
+ "battlepass_land_athena_location_tiltedtowers": 1,
+ "battlepass_land_athena_location_tomatotown": 1,
+ "battlepass_land_athena_location_wailingwoods": 1
+ },
+ "objectiveCompletionCount": 10,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS03-Quest_BR_Play": {
+ "templateId": "Quest:quest_br_play",
+ "challenge_bundle_id": "QS03-S3_Tier_2_QuestBundle",
+ "objectives": {
+ "battlepass_athena_play_matches": 50
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS03-Quest_BR_LevelUp_SeasonLevel_25": {
+ "templateId": "Quest:quest_br_levelup_seasonlevel_25",
+ "challenge_bundle_id": "QS03-S3_Tier_2_QuestBundle",
+ "objectives": {
+ "athena_season_levelup": 25
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS03-Quest_BR_Place_Win": {
+ "templateId": "Quest:quest_br_place_win",
+ "challenge_bundle_id": "QS03-S3_Tier_2_QuestBundle",
+ "objectives": {
+ "battlepass_athena_win_match": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ }
+ }
},
- "BattleRoyale": {
- "Daily": [
- {
- "templateId": "Quest:AthenaDaily_Outlive_Solo",
- "objectives": [
- "daily_athena_outlive_solo_players"
+ "Season04": {
+ "ChallengeBundleSchedules": {
+ "QS04-Season4_Challenge_Schedule": {
+ "templateId": "ChallengeBundleSchedule:season4_challenge_schedule",
+ "granted_bundles": [
+ "QS04-QuestBundle_S4_Cumulative",
+ "QS04-QuestBundle_S4_ProgressiveA",
+ "QS04-QuestBundle_S4_Week_001",
+ "QS04-QuestBundle_S4_Week_002",
+ "QS04-QuestBundle_S4_Week_003",
+ "QS04-QuestBundle_S4_Week_004",
+ "QS04-QuestBundle_S4_Week_005",
+ "QS04-QuestBundle_S4_Week_006",
+ "QS04-QuestBundle_S4_Week_007",
+ "QS04-QuestBundle_S4_Week_008",
+ "QS04-QuestBundle_S4_Week_009",
+ "QS04-QuestBundle_S4_Week_010"
]
},
- {
- "templateId": "Quest:AthenaDaily_Outlive_Squad",
- "objectives": [
- "daily_athena_outlive_squad_players_v2"
+ "QS04-Season4_ProgressiveB_Schedule": {
+ "templateId": "ChallengeBundleSchedule:season4_progressiveb_schedule",
+ "granted_bundles": [
+ "QS04-QuestBundle_S4_ProgressiveB"
]
},
- {
- "templateId": "Quest:AthenaDaily_Outlive",
- "objectives": [
- "daily_athena_outlive_players_v3"
- ]
- },
- {
- "templateId": "Quest:AthenaDaily_PlayMatches",
- "objectives": [
- "daily_athena_play_matches_v3"
- ]
- },
- {
- "templateId": "Quest:AthenaDaily_Solo_Top25",
- "objectives": [
- "daily_athena_solo_top25_v2"
- ]
- },
- {
- "templateId": "Quest:AthenaDaily_Squad_Top6",
- "objectives": [
- "daily_athena_squad_top6_v2"
- ]
- },
- {
- "templateId": "Quest:AthenaDailyQuest_InteractAmmoCrate",
- "objectives": [
- "athena_daily_loot_ammobox_v2"
- ]
- },
- {
- "templateId": "Quest:AthenaDailyQuest_InteractTreasureChest",
- "objectives": [
- "daily_athena_loot_chest_v2"
- ]
- },
- {
- "templateId": "Quest:AthenaDailyQuest_PlayerElimination",
- "objectives": [
- "athena_daily_kill_players_v2"
- ]
- },
- {
- "templateId": "Quest:AthenaDailyQuest_PlayerEliminationAssaultRifles",
- "objectives": [
- "athena_daily_kill_players_assault_rifles"
- ]
- },
- {
- "templateId": "Quest:AthenaDailyQuest_PlayerEliminationPistols",
- "objectives": [
- "athena_daily_kill_players_pistol_v3"
- ]
- },
- {
- "templateId": "Quest:AthenaDailyQuest_PlayerEliminationShotguns",
- "objectives": [
- "athena_daily_kill_players_shotgun_v2"
- ]
- },
- {
- "templateId": "Quest:AthenaDailyQuest_PlayerEliminationSMGs",
- "objectives": [
- "athena_daily_kill_players_smg_v2"
- ]
- },
- {
- "templateId": "Quest:AthenaDailyQuest_PlayerEliminationSniperRifles",
- "objectives": [
- "athena_daily_kill_players_sniper_v2"
+ "QS04-Season4_StarterChallenge_Schedule": {
+ "templateId": "ChallengeBundleSchedule:season4_starterchallenge_schedule",
+ "granted_bundles": [
+ "QS04-QuestBundle_S4_Starter"
]
}
- ],
- "Season03": {
- "ChallengeBundleSchedules": {
- "QS03-Season3_Challenge_Schedule": {
- "templateId": "ChallengeBundleSchedule:season3_challenge_schedule",
- "granted_bundles": [
- "QS03-S3_Week1_QuestBundle",
- "QS03-S3_Week2_QuestBundle",
- "QS03-S3_Week3_QuestBundle",
- "QS03-S3_Week4_QuestBundle",
- "QS03-S3_Week5_QuestBundle",
- "QS03-S3_Week6_QuestBundle",
- "QS03-S3_Week7_QuestBundle",
- "QS03-S3_Week8_QuestBundle",
- "QS03-S3_Week9_QuestBundle",
- "QS03-S3_Week10_QuestBundle"
- ]
- },
- "QS03-Season3_Tier_100_Schedule": {
- "templateId": "ChallengeBundleSchedule:season3_tier_100_schedule",
- "granted_bundles": [
- "QS03-S3_Tier_100_QuestBundle"
- ]
- },
- "QS03-Season3_Tier_2_Schedule": {
- "templateId": "ChallengeBundleSchedule:season3_tier_2_schedule",
- "granted_bundles": [
- "QS03-S3_Tier_2_QuestBundle"
+ },
+ "ChallengeBundles": {
+ "QS04-QuestBundle_S4_Cumulative": {
+ "templateId": "ChallengeBundle:questbundle_s4_cumulative",
+ "challenge_bundle_schedule_id": "QS04-Season4_Challenge_Schedule",
+ "grantedquestinstanceids": [
+ "QS04-Quest_BR_S4_Cumulative_CollectTokens_01",
+ "QS04-Quest_BR_S4_Cumulative_CollectTokens_02",
+ "QS04-Quest_BR_S4_Cumulative_CollectTokens_03",
+ "QS04-Quest_BR_S4_Cumulative_CollectTokens_04",
+ "QS04-Quest_BR_S4_Cumulative_CollectTokens_05",
+ "QS04-Quest_BR_S4_Cumulative_CollectTokens_06",
+ "QS04-Quest_BR_S4_Cumulative_CollectTokens_07"
+ ],
+ "completionRewards": {
+ "7": [
+ {
+ "templateId": "AthenaBackpack:bid_057_visitor",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
]
}
},
- "ChallengeBundles": {
- "QS03-S3_Week1_QuestBundle": {
- "templateId": "ChallengeBundle:s3_week1_questbundle",
- "challenge_bundle_schedule_id": "QS03-Season3_Challenge_Schedule",
- "grantedquestinstanceids": [
- "QS03-Quest_BR_Damage_Pistol",
- "QS03-Quest_BR_Interact_Chests_Location_PleasantPark",
- "QS03-Quest_BR_Revive",
- "QS03-Quest_BR_Visit_ScavengerHunt_LlamaFoxCrab",
- "QS03-Quest_BR_Interact_ScavengerHunt_TreasureMap_01",
- "QS03-Quest_BR_Eliminate_Weapon_SniperRifle",
- "QS03-Quest_BR_Eliminate_Location_FatalFields"
- ],
- "completionRewards": {
- "7": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 4000,
- "giftBoxToUse": {}
- }
- ]
- }
- },
- "QS03-S3_Week2_QuestBundle": {
- "templateId": "ChallengeBundle:s3_week2_questbundle",
- "challenge_bundle_schedule_id": "QS03-Season3_Challenge_Schedule",
- "grantedquestinstanceids": [
- "QS03-Quest_BR_Use_Launchpad",
- "QS03-Quest_BR_Damage_AssaultRifle",
- "QS03-Quest_BR_Interact_Chests_Location_WailingWoods",
- "QS03-Quest_BR_Dance_ScavengerHunt_Forbidden",
- "QS03-Quest_BR_Interact_ScavengerHunt_Triangulate_01",
- "QS03-Quest_BR_Eliminate_Weapon_SMG",
- "QS03-Quest_BR_Eliminate_Location_GreasyGrove"
- ],
- "completionRewards": {
- "7": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 4000,
- "giftBoxToUse": {}
- }
- ]
- }
- },
- "QS03-S3_Week3_QuestBundle": {
- "templateId": "ChallengeBundle:s3_week3_questbundle",
- "challenge_bundle_schedule_id": "QS03-Season3_Challenge_Schedule",
- "grantedquestinstanceids": [
- "QS03-Quest_BR_Collect_BuildingResources",
- "QS03-Quest_BR_Damage_SuppressedWeapon",
- "QS03-Quest_BR_Interact_Chests_Location_JunkJunction",
- "QS03-Quest_BR_Land_Bulleyes_Different",
- "QS03-Quest_BR_Interact_ScavengerHunt_TreasureMap_02",
- "QS03-Quest_BR_Eliminate_Weapon_Crossbow",
- "QS03-Quest_BR_Eliminate_Location_SaltySprings"
- ],
- "completionRewards": {
- "7": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 4000,
- "giftBoxToUse": {}
- }
- ]
- }
- },
- "QS03-S3_Week4_QuestBundle": {
- "templateId": "ChallengeBundle:s3_week4_questbundle",
- "challenge_bundle_schedule_id": "QS03-Season3_Challenge_Schedule",
- "grantedquestinstanceids": [
- "QS03-Quest_BR_Damage_SniperRifle",
- "QS03-Quest_BR_Interact_Chests_Location_FlushFactory",
- "QS03-Quest_BR_Interact_SupplyDrops",
- "QS03-Quest_BR_Visit_IceCreamTrucks_Different",
- "QS03-Quest_BR_Interact_ScavengerHunt_Triangulate_02",
- "QS03-Quest_BR_Eliminate_Trap",
- "QS03-Quest_BR_Eliminate_Location_TomatoTown"
- ],
- "completionRewards": {
- "7": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 4000,
- "giftBoxToUse": {}
- }
- ]
- }
- },
- "QS03-S3_Week5_QuestBundle": {
- "templateId": "ChallengeBundle:s3_week5_questbundle",
- "challenge_bundle_schedule_id": "QS03-Season3_Challenge_Schedule",
- "grantedquestinstanceids": [
- "QS03-Quest_BR_Use_Bush",
- "QS03-Quest_BR_Interact_Chests_Location_MoistyMire",
- "QS03-Quest_BR_Damage_Pickaxe",
- "QS03-Quest_BR_Visit_GasStations_SingleMatch",
- "QS03-Quest_BR_Interact_ScavengerHunt_TreasureMap_03",
- "QS03-Quest_BR_Eliminate_Weapon_Pistol",
- "QS03-Quest_BR_Eliminate_Location_TiltedTowers"
- ],
- "completionRewards": {
- "7": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 4000,
- "giftBoxToUse": {}
- }
- ]
- }
- },
- "QS03-S3_Week6_QuestBundle": {
- "templateId": "ChallengeBundle:s3_week6_questbundle",
- "challenge_bundle_schedule_id": "QS03-Season3_Challenge_Schedule",
- "grantedquestinstanceids": [
- "QS03-Quest_BR_Damage_SMG",
- "QS03-Quest_BR_Interact_Chests_Location_AnarchyAcres",
- "QS03-Quest_BR_Use_CozyCampfire",
- "QS03-Quest_BR_Visit_MountainPeaks",
- "QS03-Quest_BR_Interact_ScavengerHunt_Triangulate_03",
- "QS03-Quest_BR_Eliminate_ExplosiveWeapon",
- "QS03-Quest_BR_Eliminate_Location_RetailRow"
- ],
- "completionRewards": {
- "7": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 4000,
- "giftBoxToUse": {}
- }
- ]
- }
- },
- "QS03-S3_Week7_QuestBundle": {
- "templateId": "ChallengeBundle:s3_week7_questbundle",
- "challenge_bundle_schedule_id": "QS03-Season3_Challenge_Schedule",
- "grantedquestinstanceids": [
- "QS03-Quest_BR_Interact_Chests_Location_LonelyLodge",
- "QS03-Quest_BR_Damage_Shotgun",
- "QS03-Quest_BR_Interact_ChestAmmoBoxSupplyDrop_SingleMatch",
- "QS03-Quest_BR_Interact_GniceGnomes",
- "QS03-Quest_BR_Interact_ScavengerHunt_TreasureMap_04",
- "QS03-Quest_BR_Eliminate_SuppressedWeapon",
- "QS03-Quest_BR_Eliminate_Location_ShiftyShafts"
- ],
- "completionRewards": {
- "7": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 4000,
- "giftBoxToUse": {}
- }
- ]
- }
- },
- "QS03-S3_Week8_QuestBundle": {
- "templateId": "ChallengeBundle:s3_week8_questbundle",
- "challenge_bundle_schedule_id": "QS03-Season3_Challenge_Schedule",
- "grantedquestinstanceids": [
- "QS03-Quest_BR_Use_VendingMachine",
- "QS03-Quest_BR_Damage_ExplosiveWeapon",
- "QS03-Quest_BR_Interact_Chests_Location_SnobbyShores",
- "QS03-Quest_BR_Dance_ScavengerHunt_DanceFloors",
- "QS03-Quest_BR_Interact_ScavengerHunt_Triangulate_05",
- "QS03-Quest_BR_Eliminate_Weapon_AssaultRifle",
- "QS03-Quest_BR_Eliminate_Location_DustyDepot"
- ],
- "completionRewards": {
- "7": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 4000,
- "giftBoxToUse": {}
- }
- ]
- }
- },
- "QS03-S3_Week9_QuestBundle": {
- "templateId": "ChallengeBundle:s3_week9_questbundle",
- "challenge_bundle_schedule_id": "QS03-Season3_Challenge_Schedule",
- "grantedquestinstanceids": [
- "QS03-Quest_BR_Damage_Enemy_Buildings",
- "QS03-Quest_BR_Interact_Chests_Location_HauntedHills",
- "QS03-Quest_BR_Build_Structures",
- "QS03-Quest_BR_Visit_TacoShops_SingleMatch",
- "QS03-Quest_BR_Interact_ScavengerHunt_TreasureMap_05",
- "QS03-Quest_BR_Eliminate_Weapon_Shotgun",
- "QS03-Quest_BR_Eliminate_Location_LuckyLanding"
- ],
- "completionRewards": {
- "7": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 4000,
- "giftBoxToUse": {}
- }
- ]
- }
- },
- "QS03-S3_Week10_QuestBundle": {
- "templateId": "ChallengeBundle:s3_week10_questbundle",
- "challenge_bundle_schedule_id": "QS03-Season3_Challenge_Schedule",
- "grantedquestinstanceids": [
- "QS03-Quest_BR_Interact_Chests_Location_FatalFields",
- "QS03-Quest_BR_Damage_Headshot",
- "QS03-Quest_BR_Interact_Chests_Locations_Different",
- "QS03-Quest_BR_Skydive_Rings",
- "QS03-Quest_BR_Interact_ScavengerHunt_Triangulate_04",
- "QS03-Quest_BR_Eliminate",
- "QS03-Quest_BR_Eliminate_Location_PleasantPark"
- ],
- "completionRewards": {
- "7": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 4000,
- "giftBoxToUse": {}
- }
- ]
- }
- },
- "QS03-S3_Tier_100_QuestBundle": {
- "templateId": "ChallengeBundle:s3_tier_100_questbundle",
- "challenge_bundle_schedule_id": "QS03-Season3_Tier_100_Schedule",
- "grantedquestinstanceids": [
- "QS03-Quest_BR_Interact_Chests_SingleMatch",
- "QS03-Quest_BR_Play_Min1Elimination",
- "QS03-Quest_BR_Damage_SingleMatch",
- "QS03-Quest_BR_Eliminate_Weapon_Pickaxe",
- "QS03-Quest_BR_Eliminate_Singel_Match_Elemeinations",
- "QS03-Quest_BR_Place_Top10_Solo",
- "QS03-Quest_BR_Place_Top3_Squad"
- ],
- "completionRewards": {
- "7": [
- {
- "templateId": "AthenaGlider:glider_id_017_assassin",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ]
- }
- },
- "QS03-S3_Tier_2_QuestBundle": {
- "templateId": "ChallengeBundle:s3_tier_2_questbundle",
- "challenge_bundle_schedule_id": "QS03-Season3_Tier_2_Schedule",
- "grantedquestinstanceids": [
- "QS03-Quest_BR_Outlive",
- "QS03-Quest_BR_Play_Min1Friend",
- "QS03-Quest_BR_Damage",
- "QS03-Quest_BR_Land_Locations_Different",
- "QS03-Quest_BR_Play",
- "QS03-Quest_BR_LevelUp_SeasonLevel_25",
- "QS03-Quest_BR_Place_Win"
- ],
- "completionRewards": {
- "7": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 4000,
- "giftBoxToUse": {}
- }
- ]
- }
+ "QS04-QuestBundle_S4_ProgressiveA": {
+ "templateId": "ChallengeBundle:questbundle_s4_progressivea",
+ "challenge_bundle_schedule_id": "QS04-Season4_Challenge_Schedule",
+ "grantedquestinstanceids": [
+ "QS04-Quest_BR_LevelUp_SeasonLevel_ProgressiveA_01",
+ "QS04-Quest_BR_LevelUp_SeasonLevel_ProgressiveA_02",
+ "QS04-Quest_BR_LevelUp_SeasonLevel_ProgressiveA_03",
+ "QS04-Quest_BR_LevelUp_SeasonLevel_ProgressiveA_04",
+ "QS04-Quest_BR_LevelUp_SeasonLevel_ProgressiveA_05"
+ ],
+ "completionRewards": {
+ "5": [
+ {
+ "templateId": "AthenaPickaxe:pickaxe_id_047_carbideblue",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ]
}
},
- "Quests": {
- "QS03-Quest_BR_Damage_Pistol": {
- "templateId": "Quest:quest_br_damage_pistol",
- "challenge_bundle_id": "QS03-S3_Week1_QuestBundle",
- "objectives": {
- "battlepass_damage_athena_player_pistol": 500
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS03-Quest_BR_Interact_Chests_Location_PleasantPark": {
- "templateId": "Quest:quest_br_interact_chests_location_pleasantpark",
- "challenge_bundle_id": "QS03-S3_Week1_QuestBundle",
- "objectives": {
- "battlepass_interact_athena_treasurechest_pleasantpark": 7
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS03-Quest_BR_Revive": {
- "templateId": "Quest:quest_br_revive",
- "challenge_bundle_id": "QS03-S3_Week1_QuestBundle",
- "objectives": {
- "battlepass_athena_revive_player": 5
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS03-Quest_BR_Visit_ScavengerHunt_LlamaFoxCrab": {
- "templateId": "Quest:quest_br_visit_scavengerhunt_llamafoxcrab",
- "challenge_bundle_id": "QS03-S3_Week1_QuestBundle",
- "objectives": {
- "battlepass_visit_location_crab": 1,
- "battlepass_visit_location_fox": 1,
- "battlepass_visit_location_llama": 1
- },
- "objectiveCompletionCount": 3,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS03-Quest_BR_Interact_ScavengerHunt_TreasureMap_01": {
- "templateId": "Quest:quest_br_interact_scavengerhunt_treasuremap_01",
- "challenge_bundle_id": "QS03-S3_Week1_QuestBundle",
- "objectives": {
- "battlepass_interact_athena_hidden_star_01": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS03-Quest_BR_Eliminate_Weapon_SniperRifle": {
- "templateId": "Quest:quest_br_eliminate_weapon_sniperrifle",
- "challenge_bundle_id": "QS03-S3_Week1_QuestBundle",
- "objectives": {
- "battlepass_killingblow_athena_player_sniper": 2
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS03-Quest_BR_Eliminate_Location_FatalFields": {
- "templateId": "Quest:quest_br_eliminate_location_fatalfields",
- "challenge_bundle_id": "QS03-S3_Week1_QuestBundle",
- "objectives": {
- "battlepass_killingblow_athena_player_fatalfields": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS03-Quest_BR_Use_Launchpad": {
- "templateId": "Quest:quest_br_use_launchpad",
- "challenge_bundle_id": "QS03-S3_Week2_QuestBundle",
- "objectives": {
- "battlepass_interact_athena_jumppad": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS03-Quest_BR_Damage_AssaultRifle": {
- "templateId": "Quest:quest_br_damage_assaultrifle",
- "challenge_bundle_id": "QS03-S3_Week2_QuestBundle",
- "objectives": {
- "battlepass_damage_athena_player_asssult": 1000
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS03-Quest_BR_Interact_Chests_Location_WailingWoods": {
- "templateId": "Quest:quest_br_interact_chests_location_wailingwoods",
- "challenge_bundle_id": "QS03-S3_Week2_QuestBundle",
- "objectives": {
- "battlepass_interact_athena_treasurechest_walingwoods": 7
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS03-Quest_BR_Dance_ScavengerHunt_Forbidden": {
- "templateId": "Quest:quest_br_dance_scavengerhunt_forbidden",
- "challenge_bundle_id": "QS03-S3_Week2_QuestBundle",
- "objectives": {
- "battlepass_dance_athena_location_forbidden_01": 1,
- "battlepass_dance_athena_location_forbidden_02": 1,
- "battlepass_dance_athena_location_forbidden_03": 1,
- "battlepass_dance_athena_location_forbidden_04": 1,
- "battlepass_dance_athena_location_forbidden_05": 1,
- "battlepass_dance_athena_location_forbidden_06": 1,
- "battlepass_dance_athena_location_forbidden_07": 1,
- "battlepass_dance_athena_location_forbidden_08": 1,
- "battlepass_dance_athena_location_forbidden_09": 1,
- "battlepass_dance_athena_location_forbidden_10": 1,
- "battlepass_dance_athena_location_forbidden_11": 1,
- "battlepass_dance_athena_location_forbidden_12": 1,
- "battlepass_dance_athena_location_forbidden_13": 1,
- "battlepass_dance_athena_location_forbidden_14": 1,
- "battlepass_dance_athena_location_forbidden_15": 1
- },
- "objectiveCompletionCount": 5,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS03-Quest_BR_Interact_ScavengerHunt_Triangulate_01": {
- "templateId": "Quest:quest_br_interact_scavengerhunt_triangulate_01",
- "challenge_bundle_id": "QS03-S3_Week2_QuestBundle",
- "objectives": {
- "battlepass_interact_athena_hidden_star_02": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS03-Quest_BR_Eliminate_Weapon_SMG": {
- "templateId": "Quest:quest_br_eliminate_weapon_smg",
- "challenge_bundle_id": "QS03-S3_Week2_QuestBundle",
- "objectives": {
- "battlepass_killingblow_athena_player_smg": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS03-Quest_BR_Eliminate_Location_GreasyGrove": {
- "templateId": "Quest:quest_br_eliminate_location_greasygrove",
- "challenge_bundle_id": "QS03-S3_Week2_QuestBundle",
- "objectives": {
- "battlepass_killingblow_athena_player_greasygrove": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS03-Quest_BR_Collect_BuildingResources": {
- "templateId": "Quest:quest_br_collect_buildingresources",
- "challenge_bundle_id": "QS03-S3_Week3_QuestBundle",
- "objectives": {
- "battlepass_collect_building_resources": 3000
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS03-Quest_BR_Damage_SuppressedWeapon": {
- "templateId": "Quest:quest_br_damage_suppressedweapon",
- "challenge_bundle_id": "QS03-S3_Week3_QuestBundle",
- "objectives": {
- "battlepass_damage_athena_player_suppressed_weapon": 500
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS03-Quest_BR_Interact_Chests_Location_JunkJunction": {
- "templateId": "Quest:quest_br_interact_chests_location_junkjunction",
- "challenge_bundle_id": "QS03-S3_Week3_QuestBundle",
- "objectives": {
- "battlepass_interact_athena_treasurechest_junkjunction": 7
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS03-Quest_BR_Land_Bulleyes_Different": {
- "templateId": "Quest:quest_br_land_bulleyes_different",
- "challenge_bundle_id": "QS03-S3_Week3_QuestBundle",
- "objectives": {
- "battlepass_athena_land_location_bullseye_01": 1,
- "battlepass_athena_land_location_bullseye_02": 1,
- "battlepass_athena_land_location_bullseye_03": 1,
- "battlepass_athena_land_location_bullseye_04": 1,
- "battlepass_athena_land_location_bullseye_05": 1,
- "battlepass_athena_land_location_bullseye_06": 1,
- "battlepass_athena_land_location_bullseye_07": 1,
- "battlepass_athena_land_location_bullseye_08": 1,
- "battlepass_athena_land_location_bullseye_09": 1,
- "battlepass_athena_land_location_bullseye_10": 1,
- "battlepass_athena_land_location_bullseye_11": 1,
- "battlepass_athena_land_location_bullseye_12": 1,
- "battlepass_athena_land_location_bullseye_13": 1,
- "battlepass_athena_land_location_bullseye_14": 1,
- "battlepass_athena_land_location_bullseye_15": 1,
- "battlepass_athena_land_location_bullseye_16": 1,
- "battlepass_athena_land_location_bullseye_17": 1,
- "battlepass_athena_land_location_bullseye_18": 1,
- "battlepass_athena_land_location_bullseye_19": 1,
- "battlepass_athena_land_location_bullseye_20": 1,
- "battlepass_athena_land_location_bullseye_21": 1,
- "battlepass_athena_land_location_bullseye_22": 1,
- "battlepass_athena_land_location_bullseye_23": 1,
- "battlepass_athena_land_location_bullseye_24": 1,
- "battlepass_athena_land_location_bullseye_25": 1
- },
- "objectiveCompletionCount": 7,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS03-Quest_BR_Interact_ScavengerHunt_TreasureMap_02": {
- "templateId": "Quest:quest_br_interact_scavengerhunt_treasuremap_02",
- "challenge_bundle_id": "QS03-S3_Week3_QuestBundle",
- "objectives": {
- "battlepass_interact_athena_hidden_star_03": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS03-Quest_BR_Eliminate_Weapon_Crossbow": {
- "templateId": "Quest:quest_br_eliminate_weapon_crossbow",
- "challenge_bundle_id": "QS03-S3_Week3_QuestBundle",
- "objectives": {
- "battlepass_killingblow_athena_player_crossbow": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS03-Quest_BR_Eliminate_Location_SaltySprings": {
- "templateId": "Quest:quest_br_eliminate_location_saltysprings",
- "challenge_bundle_id": "QS03-S3_Week3_QuestBundle",
- "objectives": {
- "battlepass_killingblow_athena_player_saltysprings": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS03-Quest_BR_Damage_SniperRifle": {
- "templateId": "Quest:quest_br_damage_sniperrifle",
- "challenge_bundle_id": "QS03-S3_Week4_QuestBundle",
- "objectives": {
- "battlepass_damage_athena_player_sniper": 500
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS03-Quest_BR_Interact_Chests_Location_FlushFactory": {
- "templateId": "Quest:quest_br_interact_chests_location_flushfactory",
- "challenge_bundle_id": "QS03-S3_Week4_QuestBundle",
- "objectives": {
- "battlepass_interact_athena_treasurechest_flushfactory": 7
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS03-Quest_BR_Interact_SupplyDrops": {
- "templateId": "Quest:quest_br_interact_supplydrops",
- "challenge_bundle_id": "QS03-S3_Week4_QuestBundle",
- "objectives": {
- "battlepass_interact_athena_supply_drop": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS03-Quest_BR_Visit_IceCreamTrucks_Different": {
- "templateId": "Quest:quest_br_visit_icecreamtrucks_different",
- "challenge_bundle_id": "QS03-S3_Week4_QuestBundle",
- "objectives": {
- "battlepass_visit_athena_location_icream_01": 1,
- "battlepass_visit_athena_location_icream_02": 1,
- "battlepass_visit_athena_location_icream_03": 1,
- "battlepass_visit_athena_location_icream_04": 1,
- "battlepass_visit_athena_location_icream_05": 1,
- "battlepass_visit_athena_location_icream_06": 1,
- "battlepass_visit_athena_location_icream_07": 1,
- "battlepass_visit_athena_location_icream_08": 1,
- "battlepass_visit_athena_location_icream_09": 1,
- "battlepass_visit_athena_location_icream_10": 1,
- "battlepass_visit_athena_location_icream_11": 1,
- "battlepass_visit_athena_location_icream_12": 1,
- "battlepass_visit_athena_location_icream_13": 1,
- "battlepass_visit_athena_location_icream_14": 1,
- "battlepass_visit_athena_location_icream_15": 1
- },
- "objectiveCompletionCount": 5,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS03-Quest_BR_Interact_ScavengerHunt_Triangulate_02": {
- "templateId": "Quest:quest_br_interact_scavengerhunt_triangulate_02",
- "challenge_bundle_id": "QS03-S3_Week4_QuestBundle",
- "objectives": {
- "battlepass_interact_athena_hidden_star_04": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS03-Quest_BR_Eliminate_Trap": {
- "templateId": "Quest:quest_br_eliminate_trap",
- "challenge_bundle_id": "QS03-S3_Week4_QuestBundle",
- "objectives": {
- "battlepass_killingblow_athena_player_with_trap": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS03-Quest_BR_Eliminate_Location_TomatoTown": {
- "templateId": "Quest:quest_br_eliminate_location_tomatotown",
- "challenge_bundle_id": "QS03-S3_Week4_QuestBundle",
- "objectives": {
- "battlepass_killingblow_athena_player_tomatotown": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS03-Quest_BR_Use_Bush": {
- "templateId": "Quest:quest_br_use_bush",
- "challenge_bundle_id": "QS03-S3_Week5_QuestBundle",
- "objectives": {
- "battlepass_use_item_bush": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS03-Quest_BR_Interact_Chests_Location_MoistyMire": {
- "templateId": "Quest:quest_br_interact_chests_location_moistymire",
- "challenge_bundle_id": "QS03-S3_Week5_QuestBundle",
- "objectives": {
- "battlepass_interact_athena_treasurechest_moistymire": 7
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS03-Quest_BR_Damage_Pickaxe": {
- "templateId": "Quest:quest_br_damage_pickaxe",
- "challenge_bundle_id": "QS03-S3_Week5_QuestBundle",
- "objectives": {
- "battlepass_damage_athena_player_pickaxe": 200
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS03-Quest_BR_Visit_GasStations_SingleMatch": {
- "templateId": "Quest:quest_br_visit_gasstations_singlematch",
- "challenge_bundle_id": "QS03-S3_Week5_QuestBundle",
- "objectives": {
- "battlepass_visit_athena_location_gas_station_01": 1,
- "battlepass_visit_athena_location_gas_station_02": 1,
- "battlepass_visit_athena_location_gas_station_03": 1,
- "battlepass_visit_athena_location_gas_station_04": 1,
- "battlepass_visit_athena_location_gas_station_05": 1,
- "battlepass_visit_athena_location_gas_station_06": 1,
- "battlepass_visit_athena_location_gas_station_07": 1,
- "battlepass_visit_athena_location_gas_station_08": 1,
- "battlepass_visit_athena_location_gas_station_09": 1,
- "battlepass_visit_athena_location_gas_station_10": 1
- },
- "objectiveCompletionCount": 3,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS03-Quest_BR_Interact_ScavengerHunt_TreasureMap_03": {
- "templateId": "Quest:quest_br_interact_scavengerhunt_treasuremap_03",
- "challenge_bundle_id": "QS03-S3_Week5_QuestBundle",
- "objectives": {
- "battlepass_interact_athena_hidden_star_05": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS03-Quest_BR_Eliminate_Weapon_Pistol": {
- "templateId": "Quest:quest_br_eliminate_weapon_pistol",
- "challenge_bundle_id": "QS03-S3_Week5_QuestBundle",
- "objectives": {
- "battlepass_killingblow_athena_player_pistol": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS03-Quest_BR_Eliminate_Location_TiltedTowers": {
- "templateId": "Quest:quest_br_eliminate_location_tiltedtowers",
- "challenge_bundle_id": "QS03-S3_Week5_QuestBundle",
- "objectives": {
- "battlepass_killingblow_athena_player_tiltedtowers": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS03-Quest_BR_Damage_SMG": {
- "templateId": "Quest:quest_br_damage_smg",
- "challenge_bundle_id": "QS03-S3_Week6_QuestBundle",
- "objectives": {
- "battlepass_damage_athena_player_smg": 500
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS03-Quest_BR_Interact_Chests_Location_AnarchyAcres": {
- "templateId": "Quest:quest_br_interact_chests_location_anarchyacres",
- "challenge_bundle_id": "QS03-S3_Week6_QuestBundle",
- "objectives": {
- "battlepass_interact_athena_treasurechest_anarchyacres": 7
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS03-Quest_BR_Use_CozyCampfire": {
- "templateId": "Quest:quest_br_use_cozycampfire",
- "challenge_bundle_id": "QS03-S3_Week6_QuestBundle",
- "objectives": {
- "battlepass_place_athena_camp_fire": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS03-Quest_BR_Visit_MountainPeaks": {
- "templateId": "Quest:quest_br_visit_mountainpeaks",
- "challenge_bundle_id": "QS03-S3_Week6_QuestBundle",
- "objectives": {
- "battlepass_visit_athena_location_mountain_summit_01": 1,
- "battlepass_visit_athena_location_mountain_summit_02": 1,
- "battlepass_visit_athena_location_mountain_summit_03": 1,
- "battlepass_visit_athena_location_mountain_summit_04": 1,
- "battlepass_visit_athena_location_mountain_summit_05": 1,
- "battlepass_visit_athena_location_mountain_summit_06": 1,
- "battlepass_visit_athena_location_mountain_summit_07": 1,
- "battlepass_visit_athena_location_mountain_summit_08": 1,
- "battlepass_visit_athena_location_mountain_summit_09": 1,
- "battlepass_visit_athena_location_mountain_summit_10": 1,
- "battlepass_visit_athena_location_mountain_summit_11": 1,
- "battlepass_visit_athena_location_mountain_summit_12": 1,
- "battlepass_visit_athena_location_mountain_summit_13": 1,
- "battlepass_visit_athena_location_mountain_summit_14": 1,
- "battlepass_visit_athena_location_mountain_summit_15": 1,
- "battlepass_visit_athena_location_mountain_summit_16": 1,
- "battlepass_visit_athena_location_mountain_summit_17": 1,
- "battlepass_visit_athena_location_mountain_summit_18": 1,
- "battlepass_visit_athena_location_mountain_summit_19": 1,
- "battlepass_visit_athena_location_mountain_summit_20": 1
- },
- "objectiveCompletionCount": 10,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS03-Quest_BR_Interact_ScavengerHunt_Triangulate_03": {
- "templateId": "Quest:quest_br_interact_scavengerhunt_triangulate_03",
- "challenge_bundle_id": "QS03-S3_Week6_QuestBundle",
- "objectives": {
- "battlepass_interact_athena_hidden_star_06": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS03-Quest_BR_Eliminate_ExplosiveWeapon": {
- "templateId": "Quest:quest_br_eliminate_explosiveweapon",
- "challenge_bundle_id": "QS03-S3_Week6_QuestBundle",
- "objectives": {
- "battlepass_killingblow_athena_player_with_explosives": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS03-Quest_BR_Eliminate_Location_RetailRow": {
- "templateId": "Quest:quest_br_eliminate_location_retailrow",
- "challenge_bundle_id": "QS03-S3_Week6_QuestBundle",
- "objectives": {
- "battlepass_killingblow_athena_player_retailrow": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS03-Quest_BR_Interact_Chests_Location_LonelyLodge": {
- "templateId": "Quest:quest_br_interact_chests_location_lonelylodge",
- "challenge_bundle_id": "QS03-S3_Week7_QuestBundle",
- "objectives": {
- "battlepass_interact_athena_treasurechest_lonelylodge": 7
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS03-Quest_BR_Damage_Shotgun": {
- "templateId": "Quest:quest_br_damage_shotgun",
- "challenge_bundle_id": "QS03-S3_Week7_QuestBundle",
- "objectives": {
- "battlepass_damage_athena_player_shotgun": 1000
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS03-Quest_BR_Interact_ChestAmmoBoxSupplyDrop_SingleMatch": {
- "templateId": "Quest:quest_br_interact_chestammoboxsupplydrop_singlematch",
- "challenge_bundle_id": "QS03-S3_Week7_QuestBundle",
- "objectives": {
- "battlepass_interact_athena_treasurechest": 1,
- "battlepass_interact_athena_ammobox": 1,
- "battlepass_interact_athena_supplydrop": 1
- },
- "objectiveCompletionCount": 3,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS03-Quest_BR_Interact_GniceGnomes": {
- "templateId": "Quest:quest_br_interact_gnicegnomes",
- "challenge_bundle_id": "QS03-S3_Week7_QuestBundle",
- "objectives": {
- "battlepass_interact_athena_gnice_gnome_01": 1,
- "battlepass_interact_athena_gnice_gnome_02": 1,
- "battlepass_interact_athena_gnice_gnome_03": 1,
- "battlepass_interact_athena_gnice_gnome_04": 1,
- "battlepass_interact_athena_gnice_gnome_05": 1,
- "battlepass_interact_athena_gnice_gnome_06": 1,
- "battlepass_interact_athena_gnice_gnome_07": 1,
- "battlepass_interact_athena_gnice_gnome_08": 1,
- "battlepass_interact_athena_gnice_gnome_09": 1,
- "battlepass_interact_athena_gnice_gnome_10": 1,
- "battlepass_interact_athena_gnice_gnome_11": 1,
- "battlepass_interact_athena_gnice_gnome_12": 1,
- "battlepass_interact_athena_gnice_gnome_13": 1,
- "battlepass_interact_athena_gnice_gnome_14": 1,
- "battlepass_interact_athena_gnice_gnome_15": 1,
- "battlepass_interact_athena_gnice_gnome_16": 1,
- "battlepass_interact_athena_gnice_gnome_17": 1,
- "battlepass_interact_athena_gnice_gnome_18": 1,
- "battlepass_interact_athena_gnice_gnome_19": 1,
- "battlepass_interact_athena_gnice_gnome_20": 1
- },
- "objectiveCompletionCount": 7,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS03-Quest_BR_Interact_ScavengerHunt_TreasureMap_04": {
- "templateId": "Quest:quest_br_interact_scavengerhunt_treasuremap_04",
- "challenge_bundle_id": "QS03-S3_Week7_QuestBundle",
- "objectives": {
- "battlepass_interact_athena_hidden_star_07": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS03-Quest_BR_Eliminate_SuppressedWeapon": {
- "templateId": "Quest:quest_br_eliminate_suppressedweapon",
- "challenge_bundle_id": "QS03-S3_Week7_QuestBundle",
- "objectives": {
- "battlepass_killingblow_athena_player_with_suppressed_weapon": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS03-Quest_BR_Eliminate_Location_ShiftyShafts": {
- "templateId": "Quest:quest_br_eliminate_location_shiftyshafts",
- "challenge_bundle_id": "QS03-S3_Week7_QuestBundle",
- "objectives": {
- "battlepass_killingblow_athena_player_shiftyshafts": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS03-Quest_BR_Use_VendingMachine": {
- "templateId": "Quest:quest_br_use_vendingmachine",
- "challenge_bundle_id": "QS03-S3_Week8_QuestBundle",
- "objectives": {
- "battlepass_interact_athena_vendingmachine": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS03-Quest_BR_Damage_ExplosiveWeapon": {
- "templateId": "Quest:quest_br_damage_explosiveweapon",
- "challenge_bundle_id": "QS03-S3_Week8_QuestBundle",
- "objectives": {
- "battlepass_damage_athena_player_explosives": 500
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS03-Quest_BR_Interact_Chests_Location_SnobbyShores": {
- "templateId": "Quest:quest_br_interact_chests_location_snobbyshores",
- "challenge_bundle_id": "QS03-S3_Week8_QuestBundle",
- "objectives": {
- "battlepass_interact_athena_treasurechest_snobbyshores": 7
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS03-Quest_BR_Dance_ScavengerHunt_DanceFloors": {
- "templateId": "Quest:quest_br_dance_scavengerhunt_dancefloors",
- "challenge_bundle_id": "QS03-S3_Week8_QuestBundle",
- "objectives": {
- "battlepass_dance_athena_location_disco_01": 1,
- "battlepass_dance_athena_location_disco_02": 1,
- "battlepass_dance_athena_location_disco_03": 1,
- "battlepass_dance_athena_location_disco_04": 1,
- "battlepass_dance_athena_location_disco_05": 1,
- "battlepass_dance_athena_location_disco_06": 1,
- "battlepass_dance_athena_location_disco_07": 1,
- "battlepass_dance_athena_location_disco_08": 1,
- "battlepass_dance_athena_location_disco_09": 1,
- "battlepass_dance_athena_location_disco_10": 1,
- "battlepass_dance_athena_location_disco_11": 1,
- "battlepass_dance_athena_location_disco_12": 1,
- "battlepass_dance_athena_location_disco_13": 1,
- "battlepass_dance_athena_location_disco_14": 1,
- "battlepass_dance_athena_location_disco_15": 1
- },
- "objectiveCompletionCount": 3,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS03-Quest_BR_Interact_ScavengerHunt_Triangulate_05": {
- "templateId": "Quest:quest_br_interact_scavengerhunt_triangulate_05",
- "challenge_bundle_id": "QS03-S3_Week8_QuestBundle",
- "objectives": {
- "battlepass_interact_athena_hidden_star_10": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS03-Quest_BR_Eliminate_Weapon_AssaultRifle": {
- "templateId": "Quest:quest_br_eliminate_weapon_assaultrifle",
- "challenge_bundle_id": "QS03-S3_Week8_QuestBundle",
- "objectives": {
- "battlepass_killingblow_athena_player_assault": 5
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS03-Quest_BR_Eliminate_Location_DustyDepot": {
- "templateId": "Quest:quest_br_eliminate_location_dustydepot",
- "challenge_bundle_id": "QS03-S3_Week8_QuestBundle",
- "objectives": {
- "battlepass_killingblow_athena_player_dustydepot": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS03-Quest_BR_Damage_Enemy_Buildings": {
- "templateId": "Quest:quest_br_damage_enemy_buildings",
- "challenge_bundle_id": "QS03-S3_Week9_QuestBundle",
- "objectives": {
- "battlepass_damage_athena_player_buildings": 5000
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS03-Quest_BR_Interact_Chests_Location_HauntedHills": {
- "templateId": "Quest:quest_br_interact_chests_location_hauntedhills",
- "challenge_bundle_id": "QS03-S3_Week9_QuestBundle",
- "objectives": {
- "battlepass_interact_athena_treasurechest_hauntedhills": 7
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS03-Quest_BR_Build_Structures": {
- "templateId": "Quest:quest_br_build_structures",
- "challenge_bundle_id": "QS03-S3_Week9_QuestBundle",
- "objectives": {
- "battlepass_build_athena_structures_any": 250
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS03-Quest_BR_Visit_TacoShops_SingleMatch": {
- "templateId": "Quest:quest_br_visit_tacoshops_singlematch",
- "challenge_bundle_id": "QS03-S3_Week9_QuestBundle",
- "objectives": {
- "battlepass_visit_athena_taco_shop_01": 1,
- "battlepass_visit_athena_taco_shop_02": 1,
- "battlepass_visit_athena_taco_shop_03": 1,
- "battlepass_visit_athena_taco_shop_04": 1,
- "battlepass_visit_athena_taco_shop_05": 1,
- "battlepass_visit_athena_taco_shop_06": 1,
- "battlepass_visit_athena_taco_shop_07": 1,
- "battlepass_visit_athena_taco_shop_08": 1,
- "battlepass_visit_athena_taco_shop_09": 1,
- "battlepass_visit_athena_taco_shop_10": 1
- },
- "objectiveCompletionCount": 3,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS03-Quest_BR_Interact_ScavengerHunt_TreasureMap_05": {
- "templateId": "Quest:quest_br_interact_scavengerhunt_treasuremap_05",
- "challenge_bundle_id": "QS03-S3_Week9_QuestBundle",
- "objectives": {
- "battlepass_interact_athena_hidden_star_09": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS03-Quest_BR_Eliminate_Weapon_Shotgun": {
- "templateId": "Quest:quest_br_eliminate_weapon_shotgun",
- "challenge_bundle_id": "QS03-S3_Week9_QuestBundle",
- "objectives": {
- "battlepass_killingblow_athena_player_shotgun": 4
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS03-Quest_BR_Eliminate_Location_LuckyLanding": {
- "templateId": "Quest:quest_br_eliminate_location_luckylanding",
- "challenge_bundle_id": "QS03-S3_Week9_QuestBundle",
- "objectives": {
- "battlepass_killingblow_athena_player_luckylanding": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS03-Quest_BR_Interact_Chests_Location_FatalFields": {
- "templateId": "Quest:quest_br_interact_chests_location_fatalfields",
- "challenge_bundle_id": "QS03-S3_Week10_QuestBundle",
- "objectives": {
- "battlepass_interact_athena_treasurechest_fatalfields": 7
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS03-Quest_BR_Damage_Headshot": {
- "templateId": "Quest:quest_br_damage_headshot",
- "challenge_bundle_id": "QS03-S3_Week10_QuestBundle",
- "objectives": {
- "battlepass_damage_athena_player_head_shots": 250
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS03-Quest_BR_Interact_Chests_Locations_Different": {
- "templateId": "Quest:quest_br_interact_chests_locations_different",
- "challenge_bundle_id": "QS03-S3_Week10_QuestBundle",
- "objectives": {
- "battlepass_interact_chest_athena_location_different_anarchyacres": 1,
- "battlepass_interact_chest_athena_location_different_dustydepot": 1,
- "battlepass_interact_chest_athena_location_different_fatalfields": 1,
- "battlepass_interact_chest_athena_location_different_flushfactory": 1,
- "battlepass_interact_chest_athena_location_different_greasygrove": 1,
- "battlepass_interact_chest_athena_location_different_hauntedhills": 1,
- "battlepass_interact_chest_athena_location_different_junkjunction": 1,
- "battlepass_interact_chest_athena_location_different_luckylanding": 1,
- "battlepass_interact_chest_athena_location_different_lonelylodge": 1,
- "battlepass_interact_chest_athena_location_different_lootlake": 1,
- "battlepass_interact_chest_athena_location_different_moistymire": 1,
- "battlepass_interact_chest_athena_location_different_pleasantpark": 1,
- "battlepass_interact_chest_athena_location_different_retailrow": 1,
- "battlepass_interact_chest_athena_location_different_shiftyshafts": 1,
- "battlepass_interact_chest_athena_location_different_saltysprings": 1,
- "battlepass_interact_chest_athena_location_different_snobbyshores": 1,
- "battlepass_interact_chest_athena_location_different_tiltedtowers": 1,
- "battlepass_interact_chest_athena_location_different_tomatotown": 1,
- "battlepass_interact_chest_athena_location_different_wailingwoods": 1
- },
- "objectiveCompletionCount": 12,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS03-Quest_BR_Skydive_Rings": {
- "templateId": "Quest:quest_br_skydive_rings",
- "challenge_bundle_id": "QS03-S3_Week10_QuestBundle",
- "objectives": {
- "battlepass_skydive_athena_rings": 10
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS03-Quest_BR_Interact_ScavengerHunt_Triangulate_04": {
- "templateId": "Quest:quest_br_interact_scavengerhunt_triangulate_04",
- "challenge_bundle_id": "QS03-S3_Week10_QuestBundle",
- "objectives": {
- "battlepass_interact_athena_hidden_star_08": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS03-Quest_BR_Eliminate": {
- "templateId": "Quest:quest_br_eliminate",
- "challenge_bundle_id": "QS03-S3_Week10_QuestBundle",
- "objectives": {
- "battlepass_killingblow_athena_players": 10
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS03-Quest_BR_Eliminate_Location_PleasantPark": {
- "templateId": "Quest:quest_br_eliminate_location_pleasantpark",
- "challenge_bundle_id": "QS03-S3_Week10_QuestBundle",
- "objectives": {
- "battlepass_killingblow_athena_player_pleasantpark": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS03-Quest_BR_Interact_Chests_SingleMatch": {
- "templateId": "Quest:quest_br_interact_chests_singlematch",
- "challenge_bundle_id": "QS03-S3_Tier_100_QuestBundle",
- "objectives": {
- "battlepass_interact_athena_loot_chest_single_match": 7
- },
- "objectiveCompletionCount": 1,
- "rewards": [
+ "QS04-QuestBundle_S4_Week_001": {
+ "templateId": "ChallengeBundle:questbundle_s4_week_001",
+ "challenge_bundle_schedule_id": "QS04-Season4_Challenge_Schedule",
+ "grantedquestinstanceids": [
+ "QS04-Quest_BR_Damage_SniperRifle",
+ "QS04-Quest_BR_Interact_Chests_Location_HauntedHills",
+ "QS04-Quest_BR_Use_PortaFort",
+ "QS04-Quest_BR_Interact_FORTNITE",
+ "QS04-Quest_BR_Interact_ScavengerHunt_TreasureMap_01",
+ "QS04-Quest_BR_Eliminate_Weapon_Pistol",
+ "QS04-Quest_BR_Eliminate_Location_FlushFactory",
+ "QS04-Quest_BR_S4W1_Cumulative_CompleteAll"
+ ],
+ "completionRewards": {
+ "8": [
{
"templateId": "AccountResource:athenaseasonalxp",
- "quantity": 1000
+ "quantity": 5000,
+ "giftBoxToUse": {}
}
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS03-Quest_BR_Play_Min1Elimination": {
- "templateId": "Quest:quest_br_play_min1elimination",
- "challenge_bundle_id": "QS03-S3_Tier_100_QuestBundle",
- "objectives": {
- "battlepass_complete_athena_with_killingblow": 10
- },
- "objectiveCompletionCount": 1,
- "rewards": [
+ ]
+ }
+ },
+ "QS04-QuestBundle_S4_Week_002": {
+ "templateId": "ChallengeBundle:questbundle_s4_week_002",
+ "challenge_bundle_schedule_id": "QS04-Season4_Challenge_Schedule",
+ "grantedquestinstanceids": [
+ "QS04-Quest_BR_Interact_Chests_Location_GreasyGrove",
+ "QS04-Quest_BR_Interact_GravityStones",
+ "QS04-Quest_BR_Damage_SuppressedWeapon",
+ "QS04-Quest_BR_Dance_ScavengerHunt_Cameras",
+ "QS04-Quest_BR_Interact_ScavengerHunt_Triangulate_01",
+ "QS04-Quest_BR_Eliminate_ExplosiveWeapon",
+ "QS04-Quest_BR_Eliminate_Location_TomatoTown",
+ "QS04-Quest_BR_S4W2_Cumulative_CompleteAll"
+ ],
+ "completionRewards": {
+ "8": [
{
"templateId": "AccountResource:athenaseasonalxp",
- "quantity": 1000
+ "quantity": 5000,
+ "giftBoxToUse": {}
}
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS03-Quest_BR_Damage_SingleMatch": {
- "templateId": "Quest:quest_br_damage_singlematch",
- "challenge_bundle_id": "QS03-S3_Tier_100_QuestBundle",
- "objectives": {
- "battlepass_damage_athena_player_single_match": 1000
- },
- "objectiveCompletionCount": 1,
- "rewards": [
+ ]
+ }
+ },
+ "QS04-QuestBundle_S4_Week_003": {
+ "templateId": "ChallengeBundle:questbundle_s4_week_003",
+ "challenge_bundle_schedule_id": "QS04-Season4_Challenge_Schedule",
+ "grantedquestinstanceids": [
+ "QS04-Quest_BR_Revive",
+ "QS04-Quest_BR_Damage_Pistol",
+ "QS04-Quest_BR_Interact_Chests_Location_LonelyLodge",
+ "QS04-Quest_BR_Interact_RubberDuckies",
+ "QS04-Quest_BR_Interact_ScavengerHunt_TreasureMap_02",
+ "QS04-Quest_BR_Eliminate_Weapon_SniperRifle",
+ "QS04-Quest_BR_Eliminate_Location_TiltedTowers",
+ "QS04-Quest_BR_S4W3_Cumulative_CompleteAll"
+ ],
+ "completionRewards": {
+ "8": [
{
"templateId": "AccountResource:athenaseasonalxp",
- "quantity": 1000
+ "quantity": 5000,
+ "giftBoxToUse": {}
}
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS03-Quest_BR_Eliminate_Weapon_Pickaxe": {
- "templateId": "Quest:quest_br_eliminate_weapon_pickaxe",
- "challenge_bundle_id": "QS03-S3_Tier_100_QuestBundle",
- "objectives": {
- "battlepass_killingblow_athena_player_pickaxe": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
+ ]
+ }
+ },
+ "QS04-QuestBundle_S4_Week_004": {
+ "templateId": "ChallengeBundle:questbundle_s4_week_004",
+ "challenge_bundle_schedule_id": "QS04-Season4_Challenge_Schedule",
+ "grantedquestinstanceids": [
+ "QS04-Quest_BR_Damage_AssaultRifle",
+ "QS04-Quest_BR_Interact_Chests_Location_WailingWoods",
+ "QS04-Quest_BR_Interact_AmmoBoxes_SingleMatch",
+ "QS04-Quest_BR_Visit_ScavengerHunt_StormCircles",
+ "QS04-Quest_BR_Interact_ScavengerHunt_Triangulate_02",
+ "QS04-Quest_BR_Eliminate_Trap",
+ "QS04-Quest_BR_Eliminate_Location_SnobbyShores",
+ "QS04-Quest_BR_S4W4_Cumulative_CompleteAll"
+ ],
+ "completionRewards": {
+ "8": [
{
"templateId": "AccountResource:athenaseasonalxp",
- "quantity": 1000
+ "quantity": 5000,
+ "giftBoxToUse": {}
}
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS03-Quest_BR_Eliminate_Singel_Match_Elemeinations": {
- "templateId": "Quest:quest_br_eliminate_singel_match_elemeinations",
- "challenge_bundle_id": "QS03-S3_Tier_100_QuestBundle",
- "objectives": {
- "killingblow_athena_player_singlematch": 5
- },
- "objectiveCompletionCount": 1,
- "rewards": [
+ ]
+ }
+ },
+ "QS04-QuestBundle_S4_Week_005": {
+ "templateId": "ChallengeBundle:questbundle_s4_week_005",
+ "challenge_bundle_schedule_id": "QS04-Season4_Challenge_Schedule",
+ "grantedquestinstanceids": [
+ "QS04-Quest_BR_Damage_SMG",
+ "QS04-Quest_BR_Interact_Chests_Location_DustyDivot",
+ "QS04-Quest_BR_Use_VendingMachine",
+ "QS04-Quest_BR_Dance_ScavengerHunt_Platforms",
+ "QS04-Quest_BR_Interact_ScavengerHunt_TreasureMap_03",
+ "QS04-Quest_BR_Eliminate_Weapon_MinigunLMG",
+ "QS04-Quest_BR_Eliminate_Location_LuckyLanding",
+ "QS04-Quest_BR_S4W5_Cumulative_CompleteAll"
+ ],
+ "completionRewards": {
+ "8": [
{
"templateId": "AccountResource:athenaseasonalxp",
- "quantity": 1000
+ "quantity": 5000,
+ "giftBoxToUse": {}
}
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS03-Quest_BR_Place_Top10_Solo": {
- "templateId": "Quest:quest_br_place_top10_solo",
- "challenge_bundle_id": "QS03-S3_Tier_100_QuestBundle",
- "objectives": {
- "battlepass_athena_place_solo_top_10": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [
+ ]
+ }
+ },
+ "QS04-QuestBundle_S4_Week_006": {
+ "templateId": "ChallengeBundle:questbundle_s4_week_006",
+ "challenge_bundle_schedule_id": "QS04-Season4_Challenge_Schedule",
+ "grantedquestinstanceids": [
+ "QS04-Quest_BR_Interact_SupplyDrops",
+ "QS04-Quest_BR_Damage_Shotgun",
+ "QS04-Quest_BR_Interact_Chests_Location_LootLake",
+ "QS04-Quest_BR_Spray_SpecificTargets",
+ "QS04-Quest_BR_Interact_ScavengerHunt_Triangulate_03",
+ "QS04-Quest_BR_Eliminate_Weapon_SMG",
+ "QS04-Quest_BR_Eliminate_Location_RetailRow",
+ "QS04-Quest_BR_S4W6_Cumulative_CompleteAll"
+ ],
+ "completionRewards": {
+ "8": [
{
"templateId": "AccountResource:athenaseasonalxp",
- "quantity": 1000
+ "quantity": 5000,
+ "giftBoxToUse": {}
}
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS03-Quest_BR_Place_Top3_Squad": {
- "templateId": "Quest:quest_br_place_top3_squad",
- "challenge_bundle_id": "QS03-S3_Tier_100_QuestBundle",
- "objectives": {
- "battlepass_athena_place_squad_top_3": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [
+ ]
+ }
+ },
+ "QS04-QuestBundle_S4_Week_007": {
+ "templateId": "ChallengeBundle:questbundle_s4_week_007",
+ "challenge_bundle_schedule_id": "QS04-Season4_Challenge_Schedule",
+ "grantedquestinstanceids": [
+ "QS04-Quest_BR_Damage_Pickaxe",
+ "QS04-Quest_BR_Interact_Chests_Location_RiskyReels",
+ "QS04-Quest_BR_Interact_ForagedItems",
+ "QS04-Quest_BR_Score_Goals",
+ "QS04-Quest_BR_Interact_ScavengerHunt_TreasureMap_04",
+ "QS04-Quest_BR_Eliminate_Weapon_AssaultRifle",
+ "QS04-Quest_BR_Eliminate_Location_ShiftyShafts",
+ "QS04-Quest_BR_S4W7_Cumulative_CompleteAll"
+ ],
+ "completionRewards": {
+ "8": [
{
"templateId": "AccountResource:athenaseasonalxp",
- "quantity": 1000
+ "quantity": 5000,
+ "giftBoxToUse": {}
}
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS03-Quest_BR_Outlive": {
- "templateId": "Quest:quest_br_outlive",
- "challenge_bundle_id": "QS03-S3_Tier_2_QuestBundle",
- "objectives": {
- "battlepass_athena_outlive_players": 1000
- },
- "objectiveCompletionCount": 1,
- "rewards": [
+ ]
+ }
+ },
+ "QS04-QuestBundle_S4_Week_008": {
+ "templateId": "ChallengeBundle:questbundle_s4_week_008",
+ "challenge_bundle_schedule_id": "QS04-Season4_Challenge_Schedule",
+ "grantedquestinstanceids": [
+ "QS04-Quest_BR_Damage_Headshot",
+ "QS04-Quest_BR_Interact_Chests_Location_SaltySprings",
+ "QS04-Quest_BR_Interact_Chests_SingleMatch",
+ "QS04-Quest_BR_Interact_GniceGnomes",
+ "QS04-Quest_BR_Interact_ScavengerHunt_Triangulate_04",
+ "QS04-Quest_BR_Eliminate_SuppressedWeapon",
+ "QS04-Quest_BR_Eliminate_Location_PleasantPark",
+ "QS04-Quest_BR_S4W8_Cumulative_CompleteAll"
+ ],
+ "completionRewards": {
+ "8": [
{
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 5000,
+ "giftBoxToUse": {}
}
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS03-Quest_BR_Play_Min1Friend": {
- "templateId": "Quest:quest_br_play_min1friend",
- "challenge_bundle_id": "QS03-S3_Tier_2_QuestBundle",
- "objectives": {
- "battlepass_athena_friend": 10
- },
- "objectiveCompletionCount": 1,
- "rewards": [
+ ]
+ }
+ },
+ "QS04-QuestBundle_S4_Week_009": {
+ "templateId": "ChallengeBundle:questbundle_s4_week_009",
+ "challenge_bundle_schedule_id": "QS04-Season4_Challenge_Schedule",
+ "grantedquestinstanceids": [
+ "QS04-Quest_BR_Damage_ExplosiveWeapon",
+ "QS04-Quest_BR_Interact_Chests_Location_MoistyMire",
+ "QS04-Quest_BR_Use_ShoppingCart",
+ "QS04-Quest_BR_Visit_NamedLocations_SingleMatch",
+ "QS04-Quest_BR_Interact_ScavengerHunt_TreasureMap_05",
+ "QS04-Quest_BR_Eliminate_Weapon_Shotgun",
+ "QS04-Quest_BR_Eliminate_Location_AnarchyAcres",
+ "QS04-Quest_BR_S4W9_Cumulative_CompleteAll"
+ ],
+ "completionRewards": {
+ "8": [
{
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 5000,
+ "giftBoxToUse": {}
}
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS03-Quest_BR_Damage": {
- "templateId": "Quest:quest_br_damage",
- "challenge_bundle_id": "QS03-S3_Tier_2_QuestBundle",
- "objectives": {
- "battlepass_damage_athena_player": 5000
- },
- "objectiveCompletionCount": 1,
- "rewards": [
+ ]
+ }
+ },
+ "QS04-QuestBundle_S4_Week_010": {
+ "templateId": "ChallengeBundle:questbundle_s4_week_010",
+ "challenge_bundle_schedule_id": "QS04-Season4_Challenge_Schedule",
+ "grantedquestinstanceids": [
+ "QS04-Quest_BR_Interact_Chests_Location_JunkJunction",
+ "QS04-Quest_BR_Damage_Enemy_Buildings",
+ "QS04-Quest_BR_Interact_ChestAmmoBoxSupplyDrop_SingleMatch",
+ "QS04-Quest_BR_Skydive_Rings",
+ "QS04-Quest_BR_Interact_ScavengerHunt_Triangulate_05",
+ "QS04-Quest_BR_Eliminate",
+ "QS04-Quest_BR_Eliminate_Location_FatalFields",
+ "QS04-Quest_BR_S4W10_Cumulative_CompleteAll"
+ ],
+ "completionRewards": {
+ "8": [
{
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 5000,
+ "giftBoxToUse": {}
}
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS03-Quest_BR_Land_Locations_Different": {
- "templateId": "Quest:quest_br_land_locations_different",
- "challenge_bundle_id": "QS03-S3_Tier_2_QuestBundle",
- "objectives": {
- "battlepass_land_athena_location_anarchyacres": 1,
- "battlepass_land_athena_location_dustydepot": 1,
- "battlepass_land_athena_location_fatalfields": 1,
- "battlepass_land_athena_location_flushfactory": 1,
- "battlepass_land_athena_location_greasygrove": 1,
- "battlepass_land_athena_location_hauntedhills": 1,
- "battlepass_land_athena_location_junkjunction": 1,
- "battlepass_land_athena_location_lonelylodge": 1,
- "battlepass_land_athena_location_lootlake": 1,
- "battlepass_land_athena_location_moistymire": 1,
- "battlepass_land_athena_location_pleasantpark": 1,
- "battlepass_land_athena_location_retailrow": 1,
- "battlepass_land_athena_location_shiftyshafts": 1,
- "battlepass_land_athena_location_saltysprings": 1,
- "battlepass_land_athena_location_snobbyshores": 1,
- "battlepass_land_athena_location_tiltedtowers": 1,
- "battlepass_land_athena_location_tomatotown": 1,
- "battlepass_land_athena_location_wailingwoods": 1
- },
- "objectiveCompletionCount": 10,
- "rewards": [
+ ]
+ }
+ },
+ "QS04-QuestBundle_S4_ProgressiveB": {
+ "templateId": "ChallengeBundle:questbundle_s4_progressiveb",
+ "challenge_bundle_schedule_id": "QS04-Season4_ProgressiveB_Schedule",
+ "grantedquestinstanceids": [
+ "QS04-Quest_BR_LevelUp_SeasonLevel_ProgressiveB_01",
+ "QS04-Quest_BR_LevelUp_SeasonLevel_ProgressiveB_02",
+ "QS04-Quest_BR_LevelUp_SeasonLevel_ProgressiveB_03",
+ "QS04-Quest_BR_LevelUp_SeasonLevel_ProgressiveB_04",
+ "QS04-Quest_BR_LevelUp_SeasonLevel_ProgressiveB_05"
+ ],
+ "completionRewards": {
+ "5": [
{
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
+ "templateId": "AthenaPickaxe:pickaxe_id_048_carbideblack",
+ "quantity": 1,
+ "giftBoxToUse": {}
}
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS03-Quest_BR_Play": {
- "templateId": "Quest:quest_br_play",
- "challenge_bundle_id": "QS03-S3_Tier_2_QuestBundle",
- "objectives": {
- "battlepass_athena_play_matches": 50
- },
- "objectiveCompletionCount": 1,
- "rewards": [
+ ]
+ }
+ },
+ "QS04-QuestBundle_S4_Starter": {
+ "templateId": "ChallengeBundle:questbundle_s4_starter",
+ "challenge_bundle_schedule_id": "QS04-Season4_StarterChallenge_Schedule",
+ "grantedquestinstanceids": [
+ "QS04-Quest_BR_Outlive",
+ "QS04-Quest_BR_Play_Min1Friend",
+ "QS04-Quest_BR_Damage",
+ "QS04-Quest_BR_Land_Locations_Different",
+ "QS04-Quest_BR_Play",
+ "QS04-Quest_BR_Play_Min1Elimination",
+ "QS04-Quest_BR_Place_Win"
+ ],
+ "completionRewards": {
+ "7": [
{
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 10
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 5000,
+ "giftBoxToUse": {}
}
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS03-Quest_BR_LevelUp_SeasonLevel_25": {
- "templateId": "Quest:quest_br_levelup_seasonlevel_25",
- "challenge_bundle_id": "QS03-S3_Tier_2_QuestBundle",
- "objectives": {
- "athena_season_levelup": 25
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS03-Quest_BR_Place_Win": {
- "templateId": "Quest:quest_br_place_win",
- "challenge_bundle_id": "QS03-S3_Tier_2_QuestBundle",
- "objectives": {
- "battlepass_athena_win_match": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
+ ]
}
}
},
- "Season04": {
- "ChallengeBundleSchedules": {
- "QS04-Season4_Challenge_Schedule": {
- "templateId": "ChallengeBundleSchedule:season4_challenge_schedule",
- "granted_bundles": [
- "QS04-QuestBundle_S4_Cumulative",
- "QS04-QuestBundle_S4_ProgressiveA",
- "QS04-QuestBundle_S4_Week_001",
- "QS04-QuestBundle_S4_Week_002",
- "QS04-QuestBundle_S4_Week_003",
- "QS04-QuestBundle_S4_Week_004",
- "QS04-QuestBundle_S4_Week_005",
- "QS04-QuestBundle_S4_Week_006",
- "QS04-QuestBundle_S4_Week_007",
- "QS04-QuestBundle_S4_Week_008",
- "QS04-QuestBundle_S4_Week_009",
- "QS04-QuestBundle_S4_Week_010"
- ]
+ "Quests": {
+ "QS04-Quest_BR_S4_Cumulative_CollectTokens_01": {
+ "templateId": "Quest:quest_br_s4_cumulative_collecttokens_01",
+ "challenge_bundle_id": "QS04-QuestBundle_S4_Cumulative",
+ "objectives": {
+ "battlepass_cumulative_token1": 1
},
- "QS04-Season4_ProgressiveB_Schedule": {
- "templateId": "ChallengeBundleSchedule:season4_progressiveb_schedule",
- "granted_bundles": [
- "QS04-QuestBundle_S4_ProgressiveB"
- ]
- },
- "QS04-Season4_StarterChallenge_Schedule": {
- "templateId": "ChallengeBundleSchedule:season4_starterchallenge_schedule",
- "granted_bundles": [
- "QS04-QuestBundle_S4_Starter"
- ]
- }
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaLoadingScreen:lsid_009_s4cumulative1",
+ "quantity": 1
+ },
+ {
+ "templateId": "FortQuest:quest_br_s4_cumulative_quest1",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
},
- "ChallengeBundles": {
- "QS04-QuestBundle_S4_Cumulative": {
- "templateId": "ChallengeBundle:questbundle_s4_cumulative",
- "challenge_bundle_schedule_id": "QS04-Season4_Challenge_Schedule",
- "grantedquestinstanceids": [
- "QS04-Quest_BR_S4_Cumulative_CollectTokens_01",
- "QS04-Quest_BR_S4_Cumulative_CollectTokens_02",
- "QS04-Quest_BR_S4_Cumulative_CollectTokens_03",
- "QS04-Quest_BR_S4_Cumulative_CollectTokens_04",
- "QS04-Quest_BR_S4_Cumulative_CollectTokens_05",
- "QS04-Quest_BR_S4_Cumulative_CollectTokens_06",
- "QS04-Quest_BR_S4_Cumulative_CollectTokens_07"
- ],
- "completionRewards": {
- "7": [
- {
- "templateId": "AthenaBackpack:bid_057_visitor",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ]
- }
+ "QS04-Quest_BR_S4_Cumulative_CollectTokens_02": {
+ "templateId": "Quest:quest_br_s4_cumulative_collecttokens_02",
+ "challenge_bundle_id": "QS04-QuestBundle_S4_Cumulative",
+ "objectives": {
+ "battlepass_cumulative_token2": 2
},
- "QS04-QuestBundle_S4_ProgressiveA": {
- "templateId": "ChallengeBundle:questbundle_s4_progressivea",
- "challenge_bundle_schedule_id": "QS04-Season4_Challenge_Schedule",
- "grantedquestinstanceids": [
- "QS04-Quest_BR_LevelUp_SeasonLevel_ProgressiveA_01",
- "QS04-Quest_BR_LevelUp_SeasonLevel_ProgressiveA_02",
- "QS04-Quest_BR_LevelUp_SeasonLevel_ProgressiveA_03",
- "QS04-Quest_BR_LevelUp_SeasonLevel_ProgressiveA_04",
- "QS04-Quest_BR_LevelUp_SeasonLevel_ProgressiveA_05"
- ],
- "completionRewards": {
- "5": [
- {
- "templateId": "AthenaPickaxe:pickaxe_id_047_carbideblue",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ]
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaLoadingScreen:lsid_010_s4cumulative2",
+ "quantity": 1
+ },
+ {
+ "templateId": "FortQuest:quest_br_s4_cumulative_quest2",
+ "quantity": 1
}
- },
- "QS04-QuestBundle_S4_Week_001": {
- "templateId": "ChallengeBundle:questbundle_s4_week_001",
- "challenge_bundle_schedule_id": "QS04-Season4_Challenge_Schedule",
- "grantedquestinstanceids": [
- "QS04-Quest_BR_Damage_SniperRifle",
- "QS04-Quest_BR_Interact_Chests_Location_HauntedHills",
- "QS04-Quest_BR_Use_PortaFort",
- "QS04-Quest_BR_Interact_FORTNITE",
- "QS04-Quest_BR_Interact_ScavengerHunt_TreasureMap_01",
- "QS04-Quest_BR_Eliminate_Weapon_Pistol",
- "QS04-Quest_BR_Eliminate_Location_FlushFactory",
- "QS04-Quest_BR_S4W1_Cumulative_CompleteAll"
- ],
- "completionRewards": {
- "8": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 5000,
- "giftBoxToUse": {}
- }
- ]
- }
- },
- "QS04-QuestBundle_S4_Week_002": {
- "templateId": "ChallengeBundle:questbundle_s4_week_002",
- "challenge_bundle_schedule_id": "QS04-Season4_Challenge_Schedule",
- "grantedquestinstanceids": [
- "QS04-Quest_BR_Interact_Chests_Location_GreasyGrove",
- "QS04-Quest_BR_Interact_GravityStones",
- "QS04-Quest_BR_Damage_SuppressedWeapon",
- "QS04-Quest_BR_Dance_ScavengerHunt_Cameras",
- "QS04-Quest_BR_Interact_ScavengerHunt_Triangulate_01",
- "QS04-Quest_BR_Eliminate_ExplosiveWeapon",
- "QS04-Quest_BR_Eliminate_Location_TomatoTown",
- "QS04-Quest_BR_S4W2_Cumulative_CompleteAll"
- ],
- "completionRewards": {
- "8": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 5000,
- "giftBoxToUse": {}
- }
- ]
- }
- },
- "QS04-QuestBundle_S4_Week_003": {
- "templateId": "ChallengeBundle:questbundle_s4_week_003",
- "challenge_bundle_schedule_id": "QS04-Season4_Challenge_Schedule",
- "grantedquestinstanceids": [
- "QS04-Quest_BR_Revive",
- "QS04-Quest_BR_Damage_Pistol",
- "QS04-Quest_BR_Interact_Chests_Location_LonelyLodge",
- "QS04-Quest_BR_Interact_RubberDuckies",
- "QS04-Quest_BR_Interact_ScavengerHunt_TreasureMap_02",
- "QS04-Quest_BR_Eliminate_Weapon_SniperRifle",
- "QS04-Quest_BR_Eliminate_Location_TiltedTowers",
- "QS04-Quest_BR_S4W3_Cumulative_CompleteAll"
- ],
- "completionRewards": {
- "8": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 5000,
- "giftBoxToUse": {}
- }
- ]
- }
- },
- "QS04-QuestBundle_S4_Week_004": {
- "templateId": "ChallengeBundle:questbundle_s4_week_004",
- "challenge_bundle_schedule_id": "QS04-Season4_Challenge_Schedule",
- "grantedquestinstanceids": [
- "QS04-Quest_BR_Damage_AssaultRifle",
- "QS04-Quest_BR_Interact_Chests_Location_WailingWoods",
- "QS04-Quest_BR_Interact_AmmoBoxes_SingleMatch",
- "QS04-Quest_BR_Visit_ScavengerHunt_StormCircles",
- "QS04-Quest_BR_Interact_ScavengerHunt_Triangulate_02",
- "QS04-Quest_BR_Eliminate_Trap",
- "QS04-Quest_BR_Eliminate_Location_SnobbyShores",
- "QS04-Quest_BR_S4W4_Cumulative_CompleteAll"
- ],
- "completionRewards": {
- "8": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 5000,
- "giftBoxToUse": {}
- }
- ]
- }
- },
- "QS04-QuestBundle_S4_Week_005": {
- "templateId": "ChallengeBundle:questbundle_s4_week_005",
- "challenge_bundle_schedule_id": "QS04-Season4_Challenge_Schedule",
- "grantedquestinstanceids": [
- "QS04-Quest_BR_Damage_SMG",
- "QS04-Quest_BR_Interact_Chests_Location_DustyDivot",
- "QS04-Quest_BR_Use_VendingMachine",
- "QS04-Quest_BR_Dance_ScavengerHunt_Platforms",
- "QS04-Quest_BR_Interact_ScavengerHunt_TreasureMap_03",
- "QS04-Quest_BR_Eliminate_Weapon_MinigunLMG",
- "QS04-Quest_BR_Eliminate_Location_LuckyLanding",
- "QS04-Quest_BR_S4W5_Cumulative_CompleteAll"
- ],
- "completionRewards": {
- "8": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 5000,
- "giftBoxToUse": {}
- }
- ]
- }
- },
- "QS04-QuestBundle_S4_Week_006": {
- "templateId": "ChallengeBundle:questbundle_s4_week_006",
- "challenge_bundle_schedule_id": "QS04-Season4_Challenge_Schedule",
- "grantedquestinstanceids": [
- "QS04-Quest_BR_Interact_SupplyDrops",
- "QS04-Quest_BR_Damage_Shotgun",
- "QS04-Quest_BR_Interact_Chests_Location_LootLake",
- "QS04-Quest_BR_Spray_SpecificTargets",
- "QS04-Quest_BR_Interact_ScavengerHunt_Triangulate_03",
- "QS04-Quest_BR_Eliminate_Weapon_SMG",
- "QS04-Quest_BR_Eliminate_Location_RetailRow",
- "QS04-Quest_BR_S4W6_Cumulative_CompleteAll"
- ],
- "completionRewards": {
- "8": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 5000,
- "giftBoxToUse": {}
- }
- ]
- }
- },
- "QS04-QuestBundle_S4_Week_007": {
- "templateId": "ChallengeBundle:questbundle_s4_week_007",
- "challenge_bundle_schedule_id": "QS04-Season4_Challenge_Schedule",
- "grantedquestinstanceids": [
- "QS04-Quest_BR_Damage_Pickaxe",
- "QS04-Quest_BR_Interact_Chests_Location_RiskyReels",
- "QS04-Quest_BR_Interact_ForagedItems",
- "QS04-Quest_BR_Score_Goals",
- "QS04-Quest_BR_Interact_ScavengerHunt_TreasureMap_04",
- "QS04-Quest_BR_Eliminate_Weapon_AssaultRifle",
- "QS04-Quest_BR_Eliminate_Location_ShiftyShafts",
- "QS04-Quest_BR_S4W7_Cumulative_CompleteAll"
- ],
- "completionRewards": {
- "8": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 5000,
- "giftBoxToUse": {}
- }
- ]
- }
- },
- "QS04-QuestBundle_S4_Week_008": {
- "templateId": "ChallengeBundle:questbundle_s4_week_008",
- "challenge_bundle_schedule_id": "QS04-Season4_Challenge_Schedule",
- "grantedquestinstanceids": [
- "QS04-Quest_BR_Damage_Headshot",
- "QS04-Quest_BR_Interact_Chests_Location_SaltySprings",
- "QS04-Quest_BR_Interact_Chests_SingleMatch",
- "QS04-Quest_BR_Interact_GniceGnomes",
- "QS04-Quest_BR_Interact_ScavengerHunt_Triangulate_04",
- "QS04-Quest_BR_Eliminate_SuppressedWeapon",
- "QS04-Quest_BR_Eliminate_Location_PleasantPark",
- "QS04-Quest_BR_S4W8_Cumulative_CompleteAll"
- ],
- "completionRewards": {
- "8": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 5000,
- "giftBoxToUse": {}
- }
- ]
- }
- },
- "QS04-QuestBundle_S4_Week_009": {
- "templateId": "ChallengeBundle:questbundle_s4_week_009",
- "challenge_bundle_schedule_id": "QS04-Season4_Challenge_Schedule",
- "grantedquestinstanceids": [
- "QS04-Quest_BR_Damage_ExplosiveWeapon",
- "QS04-Quest_BR_Interact_Chests_Location_MoistyMire",
- "QS04-Quest_BR_Use_ShoppingCart",
- "QS04-Quest_BR_Visit_NamedLocations_SingleMatch",
- "QS04-Quest_BR_Interact_ScavengerHunt_TreasureMap_05",
- "QS04-Quest_BR_Eliminate_Weapon_Shotgun",
- "QS04-Quest_BR_Eliminate_Location_AnarchyAcres",
- "QS04-Quest_BR_S4W9_Cumulative_CompleteAll"
- ],
- "completionRewards": {
- "8": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 5000,
- "giftBoxToUse": {}
- }
- ]
- }
- },
- "QS04-QuestBundle_S4_Week_010": {
- "templateId": "ChallengeBundle:questbundle_s4_week_010",
- "challenge_bundle_schedule_id": "QS04-Season4_Challenge_Schedule",
- "grantedquestinstanceids": [
- "QS04-Quest_BR_Interact_Chests_Location_JunkJunction",
- "QS04-Quest_BR_Damage_Enemy_Buildings",
- "QS04-Quest_BR_Interact_ChestAmmoBoxSupplyDrop_SingleMatch",
- "QS04-Quest_BR_Skydive_Rings",
- "QS04-Quest_BR_Interact_ScavengerHunt_Triangulate_05",
- "QS04-Quest_BR_Eliminate",
- "QS04-Quest_BR_Eliminate_Location_FatalFields",
- "QS04-Quest_BR_S4W10_Cumulative_CompleteAll"
- ],
- "completionRewards": {
- "8": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 5000,
- "giftBoxToUse": {}
- }
- ]
- }
- },
- "QS04-QuestBundle_S4_ProgressiveB": {
- "templateId": "ChallengeBundle:questbundle_s4_progressiveb",
- "challenge_bundle_schedule_id": "QS04-Season4_ProgressiveB_Schedule",
- "grantedquestinstanceids": [
- "QS04-Quest_BR_LevelUp_SeasonLevel_ProgressiveB_01",
- "QS04-Quest_BR_LevelUp_SeasonLevel_ProgressiveB_02",
- "QS04-Quest_BR_LevelUp_SeasonLevel_ProgressiveB_03",
- "QS04-Quest_BR_LevelUp_SeasonLevel_ProgressiveB_04",
- "QS04-Quest_BR_LevelUp_SeasonLevel_ProgressiveB_05"
- ],
- "completionRewards": {
- "5": [
- {
- "templateId": "AthenaPickaxe:pickaxe_id_048_carbideblack",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ]
- }
- },
- "QS04-QuestBundle_S4_Starter": {
- "templateId": "ChallengeBundle:questbundle_s4_starter",
- "challenge_bundle_schedule_id": "QS04-Season4_StarterChallenge_Schedule",
- "grantedquestinstanceids": [
- "QS04-Quest_BR_Outlive",
- "QS04-Quest_BR_Play_Min1Friend",
- "QS04-Quest_BR_Damage",
- "QS04-Quest_BR_Land_Locations_Different",
- "QS04-Quest_BR_Play",
- "QS04-Quest_BR_Play_Min1Elimination",
- "QS04-Quest_BR_Place_Win"
- ],
- "completionRewards": {
- "7": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 5000,
- "giftBoxToUse": {}
- }
- ]
- }
- }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
},
- "Quests": {
- "QS04-Quest_BR_S4_Cumulative_CollectTokens_01": {
- "templateId": "Quest:quest_br_s4_cumulative_collecttokens_01",
- "challenge_bundle_id": "QS04-QuestBundle_S4_Cumulative",
- "objectives": {
- "battlepass_cumulative_token1": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AthenaLoadingScreen:lsid_009_s4cumulative1",
- "quantity": 1
- },
- {
- "templateId": "FortQuest:quest_br_s4_cumulative_quest1",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS04-Quest_BR_S4_Cumulative_CollectTokens_02": {
- "templateId": "Quest:quest_br_s4_cumulative_collecttokens_02",
- "challenge_bundle_id": "QS04-QuestBundle_S4_Cumulative",
- "objectives": {
- "battlepass_cumulative_token2": 2
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AthenaLoadingScreen:lsid_010_s4cumulative2",
- "quantity": 1
- },
- {
- "templateId": "FortQuest:quest_br_s4_cumulative_quest2",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS04-Quest_BR_S4_Cumulative_CollectTokens_03": {
- "templateId": "Quest:quest_br_s4_cumulative_collecttokens_03",
- "challenge_bundle_id": "QS04-QuestBundle_S4_Cumulative",
- "objectives": {
- "battlepass_cumulative_token3": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AthenaLoadingScreen:lsid_011_s4cumulative3",
- "quantity": 1
- },
- {
- "templateId": "FortQuest:quest_br_s4_cumulative_quest3",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS04-Quest_BR_S4_Cumulative_CollectTokens_04": {
- "templateId": "Quest:quest_br_s4_cumulative_collecttokens_04",
- "challenge_bundle_id": "QS04-QuestBundle_S4_Cumulative",
- "objectives": {
- "battlepass_cumulative_token4": 4
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AthenaLoadingScreen:lsid_012_s4cumulative4",
- "quantity": 1
- },
- {
- "templateId": "FortQuest:quest_br_s4_cumulative_quest4",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS04-Quest_BR_S4_Cumulative_CollectTokens_05": {
- "templateId": "Quest:quest_br_s4_cumulative_collecttokens_05",
- "challenge_bundle_id": "QS04-QuestBundle_S4_Cumulative",
- "objectives": {
- "battlepass_cumulative_token5": 5
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AthenaLoadingScreen:lsid_013_s4cumulative5",
- "quantity": 1
- },
- {
- "templateId": "FortQuest:quest_br_s4_cumulative_quest5",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS04-Quest_BR_S4_Cumulative_CollectTokens_06": {
- "templateId": "Quest:quest_br_s4_cumulative_collecttokens_06",
- "challenge_bundle_id": "QS04-QuestBundle_S4_Cumulative",
- "objectives": {
- "battlepass_cumulative_token6": 6
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AthenaLoadingScreen:lsid_014_s4cumulative6",
- "quantity": 1
- },
- {
- "templateId": "FortQuest:quest_br_s4_cumulative_quest6",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS04-Quest_BR_S4_Cumulative_CollectTokens_07": {
- "templateId": "Quest:quest_br_s4_cumulative_collecttokens_07",
- "challenge_bundle_id": "QS04-QuestBundle_S4_Cumulative",
- "objectives": {
- "battlepass_cumulative_token7": 7
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AthenaLoadingScreen:lsid_015_s4cumulative7",
- "quantity": 1
- },
- {
- "templateId": "FortQuest:quest_br_s4_cumulative_quest7",
- "quantity": 1
- },
- {
- "templateId": "FortQuest:quest_br_s4_cumulative_final",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS04-Quest_BR_LevelUp_SeasonLevel_ProgressiveA_01": {
- "templateId": "Quest:quest_br_levelup_seasonlevel_progressivea_01",
- "challenge_bundle_id": "QS04-QuestBundle_S4_ProgressiveA",
- "objectives": {
- "athena_season_levelup_progressive_a_01": 10
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:vtid_002_carbideblue_stage1",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS04-Quest_BR_LevelUp_SeasonLevel_ProgressiveA_02": {
- "templateId": "Quest:quest_br_levelup_seasonlevel_progressivea_02",
- "challenge_bundle_id": "QS04-QuestBundle_S4_ProgressiveA",
- "objectives": {
- "athena_season_levelup_progressive_a_02": 20
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:vtid_003_carbideblue_stage2",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS04-Quest_BR_LevelUp_SeasonLevel_ProgressiveA_03": {
- "templateId": "Quest:quest_br_levelup_seasonlevel_progressivea_03",
- "challenge_bundle_id": "QS04-QuestBundle_S4_ProgressiveA",
- "objectives": {
- "athena_season_levelup_progressive_a_03": 30
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:vtid_004_carbideblue_stage3",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS04-Quest_BR_LevelUp_SeasonLevel_ProgressiveA_04": {
- "templateId": "Quest:quest_br_levelup_seasonlevel_progressivea_04",
- "challenge_bundle_id": "QS04-QuestBundle_S4_ProgressiveA",
- "objectives": {
- "athena_season_levelup_progressive_a_04": 40
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:vtid_005_carbideblue_stage4",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS04-Quest_BR_LevelUp_SeasonLevel_ProgressiveA_05": {
- "templateId": "Quest:quest_br_levelup_seasonlevel_progressivea_05",
- "challenge_bundle_id": "QS04-QuestBundle_S4_ProgressiveA",
- "objectives": {
- "athena_season_levelup_progressive_a_05": 65
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:vtid_006_carbideblue_stage5",
- "quantity": 1
- },
- {
- "templateId": "Token:vtid_012_carbideblue_emissive1",
- "quantity": 1
- },
- {
- "templateId": "Token:vtid_013_carbideblue_emissive2",
- "quantity": 1
- },
- {
- "templateId": "Token:vtid_014_carbideblue_emissive3",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS04-Quest_BR_Damage_SniperRifle": {
- "templateId": "Quest:quest_br_damage_sniperrifle",
- "challenge_bundle_id": "QS04-QuestBundle_S4_Week_001",
- "objectives": {
- "battlepass_damage_athena_player_sniper": 500
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS04-Quest_BR_Interact_Chests_Location_HauntedHills": {
- "templateId": "Quest:quest_br_interact_chests_location_hauntedhills",
- "challenge_bundle_id": "QS04-QuestBundle_S4_Week_001",
- "objectives": {
- "battlepass_interact_athena_treasurechest_hauntedhills": 7
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS04-Quest_BR_Use_PortaFort": {
- "templateId": "Quest:quest_br_use_portafort",
- "challenge_bundle_id": "QS04-QuestBundle_S4_Week_001",
- "objectives": {
- "battlepass_interact_athena_portafort": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS04-Quest_BR_Interact_FORTNITE": {
- "templateId": "Quest:quest_br_interact_fortnite",
- "challenge_bundle_id": "QS04-QuestBundle_S4_Week_001",
- "objectives": {
- "battlepass_interact_athena_fortnite_letters_01": 1,
- "battlepass_interact_athena_fortnite_letters_02": 1,
- "battlepass_interact_athena_fortnite_letters_03": 1,
- "battlepass_interact_athena_fortnite_letters_04": 1,
- "battlepass_interact_athena_fortnite_letters_05": 1,
- "battlepass_interact_athena_fortnite_letters_06": 1,
- "battlepass_interact_athena_fortnite_letters_07": 1,
- "battlepass_interact_athena_fortnite_letters_08": 1,
- "battlepass_interact_athena_fortnite_letters_09": 1,
- "battlepass_interact_athena_fortnite_letters_10": 1,
- "battlepass_interact_athena_fortnite_letters_11": 1,
- "battlepass_interact_athena_fortnite_letters_12": 1,
- "battlepass_interact_athena_fortnite_letters_13": 1,
- "battlepass_interact_athena_fortnite_letters_14": 1,
- "battlepass_interact_athena_fortnite_letters_15": 1,
- "battlepass_interact_athena_fortnite_letters_16": 1,
- "battlepass_interact_athena_fortnite_letters_17": 1,
- "battlepass_interact_athena_fortnite_letters_18": 1,
- "battlepass_interact_athena_fortnite_letters_19": 1,
- "battlepass_interact_athena_fortnite_letters_20": 1
- },
- "objectiveCompletionCount": 8,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS04-Quest_BR_Interact_ScavengerHunt_TreasureMap_01": {
- "templateId": "Quest:quest_br_interact_scavengerhunt_treasuremap_01",
- "challenge_bundle_id": "QS04-QuestBundle_S4_Week_001",
- "objectives": {
- "battlepass_interact_athena_hidden_star_01": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS04-Quest_BR_Eliminate_Weapon_Pistol": {
- "templateId": "Quest:quest_br_eliminate_weapon_pistol",
- "challenge_bundle_id": "QS04-QuestBundle_S4_Week_001",
- "objectives": {
- "battlepass_killingblow_athena_player_pistol": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS04-Quest_BR_Eliminate_Location_FlushFactory": {
- "templateId": "Quest:quest_br_eliminate_location_flushfactory",
- "challenge_bundle_id": "QS04-QuestBundle_S4_Week_001",
- "objectives": {
- "battlepass_killingblow_athena_player_flushfactory": 5
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS04-Quest_BR_S4W1_Cumulative_CompleteAll": {
- "templateId": "Quest:quest_br_s4w1_cumulative_completeall",
- "challenge_bundle_id": "QS04-QuestBundle_S4_Week_001",
- "objectives": {
- "battlepass_completed_s4w1_quest1": 1,
- "battlepass_completed_s4w1_quest2": 1,
- "battlepass_completed_s4w1_quest3": 1,
- "battlepass_completed_s4w1_quest4": 1,
- "battlepass_completed_s4w1_quest5": 1,
- "battlepass_completed_s4w1_quest6": 1,
- "battlepass_completed_s4w1_quest7": 1
- },
- "objectiveCompletionCount": 7,
- "rewards": [
- {
- "templateId": "Token:athenabattlepass_s4_weeklychallenge_token",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS04-Quest_BR_Interact_Chests_Location_GreasyGrove": {
- "templateId": "Quest:quest_br_interact_chests_location_greasygrove",
- "challenge_bundle_id": "QS04-QuestBundle_S4_Week_002",
- "objectives": {
- "battlepass_interact_athena_treasurechest_greasygrove": 7
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS04-Quest_BR_Interact_GravityStones": {
- "templateId": "Quest:quest_br_interact_gravitystones",
- "challenge_bundle_id": "QS04-QuestBundle_S4_Week_002",
- "objectives": {
- "battlepass_interact_athena_gravitystones": 7
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS04-Quest_BR_Damage_SuppressedWeapon": {
- "templateId": "Quest:quest_br_damage_suppressedweapon",
- "challenge_bundle_id": "QS04-QuestBundle_S4_Week_002",
- "objectives": {
- "battlepass_damage_athena_player_suppressed_weapon": 500
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS04-Quest_BR_Dance_ScavengerHunt_Cameras": {
- "templateId": "Quest:quest_br_dance_scavengerhunt_cameras",
- "challenge_bundle_id": "QS04-QuestBundle_S4_Week_002",
- "objectives": {
- "battlepass_dance_athena_location_cameras_01": 1,
- "battlepass_dance_athena_location_cameras_02": 1,
- "battlepass_dance_athena_location_cameras_03": 1,
- "battlepass_dance_athena_location_cameras_04": 1,
- "battlepass_dance_athena_location_cameras_05": 1,
- "battlepass_dance_athena_location_cameras_06": 1,
- "battlepass_dance_athena_location_cameras_07": 1,
- "battlepass_dance_athena_location_cameras_08": 1,
- "battlepass_dance_athena_location_cameras_09": 1,
- "battlepass_dance_athena_location_cameras_10": 1,
- "battlepass_dance_athena_location_cameras_11": 1
- },
- "objectiveCompletionCount": 7,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS04-Quest_BR_Interact_ScavengerHunt_Triangulate_01": {
- "templateId": "Quest:quest_br_interact_scavengerhunt_triangulate_01",
- "challenge_bundle_id": "QS04-QuestBundle_S4_Week_002",
- "objectives": {
- "battlepass_interact_athena_hidden_star_02": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS04-Quest_BR_Eliminate_ExplosiveWeapon": {
- "templateId": "Quest:quest_br_eliminate_explosiveweapon",
- "challenge_bundle_id": "QS04-QuestBundle_S4_Week_002",
- "objectives": {
- "battlepass_killingblow_athena_player_with_explosives": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS04-Quest_BR_Eliminate_Location_TomatoTown": {
- "templateId": "Quest:quest_br_eliminate_location_tomatotown",
- "challenge_bundle_id": "QS04-QuestBundle_S4_Week_002",
- "objectives": {
- "battlepass_killingblow_athena_player_tomatotown": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS04-Quest_BR_S4W2_Cumulative_CompleteAll": {
- "templateId": "Quest:quest_br_s4w2_cumulative_completeall",
- "challenge_bundle_id": "QS04-QuestBundle_S4_Week_002",
- "objectives": {
- "battlepass_completed_s4w2_quest1": 1,
- "battlepass_completed_s4w2_quest2": 1,
- "battlepass_completed_s4w2_quest3": 1,
- "battlepass_completed_s4w2_quest4": 1,
- "battlepass_completed_s4w2_quest5": 1,
- "battlepass_completed_s4w2_quest6": 1,
- "battlepass_completed_s4w2_quest7": 1
- },
- "objectiveCompletionCount": 7,
- "rewards": [
- {
- "templateId": "Token:athenabattlepass_s4_weeklychallenge_token",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS04-Quest_BR_Revive": {
- "templateId": "Quest:quest_br_revive",
- "challenge_bundle_id": "QS04-QuestBundle_S4_Week_003",
- "objectives": {
- "battlepass_athena_revive_player": 5
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS04-Quest_BR_Damage_Pistol": {
- "templateId": "Quest:quest_br_damage_pistol",
- "challenge_bundle_id": "QS04-QuestBundle_S4_Week_003",
- "objectives": {
- "battlepass_damage_athena_player_pistol": 500
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS04-Quest_BR_Interact_Chests_Location_LonelyLodge": {
- "templateId": "Quest:quest_br_interact_chests_location_lonelylodge",
- "challenge_bundle_id": "QS04-QuestBundle_S4_Week_003",
- "objectives": {
- "battlepass_interact_athena_treasurechest_lonelylodge": 7
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS04-Quest_BR_Interact_RubberDuckies": {
- "templateId": "Quest:quest_br_interact_rubberduckies",
- "challenge_bundle_id": "QS04-QuestBundle_S4_Week_003",
- "objectives": {
- "battlepass_interact_athena_rubberduckies_01": 1,
- "battlepass_interact_athena_rubberduckies_02": 1,
- "battlepass_interact_athena_rubberduckies_03": 1,
- "battlepass_interact_athena_rubberduckies_04": 1,
- "battlepass_interact_athena_rubberduckies_05": 1,
- "battlepass_interact_athena_rubberduckies_06": 1,
- "battlepass_interact_athena_rubberduckies_07": 1,
- "battlepass_interact_athena_rubberduckies_08": 1,
- "battlepass_interact_athena_rubberduckies_09": 1,
- "battlepass_interact_athena_rubberduckies_10": 1,
- "battlepass_interact_athena_rubberduckies_11": 1,
- "battlepass_interact_athena_rubberduckies_12": 1,
- "battlepass_interact_athena_rubberduckies_13": 1,
- "battlepass_interact_athena_rubberduckies_14": 1,
- "battlepass_interact_athena_rubberduckies_15": 1,
- "battlepass_interact_athena_rubberduckies_16": 1,
- "battlepass_interact_athena_rubberduckies_17": 1,
- "battlepass_interact_athena_rubberduckies_18": 1,
- "battlepass_interact_athena_rubberduckies_19": 1,
- "battlepass_interact_athena_rubberduckies_20": 1
- },
- "objectiveCompletionCount": 10,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS04-Quest_BR_Interact_ScavengerHunt_TreasureMap_02": {
- "templateId": "Quest:quest_br_interact_scavengerhunt_treasuremap_02",
- "challenge_bundle_id": "QS04-QuestBundle_S4_Week_003",
- "objectives": {
- "battlepass_interact_athena_hidden_star_03": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS04-Quest_BR_Eliminate_Weapon_SniperRifle": {
- "templateId": "Quest:quest_br_eliminate_weapon_sniperrifle",
- "challenge_bundle_id": "QS04-QuestBundle_S4_Week_003",
- "objectives": {
- "battlepass_killingblow_athena_player_sniper": 2
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS04-Quest_BR_Eliminate_Location_TiltedTowers": {
- "templateId": "Quest:quest_br_eliminate_location_tiltedtowers",
- "challenge_bundle_id": "QS04-QuestBundle_S4_Week_003",
- "objectives": {
- "battlepass_killingblow_athena_player_tiltedtowers": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS04-Quest_BR_S4W3_Cumulative_CompleteAll": {
- "templateId": "Quest:quest_br_s4w3_cumulative_completeall",
- "challenge_bundle_id": "QS04-QuestBundle_S4_Week_003",
- "objectives": {
- "battlepass_completed_s4w3_quest1": 1,
- "battlepass_completed_s4w3_quest2": 1,
- "battlepass_completed_s4w3_quest3": 1,
- "battlepass_completed_s4w3_quest4": 1,
- "battlepass_completed_s4w3_quest5": 1,
- "battlepass_completed_s4w3_quest6": 1,
- "battlepass_completed_s4w3_quest7": 1
- },
- "objectiveCompletionCount": 7,
- "rewards": [
- {
- "templateId": "Token:athenabattlepass_s4_weeklychallenge_token",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS04-Quest_BR_Damage_AssaultRifle": {
- "templateId": "Quest:quest_br_damage_assaultrifle",
- "challenge_bundle_id": "QS04-QuestBundle_S4_Week_004",
- "objectives": {
- "battlepass_damage_athena_player_asssult": 1000
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS04-Quest_BR_Interact_Chests_Location_WailingWoods": {
- "templateId": "Quest:quest_br_interact_chests_location_wailingwoods",
- "challenge_bundle_id": "QS04-QuestBundle_S4_Week_004",
- "objectives": {
- "battlepass_interact_athena_treasurechest_walingwoods": 7
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS04-Quest_BR_Interact_AmmoBoxes_SingleMatch": {
- "templateId": "Quest:quest_br_interact_ammoboxes_singlematch",
- "challenge_bundle_id": "QS04-QuestBundle_S4_Week_004",
- "objectives": {
- "athena_battlepass_loot_ammobox_singlematch": 7
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS04-Quest_BR_Visit_ScavengerHunt_StormCircles": {
- "templateId": "Quest:quest_br_visit_scavengerhunt_stormcircles",
- "challenge_bundle_id": "QS04-QuestBundle_S4_Week_004",
- "objectives": {
- "battlepass_findcenter_location_stormcircle": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS04-Quest_BR_Interact_ScavengerHunt_Triangulate_02": {
- "templateId": "Quest:quest_br_interact_scavengerhunt_triangulate_02",
- "challenge_bundle_id": "QS04-QuestBundle_S4_Week_004",
- "objectives": {
- "battlepass_interact_athena_hidden_star_04": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS04-Quest_BR_Eliminate_Trap": {
- "templateId": "Quest:quest_br_eliminate_trap",
- "challenge_bundle_id": "QS04-QuestBundle_S4_Week_004",
- "objectives": {
- "battlepass_killingblow_athena_player_with_trap": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS04-Quest_BR_Eliminate_Location_SnobbyShores": {
- "templateId": "Quest:quest_br_eliminate_location_snobbyshores",
- "challenge_bundle_id": "QS04-QuestBundle_S4_Week_004",
- "objectives": {
- "battlepass_killingblow_athena_player_snobbyshores": 5
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS04-Quest_BR_S4W4_Cumulative_CompleteAll": {
- "templateId": "Quest:quest_br_s4w4_cumulative_completeall",
- "challenge_bundle_id": "QS04-QuestBundle_S4_Week_004",
- "objectives": {
- "battlepass_completed_s4w4_quest1": 1,
- "battlepass_completed_s4w4_quest2": 1,
- "battlepass_completed_s4w4_quest3": 1,
- "battlepass_completed_s4w4_quest4": 1,
- "battlepass_completed_s4w4_quest5": 1,
- "battlepass_completed_s4w4_quest6": 1,
- "battlepass_completed_s4w4_quest7": 1
- },
- "objectiveCompletionCount": 7,
- "rewards": [
- {
- "templateId": "Token:athenabattlepass_s4_weeklychallenge_token",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS04-Quest_BR_Damage_SMG": {
- "templateId": "Quest:quest_br_damage_smg",
- "challenge_bundle_id": "QS04-QuestBundle_S4_Week_005",
- "objectives": {
- "battlepass_damage_athena_player_smg": 500
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS04-Quest_BR_Interact_Chests_Location_DustyDivot": {
- "templateId": "Quest:quest_br_interact_chests_location_dustydivot",
- "challenge_bundle_id": "QS04-QuestBundle_S4_Week_005",
- "objectives": {
- "battlepass_interact_athena_treasurechest_dustydivot": 7
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS04-Quest_BR_Use_VendingMachine": {
- "templateId": "Quest:quest_br_use_vendingmachine",
- "challenge_bundle_id": "QS04-QuestBundle_S4_Week_005",
- "objectives": {
- "battlepass_interact_athena_vendingmachine": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS04-Quest_BR_Dance_ScavengerHunt_Platforms": {
- "templateId": "Quest:quest_br_dance_scavengerhunt_platforms",
- "challenge_bundle_id": "QS04-QuestBundle_S4_Week_005",
- "objectives": {
- "battlepass_dance_athena_scavengerhunt_platforms": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS04-Quest_BR_Interact_ScavengerHunt_TreasureMap_03": {
- "templateId": "Quest:quest_br_interact_scavengerhunt_treasuremap_03",
- "challenge_bundle_id": "QS04-QuestBundle_S4_Week_005",
- "objectives": {
- "battlepass_interact_athena_hidden_star_05": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS04-Quest_BR_Eliminate_Weapon_MinigunLMG": {
- "templateId": "Quest:quest_br_eliminate_weapon_minigunlmg",
- "challenge_bundle_id": "QS04-QuestBundle_S4_Week_005",
- "objectives": {
- "battlepass_killingblow_athena_player_minigunlmg": 2
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS04-Quest_BR_Eliminate_Location_LuckyLanding": {
- "templateId": "Quest:quest_br_eliminate_location_luckylanding",
- "challenge_bundle_id": "QS04-QuestBundle_S4_Week_005",
- "objectives": {
- "battlepass_killingblow_athena_player_luckylanding": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS04-Quest_BR_S4W5_Cumulative_CompleteAll": {
- "templateId": "Quest:quest_br_s4w5_cumulative_completeall",
- "challenge_bundle_id": "QS04-QuestBundle_S4_Week_005",
- "objectives": {
- "battlepass_completed_s4w5_quest1": 1,
- "battlepass_completed_s4w5_quest2": 1,
- "battlepass_completed_s4w5_quest3": 1,
- "battlepass_completed_s4w5_quest4": 1,
- "battlepass_completed_s4w5_quest5": 1,
- "battlepass_completed_s4w5_quest6": 1,
- "battlepass_completed_s4w5_quest7": 1
- },
- "objectiveCompletionCount": 7,
- "rewards": [
- {
- "templateId": "Token:athenabattlepass_s4_weeklychallenge_token",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS04-Quest_BR_Interact_SupplyDrops": {
- "templateId": "Quest:quest_br_interact_supplydrops",
- "challenge_bundle_id": "QS04-QuestBundle_S4_Week_006",
- "objectives": {
- "battlepass_interact_athena_supply_drop": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS04-Quest_BR_Damage_Shotgun": {
- "templateId": "Quest:quest_br_damage_shotgun",
- "challenge_bundle_id": "QS04-QuestBundle_S4_Week_006",
- "objectives": {
- "battlepass_damage_athena_player_shotgun": 1000
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS04-Quest_BR_Interact_Chests_Location_LootLake": {
- "templateId": "Quest:quest_br_interact_chests_location_lootlake",
- "challenge_bundle_id": "QS04-QuestBundle_S4_Week_006",
- "objectives": {
- "battlepass_interact_athena_treasurechest_lootlake": 7
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS04-Quest_BR_Spray_SpecificTargets": {
- "templateId": "Quest:quest_br_spray_specifictargets",
- "challenge_bundle_id": "QS04-QuestBundle_S4_Week_006",
- "objectives": {
- "battlepass_spray_athena_heroposters_01": 1,
- "battlepass_spray_athena_heroposters_02": 1,
- "battlepass_spray_athena_heroposters_03": 1,
- "battlepass_spray_athena_heroposters_04": 1,
- "battlepass_spray_athena_heroposters_05": 1,
- "battlepass_spray_athena_heroposters_06": 1,
- "battlepass_spray_athena_heroposters_07": 1,
- "battlepass_spray_athena_heroposters_08": 1,
- "battlepass_spray_athena_heroposters_09": 1,
- "battlepass_spray_athena_heroposters_10": 1,
- "battlepass_spray_athena_heroposters_11": 1,
- "battlepass_spray_athena_heroposters_12": 1,
- "battlepass_spray_athena_heroposters_13": 1,
- "battlepass_spray_athena_heroposters_14": 1,
- "battlepass_spray_athena_heroposters_15": 1,
- "battlepass_spray_athena_heroposters_16": 1
- },
- "objectiveCompletionCount": 7,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS04-Quest_BR_Interact_ScavengerHunt_Triangulate_03": {
- "templateId": "Quest:quest_br_interact_scavengerhunt_triangulate_03",
- "challenge_bundle_id": "QS04-QuestBundle_S4_Week_006",
- "objectives": {
- "battlepass_interact_athena_hidden_star_06": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS04-Quest_BR_Eliminate_Weapon_SMG": {
- "templateId": "Quest:quest_br_eliminate_weapon_smg",
- "challenge_bundle_id": "QS04-QuestBundle_S4_Week_006",
- "objectives": {
- "battlepass_killingblow_athena_player_smg": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS04-Quest_BR_Eliminate_Location_RetailRow": {
- "templateId": "Quest:quest_br_eliminate_location_retailrow",
- "challenge_bundle_id": "QS04-QuestBundle_S4_Week_006",
- "objectives": {
- "battlepass_killingblow_athena_player_retailrow": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS04-Quest_BR_S4W6_Cumulative_CompleteAll": {
- "templateId": "Quest:quest_br_s4w6_cumulative_completeall",
- "challenge_bundle_id": "QS04-QuestBundle_S4_Week_006",
- "objectives": {
- "battlepass_completed_s4w6_quest1": 1,
- "battlepass_completed_s4w6_quest2": 1,
- "battlepass_completed_s4w6_quest3": 1,
- "battlepass_completed_s4w6_quest4": 1,
- "battlepass_completed_s4w6_quest5": 1,
- "battlepass_completed_s4w6_quest6": 1,
- "battlepass_completed_s4w6_quest7": 1
- },
- "objectiveCompletionCount": 7,
- "rewards": [
- {
- "templateId": "Token:athenabattlepass_s4_weeklychallenge_token",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS04-Quest_BR_Damage_Pickaxe": {
- "templateId": "Quest:quest_br_damage_pickaxe",
- "challenge_bundle_id": "QS04-QuestBundle_S4_Week_007",
- "objectives": {
- "battlepass_damage_athena_player_pickaxe": 200
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS04-Quest_BR_Interact_Chests_Location_RiskyReels": {
- "templateId": "Quest:quest_br_interact_chests_location_riskyreels",
- "challenge_bundle_id": "QS04-QuestBundle_S4_Week_007",
- "objectives": {
- "battlepass_interact_athena_treasurechest_riskyreels": 7
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS04-Quest_BR_Interact_ForagedItems": {
- "templateId": "Quest:quest_br_interact_forageditems",
- "challenge_bundle_id": "QS04-QuestBundle_S4_Week_007",
- "objectives": {
- "battlepass_interact_athena_forgeditems": 20
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS04-Quest_BR_Score_Goals": {
- "templateId": "Quest:quest_br_score_goals",
- "challenge_bundle_id": "QS04-QuestBundle_S4_Week_007",
- "objectives": {
- "battlepass_athena_score_goals_01": 1,
- "battlepass_athena_score_goals_02": 1,
- "battlepass_athena_score_goals_03": 1,
- "battlepass_athena_score_goals_04": 1,
- "battlepass_athena_score_goals_05": 1,
- "battlepass_athena_score_goals_06": 1,
- "battlepass_athena_score_goals_07": 1
- },
- "objectiveCompletionCount": 5,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS04-Quest_BR_Interact_ScavengerHunt_TreasureMap_04": {
- "templateId": "Quest:quest_br_interact_scavengerhunt_treasuremap_04",
- "challenge_bundle_id": "QS04-QuestBundle_S4_Week_007",
- "objectives": {
- "battlepass_interact_athena_hidden_star_07": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS04-Quest_BR_Eliminate_Weapon_AssaultRifle": {
- "templateId": "Quest:quest_br_eliminate_weapon_assaultrifle",
- "challenge_bundle_id": "QS04-QuestBundle_S4_Week_007",
- "objectives": {
- "battlepass_killingblow_athena_player_assault": 5
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS04-Quest_BR_Eliminate_Location_ShiftyShafts": {
- "templateId": "Quest:quest_br_eliminate_location_shiftyshafts",
- "challenge_bundle_id": "QS04-QuestBundle_S4_Week_007",
- "objectives": {
- "battlepass_killingblow_athena_player_shiftyshafts": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS04-Quest_BR_S4W7_Cumulative_CompleteAll": {
- "templateId": "Quest:quest_br_s4w7_cumulative_completeall",
- "challenge_bundle_id": "QS04-QuestBundle_S4_Week_007",
- "objectives": {
- "battlepass_completed_s4w7_quest1": 1,
- "battlepass_completed_s4w7_quest2": 1,
- "battlepass_completed_s4w7_quest3": 1,
- "battlepass_completed_s4w7_quest4": 1,
- "battlepass_completed_s4w7_quest5": 1,
- "battlepass_completed_s4w7_quest6": 1,
- "battlepass_completed_s4w7_quest7": 1
- },
- "objectiveCompletionCount": 7,
- "rewards": [
- {
- "templateId": "Token:athenabattlepass_s4_weeklychallenge_token",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS04-Quest_BR_Damage_Headshot": {
- "templateId": "Quest:quest_br_damage_headshot",
- "challenge_bundle_id": "QS04-QuestBundle_S4_Week_008",
- "objectives": {
- "battlepass_damage_athena_player_head_shots": 250
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS04-Quest_BR_Interact_Chests_Location_SaltySprings": {
- "templateId": "Quest:quest_br_interact_chests_location_saltysprings",
- "challenge_bundle_id": "QS04-QuestBundle_S4_Week_008",
- "objectives": {
- "battlepass_interact_athena_treasurechest_saltysprings": 7
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS04-Quest_BR_Interact_Chests_SingleMatch": {
- "templateId": "Quest:quest_br_interact_chests_singlematch",
- "challenge_bundle_id": "QS04-QuestBundle_S4_Week_008",
- "objectives": {
- "battlepass_interact_athena_loot_chest_single_match": 7
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 1000
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS04-Quest_BR_Interact_GniceGnomes": {
- "templateId": "Quest:quest_br_interact_gnicegnomes",
- "challenge_bundle_id": "QS04-QuestBundle_S4_Week_008",
- "objectives": {
- "battlepass_interact_athena_gnice_gnome_01": 1,
- "battlepass_interact_athena_gnice_gnome_02": 1,
- "battlepass_interact_athena_gnice_gnome_03": 1,
- "battlepass_interact_athena_gnice_gnome_04": 1,
- "battlepass_interact_athena_gnice_gnome_05": 1,
- "battlepass_interact_athena_gnice_gnome_06": 1,
- "battlepass_interact_athena_gnice_gnome_07": 1,
- "battlepass_interact_athena_gnice_gnome_08": 1,
- "battlepass_interact_athena_gnice_gnome_09": 1,
- "battlepass_interact_athena_gnice_gnome_10": 1,
- "battlepass_interact_athena_gnice_gnome_11": 1,
- "battlepass_interact_athena_gnice_gnome_12": 1,
- "battlepass_interact_athena_gnice_gnome_13": 1,
- "battlepass_interact_athena_gnice_gnome_14": 1,
- "battlepass_interact_athena_gnice_gnome_15": 1,
- "battlepass_interact_athena_gnice_gnome_16": 1,
- "battlepass_interact_athena_gnice_gnome_17": 1,
- "battlepass_interact_athena_gnice_gnome_18": 1,
- "battlepass_interact_athena_gnice_gnome_19": 1,
- "battlepass_interact_athena_gnice_gnome_20": 1
- },
- "objectiveCompletionCount": 7,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS04-Quest_BR_Interact_ScavengerHunt_Triangulate_04": {
- "templateId": "Quest:quest_br_interact_scavengerhunt_triangulate_04",
- "challenge_bundle_id": "QS04-QuestBundle_S4_Week_008",
- "objectives": {
- "battlepass_interact_athena_hidden_star_08": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS04-Quest_BR_Eliminate_SuppressedWeapon": {
- "templateId": "Quest:quest_br_eliminate_suppressedweapon",
- "challenge_bundle_id": "QS04-QuestBundle_S4_Week_008",
- "objectives": {
- "battlepass_killingblow_athena_player_with_suppressed_weapon": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS04-Quest_BR_Eliminate_Location_PleasantPark": {
- "templateId": "Quest:quest_br_eliminate_location_pleasantpark",
- "challenge_bundle_id": "QS04-QuestBundle_S4_Week_008",
- "objectives": {
- "battlepass_killingblow_athena_player_pleasantpark": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS04-Quest_BR_S4W8_Cumulative_CompleteAll": {
- "templateId": "Quest:quest_br_s4w8_cumulative_completeall",
- "challenge_bundle_id": "QS04-QuestBundle_S4_Week_008",
- "objectives": {
- "battlepass_completed_s4w8_quest1": 1,
- "battlepass_completed_s4w8_quest2": 1,
- "battlepass_completed_s4w8_quest3": 1,
- "battlepass_completed_s4w8_quest4": 1,
- "battlepass_completed_s4w8_quest5": 1,
- "battlepass_completed_s4w8_quest6": 1,
- "battlepass_completed_s4w8_quest7": 1
- },
- "objectiveCompletionCount": 7,
- "rewards": [
- {
- "templateId": "Token:athenabattlepass_s4_weeklychallenge_token",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS04-Quest_BR_Damage_ExplosiveWeapon": {
- "templateId": "Quest:quest_br_damage_explosiveweapon",
- "challenge_bundle_id": "QS04-QuestBundle_S4_Week_009",
- "objectives": {
- "battlepass_damage_athena_player_explosives": 500
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS04-Quest_BR_Interact_Chests_Location_MoistyMire": {
- "templateId": "Quest:quest_br_interact_chests_location_moistymire",
- "challenge_bundle_id": "QS04-QuestBundle_S4_Week_009",
- "objectives": {
- "battlepass_interact_athena_treasurechest_moistymire": 7
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS04-Quest_BR_Use_ShoppingCart": {
- "templateId": "Quest:quest_br_use_shoppingcart",
- "challenge_bundle_id": "QS04-QuestBundle_S4_Week_009",
- "objectives": {
- "battlepass_athena_use_shoppingcart": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS04-Quest_BR_Visit_NamedLocations_SingleMatch": {
- "templateId": "Quest:quest_br_visit_namedlocations_singlematch",
- "challenge_bundle_id": "QS04-QuestBundle_S4_Week_009",
- "objectives": {
- "battlepass_visit_athena_location_mountain_summit_01": 1,
- "battlepass_visit_athena_location_mountain_summit_02": 1,
- "battlepass_visit_athena_location_mountain_summit_03": 1,
- "battlepass_visit_athena_location_mountain_summit_04": 1,
- "battlepass_visit_athena_location_mountain_summit_05": 1,
- "battlepass_visit_athena_location_mountain_summit_06": 1,
- "battlepass_visit_athena_location_mountain_summit_07": 1,
- "battlepass_visit_athena_location_mountain_summit_08": 1,
- "battlepass_visit_athena_location_mountain_summit_09": 1,
- "battlepass_visit_athena_location_mountain_summit_10": 1,
- "battlepass_visit_athena_location_mountain_summit_11": 1,
- "battlepass_visit_athena_location_mountain_summit_12": 1,
- "battlepass_visit_athena_location_mountain_summit_13": 1,
- "battlepass_visit_athena_location_mountain_summit_14": 1,
- "battlepass_visit_athena_location_mountain_summit_15": 1,
- "battlepass_visit_athena_location_mountain_summit_16": 1,
- "battlepass_visit_athena_location_mountain_summit_17": 1,
- "battlepass_visit_athena_location_mountain_summit_18": 1,
- "battlepass_visit_athena_location_mountain_summit_19": 1,
- "battlepass_visit_athena_location_mountain_summit_20": 1
- },
- "objectiveCompletionCount": 4,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS04-Quest_BR_Interact_ScavengerHunt_TreasureMap_05": {
- "templateId": "Quest:quest_br_interact_scavengerhunt_treasuremap_05",
- "challenge_bundle_id": "QS04-QuestBundle_S4_Week_009",
- "objectives": {
- "battlepass_interact_athena_hidden_star_09": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS04-Quest_BR_Eliminate_Weapon_Shotgun": {
- "templateId": "Quest:quest_br_eliminate_weapon_shotgun",
- "challenge_bundle_id": "QS04-QuestBundle_S4_Week_009",
- "objectives": {
- "battlepass_killingblow_athena_player_shotgun": 4
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS04-Quest_BR_Eliminate_Location_AnarchyAcres": {
- "templateId": "Quest:quest_br_eliminate_location_anarchyacres",
- "challenge_bundle_id": "QS04-QuestBundle_S4_Week_009",
- "objectives": {
- "battlepass_killingblow_athena_player_anarchyacres": 5
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS04-Quest_BR_S4W9_Cumulative_CompleteAll": {
- "templateId": "Quest:quest_br_s4w9_cumulative_completeall",
- "challenge_bundle_id": "QS04-QuestBundle_S4_Week_009",
- "objectives": {
- "battlepass_completed_s4w9_quest1": 1,
- "battlepass_completed_s4w9_quest2": 1,
- "battlepass_completed_s4w9_quest3": 1,
- "battlepass_completed_s4w9_quest4": 1,
- "battlepass_completed_s4w9_quest5": 1,
- "battlepass_completed_s4w9_quest6": 1,
- "battlepass_completed_s4w9_quest7": 1
- },
- "objectiveCompletionCount": 7,
- "rewards": [
- {
- "templateId": "Token:athenabattlepass_s4_weeklychallenge_token",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS04-Quest_BR_Interact_Chests_Location_JunkJunction": {
- "templateId": "Quest:quest_br_interact_chests_location_junkjunction",
- "challenge_bundle_id": "QS04-QuestBundle_S4_Week_010",
- "objectives": {
- "battlepass_interact_athena_treasurechest_junkjunction": 7
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS04-Quest_BR_Damage_Enemy_Buildings": {
- "templateId": "Quest:quest_br_damage_enemy_buildings",
- "challenge_bundle_id": "QS04-QuestBundle_S4_Week_010",
- "objectives": {
- "battlepass_damage_athena_player_buildings": 5000
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS04-Quest_BR_Interact_ChestAmmoBoxSupplyDrop_SingleMatch": {
- "templateId": "Quest:quest_br_interact_chestammoboxsupplydrop_singlematch",
- "challenge_bundle_id": "QS04-QuestBundle_S4_Week_010",
- "objectives": {
- "battlepass_interact_athena_treasurechest": 1,
- "battlepass_interact_athena_ammobox": 1,
- "battlepass_interact_athena_supplydrop": 1
- },
- "objectiveCompletionCount": 3,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS04-Quest_BR_Skydive_Rings": {
- "templateId": "Quest:quest_br_skydive_rings",
- "challenge_bundle_id": "QS04-QuestBundle_S4_Week_010",
- "objectives": {
- "battlepass_skydive_athena_rings": 10
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS04-Quest_BR_Interact_ScavengerHunt_Triangulate_05": {
- "templateId": "Quest:quest_br_interact_scavengerhunt_triangulate_05",
- "challenge_bundle_id": "QS04-QuestBundle_S4_Week_010",
- "objectives": {
- "battlepass_interact_athena_hidden_star_10": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS04-Quest_BR_Eliminate": {
- "templateId": "Quest:quest_br_eliminate",
- "challenge_bundle_id": "QS04-QuestBundle_S4_Week_010",
- "objectives": {
- "battlepass_killingblow_athena_players": 10
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS04-Quest_BR_Eliminate_Location_FatalFields": {
- "templateId": "Quest:quest_br_eliminate_location_fatalfields",
- "challenge_bundle_id": "QS04-QuestBundle_S4_Week_010",
- "objectives": {
- "battlepass_killingblow_athena_player_fatalfields": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS04-Quest_BR_S4W10_Cumulative_CompleteAll": {
- "templateId": "Quest:quest_br_s4w10_cumulative_completeall",
- "challenge_bundle_id": "QS04-QuestBundle_S4_Week_010",
- "objectives": {
- "battlepass_completed_s4w10_quest1": 1,
- "battlepass_completed_s4w10_quest2": 1,
- "battlepass_completed_s4w10_quest3": 1,
- "battlepass_completed_s4w10_quest4": 1,
- "battlepass_completed_s4w10_quest5": 1,
- "battlepass_completed_s4w10_quest6": 1,
- "battlepass_completed_s4w10_quest7": 1
- },
- "objectiveCompletionCount": 7,
- "rewards": [
- {
- "templateId": "Token:athenabattlepass_s4_weeklychallenge_token",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS04-Quest_BR_LevelUp_SeasonLevel_ProgressiveB_01": {
- "templateId": "Quest:quest_br_levelup_seasonlevel_progressiveb_01",
- "challenge_bundle_id": "QS04-QuestBundle_S4_ProgressiveB",
- "objectives": {
- "athena_season_levelup_progressive_b_01": 25
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:vtid_007_carbideblack_stage1",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS04-Quest_BR_LevelUp_SeasonLevel_ProgressiveB_02": {
- "templateId": "Quest:quest_br_levelup_seasonlevel_progressiveb_02",
- "challenge_bundle_id": "QS04-QuestBundle_S4_ProgressiveB",
- "objectives": {
- "athena_season_levelup_progressive_b_02": 35
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:vtid_008_carbideblack_stage2",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS04-Quest_BR_LevelUp_SeasonLevel_ProgressiveB_03": {
- "templateId": "Quest:quest_br_levelup_seasonlevel_progressiveb_03",
- "challenge_bundle_id": "QS04-QuestBundle_S4_ProgressiveB",
- "objectives": {
- "athena_season_levelup_progressive_b_03": 45
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:vtid_009_carbideblack_stage3",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS04-Quest_BR_LevelUp_SeasonLevel_ProgressiveB_04": {
- "templateId": "Quest:quest_br_levelup_seasonlevel_progressiveb_04",
- "challenge_bundle_id": "QS04-QuestBundle_S4_ProgressiveB",
- "objectives": {
- "athena_season_levelup_progressive_b_04": 55
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:vtid_010_carbideblack_stage4",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS04-Quest_BR_LevelUp_SeasonLevel_ProgressiveB_05": {
- "templateId": "Quest:quest_br_levelup_seasonlevel_progressiveb_05",
- "challenge_bundle_id": "QS04-QuestBundle_S4_ProgressiveB",
- "objectives": {
- "athena_season_levelup_progressive_b_05": 80
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:vtid_011_carbideblack_stage5",
- "quantity": 1
- },
- {
- "templateId": "Token:vtid_016_carbideblack_emissive1",
- "quantity": 1
- },
- {
- "templateId": "Token:vtid_017_carbideblack_emissive2",
- "quantity": 1
- },
- {
- "templateId": "Token:vtid_018_carbideblack_emissive3",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS04-Quest_BR_Outlive": {
- "templateId": "Quest:quest_br_outlive",
- "challenge_bundle_id": "QS04-QuestBundle_S4_Starter",
- "objectives": {
- "battlepass_athena_outlive_players": 1000
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS04-Quest_BR_Play_Min1Friend": {
- "templateId": "Quest:quest_br_play_min1friend",
- "challenge_bundle_id": "QS04-QuestBundle_S4_Starter",
- "objectives": {
- "battlepass_athena_friend": 10
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS04-Quest_BR_Damage": {
- "templateId": "Quest:quest_br_damage",
- "challenge_bundle_id": "QS04-QuestBundle_S4_Starter",
- "objectives": {
- "battlepass_damage_athena_player": 5000
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS04-Quest_BR_Land_Locations_Different": {
- "templateId": "Quest:quest_br_land_locations_different",
- "challenge_bundle_id": "QS04-QuestBundle_S4_Starter",
- "objectives": {
- "battlepass_land_athena_location_anarchyacres": 1,
- "battlepass_land_athena_location_dustydepot": 1,
- "battlepass_land_athena_location_fatalfields": 1,
- "battlepass_land_athena_location_flushfactory": 1,
- "battlepass_land_athena_location_greasygrove": 1,
- "battlepass_land_athena_location_hauntedhills": 1,
- "battlepass_land_athena_location_junkjunction": 1,
- "battlepass_land_athena_location_lonelylodge": 1,
- "battlepass_land_athena_location_lootlake": 1,
- "battlepass_land_athena_location_moistymire": 1,
- "battlepass_land_athena_location_pleasantpark": 1,
- "battlepass_land_athena_location_retailrow": 1,
- "battlepass_land_athena_location_shiftyshafts": 1,
- "battlepass_land_athena_location_saltysprings": 1,
- "battlepass_land_athena_location_snobbyshores": 1,
- "battlepass_land_athena_location_tiltedtowers": 1,
- "battlepass_land_athena_location_tomatotown": 1,
- "battlepass_land_athena_location_wailingwoods": 1
- },
- "objectiveCompletionCount": 10,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS04-Quest_BR_Play": {
- "templateId": "Quest:quest_br_play",
- "challenge_bundle_id": "QS04-QuestBundle_S4_Starter",
- "objectives": {
- "battlepass_athena_play_matches": 50
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS04-Quest_BR_Play_Min1Elimination": {
- "templateId": "Quest:quest_br_play_min1elimination",
- "challenge_bundle_id": "QS04-QuestBundle_S4_Starter",
- "objectives": {
- "battlepass_complete_athena_with_killingblow": 10
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 1000
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS04-Quest_BR_Place_Win": {
- "templateId": "Quest:quest_br_place_win",
- "challenge_bundle_id": "QS04-QuestBundle_S4_Starter",
- "objectives": {
- "battlepass_athena_win_match": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- }
+ "QS04-Quest_BR_S4_Cumulative_CollectTokens_03": {
+ "templateId": "Quest:quest_br_s4_cumulative_collecttokens_03",
+ "challenge_bundle_id": "QS04-QuestBundle_S4_Cumulative",
+ "objectives": {
+ "battlepass_cumulative_token3": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaLoadingScreen:lsid_011_s4cumulative3",
+ "quantity": 1
+ },
+ {
+ "templateId": "FortQuest:quest_br_s4_cumulative_quest3",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS04-Quest_BR_S4_Cumulative_CollectTokens_04": {
+ "templateId": "Quest:quest_br_s4_cumulative_collecttokens_04",
+ "challenge_bundle_id": "QS04-QuestBundle_S4_Cumulative",
+ "objectives": {
+ "battlepass_cumulative_token4": 4
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaLoadingScreen:lsid_012_s4cumulative4",
+ "quantity": 1
+ },
+ {
+ "templateId": "FortQuest:quest_br_s4_cumulative_quest4",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS04-Quest_BR_S4_Cumulative_CollectTokens_05": {
+ "templateId": "Quest:quest_br_s4_cumulative_collecttokens_05",
+ "challenge_bundle_id": "QS04-QuestBundle_S4_Cumulative",
+ "objectives": {
+ "battlepass_cumulative_token5": 5
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaLoadingScreen:lsid_013_s4cumulative5",
+ "quantity": 1
+ },
+ {
+ "templateId": "FortQuest:quest_br_s4_cumulative_quest5",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS04-Quest_BR_S4_Cumulative_CollectTokens_06": {
+ "templateId": "Quest:quest_br_s4_cumulative_collecttokens_06",
+ "challenge_bundle_id": "QS04-QuestBundle_S4_Cumulative",
+ "objectives": {
+ "battlepass_cumulative_token6": 6
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaLoadingScreen:lsid_014_s4cumulative6",
+ "quantity": 1
+ },
+ {
+ "templateId": "FortQuest:quest_br_s4_cumulative_quest6",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS04-Quest_BR_S4_Cumulative_CollectTokens_07": {
+ "templateId": "Quest:quest_br_s4_cumulative_collecttokens_07",
+ "challenge_bundle_id": "QS04-QuestBundle_S4_Cumulative",
+ "objectives": {
+ "battlepass_cumulative_token7": 7
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaLoadingScreen:lsid_015_s4cumulative7",
+ "quantity": 1
+ },
+ {
+ "templateId": "FortQuest:quest_br_s4_cumulative_quest7",
+ "quantity": 1
+ },
+ {
+ "templateId": "FortQuest:quest_br_s4_cumulative_final",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS04-Quest_BR_LevelUp_SeasonLevel_ProgressiveA_01": {
+ "templateId": "Quest:quest_br_levelup_seasonlevel_progressivea_01",
+ "challenge_bundle_id": "QS04-QuestBundle_S4_ProgressiveA",
+ "objectives": {
+ "athena_season_levelup_progressive_a_01": 10
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:vtid_002_carbideblue_stage1",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS04-Quest_BR_LevelUp_SeasonLevel_ProgressiveA_02": {
+ "templateId": "Quest:quest_br_levelup_seasonlevel_progressivea_02",
+ "challenge_bundle_id": "QS04-QuestBundle_S4_ProgressiveA",
+ "objectives": {
+ "athena_season_levelup_progressive_a_02": 20
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:vtid_003_carbideblue_stage2",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS04-Quest_BR_LevelUp_SeasonLevel_ProgressiveA_03": {
+ "templateId": "Quest:quest_br_levelup_seasonlevel_progressivea_03",
+ "challenge_bundle_id": "QS04-QuestBundle_S4_ProgressiveA",
+ "objectives": {
+ "athena_season_levelup_progressive_a_03": 30
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:vtid_004_carbideblue_stage3",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS04-Quest_BR_LevelUp_SeasonLevel_ProgressiveA_04": {
+ "templateId": "Quest:quest_br_levelup_seasonlevel_progressivea_04",
+ "challenge_bundle_id": "QS04-QuestBundle_S4_ProgressiveA",
+ "objectives": {
+ "athena_season_levelup_progressive_a_04": 40
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:vtid_005_carbideblue_stage4",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS04-Quest_BR_LevelUp_SeasonLevel_ProgressiveA_05": {
+ "templateId": "Quest:quest_br_levelup_seasonlevel_progressivea_05",
+ "challenge_bundle_id": "QS04-QuestBundle_S4_ProgressiveA",
+ "objectives": {
+ "athena_season_levelup_progressive_a_05": 65
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:vtid_006_carbideblue_stage5",
+ "quantity": 1
+ },
+ {
+ "templateId": "Token:vtid_012_carbideblue_emissive1",
+ "quantity": 1
+ },
+ {
+ "templateId": "Token:vtid_013_carbideblue_emissive2",
+ "quantity": 1
+ },
+ {
+ "templateId": "Token:vtid_014_carbideblue_emissive3",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS04-Quest_BR_Damage_SniperRifle": {
+ "templateId": "Quest:quest_br_damage_sniperrifle",
+ "challenge_bundle_id": "QS04-QuestBundle_S4_Week_001",
+ "objectives": {
+ "battlepass_damage_athena_player_sniper": 500
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS04-Quest_BR_Interact_Chests_Location_HauntedHills": {
+ "templateId": "Quest:quest_br_interact_chests_location_hauntedhills",
+ "challenge_bundle_id": "QS04-QuestBundle_S4_Week_001",
+ "objectives": {
+ "battlepass_interact_athena_treasurechest_hauntedhills": 7
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS04-Quest_BR_Use_PortaFort": {
+ "templateId": "Quest:quest_br_use_portafort",
+ "challenge_bundle_id": "QS04-QuestBundle_S4_Week_001",
+ "objectives": {
+ "battlepass_interact_athena_portafort": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS04-Quest_BR_Interact_FORTNITE": {
+ "templateId": "Quest:quest_br_interact_fortnite",
+ "challenge_bundle_id": "QS04-QuestBundle_S4_Week_001",
+ "objectives": {
+ "battlepass_interact_athena_fortnite_letters_01": 1,
+ "battlepass_interact_athena_fortnite_letters_02": 1,
+ "battlepass_interact_athena_fortnite_letters_03": 1,
+ "battlepass_interact_athena_fortnite_letters_04": 1,
+ "battlepass_interact_athena_fortnite_letters_05": 1,
+ "battlepass_interact_athena_fortnite_letters_06": 1,
+ "battlepass_interact_athena_fortnite_letters_07": 1,
+ "battlepass_interact_athena_fortnite_letters_08": 1,
+ "battlepass_interact_athena_fortnite_letters_09": 1,
+ "battlepass_interact_athena_fortnite_letters_10": 1,
+ "battlepass_interact_athena_fortnite_letters_11": 1,
+ "battlepass_interact_athena_fortnite_letters_12": 1,
+ "battlepass_interact_athena_fortnite_letters_13": 1,
+ "battlepass_interact_athena_fortnite_letters_14": 1,
+ "battlepass_interact_athena_fortnite_letters_15": 1,
+ "battlepass_interact_athena_fortnite_letters_16": 1,
+ "battlepass_interact_athena_fortnite_letters_17": 1,
+ "battlepass_interact_athena_fortnite_letters_18": 1,
+ "battlepass_interact_athena_fortnite_letters_19": 1,
+ "battlepass_interact_athena_fortnite_letters_20": 1
+ },
+ "objectiveCompletionCount": 8,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS04-Quest_BR_Interact_ScavengerHunt_TreasureMap_01": {
+ "templateId": "Quest:quest_br_interact_scavengerhunt_treasuremap_01",
+ "challenge_bundle_id": "QS04-QuestBundle_S4_Week_001",
+ "objectives": {
+ "battlepass_interact_athena_hidden_star_01": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS04-Quest_BR_Eliminate_Weapon_Pistol": {
+ "templateId": "Quest:quest_br_eliminate_weapon_pistol",
+ "challenge_bundle_id": "QS04-QuestBundle_S4_Week_001",
+ "objectives": {
+ "battlepass_killingblow_athena_player_pistol": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS04-Quest_BR_Eliminate_Location_FlushFactory": {
+ "templateId": "Quest:quest_br_eliminate_location_flushfactory",
+ "challenge_bundle_id": "QS04-QuestBundle_S4_Week_001",
+ "objectives": {
+ "battlepass_killingblow_athena_player_flushfactory": 5
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS04-Quest_BR_S4W1_Cumulative_CompleteAll": {
+ "templateId": "Quest:quest_br_s4w1_cumulative_completeall",
+ "challenge_bundle_id": "QS04-QuestBundle_S4_Week_001",
+ "objectives": {
+ "battlepass_completed_s4w1_quest1": 1,
+ "battlepass_completed_s4w1_quest2": 1,
+ "battlepass_completed_s4w1_quest3": 1,
+ "battlepass_completed_s4w1_quest4": 1,
+ "battlepass_completed_s4w1_quest5": 1,
+ "battlepass_completed_s4w1_quest6": 1,
+ "battlepass_completed_s4w1_quest7": 1
+ },
+ "objectiveCompletionCount": 7,
+ "rewards": [
+ {
+ "templateId": "Token:athenabattlepass_s4_weeklychallenge_token",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS04-Quest_BR_Interact_Chests_Location_GreasyGrove": {
+ "templateId": "Quest:quest_br_interact_chests_location_greasygrove",
+ "challenge_bundle_id": "QS04-QuestBundle_S4_Week_002",
+ "objectives": {
+ "battlepass_interact_athena_treasurechest_greasygrove": 7
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS04-Quest_BR_Interact_GravityStones": {
+ "templateId": "Quest:quest_br_interact_gravitystones",
+ "challenge_bundle_id": "QS04-QuestBundle_S4_Week_002",
+ "objectives": {
+ "battlepass_interact_athena_gravitystones": 7
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS04-Quest_BR_Damage_SuppressedWeapon": {
+ "templateId": "Quest:quest_br_damage_suppressedweapon",
+ "challenge_bundle_id": "QS04-QuestBundle_S4_Week_002",
+ "objectives": {
+ "battlepass_damage_athena_player_suppressed_weapon": 500
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS04-Quest_BR_Dance_ScavengerHunt_Cameras": {
+ "templateId": "Quest:quest_br_dance_scavengerhunt_cameras",
+ "challenge_bundle_id": "QS04-QuestBundle_S4_Week_002",
+ "objectives": {
+ "battlepass_dance_athena_location_cameras_01": 1,
+ "battlepass_dance_athena_location_cameras_02": 1,
+ "battlepass_dance_athena_location_cameras_03": 1,
+ "battlepass_dance_athena_location_cameras_04": 1,
+ "battlepass_dance_athena_location_cameras_05": 1,
+ "battlepass_dance_athena_location_cameras_06": 1,
+ "battlepass_dance_athena_location_cameras_07": 1,
+ "battlepass_dance_athena_location_cameras_08": 1,
+ "battlepass_dance_athena_location_cameras_09": 1,
+ "battlepass_dance_athena_location_cameras_10": 1,
+ "battlepass_dance_athena_location_cameras_11": 1
+ },
+ "objectiveCompletionCount": 7,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS04-Quest_BR_Interact_ScavengerHunt_Triangulate_01": {
+ "templateId": "Quest:quest_br_interact_scavengerhunt_triangulate_01",
+ "challenge_bundle_id": "QS04-QuestBundle_S4_Week_002",
+ "objectives": {
+ "battlepass_interact_athena_hidden_star_02": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS04-Quest_BR_Eliminate_ExplosiveWeapon": {
+ "templateId": "Quest:quest_br_eliminate_explosiveweapon",
+ "challenge_bundle_id": "QS04-QuestBundle_S4_Week_002",
+ "objectives": {
+ "battlepass_killingblow_athena_player_with_explosives": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS04-Quest_BR_Eliminate_Location_TomatoTown": {
+ "templateId": "Quest:quest_br_eliminate_location_tomatotown",
+ "challenge_bundle_id": "QS04-QuestBundle_S4_Week_002",
+ "objectives": {
+ "battlepass_killingblow_athena_player_tomatotown": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS04-Quest_BR_S4W2_Cumulative_CompleteAll": {
+ "templateId": "Quest:quest_br_s4w2_cumulative_completeall",
+ "challenge_bundle_id": "QS04-QuestBundle_S4_Week_002",
+ "objectives": {
+ "battlepass_completed_s4w2_quest1": 1,
+ "battlepass_completed_s4w2_quest2": 1,
+ "battlepass_completed_s4w2_quest3": 1,
+ "battlepass_completed_s4w2_quest4": 1,
+ "battlepass_completed_s4w2_quest5": 1,
+ "battlepass_completed_s4w2_quest6": 1,
+ "battlepass_completed_s4w2_quest7": 1
+ },
+ "objectiveCompletionCount": 7,
+ "rewards": [
+ {
+ "templateId": "Token:athenabattlepass_s4_weeklychallenge_token",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS04-Quest_BR_Revive": {
+ "templateId": "Quest:quest_br_revive",
+ "challenge_bundle_id": "QS04-QuestBundle_S4_Week_003",
+ "objectives": {
+ "battlepass_athena_revive_player": 5
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS04-Quest_BR_Damage_Pistol": {
+ "templateId": "Quest:quest_br_damage_pistol",
+ "challenge_bundle_id": "QS04-QuestBundle_S4_Week_003",
+ "objectives": {
+ "battlepass_damage_athena_player_pistol": 500
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS04-Quest_BR_Interact_Chests_Location_LonelyLodge": {
+ "templateId": "Quest:quest_br_interact_chests_location_lonelylodge",
+ "challenge_bundle_id": "QS04-QuestBundle_S4_Week_003",
+ "objectives": {
+ "battlepass_interact_athena_treasurechest_lonelylodge": 7
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS04-Quest_BR_Interact_RubberDuckies": {
+ "templateId": "Quest:quest_br_interact_rubberduckies",
+ "challenge_bundle_id": "QS04-QuestBundle_S4_Week_003",
+ "objectives": {
+ "battlepass_interact_athena_rubberduckies_01": 1,
+ "battlepass_interact_athena_rubberduckies_02": 1,
+ "battlepass_interact_athena_rubberduckies_03": 1,
+ "battlepass_interact_athena_rubberduckies_04": 1,
+ "battlepass_interact_athena_rubberduckies_05": 1,
+ "battlepass_interact_athena_rubberduckies_06": 1,
+ "battlepass_interact_athena_rubberduckies_07": 1,
+ "battlepass_interact_athena_rubberduckies_08": 1,
+ "battlepass_interact_athena_rubberduckies_09": 1,
+ "battlepass_interact_athena_rubberduckies_10": 1,
+ "battlepass_interact_athena_rubberduckies_11": 1,
+ "battlepass_interact_athena_rubberduckies_12": 1,
+ "battlepass_interact_athena_rubberduckies_13": 1,
+ "battlepass_interact_athena_rubberduckies_14": 1,
+ "battlepass_interact_athena_rubberduckies_15": 1,
+ "battlepass_interact_athena_rubberduckies_16": 1,
+ "battlepass_interact_athena_rubberduckies_17": 1,
+ "battlepass_interact_athena_rubberduckies_18": 1,
+ "battlepass_interact_athena_rubberduckies_19": 1,
+ "battlepass_interact_athena_rubberduckies_20": 1
+ },
+ "objectiveCompletionCount": 10,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS04-Quest_BR_Interact_ScavengerHunt_TreasureMap_02": {
+ "templateId": "Quest:quest_br_interact_scavengerhunt_treasuremap_02",
+ "challenge_bundle_id": "QS04-QuestBundle_S4_Week_003",
+ "objectives": {
+ "battlepass_interact_athena_hidden_star_03": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS04-Quest_BR_Eliminate_Weapon_SniperRifle": {
+ "templateId": "Quest:quest_br_eliminate_weapon_sniperrifle",
+ "challenge_bundle_id": "QS04-QuestBundle_S4_Week_003",
+ "objectives": {
+ "battlepass_killingblow_athena_player_sniper": 2
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS04-Quest_BR_Eliminate_Location_TiltedTowers": {
+ "templateId": "Quest:quest_br_eliminate_location_tiltedtowers",
+ "challenge_bundle_id": "QS04-QuestBundle_S4_Week_003",
+ "objectives": {
+ "battlepass_killingblow_athena_player_tiltedtowers": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS04-Quest_BR_S4W3_Cumulative_CompleteAll": {
+ "templateId": "Quest:quest_br_s4w3_cumulative_completeall",
+ "challenge_bundle_id": "QS04-QuestBundle_S4_Week_003",
+ "objectives": {
+ "battlepass_completed_s4w3_quest1": 1,
+ "battlepass_completed_s4w3_quest2": 1,
+ "battlepass_completed_s4w3_quest3": 1,
+ "battlepass_completed_s4w3_quest4": 1,
+ "battlepass_completed_s4w3_quest5": 1,
+ "battlepass_completed_s4w3_quest6": 1,
+ "battlepass_completed_s4w3_quest7": 1
+ },
+ "objectiveCompletionCount": 7,
+ "rewards": [
+ {
+ "templateId": "Token:athenabattlepass_s4_weeklychallenge_token",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS04-Quest_BR_Damage_AssaultRifle": {
+ "templateId": "Quest:quest_br_damage_assaultrifle",
+ "challenge_bundle_id": "QS04-QuestBundle_S4_Week_004",
+ "objectives": {
+ "battlepass_damage_athena_player_asssult": 1000
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS04-Quest_BR_Interact_Chests_Location_WailingWoods": {
+ "templateId": "Quest:quest_br_interact_chests_location_wailingwoods",
+ "challenge_bundle_id": "QS04-QuestBundle_S4_Week_004",
+ "objectives": {
+ "battlepass_interact_athena_treasurechest_walingwoods": 7
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS04-Quest_BR_Interact_AmmoBoxes_SingleMatch": {
+ "templateId": "Quest:quest_br_interact_ammoboxes_singlematch",
+ "challenge_bundle_id": "QS04-QuestBundle_S4_Week_004",
+ "objectives": {
+ "athena_battlepass_loot_ammobox_singlematch": 7
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS04-Quest_BR_Visit_ScavengerHunt_StormCircles": {
+ "templateId": "Quest:quest_br_visit_scavengerhunt_stormcircles",
+ "challenge_bundle_id": "QS04-QuestBundle_S4_Week_004",
+ "objectives": {
+ "battlepass_findcenter_location_stormcircle": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS04-Quest_BR_Interact_ScavengerHunt_Triangulate_02": {
+ "templateId": "Quest:quest_br_interact_scavengerhunt_triangulate_02",
+ "challenge_bundle_id": "QS04-QuestBundle_S4_Week_004",
+ "objectives": {
+ "battlepass_interact_athena_hidden_star_04": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS04-Quest_BR_Eliminate_Trap": {
+ "templateId": "Quest:quest_br_eliminate_trap",
+ "challenge_bundle_id": "QS04-QuestBundle_S4_Week_004",
+ "objectives": {
+ "battlepass_killingblow_athena_player_with_trap": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS04-Quest_BR_Eliminate_Location_SnobbyShores": {
+ "templateId": "Quest:quest_br_eliminate_location_snobbyshores",
+ "challenge_bundle_id": "QS04-QuestBundle_S4_Week_004",
+ "objectives": {
+ "battlepass_killingblow_athena_player_snobbyshores": 5
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS04-Quest_BR_S4W4_Cumulative_CompleteAll": {
+ "templateId": "Quest:quest_br_s4w4_cumulative_completeall",
+ "challenge_bundle_id": "QS04-QuestBundle_S4_Week_004",
+ "objectives": {
+ "battlepass_completed_s4w4_quest1": 1,
+ "battlepass_completed_s4w4_quest2": 1,
+ "battlepass_completed_s4w4_quest3": 1,
+ "battlepass_completed_s4w4_quest4": 1,
+ "battlepass_completed_s4w4_quest5": 1,
+ "battlepass_completed_s4w4_quest6": 1,
+ "battlepass_completed_s4w4_quest7": 1
+ },
+ "objectiveCompletionCount": 7,
+ "rewards": [
+ {
+ "templateId": "Token:athenabattlepass_s4_weeklychallenge_token",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS04-Quest_BR_Damage_SMG": {
+ "templateId": "Quest:quest_br_damage_smg",
+ "challenge_bundle_id": "QS04-QuestBundle_S4_Week_005",
+ "objectives": {
+ "battlepass_damage_athena_player_smg": 500
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS04-Quest_BR_Interact_Chests_Location_DustyDivot": {
+ "templateId": "Quest:quest_br_interact_chests_location_dustydivot",
+ "challenge_bundle_id": "QS04-QuestBundle_S4_Week_005",
+ "objectives": {
+ "battlepass_interact_athena_treasurechest_dustydivot": 7
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS04-Quest_BR_Use_VendingMachine": {
+ "templateId": "Quest:quest_br_use_vendingmachine",
+ "challenge_bundle_id": "QS04-QuestBundle_S4_Week_005",
+ "objectives": {
+ "battlepass_interact_athena_vendingmachine": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS04-Quest_BR_Dance_ScavengerHunt_Platforms": {
+ "templateId": "Quest:quest_br_dance_scavengerhunt_platforms",
+ "challenge_bundle_id": "QS04-QuestBundle_S4_Week_005",
+ "objectives": {
+ "battlepass_dance_athena_scavengerhunt_platforms": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS04-Quest_BR_Interact_ScavengerHunt_TreasureMap_03": {
+ "templateId": "Quest:quest_br_interact_scavengerhunt_treasuremap_03",
+ "challenge_bundle_id": "QS04-QuestBundle_S4_Week_005",
+ "objectives": {
+ "battlepass_interact_athena_hidden_star_05": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS04-Quest_BR_Eliminate_Weapon_MinigunLMG": {
+ "templateId": "Quest:quest_br_eliminate_weapon_minigunlmg",
+ "challenge_bundle_id": "QS04-QuestBundle_S4_Week_005",
+ "objectives": {
+ "battlepass_killingblow_athena_player_minigunlmg": 2
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS04-Quest_BR_Eliminate_Location_LuckyLanding": {
+ "templateId": "Quest:quest_br_eliminate_location_luckylanding",
+ "challenge_bundle_id": "QS04-QuestBundle_S4_Week_005",
+ "objectives": {
+ "battlepass_killingblow_athena_player_luckylanding": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS04-Quest_BR_S4W5_Cumulative_CompleteAll": {
+ "templateId": "Quest:quest_br_s4w5_cumulative_completeall",
+ "challenge_bundle_id": "QS04-QuestBundle_S4_Week_005",
+ "objectives": {
+ "battlepass_completed_s4w5_quest1": 1,
+ "battlepass_completed_s4w5_quest2": 1,
+ "battlepass_completed_s4w5_quest3": 1,
+ "battlepass_completed_s4w5_quest4": 1,
+ "battlepass_completed_s4w5_quest5": 1,
+ "battlepass_completed_s4w5_quest6": 1,
+ "battlepass_completed_s4w5_quest7": 1
+ },
+ "objectiveCompletionCount": 7,
+ "rewards": [
+ {
+ "templateId": "Token:athenabattlepass_s4_weeklychallenge_token",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS04-Quest_BR_Interact_SupplyDrops": {
+ "templateId": "Quest:quest_br_interact_supplydrops",
+ "challenge_bundle_id": "QS04-QuestBundle_S4_Week_006",
+ "objectives": {
+ "battlepass_interact_athena_supply_drop": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS04-Quest_BR_Damage_Shotgun": {
+ "templateId": "Quest:quest_br_damage_shotgun",
+ "challenge_bundle_id": "QS04-QuestBundle_S4_Week_006",
+ "objectives": {
+ "battlepass_damage_athena_player_shotgun": 1000
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS04-Quest_BR_Interact_Chests_Location_LootLake": {
+ "templateId": "Quest:quest_br_interact_chests_location_lootlake",
+ "challenge_bundle_id": "QS04-QuestBundle_S4_Week_006",
+ "objectives": {
+ "battlepass_interact_athena_treasurechest_lootlake": 7
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS04-Quest_BR_Spray_SpecificTargets": {
+ "templateId": "Quest:quest_br_spray_specifictargets",
+ "challenge_bundle_id": "QS04-QuestBundle_S4_Week_006",
+ "objectives": {
+ "battlepass_spray_athena_heroposters_01": 1,
+ "battlepass_spray_athena_heroposters_02": 1,
+ "battlepass_spray_athena_heroposters_03": 1,
+ "battlepass_spray_athena_heroposters_04": 1,
+ "battlepass_spray_athena_heroposters_05": 1,
+ "battlepass_spray_athena_heroposters_06": 1,
+ "battlepass_spray_athena_heroposters_07": 1,
+ "battlepass_spray_athena_heroposters_08": 1,
+ "battlepass_spray_athena_heroposters_09": 1,
+ "battlepass_spray_athena_heroposters_10": 1,
+ "battlepass_spray_athena_heroposters_11": 1,
+ "battlepass_spray_athena_heroposters_12": 1,
+ "battlepass_spray_athena_heroposters_13": 1,
+ "battlepass_spray_athena_heroposters_14": 1,
+ "battlepass_spray_athena_heroposters_15": 1,
+ "battlepass_spray_athena_heroposters_16": 1
+ },
+ "objectiveCompletionCount": 7,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS04-Quest_BR_Interact_ScavengerHunt_Triangulate_03": {
+ "templateId": "Quest:quest_br_interact_scavengerhunt_triangulate_03",
+ "challenge_bundle_id": "QS04-QuestBundle_S4_Week_006",
+ "objectives": {
+ "battlepass_interact_athena_hidden_star_06": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS04-Quest_BR_Eliminate_Weapon_SMG": {
+ "templateId": "Quest:quest_br_eliminate_weapon_smg",
+ "challenge_bundle_id": "QS04-QuestBundle_S4_Week_006",
+ "objectives": {
+ "battlepass_killingblow_athena_player_smg": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS04-Quest_BR_Eliminate_Location_RetailRow": {
+ "templateId": "Quest:quest_br_eliminate_location_retailrow",
+ "challenge_bundle_id": "QS04-QuestBundle_S4_Week_006",
+ "objectives": {
+ "battlepass_killingblow_athena_player_retailrow": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS04-Quest_BR_S4W6_Cumulative_CompleteAll": {
+ "templateId": "Quest:quest_br_s4w6_cumulative_completeall",
+ "challenge_bundle_id": "QS04-QuestBundle_S4_Week_006",
+ "objectives": {
+ "battlepass_completed_s4w6_quest1": 1,
+ "battlepass_completed_s4w6_quest2": 1,
+ "battlepass_completed_s4w6_quest3": 1,
+ "battlepass_completed_s4w6_quest4": 1,
+ "battlepass_completed_s4w6_quest5": 1,
+ "battlepass_completed_s4w6_quest6": 1,
+ "battlepass_completed_s4w6_quest7": 1
+ },
+ "objectiveCompletionCount": 7,
+ "rewards": [
+ {
+ "templateId": "Token:athenabattlepass_s4_weeklychallenge_token",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS04-Quest_BR_Damage_Pickaxe": {
+ "templateId": "Quest:quest_br_damage_pickaxe",
+ "challenge_bundle_id": "QS04-QuestBundle_S4_Week_007",
+ "objectives": {
+ "battlepass_damage_athena_player_pickaxe": 200
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS04-Quest_BR_Interact_Chests_Location_RiskyReels": {
+ "templateId": "Quest:quest_br_interact_chests_location_riskyreels",
+ "challenge_bundle_id": "QS04-QuestBundle_S4_Week_007",
+ "objectives": {
+ "battlepass_interact_athena_treasurechest_riskyreels": 7
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS04-Quest_BR_Interact_ForagedItems": {
+ "templateId": "Quest:quest_br_interact_forageditems",
+ "challenge_bundle_id": "QS04-QuestBundle_S4_Week_007",
+ "objectives": {
+ "battlepass_interact_athena_forgeditems": 20
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS04-Quest_BR_Score_Goals": {
+ "templateId": "Quest:quest_br_score_goals",
+ "challenge_bundle_id": "QS04-QuestBundle_S4_Week_007",
+ "objectives": {
+ "battlepass_athena_score_goals_01": 1,
+ "battlepass_athena_score_goals_02": 1,
+ "battlepass_athena_score_goals_03": 1,
+ "battlepass_athena_score_goals_04": 1,
+ "battlepass_athena_score_goals_05": 1,
+ "battlepass_athena_score_goals_06": 1,
+ "battlepass_athena_score_goals_07": 1
+ },
+ "objectiveCompletionCount": 5,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS04-Quest_BR_Interact_ScavengerHunt_TreasureMap_04": {
+ "templateId": "Quest:quest_br_interact_scavengerhunt_treasuremap_04",
+ "challenge_bundle_id": "QS04-QuestBundle_S4_Week_007",
+ "objectives": {
+ "battlepass_interact_athena_hidden_star_07": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS04-Quest_BR_Eliminate_Weapon_AssaultRifle": {
+ "templateId": "Quest:quest_br_eliminate_weapon_assaultrifle",
+ "challenge_bundle_id": "QS04-QuestBundle_S4_Week_007",
+ "objectives": {
+ "battlepass_killingblow_athena_player_assault": 5
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS04-Quest_BR_Eliminate_Location_ShiftyShafts": {
+ "templateId": "Quest:quest_br_eliminate_location_shiftyshafts",
+ "challenge_bundle_id": "QS04-QuestBundle_S4_Week_007",
+ "objectives": {
+ "battlepass_killingblow_athena_player_shiftyshafts": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS04-Quest_BR_S4W7_Cumulative_CompleteAll": {
+ "templateId": "Quest:quest_br_s4w7_cumulative_completeall",
+ "challenge_bundle_id": "QS04-QuestBundle_S4_Week_007",
+ "objectives": {
+ "battlepass_completed_s4w7_quest1": 1,
+ "battlepass_completed_s4w7_quest2": 1,
+ "battlepass_completed_s4w7_quest3": 1,
+ "battlepass_completed_s4w7_quest4": 1,
+ "battlepass_completed_s4w7_quest5": 1,
+ "battlepass_completed_s4w7_quest6": 1,
+ "battlepass_completed_s4w7_quest7": 1
+ },
+ "objectiveCompletionCount": 7,
+ "rewards": [
+ {
+ "templateId": "Token:athenabattlepass_s4_weeklychallenge_token",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS04-Quest_BR_Damage_Headshot": {
+ "templateId": "Quest:quest_br_damage_headshot",
+ "challenge_bundle_id": "QS04-QuestBundle_S4_Week_008",
+ "objectives": {
+ "battlepass_damage_athena_player_head_shots": 250
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS04-Quest_BR_Interact_Chests_Location_SaltySprings": {
+ "templateId": "Quest:quest_br_interact_chests_location_saltysprings",
+ "challenge_bundle_id": "QS04-QuestBundle_S4_Week_008",
+ "objectives": {
+ "battlepass_interact_athena_treasurechest_saltysprings": 7
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS04-Quest_BR_Interact_Chests_SingleMatch": {
+ "templateId": "Quest:quest_br_interact_chests_singlematch",
+ "challenge_bundle_id": "QS04-QuestBundle_S4_Week_008",
+ "objectives": {
+ "battlepass_interact_athena_loot_chest_single_match": 7
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 1000
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS04-Quest_BR_Interact_GniceGnomes": {
+ "templateId": "Quest:quest_br_interact_gnicegnomes",
+ "challenge_bundle_id": "QS04-QuestBundle_S4_Week_008",
+ "objectives": {
+ "battlepass_interact_athena_gnice_gnome_01": 1,
+ "battlepass_interact_athena_gnice_gnome_02": 1,
+ "battlepass_interact_athena_gnice_gnome_03": 1,
+ "battlepass_interact_athena_gnice_gnome_04": 1,
+ "battlepass_interact_athena_gnice_gnome_05": 1,
+ "battlepass_interact_athena_gnice_gnome_06": 1,
+ "battlepass_interact_athena_gnice_gnome_07": 1,
+ "battlepass_interact_athena_gnice_gnome_08": 1,
+ "battlepass_interact_athena_gnice_gnome_09": 1,
+ "battlepass_interact_athena_gnice_gnome_10": 1,
+ "battlepass_interact_athena_gnice_gnome_11": 1,
+ "battlepass_interact_athena_gnice_gnome_12": 1,
+ "battlepass_interact_athena_gnice_gnome_13": 1,
+ "battlepass_interact_athena_gnice_gnome_14": 1,
+ "battlepass_interact_athena_gnice_gnome_15": 1,
+ "battlepass_interact_athena_gnice_gnome_16": 1,
+ "battlepass_interact_athena_gnice_gnome_17": 1,
+ "battlepass_interact_athena_gnice_gnome_18": 1,
+ "battlepass_interact_athena_gnice_gnome_19": 1,
+ "battlepass_interact_athena_gnice_gnome_20": 1
+ },
+ "objectiveCompletionCount": 7,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS04-Quest_BR_Interact_ScavengerHunt_Triangulate_04": {
+ "templateId": "Quest:quest_br_interact_scavengerhunt_triangulate_04",
+ "challenge_bundle_id": "QS04-QuestBundle_S4_Week_008",
+ "objectives": {
+ "battlepass_interact_athena_hidden_star_08": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS04-Quest_BR_Eliminate_SuppressedWeapon": {
+ "templateId": "Quest:quest_br_eliminate_suppressedweapon",
+ "challenge_bundle_id": "QS04-QuestBundle_S4_Week_008",
+ "objectives": {
+ "battlepass_killingblow_athena_player_with_suppressed_weapon": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS04-Quest_BR_Eliminate_Location_PleasantPark": {
+ "templateId": "Quest:quest_br_eliminate_location_pleasantpark",
+ "challenge_bundle_id": "QS04-QuestBundle_S4_Week_008",
+ "objectives": {
+ "battlepass_killingblow_athena_player_pleasantpark": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS04-Quest_BR_S4W8_Cumulative_CompleteAll": {
+ "templateId": "Quest:quest_br_s4w8_cumulative_completeall",
+ "challenge_bundle_id": "QS04-QuestBundle_S4_Week_008",
+ "objectives": {
+ "battlepass_completed_s4w8_quest1": 1,
+ "battlepass_completed_s4w8_quest2": 1,
+ "battlepass_completed_s4w8_quest3": 1,
+ "battlepass_completed_s4w8_quest4": 1,
+ "battlepass_completed_s4w8_quest5": 1,
+ "battlepass_completed_s4w8_quest6": 1,
+ "battlepass_completed_s4w8_quest7": 1
+ },
+ "objectiveCompletionCount": 7,
+ "rewards": [
+ {
+ "templateId": "Token:athenabattlepass_s4_weeklychallenge_token",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS04-Quest_BR_Damage_ExplosiveWeapon": {
+ "templateId": "Quest:quest_br_damage_explosiveweapon",
+ "challenge_bundle_id": "QS04-QuestBundle_S4_Week_009",
+ "objectives": {
+ "battlepass_damage_athena_player_explosives": 500
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS04-Quest_BR_Interact_Chests_Location_MoistyMire": {
+ "templateId": "Quest:quest_br_interact_chests_location_moistymire",
+ "challenge_bundle_id": "QS04-QuestBundle_S4_Week_009",
+ "objectives": {
+ "battlepass_interact_athena_treasurechest_moistymire": 7
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS04-Quest_BR_Use_ShoppingCart": {
+ "templateId": "Quest:quest_br_use_shoppingcart",
+ "challenge_bundle_id": "QS04-QuestBundle_S4_Week_009",
+ "objectives": {
+ "battlepass_athena_use_shoppingcart": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS04-Quest_BR_Visit_NamedLocations_SingleMatch": {
+ "templateId": "Quest:quest_br_visit_namedlocations_singlematch",
+ "challenge_bundle_id": "QS04-QuestBundle_S4_Week_009",
+ "objectives": {
+ "battlepass_visit_athena_location_mountain_summit_01": 1,
+ "battlepass_visit_athena_location_mountain_summit_02": 1,
+ "battlepass_visit_athena_location_mountain_summit_03": 1,
+ "battlepass_visit_athena_location_mountain_summit_04": 1,
+ "battlepass_visit_athena_location_mountain_summit_05": 1,
+ "battlepass_visit_athena_location_mountain_summit_06": 1,
+ "battlepass_visit_athena_location_mountain_summit_07": 1,
+ "battlepass_visit_athena_location_mountain_summit_08": 1,
+ "battlepass_visit_athena_location_mountain_summit_09": 1,
+ "battlepass_visit_athena_location_mountain_summit_10": 1,
+ "battlepass_visit_athena_location_mountain_summit_11": 1,
+ "battlepass_visit_athena_location_mountain_summit_12": 1,
+ "battlepass_visit_athena_location_mountain_summit_13": 1,
+ "battlepass_visit_athena_location_mountain_summit_14": 1,
+ "battlepass_visit_athena_location_mountain_summit_15": 1,
+ "battlepass_visit_athena_location_mountain_summit_16": 1,
+ "battlepass_visit_athena_location_mountain_summit_17": 1,
+ "battlepass_visit_athena_location_mountain_summit_18": 1,
+ "battlepass_visit_athena_location_mountain_summit_19": 1,
+ "battlepass_visit_athena_location_mountain_summit_20": 1
+ },
+ "objectiveCompletionCount": 4,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS04-Quest_BR_Interact_ScavengerHunt_TreasureMap_05": {
+ "templateId": "Quest:quest_br_interact_scavengerhunt_treasuremap_05",
+ "challenge_bundle_id": "QS04-QuestBundle_S4_Week_009",
+ "objectives": {
+ "battlepass_interact_athena_hidden_star_09": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS04-Quest_BR_Eliminate_Weapon_Shotgun": {
+ "templateId": "Quest:quest_br_eliminate_weapon_shotgun",
+ "challenge_bundle_id": "QS04-QuestBundle_S4_Week_009",
+ "objectives": {
+ "battlepass_killingblow_athena_player_shotgun": 4
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS04-Quest_BR_Eliminate_Location_AnarchyAcres": {
+ "templateId": "Quest:quest_br_eliminate_location_anarchyacres",
+ "challenge_bundle_id": "QS04-QuestBundle_S4_Week_009",
+ "objectives": {
+ "battlepass_killingblow_athena_player_anarchyacres": 5
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS04-Quest_BR_S4W9_Cumulative_CompleteAll": {
+ "templateId": "Quest:quest_br_s4w9_cumulative_completeall",
+ "challenge_bundle_id": "QS04-QuestBundle_S4_Week_009",
+ "objectives": {
+ "battlepass_completed_s4w9_quest1": 1,
+ "battlepass_completed_s4w9_quest2": 1,
+ "battlepass_completed_s4w9_quest3": 1,
+ "battlepass_completed_s4w9_quest4": 1,
+ "battlepass_completed_s4w9_quest5": 1,
+ "battlepass_completed_s4w9_quest6": 1,
+ "battlepass_completed_s4w9_quest7": 1
+ },
+ "objectiveCompletionCount": 7,
+ "rewards": [
+ {
+ "templateId": "Token:athenabattlepass_s4_weeklychallenge_token",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS04-Quest_BR_Interact_Chests_Location_JunkJunction": {
+ "templateId": "Quest:quest_br_interact_chests_location_junkjunction",
+ "challenge_bundle_id": "QS04-QuestBundle_S4_Week_010",
+ "objectives": {
+ "battlepass_interact_athena_treasurechest_junkjunction": 7
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS04-Quest_BR_Damage_Enemy_Buildings": {
+ "templateId": "Quest:quest_br_damage_enemy_buildings",
+ "challenge_bundle_id": "QS04-QuestBundle_S4_Week_010",
+ "objectives": {
+ "battlepass_damage_athena_player_buildings": 5000
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS04-Quest_BR_Interact_ChestAmmoBoxSupplyDrop_SingleMatch": {
+ "templateId": "Quest:quest_br_interact_chestammoboxsupplydrop_singlematch",
+ "challenge_bundle_id": "QS04-QuestBundle_S4_Week_010",
+ "objectives": {
+ "battlepass_interact_athena_treasurechest": 1,
+ "battlepass_interact_athena_ammobox": 1,
+ "battlepass_interact_athena_supplydrop": 1
+ },
+ "objectiveCompletionCount": 3,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS04-Quest_BR_Skydive_Rings": {
+ "templateId": "Quest:quest_br_skydive_rings",
+ "challenge_bundle_id": "QS04-QuestBundle_S4_Week_010",
+ "objectives": {
+ "battlepass_skydive_athena_rings": 10
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS04-Quest_BR_Interact_ScavengerHunt_Triangulate_05": {
+ "templateId": "Quest:quest_br_interact_scavengerhunt_triangulate_05",
+ "challenge_bundle_id": "QS04-QuestBundle_S4_Week_010",
+ "objectives": {
+ "battlepass_interact_athena_hidden_star_10": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS04-Quest_BR_Eliminate": {
+ "templateId": "Quest:quest_br_eliminate",
+ "challenge_bundle_id": "QS04-QuestBundle_S4_Week_010",
+ "objectives": {
+ "battlepass_killingblow_athena_players": 10
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS04-Quest_BR_Eliminate_Location_FatalFields": {
+ "templateId": "Quest:quest_br_eliminate_location_fatalfields",
+ "challenge_bundle_id": "QS04-QuestBundle_S4_Week_010",
+ "objectives": {
+ "battlepass_killingblow_athena_player_fatalfields": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS04-Quest_BR_S4W10_Cumulative_CompleteAll": {
+ "templateId": "Quest:quest_br_s4w10_cumulative_completeall",
+ "challenge_bundle_id": "QS04-QuestBundle_S4_Week_010",
+ "objectives": {
+ "battlepass_completed_s4w10_quest1": 1,
+ "battlepass_completed_s4w10_quest2": 1,
+ "battlepass_completed_s4w10_quest3": 1,
+ "battlepass_completed_s4w10_quest4": 1,
+ "battlepass_completed_s4w10_quest5": 1,
+ "battlepass_completed_s4w10_quest6": 1,
+ "battlepass_completed_s4w10_quest7": 1
+ },
+ "objectiveCompletionCount": 7,
+ "rewards": [
+ {
+ "templateId": "Token:athenabattlepass_s4_weeklychallenge_token",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS04-Quest_BR_LevelUp_SeasonLevel_ProgressiveB_01": {
+ "templateId": "Quest:quest_br_levelup_seasonlevel_progressiveb_01",
+ "challenge_bundle_id": "QS04-QuestBundle_S4_ProgressiveB",
+ "objectives": {
+ "athena_season_levelup_progressive_b_01": 25
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:vtid_007_carbideblack_stage1",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS04-Quest_BR_LevelUp_SeasonLevel_ProgressiveB_02": {
+ "templateId": "Quest:quest_br_levelup_seasonlevel_progressiveb_02",
+ "challenge_bundle_id": "QS04-QuestBundle_S4_ProgressiveB",
+ "objectives": {
+ "athena_season_levelup_progressive_b_02": 35
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:vtid_008_carbideblack_stage2",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS04-Quest_BR_LevelUp_SeasonLevel_ProgressiveB_03": {
+ "templateId": "Quest:quest_br_levelup_seasonlevel_progressiveb_03",
+ "challenge_bundle_id": "QS04-QuestBundle_S4_ProgressiveB",
+ "objectives": {
+ "athena_season_levelup_progressive_b_03": 45
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:vtid_009_carbideblack_stage3",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS04-Quest_BR_LevelUp_SeasonLevel_ProgressiveB_04": {
+ "templateId": "Quest:quest_br_levelup_seasonlevel_progressiveb_04",
+ "challenge_bundle_id": "QS04-QuestBundle_S4_ProgressiveB",
+ "objectives": {
+ "athena_season_levelup_progressive_b_04": 55
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:vtid_010_carbideblack_stage4",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS04-Quest_BR_LevelUp_SeasonLevel_ProgressiveB_05": {
+ "templateId": "Quest:quest_br_levelup_seasonlevel_progressiveb_05",
+ "challenge_bundle_id": "QS04-QuestBundle_S4_ProgressiveB",
+ "objectives": {
+ "athena_season_levelup_progressive_b_05": 80
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:vtid_011_carbideblack_stage5",
+ "quantity": 1
+ },
+ {
+ "templateId": "Token:vtid_016_carbideblack_emissive1",
+ "quantity": 1
+ },
+ {
+ "templateId": "Token:vtid_017_carbideblack_emissive2",
+ "quantity": 1
+ },
+ {
+ "templateId": "Token:vtid_018_carbideblack_emissive3",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS04-Quest_BR_Outlive": {
+ "templateId": "Quest:quest_br_outlive",
+ "challenge_bundle_id": "QS04-QuestBundle_S4_Starter",
+ "objectives": {
+ "battlepass_athena_outlive_players": 1000
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS04-Quest_BR_Play_Min1Friend": {
+ "templateId": "Quest:quest_br_play_min1friend",
+ "challenge_bundle_id": "QS04-QuestBundle_S4_Starter",
+ "objectives": {
+ "battlepass_athena_friend": 10
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS04-Quest_BR_Damage": {
+ "templateId": "Quest:quest_br_damage",
+ "challenge_bundle_id": "QS04-QuestBundle_S4_Starter",
+ "objectives": {
+ "battlepass_damage_athena_player": 5000
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS04-Quest_BR_Land_Locations_Different": {
+ "templateId": "Quest:quest_br_land_locations_different",
+ "challenge_bundle_id": "QS04-QuestBundle_S4_Starter",
+ "objectives": {
+ "battlepass_land_athena_location_anarchyacres": 1,
+ "battlepass_land_athena_location_dustydepot": 1,
+ "battlepass_land_athena_location_fatalfields": 1,
+ "battlepass_land_athena_location_flushfactory": 1,
+ "battlepass_land_athena_location_greasygrove": 1,
+ "battlepass_land_athena_location_hauntedhills": 1,
+ "battlepass_land_athena_location_junkjunction": 1,
+ "battlepass_land_athena_location_lonelylodge": 1,
+ "battlepass_land_athena_location_lootlake": 1,
+ "battlepass_land_athena_location_moistymire": 1,
+ "battlepass_land_athena_location_pleasantpark": 1,
+ "battlepass_land_athena_location_retailrow": 1,
+ "battlepass_land_athena_location_shiftyshafts": 1,
+ "battlepass_land_athena_location_saltysprings": 1,
+ "battlepass_land_athena_location_snobbyshores": 1,
+ "battlepass_land_athena_location_tiltedtowers": 1,
+ "battlepass_land_athena_location_tomatotown": 1,
+ "battlepass_land_athena_location_wailingwoods": 1
+ },
+ "objectiveCompletionCount": 10,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS04-Quest_BR_Play": {
+ "templateId": "Quest:quest_br_play",
+ "challenge_bundle_id": "QS04-QuestBundle_S4_Starter",
+ "objectives": {
+ "battlepass_athena_play_matches": 50
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS04-Quest_BR_Play_Min1Elimination": {
+ "templateId": "Quest:quest_br_play_min1elimination",
+ "challenge_bundle_id": "QS04-QuestBundle_S4_Starter",
+ "objectives": {
+ "battlepass_complete_athena_with_killingblow": 10
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 1000
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS04-Quest_BR_Place_Win": {
+ "templateId": "Quest:quest_br_place_win",
+ "challenge_bundle_id": "QS04-QuestBundle_S4_Starter",
+ "objectives": {
+ "battlepass_athena_win_match": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ }
+ }
+ },
+ "Season05": {
+ "ChallengeBundleSchedules": {
+ "QS05-Schedule_LTM_Heist": {
+ "templateId": "ChallengeBundleSchedule:schedule_ltm_heist",
+ "granted_bundles": [
+ "QS05-QuestBundle_LTM_Heist"
+ ]
+ },
+ "QS05-Season5_Free_Schedule": {
+ "templateId": "ChallengeBundleSchedule:season5_free_schedule",
+ "granted_bundles": [
+ "QS05-QuestBundle_S5_Week_001",
+ "QS05-QuestBundle_S5_Week_002",
+ "QS05-QuestBundle_S5_Week_003",
+ "QS05-QuestBundle_S5_Week_004",
+ "QS05-QuestBundle_S5_Week_005",
+ "QS05-QuestBundle_S5_Week_006",
+ "QS05-QuestBundle_S5_Week_007",
+ "QS05-QuestBundle_S5_Week_008",
+ "QS05-QuestBundle_S5_Week_009",
+ "QS05-QuestBundle_S5_Week_010"
+ ]
+ },
+ "QS05-Season5_Paid_Schedule": {
+ "templateId": "ChallengeBundleSchedule:season5_paid_schedule",
+ "granted_bundles": [
+ "QS05-QuestBundle_S5_Cumulative"
+ ]
+ },
+ "QS05-Season5_ProgressiveA_Schedule": {
+ "templateId": "ChallengeBundleSchedule:season5_progressivea_schedule",
+ "granted_bundles": [
+ "QS05-QuestBundle_S5_ProgressiveA"
+ ]
+ },
+ "QS05-Season5_ProgressiveB_Schedule": {
+ "templateId": "ChallengeBundleSchedule:season5_progressiveb_schedule",
+ "granted_bundles": [
+ "QS05-QuestBundle_S5_ProgressiveB"
+ ]
+ },
+ "QS05-Schedule_Birthday2018_BR": {
+ "templateId": "ChallengeBundleSchedule:schedule_birthday2018_br",
+ "granted_bundles": [
+ "QS05-QuestBundle_Birthday2018_BR"
+ ]
}
},
- "Season05": {
- "ChallengeBundleSchedules": {
- "QS05-Schedule_LTM_Heist": {
- "templateId": "ChallengeBundleSchedule:schedule_ltm_heist",
- "granted_bundles": [
- "QS05-QuestBundle_LTM_Heist"
- ]
- },
- "QS05-Season5_Free_Schedule": {
- "templateId": "ChallengeBundleSchedule:season5_free_schedule",
- "granted_bundles": [
- "QS05-QuestBundle_S5_Week_001",
- "QS05-QuestBundle_S5_Week_002",
- "QS05-QuestBundle_S5_Week_003",
- "QS05-QuestBundle_S5_Week_004",
- "QS05-QuestBundle_S5_Week_005",
- "QS05-QuestBundle_S5_Week_006",
- "QS05-QuestBundle_S5_Week_007",
- "QS05-QuestBundle_S5_Week_008",
- "QS05-QuestBundle_S5_Week_009",
- "QS05-QuestBundle_S5_Week_010"
- ]
- },
- "QS05-Season5_Paid_Schedule": {
- "templateId": "ChallengeBundleSchedule:season5_paid_schedule",
- "granted_bundles": [
- "QS05-QuestBundle_S5_Cumulative"
- ]
- },
- "QS05-Season5_ProgressiveA_Schedule": {
- "templateId": "ChallengeBundleSchedule:season5_progressivea_schedule",
- "granted_bundles": [
- "QS05-QuestBundle_S5_ProgressiveA"
- ]
- },
- "QS05-Season5_ProgressiveB_Schedule": {
- "templateId": "ChallengeBundleSchedule:season5_progressiveb_schedule",
- "granted_bundles": [
- "QS05-QuestBundle_S5_ProgressiveB"
- ]
- },
- "QS05-Schedule_Birthday2018_BR": {
- "templateId": "ChallengeBundleSchedule:schedule_birthday2018_br",
- "granted_bundles": [
- "QS05-QuestBundle_Birthday2018_BR"
- ]
- }
- },
- "ChallengeBundles": {
- "QS05-QuestBundle_LTM_Heist": {
- "templateId": "ChallengeBundle:questbundle_ltm_heist",
- "challenge_bundle_schedule_id": "QS05-Schedule_LTM_Heist",
- "grantedquestinstanceids": [
- "QS05-Quest_BR_Heist_Play_Matches",
- "QS05-Quest_BR_Heist_Damage_DiamondCarriers",
- "QS05-Quest_BR_Heist_PickupDiamond_DifferentMatches"
- ],
- "completionRewards": {
- "-1": [
- {
- "templateId": "AthenaPickaxe:pickaxe_id_092_bling",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ]
- }
- },
- "QS05-QuestBundle_S5_Week_001": {
- "templateId": "ChallengeBundle:questbundle_s5_week_001",
- "challenge_bundle_schedule_id": "QS05-Season5_Free_Schedule",
- "grantedquestinstanceids": [
- "QS05-Quest_BR_Damage_SMG",
- "QS05-Quest_BR_Interact_SupplyLlamas",
- "QS05-Quest_BR_Eliminate_ThrownWeapon",
- "QS05-Quest_BR_Interact_Chests_Location_SnobbyShores",
- "QS05-Quest_BR_Interact_Floating_Object",
- "QS05-Quest_BR_Interact_ScavengerHunt_TreasureMap_01",
- "QS05-Quest_BR_Eliminate_Location_RetailRow"
- ],
- "completionRewards": {
- "1": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "2": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "3": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "4": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 5000,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_challengecomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "5": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "6": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "-1": [
- {
- "templateId": "Token:athenabattlepass_weeklybundle_token",
- "quantity": 1,
- "giftBoxToUse": {}
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ]
- }
- },
- "QS05-QuestBundle_S5_Week_002": {
- "templateId": "ChallengeBundle:questbundle_s5_week_002",
- "challenge_bundle_schedule_id": "QS05-Season5_Free_Schedule",
- "grantedquestinstanceids": [
- "QS05-Quest_BR_Damage_AssaultRifle",
- "QS05-Quest_BR_Interact_AmmoBoxes_SingleMatch",
- "QS05-Quest_BR_Eliminate_Location_ParadisePalms",
- "QS05-Quest_BR_Score_Baskets",
- "QS05-Quest_BR_Interact_Chests_Location_LootLake",
- "QS05-Quest_BR_Interact_ScavengerHunt_Triangulate_01",
- "QS05-Quest_BR_Eliminate_Weapon_SniperRifle"
- ],
- "completionRewards": {
- "1": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "2": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "3": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "4": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 5000,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_challengecomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "5": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "6": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "-1": [
- {
- "templateId": "Token:athenabattlepass_weeklybundle_token",
- "quantity": 1,
- "giftBoxToUse": {}
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ]
- }
- },
- "QS05-QuestBundle_S5_Week_003": {
- "templateId": "ChallengeBundle:questbundle_s5_week_003",
- "challenge_bundle_schedule_id": "QS05-Season5_Free_Schedule",
- "grantedquestinstanceids": [
- "QS05-Quest_BR_Damage_SingleMatch",
- "QS05-Quest_BR_Use_Launchpad",
- "QS05-Quest_BR_Interact_ScavengerHunt_TreasureMap_02",
- "QS05-Quest_BR_Interact_Chests_Location_FatalFields",
- "QS05-Quest_BR_Destroy_SpecificTargets",
- "QS05-Quest_BR_Eliminate_Location_HauntedHills",
- "QS05-Quest_BR_Eliminate_ExplosiveWeapon"
- ],
- "completionRewards": {
- "1": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "2": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "3": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "4": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 5000,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_challengecomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "5": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "6": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "-1": [
- {
- "templateId": "Token:athenabattlepass_weeklybundle_token",
- "quantity": 1,
- "giftBoxToUse": {}
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ]
- }
- },
- "QS05-QuestBundle_S5_Week_004": {
- "templateId": "ChallengeBundle:questbundle_s5_week_004",
- "challenge_bundle_schedule_id": "QS05-Season5_Free_Schedule",
- "grantedquestinstanceids": [
- "QS05-Quest_BR_Build_Structures",
- "QS05-Quest_BR_Touch_FlamingRings_Vehicle",
- "QS05-Quest_BR_Eliminate_Location_DustyDivot",
- "QS05-Quest_BR_Damage_SniperRifle",
- "QS05-Quest_BR_Interact_Chests_Location_FlushFactory",
- "QS05-Quest_BR_Interact_ScavengerHunt_Triangulate_02",
- "QS05-Quest_BR_Eliminate_Weapon_Pistol"
- ],
- "completionRewards": {
- "1": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "2": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "3": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "4": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 5000,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_challengecomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "5": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "6": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "-1": [
- {
- "templateId": "Token:athenabattlepass_weeklybundle_token",
- "quantity": 1,
- "giftBoxToUse": {}
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ]
- }
- },
- "QS05-QuestBundle_S5_Week_005": {
- "templateId": "ChallengeBundle:questbundle_s5_week_005",
- "challenge_bundle_schedule_id": "QS05-Season5_Free_Schedule",
- "grantedquestinstanceids": [
- "QS05-Quest_BR_Interact_Chests_Location_JunkJunction",
- "QS05-Quest_BR_Use_RiftPortals",
- "QS05-Quest_BR_Eliminate_SingleMatch",
- "QS05-Quest_BR_Damage_ThrownWeapons",
- "QS05-Quest_BR_Score_TeeToGreen",
- "QS05-Quest_BR_Interact_ScavengerHunt_TreasureMap_03",
- "QS05-Quest_BR_Eliminate_Location_ShiftyShafts"
- ],
- "completionRewards": {
- "1": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "2": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "3": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "4": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 5000,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_challengecomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "5": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "6": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "-1": [
- {
- "templateId": "Token:athenabattlepass_weeklybundle_token",
- "quantity": 1,
- "giftBoxToUse": {}
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ]
- }
- },
- "QS05-QuestBundle_S5_Week_006": {
- "templateId": "ChallengeBundle:questbundle_s5_week_006",
- "challenge_bundle_schedule_id": "QS05-Season5_Free_Schedule",
- "grantedquestinstanceids": [
- "QS05-Quest_BR_Damage_Headshot",
- "QS05-Quest_BR_Collect_BuildingResources",
- "QS05-Quest_BR_Interact_ScavengerHunt_Triangulate_03",
- "QS05-Quest_BR_Interact_Chests_Location_LonelyLodge",
- "QS05-Quest_BR_Timed_Trials",
- "QS05-Quest_BR_Eliminate_Weapon_MinigunLMG",
- "QS05-Quest_BR_Eliminate_Location_TiltedTowers"
- ],
- "completionRewards": {
- "1": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "2": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "3": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "4": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 6000,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_challengecomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "5": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "6": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "-1": [
- {
- "templateId": "Token:athenabattlepass_weeklybundle_token",
- "quantity": 1,
- "giftBoxToUse": {}
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ]
- }
- },
- "QS05-QuestBundle_S5_Week_007": {
- "templateId": "ChallengeBundle:questbundle_s5_week_007",
- "challenge_bundle_schedule_id": "QS05-Season5_Free_Schedule",
- "grantedquestinstanceids": [
- "QS05-Quest_BR_Visit_NamedLocations_SingleMatch",
- "QS05-Quest_BR_Interact_SupplyDrops",
- "QS05-Quest_BR_Eliminate_Weapon_SMG",
- "QS05-Quest_BR_Damage_Enemy_Buildings_C4",
- "QS05-Quest_BR_Interact_Chests_QuestChain_01_A",
- "QS05-Quest_BR_Interact_ScavengerHunt_TreasureMap_04",
- "QS05-Quest_BR_Eliminate_Location_LazyLinks"
- ],
- "completionRewards": {
- "1": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "2": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "3": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "4": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 7000,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_challengecomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "5": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "6": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "-1": [
- {
- "templateId": "Token:athenabattlepass_weeklybundle_token",
- "quantity": 1,
- "giftBoxToUse": {}
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ]
- }
- },
- "QS05-QuestBundle_S5_Week_008": {
- "templateId": "ChallengeBundle:questbundle_s5_week_008",
- "challenge_bundle_schedule_id": "QS05-Season5_Free_Schedule",
- "grantedquestinstanceids": [
- "QS05-Quest_BR_Use_Trap",
- "QS05-Quest_BR_Interact_Chests_Location_WailingWoods",
- "QS05-Quest_BR_Eliminate_Weapon_Shotgun",
- "QS05-Quest_BR_Damage_Pickaxe",
- "QS05-Quest_BR_Use_RiftPortal_DifferentLocations",
- "QS05-Quest_BR_Interact_ScavengerHunt_Triangulate_04",
- "QS05-Quest_BR_Eliminate_QuestChain_01_A"
- ],
- "completionRewards": {
- "1": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "2": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "3": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "4": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 8000,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_challengecomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "5": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "6": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "-1": [
- {
- "templateId": "Token:athenabattlepass_weeklybundle_token",
- "quantity": 1,
- "giftBoxToUse": {}
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ]
- }
- },
- "QS05-QuestBundle_S5_Week_009": {
- "templateId": "ChallengeBundle:questbundle_s5_week_009",
- "challenge_bundle_schedule_id": "QS05-Season5_Free_Schedule",
- "grantedquestinstanceids": [
- "QS05-Quest_BR_Damage_ExplosiveWeapon",
- "QS05-Quest_BR_Score_StylePoints_Vehicle",
- "QS05-Quest_BR_Interact_ScavengerHunt_TreasureMap_05",
- "QS05-Quest_BR_Interact_Chests_QuestChain_02_A",
- "QS05-Quest_BR_Visit_StoneHeads",
- "QS05-Quest_BR_Eliminate_Weapon_AssaultRifle",
- "QS05-Quest_BR_Eliminate_Location_TomatoTemple"
- ],
- "completionRewards": {
- "1": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "2": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "3": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "4": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 9000,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_challengecomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "5": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "6": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "-1": [
- {
- "templateId": "Token:athenabattlepass_weeklybundle_token",
- "quantity": 1,
- "giftBoxToUse": {}
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ]
- }
- },
- "QS05-QuestBundle_S5_Week_010": {
- "templateId": "ChallengeBundle:questbundle_s5_week_010",
- "challenge_bundle_schedule_id": "QS05-Season5_Free_Schedule",
- "grantedquestinstanceids": [
- "QS05-Quest_BR_Interact_JigsawPuzzle",
- "QS05-Quest_BR_Interact_ForagedItems",
- "QS05-Quest_BR_Eliminate",
- "QS05-Quest_BR_Interact_Chests_Location_SaltySprings",
- "QS05-Quest_BR_Damage",
- "QS05-Quest_BR_Interact_ScavengerHunt_Triangulate_05",
- "QS05-Quest_BR_Eliminate_QuestChain_02_A"
- ],
- "completionRewards": {
- "1": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "2": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "3": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "4": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 10000,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_challengecomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "5": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "6": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "-1": [
- {
- "templateId": "Token:athenabattlepass_weeklybundle_token",
- "quantity": 1,
- "giftBoxToUse": {}
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ]
- }
- },
- "QS05-QuestBundle_S5_Cumulative": {
- "templateId": "ChallengeBundle:questbundle_s5_cumulative",
- "challenge_bundle_schedule_id": "QS05-Season5_Paid_Schedule",
- "grantedquestinstanceids": [
- "QS05-Quest_BR_S5_Cumulative_CollectTokens_01",
- "QS05-Quest_BR_S5_Cumulative_CollectTokens_02",
- "QS05-Quest_BR_S5_Cumulative_CollectTokens_03",
- "QS05-Quest_BR_S5_Cumulative_CollectTokens_04",
- "QS05-Quest_BR_S5_Cumulative_CollectTokens_05",
- "QS05-Quest_BR_S5_Cumulative_CollectTokens_06",
- "QS05-Quest_BR_S5_Cumulative_CollectTokens_07",
- "QS05-Quest_BR_S5_Cumulative_CollectTokens_08",
- "QS05-Quest_BR_S5_Cumulative_CollectTokens_09"
- ],
- "completionRewards": {
- "7": [
- {
- "templateId": "Token:athenamysterytokenseason5",
- "quantity": 1,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_challengecomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "AthenaCharacter:cid_200_athena_commando_m_darkpaintballer",
- "quantity": 1,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_challengecomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "AthenaBackpack:bid_100_darkpaintballer",
- "quantity": 1,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_challengecomplete",
- "giftBoxFormatData": {}
- }
- }
- ]
- }
- },
- "QS05-QuestBundle_S5_ProgressiveA": {
- "templateId": "ChallengeBundle:questbundle_s5_progressivea",
- "challenge_bundle_schedule_id": "QS05-Season5_ProgressiveA_Schedule",
- "grantedquestinstanceids": [
- "QS05-Quest_BR_S5_Gain_SeasonXP_ProgressiveA_01",
- "QS05-Quest_BR_S5_Gain_SeasonXP_ProgressiveA_02",
- "QS05-Quest_BR_S5_Gain_SeasonXP_ProgressiveA_03",
- "QS05-Quest_BR_S5_Gain_SeasonXP_ProgressiveA_04",
- "QS05-Quest_BR_S5_Gain_SeasonXP_ProgressiveA_05"
- ],
- "completionRewards": {
- "4": [
- {
- "templateId": "AthenaPickaxe:pickaxe_id_068_drift",
- "quantity": 1,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_challengecomplete",
- "giftBoxFormatData": {}
- }
- }
- ]
- }
- },
- "QS05-QuestBundle_S5_ProgressiveB": {
- "templateId": "ChallengeBundle:questbundle_s5_progressiveb",
- "challenge_bundle_schedule_id": "QS05-Season5_ProgressiveB_Schedule",
- "grantedquestinstanceids": [
- "QS05-Quest_BR_S5_Gain_SeasonXP_ProgressiveB_01",
- "QS05-Quest_BR_S5_Gain_SeasonXP_ProgressiveB_02",
- "QS05-Quest_BR_S5_Gain_SeasonXP_ProgressiveB_03",
- "QS05-Quest_BR_S5_Gain_SeasonXP_ProgressiveB_04",
- "QS05-Quest_BR_S5_Gain_SeasonXP_ProgressiveB_05"
- ],
- "completionRewards": {
- "4": [
- {
- "templateId": "AthenaPickaxe:pickaxe_id_069_darkviking",
- "quantity": 1,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_challengecomplete",
- "giftBoxFormatData": {}
- }
- }
- ]
- }
- },
- "QS05-QuestBundle_Birthday2018_BR": {
- "templateId": "ChallengeBundle:questbundle_birthday2018_br",
- "challenge_bundle_schedule_id": "QS05-Schedule_Birthday2018_BR",
- "grantedquestinstanceids": [
- "QS05-Quest_BR_Play_Birthday",
- "QS05-Quest_BR_Damage_Birthday",
- "QS05-Quest_BR_Dance_ScavengerHunt_BirthdayCakes"
- ],
- "completionRewards": {
- "-1": [
- {
- "templateId": "AthenaBackpack:bid_084_birthday2018",
- "quantity": 1,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_birthdaychallengecomplete",
- "giftBoxFormatData": {}
- }
- }
- ]
- }
- }
- },
- "Quests": {
- "QS05-Quest_BR_Heist_Play_Matches": {
- "templateId": "Quest:quest_br_heist_play_matches",
- "challenge_bundle_id": "QS05-QuestBundle_LTM_Heist",
- "objectives": {
- "ltm_heistbundle_athena_play_matches": 10
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 5000
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS05-Quest_BR_Heist_Damage_DiamondCarriers": {
- "templateId": "Quest:quest_br_heist_damage_diamondcarriers",
- "challenge_bundle_id": "QS05-QuestBundle_LTM_Heist",
- "objectives": {
- "ltm_heistbundle_damage_athena_player_withdiamond": 500
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AthenaDance:spid_044_bling",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS05-Quest_BR_Heist_PickupDiamond_DifferentMatches": {
- "templateId": "Quest:quest_br_heist_pickupdiamond_differentmatches",
- "challenge_bundle_id": "QS05-QuestBundle_LTM_Heist",
- "objectives": {
- "ltm_heistbundle_athena_pickupdiamond_differentmatches": 5
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AthenaSkyDiveContrail:trails_id_021_bling",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS05-Quest_BR_Damage_SMG": {
- "templateId": "Quest:quest_br_damage_smg",
- "challenge_bundle_id": "QS05-QuestBundle_S5_Week_001",
- "objectives": {
- "battlepass_damage_athena_player_smg": 500
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS05-Quest_BR_Interact_SupplyLlamas": {
- "templateId": "Quest:quest_br_interact_supplyllamas",
- "challenge_bundle_id": "QS05-QuestBundle_S5_Week_001",
- "objectives": {
- "battlepass_open_athena_supply_llama": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS05-Quest_BR_Eliminate_ThrownWeapon": {
- "templateId": "Quest:quest_br_eliminate_thrownweapon",
- "challenge_bundle_id": "QS05-QuestBundle_S5_Week_001",
- "objectives": {
- "battlepass_killingblow_athena_player_with_thrownweapon": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS05-Quest_BR_Interact_Chests_Location_SnobbyShores": {
- "templateId": "Quest:quest_br_interact_chests_location_snobbyshores",
- "challenge_bundle_id": "QS05-QuestBundle_S5_Week_001",
- "objectives": {
- "battlepass_interact_athena_treasurechest_snobbyshores": 7
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS05-Quest_BR_Interact_Floating_Object": {
- "templateId": "Quest:quest_br_interact_floating_object",
- "challenge_bundle_id": "QS05-QuestBundle_S5_Week_001",
- "objectives": {
- "battlepass_athena_generic_collect_a_01": 1,
- "battlepass_athena_generic_collect_a_02": 1,
- "battlepass_athena_generic_collect_a_03": 1,
- "battlepass_athena_generic_collect_a_04": 1,
- "battlepass_athena_generic_collect_a_05": 1,
- "battlepass_athena_generic_collect_a_06": 1,
- "battlepass_athena_generic_collect_a_07": 1,
- "battlepass_athena_generic_collect_a_08": 1,
- "battlepass_athena_generic_collect_a_09": 1,
- "battlepass_athena_generic_collect_a_10": 1,
- "battlepass_athena_generic_collect_a_11": 1,
- "battlepass_athena_generic_collect_a_12": 1,
- "battlepass_athena_generic_collect_a_13": 1,
- "battlepass_athena_generic_collect_a_14": 1,
- "battlepass_athena_generic_collect_a_15": 1,
- "battlepass_athena_generic_collect_a_16": 1,
- "battlepass_athena_generic_collect_a_17": 1,
- "battlepass_athena_generic_collect_a_18": 1,
- "battlepass_athena_generic_collect_a_19": 1,
- "battlepass_athena_generic_collect_a_20": 1
- },
- "objectiveCompletionCount": 7,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS05-Quest_BR_Interact_ScavengerHunt_TreasureMap_01": {
- "templateId": "Quest:quest_br_interact_scavengerhunt_treasuremap_01",
- "challenge_bundle_id": "QS05-QuestBundle_S5_Week_001",
- "objectives": {
- "battlepass_interact_athena_hidden_star_01": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS05-Quest_BR_Eliminate_Location_RetailRow": {
- "templateId": "Quest:quest_br_eliminate_location_retailrow",
- "challenge_bundle_id": "QS05-QuestBundle_S5_Week_001",
- "objectives": {
- "battlepass_killingblow_athena_player_retailrow": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS05-Quest_BR_Damage_AssaultRifle": {
- "templateId": "Quest:quest_br_damage_assaultrifle",
- "challenge_bundle_id": "QS05-QuestBundle_S5_Week_002",
- "objectives": {
- "battlepass_damage_athena_player_asssult": 1000
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS05-Quest_BR_Interact_AmmoBoxes_SingleMatch": {
- "templateId": "Quest:quest_br_interact_ammoboxes_singlematch",
- "challenge_bundle_id": "QS05-QuestBundle_S5_Week_002",
- "objectives": {
- "athena_battlepass_loot_ammobox_singlematch": 7
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS05-Quest_BR_Eliminate_Location_ParadisePalms": {
- "templateId": "Quest:quest_br_eliminate_location_paradisepalms",
- "challenge_bundle_id": "QS05-QuestBundle_S5_Week_002",
- "objectives": {
- "battlepass_killingblow_athena_player_paradisepalms": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS05-Quest_BR_Score_Baskets": {
- "templateId": "Quest:quest_br_score_baskets",
- "challenge_bundle_id": "QS05-QuestBundle_S5_Week_002",
- "objectives": {
- "battlepass_athena_score_basket_01": 1,
- "battlepass_athena_score_basket_02": 1,
- "battlepass_athena_score_basket_03": 1,
- "battlepass_athena_score_basket_04": 1,
- "battlepass_athena_score_basket_05": 1,
- "battlepass_athena_score_basket_06": 1,
- "battlepass_athena_score_basket_07": 1,
- "battlepass_athena_score_basket_08": 1,
- "battlepass_athena_score_basket_09": 1,
- "battlepass_athena_score_basket_10": 1
- },
- "objectiveCompletionCount": 5,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS05-Quest_BR_Interact_Chests_Location_LootLake": {
- "templateId": "Quest:quest_br_interact_chests_location_lootlake",
- "challenge_bundle_id": "QS05-QuestBundle_S5_Week_002",
- "objectives": {
- "battlepass_interact_athena_treasurechest_lootlake": 7
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS05-Quest_BR_Interact_ScavengerHunt_Triangulate_01": {
- "templateId": "Quest:quest_br_interact_scavengerhunt_triangulate_01",
- "challenge_bundle_id": "QS05-QuestBundle_S5_Week_002",
- "objectives": {
- "battlepass_interact_athena_hidden_star_02": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS05-Quest_BR_Eliminate_Weapon_SniperRifle": {
- "templateId": "Quest:quest_br_eliminate_weapon_sniperrifle",
- "challenge_bundle_id": "QS05-QuestBundle_S5_Week_002",
- "objectives": {
- "battlepass_killingblow_athena_player_sniper": 2
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS05-Quest_BR_Damage_SingleMatch": {
- "templateId": "Quest:quest_br_damage_singlematch",
- "challenge_bundle_id": "QS05-QuestBundle_S5_Week_003",
- "objectives": {
- "battlepass_damage_athena_player_single_match": 1000
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 1000
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS05-Quest_BR_Use_Launchpad": {
- "templateId": "Quest:quest_br_use_launchpad",
- "challenge_bundle_id": "QS05-QuestBundle_S5_Week_003",
- "objectives": {
- "battlepass_interact_athena_jumppad": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS05-Quest_BR_Interact_ScavengerHunt_TreasureMap_02": {
- "templateId": "Quest:quest_br_interact_scavengerhunt_treasuremap_02",
- "challenge_bundle_id": "QS05-QuestBundle_S5_Week_003",
- "objectives": {
- "battlepass_interact_athena_hidden_star_03": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS05-Quest_BR_Interact_Chests_Location_FatalFields": {
- "templateId": "Quest:quest_br_interact_chests_location_fatalfields",
- "challenge_bundle_id": "QS05-QuestBundle_S5_Week_003",
- "objectives": {
- "battlepass_interact_athena_treasurechest_fatalfields": 7
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS05-Quest_BR_Destroy_SpecificTargets": {
- "templateId": "Quest:quest_br_destroy_specifictargets",
- "challenge_bundle_id": "QS05-QuestBundle_S5_Week_003",
- "objectives": {
- "battlepass_destroy_specifictargets": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS05-Quest_BR_Eliminate_Location_HauntedHills": {
- "templateId": "Quest:quest_br_eliminate_location_hauntedhills",
- "challenge_bundle_id": "QS05-QuestBundle_S5_Week_003",
- "objectives": {
- "battlepass_killingblow_athena_player_hauntedhills": 5
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS05-Quest_BR_Eliminate_ExplosiveWeapon": {
- "templateId": "Quest:quest_br_eliminate_explosiveweapon",
- "challenge_bundle_id": "QS05-QuestBundle_S5_Week_003",
- "objectives": {
- "battlepass_killingblow_athena_player_with_explosives": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS05-Quest_BR_Build_Structures": {
- "templateId": "Quest:quest_br_build_structures",
- "challenge_bundle_id": "QS05-QuestBundle_S5_Week_004",
- "objectives": {
- "battlepass_build_athena_structures_any": 250
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS05-Quest_BR_Touch_FlamingRings_Vehicle": {
- "templateId": "Quest:quest_br_touch_flamingrings_vehicle",
- "challenge_bundle_id": "QS05-QuestBundle_S5_Week_004",
- "objectives": {
- "battlepass_touch_flamingrings_vehicle_01": 1,
- "battlepass_touch_flamingrings_vehicle_02": 1,
- "battlepass_touch_flamingrings_vehicle_03": 1,
- "battlepass_touch_flamingrings_vehicle_04": 1,
- "battlepass_touch_flamingrings_vehicle_05": 1,
- "battlepass_touch_flamingrings_vehicle_06": 1,
- "battlepass_touch_flamingrings_vehicle_07": 1,
- "battlepass_touch_flamingrings_vehicle_08": 1,
- "battlepass_touch_flamingrings_vehicle_09": 1,
- "battlepass_touch_flamingrings_vehicle_10": 1
- },
- "objectiveCompletionCount": 5,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS05-Quest_BR_Eliminate_Location_DustyDivot": {
- "templateId": "Quest:quest_br_eliminate_location_dustydivot",
- "challenge_bundle_id": "QS05-QuestBundle_S5_Week_004",
- "objectives": {
- "battlepass_killingblow_athena_player_dustydivot": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS05-Quest_BR_Damage_SniperRifle": {
- "templateId": "Quest:quest_br_damage_sniperrifle",
- "challenge_bundle_id": "QS05-QuestBundle_S5_Week_004",
- "objectives": {
- "battlepass_damage_athena_player_sniper": 500
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS05-Quest_BR_Interact_Chests_Location_FlushFactory": {
- "templateId": "Quest:quest_br_interact_chests_location_flushfactory",
- "challenge_bundle_id": "QS05-QuestBundle_S5_Week_004",
- "objectives": {
- "battlepass_interact_athena_treasurechest_flushfactory": 7
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS05-Quest_BR_Interact_ScavengerHunt_Triangulate_02": {
- "templateId": "Quest:quest_br_interact_scavengerhunt_triangulate_02",
- "challenge_bundle_id": "QS05-QuestBundle_S5_Week_004",
- "objectives": {
- "battlepass_interact_athena_hidden_star_04": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS05-Quest_BR_Eliminate_Weapon_Pistol": {
- "templateId": "Quest:quest_br_eliminate_weapon_pistol",
- "challenge_bundle_id": "QS05-QuestBundle_S5_Week_004",
- "objectives": {
- "battlepass_killingblow_athena_player_pistol": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS05-Quest_BR_Interact_Chests_Location_JunkJunction": {
- "templateId": "Quest:quest_br_interact_chests_location_junkjunction",
- "challenge_bundle_id": "QS05-QuestBundle_S5_Week_005",
- "objectives": {
- "battlepass_interact_athena_treasurechest_junkjunction": 7
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS05-Quest_BR_Use_RiftPortals": {
- "templateId": "Quest:quest_br_use_riftportals",
- "challenge_bundle_id": "QS05-QuestBundle_S5_Week_005",
- "objectives": {
- "battlepass_touch_athena_riftportal": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS05-Quest_BR_Eliminate_SingleMatch": {
- "templateId": "Quest:quest_br_eliminate_singlematch",
- "challenge_bundle_id": "QS05-QuestBundle_S5_Week_005",
- "objectives": {
- "battlepass_killingblow_athena_players": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS05-Quest_BR_Damage_ThrownWeapons": {
- "templateId": "Quest:quest_br_damage_thrownweapons",
- "challenge_bundle_id": "QS05-QuestBundle_S5_Week_005",
- "objectives": {
- "battlepass_damage_athena_player_thrownweapon": 300
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS05-Quest_BR_Score_TeeToGreen": {
- "templateId": "Quest:quest_br_score_teetogreen",
- "challenge_bundle_id": "QS05-QuestBundle_S5_Week_005",
- "objectives": {
- "battlepass_athena_score_hole_01": 1,
- "battlepass_athena_score_hole_02": 1,
- "battlepass_athena_score_hole_03": 1,
- "battlepass_athena_score_hole_04": 1,
- "battlepass_athena_score_hole_05": 1,
- "battlepass_athena_score_hole_06": 1,
- "battlepass_athena_score_hole_07": 1,
- "battlepass_athena_score_hole_08": 1,
- "battlepass_athena_score_hole_09": 1
- },
- "objectiveCompletionCount": 5,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS05-Quest_BR_Interact_ScavengerHunt_TreasureMap_03": {
- "templateId": "Quest:quest_br_interact_scavengerhunt_treasuremap_03",
- "challenge_bundle_id": "QS05-QuestBundle_S5_Week_005",
- "objectives": {
- "battlepass_interact_athena_hidden_star_05": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS05-Quest_BR_Eliminate_Location_ShiftyShafts": {
- "templateId": "Quest:quest_br_eliminate_location_shiftyshafts",
- "challenge_bundle_id": "QS05-QuestBundle_S5_Week_005",
- "objectives": {
- "battlepass_killingblow_athena_player_shiftyshafts": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS05-Quest_BR_Damage_Headshot": {
- "templateId": "Quest:quest_br_damage_headshot",
- "challenge_bundle_id": "QS05-QuestBundle_S5_Week_006",
- "objectives": {
- "battlepass_damage_athena_player_head_shots": 250
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS05-Quest_BR_Collect_BuildingResources": {
- "templateId": "Quest:quest_br_collect_buildingresources",
- "challenge_bundle_id": "QS05-QuestBundle_S5_Week_006",
- "objectives": {
- "battlepass_collect_building_resources": 3000
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS05-Quest_BR_Interact_ScavengerHunt_Triangulate_03": {
- "templateId": "Quest:quest_br_interact_scavengerhunt_triangulate_03",
- "challenge_bundle_id": "QS05-QuestBundle_S5_Week_006",
- "objectives": {
- "battlepass_interact_athena_hidden_star_06": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS05-Quest_BR_Interact_Chests_Location_LonelyLodge": {
- "templateId": "Quest:quest_br_interact_chests_location_lonelylodge",
- "challenge_bundle_id": "QS05-QuestBundle_S5_Week_006",
- "objectives": {
- "battlepass_interact_athena_treasurechest_lonelylodge": 7
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS05-Quest_BR_Timed_Trials": {
- "templateId": "Quest:quest_br_timed_trials",
- "challenge_bundle_id": "QS05-QuestBundle_S5_Week_006",
- "objectives": {
- "battlepass_complete_timed_trials_01": 1,
- "battlepass_complete_timed_trials_02": 1,
- "battlepass_complete_timed_trials_03": 1,
- "battlepass_complete_timed_trials_04": 1,
- "battlepass_complete_timed_trials_05": 1,
- "battlepass_complete_timed_trials_06": 1,
- "battlepass_complete_timed_trials_07": 1
- },
- "objectiveCompletionCount": 5,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS05-Quest_BR_Eliminate_Weapon_MinigunLMG": {
- "templateId": "Quest:quest_br_eliminate_weapon_minigunlmg",
- "challenge_bundle_id": "QS05-QuestBundle_S5_Week_006",
- "objectives": {
- "battlepass_killingblow_athena_player_minigunlmg": 2
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS05-Quest_BR_Eliminate_Location_TiltedTowers": {
- "templateId": "Quest:quest_br_eliminate_location_tiltedtowers",
- "challenge_bundle_id": "QS05-QuestBundle_S5_Week_006",
- "objectives": {
- "battlepass_killingblow_athena_player_tiltedtowers": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS05-Quest_BR_Visit_NamedLocations_SingleMatch": {
- "templateId": "Quest:quest_br_visit_namedlocations_singlematch",
- "challenge_bundle_id": "QS05-QuestBundle_S5_Week_007",
- "objectives": {
- "battlepass_visit_athena_location_mountain_summit_01": 1,
- "battlepass_visit_athena_location_mountain_summit_02": 1,
- "battlepass_visit_athena_location_mountain_summit_03": 1,
- "battlepass_visit_athena_location_mountain_summit_04": 1,
- "battlepass_visit_athena_location_mountain_summit_05": 1,
- "battlepass_visit_athena_location_mountain_summit_06": 1,
- "battlepass_visit_athena_location_mountain_summit_07": 1,
- "battlepass_visit_athena_location_mountain_summit_08": 1,
- "battlepass_visit_athena_location_mountain_summit_09": 1,
- "battlepass_visit_athena_location_mountain_summit_10": 1,
- "battlepass_visit_athena_location_mountain_summit_11": 1,
- "battlepass_visit_athena_location_mountain_summit_12": 1,
- "battlepass_visit_athena_location_mountain_summit_13": 1,
- "battlepass_visit_athena_location_mountain_summit_14": 1,
- "battlepass_visit_athena_location_mountain_summit_15": 1,
- "battlepass_visit_athena_location_mountain_summit_16": 1,
- "battlepass_visit_athena_location_mountain_summit_17": 1,
- "battlepass_visit_athena_location_mountain_summit_18": 1,
- "battlepass_visit_athena_location_mountain_summit_19": 1,
- "battlepass_visit_athena_location_mountain_summit_20": 1
- },
- "objectiveCompletionCount": 4,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS05-Quest_BR_Interact_SupplyDrops": {
- "templateId": "Quest:quest_br_interact_supplydrops",
- "challenge_bundle_id": "QS05-QuestBundle_S5_Week_007",
- "objectives": {
- "battlepass_interact_athena_supply_drop": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS05-Quest_BR_Eliminate_Weapon_SMG": {
- "templateId": "Quest:quest_br_eliminate_weapon_smg",
- "challenge_bundle_id": "QS05-QuestBundle_S5_Week_007",
- "objectives": {
- "battlepass_killingblow_athena_player_smg": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS05-Quest_BR_Damage_Enemy_Buildings_C4": {
- "templateId": "Quest:quest_br_damage_enemy_buildings_c4",
- "challenge_bundle_id": "QS05-QuestBundle_S5_Week_007",
- "objectives": {
- "battlepass_damage_athena_player_buildings_c4": 8000
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS05-Quest_BR_Interact_Chests_QuestChain_01_E": {
- "templateId": "Quest:quest_br_interact_chests_questchain_01_e",
- "challenge_bundle_id": "QS05-QuestBundle_S5_Week_007",
- "objectives": {
- "battlepass_interact_athena_treasurechest_questchain_paradisepalms": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS05-Quest_BR_Interact_Chests_QuestChain_01_D": {
- "templateId": "Quest:quest_br_interact_chests_questchain_01_d",
- "challenge_bundle_id": "QS05-QuestBundle_S5_Week_007",
- "objectives": {
- "battlepass_interact_athena_treasurechest_questchain_greasygrove": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Quest:quest_br_interact_chests_questchain_01_e",
- "quantity": 1
- },
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS05-Quest_BR_Interact_Chests_QuestChain_01_C": {
- "templateId": "Quest:quest_br_interact_chests_questchain_01_c",
- "challenge_bundle_id": "QS05-QuestBundle_S5_Week_007",
- "objectives": {
- "battlepass_interact_athena_treasurechest_questchain_luckylanding": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Quest:quest_br_interact_chests_questchain_01_d",
- "quantity": 1
- },
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS05-Quest_BR_Interact_Chests_QuestChain_01_B": {
- "templateId": "Quest:quest_br_interact_chests_questchain_01_b",
- "challenge_bundle_id": "QS05-QuestBundle_S5_Week_007",
- "objectives": {
- "battlepass_interact_athena_treasurechest_questchain_retailrow": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Quest:quest_br_interact_chests_questchain_01_c",
- "quantity": 1
- },
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS05-Quest_BR_Interact_Chests_QuestChain_01_A": {
- "templateId": "Quest:quest_br_interact_chests_questchain_01_a",
- "challenge_bundle_id": "QS05-QuestBundle_S5_Week_007",
- "objectives": {
- "battlepass_interact_athena_treasurechest_questchain_pleasantpark": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Quest:quest_br_interact_chests_questchain_01_b",
- "quantity": 1
- },
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS05-Quest_BR_Interact_ScavengerHunt_TreasureMap_04": {
- "templateId": "Quest:quest_br_interact_scavengerhunt_treasuremap_04",
- "challenge_bundle_id": "QS05-QuestBundle_S5_Week_007",
- "objectives": {
- "battlepass_interact_athena_hidden_star_07": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS05-Quest_BR_Eliminate_Location_LazyLinks": {
- "templateId": "Quest:quest_br_eliminate_location_lazylinks",
- "challenge_bundle_id": "QS05-QuestBundle_S5_Week_007",
- "objectives": {
- "battlepass_killingblow_athena_player_lazylinks": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS05-Quest_BR_Use_Trap": {
- "templateId": "Quest:quest_br_use_trap",
- "challenge_bundle_id": "QS05-QuestBundle_S5_Week_008",
- "objectives": {
- "battlepass_place_athena_trap": 10
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS05-Quest_BR_Interact_Chests_Location_WailingWoods": {
- "templateId": "Quest:quest_br_interact_chests_location_wailingwoods",
- "challenge_bundle_id": "QS05-QuestBundle_S5_Week_008",
- "objectives": {
- "battlepass_interact_athena_treasurechest_walingwoods": 7
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS05-Quest_BR_Eliminate_Weapon_Shotgun": {
- "templateId": "Quest:quest_br_eliminate_weapon_shotgun",
- "challenge_bundle_id": "QS05-QuestBundle_S5_Week_008",
- "objectives": {
- "battlepass_killingblow_athena_player_shotgun": 4
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS05-Quest_BR_Damage_Pickaxe": {
- "templateId": "Quest:quest_br_damage_pickaxe",
- "challenge_bundle_id": "QS05-QuestBundle_S5_Week_008",
- "objectives": {
- "battlepass_damage_athena_player_pickaxe": 200
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS05-Quest_BR_Use_RiftPortal_DifferentLocations": {
- "templateId": "Quest:quest_br_use_riftportal_differentlocations",
- "challenge_bundle_id": "QS05-QuestBundle_S5_Week_008",
- "objectives": {
- "battlepass_athena_use_location_riftportal_01": 1,
- "battlepass_athena_use_location_riftportal_02": 1,
- "battlepass_athena_use_location_riftportal_03": 1,
- "battlepass_athena_use_location_riftportal_04": 1,
- "battlepass_athena_use_location_riftportal_05": 1,
- "battlepass_athena_use_location_riftportal_06": 1,
- "battlepass_athena_use_location_riftportal_07": 1,
- "battlepass_athena_use_location_riftportal_08": 1,
- "battlepass_athena_use_location_riftportal_09": 1,
- "battlepass_athena_use_location_riftportal_10": 1,
- "battlepass_athena_use_location_riftportal_11": 1,
- "battlepass_athena_use_location_riftportal_12": 1,
- "battlepass_athena_use_location_riftportal_13": 1,
- "battlepass_athena_use_location_riftportal_14": 1,
- "battlepass_athena_use_location_riftportal_15": 1,
- "battlepass_athena_use_location_riftportal_16": 1,
- "battlepass_athena_use_location_riftportal_17": 1,
- "battlepass_athena_use_location_riftportal_18": 1,
- "battlepass_athena_use_location_riftportal_19": 1,
- "battlepass_athena_use_location_riftportal_20": 1,
- "battlepass_athena_use_location_riftportal_21": 1,
- "battlepass_athena_use_location_riftportal_22": 1,
- "battlepass_athena_use_location_riftportal_23": 1,
- "battlepass_athena_use_location_riftportal_24": 1
- },
- "objectiveCompletionCount": 10,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS05-Quest_BR_Interact_ScavengerHunt_Triangulate_04": {
- "templateId": "Quest:quest_br_interact_scavengerhunt_triangulate_04",
- "challenge_bundle_id": "QS05-QuestBundle_S5_Week_008",
- "objectives": {
- "battlepass_interact_athena_hidden_star_08": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS05-Quest_BR_Eliminate_QuestChain_01_C": {
- "templateId": "Quest:quest_br_eliminate_questchain_01_c",
- "challenge_bundle_id": "QS05-QuestBundle_S5_Week_008",
- "objectives": {
- "battlepass_killingblow_athena_player_questchain_fatalfields": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 4
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS05-Quest_BR_Eliminate_QuestChain_01_B": {
- "templateId": "Quest:quest_br_eliminate_questchain_01_b",
- "challenge_bundle_id": "QS05-QuestBundle_S5_Week_008",
- "objectives": {
- "battlepass_killingblow_athena_player_questchain_lonelylodge": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Quest:quest_br_eliminate_questchain_01_c",
- "quantity": 1
- },
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 3
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS05-Quest_BR_Eliminate_QuestChain_01_A": {
- "templateId": "Quest:quest_br_eliminate_questchain_01_a",
- "challenge_bundle_id": "QS05-QuestBundle_S5_Week_008",
- "objectives": {
- "battlepass_killingblow_athena_player_questchain_greasygrove": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Quest:quest_br_eliminate_questchain_01_b",
- "quantity": 1
- },
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 3
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS05-Quest_BR_Damage_ExplosiveWeapon": {
- "templateId": "Quest:quest_br_damage_explosiveweapon",
- "challenge_bundle_id": "QS05-QuestBundle_S5_Week_009",
- "objectives": {
- "battlepass_damage_athena_player_explosives": 500
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS05-Quest_BR_Score_StylePoints_Vehicle": {
- "templateId": "Quest:quest_br_score_stylepoints_vehicle",
- "challenge_bundle_id": "QS05-QuestBundle_S5_Week_009",
- "objectives": {
- "battlepass_athena_score_stylepoints_vehicle": 150000
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS05-Quest_BR_Interact_ScavengerHunt_TreasureMap_05": {
- "templateId": "Quest:quest_br_interact_scavengerhunt_treasuremap_05",
- "challenge_bundle_id": "QS05-QuestBundle_S5_Week_009",
- "objectives": {
- "battlepass_interact_athena_hidden_star_09": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS05-Quest_BR_Interact_Chests_QuestChain_02_E": {
- "templateId": "Quest:quest_br_interact_chests_questchain_02_e",
- "challenge_bundle_id": "QS05-QuestBundle_S5_Week_009",
- "objectives": {
- "battlepass_interact_athena_treasurechest_questchain_riskyreels": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS05-Quest_BR_Interact_Chests_QuestChain_02_D": {
- "templateId": "Quest:quest_br_interact_chests_questchain_02_d",
- "challenge_bundle_id": "QS05-QuestBundle_S5_Week_009",
- "objectives": {
- "battlepass_interact_athena_treasurechest_questchain_tiltedtowers": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Quest:quest_br_interact_chests_questchain_02_e",
- "quantity": 1
- },
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS05-Quest_BR_Interact_Chests_QuestChain_02_C": {
- "templateId": "Quest:quest_br_interact_chests_questchain_02_c",
- "challenge_bundle_id": "QS05-QuestBundle_S5_Week_009",
- "objectives": {
- "battlepass_interact_athena_treasurechest_questchain_lazylinks": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Quest:quest_br_interact_chests_questchain_02_d",
- "quantity": 1
- },
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS05-Quest_BR_Interact_Chests_QuestChain_02_B": {
- "templateId": "Quest:quest_br_interact_chests_questchain_02_b",
- "challenge_bundle_id": "QS05-QuestBundle_S5_Week_009",
- "objectives": {
- "battlepass_interact_athena_treasurechest_questchain_shiftyshafts": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Quest:quest_br_interact_chests_questchain_02_c",
- "quantity": 1
- },
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS05-Quest_BR_Interact_Chests_QuestChain_02_A": {
- "templateId": "Quest:quest_br_interact_chests_questchain_02_a",
- "challenge_bundle_id": "QS05-QuestBundle_S5_Week_009",
- "objectives": {
- "battlepass_interact_athena_treasurechest_questchain_hauntedhills": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Quest:quest_br_interact_chests_questchain_02_b",
- "quantity": 1
- },
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS05-Quest_BR_Visit_StoneHeads": {
- "templateId": "Quest:quest_br_visit_stoneheads",
- "challenge_bundle_id": "QS05-QuestBundle_S5_Week_009",
- "objectives": {
- "battlepass_visit_athena_location_stonehead_01": 1,
- "battlepass_visit_athena_location_stonehead_02": 1,
- "battlepass_visit_athena_location_stonehead_03": 1,
- "battlepass_visit_athena_location_stonehead_04": 1,
- "battlepass_visit_athena_location_stonehead_05": 1,
- "battlepass_visit_athena_location_stonehead_06": 1,
- "battlepass_visit_athena_location_stonehead_07": 1
- },
- "objectiveCompletionCount": 7,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS05-Quest_BR_Eliminate_Weapon_AssaultRifle": {
- "templateId": "Quest:quest_br_eliminate_weapon_assaultrifle",
- "challenge_bundle_id": "QS05-QuestBundle_S5_Week_009",
- "objectives": {
- "battlepass_killingblow_athena_player_assault": 5
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS05-Quest_BR_Eliminate_Location_TomatoTemple": {
- "templateId": "Quest:quest_br_eliminate_location_tomatotemple",
- "challenge_bundle_id": "QS05-QuestBundle_S5_Week_009",
- "objectives": {
- "battlepass_killingblow_athena_player_tomatotemple": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS05-Quest_BR_Interact_JigsawPuzzle": {
- "templateId": "Quest:quest_br_interact_jigsawpuzzle",
- "challenge_bundle_id": "QS05-QuestBundle_S5_Week_010",
- "objectives": {
- "battlepass_interact_athena_pieces_01": 1,
- "battlepass_interact_athena_pieces_02": 1,
- "battlepass_interact_athena_pieces_03": 1,
- "battlepass_interact_athena_pieces_04": 1,
- "battlepass_interact_athena_pieces_05": 1,
- "battlepass_interact_athena_pieces_06": 1,
- "battlepass_interact_athena_pieces_07": 1,
- "battlepass_interact_athena_pieces_08": 1,
- "battlepass_interact_athena_pieces_09": 1,
- "battlepass_interact_athena_pieces_10": 1,
- "battlepass_interact_athena_fortnite_letters_11": 1,
- "battlepass_interact_athena_pieces_12": 1,
- "battlepass_interact_athena_pieces_13": 1,
- "battlepass_interact_athena_pieces_14": 1,
- "battlepass_interact_athena_pieces_15": 1,
- "battlepass_interact_athena_pieces_16": 1,
- "battlepass_interact_athena_pieces_17": 1,
- "battlepass_interact_athena_pieces_18": 1,
- "battlepass_interact_athena_pieces_19": 1,
- "battlepass_interact_athena_pieces_20": 1
- },
- "objectiveCompletionCount": 7,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS05-Quest_BR_Interact_ForagedItems": {
- "templateId": "Quest:quest_br_interact_forageditems",
- "challenge_bundle_id": "QS05-QuestBundle_S5_Week_010",
- "objectives": {
- "battlepass_interact_athena_forgeditems": 20
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS05-Quest_BR_Eliminate": {
- "templateId": "Quest:quest_br_eliminate",
- "challenge_bundle_id": "QS05-QuestBundle_S5_Week_010",
- "objectives": {
- "battlepass_killingblow_athena_players": 10
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS05-Quest_BR_Interact_Chests_Location_SaltySprings": {
- "templateId": "Quest:quest_br_interact_chests_location_saltysprings",
- "challenge_bundle_id": "QS05-QuestBundle_S5_Week_010",
- "objectives": {
- "battlepass_interact_athena_treasurechest_saltysprings": 7
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS05-Quest_BR_Damage": {
- "templateId": "Quest:quest_br_damage",
- "challenge_bundle_id": "QS05-QuestBundle_S5_Week_010",
- "objectives": {
- "battlepass_damage_athena_player": 5000
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS05-Quest_BR_Interact_ScavengerHunt_Triangulate_05": {
- "templateId": "Quest:quest_br_interact_scavengerhunt_triangulate_05",
- "challenge_bundle_id": "QS05-QuestBundle_S5_Week_010",
- "objectives": {
- "battlepass_interact_athena_hidden_star_10": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS05-Quest_BR_Eliminate_QuestChain_02_C": {
- "templateId": "Quest:quest_br_eliminate_questchain_02_c",
- "challenge_bundle_id": "QS05-QuestBundle_S5_Week_010",
- "objectives": {
- "battlepass_killingblow_athena_player_questchain_luckylanding": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 4
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS05-Quest_BR_Eliminate_QuestChain_02_B": {
- "templateId": "Quest:quest_br_eliminate_questchain_02_b",
- "challenge_bundle_id": "QS05-QuestBundle_S5_Week_010",
- "objectives": {
- "battlepass_killingblow_athena_player_questchain_wailingwoods": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Quest:quest_br_eliminate_questchain_02_c",
- "quantity": 1
- },
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 3
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS05-Quest_BR_Eliminate_QuestChain_02_A": {
- "templateId": "Quest:quest_br_eliminate_questchain_02_a",
- "challenge_bundle_id": "QS05-QuestBundle_S5_Week_010",
- "objectives": {
- "battlepass_killingblow_athena_player_questchain_pleasantpark": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Quest:quest_br_eliminate_questchain_02_b",
- "quantity": 1
- },
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 3
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS05-Quest_BR_S5_Cumulative_Quest1": {
- "templateId": "Quest:quest_br_s5_cumulative_quest1",
- "challenge_bundle_id": "QS05-QuestBundle_S5_Cumulative",
- "objectives": {
- "battlepass_interact_s5_cumulative_quest_01": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS05-Quest_BR_S5_Cumulative_CollectTokens_01": {
- "templateId": "Quest:quest_br_s5_cumulative_collecttokens_01",
- "challenge_bundle_id": "QS05-QuestBundle_S5_Cumulative",
- "objectives": {
- "battlepass_season5_cumulative_token1": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AthenaLoadingScreen:lsid_027_s5cumulative1",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_s5_cumulative_quest1",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS05-Quest_BR_S5_Cumulative_Quest2": {
- "templateId": "Quest:quest_br_s5_cumulative_quest2",
- "challenge_bundle_id": "QS05-QuestBundle_S5_Cumulative",
- "objectives": {
- "battlepass_interact_s5_cumulative_quest_02": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS05-Quest_BR_S5_Cumulative_CollectTokens_02": {
- "templateId": "Quest:quest_br_s5_cumulative_collecttokens_02",
- "challenge_bundle_id": "QS05-QuestBundle_S5_Cumulative",
- "objectives": {
- "battlepass_season5_cumulative_token2": 2
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AthenaLoadingScreen:lsid_028_s5cumulative2",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_s5_cumulative_quest2",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS05-Quest_BR_S5_Cumulative_Quest3": {
- "templateId": "Quest:quest_br_s5_cumulative_quest3",
- "challenge_bundle_id": "QS05-QuestBundle_S5_Cumulative",
- "objectives": {
- "battlepass_interact_s5_cumulative_quest_03": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS05-Quest_BR_S5_Cumulative_CollectTokens_03": {
- "templateId": "Quest:quest_br_s5_cumulative_collecttokens_03",
- "challenge_bundle_id": "QS05-QuestBundle_S5_Cumulative",
- "objectives": {
- "battlepass_season5_cumulative_token3": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AthenaLoadingScreen:lsid_029_s5cumulative3",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_s5_cumulative_quest3",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS05-Quest_BR_S5_Cumulative_Quest4": {
- "templateId": "Quest:quest_br_s5_cumulative_quest4",
- "challenge_bundle_id": "QS05-QuestBundle_S5_Cumulative",
- "objectives": {
- "battlepass_interact_s5_cumulative_quest_04": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS05-Quest_BR_S5_Cumulative_CollectTokens_04": {
- "templateId": "Quest:quest_br_s5_cumulative_collecttokens_04",
- "challenge_bundle_id": "QS05-QuestBundle_S5_Cumulative",
- "objectives": {
- "battlepass_season5_cumulative_token4": 4
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AthenaLoadingScreen:lsid_030_s5cumulative4",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_s5_cumulative_quest4",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS05-Quest_BR_S5_Cumulative_Quest5": {
- "templateId": "Quest:quest_br_s5_cumulative_quest5",
- "challenge_bundle_id": "QS05-QuestBundle_S5_Cumulative",
- "objectives": {
- "battlepass_interact_s5_cumulative_quest_05": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS05-Quest_BR_S5_Cumulative_CollectTokens_05": {
- "templateId": "Quest:quest_br_s5_cumulative_collecttokens_05",
- "challenge_bundle_id": "QS05-QuestBundle_S5_Cumulative",
- "objectives": {
- "battlepass_season5_cumulative_token5": 5
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AthenaLoadingScreen:lsid_031_s5cumulative5",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_s5_cumulative_quest5",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS05-Quest_BR_S5_Cumulative_Quest6": {
- "templateId": "Quest:quest_br_s5_cumulative_quest6",
- "challenge_bundle_id": "QS05-QuestBundle_S5_Cumulative",
- "objectives": {
- "battlepass_interact_s5_cumulative_quest_06": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS05-Quest_BR_S5_Cumulative_CollectTokens_06": {
- "templateId": "Quest:quest_br_s5_cumulative_collecttokens_06",
- "challenge_bundle_id": "QS05-QuestBundle_S5_Cumulative",
- "objectives": {
- "battlepass_season5_cumulative_token6": 6
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AthenaLoadingScreen:lsid_032_s5cumulative6",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_s5_cumulative_quest6",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS05-Quest_BR_S5_Cumulative_Quest7": {
- "templateId": "Quest:quest_br_s5_cumulative_quest7",
- "challenge_bundle_id": "QS05-QuestBundle_S5_Cumulative",
- "objectives": {
- "battlepass_interact_s5_cumulative_quest_07": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS05-Quest_BR_S5_Cumulative_CollectTokens_07": {
- "templateId": "Quest:quest_br_s5_cumulative_collecttokens_07",
- "challenge_bundle_id": "QS05-QuestBundle_S5_Cumulative",
- "objectives": {
- "battlepass_season5_cumulative_token7": 7
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AthenaLoadingScreen:lsid_033_s5cumulative7",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_s5_cumulative_quest7",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS05-Quest_BR_S5_Cumulative_Quest8": {
- "templateId": "Quest:quest_br_s5_cumulative_quest8",
- "challenge_bundle_id": "QS05-QuestBundle_S5_Cumulative",
- "objectives": {
- "battlepass_interact_s5_cumulative_quest_08": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [
- {
- "templateId": "HomebaseBannerIcon:brseason05crown",
- "quantity": 1
- }
- ],
- "giftBoxToUse": {}
- },
- "QS05-Quest_BR_S5_Cumulative_CollectTokens_08": {
- "templateId": "Quest:quest_br_s5_cumulative_collecttokens_08",
- "challenge_bundle_id": "QS05-QuestBundle_S5_Cumulative",
- "objectives": {
- "battlepass_season5_cumulative_token8": 8
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AthenaLoadingScreen:lsid_047_s5cumulative8",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_s5_cumulative_quest8",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS05-Quest_BR_S5_Cumulative_Quest9": {
- "templateId": "Quest:quest_br_s5_cumulative_quest9",
- "challenge_bundle_id": "QS05-QuestBundle_S5_Cumulative",
- "objectives": {
- "battlepass_interact_s5_cumulative_quest_09": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [
- {
- "templateId": "HomebaseBannerIcon:brseason05glyph",
- "quantity": 1
- }
- ],
- "giftBoxToUse": {}
- },
- "QS05-Quest_BR_S5_Cumulative_Final": {
- "templateId": "Quest:quest_br_s5_cumulative_final",
- "challenge_bundle_id": "QS05-QuestBundle_S5_Cumulative",
- "objectives": {
- "battlepass_completed_s5_cumulative_quest1": 1,
- "battlepass_completed_s5_cumulative_quest2": 1,
- "battlepass_completed_s5_cumulative_quest3": 1,
- "battlepass_completed_s5_cumulative_quest4": 1,
- "battlepass_completed_s5_cumulative_quest5": 1,
- "battlepass_completed_s5_cumulative_quest6": 1,
- "battlepass_completed_s5_cumulative_quest7": 1,
- "battlepass_completed_s5_cumulative_quest8": 1,
- "battlepass_completed_s5_cumulative_quest9": 1
- },
- "objectiveCompletionCount": 9,
- "rewards": [
- {
- "templateId": "AthenaLoadingScreen:lsid_049_s5cumulative10",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS05-Quest_BR_S5_Cumulative_CollectTokens_09": {
- "templateId": "Quest:quest_br_s5_cumulative_collecttokens_09",
- "challenge_bundle_id": "QS05-QuestBundle_S5_Cumulative",
- "objectives": {
- "battlepass_season5_cumulative_token9": 9
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AthenaLoadingScreen:lsid_048_s5cumulative9",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_s5_cumulative_quest9",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_s5_cumulative_final",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS05-Quest_BR_S5_Gain_SeasonXP_ProgressiveA_01": {
- "templateId": "Quest:quest_br_s5_gain_seasonxp_progressivea_01",
- "challenge_bundle_id": "QS05-QuestBundle_S5_ProgressiveA",
- "objectives": {
- "athena_s5_season_gain_xp_progressive_a_01": 10000
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "CosmeticVariantToken:vtid_019_drift_stage1",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS05-Quest_BR_S5_Gain_SeasonXP_ProgressiveA_02": {
- "templateId": "Quest:quest_br_s5_gain_seasonxp_progressivea_02",
- "challenge_bundle_id": "QS05-QuestBundle_S5_ProgressiveA",
- "objectives": {
- "athena_s5_season_gain_xp_progressive_a_02": 25000
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "CosmeticVariantToken:vtid_020_drift_stage2",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS05-Quest_BR_S5_Gain_SeasonXP_ProgressiveA_03": {
- "templateId": "Quest:quest_br_s5_gain_seasonxp_progressivea_03",
- "challenge_bundle_id": "QS05-QuestBundle_S5_ProgressiveA",
- "objectives": {
- "athena_s5_season_gain_xp_progressive_a_03": 50000
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "CosmeticVariantToken:vtid_021_drift_stage3",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS05-Quest_BR_S5_Gain_SeasonXP_ProgressiveA_04": {
- "templateId": "Quest:quest_br_s5_gain_seasonxp_progressivea_04",
- "challenge_bundle_id": "QS05-QuestBundle_S5_ProgressiveA",
- "objectives": {
- "athena_s5_season_gain_xp_progressive_a_04": 100000
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "CosmeticVariantToken:vtid_022_drift_stage4",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS05-Quest_BR_S5_Gain_SeasonXP_ProgressiveA_05": {
- "templateId": "Quest:quest_br_s5_gain_seasonxp_progressivea_05",
- "challenge_bundle_id": "QS05-QuestBundle_S5_ProgressiveA",
- "objectives": {
- "athena_s5_season_gain_xp_progressive_a_05": 200000
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "CosmeticVariantToken:vtid_023_drift_stage5",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS05-Quest_BR_S5_Gain_SeasonXP_ProgressiveB_01": {
- "templateId": "Quest:quest_br_s5_gain_seasonxp_progressiveb_01",
- "challenge_bundle_id": "QS05-QuestBundle_S5_ProgressiveB",
- "objectives": {
- "athena_s5_season_gain_xp_progressive_b_01": 35000
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "CosmeticVariantToken:vtid_027_darkviking_stage1",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS05-Quest_BR_S5_Gain_SeasonXP_ProgressiveB_02": {
- "templateId": "Quest:quest_br_s5_gain_seasonxp_progressiveb_02",
- "challenge_bundle_id": "QS05-QuestBundle_S5_ProgressiveB",
- "objectives": {
- "athena_s5_season_gain_xp_progressive_b_02": 75000
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "CosmeticVariantToken:vtid_028_darkviking_stage2",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS05-Quest_BR_S5_Gain_SeasonXP_ProgressiveB_03": {
- "templateId": "Quest:quest_br_s5_gain_seasonxp_progressiveb_03",
- "challenge_bundle_id": "QS05-QuestBundle_S5_ProgressiveB",
- "objectives": {
- "athena_s5_season_gain_xp_progressive_b_03": 125000
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "CosmeticVariantToken:vtid_029_darkviking_stage3",
- "quantity": 1
- },
- {
- "templateId": "AthenaBackpack:bid_073_darkviking",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS05-Quest_BR_S5_Gain_SeasonXP_ProgressiveB_04": {
- "templateId": "Quest:quest_br_s5_gain_seasonxp_progressiveb_04",
- "challenge_bundle_id": "QS05-QuestBundle_S5_ProgressiveB",
- "objectives": {
- "athena_s5_season_gain_xp_progressive_b_04": 250000
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "CosmeticVariantToken:vtid_030_darkviking_stage4",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS05-Quest_BR_S5_Gain_SeasonXP_ProgressiveB_05": {
- "templateId": "Quest:quest_br_s5_gain_seasonxp_progressiveb_05",
- "challenge_bundle_id": "QS05-QuestBundle_S5_ProgressiveB",
- "objectives": {
- "athena_s5_season_gain_xp_progressive_b_05": 500000
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "CosmeticVariantToken:vtid_031_darkviking_stage5",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS05-Quest_BR_Play_Birthday": {
- "templateId": "Quest:quest_br_play_birthday",
- "challenge_bundle_id": "QS05-QuestBundle_Birthday2018_BR",
- "objectives": {
- "birthdaybundle_athena_play_matches": 14
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 5000
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS05-Quest_BR_Damage_Birthday": {
- "templateId": "Quest:quest_br_damage_birthday",
- "challenge_bundle_id": "QS05-QuestBundle_Birthday2018_BR",
- "objectives": {
- "birthdaybundle_damage_athena_player": 1000
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AthenaDance:emoji_birthday2018",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS05-Quest_BR_Dance_ScavengerHunt_BirthdayCakes": {
- "templateId": "Quest:quest_br_dance_scavengerhunt_birthdaycakes",
- "challenge_bundle_id": "QS05-QuestBundle_Birthday2018_BR",
- "objectives": {
- "birthdaybundle_dance_location_birthdaycake_01": 1,
- "birthdaybundle_dance_location_birthdaycake_02": 1,
- "birthdaybundle_dance_location_birthdaycake_03": 1,
- "birthdaybundle_dance_location_birthdaycake_04": 1,
- "birthdaybundle_dance_location_birthdaycake_05": 1,
- "birthdaybundle_dance_location_birthdaycake_06": 1,
- "birthdaybundle_dance_location_birthdaycake_07": 1,
- "birthdaybundle_dance_location_birthdaycake_08": 1,
- "birthdaybundle_dance_location_birthdaycake_09": 1,
- "birthdaybundle_dance_location_birthdaycake_10": 1
- },
- "objectiveCompletionCount": 10,
- "rewards": [
- {
- "templateId": "AthenaDance:spid_040_birthday2018",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- }
- }
- },
- "Season06": {
- "ChallengeBundleSchedules": {
- "QS06-Schedule_Fortnitemares": {
- "templateId": "ChallengeBundleSchedule:schedule_fortnitemares",
- "granted_bundles": [
- "QS06-QuestBundle_Fortnitemares_Part1",
- "QS06-QuestBundle_Fortnitemares_Part2",
- "QS06-QuestBundle_Fortnitemares_Part3",
- "QS06-QuestBundle_Fortnitemares_Part4"
- ]
- },
- "QS06-Schedule_LTM_LilKevin": {
- "templateId": "ChallengeBundleSchedule:schedule_ltm_lilkevin",
- "granted_bundles": [
- "QS06-QuestBundle_LTM_LilKevin"
- ]
- },
- "QS06-Season6_Free_Schedule": {
- "templateId": "ChallengeBundleSchedule:season6_free_schedule",
- "granted_bundles": [
- "QS06-QuestBundle_S6_Week_001",
- "QS06-QuestBundle_S6_Week_002",
- "QS06-QuestBundle_S6_Week_003",
- "QS06-QuestBundle_S6_Week_004",
- "QS06-QuestBundle_S6_Week_005",
- "QS06-QuestBundle_S6_Week_006",
- "QS06-QuestBundle_S6_Week_007",
- "QS06-QuestBundle_S6_Week_008",
- "QS06-QuestBundle_S6_Week_009",
- "QS06-QuestBundle_S6_Week_010"
- ]
- },
- "QS06-Season6_Paid_Schedule": {
- "templateId": "ChallengeBundleSchedule:season6_paid_schedule",
- "granted_bundles": [
- "QS06-QuestBundle_S6_Cumulative"
- ]
- },
- "QS06-Season6_ProgressiveA_Schedule": {
- "templateId": "ChallengeBundleSchedule:season6_progressivea_schedule",
- "granted_bundles": [
- "QS06-QuestBundle_S6_ProgressiveA"
- ]
- },
- "QS06-Season6_ProgressiveB_Schedule": {
- "templateId": "ChallengeBundleSchedule:season6_progressiveb_schedule",
- "granted_bundles": [
- "QS06-QuestBundle_S6_ProgressiveB"
- ]
- }
- },
- "ChallengeBundles": {
- "QS06-QuestBundle_Fortnitemares_Part1": {
- "templateId": "ChallengeBundle:questbundle_fortnitemares_part1",
- "challenge_bundle_schedule_id": "QS06-Schedule_Fortnitemares",
- "grantedquestinstanceids": [
- "QS06-Quest_FNM_Elim_AI",
- "QS06-Quest_FNM_Dam_PistolAR_AI",
- "QS06-Quest_FNM_Visit_CorruptedAreas",
- "QS06-Quest_FNM_Dance_ScavengerHunt_Gargoyles"
- ],
- "completionRewards": {
- "-1": [
- {
- "templateId": "AthenaDance:emoji_fiery",
- "quantity": 1,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_fortnitemareschallenges",
- "giftBoxFormatData": {}
- }
- }
- ]
- }
- },
- "QS06-QuestBundle_Fortnitemares_Part2": {
- "templateId": "ChallengeBundle:questbundle_fortnitemares_part2",
- "challenge_bundle_schedule_id": "QS06-Schedule_Fortnitemares",
- "grantedquestinstanceids": [
- "QS06-Quest_FNM_Elim_AI_Fiend",
- "QS06-Quest_FNM_Dam_ShotgunSMG_AI",
- "QS06-Quest_FNM_Eliminate_Location_CorruptedAreas",
- "QS06-Quest_FNM_Destroy_ScavengerHunt_GhostDecos"
- ],
- "completionRewards": {
- "-1": [
- {
- "templateId": "AthenaDance:spid_063_cowboy",
- "quantity": 1,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_fortnitemareschallenges",
- "giftBoxFormatData": {}
- }
- }
- ]
- }
- },
- "QS06-QuestBundle_Fortnitemares_Part3": {
- "templateId": "ChallengeBundle:questbundle_fortnitemares_part3",
- "challenge_bundle_schedule_id": "QS06-Schedule_Fortnitemares",
- "grantedquestinstanceids": [
- "QS06-Quest_FNM_Elim_AI_Brute",
- "QS06-Quest_FNM_Dam_ExplosiveWeapons_AI",
- "QS06-Quest_FNM_Interact_Chests_Location_CorruptedAreas",
- "QS06-Quest_FNM_Visit_Chain1_WailingWoods"
- ],
- "completionRewards": {
- "-1": [
- {
- "templateId": "AthenaSkyDiveContrail:trails_id_31_greenflame",
- "quantity": 1,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_fortnitemareschallenges",
- "giftBoxFormatData": {}
- }
- }
- ]
- }
- },
- "QS06-QuestBundle_Fortnitemares_Part4": {
- "templateId": "ChallengeBundle:questbundle_fortnitemares_part4",
- "challenge_bundle_schedule_id": "QS06-Schedule_Fortnitemares",
- "grantedquestinstanceids": [
- "QS06-Quest_FNM_Elim_AI_Elite",
- "QS06-Quest_FNM_Damage_MonsterSpawners",
- "QS06-Quest_FNM_Dam_AI_SingleMatch",
- "QS06-Quest_FNM_Visit_CorruptedAreas_SingleMatch",
- "QS06-Quest_FNM_Destroy_MonsterSpawners",
- "QS06-Quest_FNM_CompleteQuests"
- ],
- "completionRewards": {
- "-1": [
- {
- "templateId": "AthenaGlider:glider_id_088_evilcowboy",
- "quantity": 1,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_fortnitemareschallenges",
- "giftBoxFormatData": {}
- }
- }
- ]
- }
- },
- "QS06-QuestBundle_LTM_LilKevin": {
- "templateId": "ChallengeBundle:questbundle_ltm_lilkevin",
- "challenge_bundle_schedule_id": "QS06-Schedule_LTM_LilKevin",
- "grantedquestinstanceids": [
- "QS06-Quest_BR_LilKevin_Play_Matches",
- "QS06-Quest_BR_LilKevin_Gain_XP",
- "QS06-Quest_BR_LilKevin_Outlive_Opponents"
- ],
- "completionRewards": {
- "-1": [
- {
- "templateId": "AthenaBackpack:bid_147_lilkev",
- "quantity": 1,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_fortnitemareschallenges",
- "giftBoxFormatData": {}
- }
- }
- ]
- }
- },
- "QS06-QuestBundle_S6_Week_001": {
- "templateId": "ChallengeBundle:questbundle_s6_week_001",
- "challenge_bundle_schedule_id": "QS06-Season6_Free_Schedule",
- "grantedquestinstanceids": [
- "QS06-Quest_BR_Collect_LegendaryItem_DifferentMatches",
- "QS06-Quest_BR_Heal_CozyCampfire_",
- "QS06-Quest_BR_Interact_Chests_ChainSearch",
- "QS06-Quest_BR_Heal_Shields",
- "QS06-Quest_BR_Land_Junk_Chain_01A",
- "QS06-Quest_BR_Dance_ScavengerHunt_Streetlights",
- "QS06-Quest_BR_Eliminate_Location_Different"
- ],
- "completionRewards": {
- "1": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "2": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "3": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "4": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 5000,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_challengecomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "5": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "6": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "-1": [
- {
- "templateId": "Token:athenabattlepass_weeklybundle_token",
- "quantity": 1,
- "giftBoxToUse": {}
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ]
- }
- },
- "QS06-QuestBundle_S6_Week_002": {
- "templateId": "ChallengeBundle:questbundle_s6_week_002",
- "challenge_bundle_schedule_id": "QS06-Season6_Free_Schedule",
- "grantedquestinstanceids": [
- "QS06-Quest_BR_Visit_SevenSeals",
- "QS06-Quest_BR_Interact_SpookyMist_DifferentMatches",
- "QS06-Quest_BR_Damage_AR_Chain_A",
- "QS06-Quest_BR_Eliminate_MinDistance",
- "QS06-Quest_BR_Damage_Pistol",
- "QS06-Quest_BR_Eliminate_Weapon_SMG",
- "QS06-Quest_BR_Damage_Sniper_Hunting_Chain_A"
- ],
- "completionRewards": {
- "1": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "2": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "3": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "4": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 5000,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_challengecomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "5": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "6": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "-1": [
- {
- "templateId": "Token:athenabattlepass_weeklybundle_token",
- "quantity": 1,
- "giftBoxToUse": {}
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ]
- }
- },
- "QS06-QuestBundle_S6_Week_003": {
- "templateId": "ChallengeBundle:questbundle_s6_week_003",
- "challenge_bundle_schedule_id": "QS06-Season6_Free_Schedule",
- "grantedquestinstanceids": [
- "QS06-Quest_BR_Revive_DifferentMatches",
- "QS06-Quest_BR_Interact_Chests_QuestChain_01_A",
- "QS06-Quest_BR_Eliminate_Trap",
- "QS06-Quest_BR_Visit_TwoNamedLocs_Chain_01_A",
- "QS06-Quest_BR_HitPlayer_With_TomatoEmote",
- "QS06-Quest_BR_Timed_Trials",
- "QS06-Quest_BR_Eliminate"
- ],
- "completionRewards": {
- "1": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "2": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "3": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "4": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 5000,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_challengecomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "5": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "6": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "-1": [
- {
- "templateId": "Token:athenabattlepass_weeklybundle_token",
- "quantity": 1,
- "giftBoxToUse": {}
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ]
- }
- },
- "QS06-QuestBundle_S6_Week_004": {
- "templateId": "ChallengeBundle:questbundle_s6_week_004",
- "challenge_bundle_schedule_id": "QS06-Season6_Free_Schedule",
- "grantedquestinstanceids": [
- "QS06-Quest_BR_Use_PortaFort",
- "QS06-Quest_BR_Interact_AmmoBox_Locations_Different",
- "QS06-Quest_BR_RingDoorbell_DifferentHouses",
- "QS06-Quest_BR_Land_Chain_02A",
- "QS06-Quest_BR_Dance_ScavengerHunt_Locations_Chain_01A",
- "QS06-Quest_BR_Shoot_SpecificTargets",
- "QS06-Quest_BR_Eliminate_Location_SevenSeals"
- ],
- "completionRewards": {
- "1": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "2": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "3": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "4": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 5000,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_challengecomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "5": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "6": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "-1": [
- {
- "templateId": "Token:athenabattlepass_weeklybundle_token",
- "quantity": 1,
- "giftBoxToUse": {}
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ]
- }
- },
- "QS06-QuestBundle_S6_Week_005": {
- "templateId": "ChallengeBundle:questbundle_s6_week_005",
- "challenge_bundle_schedule_id": "QS06-Season6_Free_Schedule",
- "grantedquestinstanceids": [
- "QS06-Quest_BR_RecordSpeed_RadarSigns",
- "QS06-Quest_BR_Touch_FlamingRings_Vehicle",
- "QS06-Quest_BR_Damage_Chain_Shotgun_A",
- "QS06-Quest_BR_Eliminate_MaxDistance",
- "QS06-Quest_BR_Damage_SMG",
- "QS06-Quest_BR_Eliminate_Weapon_Minigun",
- "QS06-Quest_BR_Damage_Chain_Pistol_A"
- ],
- "completionRewards": {
- "1": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "2": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "3": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "4": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 5000,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_challengecomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "5": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "6": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "-1": [
- {
- "templateId": "Token:athenabattlepass_weeklybundle_token",
- "quantity": 1,
- "giftBoxToUse": {}
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ]
- }
- },
- "QS06-QuestBundle_S6_Week_006": {
- "templateId": "ChallengeBundle:questbundle_s6_week_006",
- "challenge_bundle_schedule_id": "QS06-Season6_Free_Schedule",
- "grantedquestinstanceids": [
- "QS06-Quest_BR_Use_FreezeTrap",
- "QS06-Quest_BR_Interact_Chests_Locations_Different",
- "QS06-Quest_BR_Eliminate_Weapon_Shotgun",
- "QS06-Quest_BR_Land_Chain_03A",
- "QS06-Quest_BR_Damage_Pickaxe",
- "QS06-Quest_BR_PianoChain_Visit_Map1",
- "QS06-Quest_BR_Eliminate_Weapon_RarityChain_Grey"
- ],
- "completionRewards": {
- "1": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "2": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "3": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "4": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 6000,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_challengecomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "5": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "6": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "-1": [
- {
- "templateId": "Token:athenabattlepass_weeklybundle_token",
- "quantity": 1,
- "giftBoxToUse": {}
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ]
- }
- },
- "QS06-QuestBundle_S6_Week_007": {
- "templateId": "ChallengeBundle:questbundle_s6_week_007",
- "challenge_bundle_schedule_id": "QS06-Season6_Free_Schedule",
- "grantedquestinstanceids": [
- "QS06-Quest_BR_Interact_AmmoBoxes_SingleMatch",
- "QS06-Quest_BR_Damage_Headshot",
- "QS06-Quest_BR_Damage_SingleMatch_Chain_1",
- "QS06-Quest_BR_Destroy_TreesRocksCars_Chain_01_A",
- "QS06-Quest_BR_Skydive_Rings",
- "QS06-Quest_BR_Interact_HealingItems_QuestChain_01_A",
- "QS06-Quest_BR_Eliminate_Location_PleasantPark"
- ],
- "completionRewards": {
- "1": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "2": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "3": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "4": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 7000,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_challengecomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "5": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "6": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "-1": [
- {
- "templateId": "Token:athenabattlepass_weeklybundle_token",
- "quantity": 1,
- "giftBoxToUse": {}
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ]
- }
- },
- "QS06-QuestBundle_S6_Week_008": {
- "templateId": "ChallengeBundle:questbundle_s6_week_008",
- "challenge_bundle_schedule_id": "QS06-Season6_Free_Schedule",
- "grantedquestinstanceids": [
- "QS06-Quest_BR_Visit_Chain_LonelyRetailJunkPleasantFlushFatalHauntedLazyTomatoShifty_SingleMatchA",
- "QS06-Quest_BR_Dance_FishTrophy_DifferentNamedLocations",
- "QS06-Quest_BR_Eliminate_SixShooter_HeavyAssault",
- "QS06-Quest_BR_Destroy_SpecificTargets",
- "QS06-Quest_BR_TrickPoint_Vehicle",
- "QS06-Quest_BR_Visit_NamedLocations_SingleMatch",
- "QS06-Quest_BR_Use_HookPadRift_Chain_A"
- ],
- "completionRewards": {
- "1": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "2": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "3": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "4": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 8000,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_challengecomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "5": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "6": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "-1": [
- {
- "templateId": "Token:athenabattlepass_weeklybundle_token",
- "quantity": 1,
- "giftBoxToUse": {}
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ]
- }
- },
- "QS06-QuestBundle_S6_Week_009": {
- "templateId": "ChallengeBundle:questbundle_s6_week_009",
- "challenge_bundle_schedule_id": "QS06-Season6_Free_Schedule",
- "grantedquestinstanceids": [
- "QS06-Quest_BR_TrickPoint__Airtime_Vehicle",
- "QS06-Quest_BR_ScavengerHunt_PopBalloons_on_Clowns_DifferentLocations",
- "QS06-Quest_BR_Interact_Chain_Shroom_SmShld_ShldPotion_ChugJug_A",
- "QS06-Quest_BR_Damage_ThrownWeapons",
- "QS06-Quest_BR_Damage_Enemy_Buildings_TNT",
- "QS06-Quest_BR_Eliminate_Weapon_Rocket_GrenadeLaucher",
- "QS06-Quest_BR_Damage_Chain_Grenage_GrenadeLauncher_Rocket_A"
- ],
- "completionRewards": {
- "1": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "2": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "3": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "4": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 9000,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_challengecomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "5": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "6": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "-1": [
- {
- "templateId": "Token:athenabattlepass_weeklybundle_token",
- "quantity": 1,
- "giftBoxToUse": {}
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ]
- }
- },
- "QS06-QuestBundle_S6_Week_010": {
- "templateId": "ChallengeBundle:questbundle_s6_week_010",
- "challenge_bundle_schedule_id": "QS06-Season6_Free_Schedule",
- "grantedquestinstanceids": [
- "QS06-Quest_BR_Build_Structures",
- "QS06-Quest_BR_Visit_ScavengerHunt_Three_Locs",
- "QS06-Quest_BR_Interact_Chests_Location_TiltedOrParadise",
- "QS06-Quest_BR_Place_MountedTurret",
- "QS06-Quest_BR_Land_Chain_LazySnobbyLuckyLonelySalty_A",
- "QS06-Quest_BR_Timed_Trials_Vehicle",
- "QS06-Quest_BR_Eliminate_QuestChain_03_A"
- ],
- "completionRewards": {
- "1": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "2": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "3": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "4": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 10000,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_challengecomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "5": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "6": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "-1": [
- {
- "templateId": "Token:athenabattlepass_weeklybundle_token",
- "quantity": 1,
- "giftBoxToUse": {}
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ]
- }
- },
- "QS06-QuestBundle_S6_Cumulative": {
- "templateId": "ChallengeBundle:questbundle_s6_cumulative",
- "challenge_bundle_schedule_id": "QS06-Season6_Paid_Schedule",
- "grantedquestinstanceids": [
- "QS06-Quest_BR_S6_Cumulative_CollectTokens_01",
- "QS06-Quest_BR_S6_Cumulative_CollectTokens_02",
- "QS06-Quest_BR_S6_Cumulative_CollectTokens_03",
- "QS06-Quest_BR_S6_Cumulative_CollectTokens_04",
- "QS06-Quest_BR_S6_Cumulative_CollectTokens_05",
- "QS06-Quest_BR_S6_Cumulative_CollectTokens_06",
- "QS06-Quest_BR_S6_Cumulative_CollectTokens_07",
- "QS06-Quest_BR_S6_Cumulative_CollectTokens_08",
- "QS06-Quest_BR_S6_Cumulative_CollectTokens_09",
- "QS06-Quest_BR_S6_Cumulative_CollectTokens_10"
- ],
- "completionRewards": {
- "7": [
- {
- "templateId": "Token:athenamysterytokenseason6",
- "quantity": 1,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_challengecomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "AthenaCharacter:cid_267_athena_commando_m_robotred",
- "quantity": 1,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_challengecomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "AthenaBackpack:bid_148_robotred",
- "quantity": 1,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_challengecomplete",
- "giftBoxFormatData": {}
- }
- }
- ]
- }
- },
- "QS06-QuestBundle_S6_ProgressiveA": {
- "templateId": "ChallengeBundle:questbundle_s6_progressivea",
- "challenge_bundle_schedule_id": "QS06-Season6_ProgressiveA_Schedule",
- "grantedquestinstanceids": [
- "QS06-Quest_BR_S6_Gain_SeasonXP_ProgressiveA_01",
- "QS06-Quest_BR_S6_Gain_SeasonXP_ProgressiveA_02",
- "QS06-Quest_BR_S6_Gain_SeasonXP_ProgressiveA_03",
- "QS06-Quest_BR_S6_Gain_SeasonXP_ProgressiveA_04",
- "QS06-Quest_BR_S6_Gain_SeasonXP_ProgressiveA_05",
- "QS06-Quest_BR_S6_Complete_WeeklyChallenges_ProgressiveA_01",
- "QS06-Quest_BR_S6_Complete_WeeklyChallenges_ProgressiveA_02",
- "QS06-Quest_BR_S6_Complete_WeeklyChallenges_ProgressiveA_03"
- ],
- "completionRewards": {
- "5": [
- {
- "templateId": "AthenaPickaxe:pickaxe_id_104_cowgirl",
- "quantity": 1,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_challengecomplete",
- "giftBoxFormatData": {}
- }
- }
- ]
- }
- },
- "QS06-QuestBundle_S6_ProgressiveB": {
- "templateId": "ChallengeBundle:questbundle_s6_progressiveb",
- "challenge_bundle_schedule_id": "QS06-Season6_ProgressiveB_Schedule",
- "grantedquestinstanceids": [
- "QS06-Quest_BR_S6_Gain_SeasonXP_ProgressiveB_01",
- "QS06-Quest_BR_S6_Gain_SeasonXP_ProgressiveB_02",
- "QS06-Quest_BR_S6_Gain_SeasonXP_ProgressiveB_03",
- "QS06-Quest_BR_S6_Gain_SeasonXP_ProgressiveB_04",
- "QS06-Quest_BR_S6_Gain_SeasonXP_ProgressiveB_05",
- "QS06-Quest_BR_S6_Complete_WeeklyChallenges_ProgressiveB_01",
- "QS06-Quest_BR_S6_Complete_WeeklyChallenges_ProgressiveB_02",
- "QS06-Quest_BR_S6_Complete_WeeklyChallenges_ProgressiveB_03"
- ],
- "completionRewards": {
- "5": [
- {
- "templateId": "AthenaBackpack:bid_120_werewolf",
- "quantity": 1,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_challengecomplete",
- "giftBoxFormatData": {}
- }
- }
- ]
- }
- }
- },
- "Quests": {
- "QS06-Quest_FNM_Elim_AI": {
- "templateId": "Quest:quest_fnm_elim_ai",
- "challenge_bundle_id": "QS06-QuestBundle_Fortnitemares_Part1",
- "objectives": {
- "fortnitemares_killingblow_athena_ai": 200
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 500
- }
- ],
- "hiddenRewards": [
- {
- "templateId": "Token:athenafortnitemares_challenge_token",
- "quantity": 1
- }
- ],
- "giftBoxToUse": {}
- },
- "QS06-Quest_FNM_Dam_PistolAR_AI": {
- "templateId": "Quest:quest_fnm_dam_pistolar_ai",
- "challenge_bundle_id": "QS06-QuestBundle_Fortnitemares_Part1",
- "objectives": {
- "fortnitemares_damage_athena_ai_ar_pistol": 5000
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 500
- }
- ],
- "hiddenRewards": [
- {
- "templateId": "Token:athenafortnitemares_challenge_token",
- "quantity": 1
- }
- ],
- "giftBoxToUse": {}
- },
- "QS06-Quest_FNM_Visit_CorruptedAreas": {
- "templateId": "Quest:quest_fnm_visit_corruptedareas",
- "challenge_bundle_id": "QS06-QuestBundle_Fortnitemares_Part1",
- "objectives": {
- "fortnitemares_visit_athena_location_seals": 7
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 500
- }
- ],
- "hiddenRewards": [
- {
- "templateId": "Token:athenafortnitemares_challenge_token",
- "quantity": 1
- }
- ],
- "giftBoxToUse": {}
- },
- "QS06-Quest_FNM_Dance_ScavengerHunt_Gargoyles": {
- "templateId": "Quest:quest_fnm_dance_scavengerhunt_gargoyles",
- "challenge_bundle_id": "QS06-QuestBundle_Fortnitemares_Part1",
- "objectives": {
- "fortnitemares_dance_location_gargoyles_01": 1,
- "fortnitemares_dance_location_gargoyles_02": 1,
- "fortnitemares_dance_location_gargoyles_03": 1,
- "fortnitemares_dance_location_gargoyles_04": 1,
- "fortnitemares_dance_location_gargoyles_05": 1,
- "fortnitemares_dance_location_gargoyles_06": 1,
- "fortnitemares_dance_location_gargoyles_07": 1,
- "fortnitemares_dance_location_gargoyles_08": 1,
- "fortnitemares_dance_location_gargoyles_09": 1,
- "fortnitemares_dance_location_gargoyles_10": 1
- },
- "objectiveCompletionCount": 5,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 500
- }
- ],
- "hiddenRewards": [
- {
- "templateId": "Token:athenafortnitemares_challenge_token",
- "quantity": 1
- }
- ],
- "giftBoxToUse": {}
- },
- "QS06-Quest_FNM_Elim_AI_Fiend": {
- "templateId": "Quest:quest_fnm_elim_ai_fiend",
- "challenge_bundle_id": "QS06-QuestBundle_Fortnitemares_Part2",
- "objectives": {
- "fortnitemares_killingblow_athena_ai_fiend": 150
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 500
- }
- ],
- "hiddenRewards": [
- {
- "templateId": "Token:athenafortnitemares_challenge_token",
- "quantity": 1
- }
- ],
- "giftBoxToUse": {}
- },
- "QS06-Quest_FNM_Dam_ShotgunSMG_AI": {
- "templateId": "Quest:quest_fnm_dam_shotgunsmg_ai",
- "challenge_bundle_id": "QS06-QuestBundle_Fortnitemares_Part2",
- "objectives": {
- "fortnitemares_damage_athena_ai_shotgun_smg": 5000
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 500
- }
- ],
- "hiddenRewards": [
- {
- "templateId": "Token:athenafortnitemares_challenge_token",
- "quantity": 1
- }
- ],
- "giftBoxToUse": {}
- },
- "QS06-Quest_FNM_Eliminate_Location_CorruptedAreas": {
- "templateId": "Quest:quest_fnm_eliminate_location_corruptedareas",
- "challenge_bundle_id": "QS06-QuestBundle_Fortnitemares_Part2",
- "objectives": {
- "fortnitemares_killingblow_athena_player_sevenseals": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 500
- }
- ],
- "hiddenRewards": [
- {
- "templateId": "Token:athenafortnitemares_challenge_token",
- "quantity": 1
- }
- ],
- "giftBoxToUse": {}
- },
- "QS06-Quest_FNM_Destroy_ScavengerHunt_GhostDecos": {
- "templateId": "Quest:quest_fnm_destroy_scavengerhunt_ghostdecos",
- "challenge_bundle_id": "QS06-QuestBundle_Fortnitemares_Part2",
- "objectives": {
- "fortnitemares_destroy_ghostdecos_location_junkjunction": 1,
- "fortnitemares_destroy_ghostdecos_location_lazylinks": 1,
- "fortnitemares_destroy_ghostdecos_location_riskyreels": 1,
- "fortnitemares_destroy_ghostdecos_location_wailingwoods": 1,
- "fortnitemares_destroy_ghostdecos_location_lonelylodge": 1,
- "fortnitemares_destroy_ghostdecos_location_tomatotemple": 1,
- "fortnitemares_destroy_ghostdecos_location_leakylake": 1,
- "fortnitemares_destroy_ghostdecos_location_hauntedhills": 1,
- "fortnitemares_destroy_ghostdecos_location_snobbyshores": 1,
- "fortnitemares_destroy_ghostdecos_location_tiltedtowers": 1,
- "fortnitemares_destroy_ghostdecos_location_dustydivot": 1,
- "fortnitemares_destroy_ghostdecos_location_retailrow": 1,
- "fortnitemares_destroy_ghostdecos_location_paradisepalms": 1,
- "fortnitemares_destroy_ghostdecos_location_saltysprings": 1,
- "fortnitemares_destroy_ghostdecos_location_shiftyshafts": 1,
- "fortnitemares_destroy_ghostdecos_location_greasygrove": 1,
- "fortnitemares_destroy_ghostdecos_location_flushfactory": 1,
- "fortnitemares_destroy_ghostdecos_location_fatalfields": 1,
- "fortnitemares_destroy_ghostdecos_location_luckylanding": 1,
- "fortnitemares_destroy_ghostdecos_location_pleasantpark": 1
- },
- "objectiveCompletionCount": 7,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 500
- }
- ],
- "hiddenRewards": [
- {
- "templateId": "Token:athenafortnitemares_challenge_token",
- "quantity": 1
- }
- ],
- "giftBoxToUse": {}
- },
- "QS06-Quest_FNM_Elim_AI_Brute": {
- "templateId": "Quest:quest_fnm_elim_ai_brute",
- "challenge_bundle_id": "QS06-QuestBundle_Fortnitemares_Part3",
- "objectives": {
- "fortnitemares_killingblow_athena_ai_brute": 25
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 500
- }
- ],
- "hiddenRewards": [
- {
- "templateId": "Token:athenafortnitemares_challenge_token",
- "quantity": 1
- }
- ],
- "giftBoxToUse": {}
- },
- "QS06-Quest_FNM_Dam_ExplosiveWeapons_AI": {
- "templateId": "Quest:quest_fnm_dam_explosiveweapons_ai",
- "challenge_bundle_id": "QS06-QuestBundle_Fortnitemares_Part3",
- "objectives": {
- "fortnitemares_damage_athena_ai_explosive_weapons": 2000
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 500
- }
- ],
- "hiddenRewards": [
- {
- "templateId": "Token:athenafortnitemares_challenge_token",
- "quantity": 1
- }
- ],
- "giftBoxToUse": {}
- },
- "QS06-Quest_FNM_Interact_Chests_Location_CorruptedAreas": {
- "templateId": "Quest:quest_fnm_interact_chests_location_corruptedareas",
- "challenge_bundle_id": "QS06-QuestBundle_Fortnitemares_Part3",
- "objectives": {
- "fortnitemares_interact_athena_treasurechest_sevenseals": 7
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 500
- }
- ],
- "hiddenRewards": [
- {
- "templateId": "Token:athenafortnitemares_challenge_token",
- "quantity": 1
- }
- ],
- "giftBoxToUse": {}
- },
- "QS06-Quest_FNM_Visit_Chain3_HauntedHills": {
- "templateId": "Quest:quest_fnm_visit_chain3_hauntedhills",
- "challenge_bundle_id": "QS06-QuestBundle_Fortnitemares_Part3",
- "objectives": {
- "fortnitemares_visit_chain_location_hauntedhills": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 200
- }
- ],
- "hiddenRewards": [
- {
- "templateId": "Token:athenafortnitemares_challenge_token",
- "quantity": 1
- }
- ],
- "giftBoxToUse": {}
- },
- "QS06-Quest_FNM_Visit_Chain2_FatalFields": {
- "templateId": "Quest:quest_fnm_visit_chain2_fatalfields",
- "challenge_bundle_id": "QS06-QuestBundle_Fortnitemares_Part3",
- "objectives": {
- "fortnitemares_visit_chain_location_fatalfields": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 150
- },
- {
- "templateId": "Quest:quest_fnm_visit_chain3_hauntedhills",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_FNM_Visit_Chain1_WailingWoods": {
- "templateId": "Quest:quest_fnm_visit_chain1_wailingwoods",
- "challenge_bundle_id": "QS06-QuestBundle_Fortnitemares_Part3",
- "objectives": {
- "fortnitemares_visit_chain_location_wailingwoods": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 150
- },
- {
- "templateId": "Quest:quest_fnm_visit_chain2_fatalfields",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_FNM_Elim_AI_Elite": {
- "templateId": "Quest:quest_fnm_elim_ai_elite",
- "challenge_bundle_id": "QS06-QuestBundle_Fortnitemares_Part4",
- "objectives": {
- "fortnitemares_killingblow_athena_ai_elite": 10
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 500
- }
- ],
- "hiddenRewards": [
- {
- "templateId": "Token:athenafortnitemares_challenge_token",
- "quantity": 1
- }
- ],
- "giftBoxToUse": {}
- },
- "QS06-Quest_FNM_Damage_MonsterSpawners": {
- "templateId": "Quest:quest_fnm_damage_monsterspawners",
- "challenge_bundle_id": "QS06-QuestBundle_Fortnitemares_Part4",
- "objectives": {
- "fortnitemares_damage_monsterspawner": 2500
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 500
- }
- ],
- "hiddenRewards": [
- {
- "templateId": "Token:athenafortnitemares_challenge_token",
- "quantity": 1
- }
- ],
- "giftBoxToUse": {}
- },
- "QS06-Quest_FNM_Dam_AI_SingleMatch": {
- "templateId": "Quest:quest_fnm_dam_ai_singlematch",
- "challenge_bundle_id": "QS06-QuestBundle_Fortnitemares_Part4",
- "objectives": {
- "fortnitemares_damage_athena_ai_single_match": 1000
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 500
- }
- ],
- "hiddenRewards": [
- {
- "templateId": "Token:athenafortnitemares_challenge_token",
- "quantity": 1
- }
- ],
- "giftBoxToUse": {}
- },
- "QS06-Quest_FNM_Visit_CorruptedAreas_SingleMatch": {
- "templateId": "Quest:quest_fnm_visit_corruptedareas_singlematch",
- "challenge_bundle_id": "QS06-QuestBundle_Fortnitemares_Part4",
- "objectives": {
- "fortnitemares_visit_athena_location_seal_01": 1,
- "fortnitemares_visit_athena_location_seal_02": 1,
- "fortnitemares_visit_athena_location_seal_03": 1,
- "fortnitemares_visit_athena_location_seal_04": 1,
- "fortnitemares_visit_athena_location_seal_05": 1,
- "fortnitemares_visit_athena_location_seal_06": 1,
- "fortnitemares_visit_athena_location_seal_07": 1
- },
- "objectiveCompletionCount": 4,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 500
- }
- ],
- "hiddenRewards": [
- {
- "templateId": "Token:athenafortnitemares_challenge_token",
- "quantity": 1
- }
- ],
- "giftBoxToUse": {}
- },
- "QS06-Quest_FNM_Destroy_MonsterSpawners": {
- "templateId": "Quest:quest_fnm_destroy_monsterspawners",
- "challenge_bundle_id": "QS06-QuestBundle_Fortnitemares_Part4",
- "objectives": {
- "fortnitemares_destroy_monsterspawner": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 500
- }
- ],
- "hiddenRewards": [
- {
- "templateId": "Token:athenafortnitemares_challenge_token",
- "quantity": 1
- }
- ],
- "giftBoxToUse": {}
- },
- "QS06-Quest_FNM_CompleteQuests": {
- "templateId": "Quest:quest_fnm_completequests",
- "challenge_bundle_id": "QS06-QuestBundle_Fortnitemares_Part4",
- "objectives": {
- "fortnitemares_quest_completequests_tokens": 14
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 500
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_LilKevin_Play_Matches": {
- "templateId": "Quest:quest_br_lilkevin_play_matches",
- "challenge_bundle_id": "QS06-QuestBundle_LTM_LilKevin",
- "objectives": {
- "ltm_lil_kevin_athena_play_matches": 15
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 500
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_LilKevin_Gain_XP": {
- "templateId": "Quest:quest_br_lilkevin_gain_xp",
- "challenge_bundle_id": "QS06-QuestBundle_LTM_LilKevin",
- "objectives": {
- "athena_season_xp_gained": 5000
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 500
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_LilKevin_Outlive_Opponents": {
- "templateId": "Quest:quest_br_lilkevin_outlive_opponents",
- "challenge_bundle_id": "QS06-QuestBundle_LTM_LilKevin",
- "objectives": {
- "ltm_lil_kevin_athena_outlive": 500
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 500
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_Collect_LegendaryItem_DifferentMatches": {
- "templateId": "Quest:quest_br_collect_legendaryitem_differentmatches",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Week_001",
- "objectives": {
- "battlepass_collect_legendaryitem_differentmatches": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_Heal_CozyCampfire_": {
- "templateId": "Quest:quest_br_heal_cozycampfire_",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Week_001",
- "objectives": {
- "battlepass_heal_athena_camp_fire": 150
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_Interact_SupplyLlamas_ChainSearch": {
- "templateId": "Quest:quest_br_interact_supplyllamas_chainsearch",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Week_001",
- "objectives": {
- "battlepass_open_athena_supply_llama_chainsearch": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 4
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_Interact_SupplyDrops_ChainSearch": {
- "templateId": "Quest:quest_br_interact_supplydrops_chainsearch",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Week_001",
- "objectives": {
- "battlepass_interact_athena_supply_drop_chainsearch": 2
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 3
- },
- {
- "templateId": "Quest:quest_br_interact_supplyllamas_chainsearch",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_Interact_Chests_ChainSearch": {
- "templateId": "Quest:quest_br_interact_chests_chainsearch",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Week_001",
- "objectives": {
- "battlepass_chain_search_chests": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 3
- },
- {
- "templateId": "Quest:quest_br_interact_supplydrops_chainsearch",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_Heal_Shields": {
- "templateId": "Quest:quest_br_heal_shields",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Week_001",
- "objectives": {
- "battlepass_heal_athena_shields": 500
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_Land_Flush_Chain_01E": {
- "templateId": "Quest:quest_br_land_flush_chain_01e",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Week_001",
- "objectives": {
- "battlepass_land_athena_location_flush_chain_01e": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_Land_Fatal_Chain_01D": {
- "templateId": "Quest:quest_br_land_fatal_chain_01d",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Week_001",
- "objectives": {
- "battlepass_land_athena_location_fatal_chain_01d": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_land_flush_chain_01e",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_Land_Tilted_Chain_01C": {
- "templateId": "Quest:quest_br_land_tilted_chain_01c",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Week_001",
- "objectives": {
- "battlepass_land_athena_location_tilted_chain_01c": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_land_fatal_chain_01d",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_Land_Tomato_Chain_01B": {
- "templateId": "Quest:quest_br_land_tomato_chain_01b",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Week_001",
- "objectives": {
- "battlepass_land_athena_location_tomato_chain_01b": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_land_tilted_chain_01c",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_Land_Junk_Chain_01A": {
- "templateId": "Quest:quest_br_land_junk_chain_01a",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Week_001",
- "objectives": {
- "battlepass_land_athena_location_junk_chain_01a": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_land_tomato_chain_01b",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_Dance_ScavengerHunt_Streetlights": {
- "templateId": "Quest:quest_br_dance_scavengerhunt_streetlights",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Week_001",
- "objectives": {
- "battlepass_dance_athena_location_streetlights_01": 1,
- "battlepass_dance_athena_location_streetlights_02": 1,
- "battlepass_dance_athena_location_streetlights_03": 1,
- "battlepass_dance_athena_location_streetlights_04": 1,
- "battlepass_dance_athena_location_streetlights_05": 1,
- "battlepass_dance_athena_location_streetlights_06": 1,
- "battlepass_dance_athena_location_streetlights_07": 1,
- "battlepass_dance_athena_location_streetlights_08": 1,
- "battlepass_dance_athena_location_streetlights_09": 1,
- "battlepass_dance_athena_location_streetlights_10": 1,
- "battlepass_dance_athena_location_streetlights_11": 1,
- "battlepass_dance_athena_location_streetlights_12": 1,
- "battlepass_dance_athena_location_streetlights_13": 1,
- "battlepass_dance_athena_location_streetlights_14": 1,
- "battlepass_dance_athena_location_streetlights_15": 1,
- "battlepass_dance_athena_location_streetlights_16": 1,
- "battlepass_dance_athena_location_streetlights_17": 1,
- "battlepass_dance_athena_location_streetlights_18": 1,
- "battlepass_dance_athena_location_streetlights_19": 1,
- "battlepass_dance_athena_location_streetlights_20": 1
- },
- "objectiveCompletionCount": 7,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_Eliminate_Location_Different": {
- "templateId": "Quest:quest_br_eliminate_location_different",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Week_001",
- "objectives": {
- "battlepass_killingblow_athena_player_different_junkjunction": 1,
- "battlepass_killingblow_athena_player_different_hauntedhills": 1,
- "battlepass_killingblow_athena_player_different_pleasantpartk": 1,
- "battlepass_killingblow_athena_player_different_lootlake": 1,
- "battlepass_killingblow_athena_player_different_lazylinks": 1,
- "battlepass_killingblow_athena_player_different_tomatotemple": 1,
- "battlepass_killingblow_athena_player_different_riskyreels": 1,
- "battlepass_killingblow_athena_player_different_wailingwoods": 1,
- "battlepass_killingblow_athena_player_different_snobbyshores": 1,
- "battlepass_killingblow_athena_player_different_greasygrove": 1,
- "battlepass_killingblow_athena_player_different_tiltedtowers": 1,
- "battlepass_killingblow_athena_player_different_shiftyshafts": 1,
- "battlepass_killingblow_athena_player_different_dustydivot": 1,
- "battlepass_killingblow_athena_player_different_saltysprings": 1,
- "battlepass_killingblow_athena_player_different_retailrow": 1,
- "battlepass_killingblow_athena_player_different_lonelylodge": 1,
- "battlepass_killingblow_athena_player_different_flushfactory": 1,
- "battlepass_killingblow_athena_player_different_luckylanding": 1,
- "battlepass_killingblow_athena_player_different_fatalfields": 1,
- "battlepass_killingblow_athena_player_different_paradisepalms": 1
- },
- "objectiveCompletionCount": 5,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_Visit_SevenSeals": {
- "templateId": "Quest:quest_br_visit_sevenseals",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Week_002",
- "objectives": {
- "battlepass_visit_athena_location_seal_01": 1,
- "battlepass_visit_athena_location_seal_02": 1,
- "battlepass_visit_athena_location_seal_03": 1,
- "battlepass_visit_athena_location_seal_04": 1,
- "battlepass_visit_athena_location_seal_05": 1,
- "battlepass_visit_athena_location_seal_06": 1,
- "battlepass_visit_athena_location_seal_07": 1
- },
- "objectiveCompletionCount": 7,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_Interact_SpookyMist_DifferentMatches": {
- "templateId": "Quest:quest_br_interact_spookymist_differentmatches",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Week_002",
- "objectives": {
- "battlepass_interact_athena_spookymist": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_Damage_ARSilenced_Chain_C": {
- "templateId": "Quest:quest_br_damage_arsilenced_chain_c",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Week_002",
- "objectives": {
- "battlepass_damage_athena_player_ar_silenced_chain": 200
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 4
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_Damage_ARBurst_Chain_B": {
- "templateId": "Quest:quest_br_damage_arburst_chain_b",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Week_002",
- "objectives": {
- "battlepass_damage_athena_player_ar_burst_chain": 200
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 3
- },
- {
- "templateId": "Quest:quest_br_damage_arsilenced_chain_c",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_Damage_AR_Chain_A": {
- "templateId": "Quest:quest_br_damage_ar_chain_a",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Week_002",
- "objectives": {
- "battlepass_damage_athena_player_ar_standard_chain": 200
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 3
- },
- {
- "templateId": "Quest:quest_br_damage_arburst_chain_b",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_Eliminate_MinDistance": {
- "templateId": "Quest:quest_br_eliminate_mindistance",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Week_002",
- "objectives": {
- "battlepass_killingblow_athena_players_mindistance": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_Damage_Pistol": {
- "templateId": "Quest:quest_br_damage_pistol",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Week_002",
- "objectives": {
- "battlepass_damage_athena_player_pistol": 500
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_Eliminate_Weapon_SMG": {
- "templateId": "Quest:quest_br_eliminate_weapon_smg",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Week_002",
- "objectives": {
- "battlepass_killingblow_athena_player_smg": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_Damage_Sniper_Heavy_Chain_C": {
- "templateId": "Quest:quest_br_damage_sniper_heavy_chain_c",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Week_002",
- "objectives": {
- "battlepass_damage_athena_player_sniper_heavy_chain": 200
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 4
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_Damage_Sniper_Bolt_Chain_B": {
- "templateId": "Quest:quest_br_damage_sniper_bolt_chain_b",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Week_002",
- "objectives": {
- "battlepass_damage_athena_player_sniper_bolt_chain": 200
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 3
- },
- {
- "templateId": "Quest:quest_br_damage_sniper_heavy_chain_c",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_Damage_Sniper_Hunting_Chain_A": {
- "templateId": "Quest:quest_br_damage_sniper_hunting_chain_a",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Week_002",
- "objectives": {
- "battlepass_damage_athena_player_sniper_hunting_chain": 200
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 3
- },
- {
- "templateId": "Quest:quest_br_damage_sniper_bolt_chain_b",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_Revive_DifferentMatches": {
- "templateId": "Quest:quest_br_revive_differentmatches",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Week_003",
- "objectives": {
- "battlepass_athena_revive_player_differentmatches": 5
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_Interact_Chests_QuestChain_01_E": {
- "templateId": "Quest:quest_br_interact_chests_questchain_01_e",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Week_003",
- "objectives": {
- "battlepass_interact_athena_treasurechest_questchain_paradisepalms": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_Interact_Chests_QuestChain_01_D": {
- "templateId": "Quest:quest_br_interact_chests_questchain_01_d",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Week_003",
- "objectives": {
- "battlepass_interact_athena_treasurechest_questchain_greasygrove": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Quest:quest_br_interact_chests_questchain_01_e",
- "quantity": 1
- },
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_Interact_Chests_QuestChain_01_C": {
- "templateId": "Quest:quest_br_interact_chests_questchain_01_c",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Week_003",
- "objectives": {
- "battlepass_interact_athena_treasurechest_questchain_luckylanding": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Quest:quest_br_interact_chests_questchain_01_d",
- "quantity": 1
- },
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_Interact_Chests_QuestChain_01_B": {
- "templateId": "Quest:quest_br_interact_chests_questchain_01_b",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Week_003",
- "objectives": {
- "battlepass_interact_athena_treasurechest_questchain_retailrow": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Quest:quest_br_interact_chests_questchain_01_c",
- "quantity": 1
- },
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_Interact_Chests_QuestChain_01_A": {
- "templateId": "Quest:quest_br_interact_chests_questchain_01_a",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Week_003",
- "objectives": {
- "battlepass_interact_athena_treasurechest_questchain_pleasantpark": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Quest:quest_br_interact_chests_questchain_01_b",
- "quantity": 1
- },
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_Eliminate_Trap": {
- "templateId": "Quest:quest_br_eliminate_trap",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Week_003",
- "objectives": {
- "battlepass_killingblow_athena_player_with_trap": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_Visit_TwoNamedLocs_Chain_01_E": {
- "templateId": "Quest:quest_br_visit_twonamedlocs_chain_01_e",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Week_003",
- "objectives": {
- "battlepass_visit_athena_location_snobbyshores_chain_01": 1,
- "battlepass_visit_athena_location_saltysprings_chain_01": 1
- },
- "objectiveCompletionCount": 2,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_Visit_TwoNamedLocs_Chain_01_D": {
- "templateId": "Quest:quest_br_visit_twonamedlocs_chain_01_d",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Week_003",
- "objectives": {
- "battlepass_visit_athena_location_lucklanding_chain_01": 1,
- "battlepass_visit_athena_location_tiltedtowers_chain_01": 1
- },
- "objectiveCompletionCount": 2,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_visit_twonamedlocs_chain_01_e",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_Visit_TwoNamedLocs_Chain_01_C": {
- "templateId": "Quest:quest_br_visit_twonamedlocs_chain_01_c",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Week_003",
- "objectives": {
- "battlepass_visit_athena_location_greasygrove_chain_01": 1,
- "battlepass_visit_athena_location_lootlake_chain_01": 1
- },
- "objectiveCompletionCount": 2,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_visit_twonamedlocs_chain_01_d",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_Visit_TwoNamedLocs_Chain_01_B": {
- "templateId": "Quest:quest_br_visit_twonamedlocs_chain_01_b",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Week_003",
- "objectives": {
- "battlepass_visit_athena_location_paradisepalms_chain_01": 1,
- "battlepass_visit_athena_location_dustydivot_chain_01": 1
- },
- "objectiveCompletionCount": 2,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_visit_twonamedlocs_chain_01_c",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_Visit_TwoNamedLocs_Chain_01_A": {
- "templateId": "Quest:quest_br_visit_twonamedlocs_chain_01_a",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Week_003",
- "objectives": {
- "battlepass_visit_athena_location_riskyreels_chain_01": 1,
- "battlepass_visit_athena_location_wailingwoods_chain_01": 1
- },
- "objectiveCompletionCount": 2,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_visit_twonamedlocs_chain_01_b",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_HitPlayer_With_TomatoEmote": {
- "templateId": "Quest:quest_br_hitplayer_with_tomatoemote",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Week_003",
- "objectives": {
- "battlepass_athena_hitplayer_tomatoemote": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_Timed_Trials": {
- "templateId": "Quest:quest_br_timed_trials",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Week_003",
- "objectives": {
- "battlepass_complete_timed_trials_01": 1,
- "battlepass_complete_timed_trials_02": 1,
- "battlepass_complete_timed_trials_03": 1,
- "battlepass_complete_timed_trials_04": 1,
- "battlepass_complete_timed_trials_05": 1,
- "battlepass_complete_timed_trials_06": 1,
- "battlepass_complete_timed_trials_07": 1
- },
- "objectiveCompletionCount": 5,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_Eliminate": {
- "templateId": "Quest:quest_br_eliminate",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Week_003",
- "objectives": {
- "battlepass_killingblow_athena_players": 10
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_Use_PortaFort": {
- "templateId": "Quest:quest_br_use_portafort",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Week_004",
- "objectives": {
- "battlepass_interact_athena_portafort": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_Interact_AmmoBox_Locations_Different": {
- "templateId": "Quest:quest_br_interact_ammobox_locations_different",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Week_004",
- "objectives": {
- "battlepass_interact_ammo_athena_location_different_lazylinks": 1,
- "battlepass_interact_ammo_athena_location_different_dustydivot": 1,
- "battlepass_interact_ammo_athena_location_different_fatalfields": 1,
- "battlepass_interact_ammo_athena_location_different_flushfactory": 1,
- "battlepass_interact_ammo_athena_location_different_greasygrove": 1,
- "battlepass_interact_ammo_athena_location_different_hauntedhills": 1,
- "battlepass_interact_ammo_athena_location_different_junkjunction": 1,
- "battlepass_interact_ammo_athena_location_different_luckylanding": 1,
- "battlepass_interact_ammo_athena_location_different_lonelylodge": 1,
- "battlepass_interact_ammo_athena_location_different_lootlake": 1,
- "battlepass_interact_ammo_athena_location_different_paradisepalms": 1,
- "battlepass_interact_ammo_athena_location_different_pleasantpark": 1,
- "battlepass_interact_ammo_athena_location_different_retailrow": 1,
- "battlepass_interact_ammo_athena_location_different_shiftyshafts": 1,
- "battlepass_interact_ammo_athena_location_different_saltysprings": 1,
- "battlepass_interact_ammo_athena_location_different_snobbyshores": 1,
- "battlepass_interact_ammo_athena_location_different_tiltedtowers": 1,
- "battlepass_interact_ammo_athena_location_different_tomatotown": 1,
- "battlepass_interact_ammo_athena_location_different_wailingwoods": 1,
- "battlepass_interact_ammo_athena_location_different_riskyreels": 1
- },
- "objectiveCompletionCount": 7,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_RingDoorbell_DifferentHouses": {
- "templateId": "Quest:quest_br_ringdoorbell_differenthouses",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Week_004",
- "objectives": {
- "battlepass_ringdoorbell_differenthouses": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_Land_Chain_02E": {
- "templateId": "Quest:quest_br_land_chain_02e",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Week_004",
- "objectives": {
- "battlepass_land_athena_location_paradise_chain_02e": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_Land_Chain_02D": {
- "templateId": "Quest:quest_br_land_chain_02d",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Week_004",
- "objectives": {
- "battlepass_land_athena_location_pleasant_chain_02d": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_land_chain_02e",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_Land_Chain_02C": {
- "templateId": "Quest:quest_br_land_chain_02c",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Week_004",
- "objectives": {
- "battlepass_land_athena_location_dusty_chain_02c": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_land_chain_02d",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_Land_Chain_02B": {
- "templateId": "Quest:quest_br_land_chain_02b",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Week_004",
- "objectives": {
- "battlepass_land_athena_location_wailing_chain_02b": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_land_chain_02c",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_Land_Chain_02A": {
- "templateId": "Quest:quest_br_land_chain_02a",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Week_004",
- "objectives": {
- "battlepass_land_athena_location_greasy_chain_02a": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_land_chain_02b",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_Dance_ScavengerHunt_Locations_Chain_01C": {
- "templateId": "Quest:quest_br_dance_scavengerhunt_locations_chain_01c",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Week_004",
- "objectives": {
- "battlepass_dance_athena_location_01c_throne": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 2
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_Dance_ScavengerHunt_Locations_Chain_01B": {
- "templateId": "Quest:quest_br_dance_scavengerhunt_locations_chain_01b",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Week_004",
- "objectives": {
- "battlepass_dance_athena_location_chain_01b_pinktree": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 2
- },
- {
- "templateId": "Quest:quest_br_dance_scavengerhunt_locations_chain_01c",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_Dance_ScavengerHunt_Locations_Chain_01A": {
- "templateId": "Quest:quest_br_dance_scavengerhunt_locations_chain_01a",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Week_004",
- "objectives": {
- "battlepass_dance_athena_location_chain_01a_clocktower": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_dance_scavengerhunt_locations_chain_01b",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_Shoot_SpecificTargets": {
- "templateId": "Quest:quest_br_shoot_specifictargets",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Week_004",
- "objectives": {
- "battlepass_shoot_specifictargets_01": 1,
- "battlepass_shoot_specifictargets_02": 1,
- "battlepass_shoot_specifictargets_03": 1,
- "battlepass_shoot_specifictargets_04": 1,
- "battlepass_shoot_specifictargets_05": 1,
- "battlepass_shoot_specifictargets_06": 1,
- "battlepass_shoot_specifictargets_07": 1
- },
- "objectiveCompletionCount": 5,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_Eliminate_Location_SevenSeals": {
- "templateId": "Quest:quest_br_eliminate_location_sevenseals",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Week_004",
- "objectives": {
- "battlepass_killingblow_athena_player_sevenseals": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_RecordSpeed_RadarSigns": {
- "templateId": "Quest:quest_br_recordspeed_radarsigns",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Week_005",
- "objectives": {
- "battlepass_br_recordspeed_radarsigns_01": 1,
- "battlepass_br_recordspeed_radarsigns_02": 1,
- "battlepass_br_recordspeed_radarsigns_03": 1,
- "battlepass_br_recordspeed_radarsigns_04": 1,
- "battlepass_br_recordspeed_radarsigns_05": 1,
- "battlepass_br_recordspeed_radarsigns_06": 1,
- "battlepass_br_recordspeed_radarsigns_07": 1
- },
- "objectiveCompletionCount": 5,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_Touch_FlamingRings_Vehicle": {
- "templateId": "Quest:quest_br_touch_flamingrings_vehicle",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Week_005",
- "objectives": {
- "battlepass_touch_flamingrings_vehicle_01": 1,
- "battlepass_touch_flamingrings_vehicle_02": 1,
- "battlepass_touch_flamingrings_vehicle_03": 1,
- "battlepass_touch_flamingrings_vehicle_04": 1,
- "battlepass_touch_flamingrings_vehicle_05": 1,
- "battlepass_touch_flamingrings_vehicle_06": 1,
- "battlepass_touch_flamingrings_vehicle_07": 1,
- "battlepass_touch_flamingrings_vehicle_08": 1,
- "battlepass_touch_flamingrings_vehicle_09": 1,
- "battlepass_touch_flamingrings_vehicle_10": 1
- },
- "objectiveCompletionCount": 5,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_Damage_Chain_Shotgun_C": {
- "templateId": "Quest:quest_br_damage_chain_shotgun_c",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Week_005",
- "objectives": {
- "battlepass_damage_athena_player_shotgun_c_chain": 200
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 4
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_Damage_Chain_Shotgun_B": {
- "templateId": "Quest:quest_br_damage_chain_shotgun_b",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Week_005",
- "objectives": {
- "battlepass_damage_athena_player_shotgun_b_chain": 200
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 3
- },
- {
- "templateId": "Quest:quest_br_damage_chain_shotgun_c",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_Damage_Chain_Shotgun_A": {
- "templateId": "Quest:quest_br_damage_chain_shotgun_a",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Week_005",
- "objectives": {
- "battlepass_damage_athena_player_shotgun_a_chain": 200
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 3
- },
- {
- "templateId": "Quest:quest_br_damage_chain_shotgun_b",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_Eliminate_MaxDistance": {
- "templateId": "Quest:quest_br_eliminate_maxdistance",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Week_005",
- "objectives": {
- "battlepass_killingblow_athena_players_maxdistance": 2
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_Damage_SMG": {
- "templateId": "Quest:quest_br_damage_smg",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Week_005",
- "objectives": {
- "battlepass_damage_athena_player_smg": 500
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_Eliminate_Weapon_Minigun": {
- "templateId": "Quest:quest_br_eliminate_weapon_minigun",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Week_005",
- "objectives": {
- "battlepass_killingblow_athena_player_minigun": 4
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_Damage_Chain_Pistol_C": {
- "templateId": "Quest:quest_br_damage_chain_pistol_c",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Week_005",
- "objectives": {
- "battlepass_damage_athena_player_chain_pistol_c": 200
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 4
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_Damage_Chain_Pistol_B": {
- "templateId": "Quest:quest_br_damage_chain_pistol_b",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Week_005",
- "objectives": {
- "battlepass_damage_athena_player_chain_pistol_b": 200
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 3
- },
- {
- "templateId": "Quest:quest_br_damage_chain_pistol_c",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_Damage_Chain_Pistol_A": {
- "templateId": "Quest:quest_br_damage_chain_pistol_a",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Week_005",
- "objectives": {
- "battlepass_damage_athena_player_chain_pistol_a": 200
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 3
- },
- {
- "templateId": "Quest:quest_br_damage_chain_pistol_b",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_Use_FreezeTrap": {
- "templateId": "Quest:quest_br_use_freezetrap",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Week_006",
- "objectives": {
- "battlepass_place_athena_trap_freeze": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_Interact_Chests_Locations_Different": {
- "templateId": "Quest:quest_br_interact_chests_locations_different",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Week_006",
- "objectives": {
- "battlepass_interact_chest_athena_location_different_anarchyacres": 1,
- "battlepass_interact_chest_athena_location_different_dustydepot": 1,
- "battlepass_interact_chest_athena_location_different_fatalfields": 1,
- "battlepass_interact_chest_athena_location_different_flushfactory": 1,
- "battlepass_interact_chest_athena_location_different_greasygrove": 1,
- "battlepass_interact_chest_athena_location_different_hauntedhills": 1,
- "battlepass_interact_chest_athena_location_different_junkjunction": 1,
- "battlepass_interact_chest_athena_location_different_luckylanding": 1,
- "battlepass_interact_chest_athena_location_different_lonelylodge": 1,
- "battlepass_interact_chest_athena_location_different_lootlake": 1,
- "battlepass_interact_chest_athena_location_different_moistymire": 1,
- "battlepass_interact_chest_athena_location_different_pleasantpark": 1,
- "battlepass_interact_chest_athena_location_different_retailrow": 1,
- "battlepass_interact_chest_athena_location_different_shiftyshafts": 1,
- "battlepass_interact_chest_athena_location_different_saltysprings": 1,
- "battlepass_interact_chest_athena_location_different_snobbyshores": 1,
- "battlepass_interact_chest_athena_location_different_tiltedtowers": 1,
- "battlepass_interact_chest_athena_location_different_tomatotown": 1,
- "battlepass_interact_chest_athena_location_different_wailingwoods": 1
- },
- "objectiveCompletionCount": 12,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_Eliminate_Weapon_Shotgun": {
- "templateId": "Quest:quest_br_eliminate_weapon_shotgun",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Week_006",
- "objectives": {
- "battlepass_killingblow_athena_player_shotgun": 4
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_Land_Chain_03E": {
- "templateId": "Quest:quest_br_land_chain_03e",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Week_006",
- "objectives": {
- "battlepass_land_athena_location_leaky_chain_02e": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_Land_Chain_03D": {
- "templateId": "Quest:quest_br_land_chain_03d",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Week_006",
- "objectives": {
- "battlepass_land_athena_location_haunted_chain_03d": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_land_chain_03e",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_Land_Chain_03C": {
- "templateId": "Quest:quest_br_land_chain_03c",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Week_006",
- "objectives": {
- "battlepass_land_athena_location_retail_chain_03c": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_land_chain_03d",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_Land_Chain_03B": {
- "templateId": "Quest:quest_br_land_chain_03b",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Week_006",
- "objectives": {
- "battlepass_land_athena_location_risky_chain_03b": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_land_chain_03c",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_Land_Chain_03A": {
- "templateId": "Quest:quest_br_land_chain_03a",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Week_006",
- "objectives": {
- "battlepass_land_athena_location_shifty_chain_03a": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_land_chain_03b",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_Damage_Pickaxe": {
- "templateId": "Quest:quest_br_damage_pickaxe",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Week_006",
- "objectives": {
- "battlepass_damage_athena_player_pickaxe": 200
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_PianoChain_Play_Piano2": {
- "templateId": "Quest:quest_br_pianochain_play_piano2",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Week_006",
- "objectives": {
- "battlepass_piano_chain_play_piano_2": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 3
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_PianoChain_Visit_Map2": {
- "templateId": "Quest:quest_br_pianochain_visit_map2",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Week_006",
- "objectives": {
- "battlepass_piano_chain_visit_map2": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 2
- },
- {
- "templateId": "Quest:quest_br_pianochain_play_piano2",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_PianoChain_Play_Piano1": {
- "templateId": "Quest:quest_br_pianochain_play_piano1",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Week_006",
- "objectives": {
- "battlepass_piano_chain_play_piano_1": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 3
- },
- {
- "templateId": "Quest:quest_br_pianochain_visit_map2",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_PianoChain_Visit_Map1": {
- "templateId": "Quest:quest_br_pianochain_visit_map1",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Week_006",
- "objectives": {
- "battlepass_piano_chain_visit_map1": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 2
- },
- {
- "templateId": "Quest:quest_br_pianochain_play_piano1",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_Eliminate_Weapon_RarityChain_Gold": {
- "templateId": "Quest:quest_br_eliminate_weapon_raritychain_gold",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Week_006",
- "objectives": {
- "battlepass_killingblow_athena_player_goldrarity": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 2
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_Eliminate_Weapon_RarityChain_Purple": {
- "templateId": "Quest:quest_br_eliminate_weapon_raritychain_purple",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Week_006",
- "objectives": {
- "battlepass_killingblow_athena_player_epicrarity": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 2
- },
- {
- "templateId": "Quest:quest_br_eliminate_weapon_raritychain_gold",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_Eliminate_Weapon_RarityChain_Blue": {
- "templateId": "Quest:quest_br_eliminate_weapon_raritychain_blue",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Week_006",
- "objectives": {
- "battlepass_killingblow_athena_player_bluerarity": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 2
- },
- {
- "templateId": "Quest:quest_br_eliminate_weapon_raritychain_purple",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_Eliminate_Weapon_RarityChain_Green": {
- "templateId": "Quest:quest_br_eliminate_weapon_raritychain_green",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Week_006",
- "objectives": {
- "battlepass_killingblow_athena_player_greenrarity": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 2
- },
- {
- "templateId": "Quest:quest_br_eliminate_weapon_raritychain_blue",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_Eliminate_Weapon_RarityChain_Grey": {
- "templateId": "Quest:quest_br_eliminate_weapon_raritychain_grey",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Week_006",
- "objectives": {
- "battlepass_killingblow_athena_player_greyrarity": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 2
- },
- {
- "templateId": "Quest:quest_br_eliminate_weapon_raritychain_green",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_Interact_AmmoBoxes_SingleMatch": {
- "templateId": "Quest:quest_br_interact_ammoboxes_singlematch",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Week_007",
- "objectives": {
- "athena_battlepass_loot_ammobox_singlematch": 7
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_Damage_Headshot": {
- "templateId": "Quest:quest_br_damage_headshot",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Week_007",
- "objectives": {
- "battlepass_damage_athena_player_head_shots": 250
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_Damage_SingleMatch_Chain_3": {
- "templateId": "Quest:quest_br_damage_singlematch_chain_3",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Week_007",
- "objectives": {
- "battlepass_damage_athena_player_singlematch_chain_3": 500
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_Damage_SingleMatch_Chain_2": {
- "templateId": "Quest:quest_br_damage_singlematch_chain_2",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Week_007",
- "objectives": {
- "battlepass_damage_athena_player_singlematch_chain_2": 400
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 3
- },
- {
- "templateId": "Quest:quest_br_damage_singlematch_chain_3",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_Damage_SingleMatch_Chain_1": {
- "templateId": "Quest:quest_br_damage_singlematch_chain_1",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Week_007",
- "objectives": {
- "battlepass_damage_athena_player_singlematch_chain_1": 300
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 2
- },
- {
- "templateId": "Quest:quest_br_damage_singlematch_chain_2",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_Destroy_TreesRocksCars_Chain_01_C": {
- "templateId": "Quest:quest_br_destroy_treesrockscars_chain_01_c",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Week_007",
- "objectives": {
- "athena_battlepass_destroy_athena_treesrockscars_cars": 10
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 2
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_Destroy_TreesRocksCars_Chain_01_B": {
- "templateId": "Quest:quest_br_destroy_treesrockscars_chain_01_b",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Week_007",
- "objectives": {
- "athena_battlepass_destroy_athena_treesrockscars_rocks": 25
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Quest:quest_br_destroy_treesrockscars_chain_01_c",
- "quantity": 1
- },
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 2
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_Destroy_TreesRocksCars_Chain_01_A": {
- "templateId": "Quest:quest_br_destroy_treesrockscars_chain_01_a",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Week_007",
- "objectives": {
- "athena_battlepass_destroy_athena_treesrockscars_trees": 50
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Quest:quest_br_destroy_treesrockscars_chain_01_b",
- "quantity": 1
- },
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_Skydive_Rings": {
- "templateId": "Quest:quest_br_skydive_rings",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Week_007",
- "objectives": {
- "battlepass_skydive_athena_rings": 10
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_Interact_HealingItems_QuestChain_01_D": {
- "templateId": "Quest:quest_br_interact_healingitems_questchain_01_d",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Week_007",
- "objectives": {
- "athena_battlepass_heal_player_slurpjuice": 50
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 3
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_Interact_HealingItems_QuestChain_01_C": {
- "templateId": "Quest:quest_br_interact_healingitems_questchain_01_c",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Week_007",
- "objectives": {
- "athena_battlepass_heal_player_medkit": 100
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Quest:quest_br_interact_healingitems_questchain_01_d",
- "quantity": 1
- },
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 3
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_Interact_HealingItems_Chain_01_B": {
- "templateId": "Quest:quest_br_interact_healingitems_chain_01_b",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Week_007",
- "objectives": {
- "athena_battlepass_heal_player_bandage": 60
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Quest:quest_br_interact_healingitems_questchain_01_c",
- "quantity": 1
- },
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 2
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_Interact_HealingItems_QuestChain_01_A": {
- "templateId": "Quest:quest_br_interact_healingitems_questchain_01_a",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Week_007",
- "objectives": {
- "athena_battlepass_interact_athena_forageditems_apples": 5
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Quest:quest_br_interact_healingitems_chain_01_b",
- "quantity": 1
- },
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 2
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_Eliminate_Location_PleasantPark": {
- "templateId": "Quest:quest_br_eliminate_location_pleasantpark",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Week_007",
- "objectives": {
- "battlepass_killingblow_athena_player_pleasantpark": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_Visit_Chain_LonelyRetailJunkPleasantFlushFatalHauntedLazyTomatoShifty_SingleMatchE": {
- "templateId": "Quest:quest_br_visit_chain_lonelyretailjunkpleasantflushfatalhauntedlazytomatoshifty_singlematche",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Week_008",
- "objectives": {
- "battlepass_visit_athena_chain_lonelyretailjunkfleasantflushfatalhauntedlazytomatoshifty_singlematch_e0": 1,
- "battlepass_visit_athena_chain_lonelyretailjunkfleasantflushfatalhauntedlazytomatoshifty_singlematch_e1": 1
- },
- "objectiveCompletionCount": 2,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_Visit_Chain_LonelyRetailJunkPleasantFlushFatalHauntedLazyTomatoShifty_SingleMatchD": {
- "templateId": "Quest:quest_br_visit_chain_lonelyretailjunkpleasantflushfatalhauntedlazytomatoshifty_singlematchd",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Week_008",
- "objectives": {
- "battlepass_visit_athena_chain_lonelyretailjunkfleasantflushfatalhauntedlazytomatoshifty_singlematch_d0": 1,
- "battlepass_visit_athena_chain_lonelyretailjunkfleasantflushfatalhauntedlazytomatoshifty_singlematch_d1": 1
- },
- "objectiveCompletionCount": 2,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_visit_chain_lonelyretailjunkpleasantflushfatalhauntedlazytomatoshifty_singlematche",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_Visit_Chain_LonelyRetailJunkPleasantFlushFatalHauntedLazyTomatoShifty_SingleMatchC": {
- "templateId": "Quest:quest_br_visit_chain_lonelyretailjunkpleasantflushfatalhauntedlazytomatoshifty_singlematchc",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Week_008",
- "objectives": {
- "battlepass_visit_athena_chain_lonelyretailjunkfleasantflushfatalhauntedlazytomatoshifty_singlematch_c0": 1,
- "battlepass_visit_athena_chain_lonelyretailjunkfleasantflushfatalhauntedlazytomatoshifty_singlematch_c1": 1
- },
- "objectiveCompletionCount": 2,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_visit_chain_lonelyretailjunkpleasantflushfatalhauntedlazytomatoshifty_singlematchd",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_Visit_Chain_LonelyRetailJunkPleasantFlushFatalHauntedLazyTomatoShifty_SingleMatchB": {
- "templateId": "Quest:quest_br_visit_chain_lonelyretailjunkpleasantflushfatalhauntedlazytomatoshifty_singlematchb",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Week_008",
- "objectives": {
- "battlepass_visit_athena_chain_lonelyretailjunkfleasantflushfatalhauntedlazytomatoshifty_singlematch_b0": 1,
- "battlepass_visit_athena_chain_lonelyretailjunkfleasantflushfatalhauntedlazytomatoshifty_singlematch_b1": 1
- },
- "objectiveCompletionCount": 2,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_visit_chain_lonelyretailjunkpleasantflushfatalhauntedlazytomatoshifty_singlematchc",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_Visit_Chain_LonelyRetailJunkPleasantFlushFatalHauntedLazyTomatoShifty_SingleMatchA": {
- "templateId": "Quest:quest_br_visit_chain_lonelyretailjunkpleasantflushfatalhauntedlazytomatoshifty_singlematcha",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Week_008",
- "objectives": {
- "battlepass_visit_athena_chain_lonelyretailjunkfleasantflushfatalhauntedlazytomatoshifty_singlematch_a0": 1,
- "battlepass_chain_visit_lonelyretailjunkfleasantflushfatalhauntedlazytomatoshifty_singlematch_a1": 1
- },
- "objectiveCompletionCount": 2,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_visit_chain_lonelyretailjunkpleasantflushfatalhauntedlazytomatoshifty_singlematchb",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_Dance_FishTrophy_DifferentNamedLocations": {
- "templateId": "Quest:quest_br_dance_fishtrophy_differentnamedlocations",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Week_008",
- "objectives": {
- "battlepass_dance_athena_location_00": 1,
- "battlepass_dance_athena_location_01": 1,
- "battlepass_dance_athena_location_02": 1,
- "battlepass_dance_athena_location_03": 1,
- "battlepass_dance_athena_location_04": 1,
- "battlepass_dance_athena_location_05": 1,
- "battlepass_dance_athena_location_06": 1,
- "battlepass_dance_athena_location_07": 1,
- "battlepass_dance_athena_location_08": 1,
- "battlepass_dance_athena_location_09": 1,
- "battlepass_dance_athena_location_10": 1,
- "battlepass_dance_athena_location_11": 1,
- "battlepass_dance_athena_location_12": 1,
- "battlepass_dance_athena_location_13": 1,
- "battlepass_dance_athena_location_14": 1,
- "battlepass_dance_athena_location_15": 1,
- "battlepass_dance_athena_location_16": 1,
- "battlepass_dance_athena_location_17": 1,
- "battlepass_dance_athena_location_18": 1,
- "battlepass_dance_athena_location_19": 1,
- "battlepass_dance_athena_location_20": 1,
- "battlepass_dance_athena_location_21": 1,
- "battlepass_dance_athena_location_22": 1,
- "battlepass_dance_athena_location_23": 1
- },
- "objectiveCompletionCount": 7,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_Eliminate_SixShooter_HeavyAssault": {
- "templateId": "Quest:quest_br_eliminate_sixshooter_heavyassault",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Week_008",
- "objectives": {
- "battlepass_killingblow_athena_player_sixshooter_heavyassault": 2
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_Destroy_SpecificTargets": {
- "templateId": "Quest:quest_br_destroy_specifictargets",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Week_008",
- "objectives": {
- "battlepass_destroy_specifictargets": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_TrickPoint_Vehicle": {
- "templateId": "Quest:quest_br_trickpoint_vehicle",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Week_008",
- "objectives": {
- "battlepass_score_athena_trick_point_vehicle": 250000
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_Visit_NamedLocations_SingleMatch": {
- "templateId": "Quest:quest_br_visit_namedlocations_singlematch",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Week_008",
- "objectives": {
- "battlepass_visit_athena_location_mountain_summit_01": 1,
- "battlepass_visit_athena_location_mountain_summit_02": 1,
- "battlepass_visit_athena_location_mountain_summit_03": 1,
- "battlepass_visit_athena_location_mountain_summit_04": 1,
- "battlepass_visit_athena_location_mountain_summit_05": 1,
- "battlepass_visit_athena_location_mountain_summit_06": 1,
- "battlepass_visit_athena_location_mountain_summit_07": 1,
- "battlepass_visit_athena_location_mountain_summit_08": 1,
- "battlepass_visit_athena_location_mountain_summit_09": 1,
- "battlepass_visit_athena_location_mountain_summit_10": 1,
- "battlepass_visit_athena_location_mountain_summit_11": 1,
- "battlepass_visit_athena_location_mountain_summit_12": 1,
- "battlepass_visit_athena_location_mountain_summit_13": 1,
- "battlepass_visit_athena_location_mountain_summit_14": 1,
- "battlepass_visit_athena_location_mountain_summit_15": 1,
- "battlepass_visit_athena_location_mountain_summit_16": 1,
- "battlepass_visit_athena_location_mountain_summit_17": 1,
- "battlepass_visit_athena_location_mountain_summit_18": 1,
- "battlepass_visit_athena_location_mountain_summit_19": 1,
- "battlepass_visit_athena_location_mountain_summit_20": 1
- },
- "objectiveCompletionCount": 4,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_Use_HookPadRift_Chain_C": {
- "templateId": "Quest:quest_br_use_hookpadrift_chain_c",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Week_008",
- "objectives": {
- "battlepass_hookpadrift_chain_c": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 4
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_Use_HookPadRift_Chain_B": {
- "templateId": "Quest:quest_br_use_hookpadrift_chain_b",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Week_008",
- "objectives": {
- "battlepass_hookpadrift_chain_b": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 3
- },
- {
- "templateId": "Quest:quest_br_use_hookpadrift_chain_c",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_Use_HookPadRift_Chain_A": {
- "templateId": "Quest:quest_br_use_hookpadrift_chain_a",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Week_008",
- "objectives": {
- "battlepass_hookpadrift_chain_a": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 3
- },
- {
- "templateId": "Quest:quest_br_use_hookpadrift_chain_b",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_TrickPoint__Airtime_Vehicle": {
- "templateId": "Quest:quest_br_trickpoint__airtime_vehicle",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Week_009",
- "objectives": {
- "battlepass_damage_athena_trick_point_airtime_vehicle": 30
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_ScavengerHunt_PopBalloons_on_Clowns_DifferentLocations": {
- "templateId": "Quest:quest_br_scavengerhunt_popballoons_on_clowns_differentlocations",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Week_009",
- "objectives": {
- "battlepass_popballoons_athena_differentlocations_00": 1,
- "battlepass_popballoons_athena_differentlocations_01": 1,
- "battlepass_popballoons_athena_differentlocations_02": 1,
- "battlepass_popballoons_athena_differentlocations_03": 1,
- "battlepass_popballoons_athena_differentlocations_04": 1
- },
- "objectiveCompletionCount": 3,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_Interact_Chain_Shroom_SmShld_ShldPotion_ChugJug_D": {
- "templateId": "Quest:quest_br_interact_chain_shroom_smshld_shldpotion_chugjug_d",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Week_009",
- "objectives": {
- "battlepass_interact_athena_chain_shroom_smshld_shldpot_chugjug_d": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 4
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_Interact_Chain_Shroom_SmShld_ShldPotion_ChugJug_C": {
- "templateId": "Quest:quest_br_interact_chain_shroom_smshld_shldpotion_chugjug_c",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Week_009",
- "objectives": {
- "battlepass_interact_athena_chain_shroom_smshld_shldpot_chugjug_c": 100
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 2
- },
- {
- "templateId": "Quest:quest_br_interact_chain_shroom_smshld_shldpotion_chugjug_d",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_Interact_Chain_Shroom_SmShld_ShldPotion_ChugJug_B": {
- "templateId": "Quest:quest_br_interact_chain_shroom_smshld_shldpotion_chugjug_b",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Week_009",
- "objectives": {
- "battlepass_interact_athena_chain_shroom_smshld_shldpot_chugjug_b": 75
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 2
- },
- {
- "templateId": "Quest:quest_br_interact_chain_shroom_smshld_shldpotion_chugjug_c",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_Interact_Chain_Shroom_SmShld_ShldPotion_ChugJug_A": {
- "templateId": "Quest:quest_br_interact_chain_shroom_smshld_shldpotion_chugjug_a",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Week_009",
- "objectives": {
- "battlepass_interact_athena_chain_shroom_smshld_shldpot_chugjug_a": 5
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 2
- },
- {
- "templateId": "Quest:quest_br_interact_chain_shroom_smshld_shldpotion_chugjug_b",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_Damage_ThrownWeapons": {
- "templateId": "Quest:quest_br_damage_thrownweapons",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Week_009",
- "objectives": {
- "battlepass_damage_athena_player_thrownweapon": 300
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_Damage_Enemy_Buildings_TNT": {
- "templateId": "Quest:quest_br_damage_enemy_buildings_tnt",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Week_009",
- "objectives": {
- "battlepass_damage_athena_enemy_building_tnt": 10000
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_Eliminate_Weapon_Rocket_GrenadeLaucher": {
- "templateId": "Quest:quest_br_eliminate_weapon_rocket_grenadelaucher",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Week_009",
- "objectives": {
- "battlepass_killingblow_athena_player_rocket_or_grenadelauncher_rocket": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_Damage_Chain_Grenage_GrenadeLauncher_Rocket_C": {
- "templateId": "Quest:quest_br_damage_chain_grenage_grenadelauncher_rocket_c",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Week_009",
- "objectives": {
- "battlepass_damage_athena_chain_grenage_grenadegauncher_rocket_c": 100
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 4
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_Damage_Chain_Grenage_GrenadeLauncher_Rocket_B": {
- "templateId": "Quest:quest_br_damage_chain_grenage_grenadelauncher_rocket_b",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Week_009",
- "objectives": {
- "battlepass_damage_athena_chain_grenage_grenadegauncher_rocket_b": 100
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 3
- },
- {
- "templateId": "Quest:quest_br_damage_chain_grenage_grenadelauncher_rocket_c",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_Damage_Chain_Grenage_GrenadeLauncher_Rocket_A": {
- "templateId": "Quest:quest_br_damage_chain_grenage_grenadelauncher_rocket_a",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Week_009",
- "objectives": {
- "battlepass_damage_athena_chain_grenage_grenadegauncher_rocket_a": 100
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 3
- },
- {
- "templateId": "Quest:quest_br_damage_chain_grenage_grenadelauncher_rocket_b",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_Build_Structures": {
- "templateId": "Quest:quest_br_build_structures",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Week_010",
- "objectives": {
- "battlepass_build_athena_structures_any": 250
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_Visit_ScavengerHunt_Three_Locs": {
- "templateId": "Quest:quest_br_visit_scavengerhunt_three_locs",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Week_010",
- "objectives": {
- "battlepass_visit_location_vikingship": 1,
- "battlepass_visit_location_camel": 1,
- "battlepass_visit_location_crashed_battlebus": 1
- },
- "objectiveCompletionCount": 3,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_Interact_Chests_Location_TiltedOrParadise": {
- "templateId": "Quest:quest_br_interact_chests_location_tiltedorparadise",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Week_010",
- "objectives": {
- "battlepass_interact_athena_treasurechest_tilted_or_paradise": 7
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_Place_MountedTurret": {
- "templateId": "Quest:quest_br_place_mountedturret",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Week_010",
- "objectives": {
- "battlepass_place_athena_trap_mounted_turret": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_Land_Chain_LazySnobbyLuckyLonelySalty_E": {
- "templateId": "Quest:quest_br_land_chain_lazysnobbyluckylonelysalty_e",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Week_010",
- "objectives": {
- "battlepass_land_chain_lazysnobbyluckylonelysalty_e": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_Land_Chain_LazySnobbyLuckyLonelySalty_D": {
- "templateId": "Quest:quest_br_land_chain_lazysnobbyluckylonelysalty_d",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Week_010",
- "objectives": {
- "battlepass_land_chain_lazysnobbyluckylonelysalty_d": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_land_chain_lazysnobbyluckylonelysalty_e",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_Land_Chain_LazySnobbyLuckyLonelySalty_C": {
- "templateId": "Quest:quest_br_land_chain_lazysnobbyluckylonelysalty_c",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Week_010",
- "objectives": {
- "battlepass_land_chain_lazysnobbyluckylonelysalty_c": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_land_chain_lazysnobbyluckylonelysalty_d",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_Land_Chain_LazySnobbyLuckyLonelySalty_B": {
- "templateId": "Quest:quest_br_land_chain_lazysnobbyluckylonelysalty_b",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Week_010",
- "objectives": {
- "battlepass_land_chain_lazysnobbyluckylonelysalty_b": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_land_chain_lazysnobbyluckylonelysalty_c",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_Land_Chain_LazySnobbyLuckyLonelySalty_A": {
- "templateId": "Quest:quest_br_land_chain_lazysnobbyluckylonelysalty_a",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Week_010",
- "objectives": {
- "battlepass_land_chain_lazysnobbyluckylonelysalty_a": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_land_chain_lazysnobbyluckylonelysalty_b",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_Timed_Trials_Vehicle": {
- "templateId": "Quest:quest_br_timed_trials_vehicle",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Week_010",
- "objectives": {
- "complete_timed_trial_vehicle_01": 1,
- "complete_timed_trial_vehicle_02": 1,
- "complete_timed_trial_vehicle_03": 1,
- "complete_timed_trial_vehicle_04": 1,
- "complete_timed_trial_vehicle_05": 1,
- "complete_timed_trial_vehicle_06": 1
- },
- "objectiveCompletionCount": 3,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_Eliminate_QuestChain_03_C": {
- "templateId": "Quest:quest_br_eliminate_questchain_03_c",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Week_010",
- "objectives": {
- "battlepass_killingblow_athena_player_questchain_03_pistol": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 4
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_Eliminate_QuestChain_03_B": {
- "templateId": "Quest:quest_br_eliminate_questchain_03_b",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Week_010",
- "objectives": {
- "battlepass_killingblow_athena_player_questchain_03_assaultrifle": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 3
- },
- {
- "templateId": "Quest:quest_br_eliminate_questchain_03_c",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_Eliminate_QuestChain_03_A": {
- "templateId": "Quest:quest_br_eliminate_questchain_03_a",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Week_010",
- "objectives": {
- "battlepass_killingblow_athena_player_questchain_03_shotgun": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 3
- },
- {
- "templateId": "Quest:quest_br_eliminate_questchain_03_b",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_S6_Cumulative_Quest1": {
- "templateId": "Quest:quest_br_s6_cumulative_quest1",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Cumulative",
- "objectives": {
- "battlepass_interact_s6_cumulative_quest_01": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_S6_Cumulative_CollectTokens_01": {
- "templateId": "Quest:quest_br_s6_cumulative_collecttokens_01",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Cumulative",
- "objectives": {
- "battlepass_season6_cumulative_token1": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AthenaLoadingScreen:lsid_062_s6cumulative01",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_s6_cumulative_quest1",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_S6_Cumulative_Quest2": {
- "templateId": "Quest:quest_br_s6_cumulative_quest2",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Cumulative",
- "objectives": {
- "battlepass_interact_s6_cumulative_quest_02": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [
- {
- "templateId": "HomebaseBannerIcon:brseason06werewolf",
- "quantity": 1
- }
- ],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_S6_Cumulative_CollectTokens_02": {
- "templateId": "Quest:quest_br_s6_cumulative_collecttokens_02",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Cumulative",
- "objectives": {
- "battlepass_season6_cumulative_token2": 2
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AthenaLoadingScreen:lsid_063_s6cumulative02",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_s6_cumulative_quest2",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_S6_Cumulative_Quest3": {
- "templateId": "Quest:quest_br_s6_cumulative_quest3",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Cumulative",
- "objectives": {
- "battlepass_interact_s6_cumulative_quest_03": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_S6_Cumulative_CollectTokens_03": {
- "templateId": "Quest:quest_br_s6_cumulative_collecttokens_03",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Cumulative",
- "objectives": {
- "battlepass_season6_cumulative_token3": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AthenaLoadingScreen:lsid_064_s6cumulative03",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_s6_cumulative_quest3",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_S6_Cumulative_Quest4": {
- "templateId": "Quest:quest_br_s6_cumulative_quest4",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Cumulative",
- "objectives": {
- "battlepass_interact_s6_cumulative_quest_04": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [
- {
- "templateId": "HomebaseBannerIcon:brseason06tattered",
- "quantity": 1
- }
- ],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_S6_Cumulative_CollectTokens_04": {
- "templateId": "Quest:quest_br_s6_cumulative_collecttokens_04",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Cumulative",
- "objectives": {
- "battlepass_season6_cumulative_token4": 4
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AthenaLoadingScreen:lsid_065_s6cumulative04",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_s6_cumulative_quest4",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_S6_Cumulative_Quest5": {
- "templateId": "Quest:quest_br_s6_cumulative_quest5",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Cumulative",
- "objectives": {
- "battlepass_interact_s6_cumulative_quest_05": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_S6_Cumulative_CollectTokens_05": {
- "templateId": "Quest:quest_br_s6_cumulative_collecttokens_05",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Cumulative",
- "objectives": {
- "battlepass_season6_cumulative_token5": 5
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AthenaLoadingScreen:lsid_066_s6cumulative05",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_s6_cumulative_quest5",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_S6_Cumulative_Quest6": {
- "templateId": "Quest:quest_br_s6_cumulative_quest6",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Cumulative",
- "objectives": {
- "battlepass_interact_s6_cumulative_quest_06": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [
- {
- "templateId": "HomebaseBannerIcon:brseason06gravestone",
- "quantity": 1
- }
- ],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_S6_Cumulative_CollectTokens_06": {
- "templateId": "Quest:quest_br_s6_cumulative_collecttokens_06",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Cumulative",
- "objectives": {
- "battlepass_season6_cumulative_token6": 6
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AthenaLoadingScreen:lsid_067_s6cumulative06",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_s6_cumulative_quest6",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_S6_Cumulative_Quest7": {
- "templateId": "Quest:quest_br_s6_cumulative_quest7",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Cumulative",
- "objectives": {
- "battlepass_interact_s6_cumulative_quest_07": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_S6_Cumulative_CollectTokens_07": {
- "templateId": "Quest:quest_br_s6_cumulative_collecttokens_07",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Cumulative",
- "objectives": {
- "battlepass_season6_cumulative_token7": 7
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AthenaLoadingScreen:lsid_068_s6cumulative07",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_s6_cumulative_quest7",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_S6_Cumulative_Quest8": {
- "templateId": "Quest:quest_br_s6_cumulative_quest8",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Cumulative",
- "objectives": {
- "battlepass_interact_s6_cumulative_quest_08": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [
- {
- "templateId": "HomebaseBannerIcon:brseason06robotshoulderlogo",
- "quantity": 1
- }
- ],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_S6_Cumulative_CollectTokens_08": {
- "templateId": "Quest:quest_br_s6_cumulative_collecttokens_08",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Cumulative",
- "objectives": {
- "battlepass_season6_cumulative_token8": 8
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AthenaLoadingScreen:lsid_069_s6cumulative08",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_s6_cumulative_quest8",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_S6_Cumulative_Quest9": {
- "templateId": "Quest:quest_br_s6_cumulative_quest9",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Cumulative",
- "objectives": {
- "battlepass_interact_s6_cumulative_quest_09": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_S6_Cumulative_CollectTokens_09": {
- "templateId": "Quest:quest_br_s6_cumulative_collecttokens_09",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Cumulative",
- "objectives": {
- "battlepass_season6_cumulative_token9": 9
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AthenaLoadingScreen:lsid_070_s6cumulative09",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_s6_cumulative_quest9",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_S6_Cumulative_Quest10": {
- "templateId": "Quest:quest_br_s6_cumulative_quest10",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Cumulative",
- "objectives": {
- "battlepass_interact_s6_cumulative_quest_10": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [
- {
- "templateId": "HomebaseBannerIcon:brseason06llamadj",
- "quantity": 1
- }
- ],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_S6_Cumulative_CollectTokens_10": {
- "templateId": "Quest:quest_br_s6_cumulative_collecttokens_10",
- "challenge_bundle_id": "QS06-QuestBundle_S6_Cumulative",
- "objectives": {
- "battlepass_season6_cumulative_token10": 10
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AthenaLoadingScreen:lsid_071_s6cumulative10",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_s6_cumulative_quest10",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_S6_Gain_SeasonXP_ProgressiveA_01": {
- "templateId": "Quest:quest_br_s6_gain_seasonxp_progressivea_01",
- "challenge_bundle_id": "QS06-QuestBundle_S6_ProgressiveA",
- "objectives": {
- "athena_season_xp_gained": 20000
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "CosmeticVariantToken:vtid_041_cowgirl_stage1",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_S6_Gain_SeasonXP_ProgressiveA_02": {
- "templateId": "Quest:quest_br_s6_gain_seasonxp_progressivea_02",
- "challenge_bundle_id": "QS06-QuestBundle_S6_ProgressiveA",
- "objectives": {
- "athena_season_xp_gained": 50000
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "CosmeticVariantToken:vtid_042_cowgirl_stage2",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_S6_Gain_SeasonXP_ProgressiveA_03": {
- "templateId": "Quest:quest_br_s6_gain_seasonxp_progressivea_03",
- "challenge_bundle_id": "QS06-QuestBundle_S6_ProgressiveA",
- "objectives": {
- "athena_season_xp_gained": 90000
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "CosmeticVariantToken:vtid_043_cowgirl_stage3",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_S6_Gain_SeasonXP_ProgressiveA_04": {
- "templateId": "Quest:quest_br_s6_gain_seasonxp_progressivea_04",
- "challenge_bundle_id": "QS06-QuestBundle_S6_ProgressiveA",
- "objectives": {
- "athena_season_xp_gained": 140000
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "CosmeticVariantToken:vtid_044_cowgirl_stage4",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_S6_Gain_SeasonXP_ProgressiveA_05": {
- "templateId": "Quest:quest_br_s6_gain_seasonxp_progressivea_05",
- "challenge_bundle_id": "QS06-QuestBundle_S6_ProgressiveA",
- "objectives": {
- "athena_season_xp_gained": 200000
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "CosmeticVariantToken:vtid_045_cowgirl_stage5",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_S6_Complete_WeeklyChallenges_ProgressiveA_01": {
- "templateId": "Quest:quest_br_s6_complete_weeklychallenges_progressivea_01",
- "challenge_bundle_id": "QS06-QuestBundle_S6_ProgressiveA",
- "objectives": {
- "athena_s6_season_complete_weeklychallenges_progressive_a_01": 10
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "CosmeticVariantToken:vtid_046_cowgirl_color1",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_S6_Complete_WeeklyChallenges_ProgressiveA_02": {
- "templateId": "Quest:quest_br_s6_complete_weeklychallenges_progressivea_02",
- "challenge_bundle_id": "QS06-QuestBundle_S6_ProgressiveA",
- "objectives": {
- "athena_s6_season_complete_weeklychallenges_progressive_a_02": 25
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "CosmeticVariantToken:vtid_047_cowgirl_color2",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_S6_Complete_WeeklyChallenges_ProgressiveA_03": {
- "templateId": "Quest:quest_br_s6_complete_weeklychallenges_progressivea_03",
- "challenge_bundle_id": "QS06-QuestBundle_S6_ProgressiveA",
- "objectives": {
- "athena_s6_season_complete_weeklychallenges_progressive_a_03": 50
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "CosmeticVariantToken:vtid_048_cowgirl_color3",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_S6_Gain_SeasonXP_ProgressiveB_01": {
- "templateId": "Quest:quest_br_s6_gain_seasonxp_progressiveb_01",
- "challenge_bundle_id": "QS06-QuestBundle_S6_ProgressiveB",
- "objectives": {
- "athena_season_xp_gained": 30000
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "CosmeticVariantToken:vtid_037_werewolf_stage1",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_S6_Gain_SeasonXP_ProgressiveB_02": {
- "templateId": "Quest:quest_br_s6_gain_seasonxp_progressiveb_02",
- "challenge_bundle_id": "QS06-QuestBundle_S6_ProgressiveB",
- "objectives": {
- "athena_season_xp_gained": 70000
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "CosmeticVariantToken:vtid_038_werewolf_stage2",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_S6_Gain_SeasonXP_ProgressiveB_03": {
- "templateId": "Quest:quest_br_s6_gain_seasonxp_progressiveb_03",
- "challenge_bundle_id": "QS06-QuestBundle_S6_ProgressiveB",
- "objectives": {
- "athena_season_xp_gained": 120000
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "CosmeticVariantToken:vtid_049_werewolf_stage3",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_S6_Gain_SeasonXP_ProgressiveB_04": {
- "templateId": "Quest:quest_br_s6_gain_seasonxp_progressiveb_04",
- "challenge_bundle_id": "QS06-QuestBundle_S6_ProgressiveB",
- "objectives": {
- "athena_season_xp_gained": 180000
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "CosmeticVariantToken:vtid_050_werewolf_stage4",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_S6_Gain_SeasonXP_ProgressiveB_05": {
- "templateId": "Quest:quest_br_s6_gain_seasonxp_progressiveb_05",
- "challenge_bundle_id": "QS06-QuestBundle_S6_ProgressiveB",
- "objectives": {
- "athena_season_xp_gained": 250000
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "CosmeticVariantToken:vtid_051_werewolf_stage5",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_S6_Complete_WeeklyChallenges_ProgressiveB_01": {
- "templateId": "Quest:quest_br_s6_complete_weeklychallenges_progressiveb_01",
- "challenge_bundle_id": "QS06-QuestBundle_S6_ProgressiveB",
- "objectives": {
- "athena_s6_season_complete_weeklychallenges_progressive_b_01": 20
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "CosmeticVariantToken:vtid_039_werewolf_color1",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_S6_Complete_WeeklyChallenges_ProgressiveB_02": {
- "templateId": "Quest:quest_br_s6_complete_weeklychallenges_progressiveb_02",
- "challenge_bundle_id": "QS06-QuestBundle_S6_ProgressiveB",
- "objectives": {
- "athena_s6_season_complete_weeklychallenges_progressive_b_02": 40
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "CosmeticVariantToken:vtid_040_werewolf_color2",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS06-Quest_BR_S6_Complete_WeeklyChallenges_ProgressiveB_03": {
- "templateId": "Quest:quest_br_s6_complete_weeklychallenges_progressiveb_03",
- "challenge_bundle_id": "QS06-QuestBundle_S6_ProgressiveB",
- "objectives": {
- "athena_s6_season_complete_weeklychallenges_progressive_b_03": 60
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "CosmeticVariantToken:vtid_040_werewolf_color3",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- }
- }
- },
- "Season07": {
- "ChallengeBundleSchedules": {
- "QS07-Schedule_14DaysOfFortnite": {
- "templateId": "ChallengeBundleSchedule:schedule_14daysoffortnite",
- "granted_bundles": [
- "QS07-QuestBundle_14DaysOfFortnite"
- ]
- },
- "QS07-Schedule_Festivus": {
- "templateId": "ChallengeBundleSchedule:schedule_festivus",
- "granted_bundles": [
- "QS07-QuestBundle_Festivus"
- ]
- },
- "QS07-Schedule_WinterDeimos": {
- "templateId": "ChallengeBundleSchedule:schedule_winterdeimos",
- "granted_bundles": [
- "QS07-QuestBundle_WinterDeimos"
- ]
- },
- "QS07-Season7_Free_Schedule": {
- "templateId": "ChallengeBundleSchedule:season7_free_schedule",
- "granted_bundles": [
- "QS07-QuestBundle_S7_Week_001",
- "QS07-QuestBundle_S7_Week_002",
- "QS07-QuestBundle_S7_Week_003",
- "QS07-QuestBundle_S7_Week_004",
- "QS07-QuestBundle_S7_Week_005",
- "QS07-QuestBundle_S7_Week_006",
- "QS07-QuestBundle_S7_Week_007",
- "QS07-QuestBundle_S7_Week_008",
- "QS07-QuestBundle_S7_Week_009",
- "QS07-QuestBundle_S7_Week_010"
- ]
- },
- "QS07-Season7_IceKing_Schedule": {
- "templateId": "ChallengeBundleSchedule:season7_iceking_schedule",
- "granted_bundles": [
- "QS07-QuestBundle_S7_IceKing"
- ]
- },
- "QS07-Season7_OT_Schedule": {
- "templateId": "ChallengeBundleSchedule:season7_ot_schedule",
- "granted_bundles": [
- "QS07-QuestBundle_S7_Overtime"
- ]
- },
- "QS07-Season7_Paid_Schedule": {
- "templateId": "ChallengeBundleSchedule:season7_paid_schedule",
- "granted_bundles": [
- "QS07-QuestBundle_S7_Cumulative"
- ]
- },
- "QS07-Season7_ProgressiveA_Schedule": {
- "templateId": "ChallengeBundleSchedule:season7_progressivea_schedule",
- "granted_bundles": [
- "QS07-QuestBundle_S7_ArcticSniper",
- "QS07-QuestBundle_S7_NeonCat"
- ]
- },
- "QS07-Season7_SgtWinter_Schedule": {
- "templateId": "ChallengeBundleSchedule:season7_sgtwinter_schedule",
- "granted_bundles": [
- "QS07-QuestBundle_S7_SgtWinter"
- ]
- }
- },
- "ChallengeBundles": {
- "QS07-QuestBundle_14DaysOfFortnite": {
- "templateId": "ChallengeBundle:questbundle_14daysoffortnite",
- "challenge_bundle_schedule_id": "QS07-Schedule_14DaysOfFortnite",
- "grantedquestinstanceids": [
- "QS07-Quest_BR_FDF_Play_Creative_Mode",
- "QS07-Quest_BR_FDF_Visit_Giant_Candy_Canes",
- "QS07-Quest_BR_FDF_Play_Match_Friends",
- "QS07-Quest_BR_FDF_HitPlayer_With_Snowball",
- "QS07-Quest_BR_FDF_Fly_Biplane_Rings",
- "QS07-Quest_BR_FDF_Interact_Goose_Eggs",
- "QS07-Quest_BR_FDF_Use_Porta_Gift",
- "QS07-Quest_BR_FDF_Damage_Weapons_Different",
- "QS07-Quest_BR_FDF_Dance_Christmas_Trees",
- "QS07-Quest_BR_FDF_TrickPoint_Vehicle_Snowboard",
- "QS07-Quest_BR_FDF_Thank_Bus_Driver_DifferentMatches",
- "QS07-Quest_BR_FDF_Destory_Snowflake_Decorations",
- "QS07-Quest_BR_FDF_Use_Tool_Creative_Mode",
- "QS07-Quest_BR_FDF_Interact_Chests_Search"
- ],
- "completionRewards": {
- "-1": [
- {
- "templateId": "HomebaseBannerIcon:br14daysribbon",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ]
- }
- },
- "QS07-QuestBundle_Festivus": {
- "templateId": "ChallengeBundle:questbundle_festivus",
- "challenge_bundle_schedule_id": "QS07-Schedule_Festivus",
- "grantedquestinstanceids": [
- "QS07-Quest_BR_Festivus_Interact_Poster",
- "QS07-Quest_BR_Festivus_Visit_Stage",
- "QS07-Quest_BR_Festivus_Dance_Three_Locations"
- ],
- "completionRewards": {
- "-1": [
- {
- "templateId": "HomebaseBannerIcon:brfestivus",
- "quantity": 1,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_festivus",
- "giftBoxFormatData": {}
- }
- }
- ]
- }
- },
- "QS07-QuestBundle_WinterDeimos": {
- "templateId": "ChallengeBundle:questbundle_winterdeimos",
- "challenge_bundle_schedule_id": "QS07-Schedule_WinterDeimos",
- "grantedquestinstanceids": [
- "QS07-Quest_FNWD_CompleteQuests",
- "QS07-Quest_FNWD_Elim_AI_Fiend",
- "QS07-Quest_FNWD_Dam_ExplosiveWeapons_AI",
- "QS07-Quest_FNWD_Elim_AI_Brute",
- "QS07-Quest_FNWD_Dam_PistolAR_AI",
- "QS07-Quest_FNWD_Elim_AI_Throwers",
- "QS07-Quest_FNWD_Elim_AI_Golden",
- "QS07-Quest_FNWD_Dam_AI_SingleMatch",
- "QS07-Quest_FNWD_Destroy_IceFragments_DifferentMatches",
- "QS07-Quest_FNWD_Elim_AI_Elite",
- "QS07-Quest_FNWD_Dam_ShotgunSMG_AI",
- "QS07-Quest_FNWD_Elim_AI",
- "QS07-Quest_FNWD_Dam_AI"
- ],
- "completionRewards": {
- "-1": [
- {
- "templateId": "AthenaGlider:glider_id_114_icequeen",
- "quantity": 1,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_challengecomplete",
- "giftBoxFormatData": {}
- }
- }
- ]
- }
- },
- "QS07-QuestBundle_S7_Week_001": {
- "templateId": "ChallengeBundle:questbundle_s7_week_001",
- "challenge_bundle_schedule_id": "QS07-Season7_Free_Schedule",
- "grantedquestinstanceids": [
- "QS07-Quest_BR_Collect_Item_All_Rarity",
- "QS07-Quest_BR_Dance_ScavengerHunt_Forbidden",
- "QS07-Quest_BR_Play_Min1Elimination",
- "QS07-Quest_BR_Dance_Chain_ScavengerHunt_Locations_A",
- "QS07-Quest_BR_Damage_Headshot",
- "QS07-Quest_BR_Interact_Chain_Chests_Search_A",
- "QS07-Quest_BR_Eliminate_Location_Different"
- ],
- "completionRewards": {
- "1": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "2": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "3": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "4": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 5000,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_challengecomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "5": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "6": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "-1": [
- {
- "templateId": "Token:athenabattlepass_weeklybundle_token",
- "quantity": 1,
- "giftBoxToUse": {}
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ]
- }
- },
- "QS07-QuestBundle_S7_Week_002": {
- "templateId": "ChallengeBundle:questbundle_s7_week_002",
- "challenge_bundle_schedule_id": "QS07-Season7_Free_Schedule",
- "grantedquestinstanceids": [
- "QS07-Quest_BR_Interact_Chests_Locations_Different",
- "QS07-Quest_BR_Damage_Weapons_Different",
- "QS07-Quest_BR_Eliminate_TwoLocations_01",
- "QS07-Quest_BR_Visit_TwoNamedLocs_Chain_01_A",
- "QS07-Quest_BR_PianoChain_Play_Piano1",
- "QS07-Quest_BR_Dance_ScavengerHunt_DanceOff_Abandoned_Mansion",
- "QS07-Quest_BR_Eliminate_MinDistance"
- ],
- "completionRewards": {
- "1": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "2": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "3": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "4": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 5000,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_challengecomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "5": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "6": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "-1": [
- {
- "templateId": "Token:athenabattlepass_weeklybundle_token",
- "quantity": 1,
- "giftBoxToUse": {}
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ]
- }
- },
- "QS07-QuestBundle_S7_Week_003": {
- "templateId": "ChallengeBundle:questbundle_s7_week_003",
- "challenge_bundle_schedule_id": "QS07-Season7_Free_Schedule",
- "grantedquestinstanceids": [
- "QS07-Quest_BR_Use_Zipline_DifferentMatches",
- "QS07-Quest_BR_Land_Chain_01_A",
- "QS07-Quest_BR_Eliminate_WeaponRarity_Legendary",
- "QS07-Quest_BR_Interact_Chests_TwoLocations_PolarTomato",
- "QS07-Quest_BR_RingDoorbell_DifferentHouses",
- "QS07-Quest_BR_Interact_ScavengerHunt_Triangulate_01",
- "QS07-Quest_BR_Chain_WeaponDamage_01_A"
- ],
- "completionRewards": {
- "1": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "2": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "3": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "4": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 5000,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_challengecomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "5": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "6": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "-1": [
- {
- "templateId": "Token:athenabattlepass_weeklybundle_token",
- "quantity": 1,
- "giftBoxToUse": {}
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ]
- }
- },
- "QS07-QuestBundle_S7_Week_004": {
- "templateId": "ChallengeBundle:questbundle_s7_week_004",
- "challenge_bundle_schedule_id": "QS07-Season7_Free_Schedule",
- "grantedquestinstanceids": [
- "QS07-Quest_BR_Use_Biplane",
- "QS07-Quest_BR_Interact_Fireworks",
- "QS07-Quest_BR_Eliminate_Location_ExpeditionOutposts",
- "QS07-Quest_BR_Chain_Destroy_ChairsPolesPalettes_Chairs",
- "QS07-Quest_BR_Damage_Pickaxe",
- "QS07-Quest_BR_Eliminate_TwoLocations_03",
- "QS07-Quest_BR_Chain_Interact_NOMS_01"
- ],
- "completionRewards": {
- "1": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "2": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "3": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "4": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 5000,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_challengecomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "5": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "6": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "-1": [
- {
- "templateId": "Token:athenabattlepass_weeklybundle_token",
- "quantity": 1,
- "giftBoxToUse": {}
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ]
- }
- },
- "QS07-QuestBundle_S7_Week_005": {
- "templateId": "ChallengeBundle:questbundle_s7_week_005",
- "challenge_bundle_schedule_id": "QS07-Season7_Free_Schedule",
- "grantedquestinstanceids": [
- "QS07-Quest_BR_Land_Chain_02A",
- "QS07-Quest_BR_Damage_Enemy_Buildings",
- "QS07-Quest_BR_Eliminate_SuppressedWeapon",
- "QS07-Quest_BR_Dance_Chain_ScavengerHunt_Locations_02_A",
- "QS07-Quest_BR_Interact_Chests_TwoLocations_ParadiseWailing",
- "QS07-Quest_BR_Interact_ScavengerHunt_Triangulate_02",
- "QS07-Quest_BR_Eliminate_MaxDistance"
- ],
- "completionRewards": {
- "1": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "2": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "3": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "4": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 5000,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_challengecomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "5": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "6": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "-1": [
- {
- "templateId": "Token:athenabattlepass_weeklybundle_token",
- "quantity": 1,
- "giftBoxToUse": {}
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ]
- }
- },
- "QS07-QuestBundle_S7_Week_006": {
- "templateId": "ChallengeBundle:questbundle_s7_week_006",
- "challenge_bundle_schedule_id": "QS07-Season7_Free_Schedule",
- "grantedquestinstanceids": [
- "QS07-Quest_BR_Interact_AmmoBox_Locations_Different",
- "QS07-Quest_BR_Interact_GniceGnomes",
- "QS07-Quest_BR_Eliminate_TwoLocations_02",
- "QS07-Quest_BR_Visit_TwoNamedLocs_Chain_02_A",
- "QS07-Quest_BR_Throw_PuckToy_MinDistance",
- "QS07-Quest_BR_Damage_Chain_02_A",
- "QS07-Quest_BR_Damage_Weapons_Different_AllTypes"
- ],
- "completionRewards": {
- "1": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "2": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "3": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "4": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 6000,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_challengecomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "5": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "6": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "-1": [
- {
- "templateId": "Token:athenabattlepass_weeklybundle_token",
- "quantity": 1,
- "giftBoxToUse": {}
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ]
- }
- },
- "QS07-QuestBundle_S7_Week_007": {
- "templateId": "ChallengeBundle:questbundle_s7_week_007",
- "challenge_bundle_schedule_id": "QS07-Season7_Free_Schedule",
- "grantedquestinstanceids": [
- "QS07-Quest_BR_Visit_ExplorerOutposts",
- "QS07-Quest_BR_Use_RiftPortals",
- "QS07-Quest_BR_Eliminate_Weapon_Pistol",
- "QS07-Quest_BR_Land_Chain_03A",
- "QS07-Quest_BR_Interact_Chests_TwoLocations_LeakyFrosty",
- "QS07-Quest_BR_Destroy_Biplanes",
- "QS07-Quest_BR_Damage_Chain_03_A"
- ],
- "completionRewards": {
- "1": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "2": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "3": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "4": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 7000,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_challengecomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "5": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "6": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "-1": [
- {
- "templateId": "Token:athenabattlepass_weeklybundle_token",
- "quantity": 1,
- "giftBoxToUse": {}
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ]
- }
- },
- "QS07-QuestBundle_S7_Week_008": {
- "templateId": "ChallengeBundle:questbundle_s7_week_008",
- "challenge_bundle_schedule_id": "QS07-Season7_Free_Schedule",
- "grantedquestinstanceids": [
- "QS07-Quest_BR_Use_Campfire_Or_Launchpad",
- "QS07-Quest_BR_Build_Structures",
- "QS07-Quest_BR_Interact_ScavengerHunt_Triangulate_03",
- "QS07-Quest_BR_Visit_TwoNamedLocs_Chain_04_A",
- "QS07-Quest_BR_Interact_Chests_TwoLocations_ShiftyLonely",
- "QS07-Quest_BR_Damage_Passenger_Vehicle",
- "QS07-Quest_BR_Eliminate_ExplosiveWeapon"
- ],
- "completionRewards": {
- "1": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "2": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "3": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "4": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 8000,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_challengecomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "5": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "6": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "-1": [
- {
- "templateId": "Token:athenabattlepass_weeklybundle_token",
- "quantity": 1,
- "giftBoxToUse": {}
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ]
- }
- },
- "QS07-QuestBundle_S7_Week_009": {
- "templateId": "ChallengeBundle:questbundle_s7_week_009",
- "challenge_bundle_schedule_id": "QS07-Season7_Free_Schedule",
- "grantedquestinstanceids": [
- "QS07-Quest_BR_Use_Snowman",
- "QS07-Quest_BR_Land_Chain_04A",
- "QS07-Quest_BR_Eliminate_TwoLocations_04",
- "QS07-Quest_BR_Destroy_GoldBalloons",
- "QS07-Quest_BR_Dance_Chain_ScavengerHunt_Locations_03_A",
- "QS07-Quest_BR_Eliminate_Weapon_Shotgun",
- "QS07-Quest_BR_Timed_Trials_Stormwing"
- ],
- "completionRewards": {
- "1": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "2": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "3": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "4": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 9000,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_challengecomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "5": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "6": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "-1": [
- {
- "templateId": "Token:athenabattlepass_weeklybundle_token",
- "quantity": 1,
- "giftBoxToUse": {}
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ]
- }
- },
- "QS07-QuestBundle_S7_Week_010": {
- "templateId": "ChallengeBundle:questbundle_s7_week_010",
- "challenge_bundle_schedule_id": "QS07-Season7_Free_Schedule",
- "grantedquestinstanceids": [
- "QS07-Quest_BR_Use_Turret_Or_DamageTrap",
- "QS07-Quest_BR_Interact_Chests_TwoLocations_LazyDusty",
- "QS07-Quest_BR_Eliminate_Weapon_AssaultRifle",
- "QS07-Quest_BR_Damage_ScopedWeapon",
- "QS07-Quest_BR_Shoot_SpecificTargets_Chain_A",
- "QS07-Quest_BR_Visit_ExplorerOutposts_SingleMatch",
- "QS07-Quest_BR_Hit_Enemies_Boogie_ChillerGrenade"
- ],
- "completionRewards": {
- "1": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "2": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "3": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "4": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 10000,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_challengecomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "5": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "6": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "-1": [
- {
- "templateId": "Token:athenabattlepass_weeklybundle_token",
- "quantity": 1,
- "giftBoxToUse": {}
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ]
- }
- },
- "QS07-QuestBundle_S7_IceKing": {
- "templateId": "ChallengeBundle:questbundle_s7_iceking",
- "challenge_bundle_schedule_id": "QS07-Season7_IceKing_Schedule",
- "grantedquestinstanceids": [
- "QS07-Quest_BR_S7_IceKing_Outlive_01",
- "QS07-Quest_BR_S7_IceKing_Outlive_02",
- "QS07-Quest_BR_S7_IceKing_Outlive_03",
- "QS07-Quest_BR_S7_IceKing_Outlive_04",
- "QS07-Quest_BR_S7_IceKing_Outlive_05",
- "QS07-Quest_BR_S7_IceKing_Outlive_06"
- ],
- "completionRewards": {
- "-1": [
- {
- "templateId": "HomebaseBannerIcon:brseason07completioniceking",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ]
- }
- },
- "QS07-QuestBundle_S7_Overtime": {
- "templateId": "ChallengeBundle:questbundle_s7_overtime",
- "challenge_bundle_schedule_id": "QS07-Season7_OT_Schedule",
- "grantedquestinstanceids": [
- "QS07-Quest_BR_S7_Overtime_CompleteQuests_ChainTest_01",
- "QS07-Quest_BR_S7_Overtime_CompleteQuests_ChainTest_03",
- "QS07-Quest_BR_S7_Overtime_CompleteQuests_ChainTest_05",
- "QS07-Quest_BR_OT_CompleteChallenges",
- "QS07-Quest_BR_OT_Play_Featured_Creative",
- "QS07-Quest_BR_Damage_Assault_Or_Pistol",
- "QS07-Quest_BR_OT_Search_Motel_RVPark",
- "QS07-Quest_BR_OT_Top15_Duos_WithFriend",
- "QS07-Quest_BR_OT_RegainHealth_Campfire_DifferentMatches",
- "QS07-Quest_BR_Visit_NamedLocations",
- "QS07-Quest_BR_OT_Search_SupplyDrop_DifferentMatches",
- "QS07-Quest_BR_Revive_DifferentMatches",
- "QS07-Quest_BR_OT_Visit_Waterfalls",
- "QS07-Quest_BR_Damage_Shotgun_Or_SMG",
- "QS07-Quest_BR_OT_Search_Chests_Ammo_TheBlock",
- "QS07-Quest_BR_OT_Top10_Squads_WithFriend",
- "QS07-Quest_BR_OT_Play_DriftboardLTM_WithFriend",
- "QS07-Quest_BR_OT_Thank_Bus_Driver_DifferentMatches",
- "QS07-Quest_BR_OT_Search_Chests_Ammo_Racetrack_Danceclub",
- "QS07-Quest_BR_OT_Outlast_75_SingleMatch"
- ],
- "completionRewards": {
- "13": [
- {
- "templateId": "HomebaseBannerIcon:brs7overtime",
- "quantity": 1,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_overtime",
- "giftBoxFormatData": {}
- }
- }
- ]
- }
- },
- "QS07-QuestBundle_S7_Cumulative": {
- "templateId": "ChallengeBundle:questbundle_s7_cumulative",
- "challenge_bundle_schedule_id": "QS07-Season7_Paid_Schedule",
- "grantedquestinstanceids": [
- "QS07-Quest_BR_S7_Cumulative_Complete_WeeklyChallenges_01",
- "QS07-Quest_BR_S7_Cumulative_CollectTokens_001",
- "QS07-Quest_BR_S7_Cumulative_CollectTokens_002",
- "QS07-Quest_BR_S7_Cumulative_CollectTokens_003",
- "QS07-Quest_BR_S7_Cumulative_CollectTokens_004",
- "QS07-Quest_BR_S7_Cumulative_CollectTokens_005",
- "QS07-Quest_BR_S7_Cumulative_CollectTokens_006",
- "QS07-Quest_BR_S7_Cumulative_CollectTokens_007",
- "QS07-Quest_BR_S7_Cumulative_CollectTokens_008",
- "QS07-Quest_BR_S7_Cumulative_CollectTokens_009",
- "QS07-Quest_BR_S7_Cumulative_CollectTokens_010"
- ],
- "completionRewards": {
- "-1": [
- {
- "templateId": "HomebaseBannerIcon:brseason07completionseason7",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ]
- }
- },
- "QS07-QuestBundle_S7_ArcticSniper": {
- "templateId": "ChallengeBundle:questbundle_s7_arcticsniper",
- "challenge_bundle_schedule_id": "QS07-Season7_ProgressiveA_Schedule",
- "grantedquestinstanceids": [
- "QS07-Quest_BR_S7_ArcticSniper_Gain_SeasonXP_01",
- "QS07-Quest_BR_S7_ArcticSniper_Gain_SeasonXP_02",
- "QS07-Quest_BR_S7_ArcticSniper_Gain_SeasonXP_03",
- "QS07-Quest_BR_S7_ArcticSniper_Gain_SeasonXP_04",
- "QS07-Quest_BR_S7_ArcticSniper_Gain_SeasonXP_05",
- "QS07-Quest_BR_S7_ArcticSniper_Gain_SeasonXP_06",
- "QS07-Quest_BR_S7_ArcticSniper_Gain_SeasonXP_07",
- "QS07-Quest_BR_S7_ArcticSniper_Gain_SeasonXP_08",
- "QS07-Quest_BR_S7_ArcticSniper_Complete_WeeklyChallenges_01",
- "QS07-Quest_BR_S7_ArcticSniper_Complete_WeeklyChallenges_02",
- "QS07-Quest_BR_S7_ArcticSniper_Complete_WeeklyChallenges_03"
- ],
- "completionRewards": {
- "-1": [
- {
- "templateId": "HomebaseBannerIcon:brseason07completionarcticsniper",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ]
- }
- },
- "QS07-QuestBundle_S7_NeonCat": {
- "templateId": "ChallengeBundle:questbundle_s7_neoncat",
- "challenge_bundle_schedule_id": "QS07-Season7_ProgressiveA_Schedule",
- "grantedquestinstanceids": [
- "QS07-Quest_BR_S7_NeonCat_Gain_SeasonXP_01",
- "QS07-Quest_BR_S7_NeonCat_Gain_SeasonXP_02",
- "QS07-Quest_BR_S7_NeonCat_Gain_SeasonXP_03",
- "QS07-Quest_BR_S7_NeonCat_Gain_SeasonXP_04",
- "QS07-Quest_BR_S7_NeonCat_Gain_SeasonXP_05",
- "QS07-Quest_BR_S7_NeonCat_Gain_SeasonXP_06",
- "QS07-Quest_BR_S7_NeonCat_Gain_SeasonXP_07",
- "QS07-Quest_BR_S7_NeonCat_Gain_SeasonXP_08",
- "QS07-Quest_BR_S7_NeonCat_Complete_WeeklyChallenges_01",
- "QS07-Quest_BR_S7_NeonCat_Complete_WeeklyChallenges_02",
- "QS07-Quest_BR_S7_NeonCat_Complete_WeeklyChallenges_03"
- ],
- "completionRewards": {
- "-1": [
- {
- "templateId": "HomebaseBannerIcon:brseason07completionneoncat",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ]
- }
- },
- "QS07-QuestBundle_S7_SgtWinter": {
- "templateId": "ChallengeBundle:questbundle_s7_sgtwinter",
- "challenge_bundle_schedule_id": "QS07-Season7_SgtWinter_Schedule",
- "grantedquestinstanceids": [
- "QS07-Quest_BR_S7_SgtWinter_Complete_Daily_Challenges_01",
- "QS07-Quest_BR_S7_SgtWinter_Complete_Daily_Challenges_02"
- ],
- "completionRewards": {
- "-1": [
- {
- "templateId": "HomebaseBannerIcon:brseason07completionsgtwinter",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ]
- }
- }
- },
- "Quests": {
- "QS07-Quest_BR_FDF_Play_Creative_Mode": {
- "templateId": "Quest:quest_br_fdf_play_creative_mode",
- "challenge_bundle_id": "QS07-QuestBundle_14DaysOfFortnite",
- "objectives": {
- "fdf_play_athena_creative_mode": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athenatoken_br14dayspresent_s",
- "quantity": 1
- },
- {
- "templateId": "AthenaDance:spid_082_ornament",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_FDF_Visit_Giant_Candy_Canes": {
- "templateId": "Quest:quest_br_fdf_visit_giant_candy_canes",
- "challenge_bundle_id": "QS07-QuestBundle_14DaysOfFortnite",
- "objectives": {
- "fdf_visit_athena_giant_candy_cane_01": 1,
- "fdf_visit_athena_giant_candy_cane_02": 1,
- "fdf_visit_athena_giant_candy_cane_03": 1,
- "fdf_visit_athena_giant_candy_cane_04": 1,
- "fdf_visit_athena_giant_candy_cane_05": 1,
- "fdf_visit_athena_giant_candy_cane_06": 1,
- "fdf_visit_athena_giant_candy_cane_07": 1,
- "fdf_visit_athena_giant_candy_cane_08": 1,
- "fdf_visit_athena_giant_candy_cane_09": 1,
- "fdf_visit_athena_giant_candy_cane_10": 1
- },
- "objectiveCompletionCount": 2,
- "rewards": [
- {
- "templateId": "Token:athenatoken_br14dayspresent_m",
- "quantity": 1
- },
- {
- "templateId": "AthenaLoadingScreen:lsid_072_winterlauncher",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_FDF_Play_Match_Friends": {
- "templateId": "Quest:quest_br_fdf_play_match_friends",
- "challenge_bundle_id": "QS07-QuestBundle_14DaysOfFortnite",
- "objectives": {
- "fdf_play_athena_match_friends": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athenatoken_br14dayspresent_l",
- "quantity": 1
- },
- {
- "templateId": "AthenaDance:toy_011_snowball",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_FDF_HitPlayer_With_Snowball": {
- "templateId": "Quest:quest_br_fdf_hitplayer_with_snowball",
- "challenge_bundle_id": "QS07-QuestBundle_14DaysOfFortnite",
- "objectives": {
- "fdf_hitplayer_athena_snowball": 4
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athenatoken_br14dayspresent_s",
- "quantity": 1
- },
- {
- "templateId": "AthenaDance:emoji_snowman",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_FDF_Fly_Biplane_Rings": {
- "templateId": "Quest:quest_br_fdf_fly_biplane_rings",
- "challenge_bundle_id": "QS07-QuestBundle_14DaysOfFortnite",
- "objectives": {
- "fdf_fly_athena_biplane_rings_01": 1,
- "fdf_fly_athena_biplane_rings_02": 1,
- "fdf_fly_athena_biplane_rings_03": 1,
- "fdf_fly_athena_biplane_rings_04": 1,
- "fdf_fly_athena_biplane_rings_05": 1,
- "fdf_fly_athena_biplane_rings_06": 1,
- "fdf_fly_athena_biplane_rings_07": 1,
- "fdf_fly_athena_biplane_rings_08": 1,
- "fdf_fly_athena_biplane_rings_09": 1,
- "fdf_fly_athena_biplane_rings_10": 1,
- "fdf_fly_athena_biplane_rings_11": 1,
- "fdf_fly_athena_biplane_rings_12": 1,
- "fdf_fly_athena_biplane_rings_13": 1,
- "fdf_fly_athena_biplane_rings_14": 1,
- "fdf_fly_athena_biplane_rings_15": 1,
- "fdf_fly_athena_biplane_rings_16": 1,
- "fdf_fly_athena_biplane_rings_17": 1
- },
- "objectiveCompletionCount": 5,
- "rewards": [
- {
- "templateId": "Token:athenatoken_br14dayspresent_l",
- "quantity": 1
- },
- {
- "templateId": "AthenaBackpack:bid_192_winterholidayfemale",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_FDF_Interact_Goose_Eggs": {
- "templateId": "Quest:quest_br_fdf_interact_goose_eggs",
- "challenge_bundle_id": "QS07-QuestBundle_14DaysOfFortnite",
- "objectives": {
- "fdf_interact_athena_goose_eggs_01": 1,
- "fdf_interact_athena_goose_eggs_02": 1,
- "fdf_interact_athena_goose_eggs_03": 1,
- "fdf_interact_athena_goose_eggs_04": 1,
- "fdf_interact_athena_goose_eggs_05": 1,
- "fdf_interact_athena_goose_eggs_06": 1,
- "fdf_interact_athena_goose_eggs_07": 1,
- "fdf_interact_athena_goose_eggs_08": 1,
- "fdf_interact_athena_goose_eggs_09": 1,
- "fdf_interact_athena_goose_eggs_10": 1,
- "fdf_interact_athena_goose_eggs_11": 1,
- "fdf_interact_athena_goose_eggs_12": 1,
- "fdf_interact_athena_goose_eggs_13": 1,
- "fdf_interact_athena_goose_eggs_14": 1,
- "fdf_interact_athena_goose_eggs_15": 1,
- "fdf_interact_athena_goose_eggs_16": 1,
- "fdf_interact_athena_goose_eggs_17": 1,
- "fdf_interact_athena_goose_eggs_18": 1,
- "fdf_interact_athena_goose_eggs_19": 1,
- "fdf_interact_athena_goose_eggs_20": 1
- },
- "objectiveCompletionCount": 6,
- "rewards": [
- {
- "templateId": "Token:athenatoken_br14dayspresent_m",
- "quantity": 1
- },
- {
- "templateId": "AthenaLoadingScreen:lsid_094_holidayspecial",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_FDF_Use_Porta_Gift": {
- "templateId": "Quest:quest_br_fdf_use_porta_gift",
- "challenge_bundle_id": "QS07-QuestBundle_14DaysOfFortnite",
- "objectives": {
- "fdf_use_athena_portagift": 7
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athenatoken_br14dayspresent_xl",
- "quantity": 1
- },
- {
- "templateId": "AthenaBackpack:petcarrier_006_gingerbread",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_FDF_Damage_Weapons_Different": {
- "templateId": "Quest:quest_br_fdf_damage_weapons_different",
- "challenge_bundle_id": "QS07-QuestBundle_14DaysOfFortnite",
- "objectives": {
- "fdf_damage_athena_weapons_different_assault_standard": 1,
- "fdf_damage_athena_weapons_different_minigun": 1,
- "fdf_damage_athena_weapons_different_assault_burst": 1,
- "fdf_damage_athena_weapons_different_assault_scoped": 1,
- "fdf_damage_athena_weapons_different_grenade_launcher": 1,
- "fdf_damage_athena_weapons_different_rocket_launcher": 1,
- "fdf_damage_athena_weapons_different_quad_launcher": 1,
- "fdf_damage_athena_weapons_different_pistol_handcannon": 1,
- "fdf_damage_athena_weapons_different_pistol_standard": 1,
- "fdf_damage_athena_weapons_different_pistol_suppressed": 1,
- "fdf_damage_athena_weapons_different_shotgun_tactical": 1,
- "fdf_damage_athena_weapons_different_shotgun_heavy": 1,
- "fdf_damage_athena_weapons_different_shotgun_pump": 1,
- "fdf_damage_athena_weapons_different_sniper_bolt": 1,
- "fdf_damage_athena_weapons_different_sniper_hunting": 1,
- "fdf_damage_athena_weapons_different_assault_thermal": 1,
- "fdf_damage_athena_weapons_different_smg_pdw": 1,
- "fdf_damage_athena_weapons_different_sniper_heavy": 1,
- "fdf_damage_athena_weapons_different_assault_silenced": 1,
- "fdf_damage_athena_weapons_different_pistol_sixshooter": 1,
- "fdf_damage_athena_weapons_different_assault_heavy": 1,
- "fdf_damage_athena_weapons_different_sword": 1,
- "fdf_damage_athena_weapons_different_sniper_silenced": 1,
- "fdf_damage_athena_weapons_different_grenade_standard": 1,
- "fdf_damage_athena_weapons_different_grenade_gas": 1,
- "fdf_damage_athena_weapons_different_grenade_tnt": 1,
- "fdf_damage_athena_weapons_different_trap_spike": 1,
- "fdf_damage_athena_weapons_different_turret": 1,
- "fdf_damage_athena_weapons_different_smg_mp": 1
- },
- "objectiveCompletionCount": 8,
- "rewards": [
- {
- "templateId": "Token:athenatoken_br14dayspresent_l",
- "quantity": 1
- },
- {
- "templateId": "AthenaDance:eid_taketheelf",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_FDF_Dance_Christmas_Trees": {
- "templateId": "Quest:quest_br_fdf_dance_christmas_trees",
- "challenge_bundle_id": "QS07-QuestBundle_14DaysOfFortnite",
- "objectives": {
- "fdf_dance_athena_christmas_tree_01": 1,
- "fdf_dance_athena_christmas_tree_02": 1,
- "fdf_dance_athena_christmas_tree_03": 1,
- "fdf_dance_athena_christmas_tree_04": 1,
- "fdf_dance_athena_christmas_tree_05": 1,
- "fdf_dance_athena_christmas_tree_06": 1,
- "fdf_dance_athena_christmas_tree_07": 1,
- "fdf_dance_athena_christmas_tree_08": 1,
- "fdf_dance_athena_christmas_tree_09": 1,
- "fdf_dance_athena_christmas_tree_10": 1,
- "fdf_dance_athena_christmas_tree_11": 1,
- "fdf_dance_athena_christmas_tree_12": 1,
- "fdf_dance_athena_christmas_tree_13": 1,
- "fdf_dance_athena_christmas_tree_14": 1,
- "fdf_dance_athena_christmas_tree_15": 1,
- "fdf_dance_athena_christmas_tree_16": 1,
- "fdf_dance_athena_christmas_tree_17": 1,
- "fdf_dance_athena_christmas_tree_18": 1,
- "fdf_dance_athena_christmas_tree_19": 1,
- "fdf_dance_athena_christmas_tree_20": 1
- },
- "objectiveCompletionCount": 9,
- "rewards": [
- {
- "templateId": "Token:athenatoken_br14dayspresent_s",
- "quantity": 1
- },
- {
- "templateId": "Token:athenatoken_brseason07_14days",
- "quantity": 1
- }
- ],
- "hiddenRewards": [
- {
- "templateId": "HomebaseBannerIcon:br14dayssnowglobe",
- "quantity": 1
- }
- ],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_FDF_TrickPoint_Vehicle_Snowboard": {
- "templateId": "Quest:quest_br_fdf_trickpoint_vehicle_snowboard",
- "challenge_bundle_id": "QS07-QuestBundle_14DaysOfFortnite",
- "objectives": {
- "fdf_tickpoint_athena_vehicle_dustydivot": 1,
- "fdf_tickpoint_athena_vehicle_fatalfields": 1,
- "fdf_tickpoint_athena_vehicle_flushfactory": 1,
- "fdf_tickpoint_athena_vehicle_frostyflights": 1,
- "fdf_tickpoint_athena_vehicle_greasygrove": 1,
- "fdf_tickpoint_athena_vehicle_happyhamlet": 1,
- "fdf_tickpoint_athena_vehicle_hauntedhills": 1,
- "fdf_tickpoint_athena_vehicle_junkjunction": 1,
- "fdf_tickpoint_athena_vehicle_lazylinks": 1,
- "fdf_tickpoint_athena_vehicle_lonelylodge": 1,
- "fdf_tickpoint_athena_vehicle_lootlake": 1,
- "fdf_tickpoint_athena_vehicle_lucklanding": 1,
- "fdf_tickpoint_athena_vehicle_moistymire": 1,
- "fdf_tickpoint_athena_vehicle_paradisepalms": 1,
- "fdf_tickpoint_athena_vehicle_pleasantpark": 1,
- "fdf_tickpoint_athena_vehicle_polarpeak": 1,
- "fdf_tickpoint_athena_vehicle_retailrow": 1,
- "fdf_tickpoint_athena_vehicle_riskyreels": 1,
- "fdf_tickpoint_athena_vehicle_saltysprings": 1,
- "fdf_tickpoint_athena_vehicle_shiftyshafts": 1,
- "fdf_tickpoint_athena_vehicle_snobbyshores": 1,
- "fdf_tickpoint_athena_vehicle_tiltedtowers": 1,
- "fdf_tickpoint_athena_vehicle_tomatotemple": 1,
- "fdf_tickpoint_athena_vehicle_wailingwoods": 1
- },
- "objectiveCompletionCount": 10,
- "rewards": [
- {
- "templateId": "Token:athenatoken_br14dayspresent_s",
- "quantity": 1
- },
- {
- "templateId": "AthenaDance:spid_083_winter",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_FDF_Thank_Bus_Driver_DifferentMatches": {
- "templateId": "Quest:quest_br_fdf_thank_bus_driver_differentmatches",
- "challenge_bundle_id": "QS07-QuestBundle_14DaysOfFortnite",
- "objectives": {
- "fdf_thank_athena_bus_driver_differentmatches": 11
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athenatoken_br14dayspresent_l",
- "quantity": 1
- },
- {
- "templateId": "AthenaPickaxe:pickaxe_id_143_flintlockwinter",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_FDF_Destory_Snowflake_Decorations": {
- "templateId": "Quest:quest_br_fdf_destory_snowflake_decorations",
- "challenge_bundle_id": "QS07-QuestBundle_14DaysOfFortnite",
- "objectives": {
- "fdf_destroy_athena_snowflake_decor": 12
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athenatoken_br14dayspresent_s",
- "quantity": 1
- },
- {
- "templateId": "AthenaDance:emoji_snowflake",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_FDF_Use_Tool_Creative_Mode": {
- "templateId": "Quest:quest_br_fdf_use_tool_creative_mode",
- "challenge_bundle_id": "QS07-QuestBundle_14DaysOfFortnite",
- "objectives": {
- "fdf_use_athena_tool_creative_mode": 13
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athenatoken_br14dayspresent_m",
- "quantity": 1
- },
- {
- "templateId": "AthenaItemWrap:wrap_009_newyears",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_FDF_Interact_Chests_Search": {
- "templateId": "Quest:quest_br_fdf_interact_chests_search",
- "challenge_bundle_id": "QS07-QuestBundle_14DaysOfFortnite",
- "objectives": {
- "fdf_interact_athena_chests": 14
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athenatoken_br14dayspresent_xl",
- "quantity": 1
- },
- {
- "templateId": "AthenaGlider:glider_id_106_fortnitedj",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_Festivus_Interact_Poster": {
- "templateId": "Quest:quest_br_festivus_interact_poster",
- "challenge_bundle_id": "QS07-QuestBundle_Festivus",
- "objectives": {
- "athena_festivus_interact_poster": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AthenaDance:spid_084_festivus",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_Festivus_Visit_Stage": {
- "templateId": "Quest:quest_br_festivus_visit_stage",
- "challenge_bundle_id": "QS07-QuestBundle_Festivus",
- "objectives": {
- "athena_festivus_visit_stage": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AthenaDance:eid_squishymedley",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_Festivus_Dance_Three_Locations": {
- "templateId": "Quest:quest_br_festivus_dance_three_locations",
- "challenge_bundle_id": "QS07-QuestBundle_Festivus",
- "objectives": {
- "athena_festivus_dance_3_locations_a": 1,
- "athena_festivus_dance_3_locations_b": 1,
- "athena_festivus_dance_3_locations_c": 1
- },
- "objectiveCompletionCount": 3,
- "rewards": [
- {
- "templateId": "AthenaPickaxe:pickaxe_id_154_squishy",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_FNWD_CompleteQuests": {
- "templateId": "Quest:quest_fnwd_completequests",
- "challenge_bundle_id": "QS07-QuestBundle_WinterDeimos",
- "objectives": {
- "winter_deimos_quest_completequests_tokens": 6
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AthenaItemWrap:wrap_010_blueemissive",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_FNWD_Elim_AI_Fiend": {
- "templateId": "Quest:quest_fnwd_elim_ai_fiend",
- "challenge_bundle_id": "QS07-QuestBundle_WinterDeimos",
- "objectives": {
- "winter_deimos_killingblow_athena_ai_fiend": 250
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 500
- }
- ],
- "hiddenRewards": [
- {
- "templateId": "Token:athenawinterdeimos_challenge_token",
- "quantity": 1
- }
- ],
- "giftBoxToUse": {}
- },
- "QS07-Quest_FNWD_Dam_ExplosiveWeapons_AI": {
- "templateId": "Quest:quest_fnwd_dam_explosiveweapons_ai",
- "challenge_bundle_id": "QS07-QuestBundle_WinterDeimos",
- "objectives": {
- "winter_deimos_damage_athena_ai_explosive_weapons": 5000
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 500
- }
- ],
- "hiddenRewards": [
- {
- "templateId": "Token:athenawinterdeimos_challenge_token",
- "quantity": 1
- }
- ],
- "giftBoxToUse": {}
- },
- "QS07-Quest_FNWD_Elim_AI_Brute": {
- "templateId": "Quest:quest_fnwd_elim_ai_brute",
- "challenge_bundle_id": "QS07-QuestBundle_WinterDeimos",
- "objectives": {
- "winter_deimos_killingblow_athena_ai_brute": 100
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 500
- }
- ],
- "hiddenRewards": [
- {
- "templateId": "Token:athenawinterdeimos_challenge_token",
- "quantity": 1
- }
- ],
- "giftBoxToUse": {}
- },
- "QS07-Quest_FNWD_Dam_PistolAR_AI": {
- "templateId": "Quest:quest_fnwd_dam_pistolar_ai",
- "challenge_bundle_id": "QS07-QuestBundle_WinterDeimos",
- "objectives": {
- "winter_deimos_damage_athena_ai_ar_pistol": 10000
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 500
- }
- ],
- "hiddenRewards": [
- {
- "templateId": "Token:athenawinterdeimos_challenge_token",
- "quantity": 1
- }
- ],
- "giftBoxToUse": {}
- },
- "QS07-Quest_FNWD_Elim_AI_Throwers": {
- "templateId": "Quest:quest_fnwd_elim_ai_throwers",
- "challenge_bundle_id": "QS07-QuestBundle_WinterDeimos",
- "objectives": {
- "winter_deimos_killingblow_athena_ai_throwers": 150
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 500
- }
- ],
- "hiddenRewards": [
- {
- "templateId": "Token:athenawinterdeimos_challenge_token",
- "quantity": 1
- }
- ],
- "giftBoxToUse": {}
- },
- "QS07-Quest_FNWD_Elim_AI_Golden": {
- "templateId": "Quest:quest_fnwd_elim_ai_golden",
- "challenge_bundle_id": "QS07-QuestBundle_WinterDeimos",
- "objectives": {
- "winter_deimos_killingblow_athena_ai_golden": 20
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 500
- }
- ],
- "hiddenRewards": [
- {
- "templateId": "Token:athenawinterdeimos_challenge_token",
- "quantity": 1
- }
- ],
- "giftBoxToUse": {}
- },
- "QS07-Quest_FNWD_Dam_AI_SingleMatch": {
- "templateId": "Quest:quest_fnwd_dam_ai_singlematch",
- "challenge_bundle_id": "QS07-QuestBundle_WinterDeimos",
- "objectives": {
- "winter_deimos_damage_athena_ai_single_match": 2000
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 500
- }
- ],
- "hiddenRewards": [
- {
- "templateId": "Token:athenawinterdeimos_challenge_token",
- "quantity": 1
- }
- ],
- "giftBoxToUse": {}
- },
- "QS07-Quest_FNWD_Destroy_IceFragments_DifferentMatches": {
- "templateId": "Quest:quest_fnwd_destroy_icefragments_differentmatches",
- "challenge_bundle_id": "QS07-QuestBundle_WinterDeimos",
- "objectives": {
- "winter_deimos_destroy_monsterspawner": 10
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 500
- }
- ],
- "hiddenRewards": [
- {
- "templateId": "Token:athenawinterdeimos_challenge_token",
- "quantity": 1
- }
- ],
- "giftBoxToUse": {}
- },
- "QS07-Quest_FNWD_Elim_AI_Elite": {
- "templateId": "Quest:quest_fnwd_elim_ai_elite",
- "challenge_bundle_id": "QS07-QuestBundle_WinterDeimos",
- "objectives": {
- "winter_deimos_killingblow_athena_ai_elite": 100
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 500
- }
- ],
- "hiddenRewards": [
- {
- "templateId": "Token:athenawinterdeimos_challenge_token",
- "quantity": 1
- }
- ],
- "giftBoxToUse": {}
- },
- "QS07-Quest_FNWD_Dam_ShotgunSMG_AI": {
- "templateId": "Quest:quest_fnwd_dam_shotgunsmg_ai",
- "challenge_bundle_id": "QS07-QuestBundle_WinterDeimos",
- "objectives": {
- "winter_deimos_damage_athena_ai_shotgun_smg": 10000
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 500
- }
- ],
- "hiddenRewards": [
- {
- "templateId": "Token:athenawinterdeimos_challenge_token",
- "quantity": 1
- }
- ],
- "giftBoxToUse": {}
- },
- "QS07-Quest_FNWD_Elim_AI": {
- "templateId": "Quest:quest_fnwd_elim_ai",
- "challenge_bundle_id": "QS07-QuestBundle_WinterDeimos",
- "objectives": {
- "winter_deimos_killingblow_athena_ai": 300
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 500
- }
- ],
- "hiddenRewards": [
- {
- "templateId": "Token:athenawinterdeimos_challenge_token",
- "quantity": 1
- }
- ],
- "giftBoxToUse": {}
- },
- "QS07-Quest_FNWD_Dam_AI": {
- "templateId": "Quest:quest_fnwd_dam_ai",
- "challenge_bundle_id": "QS07-QuestBundle_WinterDeimos",
- "objectives": {
- "winter_deimos_damage_athena_ai": 20000
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 500
- }
- ],
- "hiddenRewards": [
- {
- "templateId": "Token:athenawinterdeimos_challenge_token",
- "quantity": 1
- }
- ],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_Collect_Item_All_Rarity": {
- "templateId": "Quest:quest_br_collect_item_all_rarity",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Week_001",
- "objectives": {
- "battlepass_collect_all_rarity_common": 1,
- "battlepass_collect_all_rarity_uncommon": 1,
- "battlepass_collect_all_rarity_rare": 1,
- "battlepass_collect_all_rarity_very_rare": 1,
- "battlepass_collect_all_super_rare": 1
- },
- "objectiveCompletionCount": 5,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_Dance_ScavengerHunt_Forbidden": {
- "templateId": "Quest:quest_br_dance_scavengerhunt_forbidden",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Week_001",
- "objectives": {
- "battlepass_dance_athena_location_forbidden_01": 1,
- "battlepass_dance_athena_location_forbidden_02": 1,
- "battlepass_dance_athena_location_forbidden_03": 1,
- "battlepass_dance_athena_location_forbidden_04": 1,
- "battlepass_dance_athena_location_forbidden_05": 1,
- "battlepass_dance_athena_location_forbidden_06": 1,
- "battlepass_dance_athena_location_forbidden_07": 1,
- "battlepass_dance_athena_location_forbidden_08": 1,
- "battlepass_dance_athena_location_forbidden_09": 1,
- "battlepass_dance_athena_location_forbidden_10": 1,
- "battlepass_dance_athena_location_forbidden_11": 1,
- "battlepass_dance_athena_location_forbidden_12": 1,
- "battlepass_dance_athena_location_forbidden_13": 1,
- "battlepass_dance_athena_location_forbidden_14": 1,
- "battlepass_dance_athena_location_forbidden_15": 1
- },
- "objectiveCompletionCount": 5,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_Play_Min1Elimination": {
- "templateId": "Quest:quest_br_play_min1elimination",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Week_001",
- "objectives": {
- "battlepass_complete_athena_with_killingblow": 10
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 1000
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_Dance_Chain_ScavengerHunt_Locations_C": {
- "templateId": "Quest:quest_br_dance_chain_scavengerhunt_locations_c",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Week_001",
- "objectives": {
- "battlepass_dance_chain_athena_scavengerhunt_locations_c": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 2
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_Dance_Chain_ScavengerHunt_Locations_B": {
- "templateId": "Quest:quest_br_dance_chain_scavengerhunt_locations_b",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Week_001",
- "objectives": {
- "battlepass_dance_chain_athena_scavengerhunt_locations_b": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 2
- },
- {
- "templateId": "Quest:quest_br_dance_chain_scavengerhunt_locations_c",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_Dance_Chain_ScavengerHunt_Locations_A": {
- "templateId": "Quest:quest_br_dance_chain_scavengerhunt_locations_a",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Week_001",
- "objectives": {
- "battlepass_dance_chain_athena_scavengerhunt_locations_a": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_dance_chain_scavengerhunt_locations_b",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_Damage_Headshot": {
- "templateId": "Quest:quest_br_damage_headshot",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Week_001",
- "objectives": {
- "battlepass_damage_athena_player_head_shots": 250
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_Interact_Chain_Chests_Search_C": {
- "templateId": "Quest:quest_br_interact_chain_chests_search_c",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Week_001",
- "objectives": {
- "battlepass_chain_chests_search_c": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 4
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_Interact_Chain_Chests_Search_B": {
- "templateId": "Quest:quest_br_interact_chain_chests_search_b",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Week_001",
- "objectives": {
- "battlepass_chain_chests_search_b": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 3
- },
- {
- "templateId": "Quest:quest_br_interact_chain_chests_search_c",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_Interact_Chain_Chests_Search_A": {
- "templateId": "Quest:quest_br_interact_chain_chests_search_a",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Week_001",
- "objectives": {
- "battlepass_chain_chests_search_a": 5
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 3
- },
- {
- "templateId": "Quest:quest_br_interact_chain_chests_search_b",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_Eliminate_Location_Different": {
- "templateId": "Quest:quest_br_eliminate_location_different",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Week_001",
- "objectives": {
- "battlepass_killingblow_athena_player_different_junkjunction": 1,
- "battlepass_killingblow_athena_player_different_hauntedhills": 1,
- "battlepass_killingblow_athena_player_different_pleasantpartk": 1,
- "battlepass_killingblow_athena_player_different_lootlake": 1,
- "battlepass_killingblow_athena_player_different_lazylinks": 1,
- "battlepass_killingblow_athena_player_different_tomatotemple": 1,
- "battlepass_killingblow_athena_player_different_riskyreels": 1,
- "battlepass_killingblow_athena_player_different_wailingwoods": 1,
- "battlepass_killingblow_athena_player_different_snobbyshores": 1,
- "battlepass_killingblow_athena_player_different_greasygrove": 1,
- "battlepass_killingblow_athena_player_different_tiltedtowers": 1,
- "battlepass_killingblow_athena_player_different_shiftyshafts": 1,
- "battlepass_killingblow_athena_player_different_dustydivot": 1,
- "battlepass_killingblow_athena_player_different_saltysprings": 1,
- "battlepass_killingblow_athena_player_different_retailrow": 1,
- "battlepass_killingblow_athena_player_different_lonelylodge": 1,
- "battlepass_killingblow_athena_player_different_flushfactory": 1,
- "battlepass_killingblow_athena_player_different_luckylanding": 1,
- "battlepass_killingblow_athena_player_different_fatalfields": 1,
- "battlepass_killingblow_athena_player_different_paradisepalms": 1
- },
- "objectiveCompletionCount": 5,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_Interact_Chests_Locations_Different": {
- "templateId": "Quest:quest_br_interact_chests_locations_different",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Week_002",
- "objectives": {
- "battlepass_interact_chest_athena_location_different_anarchyacres": 1,
- "battlepass_interact_chest_athena_location_different_dustydepot": 1,
- "battlepass_interact_chest_athena_location_different_fatalfields": 1,
- "battlepass_interact_chest_athena_location_different_flushfactory": 1,
- "battlepass_interact_chest_athena_location_different_greasygrove": 1,
- "battlepass_interact_chest_athena_location_different_hauntedhills": 1,
- "battlepass_interact_chest_athena_location_different_junkjunction": 1,
- "battlepass_interact_chest_athena_location_different_luckylanding": 1,
- "battlepass_interact_chest_athena_location_different_lonelylodge": 1,
- "battlepass_interact_chest_athena_location_different_lootlake": 1,
- "battlepass_interact_chest_athena_location_different_moistymire": 1,
- "battlepass_interact_chest_athena_location_different_pleasantpark": 1,
- "battlepass_interact_chest_athena_location_different_retailrow": 1,
- "battlepass_interact_chest_athena_location_different_shiftyshafts": 1,
- "battlepass_interact_chest_athena_location_different_saltysprings": 1,
- "battlepass_interact_chest_athena_location_different_snobbyshores": 1,
- "battlepass_interact_chest_athena_location_different_tiltedtowers": 1,
- "battlepass_interact_chest_athena_location_different_tomatotown": 1,
- "battlepass_interact_chest_athena_location_different_wailingwoods": 1
- },
- "objectiveCompletionCount": 12,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_Damage_Weapons_Different": {
- "templateId": "Quest:quest_br_damage_weapons_different",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Week_002",
- "objectives": {
- "battlepass_damage_athena_weapons_different_pistol": 1,
- "battlepass_damage_athena_weapons_different_assault": 1,
- "battlepass_damage_athena_weapons_different_shotgun": 1,
- "battlepass_damage_athena_weapons_different_sniper": 1,
- "battlepass_damage_athena_weapons_different_explosives": 1,
- "battlepass_damage_athena_weapons_different_smg": 1,
- "battlepass_damage_athena_weapons_different_minigun": 1
- },
- "objectiveCompletionCount": 5,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_Eliminate_TwoLocations_01": {
- "templateId": "Quest:quest_br_eliminate_twolocations_01",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Week_002",
- "objectives": {
- "battlepass_killingblow_athena_player_twolocations_snobbyshores": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_Visit_TwoNamedLocs_Chain_01_E": {
- "templateId": "Quest:quest_br_visit_twonamedlocs_chain_01_e",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Week_002",
- "objectives": {
- "battlepass_visit_athena_location_snobbyshores_chain_01": 1,
- "battlepass_visit_athena_location_saltysprings_chain_01": 1
- },
- "objectiveCompletionCount": 2,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_Visit_TwoNamedLocs_Chain_01_D": {
- "templateId": "Quest:quest_br_visit_twonamedlocs_chain_01_d",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Week_002",
- "objectives": {
- "battlepass_visit_athena_location_lucklanding_chain_01": 1,
- "battlepass_visit_athena_location_tiltedtowers_chain_01": 1
- },
- "objectiveCompletionCount": 2,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_visit_twonamedlocs_chain_01_e",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_Visit_TwoNamedLocs_Chain_01_C": {
- "templateId": "Quest:quest_br_visit_twonamedlocs_chain_01_c",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Week_002",
- "objectives": {
- "battlepass_visit_athena_location_greasygrove_chain_01": 1,
- "battlepass_visit_athena_location_lootlake_chain_01": 1
- },
- "objectiveCompletionCount": 2,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_visit_twonamedlocs_chain_01_d",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_Visit_TwoNamedLocs_Chain_01_B": {
- "templateId": "Quest:quest_br_visit_twonamedlocs_chain_01_b",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Week_002",
- "objectives": {
- "battlepass_visit_athena_location_paradisepalms_chain_01": 1,
- "battlepass_visit_athena_location_dustydivot_chain_01": 1
- },
- "objectiveCompletionCount": 2,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_visit_twonamedlocs_chain_01_c",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_Visit_TwoNamedLocs_Chain_01_A": {
- "templateId": "Quest:quest_br_visit_twonamedlocs_chain_01_a",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Week_002",
- "objectives": {
- "battlepass_visit_athena_location_riskyreels_chain_01": 1,
- "battlepass_visit_athena_location_wailingwoods_chain_01": 1
- },
- "objectiveCompletionCount": 2,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_visit_twonamedlocs_chain_01_b",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_PianoChain_Play_Piano2": {
- "templateId": "Quest:quest_br_pianochain_play_piano2",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Week_002",
- "objectives": {
- "battlepass_piano_chain_play_piano_2": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 3
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_PianoChain_Visit_Map2": {
- "templateId": "Quest:quest_br_pianochain_visit_map2",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Week_002",
- "objectives": {
- "battlepass_piano_chain_visit_map2": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 2
- },
- {
- "templateId": "Quest:quest_br_pianochain_play_piano2",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_PianoChain_Play_Piano1": {
- "templateId": "Quest:quest_br_pianochain_play_piano1",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Week_002",
- "objectives": {
- "battlepass_piano_chain_play_piano_1": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 3
- },
- {
- "templateId": "Quest:quest_br_pianochain_visit_map2",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_Dance_ScavengerHunt_DanceOff_Abandoned_Mansion": {
- "templateId": "Quest:quest_br_dance_scavengerhunt_danceoff_abandoned_mansion",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Week_002",
- "objectives": {
- "battlepass_danceoff_athena_scavengerhunt_abandoned_mansion": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_Eliminate_MinDistance": {
- "templateId": "Quest:quest_br_eliminate_mindistance",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Week_002",
- "objectives": {
- "battlepass_killingblow_athena_players_mindistance": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_Use_Zipline_DifferentMatches": {
- "templateId": "Quest:quest_br_use_zipline_differentmatches",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Week_003",
- "objectives": {
- "battlepass_use_item_zipline": 5
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_Land_Chain_01_E": {
- "templateId": "Quest:quest_br_land_chain_01_e",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Week_003",
- "objectives": {
- "battlepass_land_athena_chain_tilted_01_e": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_Land_Chain_01_D": {
- "templateId": "Quest:quest_br_land_chain_01_d",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Week_003",
- "objectives": {
- "battlepass_land_athena_chain_lonely_01_d": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_land_chain_01_e",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_Land_Chain_01_C": {
- "templateId": "Quest:quest_br_land_chain_01_c",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Week_003",
- "objectives": {
- "battlepass_land_athena_chain_lucky_01_c": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_land_chain_01_d",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_Land_Chain_01_B": {
- "templateId": "Quest:quest_br_land_chain_01_b",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Week_003",
- "objectives": {
- "battlepass_land_athena_chain_pleasant_01_b": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_land_chain_01_c",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_Land_Chain_01_A": {
- "templateId": "Quest:quest_br_land_chain_01_a",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Week_003",
- "objectives": {
- "battlepass_land_athena_chain_lonely_01_a_": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_land_chain_01_b",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_Eliminate_WeaponRarity_Legendary": {
- "templateId": "Quest:quest_br_eliminate_weaponrarity_legendary",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Week_003",
- "objectives": {
- "battlepass_killingblow_athena_player_goldrarity": 2
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_Interact_Chests_TwoLocations_PolarTomato": {
- "templateId": "Quest:quest_br_interact_chests_twolocations_polartomato",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Week_003",
- "objectives": {
- "battlepass_interact_chests_twolocations_polartomato": 7
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_RingDoorbell_DifferentHouses": {
- "templateId": "Quest:quest_br_ringdoorbell_differenthouses",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Week_003",
- "objectives": {
- "battlepass_ringdoorbell_differenthouses": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_Interact_ScavengerHunt_Triangulate_01": {
- "templateId": "Quest:quest_br_interact_scavengerhunt_triangulate_01",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Week_003",
- "objectives": {
- "battlepass_interact_athena_hidden_star_02": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_Chain_WeaponDamage_01_C": {
- "templateId": "Quest:quest_br_chain_weapondamage_01_c",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Week_003",
- "objectives": {
- "battlepass_damage_athena_player_snipers_chain_01": 200
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 4
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_Chain_WeaponDamage_01_B": {
- "templateId": "Quest:quest_br_chain_weapondamage_01_b",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Week_003",
- "objectives": {
- "battlepass_damage_athena_player_pistols_chain_01": 200
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 3
- },
- {
- "templateId": "Quest:quest_br_chain_weapondamage_01_c",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_Chain_WeaponDamage_01_A": {
- "templateId": "Quest:quest_br_chain_weapondamage_01_a",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Week_003",
- "objectives": {
- "battlepass_damage_athena_player_shotguns_chain_01": 200
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 3
- },
- {
- "templateId": "Quest:quest_br_chain_weapondamage_01_b",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_Use_Biplane": {
- "templateId": "Quest:quest_br_use_biplane",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Week_004",
- "objectives": {
- "battlepass_athena_use_biplane": 5
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_Interact_Fireworks": {
- "templateId": "Quest:quest_br_interact_fireworks",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Week_004",
- "objectives": {
- "battlepass_interact_athena_fireworks_01": 1,
- "battlepass_interact_athena_fireworks_02": 1,
- "battlepass_interact_athena_fireworks_03": 1,
- "battlepass_interact_athena_fireworks_04": 1,
- "battlepass_interact_athena_fireworks_05": 1,
- "battlepass_interact_athena_fireworks_06": 1,
- "battlepass_interact_athena_fireworks_07": 1,
- "battlepass_interact_athena_fireworks_08": 1,
- "battlepass_interact_athena_fireworks_09": 1,
- "battlepass_interact_athena_fireworks_10": 1,
- "battlepass_interact_athena_fireworks_11": 1,
- "battlepass_interact_athena_fireworks_12": 1,
- "battlepass_interact_athena_fireworks_13": 1,
- "battlepass_interact_athena_fireworks_14": 1,
- "battlepass_interact_athena_fireworks_15": 1
- },
- "objectiveCompletionCount": 3,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_Eliminate_Location_ExpeditionOutposts": {
- "templateId": "Quest:quest_br_eliminate_location_expeditionoutposts",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Week_004",
- "objectives": {
- "battlepass_killingblow_athena_player_expeditionoutposts": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_Chain_Destroy_ChairsPolesPalettes_WoodPalettes": {
- "templateId": "Quest:quest_br_chain_destroy_chairspolespalettes_woodpalettes",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Week_004",
- "objectives": {
- "athena_battlepass_destroy_chairspolespalettes_woodenpalettes": 25
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_Chain_Destroy_ChairsPolesPalettes_TelephonePoles": {
- "templateId": "Quest:quest_br_chain_destroy_chairspolespalettes_telephonepoles",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Week_004",
- "objectives": {
- "athena_battlepass_destroy_chairspolespalettes_telephonepoles": 25
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Quest:quest_br_chain_destroy_chairspolespalettes_woodpalettes",
- "quantity": 1
- },
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 2
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_Chain_Destroy_ChairsPolesPalettes_Chairs": {
- "templateId": "Quest:quest_br_chain_destroy_chairspolespalettes_chairs",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Week_004",
- "objectives": {
- "athena_battlepass_destroy_chairspolespalettes_chairs": 80
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Quest:quest_br_chain_destroy_chairspolespalettes_telephonepoles",
- "quantity": 1
- },
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 2
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_Damage_Pickaxe": {
- "templateId": "Quest:quest_br_damage_pickaxe",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Week_004",
- "objectives": {
- "battlepass_damage_athena_player_pickaxe": 200
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_Eliminate_TwoLocations_03": {
- "templateId": "Quest:quest_br_eliminate_twolocations_03",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Week_004",
- "objectives": {
- "battlepass_killingblow_athena_player_twolocations_happy_or_pleasant": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_Chain_Visit_NOMS_05": {
- "templateId": "Quest:quest_br_chain_visit_noms_05",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Week_004",
- "objectives": {
- "athena_battlepass_visit_noms_05": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 2
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_Chain_Interact_NOMS_04": {
- "templateId": "Quest:quest_br_chain_interact_noms_04",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Week_004",
- "objectives": {
- "athena_battlepass_interact_noms_04": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 2
- },
- {
- "templateId": "Quest:quest_br_chain_visit_noms_05",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_Chain_Interact_NOMS_03": {
- "templateId": "Quest:quest_br_chain_interact_noms_03",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Week_004",
- "objectives": {
- "athena_battlepass_interact_noms_03": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 2
- },
- {
- "templateId": "Quest:quest_br_chain_interact_noms_04",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_Chain_Interact_NOMS_02": {
- "templateId": "Quest:quest_br_chain_interact_noms_02",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Week_004",
- "objectives": {
- "athena_battlepass_interact_noms_02": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 2
- },
- {
- "templateId": "Quest:quest_br_chain_interact_noms_03",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_Chain_Interact_NOMS_01": {
- "templateId": "Quest:quest_br_chain_interact_noms_01",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Week_004",
- "objectives": {
- "athena_battlepass_interact_noms_01": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 2
- },
- {
- "templateId": "Quest:quest_br_chain_interact_noms_02",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_Land_Chain_02E": {
- "templateId": "Quest:quest_br_land_chain_02e",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Week_005",
- "objectives": {
- "battlepass_land_athena_location_paradise_chain_02e": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_Land_Chain_02D": {
- "templateId": "Quest:quest_br_land_chain_02d",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Week_005",
- "objectives": {
- "battlepass_land_athena_location_pleasant_chain_02d": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_land_chain_02e",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_Land_Chain_02C": {
- "templateId": "Quest:quest_br_land_chain_02c",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Week_005",
- "objectives": {
- "battlepass_land_athena_location_dusty_chain_02c": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_land_chain_02d",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_Land_Chain_02B": {
- "templateId": "Quest:quest_br_land_chain_02b",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Week_005",
- "objectives": {
- "battlepass_land_athena_location_wailing_chain_02b": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_land_chain_02c",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_Land_Chain_02A": {
- "templateId": "Quest:quest_br_land_chain_02a",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Week_005",
- "objectives": {
- "battlepass_land_athena_location_greasy_chain_02a": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_land_chain_02b",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_Damage_Enemy_Buildings": {
- "templateId": "Quest:quest_br_damage_enemy_buildings",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Week_005",
- "objectives": {
- "battlepass_damage_athena_player_buildings": 5000
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_Eliminate_SuppressedWeapon": {
- "templateId": "Quest:quest_br_eliminate_suppressedweapon",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Week_005",
- "objectives": {
- "battlepass_killingblow_athena_player_with_suppressed_weapon": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_Dance_Chain_ScavengerHunt_Locations_02_C": {
- "templateId": "Quest:quest_br_dance_chain_scavengerhunt_locations_02_c",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Week_005",
- "objectives": {
- "battlepass_dance_chain_athena_scavengerhunt_locations_02_c": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 2
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_Dance_Chain_ScavengerHunt_Locations_02_B": {
- "templateId": "Quest:quest_br_dance_chain_scavengerhunt_locations_02_b",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Week_005",
- "objectives": {
- "battlepass_dance_chain_athena_scavengerhunt_locations_02_b": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 2
- },
- {
- "templateId": "Quest:quest_br_dance_chain_scavengerhunt_locations_02_c",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_Dance_Chain_ScavengerHunt_Locations_02_A": {
- "templateId": "Quest:quest_br_dance_chain_scavengerhunt_locations_02_a",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Week_005",
- "objectives": {
- "battlepass_dance_chain_athena_scavengerhunt_locations_02_a": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_dance_chain_scavengerhunt_locations_02_b",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_Interact_Chests_TwoLocations_ParadiseWailing": {
- "templateId": "Quest:quest_br_interact_chests_twolocations_paradisewailing",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Week_005",
- "objectives": {
- "battlepass_interact_athena_treasurechest_wailing_or_paradise": 7
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_Interact_ScavengerHunt_Triangulate_02": {
- "templateId": "Quest:quest_br_interact_scavengerhunt_triangulate_02",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Week_005",
- "objectives": {
- "battlepass_interact_athena_hidden_star_04": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_Eliminate_MaxDistance": {
- "templateId": "Quest:quest_br_eliminate_maxdistance",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Week_005",
- "objectives": {
- "battlepass_killingblow_athena_players_maxdistance": 2
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_Interact_AmmoBox_Locations_Different": {
- "templateId": "Quest:quest_br_interact_ammobox_locations_different",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Week_006",
- "objectives": {
- "battlepass_interact_ammo_athena_location_different_lazylinks": 1,
- "battlepass_interact_ammo_athena_location_different_dustydivot": 1,
- "battlepass_interact_ammo_athena_location_different_fatalfields": 1,
- "battlepass_interact_ammo_athena_location_different_flushfactory": 1,
- "battlepass_interact_ammo_athena_location_different_greasygrove": 1,
- "battlepass_interact_ammo_athena_location_different_hauntedhills": 1,
- "battlepass_interact_ammo_athena_location_different_junkjunction": 1,
- "battlepass_interact_ammo_athena_location_different_luckylanding": 1,
- "battlepass_interact_ammo_athena_location_different_lonelylodge": 1,
- "battlepass_interact_ammo_athena_location_different_lootlake": 1,
- "battlepass_interact_ammo_athena_location_different_paradisepalms": 1,
- "battlepass_interact_ammo_athena_location_different_pleasantpark": 1,
- "battlepass_interact_ammo_athena_location_different_retailrow": 1,
- "battlepass_interact_ammo_athena_location_different_shiftyshafts": 1,
- "battlepass_interact_ammo_athena_location_different_saltysprings": 1,
- "battlepass_interact_ammo_athena_location_different_snobbyshores": 1,
- "battlepass_interact_ammo_athena_location_different_tiltedtowers": 1,
- "battlepass_interact_ammo_athena_location_different_tomatotown": 1,
- "battlepass_interact_ammo_athena_location_different_wailingwoods": 1,
- "battlepass_interact_ammo_athena_location_different_riskyreels": 1
- },
- "objectiveCompletionCount": 7,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_Interact_GniceGnomes": {
- "templateId": "Quest:quest_br_interact_gnicegnomes",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Week_006",
- "objectives": {
- "battlepass_interact_athena_gnice_gnome_01": 1,
- "battlepass_interact_athena_gnice_gnome_02": 1,
- "battlepass_interact_athena_gnice_gnome_03": 1,
- "battlepass_interact_athena_gnice_gnome_04": 1,
- "battlepass_interact_athena_gnice_gnome_05": 1,
- "battlepass_interact_athena_gnice_gnome_06": 1,
- "battlepass_interact_athena_gnice_gnome_07": 1,
- "battlepass_interact_athena_gnice_gnome_08": 1,
- "battlepass_interact_athena_gnice_gnome_09": 1,
- "battlepass_interact_athena_gnice_gnome_10": 1,
- "battlepass_interact_athena_gnice_gnome_11": 1,
- "battlepass_interact_athena_gnice_gnome_12": 1,
- "battlepass_interact_athena_gnice_gnome_13": 1,
- "battlepass_interact_athena_gnice_gnome_14": 1,
- "battlepass_interact_athena_gnice_gnome_15": 1,
- "battlepass_interact_athena_gnice_gnome_16": 1,
- "battlepass_interact_athena_gnice_gnome_17": 1,
- "battlepass_interact_athena_gnice_gnome_18": 1,
- "battlepass_interact_athena_gnice_gnome_19": 1,
- "battlepass_interact_athena_gnice_gnome_20": 1
- },
- "objectiveCompletionCount": 7,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_Eliminate_TwoLocations_02": {
- "templateId": "Quest:quest_br_eliminate_twolocations_02",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Week_006",
- "objectives": {
- "battlepass_killingblow_athena_player_twolocations_lucky_tilted": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_Visit_TwoNamedLocs_Chain_02_C": {
- "templateId": "Quest:quest_br_visit_twonamedlocs_chain_02_c",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Week_006",
- "objectives": {
- "battlepass_visit_athena_location_lazylinks_chain_02": 1,
- "battlepass_visit_athena_location_shiftyshafts_chain_02": 1
- },
- "objectiveCompletionCount": 2,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 2
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_Visit_TwoNamedLocs_Chain_02_B": {
- "templateId": "Quest:quest_br_visit_twonamedlocs_chain_02_b",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Week_006",
- "objectives": {
- "battlepass_visit_athena_location_luckylanding_chain_02": 1,
- "battlepass_visit_athena_location_retailrow_chain_02": 1
- },
- "objectiveCompletionCount": 2,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 2
- },
- {
- "templateId": "Quest:quest_br_visit_twonamedlocs_chain_02_c",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_Visit_TwoNamedLocs_Chain_02_A": {
- "templateId": "Quest:quest_br_visit_twonamedlocs_chain_02_a",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Week_006",
- "objectives": {
- "battlepass_visit_athena_location_polarpeak_chain_02": 1,
- "battlepass_visit_athena_location_tiltedtowers_chain_02": 1
- },
- "objectiveCompletionCount": 2,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_visit_twonamedlocs_chain_02_b",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_Throw_PuckToy_MinDistance": {
- "templateId": "Quest:quest_br_throw_pucktoy_mindistance",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Week_006",
- "objectives": {
- "battlepass_athena_slidepuck_mindistance": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_Damage_Chain_02_C": {
- "templateId": "Quest:quest_br_damage_chain_02_c",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Week_006",
- "objectives": {
- "battlepass_damage_athena_player_chain_pistol_thrownweapons": 200
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 4
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_Damage_Chain_02_B": {
- "templateId": "Quest:quest_br_damage_chain_02_b",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Week_006",
- "objectives": {
- "battlepass_damage_athena_player_chain_02_ar": 200
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 3
- },
- {
- "templateId": "Quest:quest_br_damage_chain_02_c",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_Damage_Chain_02_A": {
- "templateId": "Quest:quest_br_damage_chain_02_a",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Week_006",
- "objectives": {
- "battlepass_damage_athena_player_chain_02_smg": 200
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 3
- },
- {
- "templateId": "Quest:quest_br_damage_chain_02_b",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_Damage_Weapons_Different_AllTypes": {
- "templateId": "Quest:quest_br_damage_weapons_different_alltypes",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Week_006",
- "objectives": {
- "damage_athena_weapons_different_assault_standard": 1,
- "damage_athena_weapons_different_minigun": 1,
- "damage_athena_weapons_different_assault_burst": 1,
- "damage_athena_weapons_different_assault_scoped": 1,
- "damage_athena_weapons_different_grenade_launcher": 1,
- "damage_athena_weapons_different_rocket_launcher": 1,
- "damage_athena_weapons_different_quad_launcher": 1,
- "damage_athena_weapons_different_pistol_handcannon": 1,
- "damage_athena_weapons_different_pistol_standard": 1,
- "damage_athena_weapons_different_pistol_suppressed": 1,
- "damage_athena_weapons_different_shotgun_tactical": 1,
- "damage_athena_weapons_different_shotgun_heavy": 1,
- "damage_athena_weapons_different_shotgun_pump": 1,
- "damage_athena_weapons_different_sniper_bolt": 1,
- "damage_athena_weapons_different_sniper_hunting": 1,
- "damage_athena_weapons_different_assault_thermal": 1,
- "damage_athena_weapons_different_smg_pdw": 1,
- "damage_athena_weapons_different_sniper_heavy": 1,
- "damage_athena_weapons_different_assault_silenced": 1,
- "damage_athena_weapons_different_pistol_sixshooter": 1,
- "damage_athena_weapons_different_assault_heavy": 1,
- "damage_athena_weapons_different_sword": 1,
- "damage_athena_weapons_different_sniper_silenced": 1,
- "damage_athena_weapons_different_grenade_standard": 1,
- "damage_athena_weapons_different_grenade_gas": 1,
- "damage_athena_weapons_different_grenade_tnt": 1,
- "damage_athena_weapons_different_trap_spike": 1,
- "damage_athena_weapons_different_turret": 1,
- "damage_athena_weapons_different_crossbow": 1
- },
- "objectiveCompletionCount": 5,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10
- }
- ],
- "hiddenRewards": [
- {
- "templateId": "AthenaDance:eid_taketheelf",
- "quantity": 1
- }
- ],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_Visit_ExplorerOutposts": {
- "templateId": "Quest:quest_br_visit_exploreroutposts",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Week_007",
- "objectives": {
- "battlepass_visit_athena_expeditionoutpost_a": 1,
- "battlepass_visit_athena_expeditionoutpost_b": 1,
- "battlepass_visit_athena_expeditionoutpost_c": 1,
- "battlepass_visit_athena_expeditionoutpost_d": 1,
- "battlepass_visit_athena_expeditionoutpost_e": 1,
- "battlepass_visit_athena_expeditionoutpost_f": 1,
- "battlepass_visit_athena_expeditionoutpost_g": 1
- },
- "objectiveCompletionCount": 7,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_Use_RiftPortals": {
- "templateId": "Quest:quest_br_use_riftportals",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Week_007",
- "objectives": {
- "battlepass_touch_athena_riftportal": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_Eliminate_Weapon_Pistol": {
- "templateId": "Quest:quest_br_eliminate_weapon_pistol",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Week_007",
- "objectives": {
- "battlepass_killingblow_athena_player_pistol": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_Land_Chain_03E": {
- "templateId": "Quest:quest_br_land_chain_03e",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Week_007",
- "objectives": {
- "battlepass_land_athena_location_leaky_chain_02e": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_Land_Chain_03D": {
- "templateId": "Quest:quest_br_land_chain_03d",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Week_007",
- "objectives": {
- "battlepass_land_athena_location_haunted_chain_03d": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_land_chain_03e",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_Land_Chain_03C": {
- "templateId": "Quest:quest_br_land_chain_03c",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Week_007",
- "objectives": {
- "battlepass_land_athena_location_retail_chain_03c": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_land_chain_03d",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_Land_Chain_03B": {
- "templateId": "Quest:quest_br_land_chain_03b",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Week_007",
- "objectives": {
- "battlepass_land_athena_location_risky_chain_03b": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_land_chain_03c",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_Land_Chain_03A": {
- "templateId": "Quest:quest_br_land_chain_03a",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Week_007",
- "objectives": {
- "battlepass_land_athena_location_shifty_chain_03a": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_land_chain_03b",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_Interact_Chests_TwoLocations_LeakyFrosty": {
- "templateId": "Quest:quest_br_interact_chests_twolocations_leakyfrosty",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Week_007",
- "objectives": {
- "battlepass_interact_chests_twolocations_leaky_frosty": 7
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_Destroy_Biplanes": {
- "templateId": "Quest:quest_br_destroy_biplanes",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Week_007",
- "objectives": {
- "athena_battlepass_destroy_athena_biplanes": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_Damage_Chain_03_C": {
- "templateId": "Quest:quest_br_damage_chain_03_c",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Week_007",
- "objectives": {
- "battlepass_damage_athena_player_chain_03_c": 400
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 4
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_Damage_Chain_03_B": {
- "templateId": "Quest:quest_br_damage_chain_03_b",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Week_007",
- "objectives": {
- "battlepass_damage_athena_player_chain_03_b": 300
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 3
- },
- {
- "templateId": "Quest:quest_br_damage_chain_03_c",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_Damage_Chain_03_A": {
- "templateId": "Quest:quest_br_damage_chain_03_a",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Week_007",
- "objectives": {
- "battlepass_damage_athena_player_chain_03_a": 200
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 3
- },
- {
- "templateId": "Quest:quest_br_damage_chain_03_b",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_Use_Campfire_Or_Launchpad": {
- "templateId": "Quest:quest_br_use_campfire_or_launchpad",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Week_008",
- "objectives": {
- "battlepass_place_athena_campfire_or_launchpad": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_Build_Structures": {
- "templateId": "Quest:quest_br_build_structures",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Week_008",
- "objectives": {
- "battlepass_build_athena_structures_any": 250
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_Interact_ScavengerHunt_Triangulate_03": {
- "templateId": "Quest:quest_br_interact_scavengerhunt_triangulate_03",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Week_008",
- "objectives": {
- "battlepass_interact_athena_hidden_star_06": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_Visit_TwoNamedLocs_Chain_04_C": {
- "templateId": "Quest:quest_br_visit_twonamedlocs_chain_04_c",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Week_008",
- "objectives": {
- "battlepass_visit_athena_location_haunted_chain_04": 1,
- "battlepass_visit_athena_location_wailing_chain_04": 1
- },
- "objectiveCompletionCount": 2,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 2
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_Visit_TwoNamedLocs_Chain_04_B": {
- "templateId": "Quest:quest_br_visit_twonamedlocs_chain_04_b",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Week_008",
- "objectives": {
- "battlepass_visit_athena_location_junk_chain_04": 1,
- "battlepass_visit_athena_location_lootlake_chain_04": 1
- },
- "objectiveCompletionCount": 2,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 2
- },
- {
- "templateId": "Quest:quest_br_visit_twonamedlocs_chain_04_c",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_Visit_TwoNamedLocs_Chain_04_A": {
- "templateId": "Quest:quest_br_visit_twonamedlocs_chain_04_a",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Week_008",
- "objectives": {
- "battlepass_visit_athena_location_paradise_chain_04": 1,
- "battlepass_visit_athena_location_salty_chain_04": 1
- },
- "objectiveCompletionCount": 2,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_visit_twonamedlocs_chain_04_b",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_Interact_Chests_TwoLocations_ShiftyLonely": {
- "templateId": "Quest:quest_br_interact_chests_twolocations_shiftylonely",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Week_008",
- "objectives": {
- "battlepass_interact_chests_twolocations_shiftylonely": 7
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_Damage_Passenger_Vehicle": {
- "templateId": "Quest:quest_br_damage_passenger_vehicle",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Week_008",
- "objectives": {
- "battlepass_damage_athena_player_passenger_vehicle": 100
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_Eliminate_ExplosiveWeapon": {
- "templateId": "Quest:quest_br_eliminate_explosiveweapon",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Week_008",
- "objectives": {
- "battlepass_killingblow_athena_player_with_explosives": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_Use_Snowman": {
- "templateId": "Quest:quest_br_use_snowman",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Week_009",
- "objectives": {
- "athena_battlepass_use_item_snowman": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_Land_Chain_04E": {
- "templateId": "Quest:quest_br_land_chain_04e",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Week_009",
- "objectives": {
- "battlepass_land_athena_location_dustydivot_04e": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_Land_Chain_04D": {
- "templateId": "Quest:quest_br_land_chain_04d",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Week_009",
- "objectives": {
- "battlepass_land_athena_location_shiftyshafts_04d": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_land_chain_04e",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_Land_Chain_04C": {
- "templateId": "Quest:quest_br_land_chain_04c",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Week_009",
- "objectives": {
- "battlepass_land_athena_location_hauntedhills_04c": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_land_chain_04d",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_Land_Chain_04B": {
- "templateId": "Quest:quest_br_land_chain_04b",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Week_009",
- "objectives": {
- "battlepass_land_athena_location_frostyflights_04b": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_land_chain_04c",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_Land_Chain_04A": {
- "templateId": "Quest:quest_br_land_chain_04a",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Week_009",
- "objectives": {
- "battlepass_land_athena_location_retail_04a": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_land_chain_04b",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_Eliminate_TwoLocations_04": {
- "templateId": "Quest:quest_br_eliminate_twolocations_04",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Week_009",
- "objectives": {
- "battlepass_killingblow_athena_player_twolocations_junk_or_retail": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_Destroy_GoldBalloons": {
- "templateId": "Quest:quest_br_destroy_goldballoons",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Week_009",
- "objectives": {
- "battlepass_destroy_goldballoon_01": 1,
- "battlepass_destroy_goldballoon_02": 1,
- "battlepass_destroy_goldballoon_03": 1,
- "battlepass_destroy_goldballoon_04": 1,
- "battlepass_destroy_goldballoon_05": 1,
- "battlepass_destroy_goldballoon_06": 1,
- "battlepass_destroy_goldballoon_07": 1,
- "battlepass_destroy_goldballoon_08": 1,
- "battlepass_destroy_goldballoon_09": 1,
- "battlepass_destroy_goldballoon_10": 1,
- "battlepass_destroy_goldballoon_11": 1,
- "battlepass_destroy_goldballoon_12": 1,
- "battlepass_destroy_goldballoon_13": 1,
- "battlepass_destroy_goldballoon_14": 1,
- "battlepass_destroy_goldballoon_15": 1,
- "battlepass_destroy_goldballoon_16": 1,
- "battlepass_destroy_goldballoon_17": 1,
- "battlepass_destroy_goldballoon_18": 1,
- "battlepass_destroy_goldballoon_19": 1,
- "battlepass_destroy_goldballoon_20": 1,
- "battlepass_destroy_goldballoon_21": 1,
- "battlepass_destroy_goldballoon_22": 1,
- "battlepass_destroy_goldballoon_23": 1,
- "battlepass_destroy_goldballoon_24": 1,
- "battlepass_destroy_goldballoon_25": 1
- },
- "objectiveCompletionCount": 10,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_Dance_Chain_ScavengerHunt_Locations_03_C": {
- "templateId": "Quest:quest_br_dance_chain_scavengerhunt_locations_03_c",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Week_009",
- "objectives": {
- "battlepass_dance_chain_athena_scavengerhunt_locations_03_c": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 2
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_Dance_Chain_ScavengerHunt_Locations_03_B": {
- "templateId": "Quest:quest_br_dance_chain_scavengerhunt_locations_03_b",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Week_009",
- "objectives": {
- "battlepass_dance_chain_athena_scavengerhunt_locations_03_b": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 2
- },
- {
- "templateId": "Quest:quest_br_dance_chain_scavengerhunt_locations_03_c",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_Dance_Chain_ScavengerHunt_Locations_03_A": {
- "templateId": "Quest:quest_br_dance_chain_scavengerhunt_locations_03_a",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Week_009",
- "objectives": {
- "battlepass_dance_chain_athena_scavengerhunt_locations_03_a": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_dance_chain_scavengerhunt_locations_03_b",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_Eliminate_Weapon_Shotgun": {
- "templateId": "Quest:quest_br_eliminate_weapon_shotgun",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Week_009",
- "objectives": {
- "battlepass_killingblow_athena_player_shotgun": 4
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_Timed_Trials_Stormwing": {
- "templateId": "Quest:quest_br_timed_trials_stormwing",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Week_009",
- "objectives": {
- "complete_timed_trial_stormwing_01": 1,
- "complete_timed_trial_stormwing_02": 1,
- "complete_timed_trial_stormwing_03": 1
- },
- "objectiveCompletionCount": 2,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_Use_Turret_Or_DamageTrap": {
- "templateId": "Quest:quest_br_use_turret_or_damagetrap",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Week_010",
- "objectives": {
- "battlepass_place_athena_turret_or_damagetrap": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_Interact_Chests_TwoLocations_LazyDusty": {
- "templateId": "Quest:quest_br_interact_chests_twolocations_lazydusty",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Week_010",
- "objectives": {
- "battlepass_interact_chests_twolocations_lazydusty": 7
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_Eliminate_Weapon_AssaultRifle": {
- "templateId": "Quest:quest_br_eliminate_weapon_assaultrifle",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Week_010",
- "objectives": {
- "battlepass_killingblow_athena_player_assault": 5
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_Damage_ScopedWeapon": {
- "templateId": "Quest:quest_br_damage_scopedweapon",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Week_010",
- "objectives": {
- "battlepass_damage_athena_player_scoped_weapon": 200
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_Shoot_SpecificTargets_Chain_C": {
- "templateId": "Quest:quest_br_shoot_specifictargets_chain_c",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Week_010",
- "objectives": {
- "battlepass_shoot_specifictargets_chain_c": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 2
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_Shoot_SpecificTargets_Chain_B": {
- "templateId": "Quest:quest_br_shoot_specifictargets_chain_b",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Week_010",
- "objectives": {
- "battlepass_shoot_specifictargets_chain_b": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 2
- },
- {
- "templateId": "Quest:quest_br_shoot_specifictargets_chain_c",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_Shoot_SpecificTargets_Chain_A": {
- "templateId": "Quest:quest_br_shoot_specifictargets_chain_a",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Week_010",
- "objectives": {
- "battlepass_shoot_specifictargets_chain_a": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_shoot_specifictargets_chain_b",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_Visit_ExplorerOutposts_SingleMatch": {
- "templateId": "Quest:quest_br_visit_exploreroutposts_singlematch",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Week_010",
- "objectives": {
- "battlepass_visit_athena_expeditionoutpost_singlematch_a": 1,
- "battlepass_visit_athena_expeditionoutpost_singlematch_b": 1,
- "battlepass_visit_athena_expeditionoutpost_singlematch_c": 1,
- "battlepass_visit_athena_expeditionoutpost_singlematch_d": 1,
- "battlepass_visit_athena_expeditionoutpost_singlematch_e": 1,
- "battlepass_visit_athena_expeditionoutpost_singlematch_f": 1,
- "battlepass_visit_athena_expeditionoutpost_singlematch_g": 1
- },
- "objectiveCompletionCount": 4,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_Hit_Enemies_Boogie_ChillerGrenade": {
- "templateId": "Quest:quest_br_hit_enemies_boogie_chillergrenade",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Week_010",
- "objectives": {
- "battlepass_athena_hit_opponent_chiller_or_boogie": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_S7_IceKing_Outlive_01": {
- "templateId": "Quest:quest_br_s7_iceking_outlive_01",
- "challenge_bundle_id": "QS07-QuestBundle_S7_IceKing",
- "objectives": {
- "athena_iceking_outlive_01": 500
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AthenaBackpack:bid_163_iceking",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_S7_IceKing_Outlive_02": {
- "templateId": "Quest:quest_br_s7_iceking_outlive_02",
- "challenge_bundle_id": "QS07-QuestBundle_S7_IceKing",
- "objectives": {
- "athena_iceking_outlive_02": 1000
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "CosmeticVariantToken:vtid_060_iceking_colorb",
- "quantity": 1
- },
- {
- "templateId": "CosmeticVariantToken:vtid_079_iceking_backblingb",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_S7_IceKing_Outlive_03": {
- "templateId": "Quest:quest_br_s7_iceking_outlive_03",
- "challenge_bundle_id": "QS07-QuestBundle_S7_IceKing",
- "objectives": {
- "athena_iceking_outlive_03": 2500
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AthenaPickaxe:pickaxe_id_133_iceking",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_S7_IceKing_Outlive_04": {
- "templateId": "Quest:quest_br_s7_iceking_outlive_04",
- "challenge_bundle_id": "QS07-QuestBundle_S7_IceKing",
- "objectives": {
- "athena_iceking_outlive_04": 7500
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "CosmeticVariantToken:vtid_061_iceking_colorc",
- "quantity": 1
- },
- {
- "templateId": "CosmeticVariantToken:vtid_080_iceking_backblingc",
- "quantity": 1
- },
- {
- "templateId": "CosmeticVariantToken:vtid_082_iceking_pickaxec",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_S7_IceKing_Outlive_05": {
- "templateId": "Quest:quest_br_s7_iceking_outlive_05",
- "challenge_bundle_id": "QS07-QuestBundle_S7_IceKing",
- "objectives": {
- "athena_iceking_outlive_05": 15000
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AthenaDance:eid_iceking",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_S7_IceKing_Outlive_06": {
- "templateId": "Quest:quest_br_s7_iceking_outlive_06",
- "challenge_bundle_id": "QS07-QuestBundle_S7_IceKing",
- "objectives": {
- "athena_iceking_outlive_06": 25000
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "CosmeticVariantToken:vtid_062_iceking_colord",
- "quantity": 1
- },
- {
- "templateId": "CosmeticVariantToken:vtid_081_iceking_backblingd",
- "quantity": 1
- },
- {
- "templateId": "CosmeticVariantToken:vtid_083_iceking_pickaxed",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_S7_Overtime_CompleteQuests_ChainTest_02": {
- "templateId": "Quest:quest_br_s7_overtime_completequests_chaintest_02",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Overtime",
- "objectives": {
- "quest_s7_overtime_completequests_test_02": 5
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "CosmeticVariantToken:vtid_125_snowboard_styleb",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_S7_Overtime_CompleteQuests_ChainTest_01": {
- "templateId": "Quest:quest_br_s7_overtime_completequests_chaintest_01",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Overtime",
- "objectives": {
- "quest_s7_overtime_completequests_test_01": 47
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athena_overtime_battlepasslevelcheck_1",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_s7_overtime_completequests_chaintest_02",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_S7_Overtime_CompleteQuests_ChainTest_04": {
- "templateId": "Quest:quest_br_s7_overtime_completequests_chaintest_04",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Overtime",
- "objectives": {
- "quest_s7_overtime_completequests_test_04": 10
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "CosmeticVariantToken:vtid_126_yeti_styleb",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_S7_Overtime_CompleteQuests_ChainTest_03": {
- "templateId": "Quest:quest_br_s7_overtime_completequests_chaintest_03",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Overtime",
- "objectives": {
- "quest_s7_overtime_completequests_test_03": 71
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athena_overtime_battlepasslevelcheck_2",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_s7_overtime_completequests_chaintest_04",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_S7_Overtime_CompleteQuests_ChainTest_06": {
- "templateId": "Quest:quest_br_s7_overtime_completequests_chaintest_06",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Overtime",
- "objectives": {
- "quest_s7_overtime_completequests_test_06": 15
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "CosmeticVariantToken:vtid_127_durrrburgerpjs_styleb",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_S7_Overtime_CompleteQuests_ChainTest_05": {
- "templateId": "Quest:quest_br_s7_overtime_completequests_chaintest_05",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Overtime",
- "objectives": {
- "quest_s7_overtime_completequests_test_05": 87
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athena_overtime_battlepasslevelcheck_3",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_s7_overtime_completequests_chaintest_06",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_OT_CompleteChallenges": {
- "templateId": "Quest:quest_br_ot_completechallenges",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Overtime",
- "objectives": {
- "overtime_quest_completequests_tokens": 13
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athena_freebattlepasstoken",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_OT_Play_Featured_Creative": {
- "templateId": "Quest:quest_br_ot_play_featured_creative",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Overtime",
- "objectives": {
- "overtime_battlepass_play_featured_creative_content": 15
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 500
- }
- ],
- "hiddenRewards": [
- {
- "templateId": "Token:athena_s7overtime_challenge_token",
- "quantity": 1
- }
- ],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_Damage_Assault_Or_Pistol": {
- "templateId": "Quest:quest_br_damage_assault_or_pistol",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Overtime",
- "objectives": {
- "battlepass_damage_athena_player_assault_or_pistol": 500
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 500
- }
- ],
- "hiddenRewards": [
- {
- "templateId": "Token:athena_s7overtime_challenge_token",
- "quantity": 1
- }
- ],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_OT_Search_Motel_RVPark": {
- "templateId": "Quest:quest_br_ot_search_motel_rvpark",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Overtime",
- "objectives": {
- "overtime_battlepass_search_chests_ammobox_motel_rvpark": 7
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 500
- }
- ],
- "hiddenRewards": [
- {
- "templateId": "Token:athena_s7overtime_challenge_token",
- "quantity": 1
- }
- ],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_OT_Top15_Duos_WithFriend": {
- "templateId": "Quest:quest_br_ot_top15_duos_withfriend",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Overtime",
- "objectives": {
- "overtime_battlepass_top15_duos_with_friend": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AthenaItemWrap:wrap_013_valentines",
- "quantity": 1
- }
- ],
- "hiddenRewards": [
- {
- "templateId": "Token:athena_s7overtime_challenge_token",
- "quantity": 1
- }
- ],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_OT_RegainHealth_Campfire_DifferentMatches": {
- "templateId": "Quest:quest_br_ot_regainhealth_campfire_differentmatches",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Overtime",
- "objectives": {
- "overtime_battlepass_heal_from_campfires_different_matches_1": 1,
- "overtime_battlepass_heal_from_campfires_different_matches_2": 1,
- "overtime_battlepass_heal_from_campfires_different_matches_3": 1
- },
- "objectiveCompletionCount": 3,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 500
- }
- ],
- "hiddenRewards": [
- {
- "templateId": "Token:athena_s7overtime_challenge_token",
- "quantity": 1
- }
- ],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_Visit_NamedLocations": {
- "templateId": "Quest:quest_br_visit_namedlocations",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Overtime",
- "objectives": {
- "battlepass_visit_athena_location_flushfactory": 1,
- "battlepass_visit_athena_location_shiftyshafts": 1,
- "battlepass_visit_athena_location_greasygrove": 1,
- "battlepass_visit_athena_location_tiltedtowers": 1,
- "battlepass_visit_athena_location_snobbyshores": 1,
- "battlepass_visit_athena_location_pleasantpark": 1,
- "battlepass_visit_athena_location_hauntedhills": 1,
- "battlepass_visit_athena_location_junkjunction": 1,
- "battlepass_visit_athena_location_lootlake": 1,
- "battlepass_visit_athena_location_lazylinks": 1,
- "battlepass_visit_athena_location_tomatotemple": 1,
- "battlepass_visit_athena_location_riskyreels": 1,
- "battlepass_visit_athena_location_wailingwoods": 1,
- "battlepass_visit_athena_location_lonelylodge": 1,
- "battlepass_visit_athena_location_dustydivot": 1,
- "battlepass_visit_athena_location_retailrow": 1,
- "battlepass_visit_athena_location_saltysprings": 1,
- "battlepass_visit_athena_location_fatalfields": 1,
- "battlepass_visit_athena_location_paradisepalms": 1,
- "battlepass_visit_athena_location_luckylanding": 1,
- "battlepass_visit_athena_location_polarpeak": 1,
- "battlepass_visit_athena_location_frostyflights": 1,
- "battlepass_visit_athena_location_happyhamlet": 1
- },
- "objectiveCompletionCount": 10,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 500
- }
- ],
- "hiddenRewards": [
- {
- "templateId": "Token:athena_s7overtime_challenge_token",
- "quantity": 1
- }
- ],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_OT_Search_SupplyDrop_DifferentMatches": {
- "templateId": "Quest:quest_br_ot_search_supplydrop_differentmatches",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Overtime",
- "objectives": {
- "overtime_battlepass_search_supplydrop_differentmatches": 2
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 500
- }
- ],
- "hiddenRewards": [
- {
- "templateId": "Token:athena_s7overtime_challenge_token",
- "quantity": 1
- }
- ],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_Revive_DifferentMatches": {
- "templateId": "Quest:quest_br_revive_differentmatches",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Overtime",
- "objectives": {
- "battlepass_athena_revive_player_differentmatches": 5
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_OT_Visit_Waterfalls": {
- "templateId": "Quest:quest_br_ot_visit_waterfalls",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Overtime",
- "objectives": {
- "overtime_battlepass_visit_different_waterfalls_01": 1,
- "overtime_battlepass_visit_different_waterfalls_02": 1,
- "overtime_battlepass_visit_different_waterfalls_03": 1,
- "overtime_battlepass_visit_different_waterfalls_04": 1,
- "overtime_battlepass_visit_different_waterfalls_05": 1,
- "overtime_battlepass_visit_different_waterfalls_06": 1,
- "overtime_battlepass_visit_different_waterfalls_07": 1,
- "overtime_battlepass_visit_different_waterfalls_08": 1,
- "overtime_battlepass_visit_different_waterfalls_09": 1,
- "overtime_battlepass_visit_different_waterfalls_10": 1,
- "overtime_battlepass_visit_different_waterfalls_11": 1
- },
- "objectiveCompletionCount": 7,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 500
- }
- ],
- "hiddenRewards": [
- {
- "templateId": "Token:athena_s7overtime_challenge_token",
- "quantity": 1
- }
- ],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_Damage_Shotgun_Or_SMG": {
- "templateId": "Quest:quest_br_damage_shotgun_or_smg",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Overtime",
- "objectives": {
- "battlepass_damage_athena_player_shotgun_or_smg": 500
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 500
- }
- ],
- "hiddenRewards": [
- {
- "templateId": "Token:athena_s7overtime_challenge_token",
- "quantity": 1
- }
- ],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_OT_Search_Chests_Ammo_TheBlock": {
- "templateId": "Quest:quest_br_ot_search_chests_ammo_theblock",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Overtime",
- "objectives": {
- "overtime_battlepass_search_chests_ammoboxes_theblock": 7
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 500
- }
- ],
- "hiddenRewards": [
- {
- "templateId": "Token:athena_s7overtime_challenge_token",
- "quantity": 1
- }
- ],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_OT_Top10_Squads_WithFriend": {
- "templateId": "Quest:quest_br_ot_top10_squads_withfriend",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Overtime",
- "objectives": {
- "overtime_battlepass_top10_squad_with_friend": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AthenaSkyDiveContrail:trails_id_014_vines",
- "quantity": 1
- }
- ],
- "hiddenRewards": [
- {
- "templateId": "Token:athena_s7overtime_challenge_token",
- "quantity": 1
- }
- ],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_OT_Play_DriftboardLTM_WithFriend": {
- "templateId": "Quest:quest_br_ot_play_driftboardltm_withfriend",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Overtime",
- "objectives": {
- "overtime_battlepass_play_driftboardltm_with_friend": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 500
- }
- ],
- "hiddenRewards": [
- {
- "templateId": "Token:athena_s7overtime_challenge_token",
- "quantity": 1
- }
- ],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_OT_Thank_Bus_Driver_DifferentMatches": {
- "templateId": "Quest:quest_br_ot_thank_bus_driver_differentmatches",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Overtime",
- "objectives": {
- "fdf_thank_athena_bus_driver_differentmatches": 7
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 500
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_OT_Search_Chests_Ammo_Racetrack_Danceclub": {
- "templateId": "Quest:quest_br_ot_search_chests_ammo_racetrack_danceclub",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Overtime",
- "objectives": {
- "overtime_battlepass_search_chests_ammoboxes_racetrack_danceclub": 7
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 500
- }
- ],
- "hiddenRewards": [
- {
- "templateId": "Token:athena_s7overtime_challenge_token",
- "quantity": 1
- }
- ],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_OT_Outlast_75_SingleMatch": {
- "templateId": "Quest:quest_br_ot_outlast_75_singlematch",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Overtime",
- "objectives": {
- "outlive_athena_ot_1": 75
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AthenaLoadingScreen:lsid_096_planekey",
- "quantity": 1
- }
- ],
- "hiddenRewards": [
- {
- "templateId": "Token:athena_s7overtime_challenge_token",
- "quantity": 1
- }
- ],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_Season7_C": {
- "templateId": "Quest:quest_br_season7_c",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Cumulative",
- "objectives": {
- "season7_interact_athena_c": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "CosmeticVariantToken:vtid_101_season7_c",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_Season7_B": {
- "templateId": "Quest:quest_br_season7_b",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Cumulative",
- "objectives": {
- "season7_interact_athena_b": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "CosmeticVariantToken:vtid_100_season7_b",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_season7_c",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_Season7_A": {
- "templateId": "Quest:quest_br_season7_a",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Cumulative",
- "objectives": {
- "season7_interact_athena_a": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "CosmeticVariantToken:vtid_099_season7_a",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_season7_b",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_S7_Cumulative_Complete_WeeklyChallenges_01": {
- "templateId": "Quest:quest_br_s7_cumulative_complete_weeklychallenges_01",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Cumulative",
- "objectives": {
- "athena_s7cumulative_complete_weeklychallenges_01": 60
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athenamysterytokenseason7",
- "quantity": 1
- },
- {
- "templateId": "AthenaCharacter:cid_332_athena_commando_m_prisoner",
- "quantity": 1
- },
- {
- "templateId": "AthenaBackpack:bid_175_prisoner",
- "quantity": 1
- }
- ],
- "hiddenRewards": [
- {
- "templateId": "Quest:quest_br_season7_a",
- "quantity": 1
- }
- ],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_S7_Cumulative_Quest1": {
- "templateId": "Quest:quest_br_s7_cumulative_quest1",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Cumulative",
- "objectives": {
- "battlepass_interact_cumulative_quest_01": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_S7_Cumulative_CollectTokens_001": {
- "templateId": "Quest:quest_br_s7_cumulative_collecttokens_001",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Cumulative",
- "objectives": {
- "battlepass_season7_cumulative_token01": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AthenaLoadingScreen:lsid_084_s7cumulative01",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_s7_cumulative_quest1",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_S7_Cumulative_Quest2": {
- "templateId": "Quest:quest_br_s7_cumulative_quest2",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Cumulative",
- "objectives": {
- "battlepass_interact_cumulative_quest_02": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athenatoken_brseason07cumulativels2",
- "quantity": 1
- }
- ],
- "hiddenRewards": [
- {
- "templateId": "HomebaseBannerIcon:brseason07cumulativels2",
- "quantity": 1
- }
- ],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_S7_Cumulative_CollectTokens_002": {
- "templateId": "Quest:quest_br_s7_cumulative_collecttokens_002",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Cumulative",
- "objectives": {
- "battlepass_season7_cumulative_token2": 2
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AthenaLoadingScreen:lsid_085_s7cumulative02",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_s7_cumulative_quest2",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_S7_Cumulative_Quest3": {
- "templateId": "Quest:quest_br_s7_cumulative_quest3",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Cumulative",
- "objectives": {
- "battlepass_interact_cumulative_quest_03": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_S7_Cumulative_CollectTokens_003": {
- "templateId": "Quest:quest_br_s7_cumulative_collecttokens_003",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Cumulative",
- "objectives": {
- "battlepass_season7_cumulative_token3": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AthenaLoadingScreen:lsid_086_s7cumulative03",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_s7_cumulative_quest3",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_S7_Cumulative_Quest4": {
- "templateId": "Quest:quest_br_s7_cumulative_quest4",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Cumulative",
- "objectives": {
- "battlepass_interact_cumulative_quest_04": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athenatoken_brseason07cumulativels4",
- "quantity": 1
- }
- ],
- "hiddenRewards": [
- {
- "templateId": "HomebaseBannerIcon:brseason07cumulativels4",
- "quantity": 1
- }
- ],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_S7_Cumulative_CollectTokens_004": {
- "templateId": "Quest:quest_br_s7_cumulative_collecttokens_004",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Cumulative",
- "objectives": {
- "battlepass_season7_cumulative_token4": 4
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AthenaLoadingScreen:lsid_087_s7cumulative04",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_s7_cumulative_quest4",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_S7_Cumulative_Quest5": {
- "templateId": "Quest:quest_br_s7_cumulative_quest5",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Cumulative",
- "objectives": {
- "battlepass_interact_cumulative_quest_05": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_S7_Cumulative_CollectTokens_005": {
- "templateId": "Quest:quest_br_s7_cumulative_collecttokens_005",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Cumulative",
- "objectives": {
- "battlepass_season7_cumulative_token5": 5
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AthenaLoadingScreen:lsid_088_s7cumulative05",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_s7_cumulative_quest5",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_S7_Cumulative_Quest6": {
- "templateId": "Quest:quest_br_s7_cumulative_quest6",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Cumulative",
- "objectives": {
- "battlepass_interact_cumulative_quest_06": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athenatoken_brseason07cumulativels6",
- "quantity": 1
- }
- ],
- "hiddenRewards": [
- {
- "templateId": "HomebaseBannerIcon:brseason07cumulativels6",
- "quantity": 1
- }
- ],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_S7_Cumulative_CollectTokens_006": {
- "templateId": "Quest:quest_br_s7_cumulative_collecttokens_006",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Cumulative",
- "objectives": {
- "battlepass_season7_cumulative_token6": 6
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AthenaLoadingScreen:lsid_089_s7cumulative06",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_s7_cumulative_quest6",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_S7_Cumulative_Quest7": {
- "templateId": "Quest:quest_br_s7_cumulative_quest7",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Cumulative",
- "objectives": {
- "battlepass_interact_cumulative_quest_07": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_S7_Cumulative_CollectTokens_007": {
- "templateId": "Quest:quest_br_s7_cumulative_collecttokens_007",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Cumulative",
- "objectives": {
- "battlepass_season7_cumulative_token7": 7
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AthenaLoadingScreen:lsid_090_s7cumulative07",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_s7_cumulative_quest7",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_S7_Cumulative_Quest8": {
- "templateId": "Quest:quest_br_s7_cumulative_quest8",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Cumulative",
- "objectives": {
- "battlepass_interact_cumulative_quest_08": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athenatoken_brseason07cumulativels8",
- "quantity": 1
- }
- ],
- "hiddenRewards": [
- {
- "templateId": "HomebaseBannerIcon:brseason07cumulativels8",
- "quantity": 1
- }
- ],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_S7_Cumulative_CollectTokens_008": {
- "templateId": "Quest:quest_br_s7_cumulative_collecttokens_008",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Cumulative",
- "objectives": {
- "battlepass_season7_cumulative_token8": 8
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AthenaLoadingScreen:lsid_091_s7cumulative08",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_s7_cumulative_quest8",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_S7_Cumulative_Quest9": {
- "templateId": "Quest:quest_br_s7_cumulative_quest9",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Cumulative",
- "objectives": {
- "battlepass_interact_cumulative_quest_09": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_S7_Cumulative_CollectTokens_009": {
- "templateId": "Quest:quest_br_s7_cumulative_collecttokens_009",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Cumulative",
- "objectives": {
- "battlepass_season7_cumulative_token9": 9
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AthenaLoadingScreen:lsid_092_s7cumulative09",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_s7_cumulative_quest9",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_S7_Cumulative_Quest10": {
- "templateId": "Quest:quest_br_s7_cumulative_quest10",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Cumulative",
- "objectives": {
- "battlepass_interact_cumulative_quest_10": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athenatoken_brseason07cumulativels10",
- "quantity": 1
- }
- ],
- "hiddenRewards": [
- {
- "templateId": "HomebaseBannerIcon:brseason07cumulativels10",
- "quantity": 1
- }
- ],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_S7_Cumulative_Final": {
- "templateId": "Quest:quest_br_s7_cumulative_final",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Cumulative",
- "objectives": {
- "battlepass_completed_cumulative_final_quest1": 1,
- "battlepass_completed_cumulative_final_quest2": 1,
- "battlepass_completed_cumulative_final_quest3": 1,
- "battlepass_completed_cumulative_final_quest4": 1,
- "battlepass_completed_cumulative_final_quest5": 1,
- "battlepass_completed_cumulative_final_quest6": 1,
- "battlepass_completed_cumulative_final_quest7": 1,
- "battlepass_completed_cumulative_final_quest8": 1,
- "battlepass_completed_cumulative_final_quest9": 1,
- "battlepass_completed_cumulative_final_quest10": 1
- },
- "objectiveCompletionCount": 10,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_S7_Cumulative_CollectTokens_010": {
- "templateId": "Quest:quest_br_s7_cumulative_collecttokens_010",
- "challenge_bundle_id": "QS07-QuestBundle_S7_Cumulative",
- "objectives": {
- "battlepass_season7_cumulative_token10": 10
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AthenaLoadingScreen:lsid_093_s7cumulative10",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_s7_cumulative_quest10",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_s7_cumulative_final",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_S7_ArcticSniper_Gain_SeasonXP_01": {
- "templateId": "Quest:quest_br_s7_arcticsniper_gain_seasonxp_01",
- "challenge_bundle_id": "QS07-QuestBundle_S7_ArcticSniper",
- "objectives": {
- "athena_season_xp_gained": 20000
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "CosmeticVariantToken:vtid_063_arcticsniper_stageb",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_S7_ArcticSniper_Gain_SeasonXP_02": {
- "templateId": "Quest:quest_br_s7_arcticsniper_gain_seasonxp_02",
- "challenge_bundle_id": "QS07-QuestBundle_S7_ArcticSniper",
- "objectives": {
- "athena_season_xp_gained": 50000
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "CosmeticVariantToken:vtid_068_arcticsniper_visorb",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_S7_ArcticSniper_Gain_SeasonXP_03": {
- "templateId": "Quest:quest_br_s7_arcticsniper_gain_seasonxp_03",
- "challenge_bundle_id": "QS07-QuestBundle_S7_ArcticSniper",
- "objectives": {
- "athena_season_xp_gained": 100000
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "CosmeticVariantToken:vtid_064_arcticsniper_stagec",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_S7_ArcticSniper_Gain_SeasonXP_04": {
- "templateId": "Quest:quest_br_s7_arcticsniper_gain_seasonxp_04",
- "challenge_bundle_id": "QS07-QuestBundle_S7_ArcticSniper",
- "objectives": {
- "athena_season_xp_gained": 150000
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "CosmeticVariantToken:vtid_069_arcticsniper_visorc",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_S7_ArcticSniper_Gain_SeasonXP_05": {
- "templateId": "Quest:quest_br_s7_arcticsniper_gain_seasonxp_05",
- "challenge_bundle_id": "QS07-QuestBundle_S7_ArcticSniper",
- "objectives": {
- "athena_season_xp_gained": 200000
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AthenaBackpack:bid_158_arcticsnipermale",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_S7_ArcticSniper_Gain_SeasonXP_06": {
- "templateId": "Quest:quest_br_s7_arcticsniper_gain_seasonxp_06",
- "challenge_bundle_id": "QS07-QuestBundle_S7_ArcticSniper",
- "objectives": {
- "athena_season_xp_gained": 250000
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "CosmeticVariantToken:vtid_070_arcticsniper_visord",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_S7_ArcticSniper_Gain_SeasonXP_07": {
- "templateId": "Quest:quest_br_s7_arcticsniper_gain_seasonxp_07",
- "challenge_bundle_id": "QS07-QuestBundle_S7_ArcticSniper",
- "objectives": {
- "athena_season_xp_gained": 300000
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AthenaPickaxe:pickaxe_id_132_arcticsniper",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_S7_ArcticSniper_Gain_SeasonXP_08": {
- "templateId": "Quest:quest_br_s7_arcticsniper_gain_seasonxp_08",
- "challenge_bundle_id": "QS07-QuestBundle_S7_ArcticSniper",
- "objectives": {
- "athena_season_xp_gained": 350000
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "CosmeticVariantToken:vtid_087_arcticsniper_staged",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_S7_ArcticSniper_Complete_WeeklyChallenges_01": {
- "templateId": "Quest:quest_br_s7_arcticsniper_complete_weeklychallenges_01",
- "challenge_bundle_id": "QS07-QuestBundle_S7_ArcticSniper",
- "objectives": {
- "athena_arcticsniper_complete_weeklychallenges_01": 10
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "CosmeticVariantToken:vtid_065_arcticsniper_clothingb",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_S7_ArcticSniper_Complete_WeeklyChallenges_02": {
- "templateId": "Quest:quest_br_s7_arcticsniper_complete_weeklychallenges_02",
- "challenge_bundle_id": "QS07-QuestBundle_S7_ArcticSniper",
- "objectives": {
- "athena_arcticsniper_complete_weeklychallenges_02": 25
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "CosmeticVariantToken:vtid_066_arcticsniper_clothingc",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_S7_ArcticSniper_Complete_WeeklyChallenges_03": {
- "templateId": "Quest:quest_br_s7_arcticsniper_complete_weeklychallenges_03",
- "challenge_bundle_id": "QS07-QuestBundle_S7_ArcticSniper",
- "objectives": {
- "athena_arcticsniper_complete_weeklychallenges_03": 50
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "CosmeticVariantToken:vtid_067_arcticsniper_clothingd",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_S7_NeonCat_Gain_SeasonXP_01": {
- "templateId": "Quest:quest_br_s7_neoncat_gain_seasonxp_01",
- "challenge_bundle_id": "QS07-QuestBundle_S7_NeonCat",
- "objectives": {
- "athena_season_xp_gained": 10000
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AthenaPickaxe:pickaxe_id_131_neoncat",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_S7_NeonCat_Gain_SeasonXP_02": {
- "templateId": "Quest:quest_br_s7_neoncat_gain_seasonxp_02",
- "challenge_bundle_id": "QS07-QuestBundle_S7_NeonCat",
- "objectives": {
- "athena_season_xp_gained": 30000
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "CosmeticVariantToken:vtid_071_neoncat_stageb",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_S7_NeonCat_Gain_SeasonXP_03": {
- "templateId": "Quest:quest_br_s7_neoncat_gain_seasonxp_03",
- "challenge_bundle_id": "QS07-QuestBundle_S7_NeonCat",
- "objectives": {
- "athena_season_xp_gained": 75000
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "CosmeticVariantToken:vtid_076_neoncat_pickaxeb",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_S7_NeonCat_Gain_SeasonXP_04": {
- "templateId": "Quest:quest_br_s7_neoncat_gain_seasonxp_04",
- "challenge_bundle_id": "QS07-QuestBundle_S7_NeonCat",
- "objectives": {
- "athena_season_xp_gained": 125000
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "CosmeticVariantToken:vtid_072_neoncat_stagec",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_S7_NeonCat_Gain_SeasonXP_05": {
- "templateId": "Quest:quest_br_s7_neoncat_gain_seasonxp_05",
- "challenge_bundle_id": "QS07-QuestBundle_S7_NeonCat",
- "objectives": {
- "athena_season_xp_gained": 175000
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "CosmeticVariantToken:vtid_077_neoncat_pickaxec",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_S7_NeonCat_Gain_SeasonXP_06": {
- "templateId": "Quest:quest_br_s7_neoncat_gain_seasonxp_06",
- "challenge_bundle_id": "QS07-QuestBundle_S7_NeonCat",
- "objectives": {
- "athena_season_xp_gained": 225000
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AthenaDance:eid_kittycat",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_S7_NeonCat_Gain_SeasonXP_07": {
- "templateId": "Quest:quest_br_s7_neoncat_gain_seasonxp_07",
- "challenge_bundle_id": "QS07-QuestBundle_S7_NeonCat",
- "objectives": {
- "athena_season_xp_gained": 275000
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "CosmeticVariantToken:vtid_078_neoncat_pickaxed",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_S7_NeonCat_Gain_SeasonXP_08": {
- "templateId": "Quest:quest_br_s7_neoncat_gain_seasonxp_08",
- "challenge_bundle_id": "QS07-QuestBundle_S7_NeonCat",
- "objectives": {
- "athena_season_xp_gained": 325000
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "CosmeticVariantToken:vtid_088_neoncat_staged",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_S7_NeonCat_Complete_WeeklyChallenges_01": {
- "templateId": "Quest:quest_br_s7_neoncat_complete_weeklychallenges_01",
- "challenge_bundle_id": "QS07-QuestBundle_S7_NeonCat",
- "objectives": {
- "athena_neoncat_complete_weeklychallenges_01": 15
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "CosmeticVariantToken:vtid_073_neoncat_clothingb",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_S7_NeonCat_Complete_WeeklyChallenges_02": {
- "templateId": "Quest:quest_br_s7_neoncat_complete_weeklychallenges_02",
- "challenge_bundle_id": "QS07-QuestBundle_S7_NeonCat",
- "objectives": {
- "athena_neoncat_complete_weeklychallenges_02": 35
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "CosmeticVariantToken:vtid_074_neoncat_clothingc",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_S7_NeonCat_Complete_WeeklyChallenges_03": {
- "templateId": "Quest:quest_br_s7_neoncat_complete_weeklychallenges_03",
- "challenge_bundle_id": "QS07-QuestBundle_S7_NeonCat",
- "objectives": {
- "athena_neoncat_complete_weeklychallenges_03": 55
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "CosmeticVariantToken:vtid_075_neoncat_clothingd",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_S7_SgtWinter_Complete_Daily_Challenges_01": {
- "templateId": "Quest:quest_br_s7_sgtwinter_complete_daily_challenges_01",
- "challenge_bundle_id": "QS07-QuestBundle_S7_SgtWinter",
- "objectives": {
- "athena_sgtwinter_complete_daily_challenges_01": 7
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "CosmeticVariantToken:vtid_058_tacticalsanta_styleb",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS07-Quest_BR_S7_SgtWinter_Complete_Daily_Challenges_02": {
- "templateId": "Quest:quest_br_s7_sgtwinter_complete_daily_challenges_02",
- "challenge_bundle_id": "QS07-QuestBundle_S7_SgtWinter",
- "objectives": {
- "athena_sgtwinter_complete_daily_challenges_02": 14
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "CosmeticVariantToken:vtid_059_tacticalsanta_stylec",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- }
- }
- },
- "Season08": {
- "ChallengeBundleSchedules": {
- "QS08-Schedule_LTM_Ashton": {
- "templateId": "ChallengeBundleSchedule:schedule_ltm_ashton",
- "granted_bundles": [
- "QS08-QuestBundle_LTM_Ashton"
- ]
- },
- "QS08-Schedule_LTM_Goose": {
- "templateId": "ChallengeBundleSchedule:schedule_ltm_goose",
- "granted_bundles": [
- "QS08-QuestBundle_LTM_Goose"
- ]
- },
- "QS08-Schedule_LTM_Heist_V2": {
- "templateId": "ChallengeBundleSchedule:schedule_ltm_heist_v2",
- "granted_bundles": [
- "QS08-QuestBundle_LTM_Heist_V2"
- ]
- },
- "QS08-Schedule_PirateParty": {
- "templateId": "ChallengeBundleSchedule:schedule_pirateparty",
- "granted_bundles": [
- "QS08-QuestBundle_PirateParty"
- ]
- },
- "QS08-Season8_Cumulative_Schedule": {
- "templateId": "ChallengeBundleSchedule:season8_cumulative_schedule",
- "granted_bundles": [
- "QS08-QuestBundle_S8_Cumulative"
- ]
- },
- "QS08-Season8_ExtraCredit_Schedule": {
- "templateId": "ChallengeBundleSchedule:season8_extracredit_schedule",
- "granted_bundles": [
- "QS08-QuestBundle_S8_ExtraCredit"
- ]
- },
- "QS08-Season8_Free_Schedule": {
- "templateId": "ChallengeBundleSchedule:season8_free_schedule",
- "granted_bundles": [
- "QS08-QuestBundle_S8_Week_001",
- "QS08-QuestBundle_S8_Week_002",
- "QS08-QuestBundle_S8_Week_003",
- "QS08-QuestBundle_S8_Week_004",
- "QS08-QuestBundle_S8_Week_005",
- "QS08-QuestBundle_S8_Week_006",
- "QS08-QuestBundle_S8_Week_007",
- "QS08-QuestBundle_S8_Week_008",
- "QS08-QuestBundle_S8_Week_009",
- "QS08-QuestBundle_S8_Week_010"
- ]
- },
- "QS08-Season8_Paid_Schedule": {
- "templateId": "ChallengeBundleSchedule:season8_paid_schedule",
- "granted_bundles": [
- "QS08-QuestBundle_S8_Pirate",
- "QS08-QuestBundle_S8_DragonNinja"
- ]
- },
- "QS08-Season8_Ruin_Schedule": {
- "templateId": "ChallengeBundleSchedule:season8_ruin_schedule",
- "granted_bundles": [
- "QS08-QuestBundle_S8_Cumulative_Ruin"
- ]
- },
- "QS08-Season8_Shiny_Schedule": {
- "templateId": "ChallengeBundleSchedule:season8_shiny_schedule",
- "granted_bundles": [
- "QS08-QuestBundle_S8_Shiny"
- ]
- }
- },
- "ChallengeBundles": {
- "QS08-QuestBundle_LTM_Ashton": {
- "templateId": "ChallengeBundle:questbundle_ltm_ashton",
- "challenge_bundle_schedule_id": "QS08-Schedule_LTM_Ashton",
- "grantedquestinstanceids": [
- "QS08-Quest_BR_Ashton_Damage_Indigo",
- "QS08-Quest_BR_Ashton_Collect_Stones",
- "QS08-Quest_BR_Ashton_Play_Matches",
- "QS08-Quest_BR_Ashton_Damage_Turbo",
- "QS08-Quest_BR_Ashton_Damage_Milo_Jetpack",
- "QS08-Quest_BR_Ashton_Elims_DifferentMatches",
- "QS08-Quest_BR_Ashton_Damage_Chicago",
- "QS08-Quest_BR_Ashton_Damage_Milo_A",
- "QS08-Quest_BR_Ashton_Win_SideB",
- "QS08-Quest_BR_Ashton_Damage_Hippo",
- "QS08-Quest_BR_Ashton_Damage_Milo_B",
- "QS08-Quest_BR_Ashton_Win_SideA"
- ],
- "completionRewards": {
- "10": [
- {
- "templateId": "AthenaGlider:glider_id_141_ashtonboardwalk",
- "quantity": 1,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_genericnoicon",
- "giftBoxFormatData": {
- "HeaderAssetString": "Header.Congratulations",
- "BodyAssetString": "Reward.AshtonLTM"
- }
- }
- }
- ]
- }
- },
- "QS08-QuestBundle_LTM_Goose": {
- "templateId": "ChallengeBundle:questbundle_ltm_goose",
- "challenge_bundle_schedule_id": "QS08-Schedule_LTM_Goose",
- "grantedquestinstanceids": [
- "QS08-Quest_BR_Goose_DealDamage_SMGorMinigun",
- "QS08-Quest_BR_Goose_Collect_Floating_Upgrades",
- "QS08-Quest_BR_Goose_Play_Matches",
- "QS08-Quest_BR_Goose_DealDamage_Pistol",
- "QS08-Quest_BR_Goose_Destroy_Stormwings",
- "QS08-Quest_BR_Goose_Outlast",
- "QS08-Quest_BR_Goose_DealDamage_AR",
- "QS08-Quest_BR_Goose_Damage_Stormwings",
- "QS08-Quest_BR_Goose_Place_Top5"
- ],
- "completionRewards": {
- "-1": [
- {
- "templateId": "AthenaItemWrap:wrap_041_pilotbee",
- "quantity": 1,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_genericnoicon",
- "giftBoxFormatData": {
- "HeaderAssetString": "Header.Congratulations",
- "BodyAssetString": "Reward.AirRoyale"
- }
- }
- }
- ]
- }
- },
- "QS08-QuestBundle_LTM_Heist_V2": {
- "templateId": "ChallengeBundle:questbundle_ltm_heist_v2",
- "challenge_bundle_schedule_id": "QS08-Schedule_LTM_Heist_V2",
- "grantedquestinstanceids": [
- "QS08-Quest_BR_Heist_CompleteQuests",
- "QS08-Quest_BR_Heist_win",
- "QS08-Quest_BR_Heist_win_matches_A",
- "QS08-Quest_BR_Heist_win_matches_B",
- "QS08-Quest_BR_Heist_Use_Grappler",
- "QS08-Quest_BR_Heist_Damage_DiamondCarriers",
- "QS08-Quest_BR_Heist_PickupDiamond_DifferentMatches"
- ],
- "completionRewards": {}
- },
- "QS08-QuestBundle_PirateParty": {
- "templateId": "ChallengeBundle:questbundle_pirateparty",
- "challenge_bundle_schedule_id": "QS08-Schedule_PirateParty",
- "grantedquestinstanceids": [
- "QS08-Quest_BR_PP_Visit_PirateCamps",
- "QS08-Quest_BR_PP_BuriedTreasure",
- "QS08-Quest_BR_PP_Top10_Squads_WithFriend",
- "QS08-Quest_BR_PP_Use_Cannon"
- ],
- "completionRewards": {
- "-1": [
- {
- "templateId": "AthenaDance:eid_pirategold",
- "quantity": 1,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_genericnoicon",
- "giftBoxFormatData": {
- "HeaderAssetString": "Header.Congratulations",
- "BodyAssetString": "Reward.GenericGift5"
- }
- }
- }
- ]
- }
- },
- "QS08-QuestBundle_S8_Cumulative": {
- "templateId": "ChallengeBundle:questbundle_s8_cumulative",
- "challenge_bundle_schedule_id": "QS08-Season8_Cumulative_Schedule",
- "grantedquestinstanceids": [
- "QS08-Quest_BR_S8_Cumulative_Complete_WeeklyChallenges_01",
- "QS08-Quest_BR_S8_Cumulative_CollectTokens_001",
- "QS08-Quest_BR_S8_Cumulative_CollectTokens_002",
- "QS08-Quest_BR_S8_Cumulative_CollectTokens_003",
- "QS08-Quest_BR_S8_Cumulative_CollectTokens_004",
- "QS08-Quest_BR_S8_Cumulative_CollectTokens_005",
- "QS08-Quest_BR_S8_Cumulative_CollectTokens_006",
- "QS08-Quest_BR_S8_Cumulative_CollectTokens_007",
- "QS08-Quest_BR_S8_Cumulative_CollectTokens_008",
- "QS08-Quest_BR_S8_Cumulative_CollectTokens_009",
- "QS08-Quest_BR_S8_Cumulative_CollectTokens_010"
- ],
- "completionRewards": {
- "-1": [
- {
- "templateId": "HomebaseBannerIcon:brs8cumulativeseason8",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ]
- }
- },
- "QS08-QuestBundle_S8_ExtraCredit": {
- "templateId": "ChallengeBundle:questbundle_s8_extracredit",
- "challenge_bundle_schedule_id": "QS08-Season8_ExtraCredit_Schedule",
- "grantedquestinstanceids": [
- "QS08-Quest_BR_S8_ExtraCredit_CompleteQuests_ChainTest_01a",
- "QS08-Quest_BR_S8_ExtraCredit_CompleteQuests_ChainTest_02a",
- "QS08-Quest_BR_S8_ExtraCredit_CompleteQuests_ChainTest_03a",
- "QS08-Quest_BR_ExtraCredit_Creative_CollectCoins",
- "QS08-Quest_BR_ExtraCredit_Top10_Squads_WithFriend",
- "QS08-Quest_BR_ExtraCredit_Damage",
- "QS08-Quest_BR_ExtraCredit_Top15_Duos_WithFriend",
- "QS08-Quest_BR_ExtraCredit_Outlast",
- "QS08-Quest_BR_ExtraCredit_Place_Top25_Solo"
- ],
- "completionRewards": {
- "6": [
- {
- "templateId": "AthenaLoadingScreen:lsid_119_volcanokey",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ]
- }
- },
- "QS08-QuestBundle_S8_Week_001": {
- "templateId": "ChallengeBundle:questbundle_s8_week_001",
- "challenge_bundle_schedule_id": "QS08-Season8_Free_Schedule",
- "grantedquestinstanceids": [
- "QS08-Quest_BR_Visit_PirateCamps",
- "QS08-Quest_BR_Interact_Chests_TwoLocations_01",
- "QS08-Quest_BR_Damage_Chain_Dual_A",
- "QS08-Quest_BR_Visit_GiantFaces",
- "QS08-Quest_BR_Use_Geyser_DifferentMatches",
- "QS08-Quest_BR_Eliminate_ExploShotGunAR",
- "QS08-Quest_BR_Damage_Vehicle_Opponent"
- ],
- "completionRewards": {
- "1": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "2": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "3": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "4": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 5000,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_challengecomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "5": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "6": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "-1": [
- {
- "templateId": "Token:athenabattlepass_weeklybundle_token",
- "quantity": 1,
- "giftBoxToUse": {}
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ]
- }
- },
- "QS08-QuestBundle_S8_Week_002": {
- "templateId": "ChallengeBundle:questbundle_s8_week_002",
- "challenge_bundle_schedule_id": "QS08-Season8_Free_Schedule",
- "grantedquestinstanceids": [
- "QS08-Quest_BR_Land_Chain_01_A",
- "QS08-Quest_BR_Damage_Falling_SupplyDrops",
- "QS08-Quest_BR_Eliminate_Location_Salty_Or_Haunted",
- "QS08-Quest_BR_Interact_HealingItems_QuestChain_02_A",
- "QS08-Quest_BR_Visit_Farthest_Points",
- "QS08-Quest_BR_Damage_Player_With_Cannon",
- "QS08-Quest_BR_Interact_Chests_Locations_Different_SingleMatch"
- ],
- "completionRewards": {
- "1": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "2": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "3": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "4": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 5000,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_challengecomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "5": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "6": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "-1": [
- {
- "templateId": "Token:athenabattlepass_weeklybundle_token",
- "quantity": 1,
- "giftBoxToUse": {}
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ]
- }
- },
- "QS08-QuestBundle_S8_Week_003": {
- "templateId": "ChallengeBundle:questbundle_s8_week_003",
- "challenge_bundle_schedule_id": "QS08-Season8_Free_Schedule",
- "grantedquestinstanceids": [
- "QS08-Quest_BR_Visit_TwoNamedLocs_Chain_01_A",
- "QS08-Quest_BR_3BiomeContext_Stage1_Destroy_Cacti_Desert",
- "QS08-Quest_BR_Use_Trap_SingleMatch",
- "QS08-Quest_BR_Interact_ScavengerHunt_TreasureMap_02",
- "QS08-Quest_BR_Interact_Chests_TwoLocations_02",
- "QS08-Quest_BR_Damage_Headshot",
- "QS08-Quest_BR_Eliminate_3Weapons_01"
- ],
- "completionRewards": {
- "1": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "2": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "3": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "4": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 5000,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_challengecomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "5": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "6": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "-1": [
- {
- "templateId": "Token:athenabattlepass_weeklybundle_token",
- "quantity": 1,
- "giftBoxToUse": {}
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ]
- }
- },
- "QS08-QuestBundle_S8_Week_004": {
- "templateId": "ChallengeBundle:questbundle_s8_week_004",
- "challenge_bundle_schedule_id": "QS08-Season8_Free_Schedule",
- "grantedquestinstanceids": [
- "QS08-Quest_BR_Land_Chain_02A",
- "QS08-Quest_BR_Use_Hamsterball",
- "QS08-Quest_BR_Eliminate_ScopedWeapon_and_SilencedWeapon",
- "QS08-Quest_BR_Destroy_Structure_AsCannonBall",
- "QS08-Quest_BR_BuriedTreasure",
- "QS08-Quest_BR_Eliminate_TwoLocations_03",
- "QS08-Quest_BR_Outlive_90_Opponents"
- ],
- "completionRewards": {
- "1": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "2": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "3": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "4": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 5000,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_challengecomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "5": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "6": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "-1": [
- {
- "templateId": "Token:athenabattlepass_weeklybundle_token",
- "quantity": 1,
- "giftBoxToUse": {}
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ]
- }
- },
- "QS08-QuestBundle_S8_Week_005": {
- "templateId": "ChallengeBundle:questbundle_s8_week_005",
- "challenge_bundle_schedule_id": "QS08-Season8_Free_Schedule",
- "grantedquestinstanceids": [
- "QS08-Quest_BR_Damage_ScopedWeapon",
- "QS08-Quest_BR_Interact_Chests_TwoLocations_ParadiseShifty",
- "QS08-Quest_BR_RaceTrack_HamsterBall",
- "QS08-Quest_BR_Throw_BouncyBallToy_MinBounces",
- "QS08-Quest_BR_Interact_ShieldItems_QuestChain_A",
- "QS08-Quest_BR_Geyser_Zipline_Vehicle_SingleMatch",
- "QS08-Quest_BR_Eliminate_Location_PirateCamps"
- ],
- "completionRewards": {
- "1": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "2": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "3": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "4": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 5000,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_challengecomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "5": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "6": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "-1": [
- {
- "templateId": "Token:athenabattlepass_weeklybundle_token",
- "quantity": 1,
- "giftBoxToUse": {}
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ]
- }
- },
- "QS08-QuestBundle_S8_Week_006": {
- "templateId": "ChallengeBundle:questbundle_s8_week_006",
- "challenge_bundle_schedule_id": "QS08-Season8_Free_Schedule",
- "grantedquestinstanceids": [
- "QS08-Quest_BR_Visit_Animal",
- "QS08-Quest_BR_Visit_Highest_Elevations",
- "QS08-Quest_BR_Eliminate_TwoLocations_05",
- "QS08-Quest_BR_Land_Chain_03A",
- "QS08-Quest_BR_Interact_ScavengerHunt_TreasureMap_01",
- "QS08-Quest_BR_Eliminate_Flintlock_Or_CompoundBow",
- "QS08-Quest_BR_Use_Different_Throwable_Items_SingleMatch"
- ],
- "completionRewards": {
- "1": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "2": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "3": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "4": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 6000,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_challengecomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "5": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "6": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "-1": [
- {
- "templateId": "Token:athenabattlepass_weeklybundle_token",
- "quantity": 1,
- "giftBoxToUse": {}
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ]
- }
- },
- "QS08-QuestBundle_S8_Week_007": {
- "templateId": "ChallengeBundle:questbundle_s8_week_007",
- "challenge_bundle_schedule_id": "QS08-Season8_Free_Schedule",
- "grantedquestinstanceids": [
- "QS08-Quest_BR_Damage_Pickaxe",
- "QS08-Quest_BR_Visit_TwoNamedLocs_Chain_04_A",
- "QS08-Quest_BR_Visit_PirateCamps_SingleMatch",
- "QS08-Quest_BR_Damage_From_Above",
- "QS08-Quest_BR_Interact_Chests_TwoLocations_03",
- "QS08-Quest_BR_Damage_Chain_Zipline_A",
- "QS08-Quest_BR_Eliminate_Location_Different"
- ],
- "completionRewards": {
- "1": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "2": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "3": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "4": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 7000,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_challengecomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "5": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "6": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "-1": [
- {
- "templateId": "Token:athenabattlepass_weeklybundle_token",
- "quantity": 1,
- "giftBoxToUse": {}
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ]
- }
- },
- "QS08-QuestBundle_S8_Week_008": {
- "templateId": "ChallengeBundle:questbundle_s8_week_008",
- "challenge_bundle_schedule_id": "QS08-Season8_Free_Schedule",
- "grantedquestinstanceids": [
- "QS08-Quest_BR_Interact_ScavengerHunt_TreasureMap_Chain_01a",
- "QS08-Quest_BR_Use_VendingMachine",
- "QS08-Quest_BR_Damage_While_Using_Balloon",
- "QS08-Quest_BR_Interact_JigsawPuzzle",
- "QS08-Quest_BR_PhoneChain_Durrr",
- "QS08-Quest_BR_Eliminate_TwoLocations_04",
- "QS08-Quest_BR_Eliminate_50m"
- ],
- "completionRewards": {
- "1": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "2": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "3": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "4": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 8000,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_challengecomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "5": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "6": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "-1": [
- {
- "templateId": "Token:athenabattlepass_weeklybundle_token",
- "quantity": 1,
- "giftBoxToUse": {}
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ]
- }
- },
- "QS08-QuestBundle_S8_Week_009": {
- "templateId": "ChallengeBundle:questbundle_s8_week_009",
- "challenge_bundle_schedule_id": "QS08-Season8_Free_Schedule",
- "grantedquestinstanceids": [
- "QS08-Quest_BR_Land_Chain_04A",
- "QS08-Quest_BR_Interact_Chests_TwoLocations_04",
- "QS08-Quest_BR_Use_Geyser_MultipleBeforeLanding",
- "QS08-Quest_BR_Dance_Chain_04_A",
- "QS08-Quest_BR_Damage_Below",
- "QS08-Quest_BR_Use_SecondChanceMachine_ReviveTeammate",
- "QS08-Quest_BR_Eliminate"
- ],
- "completionRewards": {
- "1": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "2": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "3": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "4": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 9000,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_challengecomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "5": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "6": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "-1": [
- {
- "templateId": "Token:athenabattlepass_weeklybundle_token",
- "quantity": 1,
- "giftBoxToUse": {}
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ]
- }
- },
- "QS08-QuestBundle_S8_Week_010": {
- "templateId": "ChallengeBundle:questbundle_s8_week_010",
- "challenge_bundle_schedule_id": "QS08-Season8_Free_Schedule",
- "grantedquestinstanceids": [
- "QS08-Quest_BR_Touch_FlamingRings_Cannon",
- "QS08-Quest_BR_Chain_Collect_BuildingResources_SingleMatch_01",
- "QS08-Quest_BR_Eliminate_TwoLocations_06",
- "QS08-Quest_BR_Damage_Infantry_or_Heavy",
- "QS08-Quest_BR_Interact_ScavengerHunt_TreasureMap_Chain_02a",
- "QS08-Quest_BR_Damage_After_VolcanoVent",
- "QS08-Quest_BR_Eliminate_MaxDistance"
- ],
- "completionRewards": {
- "1": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "2": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "3": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "4": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 10000,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_challengecomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "5": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "6": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "-1": [
- {
- "templateId": "Token:athenabattlepass_weeklybundle_token",
- "quantity": 1,
- "giftBoxToUse": {}
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ]
- }
- },
- "QS08-QuestBundle_S8_Pirate": {
- "templateId": "ChallengeBundle:questbundle_s8_pirate",
- "challenge_bundle_schedule_id": "QS08-Season8_Paid_Schedule",
- "grantedquestinstanceids": [
- "QS08-Quest_BR_S8_Pirate_Gain_SeasonXP_01",
- "QS08-Quest_BR_S8_Pirate_Gain_SeasonXP_02",
- "QS08-Quest_BR_S8_Pirate_Gain_SeasonXP_03",
- "QS08-Quest_BR_S8_Pirate_Gain_SeasonXP_04",
- "QS08-Quest_BR_S8_Pirate_Gain_SeasonXP_05",
- "QS08-Quest_BR_S8_Pirate_Gain_SeasonXP_06",
- "QS08-Quest_BR_S8_Pirate_Gain_SeasonXP_07",
- "QS08-Quest_BR_S8_Pirate_Gain_SeasonXP_08",
- "QS08-Quest_BR_S8_Pirate_Gain_SeasonXP_09",
- "QS08-Quest_BR_S8_Pirate_Complete_WeeklyChallenges_01",
- "QS08-Quest_BR_S8_Pirate_Complete_WeeklyChallenges_02",
- "QS08-Quest_BR_S8_Pirate_Complete_WeeklyChallenges_03"
- ],
- "completionRewards": {
- "-1": [
- {
- "templateId": "HomebaseBannerIcon:brs8completionpirate",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ]
- }
- },
- "QS08-QuestBundle_S8_DragonNinja": {
- "templateId": "ChallengeBundle:questbundle_s8_dragonninja",
- "challenge_bundle_schedule_id": "QS08-Season8_Paid_Schedule",
- "grantedquestinstanceids": [
- "QS08-Quest_BR_S8_DragonNinja_Gain_SeasonXP_01",
- "QS08-Quest_BR_S8_DragonNinja_Gain_SeasonXP_02",
- "QS08-Quest_BR_S8_DragonNinja_Gain_SeasonXP_03",
- "QS08-Quest_BR_S8_DragonNinja_Gain_SeasonXP_04",
- "QS08-Quest_BR_S8_DragonNinja_Gain_SeasonXP_05",
- "QS08-Quest_BR_S8_DragonNinja_Gain_SeasonXP_06",
- "QS08-Quest_BR_S8_DragonNinja_Gain_SeasonXP_07",
- "QS08-Quest_BR_S8_DragonNinja_Gain_SeasonXP_08",
- "QS08-Quest_BR_S8_DragonNinja_Gain_SeasonXP_09",
- "QS08-Quest_BR_S8_DragonNinja_Complete_WeeklyChallenges_01",
- "QS08-Quest_BR_S8_DragonNinja_Complete_WeeklyChallenges_02",
- "QS08-Quest_BR_S8_DragonNinja_Complete_WeeklyChallenges_03"
- ],
- "completionRewards": {
- "-1": [
- {
- "templateId": "HomebaseBannerIcon:brs8completiondragonninja",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ]
- }
- },
- "QS08-QuestBundle_S8_Cumulative_Ruin": {
- "templateId": "ChallengeBundle:questbundle_s8_cumulative_ruin",
- "challenge_bundle_schedule_id": "QS08-Season8_Ruin_Schedule",
- "grantedquestinstanceids": [
- "QS08-Quest_BR_Ruin_Destroy_Trees",
- "QS08-Quest_BR_Ruin_Destroy_Rocks",
- "QS08-Quest_BR_Ruin_Destroy_Cars",
- "QS08-Quest_BR_Ruin_Damage_Enemy_Structures",
- "QS08-Quest_BR_Ruin_Outlast",
- "QS08-Quest_BR_Ruin_Complete_Daily_Challenges"
- ],
- "completionRewards": {
- "3": [
- {
- "templateId": "AthenaBackpack:bid_242_furnaceface",
- "quantity": 1,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_genericnoicon",
- "giftBoxFormatData": {
- "HeaderAssetString": "Header.Congratulations",
- "BodyAssetString": "Reward.Ruin"
- }
- }
- }
- ],
- "-1": [
- {
- "templateId": "AthenaPickaxe:pickaxe_id_187_furnaceface",
- "quantity": 1,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_genericnoicon",
- "giftBoxFormatData": {
- "HeaderAssetString": "Header.Congratulations",
- "BodyAssetString": "Reward.Ruin"
- }
- }
- }
- ]
- }
- },
- "QS08-QuestBundle_S8_Shiny": {
- "templateId": "ChallengeBundle:questbundle_s8_shiny",
- "challenge_bundle_schedule_id": "QS08-Season8_Shiny_Schedule",
- "grantedquestinstanceids": [
- "QS08-Quest_BR_S8_Shiny_Outlive_01",
- "QS08-Quest_BR_S8_Shiny_Outlive_02",
- "QS08-Quest_BR_S8_Shiny_Outlive_03",
- "QS08-Quest_BR_S8_Shiny_Outlive_04",
- "QS08-Quest_BR_S8_Shiny_Outlive_05",
- "QS08-Quest_BR_S8_Shiny_Outlive_06"
- ],
- "completionRewards": {
- "-1": [
- {
- "templateId": "HomebaseBannerIcon:brs8completionshiny",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ]
- }
- }
- },
- "Quests": {
- "QS08-Quest_BR_Ashton_Damage_Indigo": {
- "templateId": "Quest:quest_br_ashton_damage_indigo",
- "challenge_bundle_id": "QS08-QuestBundle_LTM_Ashton",
- "objectives": {
- "ashton_damage_athena_indigo_while_hovering": 1000
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 500
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_genericnoicon",
- "giftBoxFormatData": {
- "HeaderAssetString": "Header.Congratulations",
- "BodyAssetString": "Reward.AshtonLTM"
- }
- }
- },
- "QS08-Quest_BR_Ashton_Collect_Stones": {
- "templateId": "Quest:quest_br_ashton_collect_stones",
- "challenge_bundle_id": "QS08-QuestBundle_LTM_Ashton",
- "objectives": {
- "ashton_br_collect_stones": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AthenaLoadingScreen:lsid_120_ashton",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_genericnoicon",
- "giftBoxFormatData": {
- "HeaderAssetString": "Header.Congratulations",
- "BodyAssetString": "Reward.AshtonLTM"
- }
- }
- },
- "QS08-Quest_BR_Ashton_Play_Matches": {
- "templateId": "Quest:quest_br_ashton_play_matches",
- "challenge_bundle_id": "QS08-QuestBundle_LTM_Ashton",
- "objectives": {
- "ltm_ashton_athena_play_matches": 7
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athena_token_brseason08ashtonbanner01",
- "quantity": 1
- }
- ],
- "hiddenRewards": [
- {
- "templateId": "HomebaseBannerIcon:brs8ashtonchicago",
- "quantity": 1
- }
- ],
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_genericnoicon",
- "giftBoxFormatData": {
- "HeaderAssetString": "Header.Congratulations",
- "BodyAssetString": "Reward.AshtonLTM"
- }
- }
- },
- "QS08-Quest_BR_Ashton_Damage_Turbo": {
- "templateId": "Quest:quest_br_ashton_damage_turbo",
- "challenge_bundle_id": "QS08-QuestBundle_LTM_Ashton",
- "objectives": {
- "ashton_damage_athena_turbo_ground_pound": 1000
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AthenaDance:emoji_ashtonturbo",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_genericnoicon",
- "giftBoxFormatData": {
- "HeaderAssetString": "Header.Congratulations",
- "BodyAssetString": "Reward.AshtonLTM"
- }
- }
- },
- "QS08-Quest_BR_Ashton_Damage_Milo_Jetpack": {
- "templateId": "Quest:quest_br_ashton_damage_milo_jetpack",
- "challenge_bundle_id": "QS08-QuestBundle_LTM_Ashton",
- "objectives": {
- "ashton_damage_athena_milo_jetpacking": 100
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 500
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_genericnoicon",
- "giftBoxFormatData": {
- "HeaderAssetString": "Header.Congratulations",
- "BodyAssetString": "Reward.AshtonLTM"
- }
- }
- },
- "QS08-Quest_BR_Ashton_Elims_DifferentMatches": {
- "templateId": "Quest:quest_br_ashton_elims_differentmatches",
- "challenge_bundle_id": "QS08-QuestBundle_LTM_Ashton",
- "objectives": {
- "ashton_br_athena_elims_different_matches": 5
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AthenaDance:spid_106_ashton_boardwalk",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_genericnoicon",
- "giftBoxFormatData": {
- "HeaderAssetString": "Header.Congratulations",
- "BodyAssetString": "Reward.AshtonLTM"
- }
- }
- },
- "QS08-Quest_BR_Ashton_Damage_Chicago": {
- "templateId": "Quest:quest_br_ashton_damage_chicago",
- "challenge_bundle_id": "QS08-QuestBundle_LTM_Ashton",
- "objectives": {
- "ashton_damage_athena_chicago_with_shield": 1000
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AthenaDance:emoji_ashtonchicago",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_genericnoicon",
- "giftBoxFormatData": {
- "HeaderAssetString": "Header.Congratulations",
- "BodyAssetString": "Reward.AshtonLTM"
- }
- }
- },
- "QS08-Quest_BR_Ashton_Damage_Milo_A": {
- "templateId": "Quest:quest_br_ashton_damage_milo_a",
- "challenge_bundle_id": "QS08-QuestBundle_LTM_Ashton",
- "objectives": {
- "ashton_damage_athena_milo_primary": 500
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 500
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_genericnoicon",
- "giftBoxFormatData": {
- "HeaderAssetString": "Header.Congratulations",
- "BodyAssetString": "Reward.AshtonLTM"
- }
- }
- },
- "QS08-Quest_BR_Ashton_Win_SideB": {
- "templateId": "Quest:quest_br_ashton_win_sideb",
- "challenge_bundle_id": "QS08-QuestBundle_LTM_Ashton",
- "objectives": {
- "ltm_ashton_athena_win_side_b": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AthenaDance:spid_107_ashton_jim",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_genericnoicon",
- "giftBoxFormatData": {
- "HeaderAssetString": "Header.Congratulations",
- "BodyAssetString": "Reward.AshtonLTM"
- }
- }
- },
- "QS08-Quest_BR_Ashton_Damage_Hippo": {
- "templateId": "Quest:quest_br_ashton_damage_hippo",
- "challenge_bundle_id": "QS08-QuestBundle_LTM_Ashton",
- "objectives": {
- "ashton_damage_athena_hippo_after_grapple": 500
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 500
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_genericnoicon",
- "giftBoxFormatData": {
- "HeaderAssetString": "Header.Congratulations",
- "BodyAssetString": "Reward.AshtonLTM"
- }
- }
- },
- "QS08-Quest_BR_Ashton_Damage_Milo_B": {
- "templateId": "Quest:quest_br_ashton_damage_milo_b",
- "challenge_bundle_id": "QS08-QuestBundle_LTM_Ashton",
- "objectives": {
- "ashton_damage_athena_milo_secondary": 500
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 500
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_genericnoicon",
- "giftBoxFormatData": {
- "HeaderAssetString": "Header.Congratulations",
- "BodyAssetString": "Reward.AshtonLTM"
- }
- }
- },
- "QS08-Quest_BR_Ashton_Win_SideA": {
- "templateId": "Quest:quest_br_ashton_win_sidea",
- "challenge_bundle_id": "QS08-QuestBundle_LTM_Ashton",
- "objectives": {
- "ltm_ashton_athena_win_side_a": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athena_token_brseason08ashtonbanner02",
- "quantity": 1
- }
- ],
- "hiddenRewards": [
- {
- "templateId": "HomebaseBannerIcon:brs8ashtonboardwalk",
- "quantity": 1
- }
- ],
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_genericnoicon",
- "giftBoxFormatData": {
- "HeaderAssetString": "Header.Congratulations",
- "BodyAssetString": "Reward.AshtonLTM"
- }
- }
- },
- "QS08-Quest_BR_Goose_DealDamage_SMGorMinigun": {
- "templateId": "Quest:quest_br_goose_dealdamage_smgorminigun",
- "challenge_bundle_id": "QS08-QuestBundle_LTM_Goose",
- "objectives": {
- "ltm_goose_damage_athena_player_smgminigun": 4000
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 500
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_Goose_Collect_Floating_Upgrades": {
- "templateId": "Quest:quest_br_goose_collect_floating_upgrades",
- "challenge_bundle_id": "QS08-QuestBundle_LTM_Goose",
- "objectives": {
- "ltm_goose_collect_athena_floating_upgrades_weap_c": 1,
- "ltm_goose_collect_athena_floating_upgrades_weap_r": 1,
- "ltm_goose_collect_athena_floating_upgrades_weap_sr": 1,
- "ltm_goose_collect_athena_floating_upgrades_weap_uc": 1,
- "ltm_goose_collect_athena_floating_upgrades_weap_vr": 1
- },
- "objectiveCompletionCount": 5,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 500
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_Goose_Play_Matches": {
- "templateId": "Quest:quest_br_goose_play_matches",
- "challenge_bundle_id": "QS08-QuestBundle_LTM_Goose",
- "objectives": {
- "ltm_goose_athena_play_matches": 7
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AthenaItemWrap:wrap_038_pilotskull",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_genericnoicon",
- "giftBoxFormatData": {
- "HeaderAssetString": "Header.Congratulations",
- "BodyAssetString": "Reward.AirRoyale"
- }
- }
- },
- "QS08-Quest_BR_Goose_DealDamage_Pistol": {
- "templateId": "Quest:quest_br_goose_dealdamage_pistol",
- "challenge_bundle_id": "QS08-QuestBundle_LTM_Goose",
- "objectives": {
- "ltm_goose_damage_athena_player_pistol": 2000
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 500
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_Goose_Destroy_Stormwings": {
- "templateId": "Quest:quest_br_goose_destroy_stormwings",
- "challenge_bundle_id": "QS08-QuestBundle_LTM_Goose",
- "objectives": {
- "ltm_goose_destroy_athena_stormwings": 5
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 500
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_Goose_Outlast": {
- "templateId": "Quest:quest_br_goose_outlast",
- "challenge_bundle_id": "QS08-QuestBundle_LTM_Goose",
- "objectives": {
- "ltm_goose_athena_outlast": 100
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AthenaItemWrap:wrap_040_pilotfalcon",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_genericnoicon",
- "giftBoxFormatData": {
- "HeaderAssetString": "Header.Congratulations",
- "BodyAssetString": "Reward.AirRoyale"
- }
- }
- },
- "QS08-Quest_BR_Goose_DealDamage_AR": {
- "templateId": "Quest:quest_br_goose_dealdamage_ar",
- "challenge_bundle_id": "QS08-QuestBundle_LTM_Goose",
- "objectives": {
- "ltm_goose_damage_athena_player_assaultrifle": 5000
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 500
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_Goose_Damage_Stormwings": {
- "templateId": "Quest:quest_br_goose_damage_stormwings",
- "challenge_bundle_id": "QS08-QuestBundle_LTM_Goose",
- "objectives": {
- "ltm_goose_damage_athena_stormwings": 4000
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 500
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_Goose_Place_Top5": {
- "templateId": "Quest:quest_br_goose_place_top5",
- "challenge_bundle_id": "QS08-QuestBundle_LTM_Goose",
- "objectives": {
- "ltm_goose_athena_place_top5": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AthenaItemWrap:wrap_039_pilotwolf",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_genericnoicon",
- "giftBoxFormatData": {
- "HeaderAssetString": "Header.Congratulations",
- "BodyAssetString": "Reward.AirRoyale"
- }
- }
- },
- "QS08-Quest_BR_Heist_CompleteQuests": {
- "templateId": "Quest:quest_br_heist_completequests",
- "challenge_bundle_id": "QS08-QuestBundle_LTM_Heist_V2",
- "objectives": {
- "ltm_heistbundle_athena_quest_completequests_tokens": 2
- },
- "objectiveCompletionCount": 1,
- "rewards": [
+ "ChallengeBundles": {
+ "QS05-QuestBundle_LTM_Heist": {
+ "templateId": "ChallengeBundle:questbundle_ltm_heist",
+ "challenge_bundle_schedule_id": "QS05-Schedule_LTM_Heist",
+ "grantedquestinstanceids": [
+ "QS05-Quest_BR_Heist_Play_Matches",
+ "QS05-Quest_BR_Heist_Damage_DiamondCarriers",
+ "QS05-Quest_BR_Heist_PickupDiamond_DifferentMatches"
+ ],
+ "completionRewards": {
+ "-1": [
{
"templateId": "AthenaPickaxe:pickaxe_id_092_bling",
- "quantity": 1
+ "quantity": 1,
+ "giftBoxToUse": {}
}
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_genericnoicon",
- "giftBoxFormatData": {
- "HeaderAssetString": "Header.Congratulations",
- "BodyAssetString": "Reward.GenericGift5"
- }
- }
- },
- "QS08-Quest_BR_Heist_win": {
- "templateId": "Quest:quest_br_heist_win",
- "challenge_bundle_id": "QS08-QuestBundle_LTM_Heist_V2",
- "objectives": {
- "ltm_heistbundle_athena_win": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
+ ]
+ }
+ },
+ "QS05-QuestBundle_S5_Week_001": {
+ "templateId": "ChallengeBundle:questbundle_s5_week_001",
+ "challenge_bundle_schedule_id": "QS05-Season5_Free_Schedule",
+ "grantedquestinstanceids": [
+ "QS05-Quest_BR_Damage_SMG",
+ "QS05-Quest_BR_Interact_SupplyLlamas",
+ "QS05-Quest_BR_Eliminate_ThrownWeapon",
+ "QS05-Quest_BR_Interact_Chests_Location_SnobbyShores",
+ "QS05-Quest_BR_Interact_Floating_Object",
+ "QS05-Quest_BR_Interact_ScavengerHunt_TreasureMap_01",
+ "QS05-Quest_BR_Eliminate_Location_RetailRow"
+ ],
+ "completionRewards": {
+ "1": [
{
- "templateId": "AthenaBackpack:bid_235_heist",
- "quantity": 1
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
}
],
- "hiddenRewards": [
+ "2": [
{
- "templateId": "Token:athena_heist_challenge_token",
- "quantity": 1
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
}
],
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_genericnoicon",
- "giftBoxFormatData": {
- "HeaderAssetString": "Header.Congratulations",
- "BodyAssetString": "Reward.GenericGift5"
- }
- }
- },
- "QS08-Quest_BR_Heist_win_matches_A": {
- "templateId": "Quest:quest_br_heist_win_matches_a",
- "challenge_bundle_id": "QS08-QuestBundle_LTM_Heist_V2",
- "objectives": {
- "ltm_heistbundle_athena_win_matches_a": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [
+ "3": [
{
- "templateId": "CosmeticVariantToken:vtid_165_heist_backbling_styleb",
- "quantity": 1
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
}
],
- "hiddenRewards": [
- {
- "templateId": "Token:athena_heist_challenge_token",
- "quantity": 1
- }
- ],
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_genericnoicon",
- "giftBoxFormatData": {
- "HeaderAssetString": "Header.Congratulations",
- "BodyAssetString": "Reward.GenericGift5"
- }
- }
- },
- "QS08-Quest_BR_Heist_win_matches_B": {
- "templateId": "Quest:quest_br_heist_win_matches_b",
- "challenge_bundle_id": "QS08-QuestBundle_LTM_Heist_V2",
- "objectives": {
- "ltm_heistbundle_athena_win_matches_b": 5
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "CosmeticVariantToken:vtid_166_heist_backbling_stylec",
- "quantity": 1
- }
- ],
- "hiddenRewards": [
- {
- "templateId": "Token:athena_heist_challenge_token",
- "quantity": 1
- }
- ],
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_genericnoicon",
- "giftBoxFormatData": {
- "HeaderAssetString": "Header.Congratulations",
- "BodyAssetString": "Reward.GenericGift5"
- }
- }
- },
- "QS08-Quest_BR_Heist_Use_Grappler": {
- "templateId": "Quest:quest_br_heist_use_grappler",
- "challenge_bundle_id": "QS08-QuestBundle_LTM_Heist_V2",
- "objectives": {
- "ltm_heistbundle_athena_use_grappler_differentmatches": 5
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AthenaLoadingScreen:lsid_118_heist",
- "quantity": 1
- }
- ],
- "hiddenRewards": [
- {
- "templateId": "Token:athena_heist_challenge_token",
- "quantity": 1
- }
- ],
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_genericnoicon",
- "giftBoxFormatData": {
- "HeaderAssetString": "Header.Congratulations",
- "BodyAssetString": "Reward.GenericGift5"
- }
- }
- },
- "QS08-Quest_BR_Heist_Damage_DiamondCarriers": {
- "templateId": "Quest:quest_br_heist_damage_diamondcarriers",
- "challenge_bundle_id": "QS08-QuestBundle_LTM_Heist_V2",
- "objectives": {
- "ltm_heistbundle_damage_athena_player_withdiamond": 500
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AthenaDance:spid_044_bling",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_genericnoicon",
- "giftBoxFormatData": {
- "HeaderAssetString": "Header.Congratulations",
- "BodyAssetString": "Reward.GenericGift5"
- }
- }
- },
- "QS08-Quest_BR_Heist_PickupDiamond_DifferentMatches": {
- "templateId": "Quest:quest_br_heist_pickupdiamond_differentmatches",
- "challenge_bundle_id": "QS08-QuestBundle_LTM_Heist_V2",
- "objectives": {
- "ltm_heistbundle_athena_pickupdiamond_differentmatches": 5
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AthenaSkyDiveContrail:trails_id_021_bling",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_genericnoicon",
- "giftBoxFormatData": {
- "HeaderAssetString": "Header.Congratulations",
- "BodyAssetString": "Reward.GenericGift5"
- }
- }
- },
- "QS08-Quest_BR_PP_Visit_PirateCamps": {
- "templateId": "Quest:quest_br_pp_visit_piratecamps",
- "challenge_bundle_id": "QS08-QuestBundle_PirateParty",
- "objectives": {
- "battlepass_visit_athena_piratecamp_pirate_party": 10
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AthenaGlider:glider_id_132_pirate01octopus",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_genericnoicon",
- "giftBoxFormatData": {
- "HeaderAssetString": "Header.Congratulations",
- "BodyAssetString": "Reward.GenericGift5"
- }
- }
- },
- "QS08-Quest_BR_PP_BuriedTreasure": {
- "templateId": "Quest:quest_br_pp_buriedtreasure",
- "challenge_bundle_id": "QS08-QuestBundle_PirateParty",
- "objectives": {
- "battlepass_use_find_buried_treasure": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AthenaDance:spid_105_parrot",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_genericnoicon",
- "giftBoxFormatData": {
- "HeaderAssetString": "Header.Congratulations",
- "BodyAssetString": "Reward.GenericGift5"
- }
- }
- },
- "QS08-Quest_BR_PP_Top10_Squads_WithFriend": {
- "templateId": "Quest:quest_br_pp_top10_squads_withfriend",
- "challenge_bundle_id": "QS08-QuestBundle_PirateParty",
- "objectives": {
- "overtime_battlepass_top10_squad_with_friend": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athenatoken_brseason08_pirateparty",
- "quantity": 1
- }
- ],
- "hiddenRewards": [
- {
- "templateId": "HomebaseBannerIcon:brs8compass",
- "quantity": 1
- }
- ],
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_genericnoicon",
- "giftBoxFormatData": {
- "HeaderAssetString": "Header.Congratulations",
- "BodyAssetString": "Reward.GenericGift5"
- }
- }
- },
- "QS08-Quest_BR_PP_Use_Cannon": {
- "templateId": "Quest:quest_br_pp_use_cannon",
- "challenge_bundle_id": "QS08-QuestBundle_PirateParty",
- "objectives": {
- "be_the_cannon_ball": 5
- },
- "objectiveCompletionCount": 1,
- "rewards": [
+ "4": [
{
"templateId": "AccountResource:athenaseasonalxp",
- "quantity": 1000
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_genericnoicon",
- "giftBoxFormatData": {
- "HeaderAssetString": "Header.Congratulations",
- "BodyAssetString": "Reward.GenericGift5"
- }
- }
- },
- "QS08-Quest_BR_S8_Cumulative_Complete_WeeklyChallenges_01": {
- "templateId": "Quest:quest_br_s8_cumulative_complete_weeklychallenges_01",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Cumulative",
- "objectives": {
- "athena_s8cumulative_complete_weeklychallenges_01": 55
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AthenaCharacter:cid_378_athena_commando_m_furnaceface",
- "quantity": 1
+ "quantity": 5000,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_challengecomplete",
+ "giftBoxFormatData": {}
+ }
},
{
- "templateId": "ChallengeBundleSchedule:season8_ruin_schedule",
- "quantity": 1
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
}
],
- "hiddenRewards": [],
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_challengecomplete",
- "giftBoxFormatData": {}
- }
- },
- "QS08-Quest_BR_S8_Cumulative_Quest01": {
- "templateId": "Quest:quest_br_s8_cumulative_quest01",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Cumulative",
- "objectives": {
- "battlepass_interact_cumulative_quest_01": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
+ "5": [
{
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
}
],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_S8_Cumulative_CollectTokens_001": {
- "templateId": "Quest:quest_br_s8_cumulative_collecttokens_001",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Cumulative",
- "objectives": {
- "battlepass_season8_cumulative_token01": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
+ "6": [
{
- "templateId": "Token:athena_fake_ls_s8_01",
- "quantity": 1
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "-1": [
+ {
+ "templateId": "Token:athenabattlepass_weeklybundle_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
},
{
- "templateId": "Quest:quest_br_s8_cumulative_quest01",
- "quantity": 1
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ]
+ }
+ },
+ "QS05-QuestBundle_S5_Week_002": {
+ "templateId": "ChallengeBundle:questbundle_s5_week_002",
+ "challenge_bundle_schedule_id": "QS05-Season5_Free_Schedule",
+ "grantedquestinstanceids": [
+ "QS05-Quest_BR_Damage_AssaultRifle",
+ "QS05-Quest_BR_Interact_AmmoBoxes_SingleMatch",
+ "QS05-Quest_BR_Eliminate_Location_ParadisePalms",
+ "QS05-Quest_BR_Score_Baskets",
+ "QS05-Quest_BR_Interact_Chests_Location_LootLake",
+ "QS05-Quest_BR_Interact_ScavengerHunt_Triangulate_01",
+ "QS05-Quest_BR_Eliminate_Weapon_SniperRifle"
+ ],
+ "completionRewards": {
+ "1": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
}
],
- "hiddenRewards": [
+ "2": [
{
- "templateId": "AthenaLoadingScreen:lsid_107_s8cumulative01",
- "quantity": 1
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
}
],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_S8_Cumulative_Quest02": {
- "templateId": "Quest:quest_br_s8_cumulative_quest02",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Cumulative",
- "objectives": {
- "battlepass_interact_cumulative_quest_02": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
+ "3": [
{
- "templateId": "Token:athenatoken_brseason08cumulativels2",
- "quantity": 1
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
}
],
- "hiddenRewards": [
- {
- "templateId": "HomebaseBannerIcon:brs8cumulativels2",
- "quantity": 1
- }
- ],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_S8_Cumulative_CollectTokens_002": {
- "templateId": "Quest:quest_br_s8_cumulative_collecttokens_002",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Cumulative",
- "objectives": {
- "battlepass_season8_cumulative_token02": 2
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athena_fake_ls_s8_02",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_s8_cumulative_quest02",
- "quantity": 1
- }
- ],
- "hiddenRewards": [
- {
- "templateId": "AthenaLoadingScreen:lsid_108_s8cumulative02",
- "quantity": 1
- }
- ],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_S8_Cumulative_Quest03": {
- "templateId": "Quest:quest_br_s8_cumulative_quest03",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Cumulative",
- "objectives": {
- "battlepass_interact_cumulative_quest_03": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_S8_Cumulative_CollectTokens_003": {
- "templateId": "Quest:quest_br_s8_cumulative_collecttokens_003",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Cumulative",
- "objectives": {
- "battlepass_season8_cumulative_token03": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athena_fake_ls_s8_03",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_s8_cumulative_quest03",
- "quantity": 1
- }
- ],
- "hiddenRewards": [
- {
- "templateId": "AthenaLoadingScreen:lsid_109_s8cumulative03",
- "quantity": 1
- }
- ],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_S8_Cumulative_Quest04": {
- "templateId": "Quest:quest_br_s8_cumulative_quest04",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Cumulative",
- "objectives": {
- "battlepass_interact_cumulative_quest_04": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athenatoken_brseason08cumulativels4",
- "quantity": 1
- }
- ],
- "hiddenRewards": [
- {
- "templateId": "HomebaseBannerIcon:brs8cumulativels4",
- "quantity": 1
- }
- ],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_S8_Cumulative_CollectTokens_004": {
- "templateId": "Quest:quest_br_s8_cumulative_collecttokens_004",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Cumulative",
- "objectives": {
- "battlepass_season8_cumulative_token04": 4
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athena_fake_ls_s8_04",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_s8_cumulative_quest04",
- "quantity": 1
- }
- ],
- "hiddenRewards": [
- {
- "templateId": "AthenaLoadingScreen:lsid_110_s8cumulative04",
- "quantity": 1
- }
- ],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_S8_Cumulative_Quest05": {
- "templateId": "Quest:quest_br_s8_cumulative_quest05",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Cumulative",
- "objectives": {
- "battlepass_interact_cumulative_quest_05": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_S8_Cumulative_CollectTokens_005": {
- "templateId": "Quest:quest_br_s8_cumulative_collecttokens_005",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Cumulative",
- "objectives": {
- "battlepass_season8_cumulative_token05": 5
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athena_fake_ls_s8_05",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_s8_cumulative_quest05",
- "quantity": 1
- }
- ],
- "hiddenRewards": [
- {
- "templateId": "AthenaLoadingScreen:lsid_111_s8cumulative05",
- "quantity": 1
- }
- ],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_S8_Cumulative_Quest06": {
- "templateId": "Quest:quest_br_s8_cumulative_quest06",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Cumulative",
- "objectives": {
- "battlepass_interact_cumulative_quest_06": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athenatoken_brseason08cumulativels6",
- "quantity": 1
- }
- ],
- "hiddenRewards": [
- {
- "templateId": "HomebaseBannerIcon:brs8cumulativels6",
- "quantity": 1
- }
- ],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_S8_Cumulative_CollectTokens_006": {
- "templateId": "Quest:quest_br_s8_cumulative_collecttokens_006",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Cumulative",
- "objectives": {
- "battlepass_season8_cumulative_token06": 6
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athena_fake_ls_s8_06",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_s8_cumulative_quest06",
- "quantity": 1
- }
- ],
- "hiddenRewards": [
- {
- "templateId": "AthenaLoadingScreen:lsid_112_s8cumulative06",
- "quantity": 1
- }
- ],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_S8_Cumulative_Quest07": {
- "templateId": "Quest:quest_br_s8_cumulative_quest07",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Cumulative",
- "objectives": {
- "battlepass_interact_cumulative_quest_07": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_S8_Cumulative_CollectTokens_007": {
- "templateId": "Quest:quest_br_s8_cumulative_collecttokens_007",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Cumulative",
- "objectives": {
- "battlepass_season8_cumulative_token07": 7
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athena_fake_ls_s8_07",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_s8_cumulative_quest07",
- "quantity": 1
- }
- ],
- "hiddenRewards": [
- {
- "templateId": "AthenaLoadingScreen:lsid_113_s8cumulative07",
- "quantity": 1
- }
- ],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_S8_Cumulative_Quest08": {
- "templateId": "Quest:quest_br_s8_cumulative_quest08",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Cumulative",
- "objectives": {
- "battlepass_interact_cumulative_quest_08": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athenatoken_brseason08cumulativels8",
- "quantity": 1
- }
- ],
- "hiddenRewards": [
- {
- "templateId": "HomebaseBannerIcon:brs8cumulativels8",
- "quantity": 1
- }
- ],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_S8_Cumulative_CollectTokens_008": {
- "templateId": "Quest:quest_br_s8_cumulative_collecttokens_008",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Cumulative",
- "objectives": {
- "battlepass_season8_cumulative_token08": 8
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athena_fake_ls_s8_08",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_s8_cumulative_quest08",
- "quantity": 1
- }
- ],
- "hiddenRewards": [
- {
- "templateId": "AthenaLoadingScreen:lsid_114_s8cumulative08",
- "quantity": 1
- }
- ],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_S8_Cumulative_Quest09": {
- "templateId": "Quest:quest_br_s8_cumulative_quest09",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Cumulative",
- "objectives": {
- "battlepass_interact_cumulative_quest_09": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_S8_Cumulative_CollectTokens_009": {
- "templateId": "Quest:quest_br_s8_cumulative_collecttokens_009",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Cumulative",
- "objectives": {
- "battlepass_season8_cumulative_token09": 9
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athena_fake_ls_s8_09",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_s8_cumulative_quest09",
- "quantity": 1
- }
- ],
- "hiddenRewards": [
- {
- "templateId": "AthenaLoadingScreen:lsid_115_s8cumulative09",
- "quantity": 1
- }
- ],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_S8_Cumulative_Quest10": {
- "templateId": "Quest:quest_br_s8_cumulative_quest10",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Cumulative",
- "objectives": {
- "battlepass_interact_cumulative_quest_10": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athenatoken_brseason08cumulativels10",
- "quantity": 1
- }
- ],
- "hiddenRewards": [
- {
- "templateId": "HomebaseBannerIcon:brs8cumulativels10",
- "quantity": 1
- }
- ],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_S8_Cumulative_CollectTokens_010": {
- "templateId": "Quest:quest_br_s8_cumulative_collecttokens_010",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Cumulative",
- "objectives": {
- "battlepass_season8_cumulative_token10": 10
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athena_fake_ls_s8_10",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_s8_cumulative_quest10",
- "quantity": 1
- }
- ],
- "hiddenRewards": [
- {
- "templateId": "AthenaLoadingScreen:lsid_116_s8cumulative10",
- "quantity": 1
- }
- ],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_S8_ExtraCredit_CompleteQuests_ChainTest_01b": {
- "templateId": "Quest:quest_br_s8_extracredit_completequests_chaintest_01b",
- "challenge_bundle_id": "QS08-QuestBundle_S8_ExtraCredit",
- "objectives": {
- "quest_s7_overtime_completequests_test_02": 2
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "CosmeticVariantToken:vtid_176_medusa_styleb",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_S8_ExtraCredit_CompleteQuests_ChainTest_01a": {
- "templateId": "Quest:quest_br_s8_extracredit_completequests_chaintest_01a",
- "challenge_bundle_id": "QS08-QuestBundle_S8_ExtraCredit",
- "objectives": {
- "quest_s8_extracredit_completequests_test_01": 23
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AthenaCharacter:cid_348_athena_commando_f_medusa",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_s8_extracredit_completequests_chaintest_01b",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_S8_ExtraCredit_CompleteQuests_ChainTest_02b": {
- "templateId": "Quest:quest_br_s8_extracredit_completequests_chaintest_02b",
- "challenge_bundle_id": "QS08-QuestBundle_S8_ExtraCredit",
- "objectives": {
- "quest_s8_extracredit_completequests_test_04": 4
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "CosmeticVariantToken:vtid_174_fireelf_styleb",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_S8_ExtraCredit_CompleteQuests_ChainTest_02a": {
- "templateId": "Quest:quest_br_s8_extracredit_completequests_chaintest_02a",
- "challenge_bundle_id": "QS08-QuestBundle_S8_ExtraCredit",
- "objectives": {
- "quest_s8_extracredit_completequests_test_03": 71
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AthenaCharacter:cid_351_athena_commando_f_fireelf",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_s8_extracredit_completequests_chaintest_02b",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_S8_ExtraCredit_CompleteQuests_ChainTest_03b": {
- "templateId": "Quest:quest_br_s8_extracredit_completequests_chaintest_03b",
- "challenge_bundle_id": "QS08-QuestBundle_S8_ExtraCredit",
- "objectives": {
- "quest_s8_extracredit_completequests_test_06": 6
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "CosmeticVariantToken:vtid_175_masterkey_stylec",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_S8_ExtraCredit_CompleteQuests_ChainTest_03a": {
- "templateId": "Quest:quest_br_s8_extracredit_completequests_chaintest_03a",
- "challenge_bundle_id": "QS08-QuestBundle_S8_ExtraCredit",
- "objectives": {
- "quest_s8_extracredit_completequests_test_05": 87
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AthenaCharacter:cid_350_athena_commando_m_masterkey",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_s8_extracredit_completequests_chaintest_03b",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_ExtraCredit_Creative_CollectCoins": {
- "templateId": "Quest:quest_br_extracredit_creative_collectcoins",
- "challenge_bundle_id": "QS08-QuestBundle_S8_ExtraCredit",
- "objectives": {
- "overtime_battlepass_play_featured_creative_content": 20
- },
- "objectiveCompletionCount": 1,
- "rewards": [
+ "4": [
{
"templateId": "AccountResource:athenaseasonalxp",
- "quantity": 1000
- }
- ],
- "hiddenRewards": [
+ "quantity": 5000,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_challengecomplete",
+ "giftBoxFormatData": {}
+ }
+ },
{
- "templateId": "Token:athena_s8extracredit_challenge_token",
- "quantity": 1
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
}
],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_ExtraCredit_Top10_Squads_WithFriend": {
- "templateId": "Quest:quest_br_extracredit_top10_squads_withfriend",
- "challenge_bundle_id": "QS08-QuestBundle_S8_ExtraCredit",
- "objectives": {
- "extracredit_battlepass_top10_squad_with_friend": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [
+ "5": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "6": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "-1": [
+ {
+ "templateId": "Token:athenabattlepass_weeklybundle_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ]
+ }
+ },
+ "QS05-QuestBundle_S5_Week_003": {
+ "templateId": "ChallengeBundle:questbundle_s5_week_003",
+ "challenge_bundle_schedule_id": "QS05-Season5_Free_Schedule",
+ "grantedquestinstanceids": [
+ "QS05-Quest_BR_Damage_SingleMatch",
+ "QS05-Quest_BR_Use_Launchpad",
+ "QS05-Quest_BR_Interact_ScavengerHunt_TreasureMap_02",
+ "QS05-Quest_BR_Interact_Chests_Location_FatalFields",
+ "QS05-Quest_BR_Destroy_SpecificTargets",
+ "QS05-Quest_BR_Eliminate_Location_HauntedHills",
+ "QS05-Quest_BR_Eliminate_ExplosiveWeapon"
+ ],
+ "completionRewards": {
+ "1": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "2": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "3": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "4": [
{
"templateId": "AccountResource:athenaseasonalxp",
- "quantity": 1000
- }
- ],
- "hiddenRewards": [
+ "quantity": 5000,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_challengecomplete",
+ "giftBoxFormatData": {}
+ }
+ },
{
- "templateId": "Token:athena_s8extracredit_challenge_token",
- "quantity": 1
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
}
],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_ExtraCredit_Damage": {
- "templateId": "Quest:quest_br_extracredit_damage",
- "challenge_bundle_id": "QS08-QuestBundle_S8_ExtraCredit",
- "objectives": {
- "extracredit_battlepass_damage_athena_player": 1000
- },
- "objectiveCompletionCount": 1,
- "rewards": [
+ "5": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "6": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "-1": [
+ {
+ "templateId": "Token:athenabattlepass_weeklybundle_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ]
+ }
+ },
+ "QS05-QuestBundle_S5_Week_004": {
+ "templateId": "ChallengeBundle:questbundle_s5_week_004",
+ "challenge_bundle_schedule_id": "QS05-Season5_Free_Schedule",
+ "grantedquestinstanceids": [
+ "QS05-Quest_BR_Build_Structures",
+ "QS05-Quest_BR_Touch_FlamingRings_Vehicle",
+ "QS05-Quest_BR_Eliminate_Location_DustyDivot",
+ "QS05-Quest_BR_Damage_SniperRifle",
+ "QS05-Quest_BR_Interact_Chests_Location_FlushFactory",
+ "QS05-Quest_BR_Interact_ScavengerHunt_Triangulate_02",
+ "QS05-Quest_BR_Eliminate_Weapon_Pistol"
+ ],
+ "completionRewards": {
+ "1": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "2": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "3": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "4": [
{
"templateId": "AccountResource:athenaseasonalxp",
- "quantity": 1000
- }
- ],
- "hiddenRewards": [
+ "quantity": 5000,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_challengecomplete",
+ "giftBoxFormatData": {}
+ }
+ },
{
- "templateId": "Token:athena_s8extracredit_challenge_token",
- "quantity": 1
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
}
],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_ExtraCredit_Top15_Duos_WithFriend": {
- "templateId": "Quest:quest_br_extracredit_top15_duos_withfriend",
- "challenge_bundle_id": "QS08-QuestBundle_S8_ExtraCredit",
- "objectives": {
- "extracredit_battlepass_top15_duos_with_friend": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [
+ "5": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "6": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "-1": [
+ {
+ "templateId": "Token:athenabattlepass_weeklybundle_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ]
+ }
+ },
+ "QS05-QuestBundle_S5_Week_005": {
+ "templateId": "ChallengeBundle:questbundle_s5_week_005",
+ "challenge_bundle_schedule_id": "QS05-Season5_Free_Schedule",
+ "grantedquestinstanceids": [
+ "QS05-Quest_BR_Interact_Chests_Location_JunkJunction",
+ "QS05-Quest_BR_Use_RiftPortals",
+ "QS05-Quest_BR_Eliminate_SingleMatch",
+ "QS05-Quest_BR_Damage_ThrownWeapons",
+ "QS05-Quest_BR_Score_TeeToGreen",
+ "QS05-Quest_BR_Interact_ScavengerHunt_TreasureMap_03",
+ "QS05-Quest_BR_Eliminate_Location_ShiftyShafts"
+ ],
+ "completionRewards": {
+ "1": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "2": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "3": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "4": [
{
"templateId": "AccountResource:athenaseasonalxp",
- "quantity": 1000
- }
- ],
- "hiddenRewards": [
+ "quantity": 5000,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_challengecomplete",
+ "giftBoxFormatData": {}
+ }
+ },
{
- "templateId": "Token:athena_s8extracredit_challenge_token",
- "quantity": 1
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
}
],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_ExtraCredit_Outlast": {
- "templateId": "Quest:quest_br_extracredit_outlast",
- "challenge_bundle_id": "QS08-QuestBundle_S8_ExtraCredit",
- "objectives": {
- "extracredit_battlepass_outlast": 500
- },
- "objectiveCompletionCount": 1,
- "rewards": [
+ "5": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "6": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "-1": [
+ {
+ "templateId": "Token:athenabattlepass_weeklybundle_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ]
+ }
+ },
+ "QS05-QuestBundle_S5_Week_006": {
+ "templateId": "ChallengeBundle:questbundle_s5_week_006",
+ "challenge_bundle_schedule_id": "QS05-Season5_Free_Schedule",
+ "grantedquestinstanceids": [
+ "QS05-Quest_BR_Damage_Headshot",
+ "QS05-Quest_BR_Collect_BuildingResources",
+ "QS05-Quest_BR_Interact_ScavengerHunt_Triangulate_03",
+ "QS05-Quest_BR_Interact_Chests_Location_LonelyLodge",
+ "QS05-Quest_BR_Timed_Trials",
+ "QS05-Quest_BR_Eliminate_Weapon_MinigunLMG",
+ "QS05-Quest_BR_Eliminate_Location_TiltedTowers"
+ ],
+ "completionRewards": {
+ "1": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "2": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "3": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "4": [
{
"templateId": "AccountResource:athenaseasonalxp",
- "quantity": 1000
- }
- ],
- "hiddenRewards": [
+ "quantity": 6000,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_challengecomplete",
+ "giftBoxFormatData": {}
+ }
+ },
{
- "templateId": "Token:athena_s8extracredit_challenge_token",
- "quantity": 1
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
}
],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_ExtraCredit_Place_Top25_Solo": {
- "templateId": "Quest:quest_br_extracredit_place_top25_solo",
- "challenge_bundle_id": "QS08-QuestBundle_S8_ExtraCredit",
- "objectives": {
- "extracredit_battlepass_athena_place_solo_top_25": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [
+ "5": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "6": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "-1": [
+ {
+ "templateId": "Token:athenabattlepass_weeklybundle_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ]
+ }
+ },
+ "QS05-QuestBundle_S5_Week_007": {
+ "templateId": "ChallengeBundle:questbundle_s5_week_007",
+ "challenge_bundle_schedule_id": "QS05-Season5_Free_Schedule",
+ "grantedquestinstanceids": [
+ "QS05-Quest_BR_Visit_NamedLocations_SingleMatch",
+ "QS05-Quest_BR_Interact_SupplyDrops",
+ "QS05-Quest_BR_Eliminate_Weapon_SMG",
+ "QS05-Quest_BR_Damage_Enemy_Buildings_C4",
+ "QS05-Quest_BR_Interact_Chests_QuestChain_01_A",
+ "QS05-Quest_BR_Interact_ScavengerHunt_TreasureMap_04",
+ "QS05-Quest_BR_Eliminate_Location_LazyLinks"
+ ],
+ "completionRewards": {
+ "1": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "2": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "3": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "4": [
{
"templateId": "AccountResource:athenaseasonalxp",
- "quantity": 1000
- }
- ],
- "hiddenRewards": [
- {
- "templateId": "Token:athena_s8extracredit_challenge_token",
- "quantity": 1
- }
- ],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_Visit_PirateCamps": {
- "templateId": "Quest:quest_br_visit_piratecamps",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Week_001",
- "objectives": {
- "battlepass_visit_athena_piratecamp_01": 1,
- "battlepass_visit_athena_piratecamp_02": 1,
- "battlepass_visit_athena_piratecamp_03": 1,
- "battlepass_visit_athena_piratecamp_04": 1,
- "battlepass_visit_athena_piratecamp_05": 1,
- "battlepass_visit_athena_piratecamp_06": 1,
- "battlepass_visit_athena_piratecamp_07": 1
- },
- "objectiveCompletionCount": 7,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_Interact_Chests_TwoLocations_01": {
- "templateId": "Quest:quest_br_interact_chests_twolocations_01",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Week_001",
- "objectives": {
- "battlepass_interact_chests_twolocations_01": 7
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_Damage_Chain_Dual_C": {
- "templateId": "Quest:quest_br_damage_chain_dual_c",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Week_001",
- "objectives": {
- "battlepass_damage_athena_player_chain_dual_c_1": 1,
- "battlepass_damage_athena_player_chain_dual_c_2": 1
- },
- "objectiveCompletionCount": 2,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 4
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_Damage_Chain_Dual_B": {
- "templateId": "Quest:quest_br_damage_chain_dual_b",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Week_001",
- "objectives": {
- "battlepass_damage_athena_player_chain_dual_b_1": 1,
- "battlepass_damage_athena_player_chain_dual_b_2": 1
- },
- "objectiveCompletionCount": 2,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 3
+ "quantity": 7000,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_challengecomplete",
+ "giftBoxFormatData": {}
+ }
},
{
- "templateId": "Quest:quest_br_damage_chain_dual_c",
- "quantity": 1
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
}
],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_Damage_Chain_Dual_A": {
- "templateId": "Quest:quest_br_damage_chain_dual_a",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Week_001",
- "objectives": {
- "battlepass_damage_athena_player_chain_dual_a_1": 1,
- "battlepass_damage_athena_player_chain_dual_a_2": 1
- },
- "objectiveCompletionCount": 2,
- "rewards": [
+ "5": [
{
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 3
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "6": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "-1": [
+ {
+ "templateId": "Token:athenabattlepass_weeklybundle_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
},
{
- "templateId": "Quest:quest_br_damage_chain_dual_b",
- "quantity": 1
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ]
+ }
+ },
+ "QS05-QuestBundle_S5_Week_008": {
+ "templateId": "ChallengeBundle:questbundle_s5_week_008",
+ "challenge_bundle_schedule_id": "QS05-Season5_Free_Schedule",
+ "grantedquestinstanceids": [
+ "QS05-Quest_BR_Use_Trap",
+ "QS05-Quest_BR_Interact_Chests_Location_WailingWoods",
+ "QS05-Quest_BR_Eliminate_Weapon_Shotgun",
+ "QS05-Quest_BR_Damage_Pickaxe",
+ "QS05-Quest_BR_Use_RiftPortal_DifferentLocations",
+ "QS05-Quest_BR_Interact_ScavengerHunt_Triangulate_04",
+ "QS05-Quest_BR_Eliminate_QuestChain_01_A"
+ ],
+ "completionRewards": {
+ "1": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
}
],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_Visit_GiantFaces": {
- "templateId": "Quest:quest_br_visit_giantfaces",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Week_001",
- "objectives": {
- "battlepass_visit_athena_location_cliff_face_desert": 1,
- "battlepass_visit_athena_location_cliff_face_jungle": 1,
- "battlepass_visit_athena_location_cliff_face_snow": 1
- },
- "objectiveCompletionCount": 3,
- "rewards": [
+ "2": [
{
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 5
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
}
],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_Use_Geyser_DifferentMatches": {
- "templateId": "Quest:quest_br_use_geyser_differentmatches",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Week_001",
- "objectives": {
- "battlepass_use_item_geyser": 5
- },
- "objectiveCompletionCount": 1,
- "rewards": [
+ "3": [
{
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 5
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
}
],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_Eliminate_ExploShotGunAR": {
- "templateId": "Quest:quest_br_eliminate_exploshotgunar",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Week_001",
- "objectives": {
- "battlepass_killingblow_athena_player_3weaps_shotgun": 1,
- "battlepass_killingblow_athena_player_3weaps_ar": 1,
- "battlepass_killingblow_athena_player_3weaps_explosive": 1
- },
- "objectiveCompletionCount": 3,
- "rewards": [
+ "4": [
{
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_Damage_Vehicle_Opponent": {
- "templateId": "Quest:quest_br_damage_vehicle_opponent",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Week_001",
- "objectives": {
- "battlepass_damage_athena_vehicle_with_opponent_inside": 200
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_Land_Chain_01_E": {
- "templateId": "Quest:quest_br_land_chain_01_e",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Week_002",
- "objectives": {
- "battlepass_land_athena_chain_tilted_01_e": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_Land_Chain_01_D": {
- "templateId": "Quest:quest_br_land_chain_01_d",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Week_002",
- "objectives": {
- "battlepass_land_athena_chain_lonely_01_d": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 1
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 8000,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_challengecomplete",
+ "giftBoxFormatData": {}
+ }
},
{
- "templateId": "Quest:quest_br_land_chain_01_e",
- "quantity": 1
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
}
],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_Land_Chain_01_C": {
- "templateId": "Quest:quest_br_land_chain_01_c",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Week_002",
- "objectives": {
- "battlepass_land_athena_chain_lucky_01_c": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
+ "5": [
{
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 1
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "6": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "-1": [
+ {
+ "templateId": "Token:athenabattlepass_weeklybundle_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
},
{
- "templateId": "Quest:quest_br_land_chain_01_d",
- "quantity": 1
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ]
+ }
+ },
+ "QS05-QuestBundle_S5_Week_009": {
+ "templateId": "ChallengeBundle:questbundle_s5_week_009",
+ "challenge_bundle_schedule_id": "QS05-Season5_Free_Schedule",
+ "grantedquestinstanceids": [
+ "QS05-Quest_BR_Damage_ExplosiveWeapon",
+ "QS05-Quest_BR_Score_StylePoints_Vehicle",
+ "QS05-Quest_BR_Interact_ScavengerHunt_TreasureMap_05",
+ "QS05-Quest_BR_Interact_Chests_QuestChain_02_A",
+ "QS05-Quest_BR_Visit_StoneHeads",
+ "QS05-Quest_BR_Eliminate_Weapon_AssaultRifle",
+ "QS05-Quest_BR_Eliminate_Location_TomatoTemple"
+ ],
+ "completionRewards": {
+ "1": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
}
],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_Land_Chain_01_B": {
- "templateId": "Quest:quest_br_land_chain_01_b",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Week_002",
- "objectives": {
- "battlepass_land_athena_chain_pleasant_01_b": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
+ "2": [
{
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 1
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "3": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "4": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 9000,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_challengecomplete",
+ "giftBoxFormatData": {}
+ }
},
{
- "templateId": "Quest:quest_br_land_chain_01_c",
- "quantity": 1
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
}
],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_Land_Chain_01_A": {
- "templateId": "Quest:quest_br_land_chain_01_a",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Week_002",
- "objectives": {
- "battlepass_land_athena_chain_lonely_01_a_": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
+ "5": [
{
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 1
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "6": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "-1": [
+ {
+ "templateId": "Token:athenabattlepass_weeklybundle_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
},
{
- "templateId": "Quest:quest_br_land_chain_01_b",
- "quantity": 1
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ]
+ }
+ },
+ "QS05-QuestBundle_S5_Week_010": {
+ "templateId": "ChallengeBundle:questbundle_s5_week_010",
+ "challenge_bundle_schedule_id": "QS05-Season5_Free_Schedule",
+ "grantedquestinstanceids": [
+ "QS05-Quest_BR_Interact_JigsawPuzzle",
+ "QS05-Quest_BR_Interact_ForagedItems",
+ "QS05-Quest_BR_Eliminate",
+ "QS05-Quest_BR_Interact_Chests_Location_SaltySprings",
+ "QS05-Quest_BR_Damage",
+ "QS05-Quest_BR_Interact_ScavengerHunt_Triangulate_05",
+ "QS05-Quest_BR_Eliminate_QuestChain_02_A"
+ ],
+ "completionRewards": {
+ "1": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
}
],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_Damage_Falling_SupplyDrops": {
- "templateId": "Quest:quest_br_damage_falling_supplydrops",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Week_002",
- "objectives": {
- "battlepass_athena_damage_descending_supply_drops": 200
- },
- "objectiveCompletionCount": 1,
- "rewards": [
+ "2": [
{
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 5
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
}
],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_Eliminate_Location_Salty_Or_Haunted": {
- "templateId": "Quest:quest_br_eliminate_location_salty_or_haunted",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Week_002",
- "objectives": {
- "battlepass_killingblow_athena_player_salty_or_haunted": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [
+ "3": [
{
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
}
],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_Interact_HealingItems_QuestChain_02_C": {
- "templateId": "Quest:quest_br_interact_healingitems_questchain_02_c",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Week_002",
- "objectives": {
- "athena_battlepass_heal_player_medkit_chain3": 75
- },
- "objectiveCompletionCount": 1,
- "rewards": [
+ "4": [
{
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 2
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_Interact_HealingItems_Chain_02_B": {
- "templateId": "Quest:quest_br_interact_healingitems_chain_02_b",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Week_002",
- "objectives": {
- "athena_battlepass_heal_player_cozycampfire_chain2": 50
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 2
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 10000,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_challengecomplete",
+ "giftBoxFormatData": {}
+ }
},
{
- "templateId": "Quest:quest_br_interact_healingitems_questchain_02_c",
- "quantity": 1
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
}
],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_Interact_HealingItems_QuestChain_02_A": {
- "templateId": "Quest:quest_br_interact_healingitems_questchain_02_a",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Week_002",
- "objectives": {
- "athena_battlepass_heal_forageditems_apples_chain1": 25
- },
- "objectiveCompletionCount": 1,
- "rewards": [
+ "5": [
{
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 1
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "6": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "-1": [
+ {
+ "templateId": "Token:athenabattlepass_weeklybundle_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
},
{
- "templateId": "Quest:quest_br_interact_healingitems_chain_02_b",
- "quantity": 1
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
}
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_Visit_Farthest_Points": {
- "templateId": "Quest:quest_br_visit_farthest_points",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Week_002",
- "objectives": {
- "athena_battlepass_visit_far_north": 1,
- "athena_battlepass_visit_far_south": 1,
- "athena_battlepass_visit_far_east": 1,
- "athena_battlepass_visit_far_west": 1
- },
- "objectiveCompletionCount": 4,
- "rewards": [
+ ]
+ }
+ },
+ "QS05-QuestBundle_S5_Cumulative": {
+ "templateId": "ChallengeBundle:questbundle_s5_cumulative",
+ "challenge_bundle_schedule_id": "QS05-Season5_Paid_Schedule",
+ "grantedquestinstanceids": [
+ "QS05-Quest_BR_S5_Cumulative_CollectTokens_01",
+ "QS05-Quest_BR_S5_Cumulative_CollectTokens_02",
+ "QS05-Quest_BR_S5_Cumulative_CollectTokens_03",
+ "QS05-Quest_BR_S5_Cumulative_CollectTokens_04",
+ "QS05-Quest_BR_S5_Cumulative_CollectTokens_05",
+ "QS05-Quest_BR_S5_Cumulative_CollectTokens_06",
+ "QS05-Quest_BR_S5_Cumulative_CollectTokens_07",
+ "QS05-Quest_BR_S5_Cumulative_CollectTokens_08",
+ "QS05-Quest_BR_S5_Cumulative_CollectTokens_09"
+ ],
+ "completionRewards": {
+ "7": [
{
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_Damage_Player_With_Cannon": {
- "templateId": "Quest:quest_br_damage_player_with_cannon",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Week_002",
- "objectives": {
- "battlepass_damage_athena_player_with_cannon": 100
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_Interact_Chests_Locations_Different_SingleMatch": {
- "templateId": "Quest:quest_br_interact_chests_locations_different_singlematch",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Week_002",
- "objectives": {
- "battlepass_interact_chest_athena_location_different_lazylinks": 1,
- "battlepass_interact_chest_athena_location_different_dustydivot": 1,
- "battlepass_interact_chest_athena_location_different_fatalfields": 1,
- "battlepass_interact_chest_athena_location_different_flushfactory": 1,
- "battlepass_interact_chest_athena_location_different_greasygrove": 1,
- "battlepass_interact_chest_athena_location_different_hauntedhills": 1,
- "battlepass_interact_chest_athena_location_different_junkjunction": 1,
- "battlepass_interact_chest_athena_location_different_luckylanding": 1,
- "battlepass_interact_chest_athena_location_different_lonelylodge": 1,
- "battlepass_interact_chest_athena_location_different_lootlake": 1,
- "battlepass_interact_chest_athena_location_different_paradisepalms": 1,
- "battlepass_interact_chest_athena_location_different_pleasantpark": 1,
- "battlepass_interact_chest_athena_location_different_retailrow": 1,
- "battlepass_interact_chest_athena_location_different_shiftyshafts": 1,
- "battlepass_interact_chest_athena_location_different_saltysprings": 1,
- "battlepass_interact_chest_athena_location_different_snobbyshores": 1,
- "battlepass_interact_chest_athena_location_different_tiltedtowers": 1,
- "battlepass_interact_chest_athena_location_different_tomatotemple": 1,
- "battlepass_interact_chest_athena_location_different_wailingwoods": 1,
- "battlepass_interact_chest_athena_location_different_riskyreels": 1,
- "battlepass_interact_chest_athena_location_different_polarpeak": 1,
- "battlepass_interact_chest_athena_location_different_frostyflights": 1,
- "interact_athena_treasurechest_lazylagoon": 1,
- "interact_athena_treasurechest_sunnysteps": 1,
- "interact_athena_treasurechest_happyhamlet": 1
- },
- "objectiveCompletionCount": 3,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_Visit_TwoNamedLocs_Chain_01_E": {
- "templateId": "Quest:quest_br_visit_twonamedlocs_chain_01_e",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Week_003",
- "objectives": {
- "battlepass_visit_athena_location_snobbyshores_chain_01": 1,
- "battlepass_visit_athena_location_saltysprings_chain_01": 1
- },
- "objectiveCompletionCount": 2,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_Visit_TwoNamedLocs_Chain_01_D": {
- "templateId": "Quest:quest_br_visit_twonamedlocs_chain_01_d",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Week_003",
- "objectives": {
- "battlepass_visit_athena_location_lucklanding_chain_01": 1,
- "battlepass_visit_athena_location_tiltedtowers_chain_01": 1
- },
- "objectiveCompletionCount": 2,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 1
+ "templateId": "Token:athenamysterytokenseason5",
+ "quantity": 1,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_challengecomplete",
+ "giftBoxFormatData": {}
+ }
},
{
- "templateId": "Quest:quest_br_visit_twonamedlocs_chain_01_e",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_Visit_TwoNamedLocs_Chain_01_C": {
- "templateId": "Quest:quest_br_visit_twonamedlocs_chain_01_c",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Week_003",
- "objectives": {
- "battlepass_visit_athena_location_greasygrove_chain_01": 1,
- "battlepass_visit_athena_location_lootlake_chain_01": 1
- },
- "objectiveCompletionCount": 2,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 1
+ "templateId": "AthenaCharacter:cid_200_athena_commando_m_darkpaintballer",
+ "quantity": 1,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_challengecomplete",
+ "giftBoxFormatData": {}
+ }
},
{
- "templateId": "Quest:quest_br_visit_twonamedlocs_chain_01_d",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_Visit_TwoNamedLocs_Chain_01_B": {
- "templateId": "Quest:quest_br_visit_twonamedlocs_chain_01_b",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Week_003",
- "objectives": {
- "battlepass_visit_athena_location_paradisepalms_chain_01": 1,
- "battlepass_visit_athena_location_dustydivot_chain_01": 1
- },
- "objectiveCompletionCount": 2,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_visit_twonamedlocs_chain_01_c",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_Visit_TwoNamedLocs_Chain_01_A": {
- "templateId": "Quest:quest_br_visit_twonamedlocs_chain_01_a",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Week_003",
- "objectives": {
- "battlepass_visit_athena_location_riskyreels_chain_01": 1,
- "battlepass_visit_athena_location_wailingwoods_chain_01": 1
- },
- "objectiveCompletionCount": 2,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_visit_twonamedlocs_chain_01_b",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_3BiomeContext_Stage3_Interact_Chests_Jungle": {
- "templateId": "Quest:quest_br_3biomecontext_stage3_interact_chests_jungle",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Week_003",
- "objectives": {
- "athena_battlepass_destroy_athena_treesrockscars_trees": 5
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 2
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_3BiomeContext_Stage2_Interact_Ammoboxes_Snow": {
- "templateId": "Quest:quest_br_3biomecontext_stage2_interact_ammoboxes_snow",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Week_003",
- "objectives": {
- "athena_battlepass_destroy_athena_interact_ammoboxes_snow": 7
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Quest:quest_br_3biomecontext_stage3_interact_chests_jungle",
- "quantity": 1
- },
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 2
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_3BiomeContext_Stage1_Destroy_Cacti_Desert": {
- "templateId": "Quest:quest_br_3biomecontext_stage1_destroy_cacti_desert",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Week_003",
- "objectives": {
- "athena_battlepass_destroy_athena_cacti_desert": 30
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Quest:quest_br_3biomecontext_stage2_interact_ammoboxes_snow",
- "quantity": 1
- },
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_Use_Trap_SingleMatch": {
- "templateId": "Quest:quest_br_use_trap_singlematch",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Week_003",
- "objectives": {
- "battlepass_place_athena_trap_spike_singlematch": 1,
- "battlepass_place_athena_trap_mountedturret_singlematch": 1,
- "battlepass_place_athena_trap_launchpad_singlematch": 1,
- "battlepass_place_athena_trap_campfire_singlematch": 1
- },
- "objectiveCompletionCount": 2,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_Interact_ScavengerHunt_TreasureMap_02": {
- "templateId": "Quest:quest_br_interact_scavengerhunt_treasuremap_02",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Week_003",
- "objectives": {
- "battlepass_interact_athena_hidden_star_03": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_Interact_Chests_TwoLocations_02": {
- "templateId": "Quest:quest_br_interact_chests_twolocations_02",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Week_003",
- "objectives": {
- "battlepass_interact_chests_twolocations_02": 7
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_Damage_Headshot": {
- "templateId": "Quest:quest_br_damage_headshot",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Week_003",
- "objectives": {
- "battlepass_damage_athena_player_head_shots": 250
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_Eliminate_3Weapons_01": {
- "templateId": "Quest:quest_br_eliminate_3weapons_01",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Week_003",
- "objectives": {
- "battlepass_killingblow_athena_player_3weaps_smg": 1,
- "battlepass_killingblow_athena_player_3weaps_pistol": 1,
- "battlepass_killingblow_athena_player_3weaps_sniper": 1
- },
- "objectiveCompletionCount": 3,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_Land_Chain_02E": {
- "templateId": "Quest:quest_br_land_chain_02e",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Week_004",
- "objectives": {
- "battlepass_land_athena_location_paradise_chain_02e": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_Land_Chain_02D": {
- "templateId": "Quest:quest_br_land_chain_02d",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Week_004",
- "objectives": {
- "battlepass_land_athena_location_pleasant_chain_02d": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_land_chain_02e",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_Land_Chain_02C": {
- "templateId": "Quest:quest_br_land_chain_02c",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Week_004",
- "objectives": {
- "battlepass_land_athena_location_dusty_chain_02c": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_land_chain_02d",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_Land_Chain_02B": {
- "templateId": "Quest:quest_br_land_chain_02b",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Week_004",
- "objectives": {
- "battlepass_land_athena_location_wailing_chain_02b": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_land_chain_02c",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_Land_Chain_02A": {
- "templateId": "Quest:quest_br_land_chain_02a",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Week_004",
- "objectives": {
- "battlepass_land_athena_location_greasy_chain_02a": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_land_chain_02b",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_Use_Hamsterball": {
- "templateId": "Quest:quest_br_use_hamsterball",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Week_004",
- "objectives": {
- "battlepass_athena_use_hamsterball": 5
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_Eliminate_ScopedWeapon_and_SilencedWeapon": {
- "templateId": "Quest:quest_br_eliminate_scopedweapon_and_silencedweapon",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Week_004",
- "objectives": {
- "battlepass_damage_athena_player_silenced weapon": 1,
- "battlepass_damage_athena_player_scopedweapon": 1
- },
- "objectiveCompletionCount": 2,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_Destroy_Structure_AsCannonBall": {
- "templateId": "Quest:quest_br_destroy_structure_ascannonball",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Week_004",
- "objectives": {
- "battlepass_damage_athena_player_as_cannonball": 25
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_BuriedTreasure": {
- "templateId": "Quest:quest_br_buriedtreasure",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Week_004",
- "objectives": {
- "battlepass_use_find_buried_treasure": 2
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_Eliminate_TwoLocations_03": {
- "templateId": "Quest:quest_br_eliminate_twolocations_03",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Week_004",
- "objectives": {
- "battlepass_killingblow_athena_player_twolocations_happy_or_pleasant": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_Outlive_Opponents_Chain_3": {
- "templateId": "Quest:quest_br_outlive_opponents_chain_3",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Week_004",
- "objectives": {
- "quest_br_outlive_players_chain_3": 80
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 4
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_Outlive_Opponents_Chain_2": {
- "templateId": "Quest:quest_br_outlive_opponents_chain_2",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Week_004",
- "objectives": {
- "quest_br_outlive_players_chain_2": 70
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 3
- },
- {
- "templateId": "Quest:quest_br_outlive_opponents_chain_3",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_Outlive_90_Opponents": {
- "templateId": "Quest:quest_br_outlive_90_opponents",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Week_004",
- "objectives": {
- "quest_br_outlive_90_players_week4": 60
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 3
- },
- {
- "templateId": "Quest:quest_br_outlive_opponents_chain_2",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_Damage_ScopedWeapon": {
- "templateId": "Quest:quest_br_damage_scopedweapon",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Week_005",
- "objectives": {
- "battlepass_damage_athena_player_scoped_weapon": 200
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_Interact_Chests_TwoLocations_ParadiseShifty": {
- "templateId": "Quest:quest_br_interact_chests_twolocations_paradiseshifty",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Week_005",
- "objectives": {
- "battlepass_interact_athena_treasurechest_paradise_or_shifty": 7
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_RaceTrack_HamsterBall": {
- "templateId": "Quest:quest_br_racetrack_hamsterball",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Week_005",
- "objectives": {
- "athena_battlepass_complete_hamsterball_racetrack": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_Throw_BouncyBallToy_MinBounces": {
- "templateId": "Quest:quest_br_throw_bouncyballtoy_minbounces",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Week_005",
- "objectives": {
- "battlepass_athena_bouncyball_minbounces": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_Interact_ShieldItems_QuestChain_C": {
- "templateId": "Quest:quest_br_interact_shielditems_questchain_c",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Week_005",
- "objectives": {
- "athena_battlepass_shield_bigpot_chain3": 100
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 2
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_Interact_ShieldItems_QuestChain_B": {
- "templateId": "Quest:quest_br_interact_shielditems_questchain_b",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Week_005",
- "objectives": {
- "athena_battlepass_shield_minipot_chain2": 100
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 2
- },
- {
- "templateId": "Quest:quest_br_interact_shielditems_questchain_c",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_Interact_ShieldItems_QuestChain_A": {
- "templateId": "Quest:quest_br_interact_shielditems_questchain_a",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Week_005",
- "objectives": {
- "athena_battlepass_shield_mushrooms_chain1": 50
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_interact_shielditems_questchain_b",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_Geyser_Zipline_Vehicle_SingleMatch": {
- "templateId": "Quest:quest_br_geyser_zipline_vehicle_singlematch",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Week_005",
- "objectives": {
- "athena_battlepass_use_geyser_01": 1,
- "athena_battlepass_use_zipline_02": 1,
- "athena_battlepass_use_vehicle_01": 1
- },
- "objectiveCompletionCount": 3,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_Eliminate_Location_PirateCamps": {
- "templateId": "Quest:quest_br_eliminate_location_piratecamps",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Week_005",
- "objectives": {
- "battlepass_killingblow_athena_player_piratecamps": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_Visit_Animal": {
- "templateId": "Quest:quest_br_visit_animal",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Week_006",
- "objectives": {
- "battlepass_visit_athena_location_wooden_rabbit": 1,
- "battlepass_visit_athena_location_stone_pig": 1,
- "battlepass_visit_athena_location_metal_llama": 1
- },
- "objectiveCompletionCount": 3,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_Visit_Highest_Elevations": {
- "templateId": "Quest:quest_br_visit_highest_elevations",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Week_006",
- "objectives": {
- "battlepass_visit_highest_elevation_01": 1,
- "battlepass_visit_highest_elevation_02": 1,
- "battlepass_visit_highest_elevation_03": 1,
- "battlepass_visit_highest_elevation_04": 1,
- "battlepass_visit_highest_elevation_05": 1
- },
- "objectiveCompletionCount": 5,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_Eliminate_TwoLocations_05": {
- "templateId": "Quest:quest_br_eliminate_twolocations_05",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Week_006",
- "objectives": {
- "battlepass_killingblow_athena_player_twolocations_lazylagoon_or_frostyflights": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_Land_Chain_03E": {
- "templateId": "Quest:quest_br_land_chain_03e",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Week_006",
- "objectives": {
- "battlepass_land_athena_location_leaky_chain_02e": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_Land_Chain_03D": {
- "templateId": "Quest:quest_br_land_chain_03d",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Week_006",
- "objectives": {
- "battlepass_land_athena_location_haunted_chain_03d": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_land_chain_03e",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_Land_Chain_03C": {
- "templateId": "Quest:quest_br_land_chain_03c",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Week_006",
- "objectives": {
- "battlepass_land_athena_location_retail_chain_03c": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_land_chain_03d",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_Land_Chain_03B": {
- "templateId": "Quest:quest_br_land_chain_03b",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Week_006",
- "objectives": {
- "battlepass_land_athena_location_risky_chain_03b": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_land_chain_03c",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_Land_Chain_03A": {
- "templateId": "Quest:quest_br_land_chain_03a",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Week_006",
- "objectives": {
- "battlepass_land_athena_location_shifty_chain_03a": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_land_chain_03b",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_Interact_ScavengerHunt_TreasureMap_01": {
- "templateId": "Quest:quest_br_interact_scavengerhunt_treasuremap_01",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Week_006",
- "objectives": {
- "battlepass_interact_athena_hidden_star_01": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_Eliminate_Flintlock_Or_CompoundBow": {
- "templateId": "Quest:quest_br_eliminate_flintlock_or_compoundbow",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Week_006",
- "objectives": {
- "battlepass_eliminate_player_flintlock_or_compoundbow": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_Use_Different_Throwable_Items_SingleMatch": {
- "templateId": "Quest:quest_br_use_different_throwable_items_singlematch",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Week_006",
- "objectives": {
- "battlepass_ability_thrown_item_explosivegrenade": 1,
- "battlepass_ability_thrown_item_dynamite": 1,
- "battlepass_ability_thrown_item_gasgrenade": 1,
- "battlepass_ability_thrown_item_stickygrenade": 1,
- "battlepass_ability_thrown_item_dancegrenade": 1,
- "battlepass_ability_thrown_item_portafortgrenade": 1,
- "battlepass_ability_thrown_item_present": 1,
- "battlepass_ability_thrown_item_bottlerocket": 1,
- "battlepass_ability_thrown_item_sneakysnowman": 1,
- "battlepass_ability_thrown_item_boombox": 1,
- "battlepass_ability_thrown_item_chillergrenade": 1,
- "battlepass_ability_thrown_item_impulsegrenade": 1,
- "battlepass_ability_thrown_item_c4": 1
- },
- "objectiveCompletionCount": 2,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_Damage_Pickaxe": {
- "templateId": "Quest:quest_br_damage_pickaxe",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Week_007",
- "objectives": {
- "battlepass_damage_athena_player_pickaxe": 200
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_Visit_TwoNamedLocs_Chain_04_C": {
- "templateId": "Quest:quest_br_visit_twonamedlocs_chain_04_c",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Week_007",
- "objectives": {
- "battlepass_visit_athena_location_haunted_chain_04": 1,
- "battlepass_visit_athena_location_wailing_chain_04": 1
- },
- "objectiveCompletionCount": 2,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 2
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_Visit_TwoNamedLocs_Chain_04_B": {
- "templateId": "Quest:quest_br_visit_twonamedlocs_chain_04_b",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Week_007",
- "objectives": {
- "battlepass_visit_athena_location_junk_chain_04": 1,
- "battlepass_visit_athena_location_lootlake_chain_04": 1
- },
- "objectiveCompletionCount": 2,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 2
- },
- {
- "templateId": "Quest:quest_br_visit_twonamedlocs_chain_04_c",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_Visit_TwoNamedLocs_Chain_04_A": {
- "templateId": "Quest:quest_br_visit_twonamedlocs_chain_04_a",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Week_007",
- "objectives": {
- "battlepass_visit_athena_location_paradise_chain_04": 1,
- "battlepass_visit_athena_location_salty_chain_04": 1
- },
- "objectiveCompletionCount": 2,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_visit_twonamedlocs_chain_04_b",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_Visit_PirateCamps_SingleMatch": {
- "templateId": "Quest:quest_br_visit_piratecamps_singlematch",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Week_007",
- "objectives": {
- "battlepass_visit_athena_piratecamp_singlematch_01": 1,
- "battlepass_visit_athena_piratecamp_singlematch_02": 1,
- "battlepass_visit_athena_piratecamp_singlematch_03": 1,
- "battlepass_visit_athena_piratecamp_singlematch_04": 1,
- "battlepass_visit_athena_piratecamp_singlematch_05": 1,
- "battlepass_visit_athena_piratecamp_singlematch_06": 1,
- "battlepass_visit_athena_piratecamp_singlematch_07": 1
- },
- "objectiveCompletionCount": 3,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_Damage_From_Above": {
- "templateId": "Quest:quest_br_damage_from_above",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Week_007",
- "objectives": {
- "battlepass_damage_athena_player_from_above": 500
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_Interact_Chests_TwoLocations_03": {
- "templateId": "Quest:quest_br_interact_chests_twolocations_03",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Week_007",
- "objectives": {
- "battlepass_interact_chests_twolocations_loot_or_snobby": 7
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_Damage_Chain_Zipline_B": {
- "templateId": "Quest:quest_br_damage_chain_zipline_b",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Week_007",
- "objectives": {
- "battlepass_damage_athena_player_zipline_who_are_riding_chain": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_Damage_Chain_Zipline_A": {
- "templateId": "Quest:quest_br_damage_chain_zipline_a",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Week_007",
- "objectives": {
- "battlepass_damage_athena_player_zipline_while_riding_chain": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 5
- },
- {
- "templateId": "Quest:quest_br_damage_chain_zipline_b",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_Eliminate_Location_Different": {
- "templateId": "Quest:quest_br_eliminate_location_different",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Week_007",
- "objectives": {
- "battlepass_killingblow_athena_player_different_junkjunction": 1,
- "battlepass_killingblow_athena_player_different_hauntedhills": 1,
- "battlepass_killingblow_athena_player_different_pleasantpartk": 1,
- "battlepass_killingblow_athena_player_different_lootlake": 1,
- "battlepass_killingblow_athena_player_different_lazylinks": 1,
- "battlepass_killingblow_athena_player_different_tomatotemple": 1,
- "battlepass_killingblow_athena_player_different_riskyreels": 1,
- "battlepass_killingblow_athena_player_different_wailingwoods": 1,
- "battlepass_killingblow_athena_player_different_snobbyshores": 1,
- "battlepass_killingblow_athena_player_different_greasygrove": 1,
- "battlepass_killingblow_athena_player_different_tiltedtowers": 1,
- "battlepass_killingblow_athena_player_different_shiftyshafts": 1,
- "battlepass_killingblow_athena_player_different_dustydivot": 1,
- "battlepass_killingblow_athena_player_different_saltysprings": 1,
- "battlepass_killingblow_athena_player_different_retailrow": 1,
- "battlepass_killingblow_athena_player_different_lonelylodge": 1,
- "battlepass_killingblow_athena_player_different_flushfactory": 1,
- "battlepass_killingblow_athena_player_different_luckylanding": 1,
- "battlepass_killingblow_athena_player_different_fatalfields": 1,
- "battlepass_killingblow_athena_player_different_paradisepalms": 1
- },
- "objectiveCompletionCount": 5,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_Interact_ScavengerHunt_TreasureMap_04": {
- "templateId": "Quest:quest_br_interact_scavengerhunt_treasuremap_04",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Week_008",
- "objectives": {
- "battlepass_interact_athena_hidden_star_07": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_Interact_ScavengerHunt_TreasureMap_Chain_01a": {
- "templateId": "Quest:quest_br_interact_scavengerhunt_treasuremap_chain_01a",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Week_008",
- "objectives": {
- "battlepass_interact_athena_treasuremap_chain_01a": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 2
- },
- {
- "templateId": "Quest:quest_br_interact_scavengerhunt_treasuremap_04",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_Use_VendingMachine": {
- "templateId": "Quest:quest_br_use_vendingmachine",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Week_008",
- "objectives": {
- "battlepass_interact_athena_vendingmachine": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_Damage_While_Using_Balloon": {
- "templateId": "Quest:quest_br_damage_while_using_balloon",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Week_008",
- "objectives": {
- "battlepass_damage_opponents_while_using_balloon": 100
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_Interact_JigsawPuzzle": {
- "templateId": "Quest:quest_br_interact_jigsawpuzzle",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Week_008",
- "objectives": {
- "battlepass_interact_athena_pieces_01": 1,
- "battlepass_interact_athena_pieces_02": 1,
- "battlepass_interact_athena_pieces_03": 1,
- "battlepass_interact_athena_pieces_04": 1,
- "battlepass_interact_athena_pieces_05": 1,
- "battlepass_interact_athena_pieces_06": 1,
- "battlepass_interact_athena_pieces_07": 1,
- "battlepass_interact_athena_pieces_08": 1,
- "battlepass_interact_athena_pieces_09": 1,
- "battlepass_interact_athena_pieces_10": 1,
- "battlepass_interact_athena_fortnite_letters_11": 1,
- "battlepass_interact_athena_pieces_12": 1,
- "battlepass_interact_athena_pieces_13": 1,
- "battlepass_interact_athena_pieces_14": 1,
- "battlepass_interact_athena_pieces_15": 1,
- "battlepass_interact_athena_pieces_16": 1,
- "battlepass_interact_athena_pieces_17": 1,
- "battlepass_interact_athena_pieces_18": 1,
- "battlepass_interact_athena_pieces_19": 1,
- "battlepass_interact_athena_pieces_20": 1
- },
- "objectiveCompletionCount": 7,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_PhoneChain_Pizza": {
- "templateId": "Quest:quest_br_phonechain_pizza",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Week_008",
- "objectives": {
- "battlepass_bigphone_chain_input_2": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 3
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_PhoneChain_Durrr": {
- "templateId": "Quest:quest_br_phonechain_durrr",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Week_008",
- "objectives": {
- "battlepass_bigphone_chain_input_1": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 2
- },
- {
- "templateId": "Quest:quest_br_phonechain_pizza",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_Eliminate_TwoLocations_04": {
- "templateId": "Quest:quest_br_eliminate_twolocations_04",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Week_008",
- "objectives": {
- "battlepass_killingblow_athena_player_twolocations_junk_or_retail": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_Eliminate_50m": {
- "templateId": "Quest:quest_br_eliminate_50m",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Week_008",
- "objectives": {
- "battlepass_killingblow_athena_players_50m_distance": 2
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_Land_Chain_04E": {
- "templateId": "Quest:quest_br_land_chain_04e",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Week_009",
- "objectives": {
- "battlepass_land_athena_location_dustydivot_04e": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_Land_Chain_04D": {
- "templateId": "Quest:quest_br_land_chain_04d",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Week_009",
- "objectives": {
- "battlepass_land_athena_location_shiftyshafts_04d": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_land_chain_04e",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_Land_Chain_04C": {
- "templateId": "Quest:quest_br_land_chain_04c",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Week_009",
- "objectives": {
- "battlepass_land_athena_location_hauntedhills_04c": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_land_chain_04d",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_Land_Chain_04B": {
- "templateId": "Quest:quest_br_land_chain_04b",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Week_009",
- "objectives": {
- "battlepass_land_athena_location_frostyflights_04b": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_land_chain_04c",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_Land_Chain_04A": {
- "templateId": "Quest:quest_br_land_chain_04a",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Week_009",
- "objectives": {
- "battlepass_land_athena_location_retail_04a": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_land_chain_04b",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_Interact_Chests_TwoLocations_04": {
- "templateId": "Quest:quest_br_interact_chests_twolocations_04",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Week_009",
- "objectives": {
- "battlepass_interact_chests_twolocations_polar_or_lonely": 7
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_Use_Geyser_MultipleBeforeLanding": {
- "templateId": "Quest:quest_br_use_geyser_multiplebeforelanding",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Week_009",
- "objectives": {
- "battlepass_use_item_geyser_multiple_before_landing": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_Dance_Chain_04_C": {
- "templateId": "Quest:quest_br_dance_chain_04_c",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Week_009",
- "objectives": {
- "battlepass_dance_chain_athena_scavengerhunt_locations_04_c": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 2
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_Dance_Chain_04_B": {
- "templateId": "Quest:quest_br_dance_chain_04_b",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Week_009",
- "objectives": {
- "battlepass_dance_chain_athena_scavengerhunt_locations_04_b": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 2
- },
- {
- "templateId": "Quest:quest_br_dance_chain_04_c",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_Dance_Chain_04_A": {
- "templateId": "Quest:quest_br_dance_chain_04_a",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Week_009",
- "objectives": {
- "battlepass_dance_chain_athena_scavengerhunt_locations_04_a": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_dance_chain_04_b",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_Damage_Below": {
- "templateId": "Quest:quest_br_damage_below",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Week_009",
- "objectives": {
- "battlepass_damage_athena_player_below": 500
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_Use_SecondChanceMachine_ReviveTeammate": {
- "templateId": "Quest:quest_br_use_secondchancemachine_reviveteammate",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Week_009",
- "objectives": {
- "battlepass_use_second_chance_machine_revive_teammate": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_Eliminate": {
- "templateId": "Quest:quest_br_eliminate",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Week_009",
- "objectives": {
- "battlepass_killingblow_athena_players": 10
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_Touch_FlamingRings_Cannon": {
- "templateId": "Quest:quest_br_touch_flamingrings_cannon",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Week_010",
- "objectives": {
- "battlepass_touch_flamingrings_cannon_01": 1,
- "battlepass_touch_flamingrings_cannon_02": 1,
- "battlepass_touch_flamingrings_cannon_03": 1,
- "battlepass_touch_flamingrings_cannon_04": 1,
- "battlepass_touch_flamingrings_cannon_05": 1,
- "battlepass_touch_flamingrings_cannon_06": 1,
- "battlepass_touch_flamingrings_cannon_07": 1
- },
- "objectiveCompletionCount": 3,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_Chain_Collect_BuildingResources_SingleMatch_03": {
- "templateId": "Quest:quest_br_chain_collect_buildingresources_singlematch_03",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Week_010",
- "objectives": {
- "battlepass_collect_building_resources_metal_singlematch": 300
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 2
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_Chain_Collect_BuildingResources_SingleMatch_02": {
- "templateId": "Quest:quest_br_chain_collect_buildingresources_singlematch_02",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Week_010",
- "objectives": {
- "battlepass_collect_building_resources_stone_singlematch": 400
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_chain_collect_buildingresources_singlematch_03",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_Chain_Collect_BuildingResources_SingleMatch_01": {
- "templateId": "Quest:quest_br_chain_collect_buildingresources_singlematch_01",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Week_010",
- "objectives": {
- "battlepass_collect_building_resources_wood_singlematch": 500
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 2
- },
- {
- "templateId": "Quest:quest_br_chain_collect_buildingresources_singlematch_02",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_Eliminate_TwoLocations_06": {
- "templateId": "Quest:quest_br_eliminate_twolocations_06",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Week_010",
- "objectives": {
- "battlepass_killingblow_athena_player_twolocations_tiltedtowers_or_theblock": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_Damage_Infantry_or_Heavy": {
- "templateId": "Quest:quest_br_damage_infantry_or_heavy",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Week_010",
- "objectives": {
- "battlepass_damage_athena_player_infantry_or_heavy": 500
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_Interact_ScavengerHunt_TreasureMap_05": {
- "templateId": "Quest:quest_br_interact_scavengerhunt_treasuremap_05",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Week_010",
- "objectives": {
- "battlepass_interact_athena_hidden_star_09": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_Interact_ScavengerHunt_TreasureMap_Chain_02a": {
- "templateId": "Quest:quest_br_interact_scavengerhunt_treasuremap_chain_02a",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Week_010",
- "objectives": {
- "battlepass_interact_athena_treasuremap_chain_02a": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 2
- },
- {
- "templateId": "Quest:quest_br_interact_scavengerhunt_treasuremap_05",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_Damage_After_VolcanoVent": {
- "templateId": "Quest:quest_br_damage_after_volcanovent",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Week_010",
- "objectives": {
- "battlepass_place_athena_damage_after_volcano_vent": 100
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_Eliminate_MaxDistance": {
- "templateId": "Quest:quest_br_eliminate_maxdistance",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Week_010",
- "objectives": {
- "battlepass_killingblow_athena_players_maxdistance": 2
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_S8_Pirate_Gain_SeasonXP_01": {
- "templateId": "Quest:quest_br_s8_pirate_gain_seasonxp_01",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Pirate",
- "objectives": {
- "athena_season_xp_gained": 10000
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "CosmeticVariantToken:vtid_133_pirate_stageb",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_S8_Pirate_Gain_SeasonXP_02": {
- "templateId": "Quest:quest_br_s8_pirate_gain_seasonxp_02",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Pirate",
- "objectives": {
- "athena_season_xp_gained": 40000
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "CosmeticVariantToken:vtid_134_pirate_stagec",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_S8_Pirate_Gain_SeasonXP_03": {
- "templateId": "Quest:quest_br_s8_pirate_gain_seasonxp_03",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Pirate",
- "objectives": {
- "athena_season_xp_gained": 80000
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "CosmeticVariantToken:vtid_135_pirate_staged",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_S8_Pirate_Gain_SeasonXP_04": {
- "templateId": "Quest:quest_br_s8_pirate_gain_seasonxp_04",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Pirate",
- "objectives": {
- "athena_season_xp_gained": 120000
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AthenaPickaxe:pickaxe_id_163_pirateoctopus",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_S8_Pirate_Gain_SeasonXP_05": {
- "templateId": "Quest:quest_br_s8_pirate_gain_seasonxp_05",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Pirate",
- "objectives": {
- "athena_season_xp_gained": 160000
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "CosmeticVariantToken:vtid_136_pirate_stagee",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_S8_Pirate_Gain_SeasonXP_06": {
- "templateId": "Quest:quest_br_s8_pirate_gain_seasonxp_06",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Pirate",
- "objectives": {
- "athena_season_xp_gained": 200000
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "CosmeticVariantToken:vtid_137_pirate_stagef",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_S8_Pirate_Gain_SeasonXP_07": {
- "templateId": "Quest:quest_br_s8_pirate_gain_seasonxp_07",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Pirate",
- "objectives": {
- "athena_season_xp_gained": 240000
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "CosmeticVariantToken:vtid_138_pirate_stageg",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_S8_Pirate_Gain_SeasonXP_08": {
- "templateId": "Quest:quest_br_s8_pirate_gain_seasonxp_08",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Pirate",
- "objectives": {
- "athena_season_xp_gained": 280000
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "CosmeticVariantToken:vtid_139_pirate_stageh",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_S8_Pirate_Gain_SeasonXP_09": {
- "templateId": "Quest:quest_br_s8_pirate_gain_seasonxp_09",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Pirate",
- "objectives": {
- "athena_season_xp_gained": 320000
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AthenaBackpack:bid_216_pirateprogressive",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_S8_Pirate_Complete_WeeklyChallenges_01": {
- "templateId": "Quest:quest_br_s8_pirate_complete_weeklychallenges_01",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Pirate",
- "objectives": {
- "athena_pirate_complete_weeklychallenges_01": 10
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "CosmeticVariantToken:vtid_140_pirate_clothingb",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_S8_Pirate_Complete_WeeklyChallenges_02": {
- "templateId": "Quest:quest_br_s8_pirate_complete_weeklychallenges_02",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Pirate",
- "objectives": {
- "athena_pirate_complete_weeklychallenges_02": 25
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "CosmeticVariantToken:vtid_141_pirate_clothingc",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_S8_Pirate_Complete_WeeklyChallenges_03": {
- "templateId": "Quest:quest_br_s8_pirate_complete_weeklychallenges_03",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Pirate",
- "objectives": {
- "athena_pirate_complete_weeklychallenges_03": 45
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "CosmeticVariantToken:vtid_142_pirate_clothingd",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_S8_DragonNinja_Gain_SeasonXP_01": {
- "templateId": "Quest:quest_br_s8_dragonninja_gain_seasonxp_01",
- "challenge_bundle_id": "QS08-QuestBundle_S8_DragonNinja",
- "objectives": {
- "athena_season_xp_gained": 20000
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AthenaPickaxe:pickaxe_id_164_dragonninja",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_S8_DragonNinja_Gain_SeasonXP_02": {
- "templateId": "Quest:quest_br_s8_dragonninja_gain_seasonxp_02",
- "challenge_bundle_id": "QS08-QuestBundle_S8_DragonNinja",
- "objectives": {
- "athena_season_xp_gained": 60000
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "CosmeticVariantToken:vtid_143_dragonninja_stageb",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_S8_DragonNinja_Gain_SeasonXP_03": {
- "templateId": "Quest:quest_br_s8_dragonninja_gain_seasonxp_03",
- "challenge_bundle_id": "QS08-QuestBundle_S8_DragonNinja",
- "objectives": {
- "athena_season_xp_gained": 100000
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "CosmeticVariantToken:vtid_149_dragonninja_dragonskinb",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_S8_DragonNinja_Gain_SeasonXP_04": {
- "templateId": "Quest:quest_br_s8_dragonninja_gain_seasonxp_04",
- "challenge_bundle_id": "QS08-QuestBundle_S8_DragonNinja",
- "objectives": {
- "athena_season_xp_gained": 140000
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athenatoken_brseason08_dragonninja_pickaxestyles",
- "quantity": 1
- }
- ],
- "hiddenRewards": [
- {
- "templateId": "CosmeticVariantToken:vtid_152_dragonninja_pickaxeb",
- "quantity": 1
- },
- {
- "templateId": "CosmeticVariantToken:vtid_153_dragonninja_pickaxec",
- "quantity": 1
- },
- {
- "templateId": "CosmeticVariantToken:vtid_154_dragonninja_pickaxed",
- "quantity": 1
- }
- ],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_S8_DragonNinja_Gain_SeasonXP_05": {
- "templateId": "Quest:quest_br_s8_dragonninja_gain_seasonxp_05",
- "challenge_bundle_id": "QS08-QuestBundle_S8_DragonNinja",
- "objectives": {
- "athena_season_xp_gained": 180000
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "CosmeticVariantToken:vtid_144_dragonninja_stagec",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_S8_DragonNinja_Gain_SeasonXP_06": {
- "templateId": "Quest:quest_br_s8_dragonninja_gain_seasonxp_06",
- "challenge_bundle_id": "QS08-QuestBundle_S8_DragonNinja",
- "objectives": {
- "athena_season_xp_gained": 220000
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "CosmeticVariantToken:vtid_150_dragonninja_dragonskinc",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_S8_DragonNinja_Gain_SeasonXP_07": {
- "templateId": "Quest:quest_br_s8_dragonninja_gain_seasonxp_07",
- "challenge_bundle_id": "QS08-QuestBundle_S8_DragonNinja",
- "objectives": {
- "athena_season_xp_gained": 260000
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AthenaDance:eid_shinobi",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_S8_DragonNinja_Gain_SeasonXP_08": {
- "templateId": "Quest:quest_br_s8_dragonninja_gain_seasonxp_08",
- "challenge_bundle_id": "QS08-QuestBundle_S8_DragonNinja",
- "objectives": {
- "athena_season_xp_gained": 300000
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "CosmeticVariantToken:vtid_151_dragonninja_dragonskind",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_S8_DragonNinja_Gain_SeasonXP_09": {
- "templateId": "Quest:quest_br_s8_dragonninja_gain_seasonxp_09",
- "challenge_bundle_id": "QS08-QuestBundle_S8_DragonNinja",
- "objectives": {
- "athena_season_xp_gained": 340000
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "CosmeticVariantToken:vtid_145_dragonninja_staged",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_S8_DragonNinja_Complete_WeeklyChallenges_01": {
- "templateId": "Quest:quest_br_s8_dragonninja_complete_weeklychallenges_01",
- "challenge_bundle_id": "QS08-QuestBundle_S8_DragonNinja",
- "objectives": {
- "athena_dragonninja_complete_weeklychallenges_01": 15
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "CosmeticVariantToken:vtid_146_dragonninja_clothingb",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_S8_DragonNinja_Complete_WeeklyChallenges_02": {
- "templateId": "Quest:quest_br_s8_dragonninja_complete_weeklychallenges_02",
- "challenge_bundle_id": "QS08-QuestBundle_S8_DragonNinja",
- "objectives": {
- "athena_dragonninja_complete_weeklychallenges_02": 35
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "CosmeticVariantToken:vtid_147_dragonninja_clothingc",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_S8_DragonNinja_Complete_WeeklyChallenges_03": {
- "templateId": "Quest:quest_br_s8_dragonninja_complete_weeklychallenges_03",
- "challenge_bundle_id": "QS08-QuestBundle_S8_DragonNinja",
- "objectives": {
- "athena_dragonninja_complete_weeklychallenges_03": 60
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "CosmeticVariantToken:vtid_148_dragonninja_clothingd",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_Ruin_Destroy_Trees": {
- "templateId": "Quest:quest_br_ruin_destroy_trees",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Cumulative_Ruin",
- "objectives": {
- "athena_battlepass_ruin_destroy_athena_trees": 50
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_Ruin_Destroy_Rocks": {
- "templateId": "Quest:quest_br_ruin_destroy_rocks",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Cumulative_Ruin",
- "objectives": {
- "athena_battlepass_ruin_destroy_athena_rocks": 35
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_Ruin_Destroy_Cars": {
- "templateId": "Quest:quest_br_ruin_destroy_cars",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Cumulative_Ruin",
- "objectives": {
- "athena_battlepass_ruin_destroy_athena_cars": 20
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_Ruin_Damage_Enemy_Structures": {
- "templateId": "Quest:quest_br_ruin_damage_enemy_structures",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Cumulative_Ruin",
- "objectives": {
- "battlepass_damage_ruin_athena_enemy_building": 10000
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_Ruin_Outlast": {
- "templateId": "Quest:quest_br_ruin_outlast",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Cumulative_Ruin",
- "objectives": {
- "athena_battlepass_ruin_outlast": 1000
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_Ruin_Complete_Daily_Challenges": {
- "templateId": "Quest:quest_br_ruin_complete_daily_challenges",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Cumulative_Ruin",
- "objectives": {
- "athena_battlepass_ruin_complete_daily_challenges_01": 5
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_S8_Shiny_Outlive_01": {
- "templateId": "Quest:quest_br_s8_shiny_outlive_01",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Shiny",
- "objectives": {
- "athena_shiny_outlive_01": 500
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AthenaPickaxe:pickaxe_id_166_shiny",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_S8_Shiny_Outlive_02": {
- "templateId": "Quest:quest_br_s8_shiny_outlive_02",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Shiny",
- "objectives": {
- "athena_shiny_outlive_02": 1000
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "CosmeticVariantToken:vtid_155_shiny_clothingb",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_S8_Shiny_Outlive_03": {
- "templateId": "Quest:quest_br_s8_shiny_outlive_03",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Shiny",
- "objectives": {
- "athena_shiny_outlive_03": 2500
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AthenaBackpack:bid_217_shinyfemale",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_S8_Shiny_Outlive_04": {
- "templateId": "Quest:quest_br_s8_shiny_outlive_04",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Shiny",
- "objectives": {
- "athena_shiny_outlive_04": 7500
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "CosmeticVariantToken:vtid_156_shiny_clothingc",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_S8_Shiny_Outlive_05": {
- "templateId": "Quest:quest_br_s8_shiny_outlive_05",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Shiny",
- "objectives": {
- "athena_shiny_outlive_05": 15000
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AthenaDance:eid_shiny",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS08-Quest_BR_S8_Shiny_Outlive_06": {
- "templateId": "Quest:quest_br_s8_shiny_outlive_06",
- "challenge_bundle_id": "QS08-QuestBundle_S8_Shiny",
- "objectives": {
- "athena_shiny_outlive_06": 25000
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "CosmeticVariantToken:vtid_157_shiny_clothingd",
- "quantity": 1
- },
- {
- "templateId": "CosmeticVariantToken:vtid_158_shiny_backblingb",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
+ "templateId": "AthenaBackpack:bid_100_darkpaintballer",
+ "quantity": 1,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_challengecomplete",
+ "giftBoxFormatData": {}
+ }
+ }
+ ]
+ }
+ },
+ "QS05-QuestBundle_S5_ProgressiveA": {
+ "templateId": "ChallengeBundle:questbundle_s5_progressivea",
+ "challenge_bundle_schedule_id": "QS05-Season5_ProgressiveA_Schedule",
+ "grantedquestinstanceids": [
+ "QS05-Quest_BR_S5_Gain_SeasonXP_ProgressiveA_01",
+ "QS05-Quest_BR_S5_Gain_SeasonXP_ProgressiveA_02",
+ "QS05-Quest_BR_S5_Gain_SeasonXP_ProgressiveA_03",
+ "QS05-Quest_BR_S5_Gain_SeasonXP_ProgressiveA_04",
+ "QS05-Quest_BR_S5_Gain_SeasonXP_ProgressiveA_05"
+ ],
+ "completionRewards": {
+ "4": [
+ {
+ "templateId": "AthenaPickaxe:pickaxe_id_068_drift",
+ "quantity": 1,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_challengecomplete",
+ "giftBoxFormatData": {}
+ }
+ }
+ ]
+ }
+ },
+ "QS05-QuestBundle_S5_ProgressiveB": {
+ "templateId": "ChallengeBundle:questbundle_s5_progressiveb",
+ "challenge_bundle_schedule_id": "QS05-Season5_ProgressiveB_Schedule",
+ "grantedquestinstanceids": [
+ "QS05-Quest_BR_S5_Gain_SeasonXP_ProgressiveB_01",
+ "QS05-Quest_BR_S5_Gain_SeasonXP_ProgressiveB_02",
+ "QS05-Quest_BR_S5_Gain_SeasonXP_ProgressiveB_03",
+ "QS05-Quest_BR_S5_Gain_SeasonXP_ProgressiveB_04",
+ "QS05-Quest_BR_S5_Gain_SeasonXP_ProgressiveB_05"
+ ],
+ "completionRewards": {
+ "4": [
+ {
+ "templateId": "AthenaPickaxe:pickaxe_id_069_darkviking",
+ "quantity": 1,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_challengecomplete",
+ "giftBoxFormatData": {}
+ }
+ }
+ ]
+ }
+ },
+ "QS05-QuestBundle_Birthday2018_BR": {
+ "templateId": "ChallengeBundle:questbundle_birthday2018_br",
+ "challenge_bundle_schedule_id": "QS05-Schedule_Birthday2018_BR",
+ "grantedquestinstanceids": [
+ "QS05-Quest_BR_Play_Birthday",
+ "QS05-Quest_BR_Damage_Birthday",
+ "QS05-Quest_BR_Dance_ScavengerHunt_BirthdayCakes"
+ ],
+ "completionRewards": {
+ "-1": [
+ {
+ "templateId": "AthenaBackpack:bid_084_birthday2018",
+ "quantity": 1,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_birthdaychallengecomplete",
+ "giftBoxFormatData": {}
+ }
+ }
+ ]
}
}
},
- "Season09": {
- "ChallengeBundleSchedules": {
- "QS09-Schedule_14DaysOfSummer": {
- "templateId": "ChallengeBundleSchedule:schedule_14daysofsummer",
- "granted_bundles": [
- "QS09-QuestBundle_14DaysOfSummer"
- ]
+ "Quests": {
+ "QS05-Quest_BR_Heist_Play_Matches": {
+ "templateId": "Quest:quest_br_heist_play_matches",
+ "challenge_bundle_id": "QS05-QuestBundle_LTM_Heist",
+ "objectives": {
+ "ltm_heistbundle_athena_play_matches": 10
},
- "QS09-Schedule_LTM_Mash": {
- "templateId": "ChallengeBundleSchedule:schedule_ltm_mash",
- "granted_bundles": [
- "QS09-QuestBundle_LTM_Mash"
- ]
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 5000
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS05-Quest_BR_Heist_Damage_DiamondCarriers": {
+ "templateId": "Quest:quest_br_heist_damage_diamondcarriers",
+ "challenge_bundle_id": "QS05-QuestBundle_LTM_Heist",
+ "objectives": {
+ "ltm_heistbundle_damage_athena_player_withdiamond": 500
},
- "QS09-Schedule_LTM_Wax": {
- "templateId": "ChallengeBundleSchedule:schedule_ltm_wax",
- "granted_bundles": [
- "QS09-QuestBundle_LTM_Wax"
- ]
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaDance:spid_044_bling",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS05-Quest_BR_Heist_PickupDiamond_DifferentMatches": {
+ "templateId": "Quest:quest_br_heist_pickupdiamond_differentmatches",
+ "challenge_bundle_id": "QS05-QuestBundle_LTM_Heist",
+ "objectives": {
+ "ltm_heistbundle_athena_pickupdiamond_differentmatches": 5
},
- "QS09-Season9_Architect_Schedule": {
- "templateId": "ChallengeBundleSchedule:season9_architect_schedule",
- "granted_bundles": [
- "QS09-QuestBundle_S9_Architect"
- ]
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaSkyDiveContrail:trails_id_021_bling",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS05-Quest_BR_Damage_SMG": {
+ "templateId": "Quest:quest_br_damage_smg",
+ "challenge_bundle_id": "QS05-QuestBundle_S5_Week_001",
+ "objectives": {
+ "battlepass_damage_athena_player_smg": 500
},
- "QS09-Season9_BattleSuit_Schedule": {
- "templateId": "ChallengeBundleSchedule:season9_battlesuit_schedule",
- "granted_bundles": [
- "QS09-QuestBundle_S9_BattleSuit"
- ]
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS05-Quest_BR_Interact_SupplyLlamas": {
+ "templateId": "Quest:quest_br_interact_supplyllamas",
+ "challenge_bundle_id": "QS05-QuestBundle_S5_Week_001",
+ "objectives": {
+ "battlepass_open_athena_supply_llama": 1
},
- "QS09-Season9_BountyHunter_Schedule": {
- "templateId": "ChallengeBundleSchedule:season9_bountyhunter_schedule",
- "granted_bundles": [
- "QS09-QuestBundle_S9_BountyHunter"
- ]
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS05-Quest_BR_Eliminate_ThrownWeapon": {
+ "templateId": "Quest:quest_br_eliminate_thrownweapon",
+ "challenge_bundle_id": "QS05-QuestBundle_S5_Week_001",
+ "objectives": {
+ "battlepass_killingblow_athena_player_with_thrownweapon": 3
},
- "QS09-Season9_BunkerMan_Schedule": {
- "templateId": "ChallengeBundleSchedule:season9_bunkerman_schedule",
- "granted_bundles": [
- "QS09-QuestBundle_S9_BunkerMan"
- ]
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS05-Quest_BR_Interact_Chests_Location_SnobbyShores": {
+ "templateId": "Quest:quest_br_interact_chests_location_snobbyshores",
+ "challenge_bundle_id": "QS05-QuestBundle_S5_Week_001",
+ "objectives": {
+ "battlepass_interact_athena_treasurechest_snobbyshores": 7
},
- "QS09-Season9_Cumulative_Schedule": {
- "templateId": "ChallengeBundleSchedule:season9_cumulative_schedule",
- "granted_bundles": [
- "QS09-QuestBundle_S9_Cumulative"
- ]
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS05-Quest_BR_Interact_Floating_Object": {
+ "templateId": "Quest:quest_br_interact_floating_object",
+ "challenge_bundle_id": "QS05-QuestBundle_S5_Week_001",
+ "objectives": {
+ "battlepass_athena_generic_collect_a_01": 1,
+ "battlepass_athena_generic_collect_a_02": 1,
+ "battlepass_athena_generic_collect_a_03": 1,
+ "battlepass_athena_generic_collect_a_04": 1,
+ "battlepass_athena_generic_collect_a_05": 1,
+ "battlepass_athena_generic_collect_a_06": 1,
+ "battlepass_athena_generic_collect_a_07": 1,
+ "battlepass_athena_generic_collect_a_08": 1,
+ "battlepass_athena_generic_collect_a_09": 1,
+ "battlepass_athena_generic_collect_a_10": 1,
+ "battlepass_athena_generic_collect_a_11": 1,
+ "battlepass_athena_generic_collect_a_12": 1,
+ "battlepass_athena_generic_collect_a_13": 1,
+ "battlepass_athena_generic_collect_a_14": 1,
+ "battlepass_athena_generic_collect_a_15": 1,
+ "battlepass_athena_generic_collect_a_16": 1,
+ "battlepass_athena_generic_collect_a_17": 1,
+ "battlepass_athena_generic_collect_a_18": 1,
+ "battlepass_athena_generic_collect_a_19": 1,
+ "battlepass_athena_generic_collect_a_20": 1
},
- "QS09-Season9_Fortbyte_Loadingscreen_Schedule": {
- "templateId": "ChallengeBundleSchedule:season9_fortbyte_loadingscreen_schedule",
- "granted_bundles": [
- "QS09-QuestBundle_S9_Fortbyte_LoadingScreen"
- ]
+ "objectiveCompletionCount": 7,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS05-Quest_BR_Interact_ScavengerHunt_TreasureMap_01": {
+ "templateId": "Quest:quest_br_interact_scavengerhunt_treasuremap_01",
+ "challenge_bundle_id": "QS05-QuestBundle_S5_Week_001",
+ "objectives": {
+ "battlepass_interact_athena_hidden_star_01": 1
},
- "QS09-Season9_Fortbyte_Schedule": {
- "templateId": "ChallengeBundleSchedule:season9_fortbyte_schedule",
- "granted_bundles": [
- "QS09-QuestBundle_S9_Fortbyte"
- ]
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS05-Quest_BR_Eliminate_Location_RetailRow": {
+ "templateId": "Quest:quest_br_eliminate_location_retailrow",
+ "challenge_bundle_id": "QS05-QuestBundle_S5_Week_001",
+ "objectives": {
+ "battlepass_killingblow_athena_player_retailrow": 3
},
- "QS09-Season9_Free_Schedule": {
- "templateId": "ChallengeBundleSchedule:season9_free_schedule",
- "granted_bundles": [
- "QS09-QuestBundle_S9_Week_001",
- "QS09-QuestBundle_S9_Week_002",
- "QS09-QuestBundle_S9_Week_003",
- "QS09-QuestBundle_S9_Week_004",
- "QS09-QuestBundle_S9_Week_005",
- "QS09-QuestBundle_S9_Week_006",
- "QS09-QuestBundle_S9_Week_007",
- "QS09-QuestBundle_S9_Week_008",
- "QS09-QuestBundle_S9_Week_009",
- "QS09-QuestBundle_S9_Week_010"
- ]
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS05-Quest_BR_Damage_AssaultRifle": {
+ "templateId": "Quest:quest_br_damage_assaultrifle",
+ "challenge_bundle_id": "QS05-QuestBundle_S5_Week_002",
+ "objectives": {
+ "battlepass_damage_athena_player_asssult": 1000
},
- "QS09-Season9_Masako_Schedule": {
- "templateId": "ChallengeBundleSchedule:season9_masako_schedule",
- "granted_bundles": [
- "QS09-QuestBundle_S9_Masako"
- ]
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS05-Quest_BR_Interact_AmmoBoxes_SingleMatch": {
+ "templateId": "Quest:quest_br_interact_ammoboxes_singlematch",
+ "challenge_bundle_id": "QS05-QuestBundle_S5_Week_002",
+ "objectives": {
+ "athena_battlepass_loot_ammobox_singlematch": 7
},
- "QS09-Season9_OT_Schedule": {
- "templateId": "ChallengeBundleSchedule:season9_ot_schedule",
- "granted_bundles": [
- "QS09-QuestBundle_S9_Overtime"
- ]
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS05-Quest_BR_Eliminate_Location_ParadisePalms": {
+ "templateId": "Quest:quest_br_eliminate_location_paradisepalms",
+ "challenge_bundle_id": "QS05-QuestBundle_S5_Week_002",
+ "objectives": {
+ "battlepass_killingblow_athena_player_paradisepalms": 3
},
- "QS09-Season9_Paid_Schedule": {
- "templateId": "ChallengeBundleSchedule:season9_paid_schedule",
- "granted_bundles": [
- "QS09-QuestBundle_S9_StrawberryPilot",
- "QS09-QuestBundle_S9_Rooster"
- ]
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS05-Quest_BR_Score_Baskets": {
+ "templateId": "Quest:quest_br_score_baskets",
+ "challenge_bundle_id": "QS05-QuestBundle_S5_Week_002",
+ "objectives": {
+ "battlepass_athena_score_basket_01": 1,
+ "battlepass_athena_score_basket_02": 1,
+ "battlepass_athena_score_basket_03": 1,
+ "battlepass_athena_score_basket_04": 1,
+ "battlepass_athena_score_basket_05": 1,
+ "battlepass_athena_score_basket_06": 1,
+ "battlepass_athena_score_basket_07": 1,
+ "battlepass_athena_score_basket_08": 1,
+ "battlepass_athena_score_basket_09": 1,
+ "battlepass_athena_score_basket_10": 1
},
- "QS09-Season9_StormTracker_Schedule": {
- "templateId": "ChallengeBundleSchedule:season9_stormtracker_schedule",
- "granted_bundles": [
- "QS09-QuestBundle_S9_StormTracker"
- ]
+ "objectiveCompletionCount": 5,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS05-Quest_BR_Interact_Chests_Location_LootLake": {
+ "templateId": "Quest:quest_br_interact_chests_location_lootlake",
+ "challenge_bundle_id": "QS05-QuestBundle_S5_Week_002",
+ "objectives": {
+ "battlepass_interact_athena_treasurechest_lootlake": 7
},
- "QS09-Schedule_Birthday2019_BR": {
- "templateId": "ChallengeBundleSchedule:schedule_birthday2019_br",
- "granted_bundles": [
- "QS09-QuestBundle_Birthday2019_BR"
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS05-Quest_BR_Interact_ScavengerHunt_Triangulate_01": {
+ "templateId": "Quest:quest_br_interact_scavengerhunt_triangulate_01",
+ "challenge_bundle_id": "QS05-QuestBundle_S5_Week_002",
+ "objectives": {
+ "battlepass_interact_athena_hidden_star_02": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS05-Quest_BR_Eliminate_Weapon_SniperRifle": {
+ "templateId": "Quest:quest_br_eliminate_weapon_sniperrifle",
+ "challenge_bundle_id": "QS05-QuestBundle_S5_Week_002",
+ "objectives": {
+ "battlepass_killingblow_athena_player_sniper": 2
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS05-Quest_BR_Damage_SingleMatch": {
+ "templateId": "Quest:quest_br_damage_singlematch",
+ "challenge_bundle_id": "QS05-QuestBundle_S5_Week_003",
+ "objectives": {
+ "battlepass_damage_athena_player_single_match": 1000
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 1000
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS05-Quest_BR_Use_Launchpad": {
+ "templateId": "Quest:quest_br_use_launchpad",
+ "challenge_bundle_id": "QS05-QuestBundle_S5_Week_003",
+ "objectives": {
+ "battlepass_interact_athena_jumppad": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS05-Quest_BR_Interact_ScavengerHunt_TreasureMap_02": {
+ "templateId": "Quest:quest_br_interact_scavengerhunt_treasuremap_02",
+ "challenge_bundle_id": "QS05-QuestBundle_S5_Week_003",
+ "objectives": {
+ "battlepass_interact_athena_hidden_star_03": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS05-Quest_BR_Interact_Chests_Location_FatalFields": {
+ "templateId": "Quest:quest_br_interact_chests_location_fatalfields",
+ "challenge_bundle_id": "QS05-QuestBundle_S5_Week_003",
+ "objectives": {
+ "battlepass_interact_athena_treasurechest_fatalfields": 7
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS05-Quest_BR_Destroy_SpecificTargets": {
+ "templateId": "Quest:quest_br_destroy_specifictargets",
+ "challenge_bundle_id": "QS05-QuestBundle_S5_Week_003",
+ "objectives": {
+ "battlepass_destroy_specifictargets": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS05-Quest_BR_Eliminate_Location_HauntedHills": {
+ "templateId": "Quest:quest_br_eliminate_location_hauntedhills",
+ "challenge_bundle_id": "QS05-QuestBundle_S5_Week_003",
+ "objectives": {
+ "battlepass_killingblow_athena_player_hauntedhills": 5
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS05-Quest_BR_Eliminate_ExplosiveWeapon": {
+ "templateId": "Quest:quest_br_eliminate_explosiveweapon",
+ "challenge_bundle_id": "QS05-QuestBundle_S5_Week_003",
+ "objectives": {
+ "battlepass_killingblow_athena_player_with_explosives": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS05-Quest_BR_Build_Structures": {
+ "templateId": "Quest:quest_br_build_structures",
+ "challenge_bundle_id": "QS05-QuestBundle_S5_Week_004",
+ "objectives": {
+ "battlepass_build_athena_structures_any": 250
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS05-Quest_BR_Touch_FlamingRings_Vehicle": {
+ "templateId": "Quest:quest_br_touch_flamingrings_vehicle",
+ "challenge_bundle_id": "QS05-QuestBundle_S5_Week_004",
+ "objectives": {
+ "battlepass_touch_flamingrings_vehicle_01": 1,
+ "battlepass_touch_flamingrings_vehicle_02": 1,
+ "battlepass_touch_flamingrings_vehicle_03": 1,
+ "battlepass_touch_flamingrings_vehicle_04": 1,
+ "battlepass_touch_flamingrings_vehicle_05": 1,
+ "battlepass_touch_flamingrings_vehicle_06": 1,
+ "battlepass_touch_flamingrings_vehicle_07": 1,
+ "battlepass_touch_flamingrings_vehicle_08": 1,
+ "battlepass_touch_flamingrings_vehicle_09": 1,
+ "battlepass_touch_flamingrings_vehicle_10": 1
+ },
+ "objectiveCompletionCount": 5,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS05-Quest_BR_Eliminate_Location_DustyDivot": {
+ "templateId": "Quest:quest_br_eliminate_location_dustydivot",
+ "challenge_bundle_id": "QS05-QuestBundle_S5_Week_004",
+ "objectives": {
+ "battlepass_killingblow_athena_player_dustydivot": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS05-Quest_BR_Damage_SniperRifle": {
+ "templateId": "Quest:quest_br_damage_sniperrifle",
+ "challenge_bundle_id": "QS05-QuestBundle_S5_Week_004",
+ "objectives": {
+ "battlepass_damage_athena_player_sniper": 500
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS05-Quest_BR_Interact_Chests_Location_FlushFactory": {
+ "templateId": "Quest:quest_br_interact_chests_location_flushfactory",
+ "challenge_bundle_id": "QS05-QuestBundle_S5_Week_004",
+ "objectives": {
+ "battlepass_interact_athena_treasurechest_flushfactory": 7
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS05-Quest_BR_Interact_ScavengerHunt_Triangulate_02": {
+ "templateId": "Quest:quest_br_interact_scavengerhunt_triangulate_02",
+ "challenge_bundle_id": "QS05-QuestBundle_S5_Week_004",
+ "objectives": {
+ "battlepass_interact_athena_hidden_star_04": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS05-Quest_BR_Eliminate_Weapon_Pistol": {
+ "templateId": "Quest:quest_br_eliminate_weapon_pistol",
+ "challenge_bundle_id": "QS05-QuestBundle_S5_Week_004",
+ "objectives": {
+ "battlepass_killingblow_athena_player_pistol": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS05-Quest_BR_Interact_Chests_Location_JunkJunction": {
+ "templateId": "Quest:quest_br_interact_chests_location_junkjunction",
+ "challenge_bundle_id": "QS05-QuestBundle_S5_Week_005",
+ "objectives": {
+ "battlepass_interact_athena_treasurechest_junkjunction": 7
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS05-Quest_BR_Use_RiftPortals": {
+ "templateId": "Quest:quest_br_use_riftportals",
+ "challenge_bundle_id": "QS05-QuestBundle_S5_Week_005",
+ "objectives": {
+ "battlepass_touch_athena_riftportal": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS05-Quest_BR_Eliminate_SingleMatch": {
+ "templateId": "Quest:quest_br_eliminate_singlematch",
+ "challenge_bundle_id": "QS05-QuestBundle_S5_Week_005",
+ "objectives": {
+ "battlepass_killingblow_athena_players": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS05-Quest_BR_Damage_ThrownWeapons": {
+ "templateId": "Quest:quest_br_damage_thrownweapons",
+ "challenge_bundle_id": "QS05-QuestBundle_S5_Week_005",
+ "objectives": {
+ "battlepass_damage_athena_player_thrownweapon": 300
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS05-Quest_BR_Score_TeeToGreen": {
+ "templateId": "Quest:quest_br_score_teetogreen",
+ "challenge_bundle_id": "QS05-QuestBundle_S5_Week_005",
+ "objectives": {
+ "battlepass_athena_score_hole_01": 1,
+ "battlepass_athena_score_hole_02": 1,
+ "battlepass_athena_score_hole_03": 1,
+ "battlepass_athena_score_hole_04": 1,
+ "battlepass_athena_score_hole_05": 1,
+ "battlepass_athena_score_hole_06": 1,
+ "battlepass_athena_score_hole_07": 1,
+ "battlepass_athena_score_hole_08": 1,
+ "battlepass_athena_score_hole_09": 1
+ },
+ "objectiveCompletionCount": 5,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS05-Quest_BR_Interact_ScavengerHunt_TreasureMap_03": {
+ "templateId": "Quest:quest_br_interact_scavengerhunt_treasuremap_03",
+ "challenge_bundle_id": "QS05-QuestBundle_S5_Week_005",
+ "objectives": {
+ "battlepass_interact_athena_hidden_star_05": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS05-Quest_BR_Eliminate_Location_ShiftyShafts": {
+ "templateId": "Quest:quest_br_eliminate_location_shiftyshafts",
+ "challenge_bundle_id": "QS05-QuestBundle_S5_Week_005",
+ "objectives": {
+ "battlepass_killingblow_athena_player_shiftyshafts": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS05-Quest_BR_Damage_Headshot": {
+ "templateId": "Quest:quest_br_damage_headshot",
+ "challenge_bundle_id": "QS05-QuestBundle_S5_Week_006",
+ "objectives": {
+ "battlepass_damage_athena_player_head_shots": 250
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS05-Quest_BR_Collect_BuildingResources": {
+ "templateId": "Quest:quest_br_collect_buildingresources",
+ "challenge_bundle_id": "QS05-QuestBundle_S5_Week_006",
+ "objectives": {
+ "battlepass_collect_building_resources": 3000
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS05-Quest_BR_Interact_ScavengerHunt_Triangulate_03": {
+ "templateId": "Quest:quest_br_interact_scavengerhunt_triangulate_03",
+ "challenge_bundle_id": "QS05-QuestBundle_S5_Week_006",
+ "objectives": {
+ "battlepass_interact_athena_hidden_star_06": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS05-Quest_BR_Interact_Chests_Location_LonelyLodge": {
+ "templateId": "Quest:quest_br_interact_chests_location_lonelylodge",
+ "challenge_bundle_id": "QS05-QuestBundle_S5_Week_006",
+ "objectives": {
+ "battlepass_interact_athena_treasurechest_lonelylodge": 7
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS05-Quest_BR_Timed_Trials": {
+ "templateId": "Quest:quest_br_timed_trials",
+ "challenge_bundle_id": "QS05-QuestBundle_S5_Week_006",
+ "objectives": {
+ "battlepass_complete_timed_trials_01": 1,
+ "battlepass_complete_timed_trials_02": 1,
+ "battlepass_complete_timed_trials_03": 1,
+ "battlepass_complete_timed_trials_04": 1,
+ "battlepass_complete_timed_trials_05": 1,
+ "battlepass_complete_timed_trials_06": 1,
+ "battlepass_complete_timed_trials_07": 1
+ },
+ "objectiveCompletionCount": 5,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS05-Quest_BR_Eliminate_Weapon_MinigunLMG": {
+ "templateId": "Quest:quest_br_eliminate_weapon_minigunlmg",
+ "challenge_bundle_id": "QS05-QuestBundle_S5_Week_006",
+ "objectives": {
+ "battlepass_killingblow_athena_player_minigunlmg": 2
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS05-Quest_BR_Eliminate_Location_TiltedTowers": {
+ "templateId": "Quest:quest_br_eliminate_location_tiltedtowers",
+ "challenge_bundle_id": "QS05-QuestBundle_S5_Week_006",
+ "objectives": {
+ "battlepass_killingblow_athena_player_tiltedtowers": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS05-Quest_BR_Visit_NamedLocations_SingleMatch": {
+ "templateId": "Quest:quest_br_visit_namedlocations_singlematch",
+ "challenge_bundle_id": "QS05-QuestBundle_S5_Week_007",
+ "objectives": {
+ "battlepass_visit_athena_location_mountain_summit_01": 1,
+ "battlepass_visit_athena_location_mountain_summit_02": 1,
+ "battlepass_visit_athena_location_mountain_summit_03": 1,
+ "battlepass_visit_athena_location_mountain_summit_04": 1,
+ "battlepass_visit_athena_location_mountain_summit_05": 1,
+ "battlepass_visit_athena_location_mountain_summit_06": 1,
+ "battlepass_visit_athena_location_mountain_summit_07": 1,
+ "battlepass_visit_athena_location_mountain_summit_08": 1,
+ "battlepass_visit_athena_location_mountain_summit_09": 1,
+ "battlepass_visit_athena_location_mountain_summit_10": 1,
+ "battlepass_visit_athena_location_mountain_summit_11": 1,
+ "battlepass_visit_athena_location_mountain_summit_12": 1,
+ "battlepass_visit_athena_location_mountain_summit_13": 1,
+ "battlepass_visit_athena_location_mountain_summit_14": 1,
+ "battlepass_visit_athena_location_mountain_summit_15": 1,
+ "battlepass_visit_athena_location_mountain_summit_16": 1,
+ "battlepass_visit_athena_location_mountain_summit_17": 1,
+ "battlepass_visit_athena_location_mountain_summit_18": 1,
+ "battlepass_visit_athena_location_mountain_summit_19": 1,
+ "battlepass_visit_athena_location_mountain_summit_20": 1
+ },
+ "objectiveCompletionCount": 4,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS05-Quest_BR_Interact_SupplyDrops": {
+ "templateId": "Quest:quest_br_interact_supplydrops",
+ "challenge_bundle_id": "QS05-QuestBundle_S5_Week_007",
+ "objectives": {
+ "battlepass_interact_athena_supply_drop": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS05-Quest_BR_Eliminate_Weapon_SMG": {
+ "templateId": "Quest:quest_br_eliminate_weapon_smg",
+ "challenge_bundle_id": "QS05-QuestBundle_S5_Week_007",
+ "objectives": {
+ "battlepass_killingblow_athena_player_smg": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS05-Quest_BR_Damage_Enemy_Buildings_C4": {
+ "templateId": "Quest:quest_br_damage_enemy_buildings_c4",
+ "challenge_bundle_id": "QS05-QuestBundle_S5_Week_007",
+ "objectives": {
+ "battlepass_damage_athena_player_buildings_c4": 8000
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS05-Quest_BR_Interact_Chests_QuestChain_01_E": {
+ "templateId": "Quest:quest_br_interact_chests_questchain_01_e",
+ "challenge_bundle_id": "QS05-QuestBundle_S5_Week_007",
+ "objectives": {
+ "battlepass_interact_athena_treasurechest_questchain_paradisepalms": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS05-Quest_BR_Interact_Chests_QuestChain_01_D": {
+ "templateId": "Quest:quest_br_interact_chests_questchain_01_d",
+ "challenge_bundle_id": "QS05-QuestBundle_S5_Week_007",
+ "objectives": {
+ "battlepass_interact_athena_treasurechest_questchain_greasygrove": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Quest:quest_br_interact_chests_questchain_01_e",
+ "quantity": 1
+ },
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS05-Quest_BR_Interact_Chests_QuestChain_01_C": {
+ "templateId": "Quest:quest_br_interact_chests_questchain_01_c",
+ "challenge_bundle_id": "QS05-QuestBundle_S5_Week_007",
+ "objectives": {
+ "battlepass_interact_athena_treasurechest_questchain_luckylanding": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Quest:quest_br_interact_chests_questchain_01_d",
+ "quantity": 1
+ },
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS05-Quest_BR_Interact_Chests_QuestChain_01_B": {
+ "templateId": "Quest:quest_br_interact_chests_questchain_01_b",
+ "challenge_bundle_id": "QS05-QuestBundle_S5_Week_007",
+ "objectives": {
+ "battlepass_interact_athena_treasurechest_questchain_retailrow": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Quest:quest_br_interact_chests_questchain_01_c",
+ "quantity": 1
+ },
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS05-Quest_BR_Interact_Chests_QuestChain_01_A": {
+ "templateId": "Quest:quest_br_interact_chests_questchain_01_a",
+ "challenge_bundle_id": "QS05-QuestBundle_S5_Week_007",
+ "objectives": {
+ "battlepass_interact_athena_treasurechest_questchain_pleasantpark": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Quest:quest_br_interact_chests_questchain_01_b",
+ "quantity": 1
+ },
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS05-Quest_BR_Interact_ScavengerHunt_TreasureMap_04": {
+ "templateId": "Quest:quest_br_interact_scavengerhunt_treasuremap_04",
+ "challenge_bundle_id": "QS05-QuestBundle_S5_Week_007",
+ "objectives": {
+ "battlepass_interact_athena_hidden_star_07": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS05-Quest_BR_Eliminate_Location_LazyLinks": {
+ "templateId": "Quest:quest_br_eliminate_location_lazylinks",
+ "challenge_bundle_id": "QS05-QuestBundle_S5_Week_007",
+ "objectives": {
+ "battlepass_killingblow_athena_player_lazylinks": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS05-Quest_BR_Use_Trap": {
+ "templateId": "Quest:quest_br_use_trap",
+ "challenge_bundle_id": "QS05-QuestBundle_S5_Week_008",
+ "objectives": {
+ "battlepass_place_athena_trap": 10
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS05-Quest_BR_Interact_Chests_Location_WailingWoods": {
+ "templateId": "Quest:quest_br_interact_chests_location_wailingwoods",
+ "challenge_bundle_id": "QS05-QuestBundle_S5_Week_008",
+ "objectives": {
+ "battlepass_interact_athena_treasurechest_walingwoods": 7
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS05-Quest_BR_Eliminate_Weapon_Shotgun": {
+ "templateId": "Quest:quest_br_eliminate_weapon_shotgun",
+ "challenge_bundle_id": "QS05-QuestBundle_S5_Week_008",
+ "objectives": {
+ "battlepass_killingblow_athena_player_shotgun": 4
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS05-Quest_BR_Damage_Pickaxe": {
+ "templateId": "Quest:quest_br_damage_pickaxe",
+ "challenge_bundle_id": "QS05-QuestBundle_S5_Week_008",
+ "objectives": {
+ "battlepass_damage_athena_player_pickaxe": 200
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS05-Quest_BR_Use_RiftPortal_DifferentLocations": {
+ "templateId": "Quest:quest_br_use_riftportal_differentlocations",
+ "challenge_bundle_id": "QS05-QuestBundle_S5_Week_008",
+ "objectives": {
+ "battlepass_athena_use_location_riftportal_01": 1,
+ "battlepass_athena_use_location_riftportal_02": 1,
+ "battlepass_athena_use_location_riftportal_03": 1,
+ "battlepass_athena_use_location_riftportal_04": 1,
+ "battlepass_athena_use_location_riftportal_05": 1,
+ "battlepass_athena_use_location_riftportal_06": 1,
+ "battlepass_athena_use_location_riftportal_07": 1,
+ "battlepass_athena_use_location_riftportal_08": 1,
+ "battlepass_athena_use_location_riftportal_09": 1,
+ "battlepass_athena_use_location_riftportal_10": 1,
+ "battlepass_athena_use_location_riftportal_11": 1,
+ "battlepass_athena_use_location_riftportal_12": 1,
+ "battlepass_athena_use_location_riftportal_13": 1,
+ "battlepass_athena_use_location_riftportal_14": 1,
+ "battlepass_athena_use_location_riftportal_15": 1,
+ "battlepass_athena_use_location_riftportal_16": 1,
+ "battlepass_athena_use_location_riftportal_17": 1,
+ "battlepass_athena_use_location_riftportal_18": 1,
+ "battlepass_athena_use_location_riftportal_19": 1,
+ "battlepass_athena_use_location_riftportal_20": 1,
+ "battlepass_athena_use_location_riftportal_21": 1,
+ "battlepass_athena_use_location_riftportal_22": 1,
+ "battlepass_athena_use_location_riftportal_23": 1,
+ "battlepass_athena_use_location_riftportal_24": 1
+ },
+ "objectiveCompletionCount": 10,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS05-Quest_BR_Interact_ScavengerHunt_Triangulate_04": {
+ "templateId": "Quest:quest_br_interact_scavengerhunt_triangulate_04",
+ "challenge_bundle_id": "QS05-QuestBundle_S5_Week_008",
+ "objectives": {
+ "battlepass_interact_athena_hidden_star_08": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS05-Quest_BR_Eliminate_QuestChain_01_C": {
+ "templateId": "Quest:quest_br_eliminate_questchain_01_c",
+ "challenge_bundle_id": "QS05-QuestBundle_S5_Week_008",
+ "objectives": {
+ "battlepass_killingblow_athena_player_questchain_fatalfields": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 4
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS05-Quest_BR_Eliminate_QuestChain_01_B": {
+ "templateId": "Quest:quest_br_eliminate_questchain_01_b",
+ "challenge_bundle_id": "QS05-QuestBundle_S5_Week_008",
+ "objectives": {
+ "battlepass_killingblow_athena_player_questchain_lonelylodge": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Quest:quest_br_eliminate_questchain_01_c",
+ "quantity": 1
+ },
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 3
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS05-Quest_BR_Eliminate_QuestChain_01_A": {
+ "templateId": "Quest:quest_br_eliminate_questchain_01_a",
+ "challenge_bundle_id": "QS05-QuestBundle_S5_Week_008",
+ "objectives": {
+ "battlepass_killingblow_athena_player_questchain_greasygrove": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Quest:quest_br_eliminate_questchain_01_b",
+ "quantity": 1
+ },
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 3
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS05-Quest_BR_Damage_ExplosiveWeapon": {
+ "templateId": "Quest:quest_br_damage_explosiveweapon",
+ "challenge_bundle_id": "QS05-QuestBundle_S5_Week_009",
+ "objectives": {
+ "battlepass_damage_athena_player_explosives": 500
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS05-Quest_BR_Score_StylePoints_Vehicle": {
+ "templateId": "Quest:quest_br_score_stylepoints_vehicle",
+ "challenge_bundle_id": "QS05-QuestBundle_S5_Week_009",
+ "objectives": {
+ "battlepass_athena_score_stylepoints_vehicle": 150000
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS05-Quest_BR_Interact_ScavengerHunt_TreasureMap_05": {
+ "templateId": "Quest:quest_br_interact_scavengerhunt_treasuremap_05",
+ "challenge_bundle_id": "QS05-QuestBundle_S5_Week_009",
+ "objectives": {
+ "battlepass_interact_athena_hidden_star_09": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS05-Quest_BR_Interact_Chests_QuestChain_02_E": {
+ "templateId": "Quest:quest_br_interact_chests_questchain_02_e",
+ "challenge_bundle_id": "QS05-QuestBundle_S5_Week_009",
+ "objectives": {
+ "battlepass_interact_athena_treasurechest_questchain_riskyreels": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS05-Quest_BR_Interact_Chests_QuestChain_02_D": {
+ "templateId": "Quest:quest_br_interact_chests_questchain_02_d",
+ "challenge_bundle_id": "QS05-QuestBundle_S5_Week_009",
+ "objectives": {
+ "battlepass_interact_athena_treasurechest_questchain_tiltedtowers": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Quest:quest_br_interact_chests_questchain_02_e",
+ "quantity": 1
+ },
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS05-Quest_BR_Interact_Chests_QuestChain_02_C": {
+ "templateId": "Quest:quest_br_interact_chests_questchain_02_c",
+ "challenge_bundle_id": "QS05-QuestBundle_S5_Week_009",
+ "objectives": {
+ "battlepass_interact_athena_treasurechest_questchain_lazylinks": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Quest:quest_br_interact_chests_questchain_02_d",
+ "quantity": 1
+ },
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS05-Quest_BR_Interact_Chests_QuestChain_02_B": {
+ "templateId": "Quest:quest_br_interact_chests_questchain_02_b",
+ "challenge_bundle_id": "QS05-QuestBundle_S5_Week_009",
+ "objectives": {
+ "battlepass_interact_athena_treasurechest_questchain_shiftyshafts": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Quest:quest_br_interact_chests_questchain_02_c",
+ "quantity": 1
+ },
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS05-Quest_BR_Interact_Chests_QuestChain_02_A": {
+ "templateId": "Quest:quest_br_interact_chests_questchain_02_a",
+ "challenge_bundle_id": "QS05-QuestBundle_S5_Week_009",
+ "objectives": {
+ "battlepass_interact_athena_treasurechest_questchain_hauntedhills": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Quest:quest_br_interact_chests_questchain_02_b",
+ "quantity": 1
+ },
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS05-Quest_BR_Visit_StoneHeads": {
+ "templateId": "Quest:quest_br_visit_stoneheads",
+ "challenge_bundle_id": "QS05-QuestBundle_S5_Week_009",
+ "objectives": {
+ "battlepass_visit_athena_location_stonehead_01": 1,
+ "battlepass_visit_athena_location_stonehead_02": 1,
+ "battlepass_visit_athena_location_stonehead_03": 1,
+ "battlepass_visit_athena_location_stonehead_04": 1,
+ "battlepass_visit_athena_location_stonehead_05": 1,
+ "battlepass_visit_athena_location_stonehead_06": 1,
+ "battlepass_visit_athena_location_stonehead_07": 1
+ },
+ "objectiveCompletionCount": 7,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS05-Quest_BR_Eliminate_Weapon_AssaultRifle": {
+ "templateId": "Quest:quest_br_eliminate_weapon_assaultrifle",
+ "challenge_bundle_id": "QS05-QuestBundle_S5_Week_009",
+ "objectives": {
+ "battlepass_killingblow_athena_player_assault": 5
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS05-Quest_BR_Eliminate_Location_TomatoTemple": {
+ "templateId": "Quest:quest_br_eliminate_location_tomatotemple",
+ "challenge_bundle_id": "QS05-QuestBundle_S5_Week_009",
+ "objectives": {
+ "battlepass_killingblow_athena_player_tomatotemple": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS05-Quest_BR_Interact_JigsawPuzzle": {
+ "templateId": "Quest:quest_br_interact_jigsawpuzzle",
+ "challenge_bundle_id": "QS05-QuestBundle_S5_Week_010",
+ "objectives": {
+ "battlepass_interact_athena_pieces_01": 1,
+ "battlepass_interact_athena_pieces_02": 1,
+ "battlepass_interact_athena_pieces_03": 1,
+ "battlepass_interact_athena_pieces_04": 1,
+ "battlepass_interact_athena_pieces_05": 1,
+ "battlepass_interact_athena_pieces_06": 1,
+ "battlepass_interact_athena_pieces_07": 1,
+ "battlepass_interact_athena_pieces_08": 1,
+ "battlepass_interact_athena_pieces_09": 1,
+ "battlepass_interact_athena_pieces_10": 1,
+ "battlepass_interact_athena_fortnite_letters_11": 1,
+ "battlepass_interact_athena_pieces_12": 1,
+ "battlepass_interact_athena_pieces_13": 1,
+ "battlepass_interact_athena_pieces_14": 1,
+ "battlepass_interact_athena_pieces_15": 1,
+ "battlepass_interact_athena_pieces_16": 1,
+ "battlepass_interact_athena_pieces_17": 1,
+ "battlepass_interact_athena_pieces_18": 1,
+ "battlepass_interact_athena_pieces_19": 1,
+ "battlepass_interact_athena_pieces_20": 1
+ },
+ "objectiveCompletionCount": 7,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS05-Quest_BR_Interact_ForagedItems": {
+ "templateId": "Quest:quest_br_interact_forageditems",
+ "challenge_bundle_id": "QS05-QuestBundle_S5_Week_010",
+ "objectives": {
+ "battlepass_interact_athena_forgeditems": 20
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS05-Quest_BR_Eliminate": {
+ "templateId": "Quest:quest_br_eliminate",
+ "challenge_bundle_id": "QS05-QuestBundle_S5_Week_010",
+ "objectives": {
+ "battlepass_killingblow_athena_players": 10
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS05-Quest_BR_Interact_Chests_Location_SaltySprings": {
+ "templateId": "Quest:quest_br_interact_chests_location_saltysprings",
+ "challenge_bundle_id": "QS05-QuestBundle_S5_Week_010",
+ "objectives": {
+ "battlepass_interact_athena_treasurechest_saltysprings": 7
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS05-Quest_BR_Damage": {
+ "templateId": "Quest:quest_br_damage",
+ "challenge_bundle_id": "QS05-QuestBundle_S5_Week_010",
+ "objectives": {
+ "battlepass_damage_athena_player": 5000
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS05-Quest_BR_Interact_ScavengerHunt_Triangulate_05": {
+ "templateId": "Quest:quest_br_interact_scavengerhunt_triangulate_05",
+ "challenge_bundle_id": "QS05-QuestBundle_S5_Week_010",
+ "objectives": {
+ "battlepass_interact_athena_hidden_star_10": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS05-Quest_BR_Eliminate_QuestChain_02_C": {
+ "templateId": "Quest:quest_br_eliminate_questchain_02_c",
+ "challenge_bundle_id": "QS05-QuestBundle_S5_Week_010",
+ "objectives": {
+ "battlepass_killingblow_athena_player_questchain_luckylanding": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 4
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS05-Quest_BR_Eliminate_QuestChain_02_B": {
+ "templateId": "Quest:quest_br_eliminate_questchain_02_b",
+ "challenge_bundle_id": "QS05-QuestBundle_S5_Week_010",
+ "objectives": {
+ "battlepass_killingblow_athena_player_questchain_wailingwoods": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Quest:quest_br_eliminate_questchain_02_c",
+ "quantity": 1
+ },
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 3
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS05-Quest_BR_Eliminate_QuestChain_02_A": {
+ "templateId": "Quest:quest_br_eliminate_questchain_02_a",
+ "challenge_bundle_id": "QS05-QuestBundle_S5_Week_010",
+ "objectives": {
+ "battlepass_killingblow_athena_player_questchain_pleasantpark": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Quest:quest_br_eliminate_questchain_02_b",
+ "quantity": 1
+ },
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 3
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS05-Quest_BR_S5_Cumulative_Quest1": {
+ "templateId": "Quest:quest_br_s5_cumulative_quest1",
+ "challenge_bundle_id": "QS05-QuestBundle_S5_Cumulative",
+ "objectives": {
+ "battlepass_interact_s5_cumulative_quest_01": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS05-Quest_BR_S5_Cumulative_CollectTokens_01": {
+ "templateId": "Quest:quest_br_s5_cumulative_collecttokens_01",
+ "challenge_bundle_id": "QS05-QuestBundle_S5_Cumulative",
+ "objectives": {
+ "battlepass_season5_cumulative_token1": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaLoadingScreen:lsid_027_s5cumulative1",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_s5_cumulative_quest1",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS05-Quest_BR_S5_Cumulative_Quest2": {
+ "templateId": "Quest:quest_br_s5_cumulative_quest2",
+ "challenge_bundle_id": "QS05-QuestBundle_S5_Cumulative",
+ "objectives": {
+ "battlepass_interact_s5_cumulative_quest_02": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS05-Quest_BR_S5_Cumulative_CollectTokens_02": {
+ "templateId": "Quest:quest_br_s5_cumulative_collecttokens_02",
+ "challenge_bundle_id": "QS05-QuestBundle_S5_Cumulative",
+ "objectives": {
+ "battlepass_season5_cumulative_token2": 2
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaLoadingScreen:lsid_028_s5cumulative2",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_s5_cumulative_quest2",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS05-Quest_BR_S5_Cumulative_Quest3": {
+ "templateId": "Quest:quest_br_s5_cumulative_quest3",
+ "challenge_bundle_id": "QS05-QuestBundle_S5_Cumulative",
+ "objectives": {
+ "battlepass_interact_s5_cumulative_quest_03": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS05-Quest_BR_S5_Cumulative_CollectTokens_03": {
+ "templateId": "Quest:quest_br_s5_cumulative_collecttokens_03",
+ "challenge_bundle_id": "QS05-QuestBundle_S5_Cumulative",
+ "objectives": {
+ "battlepass_season5_cumulative_token3": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaLoadingScreen:lsid_029_s5cumulative3",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_s5_cumulative_quest3",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS05-Quest_BR_S5_Cumulative_Quest4": {
+ "templateId": "Quest:quest_br_s5_cumulative_quest4",
+ "challenge_bundle_id": "QS05-QuestBundle_S5_Cumulative",
+ "objectives": {
+ "battlepass_interact_s5_cumulative_quest_04": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS05-Quest_BR_S5_Cumulative_CollectTokens_04": {
+ "templateId": "Quest:quest_br_s5_cumulative_collecttokens_04",
+ "challenge_bundle_id": "QS05-QuestBundle_S5_Cumulative",
+ "objectives": {
+ "battlepass_season5_cumulative_token4": 4
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaLoadingScreen:lsid_030_s5cumulative4",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_s5_cumulative_quest4",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS05-Quest_BR_S5_Cumulative_Quest5": {
+ "templateId": "Quest:quest_br_s5_cumulative_quest5",
+ "challenge_bundle_id": "QS05-QuestBundle_S5_Cumulative",
+ "objectives": {
+ "battlepass_interact_s5_cumulative_quest_05": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS05-Quest_BR_S5_Cumulative_CollectTokens_05": {
+ "templateId": "Quest:quest_br_s5_cumulative_collecttokens_05",
+ "challenge_bundle_id": "QS05-QuestBundle_S5_Cumulative",
+ "objectives": {
+ "battlepass_season5_cumulative_token5": 5
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaLoadingScreen:lsid_031_s5cumulative5",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_s5_cumulative_quest5",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS05-Quest_BR_S5_Cumulative_Quest6": {
+ "templateId": "Quest:quest_br_s5_cumulative_quest6",
+ "challenge_bundle_id": "QS05-QuestBundle_S5_Cumulative",
+ "objectives": {
+ "battlepass_interact_s5_cumulative_quest_06": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS05-Quest_BR_S5_Cumulative_CollectTokens_06": {
+ "templateId": "Quest:quest_br_s5_cumulative_collecttokens_06",
+ "challenge_bundle_id": "QS05-QuestBundle_S5_Cumulative",
+ "objectives": {
+ "battlepass_season5_cumulative_token6": 6
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaLoadingScreen:lsid_032_s5cumulative6",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_s5_cumulative_quest6",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS05-Quest_BR_S5_Cumulative_Quest7": {
+ "templateId": "Quest:quest_br_s5_cumulative_quest7",
+ "challenge_bundle_id": "QS05-QuestBundle_S5_Cumulative",
+ "objectives": {
+ "battlepass_interact_s5_cumulative_quest_07": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS05-Quest_BR_S5_Cumulative_CollectTokens_07": {
+ "templateId": "Quest:quest_br_s5_cumulative_collecttokens_07",
+ "challenge_bundle_id": "QS05-QuestBundle_S5_Cumulative",
+ "objectives": {
+ "battlepass_season5_cumulative_token7": 7
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaLoadingScreen:lsid_033_s5cumulative7",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_s5_cumulative_quest7",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS05-Quest_BR_S5_Cumulative_Quest8": {
+ "templateId": "Quest:quest_br_s5_cumulative_quest8",
+ "challenge_bundle_id": "QS05-QuestBundle_S5_Cumulative",
+ "objectives": {
+ "battlepass_interact_s5_cumulative_quest_08": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [
+ {
+ "templateId": "HomebaseBannerIcon:brseason05crown",
+ "quantity": 1
+ }
+ ],
+ "giftBoxToUse": {}
+ },
+ "QS05-Quest_BR_S5_Cumulative_CollectTokens_08": {
+ "templateId": "Quest:quest_br_s5_cumulative_collecttokens_08",
+ "challenge_bundle_id": "QS05-QuestBundle_S5_Cumulative",
+ "objectives": {
+ "battlepass_season5_cumulative_token8": 8
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaLoadingScreen:lsid_047_s5cumulative8",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_s5_cumulative_quest8",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS05-Quest_BR_S5_Cumulative_Quest9": {
+ "templateId": "Quest:quest_br_s5_cumulative_quest9",
+ "challenge_bundle_id": "QS05-QuestBundle_S5_Cumulative",
+ "objectives": {
+ "battlepass_interact_s5_cumulative_quest_09": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [
+ {
+ "templateId": "HomebaseBannerIcon:brseason05glyph",
+ "quantity": 1
+ }
+ ],
+ "giftBoxToUse": {}
+ },
+ "QS05-Quest_BR_S5_Cumulative_Final": {
+ "templateId": "Quest:quest_br_s5_cumulative_final",
+ "challenge_bundle_id": "QS05-QuestBundle_S5_Cumulative",
+ "objectives": {
+ "battlepass_completed_s5_cumulative_quest1": 1,
+ "battlepass_completed_s5_cumulative_quest2": 1,
+ "battlepass_completed_s5_cumulative_quest3": 1,
+ "battlepass_completed_s5_cumulative_quest4": 1,
+ "battlepass_completed_s5_cumulative_quest5": 1,
+ "battlepass_completed_s5_cumulative_quest6": 1,
+ "battlepass_completed_s5_cumulative_quest7": 1,
+ "battlepass_completed_s5_cumulative_quest8": 1,
+ "battlepass_completed_s5_cumulative_quest9": 1
+ },
+ "objectiveCompletionCount": 9,
+ "rewards": [
+ {
+ "templateId": "AthenaLoadingScreen:lsid_049_s5cumulative10",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS05-Quest_BR_S5_Cumulative_CollectTokens_09": {
+ "templateId": "Quest:quest_br_s5_cumulative_collecttokens_09",
+ "challenge_bundle_id": "QS05-QuestBundle_S5_Cumulative",
+ "objectives": {
+ "battlepass_season5_cumulative_token9": 9
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaLoadingScreen:lsid_048_s5cumulative9",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_s5_cumulative_quest9",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_s5_cumulative_final",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS05-Quest_BR_S5_Gain_SeasonXP_ProgressiveA_01": {
+ "templateId": "Quest:quest_br_s5_gain_seasonxp_progressivea_01",
+ "challenge_bundle_id": "QS05-QuestBundle_S5_ProgressiveA",
+ "objectives": {
+ "athena_s5_season_gain_xp_progressive_a_01": 10000
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_019_drift_stage1",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS05-Quest_BR_S5_Gain_SeasonXP_ProgressiveA_02": {
+ "templateId": "Quest:quest_br_s5_gain_seasonxp_progressivea_02",
+ "challenge_bundle_id": "QS05-QuestBundle_S5_ProgressiveA",
+ "objectives": {
+ "athena_s5_season_gain_xp_progressive_a_02": 25000
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_020_drift_stage2",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS05-Quest_BR_S5_Gain_SeasonXP_ProgressiveA_03": {
+ "templateId": "Quest:quest_br_s5_gain_seasonxp_progressivea_03",
+ "challenge_bundle_id": "QS05-QuestBundle_S5_ProgressiveA",
+ "objectives": {
+ "athena_s5_season_gain_xp_progressive_a_03": 50000
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_021_drift_stage3",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS05-Quest_BR_S5_Gain_SeasonXP_ProgressiveA_04": {
+ "templateId": "Quest:quest_br_s5_gain_seasonxp_progressivea_04",
+ "challenge_bundle_id": "QS05-QuestBundle_S5_ProgressiveA",
+ "objectives": {
+ "athena_s5_season_gain_xp_progressive_a_04": 100000
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_022_drift_stage4",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS05-Quest_BR_S5_Gain_SeasonXP_ProgressiveA_05": {
+ "templateId": "Quest:quest_br_s5_gain_seasonxp_progressivea_05",
+ "challenge_bundle_id": "QS05-QuestBundle_S5_ProgressiveA",
+ "objectives": {
+ "athena_s5_season_gain_xp_progressive_a_05": 200000
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_023_drift_stage5",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS05-Quest_BR_S5_Gain_SeasonXP_ProgressiveB_01": {
+ "templateId": "Quest:quest_br_s5_gain_seasonxp_progressiveb_01",
+ "challenge_bundle_id": "QS05-QuestBundle_S5_ProgressiveB",
+ "objectives": {
+ "athena_s5_season_gain_xp_progressive_b_01": 35000
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_027_darkviking_stage1",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS05-Quest_BR_S5_Gain_SeasonXP_ProgressiveB_02": {
+ "templateId": "Quest:quest_br_s5_gain_seasonxp_progressiveb_02",
+ "challenge_bundle_id": "QS05-QuestBundle_S5_ProgressiveB",
+ "objectives": {
+ "athena_s5_season_gain_xp_progressive_b_02": 75000
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_028_darkviking_stage2",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS05-Quest_BR_S5_Gain_SeasonXP_ProgressiveB_03": {
+ "templateId": "Quest:quest_br_s5_gain_seasonxp_progressiveb_03",
+ "challenge_bundle_id": "QS05-QuestBundle_S5_ProgressiveB",
+ "objectives": {
+ "athena_s5_season_gain_xp_progressive_b_03": 125000
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_029_darkviking_stage3",
+ "quantity": 1
+ },
+ {
+ "templateId": "AthenaBackpack:bid_073_darkviking",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS05-Quest_BR_S5_Gain_SeasonXP_ProgressiveB_04": {
+ "templateId": "Quest:quest_br_s5_gain_seasonxp_progressiveb_04",
+ "challenge_bundle_id": "QS05-QuestBundle_S5_ProgressiveB",
+ "objectives": {
+ "athena_s5_season_gain_xp_progressive_b_04": 250000
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_030_darkviking_stage4",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS05-Quest_BR_S5_Gain_SeasonXP_ProgressiveB_05": {
+ "templateId": "Quest:quest_br_s5_gain_seasonxp_progressiveb_05",
+ "challenge_bundle_id": "QS05-QuestBundle_S5_ProgressiveB",
+ "objectives": {
+ "athena_s5_season_gain_xp_progressive_b_05": 500000
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_031_darkviking_stage5",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS05-Quest_BR_Play_Birthday": {
+ "templateId": "Quest:quest_br_play_birthday",
+ "challenge_bundle_id": "QS05-QuestBundle_Birthday2018_BR",
+ "objectives": {
+ "birthdaybundle_athena_play_matches": 14
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 5000
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS05-Quest_BR_Damage_Birthday": {
+ "templateId": "Quest:quest_br_damage_birthday",
+ "challenge_bundle_id": "QS05-QuestBundle_Birthday2018_BR",
+ "objectives": {
+ "birthdaybundle_damage_athena_player": 1000
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaDance:emoji_birthday2018",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS05-Quest_BR_Dance_ScavengerHunt_BirthdayCakes": {
+ "templateId": "Quest:quest_br_dance_scavengerhunt_birthdaycakes",
+ "challenge_bundle_id": "QS05-QuestBundle_Birthday2018_BR",
+ "objectives": {
+ "birthdaybundle_dance_location_birthdaycake_01": 1,
+ "birthdaybundle_dance_location_birthdaycake_02": 1,
+ "birthdaybundle_dance_location_birthdaycake_03": 1,
+ "birthdaybundle_dance_location_birthdaycake_04": 1,
+ "birthdaybundle_dance_location_birthdaycake_05": 1,
+ "birthdaybundle_dance_location_birthdaycake_06": 1,
+ "birthdaybundle_dance_location_birthdaycake_07": 1,
+ "birthdaybundle_dance_location_birthdaycake_08": 1,
+ "birthdaybundle_dance_location_birthdaycake_09": 1,
+ "birthdaybundle_dance_location_birthdaycake_10": 1
+ },
+ "objectiveCompletionCount": 10,
+ "rewards": [
+ {
+ "templateId": "AthenaDance:spid_040_birthday2018",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ }
+ }
+ },
+ "Season06": {
+ "ChallengeBundleSchedules": {
+ "QS06-Schedule_Fortnitemares": {
+ "templateId": "ChallengeBundleSchedule:schedule_fortnitemares",
+ "granted_bundles": [
+ "QS06-QuestBundle_Fortnitemares_Part1",
+ "QS06-QuestBundle_Fortnitemares_Part2",
+ "QS06-QuestBundle_Fortnitemares_Part3",
+ "QS06-QuestBundle_Fortnitemares_Part4"
+ ]
+ },
+ "QS06-Schedule_LTM_LilKevin": {
+ "templateId": "ChallengeBundleSchedule:schedule_ltm_lilkevin",
+ "granted_bundles": [
+ "QS06-QuestBundle_LTM_LilKevin"
+ ]
+ },
+ "QS06-Season6_Free_Schedule": {
+ "templateId": "ChallengeBundleSchedule:season6_free_schedule",
+ "granted_bundles": [
+ "QS06-QuestBundle_S6_Week_001",
+ "QS06-QuestBundle_S6_Week_002",
+ "QS06-QuestBundle_S6_Week_003",
+ "QS06-QuestBundle_S6_Week_004",
+ "QS06-QuestBundle_S6_Week_005",
+ "QS06-QuestBundle_S6_Week_006",
+ "QS06-QuestBundle_S6_Week_007",
+ "QS06-QuestBundle_S6_Week_008",
+ "QS06-QuestBundle_S6_Week_009",
+ "QS06-QuestBundle_S6_Week_010"
+ ]
+ },
+ "QS06-Season6_Paid_Schedule": {
+ "templateId": "ChallengeBundleSchedule:season6_paid_schedule",
+ "granted_bundles": [
+ "QS06-QuestBundle_S6_Cumulative"
+ ]
+ },
+ "QS06-Season6_ProgressiveA_Schedule": {
+ "templateId": "ChallengeBundleSchedule:season6_progressivea_schedule",
+ "granted_bundles": [
+ "QS06-QuestBundle_S6_ProgressiveA"
+ ]
+ },
+ "QS06-Season6_ProgressiveB_Schedule": {
+ "templateId": "ChallengeBundleSchedule:season6_progressiveb_schedule",
+ "granted_bundles": [
+ "QS06-QuestBundle_S6_ProgressiveB"
+ ]
+ }
+ },
+ "ChallengeBundles": {
+ "QS06-QuestBundle_Fortnitemares_Part1": {
+ "templateId": "ChallengeBundle:questbundle_fortnitemares_part1",
+ "challenge_bundle_schedule_id": "QS06-Schedule_Fortnitemares",
+ "grantedquestinstanceids": [
+ "QS06-Quest_FNM_Elim_AI",
+ "QS06-Quest_FNM_Dam_PistolAR_AI",
+ "QS06-Quest_FNM_Visit_CorruptedAreas",
+ "QS06-Quest_FNM_Dance_ScavengerHunt_Gargoyles"
+ ],
+ "completionRewards": {
+ "-1": [
+ {
+ "templateId": "AthenaDance:emoji_fiery",
+ "quantity": 1,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_fortnitemareschallenges",
+ "giftBoxFormatData": {}
+ }
+ }
]
}
},
- "ChallengeBundles": {
- "QS09-QuestBundle_14DaysOfSummer": {
- "templateId": "ChallengeBundle:questbundle_14daysofsummer",
- "challenge_bundle_schedule_id": "QS09-Schedule_14DaysOfSummer",
- "grantedquestinstanceids": [
- "QS09-Quest_BR_FDS_Dance_BeachParties",
- "QS09-Quest_BR_FDS_Touch_GiantBeachBall",
- "QS09-Quest_BR_FDS_Eliminate_Unvaulted_or_Drumgun",
- "QS09-Quest_BR_FDS_ThankBusDriver_and_Top20",
- "QS09-Quest_BR_FDS_Destroy_PartyBalloons",
- "QS09-Quest_BR_FDS_Interact_UnicornFloaties",
- "QS09-Quest_BR_FDS_HitPlayer_Waterballoon",
- "QS09-Quest_BR_FDS_Touch_GiantUmbrella",
- "QS09-Quest_BR_FDS_Score_Trickpoints_Driftboard",
- "QS09-Quest_BR_FDS_Interact_Fireworks",
- "QS09-Quest_BR_FDS_Score_BalloonBoard",
- "QS09-Quest_BR_FDS_Visit_DuckyBeachballUmbrella_SingleMatch",
- "QS09-Quest_BR_FDS_Interact_HiddenThing_InLoadingScreen",
- "QS09-Quest_BR_FDS_Destroy_Grills_WithUtensilPickaxes"
- ],
- "completionRewards": {
- "-1": [
- {
- "templateId": "AthenaBackpack:bid_303_bananasmoothie",
- "quantity": 1,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_genericnoicon",
- "giftBoxFormatData": {
- "HeaderAssetString": "Header.Congratulations",
- "BodyAssetString": "Reward.14DaysOfSummer"
- }
- }
- }
- ]
- }
- },
- "QS09-QuestBundle_LTM_Mash": {
- "templateId": "ChallengeBundle:questbundle_ltm_mash",
- "challenge_bundle_schedule_id": "QS09-Schedule_LTM_Mash",
- "grantedquestinstanceids": [
- "QS09-Quest_BR_Mash_Headshots",
- "QS09-Quest_BR_Mash_Eliminate_Exploders_Distance",
- "QS09-Quest_BR_Mash_Interact_ScoreMultiplier",
- "QS09-Quest_BR_Mash_Damage_Spawners",
- "QS09-Quest_BR_Mash_Eliminate_Golden",
- "QS09-Quest_BR_Mash_Win_NoDeath",
- "QS09-Quest_BR_Mash_TeamScore_Chain_A"
- ],
- "completionRewards": {
- "7": [
- {
- "templateId": "AthenaItemWrap:wrap_079_mash",
- "quantity": 1,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_genericnoicon",
- "giftBoxFormatData": {
- "HeaderAssetString": "Header.Congratulations",
- "BodyAssetString": "Reward.MashLTM"
- }
- }
- }
- ]
- }
- },
- "QS09-QuestBundle_LTM_Wax": {
- "templateId": "ChallengeBundle:questbundle_ltm_wax",
- "challenge_bundle_schedule_id": "QS09-Schedule_LTM_Wax",
- "grantedquestinstanceids": [
- "QS09-Quest_BR_Wax_Win",
- "QS09-Quest_BR_Wax_Play_Matches",
- "QS09-Quest_BR_Wax_CollectCoins",
- "QS09-Quest_BR_Wax_CollectCoins_SingleMatch",
- "QS09-Quest_BR_Wax_Damage_Shotgun",
- "QS09-Quest_BR_Wax_Damage_Assault"
- ],
- "completionRewards": {
- "5": [
- {
- "templateId": "AthenaBackpack:bid_273_assassinsuitcoin",
- "quantity": 1,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_genericnoicon",
- "giftBoxFormatData": {
- "HeaderAssetString": "Header.Congratulations",
- "BodyAssetString": "Reward.WaxLTM"
- }
- }
- }
- ]
- }
- },
- "QS09-QuestBundle_S9_Architect": {
- "templateId": "ChallengeBundle:questbundle_s9_architect",
- "challenge_bundle_schedule_id": "QS09-Season9_Architect_Schedule",
- "grantedquestinstanceids": [
- "QS09-Quest_BR_Architect_Fortbyte_A",
- "QS09-Quest_BR_Architect_Fortbyte_B"
- ],
- "completionRewards": {
- "-1": []
- }
- },
- "QS09-QuestBundle_S9_BattleSuit": {
- "templateId": "ChallengeBundle:questbundle_s9_battlesuit",
- "challenge_bundle_schedule_id": "QS09-Season9_BattleSuit_Schedule",
- "grantedquestinstanceids": [
- "QS09-Quest_BR_S9_BattleSuit_Gain_SeasonXP_01",
- "QS09-Quest_BR_S9_BattleSuit_Gain_SeasonXP_02",
- "QS09-Quest_BR_S9_BattleSuit_Gain_SeasonXP_03",
- "QS09-Quest_BR_S9_BattleSuit_Gain_SeasonXP_04",
- "QS09-Quest_BR_S9_BattleSuit_Complete_WeeklyChallenges_01",
- "QS09-Quest_BR_S9_BattleSuit_Complete_WeeklyChallenges_02",
- "QS09-Quest_BR_S9_BattleSuit_Complete_WeeklyChallenges_03",
- "QS09-Quest_BR_S9_BattleSuit_Outlive_01",
- "QS09-Quest_BR_S9_BattleSuit_Outlive_02",
- "QS09-Quest_BR_S9_BattleSuit_Outlive_03",
- "QS09-Quest_BR_S9_BattleSuit_CollectGlyphs_01",
- "QS09-Quest_BR_S9_BattleSuit_CollectGlyphs_02"
- ],
- "completionRewards": {
- "-1": [
- {
- "templateId": "HomebaseBannerIcon:brs9completionbattlesuit",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ]
- }
- },
- "QS09-QuestBundle_S9_BountyHunter": {
- "templateId": "ChallengeBundle:questbundle_s9_bountyhunter",
- "challenge_bundle_schedule_id": "QS09-Season9_BountyHunter_Schedule",
- "grantedquestinstanceids": [
- "QS09-Quest_BR_S9_BountyHunter_Outlive_01",
- "QS09-Quest_BR_S9_BountyHunter_Outlive_02",
- "QS09-Quest_BR_S9_BountyHunter_CollectGlyphs_01",
- "QS09-Quest_BR_S9_BountyHunter_CollectGlyphs_02"
- ],
- "completionRewards": {}
- },
- "QS09-QuestBundle_S9_BunkerMan": {
- "templateId": "ChallengeBundle:questbundle_s9_bunkerman",
- "challenge_bundle_schedule_id": "QS09-Season9_BunkerMan_Schedule",
- "grantedquestinstanceids": [
- "QS09-Quest_BR_S9_BunkerJonesy_CollectGlyphs_01",
- "QS09-Quest_BR_S9_BunkerJonesy_CollectGlyphs_02"
- ],
- "completionRewards": {
- "-1": []
- }
- },
- "QS09-QuestBundle_S9_Cumulative": {
- "templateId": "ChallengeBundle:questbundle_s9_cumulative",
- "challenge_bundle_schedule_id": "QS09-Season9_Cumulative_Schedule",
- "grantedquestinstanceids": [
- "QS09-Quest_BR_S9_Cumulative_Collect_Glyphs",
- "QS09-Quest_BR_S9_Cumulative_CollectTokens_001",
- "QS09-Quest_BR_S9_Cumulative_CollectTokens_002",
- "QS09-Quest_BR_S9_Cumulative_CollectTokens_003",
- "QS09-Quest_BR_S9_Cumulative_CollectTokens_004",
- "QS09-Quest_BR_S9_Cumulative_CollectTokens_005",
- "QS09-Quest_BR_S9_Cumulative_CollectTokens_006",
- "QS09-Quest_BR_S9_Cumulative_CollectTokens_007",
- "QS09-Quest_BR_S9_Cumulative_CollectTokens_008",
- "QS09-Quest_BR_S9_Cumulative_CollectTokens_009",
- "QS09-Quest_BR_S9_Cumulative_CollectTokens_010"
- ],
- "completionRewards": {
- "-1": [
- {
- "templateId": "HomebaseBannerIcon:brs9completion",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ]
- }
- },
- "QS09-QuestBundle_S9_Fortbyte_LoadingScreen": {
- "templateId": "ChallengeBundle:questbundle_s9_fortbyte_loadingscreen",
- "challenge_bundle_schedule_id": "QS09-Season9_Fortbyte_Loadingscreen_Schedule",
- "grantedquestinstanceids": [
- "QS09-Quest_BR_Collect_All_Fortbytes"
- ],
- "completionRewards": {
- "-1": []
- }
- },
- "QS09-QuestBundle_S9_Fortbyte": {
- "templateId": "ChallengeBundle:questbundle_s9_fortbyte",
- "challenge_bundle_schedule_id": "QS09-Season9_Fortbyte_Schedule",
- "grantedquestinstanceids": [
- "QS09-Quest_BR_S9_Fortbyte_00",
- "QS09-Quest_BR_S9_Fortbyte_01",
- "QS09-Quest_BR_S9_Fortbyte_02",
- "QS09-Quest_BR_S9_Fortbyte_03",
- "QS09-Quest_BR_S9_Fortbyte_04",
- "QS09-Quest_BR_S9_Fortbyte_05",
- "QS09-Quest_BR_S9_Fortbyte_06",
- "QS09-Quest_BR_S9_Fortbyte_07",
- "QS09-Quest_BR_S9_Fortbyte_08",
- "QS09-Quest_BR_S9_Fortbyte_09",
- "QS09-Quest_BR_S9_Fortbyte_10",
- "QS09-Quest_BR_S9_Fortbyte_11",
- "QS09-Quest_BR_S9_Fortbyte_12",
- "QS09-Quest_BR_S9_Fortbyte_13",
- "QS09-Quest_BR_S9_Fortbyte_14",
- "QS09-Quest_BR_S9_Fortbyte_15",
- "QS09-Quest_BR_S9_Fortbyte_16",
- "QS09-Quest_BR_S9_Fortbyte_17",
- "QS09-Quest_BR_S9_Fortbyte_18",
- "QS09-Quest_BR_S9_Fortbyte_19",
- "QS09-Quest_BR_S9_Fortbyte_20",
- "QS09-Quest_BR_S9_Fortbyte_21",
- "QS09-Quest_BR_S9_Fortbyte_22",
- "QS09-Quest_BR_S9_Fortbyte_23",
- "QS09-Quest_BR_S9_Fortbyte_24",
- "QS09-Quest_BR_S9_Fortbyte_25",
- "QS09-Quest_BR_S9_Fortbyte_26",
- "QS09-Quest_BR_S9_Fortbyte_27",
- "QS09-Quest_BR_S9_Fortbyte_28",
- "QS09-Quest_BR_S9_Fortbyte_29",
- "QS09-Quest_BR_S9_Fortbyte_30",
- "QS09-Quest_BR_S9_Fortbyte_31",
- "QS09-Quest_BR_S9_Fortbyte_32",
- "QS09-Quest_BR_S9_Fortbyte_33",
- "QS09-Quest_BR_S9_Fortbyte_34",
- "QS09-Quest_BR_S9_Fortbyte_35",
- "QS09-Quest_BR_S9_Fortbyte_36",
- "QS09-Quest_BR_S9_Fortbyte_37",
- "QS09-Quest_BR_S9_Fortbyte_38",
- "QS09-Quest_BR_S9_Fortbyte_39",
- "QS09-Quest_BR_S9_Fortbyte_40",
- "QS09-Quest_BR_S9_Fortbyte_41",
- "QS09-Quest_BR_S9_Fortbyte_42",
- "QS09-Quest_BR_S9_Fortbyte_43",
- "QS09-Quest_BR_S9_Fortbyte_44",
- "QS09-Quest_BR_S9_Fortbyte_45",
- "QS09-Quest_BR_S9_Fortbyte_46",
- "QS09-Quest_BR_S9_Fortbyte_47",
- "QS09-Quest_BR_S9_Fortbyte_48",
- "QS09-Quest_BR_S9_Fortbyte_49",
- "QS09-Quest_BR_S9_Fortbyte_50",
- "QS09-Quest_BR_S9_Fortbyte_51",
- "QS09-Quest_BR_S9_Fortbyte_52",
- "QS09-Quest_BR_S9_Fortbyte_53",
- "QS09-Quest_BR_S9_Fortbyte_54",
- "QS09-Quest_BR_S9_Fortbyte_55",
- "QS09-Quest_BR_S9_Fortbyte_56",
- "QS09-Quest_BR_S9_Fortbyte_57",
- "QS09-Quest_BR_S9_Fortbyte_58",
- "QS09-Quest_BR_S9_Fortbyte_59",
- "QS09-Quest_BR_S9_Fortbyte_60",
- "QS09-Quest_BR_S9_Fortbyte_61",
- "QS09-Quest_BR_S9_Fortbyte_62",
- "QS09-Quest_BR_S9_Fortbyte_63",
- "QS09-Quest_BR_S9_Fortbyte_64",
- "QS09-Quest_BR_S9_Fortbyte_65",
- "QS09-Quest_BR_S9_Fortbyte_66",
- "QS09-Quest_BR_S9_Fortbyte_67",
- "QS09-Quest_BR_S9_Fortbyte_68",
- "QS09-Quest_BR_S9_Fortbyte_69",
- "QS09-Quest_BR_S9_Fortbyte_70",
- "QS09-Quest_BR_S9_Fortbyte_71",
- "QS09-Quest_BR_S9_Fortbyte_72",
- "QS09-Quest_BR_S9_Fortbyte_73",
- "QS09-Quest_BR_S9_Fortbyte_74",
- "QS09-Quest_BR_S9_Fortbyte_75",
- "QS09-Quest_BR_S9_Fortbyte_76",
- "QS09-Quest_BR_S9_Fortbyte_77",
- "QS09-Quest_BR_S9_Fortbyte_78",
- "QS09-Quest_BR_S9_Fortbyte_79",
- "QS09-Quest_BR_S9_Fortbyte_80",
- "QS09-Quest_BR_S9_Fortbyte_81",
- "QS09-Quest_BR_S9_Fortbyte_82",
- "QS09-Quest_BR_S9_Fortbyte_83",
- "QS09-Quest_BR_S9_Fortbyte_84",
- "QS09-Quest_BR_S9_Fortbyte_85",
- "QS09-Quest_BR_S9_Fortbyte_86",
- "QS09-Quest_BR_S9_Fortbyte_87",
- "QS09-Quest_BR_S9_Fortbyte_88",
- "QS09-Quest_BR_S9_Fortbyte_89",
- "QS09-Quest_BR_S9_Fortbyte_90",
- "QS09-Quest_BR_S9_Fortbyte_91",
- "QS09-Quest_BR_S9_Fortbyte_92",
- "QS09-Quest_BR_S9_Fortbyte_93",
- "QS09-Quest_BR_S9_Fortbyte_94",
- "QS09-Quest_BR_S9_Fortbyte_95",
- "QS09-Quest_BR_S9_Fortbyte_96",
- "QS09-Quest_BR_S9_Fortbyte_97",
- "QS09-Quest_BR_S9_Fortbyte_98",
- "QS09-Quest_BR_S9_Fortbyte_99"
- ],
- "completionRewards": {
- "-1": []
- }
- },
- "QS09-QuestBundle_S9_Week_001": {
- "templateId": "ChallengeBundle:questbundle_s9_week_001",
- "challenge_bundle_schedule_id": "QS09-Season9_Free_Schedule",
- "grantedquestinstanceids": [
- "QS09-Quest_BR_Use_WindTunnel_Chain_NeoTilted",
- "QS09-Quest_BR_Visit_SkyPlatforms",
- "QS09-Quest_BR_Damage_After_ShadowBomb",
- "QS09-Quest_BR_Collect_LegendaryItem_DifferentMatches",
- "QS09-Quest_BR_Interact_Chests_TwoLocations_01",
- "QS09-Quest_BR_Eliminate_ScopedWeapon",
- "QS09-Quest_BR_Damage_Above_2Stories"
- ],
- "completionRewards": {
- "1": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "2": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "3": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "4": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 5000,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_challengecomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "5": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "6": [
- {
- "templateId": "Token:fortbyte_weeklychallengescomplete_week1",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "-1": [
- {
- "templateId": "Token:athenabattlepass_weeklybundle_token",
- "quantity": 1,
- "giftBoxToUse": {}
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ]
- }
- },
- "QS09-QuestBundle_S9_Week_002": {
- "templateId": "ChallengeBundle:questbundle_s9_week_002",
- "challenge_bundle_schedule_id": "QS09-Season9_Free_Schedule",
- "grantedquestinstanceids": [
- "QS09-Quest_BR_Use_HVAC_DifferentMatches",
- "QS09-Quest_BR_Land_Chain_01_A",
- "QS09-Quest_BR_Eliminate_TwoLocations_01",
- "QS09-Quest_BR_Damage_Pistol",
- "QS09-Quest_BR_Visit_ThreeQuestProps",
- "QS09-Quest_BR_Interact_Chests_Locations_Different_SingleMatch",
- "QS09-Quest_BR_Eliminate_MinDistance_Chain_A"
- ],
- "completionRewards": {
- "1": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "2": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "3": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "4": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 5000,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_challengecomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "5": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "6": [
- {
- "templateId": "Token:fortbyte_weeklychallengescomplete_week2",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "-1": [
- {
- "templateId": "Token:athenabattlepass_weeklybundle_token",
- "quantity": 1,
- "giftBoxToUse": {}
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ]
- }
- },
- "QS09-QuestBundle_S9_Week_003": {
- "templateId": "ChallengeBundle:questbundle_s9_week_003",
- "challenge_bundle_schedule_id": "QS09-Season9_Free_Schedule",
- "grantedquestinstanceids": [
- "QS09-Quest_BR_TrickPoint_Driftboard",
- "QS09-Quest_BR_Interact_Chests_TwoLocations_02",
- "QS09-Quest_BR_Damage_After_SlipStream",
- "QS09-Quest_BR_Visit_TwoNamedLocs_Chain_01_A",
- "QS09-Quest_BR_Use_FlyingDisc_SelfCatch",
- "QS09-Quest_BR_Eliminate_ExplosiveWeapon",
- "QS09-Quest_BR_Damage_Weapons_Different_SingleMatch"
- ],
- "completionRewards": {
- "1": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "2": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "3": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "4": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 5000,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_challengecomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "5": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "6": [
- {
- "templateId": "Token:fortbyte_weeklychallengescomplete_week3",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "-1": [
- {
- "templateId": "Token:athenabattlepass_weeklybundle_token",
- "quantity": 1,
- "giftBoxToUse": {}
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ]
- }
- },
- "QS09-QuestBundle_S9_Week_004": {
- "templateId": "ChallengeBundle:questbundle_s9_week_004",
- "challenge_bundle_schedule_id": "QS09-Season9_Free_Schedule",
- "grantedquestinstanceids": [
- "QS09-Quest_BR_Damage_SniperRifle",
- "QS09-Quest_BR_Dance_Chain_ScavengerHunt_Locations_04_A",
- "QS09-Quest_BR_Eliminate_WeaponRarity_Legendary",
- "QS09-Quest_BR_Destroy_SupplyDropDrone",
- "QS09-Quest_BR_Land_Chain_02A",
- "QS09-Quest_BR_Eliminate_TwoLocations_02",
- "QS09-Quest_BR_Visit_NamedLocations_SingleMatch"
- ],
- "completionRewards": {
- "1": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "2": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "3": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "4": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 5000,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_challengecomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "5": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "6": [
- {
- "templateId": "Token:fortbyte_weeklychallengescomplete_week4",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "-1": [
- {
- "templateId": "Token:athenabattlepass_weeklybundle_token",
- "quantity": 1,
- "giftBoxToUse": {}
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ]
- }
- },
- "QS09-QuestBundle_S9_Week_005": {
- "templateId": "ChallengeBundle:questbundle_s9_week_005",
- "challenge_bundle_schedule_id": "QS09-Season9_Free_Schedule",
- "grantedquestinstanceids": [
- "QS09-Quest_BR_Damage_ThrownWeapons",
- "QS09-Quest_BR_Interact_Chests_TwoLocations_03",
- "QS09-Quest_BR_Eliminate",
- "QS09-Quest_BR_RaceTrack_Chain_Arid",
- "QS09-Quest_BR_Use_Trap_DifferentMatches",
- "QS09-Quest_BR_Visit_Turbines",
- "QS09-Quest_BR_Eliminate_Location_SkyPlatforms"
- ],
- "completionRewards": {
- "1": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "2": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "3": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "4": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 5000,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_challengecomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "5": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "6": [
- {
- "templateId": "Token:fortbyte_weeklychallengescomplete_week5",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "-1": [
- {
- "templateId": "Token:athenabattlepass_weeklybundle_token",
- "quantity": 1,
- "giftBoxToUse": {}
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ]
- }
- },
- "QS09-QuestBundle_S9_Week_006": {
- "templateId": "ChallengeBundle:questbundle_s9_week_006",
- "challenge_bundle_schedule_id": "QS09-Season9_Free_Schedule",
- "grantedquestinstanceids": [
- "QS09-Quest_BR_Land_Chain_03A",
- "QS09-Quest_BR_Damage_SMG",
- "QS09-Quest_BR_Hotspots_Chain_Chests",
- "QS09-Quest_BR_Damage_Vehicle_Opponent",
- "QS09-Quest_BR_Use_DogSweater",
- "QS09-Quest_BR_Use_Different_Vehicles_SingleMatch",
- "QS09-Quest_BR_Eliminate_TwoLocations_03"
- ],
- "completionRewards": {
- "1": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "2": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "3": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "4": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 6000,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_challengecomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "5": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "6": [
- {
- "templateId": "Token:fortbyte_weeklychallengescomplete_week6",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "-1": [
- {
- "templateId": "Token:athenabattlepass_weeklybundle_token",
- "quantity": 1,
- "giftBoxToUse": {}
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ]
- }
- },
- "QS09-QuestBundle_S9_Week_007": {
- "templateId": "ChallengeBundle:questbundle_s9_week_007",
- "challenge_bundle_schedule_id": "QS09-Season9_Free_Schedule",
- "grantedquestinstanceids": [
- "QS09-Quest_BR_Interact_Chests_TwoLocations_04",
- "QS09-Quest_BR_Interact_AmmoBox_Locations_Different",
- "QS09-Quest_BR_Eliminate_SuppressedWeapon",
- "QS09-Quest_BR_Damage_Passenger_Vehicle",
- "QS09-Quest_BR_Visit_TwoNamedLocs_Chain_02_A",
- "QS09-Quest_BR_Interact_Chest_VendingMachine_Campfire_SingleMatch",
- "QS09-Quest_BR_Eliminate_MaxDistance"
- ],
- "completionRewards": {
- "1": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "2": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "3": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "4": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 7000,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_challengecomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "5": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "6": [
- {
- "templateId": "Token:fortbyte_weeklychallengescomplete_week7",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "-1": [
- {
- "templateId": "Token:athenabattlepass_weeklybundle_token",
- "quantity": 1,
- "giftBoxToUse": {}
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ]
- }
- },
- "QS09-QuestBundle_S9_Week_008": {
- "templateId": "ChallengeBundle:questbundle_s9_week_008",
- "challenge_bundle_schedule_id": "QS09-Season9_Free_Schedule",
- "grantedquestinstanceids": [
- "QS09-Quest_BR_Heal_Shields",
- "QS09-Quest_BR_Visit_Clocks",
- "QS09-Quest_BR_Eliminate_TwoLocations_04",
- "QS09-Quest_BR_Damage_AssaultRifle",
- "QS09-Quest_BR_Land_Chain_04A",
- "QS09-Quest_BR_Airvent_Zipline_VolcanoVent_SingleMatch",
- "QS09-Quest_BR_Eliminate_Location_OutsidePOI"
- ],
- "completionRewards": {
- "1": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "2": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "3": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "4": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 8000,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_challengecomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "5": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "6": [
- {
- "templateId": "Token:fortbyte_weeklychallengescomplete_week8",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "-1": [
- {
- "templateId": "Token:athenabattlepass_weeklybundle_token",
- "quantity": 1,
- "giftBoxToUse": {}
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ]
- }
- },
- "QS09-QuestBundle_S9_Week_009": {
- "templateId": "ChallengeBundle:questbundle_s9_week_009",
- "challenge_bundle_schedule_id": "QS09-Season9_Free_Schedule",
- "grantedquestinstanceids": [
- "QS09-Quest_BR_Use_ChugJug_ChillBronco",
- "QS09-Quest_BR_Visit_SolarArrays",
- "QS09-Quest_BR_Eliminate_Weapon_RarityChain_Grey",
- "QS09-Quest_BR_Damage_Headshot",
- "QS09-Quest_BR_Interact_Chests_TwoLocations_05",
- "QS09-Quest_BR_Eliminate_Location_Different",
- "QS09-Quest_BR_Damage_After_VolcanoVent"
- ],
- "completionRewards": {
- "1": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "2": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "3": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "4": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 9000,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_challengecomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "5": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "6": [
- {
- "templateId": "Token:fortbyte_weeklychallengescomplete_week9",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "-1": [
- {
- "templateId": "Token:athenabattlepass_weeklybundle_token",
- "quantity": 1,
- "giftBoxToUse": {}
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ]
- }
- },
- "QS09-QuestBundle_S9_Week_010": {
- "templateId": "ChallengeBundle:questbundle_s9_week_010",
- "challenge_bundle_schedule_id": "QS09-Season9_Free_Schedule",
- "grantedquestinstanceids": [
- "QS09-Quest_BR_Use_AirStrike",
- "QS09-Quest_BR_Damage_Shotgun",
- "QS09-Quest_BR_Interact_AmmoBoxes_SingleMatch",
- "QS09-Quest_BR_Visit_Poster",
- "QS09-Quest_BR_Chain_Collect_BuildingResources_SpecificLocations_A",
- "QS09-Quest_BR_Eliminate_TwoLocations_05",
- "QS09-Quest_BR_Damage_Pickaxe"
- ],
- "completionRewards": {
- "1": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "2": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "3": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "4": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 10000,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_challengecomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "5": [
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "6": [
- {
- "templateId": "Token:fortbyte_weeklychallengescomplete_week10",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "-1": [
- {
- "templateId": "Token:athenabattlepass_weeklybundle_token",
- "quantity": 1,
- "giftBoxToUse": {}
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ]
- }
- },
- "QS09-QuestBundle_S9_Masako": {
- "templateId": "ChallengeBundle:questbundle_s9_masako",
- "challenge_bundle_schedule_id": "QS09-Season9_Masako_Schedule",
- "grantedquestinstanceids": [
- "QS09-Quest_BR_S9_Masako_CollectGlyphs_01",
- "QS09-Quest_BR_S9_Masako_CollectGlyphs_02"
- ],
- "completionRewards": {}
- },
- "QS09-QuestBundle_S9_Overtime": {
- "templateId": "ChallengeBundle:questbundle_s9_overtime",
- "challenge_bundle_schedule_id": "QS09-Season9_OT_Schedule",
- "grantedquestinstanceids": [
- "QS09-Quest_BR_S9_Overtime_CompleteQuests_ChainTest_01a",
- "QS09-Quest_BR_S9_Overtime_CompleteQuests_ChainTest_02a",
- "QS09-Quest_BR_S9_Overtime_CompleteQuests_ChainTest_03a",
- "QS09-Quest_BR_OT_Eliminate_Assist_Friend",
- "QS09-Quest_BR_OT_Damage_Shotgun",
- "QS09-Quest_BR_OT_Visit_LootPolarPressure",
- "QS09-Quest_BR_OT_Revive_Friend_DifferentMatches",
- "QS09-Quest_BR_OT_Damage_AssaultRifle",
- "QS09-Quest_BR_OT_Dance_Skeleton",
- "QS09-Quest_BR_OT_Top15_DuosSquads_WithFriend",
- "QS09-Quest_BR_OT_Damage_SMG",
- "QS09-Quest_BR_OT_Score_Soccer_Pitch"
- ],
- "completionRewards": {
- "-1": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 15000,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_genericnoicon",
- "giftBoxFormatData": {
- "HeaderAssetString": "Header.Congratulations",
- "BodyAssetString": "Reward.OvertimeEventStarted"
- }
- }
- }
- ]
- }
- },
- "QS09-QuestBundle_S9_StrawberryPilot": {
- "templateId": "ChallengeBundle:questbundle_s9_strawberrypilot",
- "challenge_bundle_schedule_id": "QS09-Season9_Paid_Schedule",
- "grantedquestinstanceids": [
- "QS09-Quest_BR_S9_StrawberryPilot_CollectGlyphs_05",
- "QS09-Quest_BR_S9_StrawberryPilot_Gain_SeasonXP_01",
- "QS09-Quest_BR_S9_StrawberryPilot_Gain_SeasonXP_02",
- "QS09-Quest_BR_S9_StrawberryPilot_Gain_SeasonXP_03",
- "QS09-Quest_BR_S9_StrawberryPilot_Gain_SeasonXP_04",
- "QS09-Quest_BR_S9_StrawberryPilot_Complete_WeeklyChallenges_01",
- "QS09-Quest_BR_S9_StrawberryPilot_Complete_WeeklyChallenges_02",
- "QS09-Quest_BR_S9_StrawberryPilot_Complete_WeeklyChallenges_03",
- "QS09-Quest_BR_S9_StrawberryPilot_CollectGlyphs_01",
- "QS09-Quest_BR_S9_StrawberryPilot_CollectGlyphs_02",
- "QS09-Quest_BR_S9_StrawberryPilot_CollectGlyphs_03",
- "QS09-Quest_BR_S9_StrawberryPilot_CollectGlyphs_04"
- ],
- "completionRewards": {
- "-1": [
- {
- "templateId": "HomebaseBannerIcon:brs9completionstrawberry",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ]
- }
- },
- "QS09-QuestBundle_S9_Rooster": {
- "templateId": "ChallengeBundle:questbundle_s9_rooster",
- "challenge_bundle_schedule_id": "QS09-Season9_Paid_Schedule",
- "grantedquestinstanceids": [
- "QS09-Quest_BR_S9_Rooster_CollectGlyphs_01_A",
- "QS09-Quest_BR_S9_Rooster_CollectGlyphs_02"
- ],
- "completionRewards": {
- "-1": [
- {
- "templateId": "HomebaseBannerIcon:brs9completionrooster",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ]
- }
- },
- "QS09-QuestBundle_S9_StormTracker": {
- "templateId": "ChallengeBundle:questbundle_s9_stormtracker",
- "challenge_bundle_schedule_id": "QS09-Season9_StormTracker_Schedule",
- "grantedquestinstanceids": [
- "QS09-Quest_BR_S9_StormTracker_CollectGlyphs_01",
- "QS09-Quest_BR_S9_StormTracker_CollectGlyphs_02"
- ],
- "completionRewards": {}
- },
- "QS09-QuestBundle_Birthday2019_BR": {
- "templateId": "ChallengeBundle:questbundle_birthday2019_br",
- "challenge_bundle_schedule_id": "QS09-Schedule_Birthday2019_BR",
- "grantedquestinstanceids": [
- "QS09-Quest_BR_Play_Birthday",
- "QS09-Quest_BR_Dance_ScavengerHunt_BirthdayCakes",
- "QS09-Quest_BR_Outlast_Birthday",
- "QS09-Quest_BR_Heal_BirthdayCake"
- ],
- "completionRewards": {
- "4": [
- {
- "templateId": "AthenaPickaxe:pickaxe_id_233_birthday2019",
- "quantity": 1,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_generic",
- "giftBoxFormatData": {
- "HeaderAssetString": "Header.Congratulations",
- "BodyAssetString": "Reward.Birthday2"
- }
- }
- }
- ]
- }
+ "QS06-QuestBundle_Fortnitemares_Part2": {
+ "templateId": "ChallengeBundle:questbundle_fortnitemares_part2",
+ "challenge_bundle_schedule_id": "QS06-Schedule_Fortnitemares",
+ "grantedquestinstanceids": [
+ "QS06-Quest_FNM_Elim_AI_Fiend",
+ "QS06-Quest_FNM_Dam_ShotgunSMG_AI",
+ "QS06-Quest_FNM_Eliminate_Location_CorruptedAreas",
+ "QS06-Quest_FNM_Destroy_ScavengerHunt_GhostDecos"
+ ],
+ "completionRewards": {
+ "-1": [
+ {
+ "templateId": "AthenaDance:spid_063_cowboy",
+ "quantity": 1,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_fortnitemareschallenges",
+ "giftBoxFormatData": {}
+ }
+ }
+ ]
}
},
- "Quests": {
- "QS09-Quest_BR_FDS_Dance_BeachParties": {
- "templateId": "Quest:quest_br_fds_dance_beachparties",
- "challenge_bundle_id": "QS09-QuestBundle_14DaysOfSummer",
- "objectives": {
- "fds_dance_athena_beach_party_01": 1,
- "fds_dance_athena_beach_party_02": 1,
- "fds_dance_athena_beach_party_03": 1,
- "fds_dance_athena_beach_party_04": 1,
- "fds_dance_athena_beach_party_05": 1,
- "fds_dance_athena_beach_party_06": 1,
- "fds_dance_athena_beach_party_07": 1
- },
- "objectiveCompletionCount": 6,
- "rewards": [
+ "QS06-QuestBundle_Fortnitemares_Part3": {
+ "templateId": "ChallengeBundle:questbundle_fortnitemares_part3",
+ "challenge_bundle_schedule_id": "QS06-Schedule_Fortnitemares",
+ "grantedquestinstanceids": [
+ "QS06-Quest_FNM_Elim_AI_Brute",
+ "QS06-Quest_FNM_Dam_ExplosiveWeapons_AI",
+ "QS06-Quest_FNM_Interact_Chests_Location_CorruptedAreas",
+ "QS06-Quest_FNM_Visit_Chain1_WailingWoods"
+ ],
+ "completionRewards": {
+ "-1": [
{
- "templateId": "AthenaDance:eid_swimdance",
- "quantity": 1
+ "templateId": "AthenaSkyDiveContrail:trails_id_31_greenflame",
+ "quantity": 1,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_fortnitemareschallenges",
+ "giftBoxFormatData": {}
+ }
+ }
+ ]
+ }
+ },
+ "QS06-QuestBundle_Fortnitemares_Part4": {
+ "templateId": "ChallengeBundle:questbundle_fortnitemares_part4",
+ "challenge_bundle_schedule_id": "QS06-Schedule_Fortnitemares",
+ "grantedquestinstanceids": [
+ "QS06-Quest_FNM_Elim_AI_Elite",
+ "QS06-Quest_FNM_Damage_MonsterSpawners",
+ "QS06-Quest_FNM_Dam_AI_SingleMatch",
+ "QS06-Quest_FNM_Visit_CorruptedAreas_SingleMatch",
+ "QS06-Quest_FNM_Destroy_MonsterSpawners",
+ "QS06-Quest_FNM_CompleteQuests"
+ ],
+ "completionRewards": {
+ "-1": [
+ {
+ "templateId": "AthenaGlider:glider_id_088_evilcowboy",
+ "quantity": 1,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_fortnitemareschallenges",
+ "giftBoxFormatData": {}
+ }
+ }
+ ]
+ }
+ },
+ "QS06-QuestBundle_LTM_LilKevin": {
+ "templateId": "ChallengeBundle:questbundle_ltm_lilkevin",
+ "challenge_bundle_schedule_id": "QS06-Schedule_LTM_LilKevin",
+ "grantedquestinstanceids": [
+ "QS06-Quest_BR_LilKevin_Play_Matches",
+ "QS06-Quest_BR_LilKevin_Gain_XP",
+ "QS06-Quest_BR_LilKevin_Outlive_Opponents"
+ ],
+ "completionRewards": {
+ "-1": [
+ {
+ "templateId": "AthenaBackpack:bid_147_lilkev",
+ "quantity": 1,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_fortnitemareschallenges",
+ "giftBoxFormatData": {}
+ }
+ }
+ ]
+ }
+ },
+ "QS06-QuestBundle_S6_Week_001": {
+ "templateId": "ChallengeBundle:questbundle_s6_week_001",
+ "challenge_bundle_schedule_id": "QS06-Season6_Free_Schedule",
+ "grantedquestinstanceids": [
+ "QS06-Quest_BR_Collect_LegendaryItem_DifferentMatches",
+ "QS06-Quest_BR_Heal_CozyCampfire_",
+ "QS06-Quest_BR_Interact_Chests_ChainSearch",
+ "QS06-Quest_BR_Heal_Shields",
+ "QS06-Quest_BR_Land_Junk_Chain_01A",
+ "QS06-Quest_BR_Dance_ScavengerHunt_Streetlights",
+ "QS06-Quest_BR_Eliminate_Location_Different"
+ ],
+ "completionRewards": {
+ "1": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
}
],
- "hiddenRewards": [],
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_genericnoicon",
- "giftBoxFormatData": {
- "HeaderAssetString": "Header.Congratulations",
- "BodyAssetString": "Reward.14DaysOfSummer"
- }
- }
- },
- "QS09-Quest_BR_FDS_Touch_GiantBeachBall": {
- "templateId": "Quest:quest_br_fds_touch_giantbeachball",
- "challenge_bundle_id": "QS09-QuestBundle_14DaysOfSummer",
- "objectives": {
- "fds_touch_athena_giant_beach_ball": 5
- },
- "objectiveCompletionCount": 1,
- "rewards": [
+ "2": [
{
- "templateId": "AthenaLoadingScreen:lsid_143_summerdays",
- "quantity": 1
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
}
],
- "hiddenRewards": [],
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_genericnoicon",
- "giftBoxFormatData": {
- "HeaderAssetString": "Header.Congratulations",
- "BodyAssetString": "Reward.14DaysOfSummer"
- }
- }
- },
- "QS09-Quest_BR_FDS_Eliminate_Unvaulted_or_Drumgun": {
- "templateId": "Quest:quest_br_fds_eliminate_unvaulted_or_drumgun",
- "challenge_bundle_id": "QS09-QuestBundle_14DaysOfSummer",
- "objectives": {
- "fds_killingblow_athena_player_unvaulted_or_drumgun": 5
- },
- "objectiveCompletionCount": 1,
- "rewards": [
+ "3": [
{
- "templateId": "AthenaDance:toy_019_waterballoon",
- "quantity": 1
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
}
],
- "hiddenRewards": [],
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_genericnoicon",
- "giftBoxFormatData": {
- "HeaderAssetString": "Header.Congratulations",
- "BodyAssetString": "Reward.14DaysOfSummer"
- }
- }
- },
- "QS09-Quest_BR_FDS_ThankBusDriver_and_Top20": {
- "templateId": "Quest:quest_br_fds_thankbusdriver_and_top20",
- "challenge_bundle_id": "QS09-QuestBundle_14DaysOfSummer",
- "objectives": {
- "fds_thank_athena_busdriver_top20_differentmatches": 5
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AthenaDance:emoji_summerdays",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_genericnoicon",
- "giftBoxFormatData": {
- "HeaderAssetString": "Header.Congratulations",
- "BodyAssetString": "Reward.14DaysOfSummer"
- }
- }
- },
- "QS09-Quest_BR_FDS_Destroy_PartyBalloons": {
- "templateId": "Quest:quest_br_fds_destroy_partyballoons",
- "challenge_bundle_id": "QS09-QuestBundle_14DaysOfSummer",
- "objectives": {
- "fds_destroy_athena_partyballoons": 5
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AthenaDance:spid_127_summerdays01",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_genericnoicon",
- "giftBoxFormatData": {
- "HeaderAssetString": "Header.Congratulations",
- "BodyAssetString": "Reward.14DaysOfSummer"
- }
- }
- },
- "QS09-Quest_BR_FDS_Interact_UnicornFloaties": {
- "templateId": "Quest:quest_br_fds_interact_unicornfloaties",
- "challenge_bundle_id": "QS09-QuestBundle_14DaysOfSummer",
- "objectives": {
- "fds_interact_athena_unicorn_floaty_01": 1,
- "fds_interact_athena_unicorn_floaty_02": 1,
- "fds_interact_athena_unicorn_floaty_03": 1,
- "fds_interact_athena_unicorn_floaty_04": 1,
- "fds_interact_athena_unicorn_floaty_05": 1,
- "fds_interact_athena_unicorn_floaty_06": 1,
- "fds_interact_athena_unicorn_floaty_07": 1,
- "fds_interact_athena_unicorn_floaty_08": 1,
- "fds_interact_athena_unicorn_floaty_09": 1,
- "fds_interact_athena_unicorn_floaty_10": 1,
- "fds_interact_athena_unicorn_floaty_11": 1,
- "fds_interact_athena_unicorn_floaty_12": 1,
- "fds_interact_athena_unicorn_floaty_13": 1,
- "fds_interact_athena_unicorn_floaty_14": 1,
- "fds_interact_athena_unicorn_floaty_15": 1
- },
- "objectiveCompletionCount": 3,
- "rewards": [
- {
- "templateId": "AthenaItemWrap:wrap_091_hoversurfboard",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_genericnoicon",
- "giftBoxFormatData": {
- "HeaderAssetString": "Header.Congratulations",
- "BodyAssetString": "Reward.14DaysOfSummer"
- }
- }
- },
- "QS09-Quest_BR_FDS_HitPlayer_Waterballoon": {
- "templateId": "Quest:quest_br_fds_hitplayer_waterballoon",
- "challenge_bundle_id": "QS09-QuestBundle_14DaysOfSummer",
- "objectives": {
- "fds_hitplayer_athena_waterballoon": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AthenaLoadingScreen:lsid_144_waterballoonltm",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_genericnoicon",
- "giftBoxFormatData": {
- "HeaderAssetString": "Header.Congratulations",
- "BodyAssetString": "Reward.14DaysOfSummer"
- }
- }
- },
- "QS09-Quest_BR_FDS_Touch_GiantUmbrella": {
- "templateId": "Quest:quest_br_fds_touch_giantumbrella",
- "challenge_bundle_id": "QS09-QuestBundle_14DaysOfSummer",
- "objectives": {
- "fds_touch_athena_giant_beach_umbrella": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athenatoken_brs9_fds_ducky",
- "quantity": 1
- }
- ],
- "hiddenRewards": [
- {
- "templateId": "HomebaseBannerIcon:brs914daysrubberducky",
- "quantity": 1
- }
- ],
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_genericnoicon",
- "giftBoxFormatData": {
- "HeaderAssetString": "Header.Congratulations",
- "BodyAssetString": "Reward.14DaysOfSummer"
- }
- }
- },
- "QS09-Quest_BR_FDS_Score_Trickpoints_Driftboard": {
- "templateId": "Quest:quest_br_fds_score_trickpoints_driftboard",
- "challenge_bundle_id": "QS09-QuestBundle_14DaysOfSummer",
- "objectives": {
- "fds_score_athena_driftboard_surfwrap_trickpoints": 250000
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AthenaDance:spid_128_summerdays02",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_genericnoicon",
- "giftBoxFormatData": {
- "HeaderAssetString": "Header.Congratulations",
- "BodyAssetString": "Reward.14DaysOfSummer"
- }
- }
- },
- "QS09-Quest_BR_FDS_Interact_Fireworks": {
- "templateId": "Quest:quest_br_fds_interact_fireworks",
- "challenge_bundle_id": "QS09-QuestBundle_14DaysOfSummer",
- "objectives": {
- "battlepass_interact_athena_fireworks_01": 1,
- "battlepass_interact_athena_fireworks_02": 1,
- "battlepass_interact_athena_fireworks_03": 1,
- "battlepass_interact_athena_fireworks_04": 1,
- "battlepass_interact_athena_fireworks_05": 1,
- "battlepass_interact_athena_fireworks_06": 1,
- "battlepass_interact_athena_fireworks_07": 1,
- "battlepass_interact_athena_fireworks_08": 1,
- "battlepass_interact_athena_fireworks_09": 1,
- "battlepass_interact_athena_fireworks_10": 1,
- "battlepass_interact_athena_fireworks_11": 1,
- "battlepass_interact_athena_fireworks_12": 1,
- "battlepass_interact_athena_fireworks_13": 1,
- "battlepass_interact_athena_fireworks_14": 1,
- "battlepass_interact_athena_fireworks_15": 1
- },
- "objectiveCompletionCount": 3,
- "rewards": [
- {
- "templateId": "AthenaPickaxe:pickaxe_id_232_grillin1h",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_genericnoicon",
- "giftBoxFormatData": {
- "HeaderAssetString": "Header.Congratulations",
- "BodyAssetString": "Reward.14DaysOfSummer"
- }
- }
- },
- "QS09-Quest_BR_FDS_Score_BalloonBoard": {
- "templateId": "Quest:quest_br_fds_score_balloonboard",
- "challenge_bundle_id": "QS09-QuestBundle_14DaysOfSummer",
- "objectives": {
- "fds_score_athena_balloonboard": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AthenaSkyDiveContrail:trails_id_063_beachballs",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_genericnoicon",
- "giftBoxFormatData": {
- "HeaderAssetString": "Header.Congratulations",
- "BodyAssetString": "Reward.14DaysOfSummer"
- }
- }
- },
- "QS09-Quest_BR_FDS_Visit_DuckyBeachballUmbrella_SingleMatch": {
- "templateId": "Quest:quest_br_fds_visit_duckybeachballumbrella_singlematch",
- "challenge_bundle_id": "QS09-QuestBundle_14DaysOfSummer",
- "objectives": {
- "fds_touch_athena_giant_beach_ducky_beachball_umbrella_singlematch_01": 1,
- "fds_touch_athena_giant_beach_ducky_beachball_umbrella_singlematch_02": 1
- },
- "objectiveCompletionCount": 2,
- "rewards": [
- {
- "templateId": "AthenaBackpack:bid_304_duck",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_genericnoicon",
- "giftBoxFormatData": {
- "HeaderAssetString": "Header.Congratulations",
- "BodyAssetString": "Reward.14DaysOfSummer"
- }
- }
- },
- "QS09-Quest_BR_FDS_Interact_HiddenThing_InLoadingScreen": {
- "templateId": "Quest:quest_br_fds_interact_hiddenthing_inloadingscreen",
- "challenge_bundle_id": "QS09-QuestBundle_14DaysOfSummer",
- "objectives": {
- "fds_interact_athena_hidden_thing_in_loadingscreen": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AthenaMusicPack:musicpack_018_glitter",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_genericnoicon",
- "giftBoxFormatData": {
- "HeaderAssetString": "Header.Congratulations",
- "BodyAssetString": "Reward.14DaysOfSummer"
- }
- }
- },
- "QS09-Quest_BR_FDS_Destroy_Grills_WithUtensilPickaxes": {
- "templateId": "Quest:quest_br_fds_destroy_grills_withutensilpickaxes",
- "challenge_bundle_id": "QS09-QuestBundle_14DaysOfSummer",
- "objectives": {
- "fds_destroy_athena_grills_with_utensil_pickaxes": 7
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athenatoken_brs9_fds_grillin",
- "quantity": 1
- }
- ],
- "hiddenRewards": [
- {
- "templateId": "HomebaseBannerIcon:brs914daysgrillin",
- "quantity": 1
- }
- ],
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_genericnoicon",
- "giftBoxFormatData": {
- "HeaderAssetString": "Header.Congratulations",
- "BodyAssetString": "Reward.14DaysOfSummer"
- }
- }
- },
- "QS09-Quest_BR_Mash_Headshots": {
- "templateId": "Quest:quest_br_mash_headshots",
- "challenge_bundle_id": "QS09-QuestBundle_LTM_Mash",
- "objectives": {
- "ltm_mash_damage_athena_headshots": 500
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AthenaLoadingScreen:lsid_142_mashltm",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_Mash_Eliminate_Exploders_Distance": {
- "templateId": "Quest:quest_br_mash_eliminate_exploders_distance",
- "challenge_bundle_id": "QS09-QuestBundle_LTM_Mash",
- "objectives": {
- "ltm_mash_eliminate_athena_exploders_distance": 20
- },
- "objectiveCompletionCount": 1,
- "rewards": [
+ "4": [
{
"templateId": "AccountResource:athenaseasonalxp",
- "quantity": 500
+ "quantity": 5000,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_challengecomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
}
],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_Mash_Interact_ScoreMultiplier": {
- "templateId": "Quest:quest_br_mash_interact_scoremultiplier",
- "challenge_bundle_id": "QS09-QuestBundle_LTM_Mash",
- "objectives": {
- "ltm_mash_interact_score_multiplier": 10
- },
- "objectiveCompletionCount": 1,
- "rewards": [
+ "5": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "6": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "-1": [
+ {
+ "templateId": "Token:athenabattlepass_weeklybundle_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ]
+ }
+ },
+ "QS06-QuestBundle_S6_Week_002": {
+ "templateId": "ChallengeBundle:questbundle_s6_week_002",
+ "challenge_bundle_schedule_id": "QS06-Season6_Free_Schedule",
+ "grantedquestinstanceids": [
+ "QS06-Quest_BR_Visit_SevenSeals",
+ "QS06-Quest_BR_Interact_SpookyMist_DifferentMatches",
+ "QS06-Quest_BR_Damage_AR_Chain_A",
+ "QS06-Quest_BR_Eliminate_MinDistance",
+ "QS06-Quest_BR_Damage_Pistol",
+ "QS06-Quest_BR_Eliminate_Weapon_SMG",
+ "QS06-Quest_BR_Damage_Sniper_Hunting_Chain_A"
+ ],
+ "completionRewards": {
+ "1": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "2": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "3": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "4": [
{
"templateId": "AccountResource:athenaseasonalxp",
- "quantity": 500
+ "quantity": 5000,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_challengecomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
}
],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_Mash_Damage_Spawners": {
- "templateId": "Quest:quest_br_mash_damage_spawners",
- "challenge_bundle_id": "QS09-QuestBundle_LTM_Mash",
- "objectives": {
- "ltm_mash_damage_athena_spawners": 5000
- },
- "objectiveCompletionCount": 1,
- "rewards": [
+ "5": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "6": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "-1": [
+ {
+ "templateId": "Token:athenabattlepass_weeklybundle_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ]
+ }
+ },
+ "QS06-QuestBundle_S6_Week_003": {
+ "templateId": "ChallengeBundle:questbundle_s6_week_003",
+ "challenge_bundle_schedule_id": "QS06-Season6_Free_Schedule",
+ "grantedquestinstanceids": [
+ "QS06-Quest_BR_Revive_DifferentMatches",
+ "QS06-Quest_BR_Interact_Chests_QuestChain_01_A",
+ "QS06-Quest_BR_Eliminate_Trap",
+ "QS06-Quest_BR_Visit_TwoNamedLocs_Chain_01_A",
+ "QS06-Quest_BR_HitPlayer_With_TomatoEmote",
+ "QS06-Quest_BR_Timed_Trials",
+ "QS06-Quest_BR_Eliminate"
+ ],
+ "completionRewards": {
+ "1": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "2": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "3": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "4": [
{
"templateId": "AccountResource:athenaseasonalxp",
- "quantity": 500
+ "quantity": 5000,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_challengecomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
}
],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_Mash_Eliminate_Golden": {
- "templateId": "Quest:quest_br_mash_eliminate_golden",
- "challenge_bundle_id": "QS09-QuestBundle_LTM_Mash",
- "objectives": {
- "ltm_mash_eliminate_athena_golden": 5
- },
- "objectiveCompletionCount": 1,
- "rewards": [
+ "5": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "6": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "-1": [
+ {
+ "templateId": "Token:athenabattlepass_weeklybundle_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ]
+ }
+ },
+ "QS06-QuestBundle_S6_Week_004": {
+ "templateId": "ChallengeBundle:questbundle_s6_week_004",
+ "challenge_bundle_schedule_id": "QS06-Season6_Free_Schedule",
+ "grantedquestinstanceids": [
+ "QS06-Quest_BR_Use_PortaFort",
+ "QS06-Quest_BR_Interact_AmmoBox_Locations_Different",
+ "QS06-Quest_BR_RingDoorbell_DifferentHouses",
+ "QS06-Quest_BR_Land_Chain_02A",
+ "QS06-Quest_BR_Dance_ScavengerHunt_Locations_Chain_01A",
+ "QS06-Quest_BR_Shoot_SpecificTargets",
+ "QS06-Quest_BR_Eliminate_Location_SevenSeals"
+ ],
+ "completionRewards": {
+ "1": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "2": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "3": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "4": [
{
"templateId": "AccountResource:athenaseasonalxp",
- "quantity": 500
+ "quantity": 5000,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_challengecomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
}
],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_Mash_Win_NoDeath": {
- "templateId": "Quest:quest_br_mash_win_nodeath",
- "challenge_bundle_id": "QS09-QuestBundle_LTM_Mash",
- "objectives": {
- "ltm_mash_athena_win_nodeath": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
+ "5": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "6": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "-1": [
+ {
+ "templateId": "Token:athenabattlepass_weeklybundle_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ]
+ }
+ },
+ "QS06-QuestBundle_S6_Week_005": {
+ "templateId": "ChallengeBundle:questbundle_s6_week_005",
+ "challenge_bundle_schedule_id": "QS06-Season6_Free_Schedule",
+ "grantedquestinstanceids": [
+ "QS06-Quest_BR_RecordSpeed_RadarSigns",
+ "QS06-Quest_BR_Touch_FlamingRings_Vehicle",
+ "QS06-Quest_BR_Damage_Chain_Shotgun_A",
+ "QS06-Quest_BR_Eliminate_MaxDistance",
+ "QS06-Quest_BR_Damage_SMG",
+ "QS06-Quest_BR_Eliminate_Weapon_Minigun",
+ "QS06-Quest_BR_Damage_Chain_Pistol_A"
+ ],
+ "completionRewards": {
+ "1": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "2": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "3": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "4": [
{
"templateId": "AccountResource:athenaseasonalxp",
- "quantity": 500
+ "quantity": 5000,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_challengecomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
}
],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_Mash_TeamScore_Chain_D": {
- "templateId": "Quest:quest_br_mash_teamscore_chain_d",
- "challenge_bundle_id": "QS09-QuestBundle_LTM_Mash",
- "objectives": {
- "ltm_mash_athena_team_score_d": 200000
- },
- "objectiveCompletionCount": 1,
- "rewards": [
+ "5": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "6": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "-1": [
+ {
+ "templateId": "Token:athenabattlepass_weeklybundle_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ]
+ }
+ },
+ "QS06-QuestBundle_S6_Week_006": {
+ "templateId": "ChallengeBundle:questbundle_s6_week_006",
+ "challenge_bundle_schedule_id": "QS06-Season6_Free_Schedule",
+ "grantedquestinstanceids": [
+ "QS06-Quest_BR_Use_FreezeTrap",
+ "QS06-Quest_BR_Interact_Chests_Locations_Different",
+ "QS06-Quest_BR_Eliminate_Weapon_Shotgun",
+ "QS06-Quest_BR_Land_Chain_03A",
+ "QS06-Quest_BR_Damage_Pickaxe",
+ "QS06-Quest_BR_PianoChain_Visit_Map1",
+ "QS06-Quest_BR_Eliminate_Weapon_RarityChain_Grey"
+ ],
+ "completionRewards": {
+ "1": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "2": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "3": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "4": [
{
"templateId": "AccountResource:athenaseasonalxp",
- "quantity": 500
+ "quantity": 6000,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_challengecomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
}
],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_Mash_TeamScore_Chain_C": {
- "templateId": "Quest:quest_br_mash_teamscore_chain_c",
- "challenge_bundle_id": "QS09-QuestBundle_LTM_Mash",
- "objectives": {
- "ltm_mash_athena_team_score_c": 150000
- },
- "objectiveCompletionCount": 1,
- "rewards": [
+ "5": [
{
- "templateId": "Quest:quest_br_mash_teamscore_chain_d",
- "quantity": 1
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "6": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "-1": [
+ {
+ "templateId": "Token:athenabattlepass_weeklybundle_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
},
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ]
+ }
+ },
+ "QS06-QuestBundle_S6_Week_007": {
+ "templateId": "ChallengeBundle:questbundle_s6_week_007",
+ "challenge_bundle_schedule_id": "QS06-Season6_Free_Schedule",
+ "grantedquestinstanceids": [
+ "QS06-Quest_BR_Interact_AmmoBoxes_SingleMatch",
+ "QS06-Quest_BR_Damage_Headshot",
+ "QS06-Quest_BR_Damage_SingleMatch_Chain_1",
+ "QS06-Quest_BR_Destroy_TreesRocksCars_Chain_01_A",
+ "QS06-Quest_BR_Skydive_Rings",
+ "QS06-Quest_BR_Interact_HealingItems_QuestChain_01_A",
+ "QS06-Quest_BR_Eliminate_Location_PleasantPark"
+ ],
+ "completionRewards": {
+ "1": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "2": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "3": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "4": [
{
"templateId": "AccountResource:athenaseasonalxp",
- "quantity": 300
+ "quantity": 7000,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_challengecomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
}
],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_Mash_TeamScore_Chain_B": {
- "templateId": "Quest:quest_br_mash_teamscore_chain_b",
- "challenge_bundle_id": "QS09-QuestBundle_LTM_Mash",
- "objectives": {
- "ltm_mash_athena_team_score_b": 100000
- },
- "objectiveCompletionCount": 1,
- "rewards": [
+ "5": [
{
- "templateId": "Quest:quest_br_mash_teamscore_chain_c",
- "quantity": 1
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "6": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "-1": [
+ {
+ "templateId": "Token:athenabattlepass_weeklybundle_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
},
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ]
+ }
+ },
+ "QS06-QuestBundle_S6_Week_008": {
+ "templateId": "ChallengeBundle:questbundle_s6_week_008",
+ "challenge_bundle_schedule_id": "QS06-Season6_Free_Schedule",
+ "grantedquestinstanceids": [
+ "QS06-Quest_BR_Visit_Chain_LonelyRetailJunkPleasantFlushFatalHauntedLazyTomatoShifty_SingleMatchA",
+ "QS06-Quest_BR_Dance_FishTrophy_DifferentNamedLocations",
+ "QS06-Quest_BR_Eliminate_SixShooter_HeavyAssault",
+ "QS06-Quest_BR_Destroy_SpecificTargets",
+ "QS06-Quest_BR_TrickPoint_Vehicle",
+ "QS06-Quest_BR_Visit_NamedLocations_SingleMatch",
+ "QS06-Quest_BR_Use_HookPadRift_Chain_A"
+ ],
+ "completionRewards": {
+ "1": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "2": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "3": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "4": [
{
"templateId": "AccountResource:athenaseasonalxp",
- "quantity": 200
+ "quantity": 8000,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_challengecomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
}
],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_Mash_TeamScore_Chain_A": {
- "templateId": "Quest:quest_br_mash_teamscore_chain_a",
- "challenge_bundle_id": "QS09-QuestBundle_LTM_Mash",
- "objectives": {
- "ltm_mash_athena_team_score_a": 50000
- },
- "objectiveCompletionCount": 1,
- "rewards": [
+ "5": [
{
- "templateId": "Quest:quest_br_mash_teamscore_chain_b",
- "quantity": 1
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "6": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "-1": [
+ {
+ "templateId": "Token:athenabattlepass_weeklybundle_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
},
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ]
+ }
+ },
+ "QS06-QuestBundle_S6_Week_009": {
+ "templateId": "ChallengeBundle:questbundle_s6_week_009",
+ "challenge_bundle_schedule_id": "QS06-Season6_Free_Schedule",
+ "grantedquestinstanceids": [
+ "QS06-Quest_BR_TrickPoint__Airtime_Vehicle",
+ "QS06-Quest_BR_ScavengerHunt_PopBalloons_on_Clowns_DifferentLocations",
+ "QS06-Quest_BR_Interact_Chain_Shroom_SmShld_ShldPotion_ChugJug_A",
+ "QS06-Quest_BR_Damage_ThrownWeapons",
+ "QS06-Quest_BR_Damage_Enemy_Buildings_TNT",
+ "QS06-Quest_BR_Eliminate_Weapon_Rocket_GrenadeLaucher",
+ "QS06-Quest_BR_Damage_Chain_Grenage_GrenadeLauncher_Rocket_A"
+ ],
+ "completionRewards": {
+ "1": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "2": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "3": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "4": [
{
"templateId": "AccountResource:athenaseasonalxp",
- "quantity": 100
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_Wax_Win": {
- "templateId": "Quest:quest_br_wax_win",
- "challenge_bundle_id": "QS09-QuestBundle_LTM_Wax",
- "objectives": {
- "ltm_wax_athena_win": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
+ "quantity": 9000,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_challengecomplete",
+ "giftBoxFormatData": {}
+ }
+ },
{
- "templateId": "AthenaGlider:umbrella_assassinsuit",
- "quantity": 1
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
}
],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_Wax_Play_Matches": {
- "templateId": "Quest:quest_br_wax_play_matches",
- "challenge_bundle_id": "QS09-QuestBundle_LTM_Wax",
- "objectives": {
- "ltm_wax_athena_play_matches": 5
- },
- "objectiveCompletionCount": 1,
- "rewards": [
+ "5": [
{
- "templateId": "AthenaItemWrap:wrap_065_assassinsuit01",
- "quantity": 1
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
}
],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_Wax_CollectCoins": {
- "templateId": "Quest:quest_br_wax_collectcoins",
- "challenge_bundle_id": "QS09-QuestBundle_LTM_Wax",
- "objectives": {
- "ltm_wax_collect_athena_gold_coins": 120
- },
- "objectiveCompletionCount": 1,
- "rewards": [
+ "6": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "-1": [
+ {
+ "templateId": "Token:athenabattlepass_weeklybundle_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ]
+ }
+ },
+ "QS06-QuestBundle_S6_Week_010": {
+ "templateId": "ChallengeBundle:questbundle_s6_week_010",
+ "challenge_bundle_schedule_id": "QS06-Season6_Free_Schedule",
+ "grantedquestinstanceids": [
+ "QS06-Quest_BR_Build_Structures",
+ "QS06-Quest_BR_Visit_ScavengerHunt_Three_Locs",
+ "QS06-Quest_BR_Interact_Chests_Location_TiltedOrParadise",
+ "QS06-Quest_BR_Place_MountedTurret",
+ "QS06-Quest_BR_Land_Chain_LazySnobbyLuckyLonelySalty_A",
+ "QS06-Quest_BR_Timed_Trials_Vehicle",
+ "QS06-Quest_BR_Eliminate_QuestChain_03_A"
+ ],
+ "completionRewards": {
+ "1": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "2": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "3": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "4": [
{
"templateId": "AccountResource:athenaseasonalxp",
- "quantity": 500
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_Wax_CollectCoins_SingleMatch": {
- "templateId": "Quest:quest_br_wax_collectcoins_singlematch",
- "challenge_bundle_id": "QS09-QuestBundle_LTM_Wax",
- "objectives": {
- "ltm_wax_collect_athena_gold_coins_single_match": 20
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 500
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_Wax_Damage_Shotgun": {
- "templateId": "Quest:quest_br_wax_damage_shotgun",
- "challenge_bundle_id": "QS09-QuestBundle_LTM_Wax",
- "objectives": {
- "ltm_wax_damage_athena_shotgun": 500
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 500
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_Wax_Damage_Assault": {
- "templateId": "Quest:quest_br_wax_damage_assault",
- "challenge_bundle_id": "QS09-QuestBundle_LTM_Wax",
- "objectives": {
- "ltm_wax_damage_athena_assault": 500
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 500
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_Architect_Fortbyte_A": {
- "templateId": "Quest:quest_br_architect_fortbyte_a",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Architect",
- "objectives": {
- "architect_collect_fortbytes_95": 95
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "CosmeticVariantToken:vtid_242_f_battlesuit_stageb",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_Architect_Fortbyte_B": {
- "templateId": "Quest:quest_br_architect_fortbyte_b",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Architect",
- "objectives": {
- "architect_collect_fortbytes_100": 100
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "CosmeticVariantToken:vtid_243_f_battlesuit_stagec",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_S9_BattleSuit_Gain_SeasonXP_01": {
- "templateId": "Quest:quest_br_s9_battlesuit_gain_seasonxp_01",
- "challenge_bundle_id": "QS09-QuestBundle_S9_BattleSuit",
- "objectives": {
- "athena_season_xp_gained": 20000
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "CosmeticVariantToken:vtid_189_battlesuit_stageb",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_generic",
- "giftBoxFormatData": {
- "HeaderAssetString": "Header.Congratulations",
- "BodyAssetString": "Reward.GenericGift5"
- }
- }
- },
- "QS09-Quest_BR_S9_BattleSuit_Gain_SeasonXP_02": {
- "templateId": "Quest:quest_br_s9_battlesuit_gain_seasonxp_02",
- "challenge_bundle_id": "QS09-QuestBundle_S9_BattleSuit",
- "objectives": {
- "athena_season_xp_gained": 75000
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "CosmeticVariantToken:vtid_190_battlesuit_stagec",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_generic",
- "giftBoxFormatData": {
- "HeaderAssetString": "Header.Congratulations",
- "BodyAssetString": "Reward.GenericGift5"
- }
- }
- },
- "QS09-Quest_BR_S9_BattleSuit_Gain_SeasonXP_03": {
- "templateId": "Quest:quest_br_s9_battlesuit_gain_seasonxp_03",
- "challenge_bundle_id": "QS09-QuestBundle_S9_BattleSuit",
- "objectives": {
- "athena_season_xp_gained": 150000
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "CosmeticVariantToken:vtid_191_battlesuit_staged",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_generic",
- "giftBoxFormatData": {
- "HeaderAssetString": "Header.Congratulations",
- "BodyAssetString": "Reward.GenericGift5"
- }
- }
- },
- "QS09-Quest_BR_S9_BattleSuit_Gain_SeasonXP_04": {
- "templateId": "Quest:quest_br_s9_battlesuit_gain_seasonxp_04",
- "challenge_bundle_id": "QS09-QuestBundle_S9_BattleSuit",
- "objectives": {
- "athena_season_xp_gained": 250000
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "CosmeticVariantToken:vtid_192_battlesuit_stagee",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_generic",
- "giftBoxFormatData": {
- "HeaderAssetString": "Header.Congratulations",
- "BodyAssetString": "Reward.GenericGift5"
- }
- }
- },
- "QS09-Quest_BR_S9_BattleSuit_Complete_WeeklyChallenges_01": {
- "templateId": "Quest:quest_br_s9_battlesuit_complete_weeklychallenges_01",
- "challenge_bundle_id": "QS09-QuestBundle_S9_BattleSuit",
- "objectives": {
- "athena_battlesuit_complete_weeklychallenges_01": 45
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "CosmeticVariantToken:vtid_196_battlesuit_flamecolorb",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_generic",
- "giftBoxFormatData": {
- "HeaderAssetString": "Header.Congratulations",
- "BodyAssetString": "Reward.GenericGift5"
- }
- }
- },
- "QS09-Quest_BR_S9_BattleSuit_Complete_WeeklyChallenges_02": {
- "templateId": "Quest:quest_br_s9_battlesuit_complete_weeklychallenges_02",
- "challenge_bundle_id": "QS09-QuestBundle_S9_BattleSuit",
- "objectives": {
- "athena_battlesuit_complete_weeklychallenges_02": 55
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AthenaBackpack:bid_265_battlesuit",
- "quantity": 1
+ "quantity": 10000,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_challengecomplete",
+ "giftBoxFormatData": {}
+ }
},
{
- "templateId": "CosmeticVariantToken:vtid_210_battlesuit_backbling_styleb",
- "quantity": 1
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "5": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "6": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "-1": [
+ {
+ "templateId": "Token:athenabattlepass_weeklybundle_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
},
{
- "templateId": "CosmeticVariantToken:vtid_211_battlesuit_backbling_stylec",
- "quantity": 1
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ]
+ }
+ },
+ "QS06-QuestBundle_S6_Cumulative": {
+ "templateId": "ChallengeBundle:questbundle_s6_cumulative",
+ "challenge_bundle_schedule_id": "QS06-Season6_Paid_Schedule",
+ "grantedquestinstanceids": [
+ "QS06-Quest_BR_S6_Cumulative_CollectTokens_01",
+ "QS06-Quest_BR_S6_Cumulative_CollectTokens_02",
+ "QS06-Quest_BR_S6_Cumulative_CollectTokens_03",
+ "QS06-Quest_BR_S6_Cumulative_CollectTokens_04",
+ "QS06-Quest_BR_S6_Cumulative_CollectTokens_05",
+ "QS06-Quest_BR_S6_Cumulative_CollectTokens_06",
+ "QS06-Quest_BR_S6_Cumulative_CollectTokens_07",
+ "QS06-Quest_BR_S6_Cumulative_CollectTokens_08",
+ "QS06-Quest_BR_S6_Cumulative_CollectTokens_09",
+ "QS06-Quest_BR_S6_Cumulative_CollectTokens_10"
+ ],
+ "completionRewards": {
+ "7": [
+ {
+ "templateId": "Token:athenamysterytokenseason6",
+ "quantity": 1,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_challengecomplete",
+ "giftBoxFormatData": {}
+ }
},
{
- "templateId": "CosmeticVariantToken:vtid_212_battlesuit_backbling_styled",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_generic",
- "giftBoxFormatData": {
- "HeaderAssetString": "Header.Congratulations",
- "BodyAssetString": "Reward.GenericGift5"
- }
- }
- },
- "QS09-Quest_BR_S9_BattleSuit_Complete_WeeklyChallenges_03": {
- "templateId": "Quest:quest_br_s9_battlesuit_complete_weeklychallenges_03",
- "challenge_bundle_id": "QS09-QuestBundle_S9_BattleSuit",
- "objectives": {
- "athena_battlesuit_complete_weeklychallenges_03": 65
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "CosmeticVariantToken:vtid_193_battlesuit_clothingb",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_generic",
- "giftBoxFormatData": {
- "HeaderAssetString": "Header.Congratulations",
- "BodyAssetString": "Reward.GenericGift5"
- }
- }
- },
- "QS09-Quest_BR_S9_BattleSuit_Outlive_01": {
- "templateId": "Quest:quest_br_s9_battlesuit_outlive_01",
- "challenge_bundle_id": "QS09-QuestBundle_S9_BattleSuit",
- "objectives": {
- "athena_battlepass_battlesuit_outlive_01": 1000
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "CosmeticVariantToken:vtid_197_battlesuit_flamecolorc",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_generic",
- "giftBoxFormatData": {
- "HeaderAssetString": "Header.Congratulations",
- "BodyAssetString": "Reward.GenericGift5"
- }
- }
- },
- "QS09-Quest_BR_S9_BattleSuit_Outlive_02": {
- "templateId": "Quest:quest_br_s9_battlesuit_outlive_02",
- "challenge_bundle_id": "QS09-QuestBundle_S9_BattleSuit",
- "objectives": {
- "athena_battlepass_battlesuit_outlive_02": 5000
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AthenaPickaxe:pickaxe_id_209_battlesuit",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_generic",
- "giftBoxFormatData": {
- "HeaderAssetString": "Header.Congratulations",
- "BodyAssetString": "Reward.GenericGift5"
- }
- }
- },
- "QS09-Quest_BR_S9_BattleSuit_Outlive_03": {
- "templateId": "Quest:quest_br_s9_battlesuit_outlive_03",
- "challenge_bundle_id": "QS09-QuestBundle_S9_BattleSuit",
- "objectives": {
- "athena_battlepass_battlesuit_outlive_03": 10000
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "CosmeticVariantToken:vtid_194_battlesuit_clothingc",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_generic",
- "giftBoxFormatData": {
- "HeaderAssetString": "Header.Congratulations",
- "BodyAssetString": "Reward.GenericGift5"
- }
- }
- },
- "QS09-Quest_BR_S9_BattleSuit_CollectGlyphs_01": {
- "templateId": "Quest:quest_br_s9_battlesuit_collectglyphs_01",
- "challenge_bundle_id": "QS09-QuestBundle_S9_BattleSuit",
- "objectives": {
- "athena_battlepass_battlesuit_collectglyphs_01": 80
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "CosmeticVariantToken:vtid_198_battlesuit_flamecolord",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_generic",
- "giftBoxFormatData": {
- "HeaderAssetString": "Header.Congratulations",
- "BodyAssetString": "Reward.GenericGift5"
- }
- }
- },
- "QS09-Quest_BR_S9_BattleSuit_CollectGlyphs_02": {
- "templateId": "Quest:quest_br_s9_battlesuit_collectglyphs_02",
- "challenge_bundle_id": "QS09-QuestBundle_S9_BattleSuit",
- "objectives": {
- "athena_battlepass_battlesuit_collectglyphs_02": 85
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "CosmeticVariantToken:vtid_195_battlesuit_clothingd",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_generic",
- "giftBoxFormatData": {
- "HeaderAssetString": "Header.Congratulations",
- "BodyAssetString": "Reward.GenericGift5"
- }
- }
- },
- "QS09-Quest_BR_S9_BountyHunter_Outlive_01": {
- "templateId": "Quest:quest_br_s9_bountyhunter_outlive_01",
- "challenge_bundle_id": "QS09-QuestBundle_S9_BountyHunter",
- "objectives": {
- "athena_battlepass_bountyhunter_outlive_01": 2500
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AthenaBackpack:bid_262_bountyhunterfemale",
- "quantity": 1
+ "templateId": "AthenaCharacter:cid_267_athena_commando_m_robotred",
+ "quantity": 1,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_challengecomplete",
+ "giftBoxFormatData": {}
+ }
},
{
- "templateId": "CosmeticVariantToken:vtid_206_bountyhunter_styleb",
- "quantity": 1
- },
- {
- "templateId": "CosmeticVariantToken:vtid_207_bountyhunter_stylec",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_generic",
- "giftBoxFormatData": {
- "HeaderAssetString": "Header.Congratulations",
- "BodyAssetString": "Reward.GenericGift5"
- }
- }
- },
- "QS09-Quest_BR_S9_BountyHunter_Outlive_02": {
- "templateId": "Quest:quest_br_s9_bountyhunter_outlive_02",
- "challenge_bundle_id": "QS09-QuestBundle_S9_BountyHunter",
- "objectives": {
- "athena_battlepass_bountyhunter_outlive_02": 7500
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "CosmeticVariantToken:vtid_204_bountyhunter_styleb",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_S9_BountyHunter_CollectGlyphs_01": {
- "templateId": "Quest:quest_br_s9_bountyhunter_collectglyphs_01",
- "challenge_bundle_id": "QS09-QuestBundle_S9_BountyHunter",
- "objectives": {
- "athena_battlepass_bountyhunter_collectglyphs_01": 50
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "CosmeticVariantToken:vtid_205_bountyhunter_stylec",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_S9_BountyHunter_CollectGlyphs_02": {
- "templateId": "Quest:quest_br_s9_bountyhunter_collectglyphs_02",
- "challenge_bundle_id": "QS09-QuestBundle_S9_BountyHunter",
- "objectives": {
- "athena_battlepass_bountyhunter_collectglyphs_02": 55
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AthenaPickaxe:pickaxe_id_207_bountyhunter",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_generic",
- "giftBoxFormatData": {
- "HeaderAssetString": "Header.Congratulations",
- "BodyAssetString": "Reward.GenericGift5"
- }
- }
- },
- "QS09-Quest_BR_S9_BunkerJonesy_CollectGlyphs_01": {
- "templateId": "Quest:quest_br_s9_bunkerjonesy_collectglyphs_01",
- "challenge_bundle_id": "QS09-QuestBundle_S9_BunkerMan",
- "objectives": {
- "athena_battlepass_bunkerjonesy_collectglyphs_01": 30
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "CosmeticVariantToken:vtid_216_bunkerman_1h_pickaxeb",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_generic",
- "giftBoxFormatData": {
- "HeaderAssetString": "Header.Congratulations",
- "BodyAssetString": "Reward.GenericGift5"
- }
- }
- },
- "QS09-Quest_BR_S9_BunkerJonesy_CollectGlyphs_02": {
- "templateId": "Quest:quest_br_s9_bunkerjonesy_collectglyphs_02",
- "challenge_bundle_id": "QS09-QuestBundle_S9_BunkerMan",
- "objectives": {
- "athena_battlepass_bunkerjonesy_collectglyphs_02": 40
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AthenaBackpack:bid_266_bunkerman",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_generic",
- "giftBoxFormatData": {
- "HeaderAssetString": "Header.Congratulations",
- "BodyAssetString": "Reward.GenericGift5"
- }
- }
- },
- "QS09-Quest_BR_SuperDuper_A": {
- "templateId": "Quest:quest_br_superduper_a",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Cumulative",
- "objectives": {
- "superduper_interact_athena_a": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "CosmeticVariantToken:vtid_244_f_battlesuit_styleb",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_SuperDuper_B": {
- "templateId": "Quest:quest_br_superduper_b",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Cumulative",
- "objectives": {
- "superduper_interact_athena_b": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "CosmeticVariantToken:vtid_245_f_battlesuit_stylec",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_SuperDuper_C": {
- "templateId": "Quest:quest_br_superduper_c",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Cumulative",
- "objectives": {
- "superduper_interact_athena_c": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "CosmeticVariantToken:vtid_246_f_battlesuit_styled",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_SuperDuper_D": {
- "templateId": "Quest:quest_br_superduper_d",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Cumulative",
- "objectives": {
- "superduper_interact_athena_d": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "CosmeticVariantToken:vtid_247_f_battlesuit_stylee",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_SuperDuper_E": {
- "templateId": "Quest:quest_br_superduper_e",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Cumulative",
- "objectives": {
- "superduper_interact_athena_e": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "CosmeticVariantToken:vtid_248_f_battlesuit_stylef",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_S9_Cumulative_Collect_Glyphs": {
- "templateId": "Quest:quest_br_s9_cumulative_collect_glyphs",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Cumulative",
- "objectives": {
- "athena_s9cumulative_collect_glyphs": 90
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AthenaCharacter:cid_469_athena_commando_f_battlesuit",
- "quantity": 1
- },
- {
- "templateId": "ChallengeBundleSchedule:season9_architect_schedule",
- "quantity": 1
- }
- ],
- "hiddenRewards": [
- {
- "templateId": "Quest:quest_br_superduper_a",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_superduper_b",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_superduper_c",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_superduper_d",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_superduper_e",
- "quantity": 1
- }
- ],
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_challengecomplete",
- "giftBoxFormatData": {}
- }
- },
- "QS09-Quest_BR_S9_Cumulative_Quest01": {
- "templateId": "Quest:quest_br_s9_cumulative_quest01",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Cumulative",
- "objectives": {
- "battlepass_interact_cumulative_quest_01": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_S9_Cumulative_CollectTokens_001": {
- "templateId": "Quest:quest_br_s9_cumulative_collecttokens_001",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Cumulative",
- "objectives": {
- "battlepass_season9_cumulative_token01": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athena_fake_cumulative_ls_01",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_s9_cumulative_quest01",
- "quantity": 1
- }
- ],
- "hiddenRewards": [
- {
- "templateId": "AthenaLoadingScreen:lsid_131_s9cumulative01",
- "quantity": 1
- }
- ],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_S9_Cumulative_CollectTokens_002": {
- "templateId": "Quest:quest_br_s9_cumulative_collecttokens_002",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Cumulative",
- "objectives": {
- "battlepass_season9_cumulative_token02": 2
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athena_fake_cumulative_ls_02",
- "quantity": 1
- }
- ],
- "hiddenRewards": [
- {
- "templateId": "AthenaLoadingScreen:lsid_132_s9cumulative02",
- "quantity": 1
- }
- ],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_S9_Cumulative_Quest03": {
- "templateId": "Quest:quest_br_s9_cumulative_quest03",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Cumulative",
- "objectives": {
- "battlepass_interact_cumulative_quest_03": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_S9_Cumulative_CollectTokens_003": {
- "templateId": "Quest:quest_br_s9_cumulative_collecttokens_003",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Cumulative",
- "objectives": {
- "battlepass_season9_cumulative_token03": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athena_fake_cumulative_ls_03",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_s9_cumulative_quest03",
- "quantity": 1
- }
- ],
- "hiddenRewards": [
- {
- "templateId": "AthenaLoadingScreen:lsid_133_s9cumulative03",
- "quantity": 1
- }
- ],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_S9_Cumulative_CollectTokens_004": {
- "templateId": "Quest:quest_br_s9_cumulative_collecttokens_004",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Cumulative",
- "objectives": {
- "battlepass_season9_cumulative_token04": 4
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athena_fake_cumulative_ls_04",
- "quantity": 1
- }
- ],
- "hiddenRewards": [
- {
- "templateId": "AthenaLoadingScreen:lsid_134_s9cumulative04",
- "quantity": 1
- }
- ],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_S9_Cumulative_Quest05": {
- "templateId": "Quest:quest_br_s9_cumulative_quest05",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Cumulative",
- "objectives": {
- "battlepass_interact_cumulative_quest_05": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_S9_Cumulative_CollectTokens_005": {
- "templateId": "Quest:quest_br_s9_cumulative_collecttokens_005",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Cumulative",
- "objectives": {
- "battlepass_season9_cumulative_token05": 5
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athena_fake_cumulative_ls_05",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_s9_cumulative_quest05",
- "quantity": 1
- }
- ],
- "hiddenRewards": [
- {
- "templateId": "AthenaLoadingScreen:lsid_135_s9cumulative05",
- "quantity": 1
- }
- ],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_S9_Cumulative_CollectTokens_006": {
- "templateId": "Quest:quest_br_s9_cumulative_collecttokens_006",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Cumulative",
- "objectives": {
- "battlepass_season9_cumulative_token06": 6
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athena_fake_cumulative_ls_06",
- "quantity": 1
- }
- ],
- "hiddenRewards": [
- {
- "templateId": "AthenaLoadingScreen:lsid_136_s9cumulative06",
- "quantity": 1
- }
- ],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_S9_Cumulative_Quest07": {
- "templateId": "Quest:quest_br_s9_cumulative_quest07",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Cumulative",
- "objectives": {
- "battlepass_interact_cumulative_quest_07": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_S9_Cumulative_CollectTokens_007": {
- "templateId": "Quest:quest_br_s9_cumulative_collecttokens_007",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Cumulative",
- "objectives": {
- "battlepass_season9_cumulative_token07": 7
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athena_fake_cumulative_ls_07",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_s9_cumulative_quest07",
- "quantity": 1
- }
- ],
- "hiddenRewards": [
- {
- "templateId": "AthenaLoadingScreen:lsid_137_s9cumulative07",
- "quantity": 1
- }
- ],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_S9_Cumulative_CollectTokens_008": {
- "templateId": "Quest:quest_br_s9_cumulative_collecttokens_008",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Cumulative",
- "objectives": {
- "battlepass_season9_cumulative_token08": 8
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athena_fake_cumulative_ls_08",
- "quantity": 1
- }
- ],
- "hiddenRewards": [
- {
- "templateId": "AthenaLoadingScreen:lsid_138_s9cumulative08",
- "quantity": 1
- }
- ],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_S9_Cumulative_Quest09": {
- "templateId": "Quest:quest_br_s9_cumulative_quest09",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Cumulative",
- "objectives": {
- "battlepass_interact_cumulative_quest_09": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_S9_Cumulative_CollectTokens_009": {
- "templateId": "Quest:quest_br_s9_cumulative_collecttokens_009",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Cumulative",
- "objectives": {
- "battlepass_season9_cumulative_token09": 9
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athena_fake_cumulative_ls_09",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_s9_cumulative_quest09",
- "quantity": 1
- }
- ],
- "hiddenRewards": [
- {
- "templateId": "AthenaLoadingScreen:lsid_139_s9cumulative09",
- "quantity": 1
- }
- ],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_S9_Cumulative_CollectTokens_010": {
- "templateId": "Quest:quest_br_s9_cumulative_collecttokens_010",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Cumulative",
- "objectives": {
- "battlepass_season9_cumulative_token10": 10
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athena_fake_cumulative_ls_10",
- "quantity": 1
- }
- ],
- "hiddenRewards": [
- {
- "templateId": "AthenaLoadingScreen:lsid_140_s9cumulative10",
- "quantity": 1
- }
- ],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_Collect_All_Fortbytes": {
- "templateId": "Quest:quest_br_collect_all_fortbytes",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte_LoadingScreen",
- "objectives": {
- "battlepass_collect_all_fortbytes": 100
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AthenaLoadingScreen:lsid_148_fortbytereveal",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_genericnoicon",
- "giftBoxFormatData": {
- "HeaderAssetString": "Header.Congratulations",
- "BodyAssetString": "Reward.FortbyteLoadingScreen"
- }
- }
- },
- "QS09-Quest_BR_S9_Fortbyte_00": {
- "templateId": "Quest:quest_br_s9_fortbyte_00",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
- "objectives": {
- "glyph_00": 70
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athenafortbyte",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_S9_Fortbyte_01": {
- "templateId": "Quest:quest_br_s9_fortbyte_01",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
- "objectives": {
- "athena_season_xp_gained": 30000
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athenafortbyte",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_S9_Fortbyte_02": {
- "templateId": "Quest:quest_br_s9_fortbyte_02",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
- "objectives": {
- "athena_season_xp_gained": 60000
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athenafortbyte",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_S9_Fortbyte_03": {
- "templateId": "Quest:quest_br_s9_fortbyte_03",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
- "objectives": {
- "athena_season_xp_gained": 125000
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athenafortbyte",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_S9_Fortbyte_04": {
- "templateId": "Quest:quest_br_s9_fortbyte_04",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
- "objectives": {
- "athena_season_xp_gained": 175000
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athenafortbyte",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_S9_Fortbyte_05": {
- "templateId": "Quest:quest_br_s9_fortbyte_05",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
- "objectives": {
- "athena_season_xp_gained": 225000
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athenafortbyte",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_S9_Fortbyte_06": {
- "templateId": "Quest:quest_br_s9_fortbyte_06",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
- "objectives": {
- "glyph_06": 20
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athenafortbyte",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_S9_Fortbyte_07": {
- "templateId": "Quest:quest_br_s9_fortbyte_07",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
- "objectives": {
- "glyph_07": 40
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athenafortbyte",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_S9_Fortbyte_08": {
- "templateId": "Quest:quest_br_s9_fortbyte_08",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
- "objectives": {
- "glyph_08": 60
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athenafortbyte",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_S9_Fortbyte_09": {
- "templateId": "Quest:quest_br_s9_fortbyte_09",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
- "objectives": {
- "glyph_09": 80
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athenafortbyte",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_S9_Fortbyte_10": {
- "templateId": "Quest:quest_br_s9_fortbyte_10",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
- "objectives": {
- "glyph_10": 100
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athenafortbyte",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_S9_Fortbyte_11": {
- "templateId": "Quest:quest_br_s9_fortbyte_11",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
- "objectives": {
- "glyph_11": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athenafortbyte",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_S9_Fortbyte_12": {
- "templateId": "Quest:quest_br_s9_fortbyte_12",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
- "objectives": {
- "glyph_12": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athenafortbyte",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_S9_Fortbyte_13": {
- "templateId": "Quest:quest_br_s9_fortbyte_13",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
- "objectives": {
- "glyph_13": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athenafortbyte",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_S9_Fortbyte_14": {
- "templateId": "Quest:quest_br_s9_fortbyte_14",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
- "objectives": {
- "glyph_14": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athenafortbyte",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_S9_Fortbyte_15": {
- "templateId": "Quest:quest_br_s9_fortbyte_15",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
- "objectives": {
- "glyph_15": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athenafortbyte",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_S9_Fortbyte_16": {
- "templateId": "Quest:quest_br_s9_fortbyte_16",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
- "objectives": {
- "glyph_16": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athenafortbyte",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_S9_Fortbyte_17": {
- "templateId": "Quest:quest_br_s9_fortbyte_17",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
- "objectives": {
- "glyph_17": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athenafortbyte",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_S9_Fortbyte_18": {
- "templateId": "Quest:quest_br_s9_fortbyte_18",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
- "objectives": {
- "glyph_18": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athenafortbyte",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_S9_Fortbyte_19": {
- "templateId": "Quest:quest_br_s9_fortbyte_19",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
- "objectives": {
- "glyph_19": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athenafortbyte",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_S9_Fortbyte_20": {
- "templateId": "Quest:quest_br_s9_fortbyte_20",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
- "objectives": {
- "glyph_20": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athenafortbyte",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_S9_Fortbyte_21": {
- "templateId": "Quest:quest_br_s9_fortbyte_21",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
- "objectives": {
- "glyph_21": 5
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athenafortbyte",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_S9_Fortbyte_22": {
- "templateId": "Quest:quest_br_s9_fortbyte_22",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
- "objectives": {
- "glyph_22": 15
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athenafortbyte",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_S9_Fortbyte_23": {
- "templateId": "Quest:quest_br_s9_fortbyte_23",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
- "objectives": {
- "glyph_23": 30
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athenafortbyte",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_S9_Fortbyte_24": {
- "templateId": "Quest:quest_br_s9_fortbyte_24",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
- "objectives": {
- "glyph_24": 50
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athenafortbyte",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_S9_Fortbyte_25": {
- "templateId": "Quest:quest_br_s9_fortbyte_25",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
- "objectives": {
- "glyph_25": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athenafortbyte",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_S9_Fortbyte_26": {
- "templateId": "Quest:quest_br_s9_fortbyte_26",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
- "objectives": {
- "glyph_26": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athenafortbyte",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_S9_Fortbyte_27": {
- "templateId": "Quest:quest_br_s9_fortbyte_27",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
- "objectives": {
- "glyph_27": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athenafortbyte",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_S9_Fortbyte_28": {
- "templateId": "Quest:quest_br_s9_fortbyte_28",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
- "objectives": {
- "glyph_28": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athenafortbyte",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_S9_Fortbyte_29": {
- "templateId": "Quest:quest_br_s9_fortbyte_29",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
- "objectives": {
- "glyph_29": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athenafortbyte",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_S9_Fortbyte_30": {
- "templateId": "Quest:quest_br_s9_fortbyte_30",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
- "objectives": {
- "glyph_30": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athenafortbyte",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_S9_Fortbyte_31": {
- "templateId": "Quest:quest_br_s9_fortbyte_31",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
- "objectives": {
- "glyph_31": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athenafortbyte",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_S9_Fortbyte_32": {
- "templateId": "Quest:quest_br_s9_fortbyte_32",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
- "objectives": {
- "glyph_32": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athenafortbyte",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_S9_Fortbyte_33": {
- "templateId": "Quest:quest_br_s9_fortbyte_33",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
- "objectives": {
- "glyph_33": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athenafortbyte",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_S9_Fortbyte_34": {
- "templateId": "Quest:quest_br_s9_fortbyte_34",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
- "objectives": {
- "glyph_34": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athenafortbyte",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_S9_Fortbyte_35": {
- "templateId": "Quest:quest_br_s9_fortbyte_35",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
- "objectives": {
- "glyph_35": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athenafortbyte",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_S9_Fortbyte_36": {
- "templateId": "Quest:quest_br_s9_fortbyte_36",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
- "objectives": {
- "glyph_36": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athenafortbyte",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_S9_Fortbyte_37": {
- "templateId": "Quest:quest_br_s9_fortbyte_37",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
- "objectives": {
- "glyph_37": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athenafortbyte",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_S9_Fortbyte_38": {
- "templateId": "Quest:quest_br_s9_fortbyte_38",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
- "objectives": {
- "glyph_38": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athenafortbyte",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_S9_Fortbyte_39": {
- "templateId": "Quest:quest_br_s9_fortbyte_39",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
- "objectives": {
- "glyph_39": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athenafortbyte",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_S9_Fortbyte_40": {
- "templateId": "Quest:quest_br_s9_fortbyte_40",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
- "objectives": {
- "glyph_40": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athenafortbyte",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_S9_Fortbyte_41": {
- "templateId": "Quest:quest_br_s9_fortbyte_41",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
- "objectives": {
- "glyph_41": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athenafortbyte",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_S9_Fortbyte_42": {
- "templateId": "Quest:quest_br_s9_fortbyte_42",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
- "objectives": {
- "glyph_42": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athenafortbyte",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_S9_Fortbyte_43": {
- "templateId": "Quest:quest_br_s9_fortbyte_43",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
- "objectives": {
- "glyph_43": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athenafortbyte",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_S9_Fortbyte_44": {
- "templateId": "Quest:quest_br_s9_fortbyte_44",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
- "objectives": {
- "glyph_44": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athenafortbyte",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_S9_Fortbyte_45": {
- "templateId": "Quest:quest_br_s9_fortbyte_45",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
- "objectives": {
- "glyph_45": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athenafortbyte",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_S9_Fortbyte_46": {
- "templateId": "Quest:quest_br_s9_fortbyte_46",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
- "objectives": {
- "glyph_46": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athenafortbyte",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_S9_Fortbyte_47": {
- "templateId": "Quest:quest_br_s9_fortbyte_47",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
- "objectives": {
- "glyph_47": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athenafortbyte",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_S9_Fortbyte_48": {
- "templateId": "Quest:quest_br_s9_fortbyte_48",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
- "objectives": {
- "glyph_48": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athenafortbyte",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_S9_Fortbyte_49": {
- "templateId": "Quest:quest_br_s9_fortbyte_49",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
- "objectives": {
- "glyph_49": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athenafortbyte",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_S9_Fortbyte_50": {
- "templateId": "Quest:quest_br_s9_fortbyte_50",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
- "objectives": {
- "glyph_50": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athenafortbyte",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_S9_Fortbyte_51": {
- "templateId": "Quest:quest_br_s9_fortbyte_51",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
- "objectives": {
- "glyph_51": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athenafortbyte",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_S9_Fortbyte_52": {
- "templateId": "Quest:quest_br_s9_fortbyte_52",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
- "objectives": {
- "glyph_52": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athenafortbyte",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_S9_Fortbyte_53": {
- "templateId": "Quest:quest_br_s9_fortbyte_53",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
- "objectives": {
- "glyph_53": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athenafortbyte",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_S9_Fortbyte_54": {
- "templateId": "Quest:quest_br_s9_fortbyte_54",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
- "objectives": {
- "glyph_54": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athenafortbyte",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_S9_Fortbyte_55": {
- "templateId": "Quest:quest_br_s9_fortbyte_55",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
- "objectives": {
- "glyph_55": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athenafortbyte",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_S9_Fortbyte_56": {
- "templateId": "Quest:quest_br_s9_fortbyte_56",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
- "objectives": {
- "glyph_56": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athenafortbyte",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_S9_Fortbyte_57": {
- "templateId": "Quest:quest_br_s9_fortbyte_57",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
- "objectives": {
- "glyph_57": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athenafortbyte",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_S9_Fortbyte_58": {
- "templateId": "Quest:quest_br_s9_fortbyte_58",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
- "objectives": {
- "glyph_58": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athenafortbyte",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_S9_Fortbyte_59": {
- "templateId": "Quest:quest_br_s9_fortbyte_59",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
- "objectives": {
- "glyph_59": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athenafortbyte",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_S9_Fortbyte_60": {
- "templateId": "Quest:quest_br_s9_fortbyte_60",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
- "objectives": {
- "glyph_60": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athenafortbyte",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_S9_Fortbyte_61": {
- "templateId": "Quest:quest_br_s9_fortbyte_61",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
- "objectives": {
- "glyph_61": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athenafortbyte",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_S9_Fortbyte_62": {
- "templateId": "Quest:quest_br_s9_fortbyte_62",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
- "objectives": {
- "glyph_62": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athenafortbyte",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_S9_Fortbyte_63": {
- "templateId": "Quest:quest_br_s9_fortbyte_63",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
- "objectives": {
- "glyph_63": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athenafortbyte",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_S9_Fortbyte_64": {
- "templateId": "Quest:quest_br_s9_fortbyte_64",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
- "objectives": {
- "glyph_64": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athenafortbyte",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_S9_Fortbyte_65": {
- "templateId": "Quest:quest_br_s9_fortbyte_65",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
- "objectives": {
- "glyph_65": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athenafortbyte",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_S9_Fortbyte_66": {
- "templateId": "Quest:quest_br_s9_fortbyte_66",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
- "objectives": {
- "glyph_66": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athenafortbyte",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_S9_Fortbyte_67": {
- "templateId": "Quest:quest_br_s9_fortbyte_67",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
- "objectives": {
- "glyph_67": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athenafortbyte",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_S9_Fortbyte_68": {
- "templateId": "Quest:quest_br_s9_fortbyte_68",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
- "objectives": {
- "glyph_68": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athenafortbyte",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_S9_Fortbyte_69": {
- "templateId": "Quest:quest_br_s9_fortbyte_69",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
- "objectives": {
- "glyph_69": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athenafortbyte",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_S9_Fortbyte_70": {
- "templateId": "Quest:quest_br_s9_fortbyte_70",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
- "objectives": {
- "glyph_70": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athenafortbyte",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_S9_Fortbyte_71": {
- "templateId": "Quest:quest_br_s9_fortbyte_71",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
- "objectives": {
- "glyph_71": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athenafortbyte",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_S9_Fortbyte_72": {
- "templateId": "Quest:quest_br_s9_fortbyte_72",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
- "objectives": {
- "glyph_72": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athenafortbyte",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_S9_Fortbyte_73": {
- "templateId": "Quest:quest_br_s9_fortbyte_73",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
- "objectives": {
- "glyph_73": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athenafortbyte",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_S9_Fortbyte_74": {
- "templateId": "Quest:quest_br_s9_fortbyte_74",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
- "objectives": {
- "glyph_74": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athenafortbyte",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_S9_Fortbyte_75": {
- "templateId": "Quest:quest_br_s9_fortbyte_75",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
- "objectives": {
- "glyph_75": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athenafortbyte",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_S9_Fortbyte_76": {
- "templateId": "Quest:quest_br_s9_fortbyte_76",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
- "objectives": {
- "glyph_76": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athenafortbyte",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_S9_Fortbyte_77": {
- "templateId": "Quest:quest_br_s9_fortbyte_77",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
- "objectives": {
- "glyph_77": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athenafortbyte",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_S9_Fortbyte_78": {
- "templateId": "Quest:quest_br_s9_fortbyte_78",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
- "objectives": {
- "glyph_78": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athenafortbyte",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_S9_Fortbyte_79": {
- "templateId": "Quest:quest_br_s9_fortbyte_79",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
- "objectives": {
- "glyph_79": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athenafortbyte",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_S9_Fortbyte_80": {
- "templateId": "Quest:quest_br_s9_fortbyte_80",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
- "objectives": {
- "glyph_80": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athenafortbyte",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_S9_Fortbyte_81": {
- "templateId": "Quest:quest_br_s9_fortbyte_81",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
- "objectives": {
- "glyph_81": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athenafortbyte",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_S9_Fortbyte_82": {
- "templateId": "Quest:quest_br_s9_fortbyte_82",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
- "objectives": {
- "glyph_82": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athenafortbyte",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_S9_Fortbyte_83": {
- "templateId": "Quest:quest_br_s9_fortbyte_83",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
- "objectives": {
- "glyph_83": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athenafortbyte",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_S9_Fortbyte_84": {
- "templateId": "Quest:quest_br_s9_fortbyte_84",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
- "objectives": {
- "glyph_84": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athenafortbyte",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_S9_Fortbyte_85": {
- "templateId": "Quest:quest_br_s9_fortbyte_85",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
- "objectives": {
- "glyph_85": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athenafortbyte",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_S9_Fortbyte_86": {
- "templateId": "Quest:quest_br_s9_fortbyte_86",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
- "objectives": {
- "glyph_86": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athenafortbyte",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_S9_Fortbyte_87": {
- "templateId": "Quest:quest_br_s9_fortbyte_87",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
- "objectives": {
- "glyph_87": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athenafortbyte",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_S9_Fortbyte_88": {
- "templateId": "Quest:quest_br_s9_fortbyte_88",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
- "objectives": {
- "glyph_88": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athenafortbyte",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_S9_Fortbyte_89": {
- "templateId": "Quest:quest_br_s9_fortbyte_89",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
- "objectives": {
- "glyph_89": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athenafortbyte",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_S9_Fortbyte_90": {
- "templateId": "Quest:quest_br_s9_fortbyte_90",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
- "objectives": {
- "glyph_90": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athenafortbyte",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_S9_Fortbyte_91": {
- "templateId": "Quest:quest_br_s9_fortbyte_91",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
- "objectives": {
- "glyph_91": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athenafortbyte",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_S9_Fortbyte_92": {
- "templateId": "Quest:quest_br_s9_fortbyte_92",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
- "objectives": {
- "glyph_92": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athenafortbyte",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_S9_Fortbyte_93": {
- "templateId": "Quest:quest_br_s9_fortbyte_93",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
- "objectives": {
- "glyph_93": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athenafortbyte",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_S9_Fortbyte_94": {
- "templateId": "Quest:quest_br_s9_fortbyte_94",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
- "objectives": {
- "glyph_94": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athenafortbyte",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_S9_Fortbyte_95": {
- "templateId": "Quest:quest_br_s9_fortbyte_95",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
- "objectives": {
- "glyph_95": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athenafortbyte",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_S9_Fortbyte_96": {
- "templateId": "Quest:quest_br_s9_fortbyte_96",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
- "objectives": {
- "glyph_96": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athenafortbyte",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_S9_Fortbyte_97": {
- "templateId": "Quest:quest_br_s9_fortbyte_97",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
- "objectives": {
- "glyph_97": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athenafortbyte",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_S9_Fortbyte_98": {
- "templateId": "Quest:quest_br_s9_fortbyte_98",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
- "objectives": {
- "glyph_98": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athenafortbyte",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_S9_Fortbyte_99": {
- "templateId": "Quest:quest_br_s9_fortbyte_99",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
- "objectives": {
- "glyph_99": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "Token:athenafortbyte",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_Use_WindTunnel_Chain_MegaMall": {
- "templateId": "Quest:quest_br_use_windtunnel_chain_megamall",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Week_001",
- "objectives": {
- "battlepass_use_wind_tunnel_retail": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 3
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_Use_WindTunnel_Chain_NeoTilted": {
- "templateId": "Quest:quest_br_use_windtunnel_chain_neotilted",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Week_001",
- "objectives": {
- "battlepass_use_wind_tunnel_tilted": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 2
- },
- {
- "templateId": "Quest:quest_br_use_windtunnel_chain_megamall",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_Visit_SkyPlatforms": {
- "templateId": "Quest:quest_br_visit_skyplatforms",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Week_001",
- "objectives": {
- "battlepass_visit_athena_location_generic_4": 1,
- "battlepass_visit_athena_location_generic_5": 1,
- "battlepass_visit_athena_location_generic_6": 1,
- "battlepass_visit_athena_location_generic_7": 1,
- "battlepass_visit_athena_location_generic_8": 1,
- "battlepass_visit_athena_location_generic_9": 1,
- "battlepass_visit_athena_location_seal_07": 1
- },
- "objectiveCompletionCount": 7,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_Damage_After_ShadowBomb": {
- "templateId": "Quest:quest_br_damage_after_shadowbomb",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Week_001",
- "objectives": {
- "battlepass_place_athena_damage_after_shadow_bomb": 200
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_Collect_LegendaryItem_DifferentMatches": {
- "templateId": "Quest:quest_br_collect_legendaryitem_differentmatches",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Week_001",
- "objectives": {
- "battlepass_collect_legendaryitem_differentmatches": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_Interact_Chests_TwoLocations_01": {
- "templateId": "Quest:quest_br_interact_chests_twolocations_01",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Week_001",
- "objectives": {
- "battlepass_interact_chests_twolocations_01": 7
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_Eliminate_ScopedWeapon": {
- "templateId": "Quest:quest_br_eliminate_scopedweapon",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Week_001",
- "objectives": {
- "battlepass_killingblow_athena_player_scoped_weapon": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_Damage_Above_6Stories": {
- "templateId": "Quest:quest_br_damage_above_6stories",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Week_001",
- "objectives": {
- "battlepass_damage_athena_player_above_6stories": 100
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 4
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_Damage_Above_4Stories": {
- "templateId": "Quest:quest_br_damage_above_4stories",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Week_001",
- "objectives": {
- "battlepass_damage_athena_player_above_4stories": 200
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 3
- },
- {
- "templateId": "Quest:quest_br_damage_above_6stories",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_Damage_Above_2Stories": {
- "templateId": "Quest:quest_br_damage_above_2stories",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Week_001",
- "objectives": {
- "battlepass_damage_athena_player_above_2stories": 300
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 3
- },
- {
- "templateId": "Quest:quest_br_damage_above_4stories",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_Use_HVAC_DifferentMatches": {
- "templateId": "Quest:quest_br_use_hvac_differentmatches",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Week_002",
- "objectives": {
- "battlepass_use_item_hvac": 5
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_Land_Chain_01_E": {
- "templateId": "Quest:quest_br_land_chain_01_e",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Week_002",
- "objectives": {
- "battlepass_land_athena_chain_tilted_01_e": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_Land_Chain_01_D": {
- "templateId": "Quest:quest_br_land_chain_01_d",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Week_002",
- "objectives": {
- "battlepass_land_athena_chain_lonely_01_d": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_land_chain_01_e",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_Land_Chain_01_C": {
- "templateId": "Quest:quest_br_land_chain_01_c",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Week_002",
- "objectives": {
- "battlepass_land_athena_chain_lucky_01_c": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_land_chain_01_d",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_Land_Chain_01_B": {
- "templateId": "Quest:quest_br_land_chain_01_b",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Week_002",
- "objectives": {
- "battlepass_land_athena_chain_pleasant_01_b": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_land_chain_01_c",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_Land_Chain_01_A": {
- "templateId": "Quest:quest_br_land_chain_01_a",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Week_002",
- "objectives": {
- "battlepass_land_athena_chain_lonely_01_a_": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_land_chain_01_b",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_Eliminate_TwoLocations_01": {
- "templateId": "Quest:quest_br_eliminate_twolocations_01",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Week_002",
- "objectives": {
- "battlepass_killingblow_athena_player_twolocations_snobbyshores": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_Damage_Pistol": {
- "templateId": "Quest:quest_br_damage_pistol",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Week_002",
- "objectives": {
- "battlepass_damage_athena_player_pistol": 500
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_Visit_ThreeQuestProps": {
- "templateId": "Quest:quest_br_visit_threequestprops",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Week_002",
- "objectives": {
- "battlepass_visit_athena_location_generic_01": 1,
- "battlepass_visit_athena_location_generic_02": 1,
- "battlepass_visit_athena_location_generic_03": 1
- },
- "objectiveCompletionCount": 3,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_Interact_Chests_Locations_Different_SingleMatch": {
- "templateId": "Quest:quest_br_interact_chests_locations_different_singlematch",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Week_002",
- "objectives": {
- "battlepass_interact_chest_athena_location_different_lazylinks": 1,
- "battlepass_interact_chest_athena_location_different_dustydivot": 1,
- "battlepass_interact_chest_athena_location_different_fatalfields": 1,
- "battlepass_interact_chest_athena_location_different_flushfactory": 1,
- "battlepass_interact_chest_athena_location_different_greasygrove": 1,
- "battlepass_interact_chest_athena_location_different_hauntedhills": 1,
- "battlepass_interact_chest_athena_location_different_junkjunction": 1,
- "battlepass_interact_chest_athena_location_different_luckylanding": 1,
- "battlepass_interact_chest_athena_location_different_lonelylodge": 1,
- "battlepass_interact_chest_athena_location_different_lootlake": 1,
- "battlepass_interact_chest_athena_location_different_paradisepalms": 1,
- "battlepass_interact_chest_athena_location_different_pleasantpark": 1,
- "battlepass_interact_chest_athena_location_different_retailrow": 1,
- "battlepass_interact_chest_athena_location_different_shiftyshafts": 1,
- "battlepass_interact_chest_athena_location_different_saltysprings": 1,
- "battlepass_interact_chest_athena_location_different_snobbyshores": 1,
- "battlepass_interact_chest_athena_location_different_tiltedtowers": 1,
- "battlepass_interact_chest_athena_location_different_tomatotemple": 1,
- "battlepass_interact_chest_athena_location_different_wailingwoods": 1,
- "battlepass_interact_chest_athena_location_different_riskyreels": 1,
- "battlepass_interact_chest_athena_location_different_polarpeak": 1,
- "battlepass_interact_chest_athena_location_different_frostyflights": 1,
- "interact_athena_treasurechest_lazylagoon": 1,
- "interact_athena_treasurechest_sunnysteps": 1,
- "interact_athena_treasurechest_happyhamlet": 1
- },
- "objectiveCompletionCount": 3,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_Eliminate_MinDistance_Chain_C": {
- "templateId": "Quest:quest_br_eliminate_mindistance_chain_c",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Week_002",
- "objectives": {
- "battlepass_killingblow_athena_players_mindistance_chain_c": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 4
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_Eliminate_MinDistance_Chain_B": {
- "templateId": "Quest:quest_br_eliminate_mindistance_chain_b",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Week_002",
- "objectives": {
- "battlepass_killingblow_athena_players_mindistance_chain_b": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 3
- },
- {
- "templateId": "Quest:quest_br_eliminate_mindistance_chain_c",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_Eliminate_MinDistance_Chain_A": {
- "templateId": "Quest:quest_br_eliminate_mindistance_chain_a",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Week_002",
- "objectives": {
- "battlepass_killingblow_athena_players_mindistance_chain_a": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 3
- },
- {
- "templateId": "Quest:quest_br_eliminate_mindistance_chain_b",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_Destroy_Structure_Vehicle": {
- "templateId": "Quest:quest_br_destroy_structure_vehicle",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Week_003",
- "objectives": {
- "battlepass_destroy_athena_walls_with_vehicle": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 2
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_TrickPoint__Airtime_QuadCrasher": {
- "templateId": "Quest:quest_br_trickpoint__airtime_quadcrasher",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Week_003",
- "objectives": {
- "battlepass_damage_athena_trick_point_airtime_quadcrasher": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_destroy_structure_vehicle",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_TrickPoint_Driftboard": {
- "templateId": "Quest:quest_br_trickpoint_driftboard",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Week_003",
- "objectives": {
- "battlepass_score_athena_trick_point_driftboard": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 2
- },
- {
- "templateId": "Quest:quest_br_trickpoint__airtime_quadcrasher",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_Interact_Chests_TwoLocations_02": {
- "templateId": "Quest:quest_br_interact_chests_twolocations_02",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Week_003",
- "objectives": {
- "battlepass_interact_chests_twolocations_02": 7
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_Damage_After_SlipStream": {
- "templateId": "Quest:quest_br_damage_after_slipstream",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Week_003",
- "objectives": {
- "battlepass_place_athena_damage_after_slipstream": 200
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_Visit_TwoNamedLocs_Chain_01_E": {
- "templateId": "Quest:quest_br_visit_twonamedlocs_chain_01_e",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Week_003",
- "objectives": {
- "battlepass_visit_athena_location_snobbyshores_chain_01": 1,
- "battlepass_visit_athena_location_saltysprings_chain_01": 1
- },
- "objectiveCompletionCount": 2,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_Visit_TwoNamedLocs_Chain_01_D": {
- "templateId": "Quest:quest_br_visit_twonamedlocs_chain_01_d",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Week_003",
- "objectives": {
- "battlepass_visit_athena_location_lucklanding_chain_01": 1,
- "battlepass_visit_athena_location_tiltedtowers_chain_01": 1
- },
- "objectiveCompletionCount": 2,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_visit_twonamedlocs_chain_01_e",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_Visit_TwoNamedLocs_Chain_01_C": {
- "templateId": "Quest:quest_br_visit_twonamedlocs_chain_01_c",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Week_003",
- "objectives": {
- "battlepass_visit_athena_location_greasygrove_chain_01": 1,
- "battlepass_visit_athena_location_lootlake_chain_01": 1
- },
- "objectiveCompletionCount": 2,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_visit_twonamedlocs_chain_01_d",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_Visit_TwoNamedLocs_Chain_01_B": {
- "templateId": "Quest:quest_br_visit_twonamedlocs_chain_01_b",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Week_003",
- "objectives": {
- "battlepass_visit_athena_location_paradisepalms_chain_01": 1,
- "battlepass_visit_athena_location_dustydivot_chain_01": 1
- },
- "objectiveCompletionCount": 2,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_visit_twonamedlocs_chain_01_c",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_Visit_TwoNamedLocs_Chain_01_A": {
- "templateId": "Quest:quest_br_visit_twonamedlocs_chain_01_a",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Week_003",
- "objectives": {
- "battlepass_visit_athena_location_riskyreels_chain_01": 1,
- "battlepass_visit_athena_location_wailingwoods_chain_01": 1
- },
- "objectiveCompletionCount": 2,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_visit_twonamedlocs_chain_01_b",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_Use_FlyingDisc_SelfCatch": {
- "templateId": "Quest:quest_br_use_flyingdisc_selfcatch",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Week_003",
- "objectives": {
- "battlepass_use_item_flyingdisc_selfcatch": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_Eliminate_ExplosiveWeapon": {
- "templateId": "Quest:quest_br_eliminate_explosiveweapon",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Week_003",
- "objectives": {
- "battlepass_killingblow_athena_player_with_explosives": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_Damage_Weapons_Different_SingleMatch": {
- "templateId": "Quest:quest_br_damage_weapons_different_singlematch",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Week_003",
- "objectives": {
- "battlepass_damage_athena_weapons_different_singlematch_pistol": 1,
- "battlepass_damage_athena_weapons_different_singlematch_assault": 1,
- "battlepass_damage_athena_weapons_different_shotgun": 1,
- "battlepass_damage_athena_weapons_different_sniper": 1,
- "battlepass_damage_athena_weapons_different_explosives": 1,
- "battlepass_damage_athena_weapons_different_smg": 1,
- "battlepass_damage_athena_weapons_different_minigun": 1
- },
- "objectiveCompletionCount": 5,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_Damage_SniperRifle": {
- "templateId": "Quest:quest_br_damage_sniperrifle",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Week_004",
- "objectives": {
- "battlepass_damage_athena_player_sniper": 500
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_Dance_Chain_ScavengerHunt_Locations_04_C": {
- "templateId": "Quest:quest_br_dance_chain_scavengerhunt_locations_04_c",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Week_004",
- "objectives": {
- "battlepass_dance_chain_athena_scavengerhunt_locations_04_c": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 2
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_Dance_Chain_ScavengerHunt_Locations_04_B": {
- "templateId": "Quest:quest_br_dance_chain_scavengerhunt_locations_04_b",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Week_004",
- "objectives": {
- "battlepass_dance_chain_athena_scavengerhunt_locations_04_b": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 2
- },
- {
- "templateId": "Quest:quest_br_dance_chain_scavengerhunt_locations_04_c",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_Dance_Chain_ScavengerHunt_Locations_04_A": {
- "templateId": "Quest:quest_br_dance_chain_scavengerhunt_locations_04_a",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Week_004",
- "objectives": {
- "battlepass_dance_chain_athena_scavengerhunt_locations_04_a": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_dance_chain_scavengerhunt_locations_04_b",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_Eliminate_WeaponRarity_Legendary": {
- "templateId": "Quest:quest_br_eliminate_weaponrarity_legendary",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Week_004",
- "objectives": {
- "battlepass_killingblow_athena_player_goldrarity": 2
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_Destroy_SupplyDropDrone": {
- "templateId": "Quest:quest_br_destroy_supplydropdrone",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Week_004",
- "objectives": {
- "athena_battlepass_destroy_athena_supplydropdrone": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_Land_Chain_02E": {
- "templateId": "Quest:quest_br_land_chain_02e",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Week_004",
- "objectives": {
- "battlepass_land_athena_location_paradise_chain_02e": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_Land_Chain_02D": {
- "templateId": "Quest:quest_br_land_chain_02d",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Week_004",
- "objectives": {
- "battlepass_land_athena_location_pleasant_chain_02d": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_land_chain_02e",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_Land_Chain_02C": {
- "templateId": "Quest:quest_br_land_chain_02c",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Week_004",
- "objectives": {
- "battlepass_land_athena_location_dusty_chain_02c": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_land_chain_02d",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_Land_Chain_02B": {
- "templateId": "Quest:quest_br_land_chain_02b",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Week_004",
- "objectives": {
- "battlepass_land_athena_location_wailing_chain_02b": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_land_chain_02c",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_Land_Chain_02A": {
- "templateId": "Quest:quest_br_land_chain_02a",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Week_004",
- "objectives": {
- "battlepass_land_athena_location_greasy_chain_02a": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_land_chain_02b",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_Eliminate_TwoLocations_02": {
- "templateId": "Quest:quest_br_eliminate_twolocations_02",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Week_004",
- "objectives": {
- "battlepass_killingblow_athena_player_twolocations_lucky_tilted": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_Visit_NamedLocations_SingleMatch": {
- "templateId": "Quest:quest_br_visit_namedlocations_singlematch",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Week_004",
- "objectives": {
- "battlepass_visit_athena_location_mountain_summit_01": 1,
- "battlepass_visit_athena_location_mountain_summit_02": 1,
- "battlepass_visit_athena_location_mountain_summit_03": 1,
- "battlepass_visit_athena_location_mountain_summit_04": 1,
- "battlepass_visit_athena_location_mountain_summit_05": 1,
- "battlepass_visit_athena_location_mountain_summit_06": 1,
- "battlepass_visit_athena_location_mountain_summit_07": 1,
- "battlepass_visit_athena_location_mountain_summit_08": 1,
- "battlepass_visit_athena_location_mountain_summit_09": 1,
- "battlepass_visit_athena_location_mountain_summit_10": 1,
- "battlepass_visit_athena_location_mountain_summit_11": 1,
- "battlepass_visit_athena_location_mountain_summit_12": 1,
- "battlepass_visit_athena_location_mountain_summit_13": 1,
- "battlepass_visit_athena_location_mountain_summit_14": 1,
- "battlepass_visit_athena_location_mountain_summit_15": 1,
- "battlepass_visit_athena_location_mountain_summit_16": 1,
- "battlepass_visit_athena_location_mountain_summit_17": 1,
- "battlepass_visit_athena_location_mountain_summit_18": 1,
- "battlepass_visit_athena_location_mountain_summit_19": 1,
- "battlepass_visit_athena_location_mountain_summit_20": 1
- },
- "objectiveCompletionCount": 4,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_Damage_ThrownWeapons": {
- "templateId": "Quest:quest_br_damage_thrownweapons",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Week_005",
- "objectives": {
- "battlepass_damage_athena_player_thrownweapon": 300
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_Interact_Chests_TwoLocations_03": {
- "templateId": "Quest:quest_br_interact_chests_twolocations_03",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Week_005",
- "objectives": {
- "battlepass_interact_chests_twolocations_loot_or_snobby": 7
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_Eliminate": {
- "templateId": "Quest:quest_br_eliminate",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Week_005",
- "objectives": {
- "battlepass_killingblow_athena_players": 10
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_RaceTrack_Chain_Grassland": {
- "templateId": "Quest:quest_br_racetrack_chain_grassland",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Week_005",
- "objectives": {
- "athena_battlepass_complete_racetrack_chain_grassland": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 2
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_RaceTrack_Chain_Cold": {
- "templateId": "Quest:quest_br_racetrack_chain_cold",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Week_005",
- "objectives": {
- "athena_battlepass_complete_racetrack_chain_cold": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 2
- },
- {
- "templateId": "Quest:quest_br_racetrack_chain_grassland",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_RaceTrack_Chain_Arid": {
- "templateId": "Quest:quest_br_racetrack_chain_arid",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Week_005",
- "objectives": {
- "athena_battlepass_complete_racetrack_chain_arid": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_racetrack_chain_cold",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_Use_Trap_DifferentMatches": {
- "templateId": "Quest:quest_br_use_trap_differentmatches",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Week_005",
- "objectives": {
- "battlepass_interact_athena_place_trap_differentmatches": 5
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_Visit_Turbines": {
- "templateId": "Quest:quest_br_visit_turbines",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Week_005",
- "objectives": {
- "battlepass_visit_athena_location_generic_11": 1,
- "battlepass_visit_athena_location_generic_12": 1,
- "battlepass_visit_athena_location_generic_13": 1,
- "battlepass_visit_athena_location_generic_14": 1,
- "battlepass_visit_athena_location_generic_15": 1,
- "battlepass_visit_athena_location_generic_16": 1,
- "battlepass_visit_athena_location_generic_17": 1
- },
- "objectiveCompletionCount": 5,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_Eliminate_Location_SkyPlatforms": {
- "templateId": "Quest:quest_br_eliminate_location_skyplatforms",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Week_005",
- "objectives": {
- "battlepass_killingblow_athena_player_skyplatforms": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_Land_Chain_03E": {
- "templateId": "Quest:quest_br_land_chain_03e",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Week_006",
- "objectives": {
- "battlepass_land_athena_location_leaky_chain_02e": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_Land_Chain_03D": {
- "templateId": "Quest:quest_br_land_chain_03d",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Week_006",
- "objectives": {
- "battlepass_land_athena_location_haunted_chain_03d": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_land_chain_03e",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_Land_Chain_03C": {
- "templateId": "Quest:quest_br_land_chain_03c",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Week_006",
- "objectives": {
- "battlepass_land_athena_location_retail_chain_03c": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_land_chain_03d",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_Land_Chain_03B": {
- "templateId": "Quest:quest_br_land_chain_03b",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Week_006",
- "objectives": {
- "battlepass_land_athena_location_risky_chain_03b": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_land_chain_03c",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_Land_Chain_03A": {
- "templateId": "Quest:quest_br_land_chain_03a",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Week_006",
- "objectives": {
- "battlepass_land_athena_location_shifty_chain_03a": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_land_chain_03b",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_Damage_SMG": {
- "templateId": "Quest:quest_br_damage_smg",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Week_006",
- "objectives": {
- "battlepass_damage_athena_player_smg": 500
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_Hotspots_Chain_Eliminate": {
- "templateId": "Quest:quest_br_hotspots_chain_eliminate",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Week_006",
- "objectives": {
- "battlepass_eliminate_athena_hotspot": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 4
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_Hotspots_Chain_Ammo": {
- "templateId": "Quest:quest_br_hotspots_chain_ammo",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Week_006",
- "objectives": {
- "battlepass_interact_athena_ammobox_hotspot": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 3
- },
- {
- "templateId": "Quest:quest_br_hotspots_chain_eliminate",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_Hotspots_Chain_Chests": {
- "templateId": "Quest:quest_br_hotspots_chain_chests",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Week_006",
- "objectives": {
- "battlepass_interact_athena_treasurechest_hotspot": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 3
- },
- {
- "templateId": "Quest:quest_br_hotspots_chain_ammo",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_Damage_Vehicle_Opponent": {
- "templateId": "Quest:quest_br_damage_vehicle_opponent",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Week_006",
- "objectives": {
- "battlepass_damage_athena_vehicle_with_opponent_inside": 200
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_Use_DogSweater": {
- "templateId": "Quest:quest_br_use_dogsweater",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Week_006",
- "objectives": {
- "athena_battlepass_use_item_dogsweater": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_Use_Different_Vehicles_SingleMatch": {
- "templateId": "Quest:quest_br_use_different_vehicles_singlematch",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Week_006",
- "objectives": {
- "battlepass_use_vehicle_different_samematch_driftboard": 1,
- "battlepass_use_vehicle_different_samematch_quadcrasher": 1,
- "battlepass_use_vehicle_different_samematch_hamsterball": 1,
- "battlepass_use_vehicle_different_samematch_pushcannon": 1
- },
- "objectiveCompletionCount": 2,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_Eliminate_TwoLocations_03": {
- "templateId": "Quest:quest_br_eliminate_twolocations_03",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Week_006",
- "objectives": {
- "battlepass_killingblow_athena_player_twolocations_happy_or_pleasant": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_Interact_Chests_TwoLocations_04": {
- "templateId": "Quest:quest_br_interact_chests_twolocations_04",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Week_007",
- "objectives": {
- "battlepass_interact_chests_twolocations_polar_or_lonely": 7
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_Interact_AmmoBox_Locations_Different": {
- "templateId": "Quest:quest_br_interact_ammobox_locations_different",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Week_007",
- "objectives": {
- "battlepass_interact_ammo_athena_location_different_lazylinks": 1,
- "battlepass_interact_ammo_athena_location_different_dustydivot": 1,
- "battlepass_interact_ammo_athena_location_different_fatalfields": 1,
- "battlepass_interact_ammo_athena_location_different_flushfactory": 1,
- "battlepass_interact_ammo_athena_location_different_greasygrove": 1,
- "battlepass_interact_ammo_athena_location_different_hauntedhills": 1,
- "battlepass_interact_ammo_athena_location_different_junkjunction": 1,
- "battlepass_interact_ammo_athena_location_different_luckylanding": 1,
- "battlepass_interact_ammo_athena_location_different_lonelylodge": 1,
- "battlepass_interact_ammo_athena_location_different_lootlake": 1,
- "battlepass_interact_ammo_athena_location_different_paradisepalms": 1,
- "battlepass_interact_ammo_athena_location_different_pleasantpark": 1,
- "battlepass_interact_ammo_athena_location_different_retailrow": 1,
- "battlepass_interact_ammo_athena_location_different_shiftyshafts": 1,
- "battlepass_interact_ammo_athena_location_different_saltysprings": 1,
- "battlepass_interact_ammo_athena_location_different_snobbyshores": 1,
- "battlepass_interact_ammo_athena_location_different_tiltedtowers": 1,
- "battlepass_interact_ammo_athena_location_different_tomatotown": 1,
- "battlepass_interact_ammo_athena_location_different_wailingwoods": 1,
- "battlepass_interact_ammo_athena_location_different_riskyreels": 1
- },
- "objectiveCompletionCount": 7,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_Eliminate_SuppressedWeapon": {
- "templateId": "Quest:quest_br_eliminate_suppressedweapon",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Week_007",
- "objectives": {
- "battlepass_killingblow_athena_player_with_suppressed_weapon": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_Damage_Passenger_Vehicle": {
- "templateId": "Quest:quest_br_damage_passenger_vehicle",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Week_007",
- "objectives": {
- "battlepass_damage_athena_player_passenger_vehicle": 100
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_Visit_TwoNamedLocs_Chain_02_C": {
- "templateId": "Quest:quest_br_visit_twonamedlocs_chain_02_c",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Week_007",
- "objectives": {
- "battlepass_visit_athena_location_lazylinks_chain_02": 1,
- "battlepass_visit_athena_location_shiftyshafts_chain_02": 1
- },
- "objectiveCompletionCount": 2,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 2
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_Visit_TwoNamedLocs_Chain_02_B": {
- "templateId": "Quest:quest_br_visit_twonamedlocs_chain_02_b",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Week_007",
- "objectives": {
- "battlepass_visit_athena_location_luckylanding_chain_02": 1,
- "battlepass_visit_athena_location_retailrow_chain_02": 1
- },
- "objectiveCompletionCount": 2,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 2
- },
- {
- "templateId": "Quest:quest_br_visit_twonamedlocs_chain_02_c",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_Visit_TwoNamedLocs_Chain_02_A": {
- "templateId": "Quest:quest_br_visit_twonamedlocs_chain_02_a",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Week_007",
- "objectives": {
- "battlepass_visit_athena_location_polarpeak_chain_02": 1,
- "battlepass_visit_athena_location_tiltedtowers_chain_02": 1
- },
- "objectiveCompletionCount": 2,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_visit_twonamedlocs_chain_02_b",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_Interact_Chest_VendingMachine_Campfire_SingleMatch": {
- "templateId": "Quest:quest_br_interact_chest_vendingmachine_campfire_singlematch",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Week_007",
- "objectives": {
- "battlepass_interact_athena_chest_vend_camp_single_match_chest": 1,
- "interact_athena_vendingmachine": 1,
- "heal_player_health_anycampfire": 1
- },
- "objectiveCompletionCount": 3,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_Eliminate_MaxDistance": {
- "templateId": "Quest:quest_br_eliminate_maxdistance",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Week_007",
- "objectives": {
- "battlepass_killingblow_athena_players_maxdistance": 2
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_Heal_Shields": {
- "templateId": "Quest:quest_br_heal_shields",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Week_008",
- "objectives": {
- "battlepass_heal_athena_shields": 500
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_Visit_Clocks": {
- "templateId": "Quest:quest_br_visit_clocks",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Week_008",
- "objectives": {
- "battlepass_visit_athena_location_generic_18": 1,
- "battlepass_visit_athena_location_generic_19": 1,
- "battlepass_visit_athena_location_generic_20": 1,
- "battlepass_visit_athena_location_generic_21": 1,
- "battlepass_visit_athena_location_generic_25": 1
- },
- "objectiveCompletionCount": 3,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_Eliminate_TwoLocations_04": {
- "templateId": "Quest:quest_br_eliminate_twolocations_04",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Week_008",
- "objectives": {
- "battlepass_killingblow_athena_player_twolocations_junk_or_retail": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_Damage_AssaultRifle": {
- "templateId": "Quest:quest_br_damage_assaultrifle",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Week_008",
- "objectives": {
- "battlepass_damage_athena_player_asssult": 1000
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_Land_Chain_04E": {
- "templateId": "Quest:quest_br_land_chain_04e",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Week_008",
- "objectives": {
- "battlepass_land_athena_location_dustydivot_04e": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_Land_Chain_04D": {
- "templateId": "Quest:quest_br_land_chain_04d",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Week_008",
- "objectives": {
- "battlepass_land_athena_location_shiftyshafts_04d": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_land_chain_04e",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_Land_Chain_04C": {
- "templateId": "Quest:quest_br_land_chain_04c",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Week_008",
- "objectives": {
- "battlepass_land_athena_location_hauntedhills_04c": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_land_chain_04d",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_Land_Chain_04B": {
- "templateId": "Quest:quest_br_land_chain_04b",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Week_008",
- "objectives": {
- "battlepass_land_athena_location_frostyflights_04b": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_land_chain_04c",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_Land_Chain_04A": {
- "templateId": "Quest:quest_br_land_chain_04a",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Week_008",
- "objectives": {
- "battlepass_land_athena_location_retail_04a": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_land_chain_04b",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_Airvent_Zipline_VolcanoVent_SingleMatch": {
- "templateId": "Quest:quest_br_airvent_zipline_volcanovent_singlematch",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Week_008",
- "objectives": {
- "athena_battlepass_use_three_environmentals_geyser": 1,
- "athena_battlepass_use_zipline_02": 1,
- "athena_battlepass_use_hvac": 1
- },
- "objectiveCompletionCount": 3,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_Eliminate_Location_OutsidePOI": {
- "templateId": "Quest:quest_br_eliminate_location_outsidepoi",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Week_008",
- "objectives": {
- "battlepass_killingblow_athena_player_outside_poi": 5
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_Use_ChugJug_ChillBronco": {
- "templateId": "Quest:quest_br_use_chugjug_chillbronco",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Week_009",
- "objectives": {
- "athena_battlepass_use_chug_or_throw_chillbronco": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_Visit_SolarArrays": {
- "templateId": "Quest:quest_br_visit_solararrays",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Week_009",
- "objectives": {
- "battlepass_visit_athena_location_generic_22": 1,
- "battlepass_visit_athena_location_generic_23": 1,
- "battlepass_visit_athena_location_generic_24": 1
- },
- "objectiveCompletionCount": 3,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_Eliminate_Weapon_RarityChain_Gold": {
- "templateId": "Quest:quest_br_eliminate_weapon_raritychain_gold",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Week_009",
- "objectives": {
- "battlepass_killingblow_athena_player_goldrarity": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 2
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_Eliminate_Weapon_RarityChain_Purple": {
- "templateId": "Quest:quest_br_eliminate_weapon_raritychain_purple",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Week_009",
- "objectives": {
- "battlepass_killingblow_athena_player_epicrarity": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 2
- },
- {
- "templateId": "Quest:quest_br_eliminate_weapon_raritychain_gold",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_Eliminate_Weapon_RarityChain_Blue": {
- "templateId": "Quest:quest_br_eliminate_weapon_raritychain_blue",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Week_009",
- "objectives": {
- "battlepass_killingblow_athena_player_bluerarity": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 2
- },
- {
- "templateId": "Quest:quest_br_eliminate_weapon_raritychain_purple",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_Eliminate_Weapon_RarityChain_Green": {
- "templateId": "Quest:quest_br_eliminate_weapon_raritychain_green",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Week_009",
- "objectives": {
- "battlepass_killingblow_athena_player_greenrarity": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 2
- },
- {
- "templateId": "Quest:quest_br_eliminate_weapon_raritychain_blue",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_Eliminate_Weapon_RarityChain_Grey": {
- "templateId": "Quest:quest_br_eliminate_weapon_raritychain_grey",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Week_009",
- "objectives": {
- "battlepass_killingblow_athena_player_greyrarity": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 2
- },
- {
- "templateId": "Quest:quest_br_eliminate_weapon_raritychain_green",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_Damage_Headshot": {
- "templateId": "Quest:quest_br_damage_headshot",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Week_009",
- "objectives": {
- "battlepass_damage_athena_player_head_shots": 250
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_Interact_Chests_TwoLocations_05": {
- "templateId": "Quest:quest_br_interact_chests_twolocations_05",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Week_009",
- "objectives": {
- "battlepass_interact_chests_twolocations_05": 7
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_Eliminate_Location_Different": {
- "templateId": "Quest:quest_br_eliminate_location_different",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Week_009",
- "objectives": {
- "battlepass_killingblow_athena_player_different_junkjunction": 1,
- "battlepass_killingblow_athena_player_different_hauntedhills": 1,
- "battlepass_killingblow_athena_player_different_pleasantpartk": 1,
- "battlepass_killingblow_athena_player_different_lootlake": 1,
- "battlepass_killingblow_athena_player_different_lazylinks": 1,
- "battlepass_killingblow_athena_player_different_tomatotemple": 1,
- "battlepass_killingblow_athena_player_different_riskyreels": 1,
- "battlepass_killingblow_athena_player_different_wailingwoods": 1,
- "battlepass_killingblow_athena_player_different_snobbyshores": 1,
- "battlepass_killingblow_athena_player_different_greasygrove": 1,
- "battlepass_killingblow_athena_player_different_tiltedtowers": 1,
- "battlepass_killingblow_athena_player_different_shiftyshafts": 1,
- "battlepass_killingblow_athena_player_different_dustydivot": 1,
- "battlepass_killingblow_athena_player_different_saltysprings": 1,
- "battlepass_killingblow_athena_player_different_retailrow": 1,
- "battlepass_killingblow_athena_player_different_lonelylodge": 1,
- "battlepass_killingblow_athena_player_different_flushfactory": 1,
- "battlepass_killingblow_athena_player_different_luckylanding": 1,
- "battlepass_killingblow_athena_player_different_fatalfields": 1,
- "battlepass_killingblow_athena_player_different_paradisepalms": 1
- },
- "objectiveCompletionCount": 5,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_Damage_After_VolcanoVent": {
- "templateId": "Quest:quest_br_damage_after_volcanovent",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Week_009",
- "objectives": {
- "battlepass_place_athena_damage_after_volcano_vent": 100
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_Use_AirStrike": {
- "templateId": "Quest:quest_br_use_airstrike",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Week_010",
- "objectives": {
- "athena_battlepass_use_item_applesauce": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_Damage_Shotgun": {
- "templateId": "Quest:quest_br_damage_shotgun",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Week_010",
- "objectives": {
- "battlepass_damage_athena_player_shotgun": 1000
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_Interact_AmmoBoxes_SingleMatch": {
- "templateId": "Quest:quest_br_interact_ammoboxes_singlematch",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Week_010",
- "objectives": {
- "athena_battlepass_loot_ammobox_singlematch": 7
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_Visit_Poster": {
- "templateId": "Quest:quest_br_visit_poster",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Week_010",
- "objectives": {
- "battlepass_visit_athena_propaganda_poster_1": 1,
- "battlepass_visit_athena_propaganda_poster_2": 1,
- "battlepass_visit_athena_propaganda_poster_3": 1,
- "battlepass_visit_athena_propaganda_poster_4": 1,
- "battlepass_visit_athena_propaganda_poster_5": 1,
- "battlepass_visit_athena_propaganda_poster_6": 1,
- "battlepass_visit_athena_propaganda_poster_7": 1,
- "battlepass_visit_athena_propaganda_poster_8": 1,
- "battlepass_visit_athena_propaganda_poster_9": 1,
- "battlepass_visit_athena_propaganda_poster_10": 1,
- "battlepass_visit_athena_propaganda_poster_11": 1,
- "battlepass_visit_athena_propaganda_poster_12": 1,
- "battlepass_visit_athena_propaganda_poster_13": 1,
- "battlepass_visit_athena_propaganda_poster_14": 1,
- "battlepass_visit_athena_propaganda_poster_15": 1,
- "battlepass_visit_athena_propaganda_poster_16": 1,
- "battlepass_visit_athena_propaganda_poster_17": 1,
- "battlepass_visit_athena_propaganda_poster_18": 1,
- "battlepass_visit_athena_propaganda_poster_19": 1,
- "battlepass_visit_athena_propaganda_poster_20": 1,
- "battlepass_visit_athena_propaganda_poster_21": 1
- },
- "objectiveCompletionCount": 5,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_Chain_Collect_BuildingResources_SpecificLocations_C": {
- "templateId": "Quest:quest_br_chain_collect_buildingresources_specificlocations_c",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Week_010",
- "objectives": {
- "battlepass_collect_building_resources_chain_specificlocations_metal": 100
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_Chain_Collect_BuildingResources_SpecificLocations_B": {
- "templateId": "Quest:quest_br_chain_collect_buildingresources_specificlocations_b",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Week_010",
- "objectives": {
- "battlepass_collect_building_resources_chain_specificlocations_stone": 100
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 2
- },
- {
- "templateId": "Quest:quest_br_chain_collect_buildingresources_specificlocations_c",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_Chain_Collect_BuildingResources_SpecificLocations_A": {
- "templateId": "Quest:quest_br_chain_collect_buildingresources_specificlocations_a",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Week_010",
- "objectives": {
- "battlepass_collect_building_resources_chain_specificlocations_wood": 100
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 2
- },
- {
- "templateId": "Quest:quest_br_chain_collect_buildingresources_specificlocations_b",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_Eliminate_TwoLocations_05": {
- "templateId": "Quest:quest_br_eliminate_twolocations_05",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Week_010",
- "objectives": {
- "battlepass_killingblow_athena_player_twolocations_lazylagoon_or_frostyflights": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_Damage_Pickaxe": {
- "templateId": "Quest:quest_br_damage_pickaxe",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Week_010",
- "objectives": {
- "battlepass_damage_athena_player_pickaxe": 200
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_S9_Masako_CollectGlyphs_01": {
- "templateId": "Quest:quest_br_s9_masako_collectglyphs_01",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Masako",
- "objectives": {
- "athena_battlepass_masako_collectglyphs_01": 70
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AthenaPickaxe:pickaxe_id_208_masako",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_generic",
- "giftBoxFormatData": {
- "HeaderAssetString": "Header.Congratulations",
- "BodyAssetString": "Reward.GenericGift5"
- }
- }
- },
- "QS09-Quest_BR_S9_Masako_CollectGlyphs_02": {
- "templateId": "Quest:quest_br_s9_masako_collectglyphs_02",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Masako",
- "objectives": {
- "athena_battlepass_masako_collectglyphs_02": 75
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AthenaBackpack:bid_263_masako",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_generic",
- "giftBoxFormatData": {
- "HeaderAssetString": "Header.Congratulations",
- "BodyAssetString": "Reward.GenericGift5"
- }
- }
- },
- "QS09-Quest_BR_S9_Overtime_CompleteQuests_ChainTest_01b": {
- "templateId": "Quest:quest_br_s9_overtime_completequests_chaintest_01b",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Overtime",
- "objectives": {
- "quest_s9_overtime_completequests_test_01b": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "CosmeticVariantToken:vtid_257_m_bunkerman_styleb",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_S9_Overtime_CompleteQuests_ChainTest_01a": {
- "templateId": "Quest:quest_br_s9_overtime_completequests_chaintest_01a",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Overtime",
- "objectives": {
- "quest_s9_overtime_completequests_test_01a": 23
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AthenaCharacter:cid_409_athena_commando_m_bunkerman",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_s9_overtime_completequests_chaintest_01b",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_genericnoicon",
- "giftBoxFormatData": {
- "HeaderAssetString": "Header.Congratulations",
- "BodyAssetString": "Reward.OvertimeEventStarted"
- }
- }
- },
- "QS09-Quest_BR_S9_Overtime_CompleteQuests_ChainTest_02b": {
- "templateId": "Quest:quest_br_s9_overtime_completequests_chaintest_02b",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Overtime",
- "objectives": {
- "quest_s9_overtime_completequests_test_02b": 6
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "CosmeticVariantToken:vtid_256_m_stormtracker_styleb",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_S9_Overtime_CompleteQuests_ChainTest_02a": {
- "templateId": "Quest:quest_br_s9_overtime_completequests_chaintest_02a",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Overtime",
- "objectives": {
- "quest_s9_overtime_completequests_test_02a": 71
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AthenaCharacter:cid_406_athena_commando_m_stormtracker",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_s9_overtime_completequests_chaintest_02b",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_genericnoicon",
- "giftBoxFormatData": {
- "HeaderAssetString": "Header.Congratulations",
- "BodyAssetString": "Reward.OvertimeEventStarted"
- }
- }
- },
- "QS09-Quest_BR_S9_Overtime_CompleteQuests_ChainTest_03b": {
- "templateId": "Quest:quest_br_s9_overtime_completequests_chaintest_03b",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Overtime",
- "objectives": {
- "quest_s9_overtime_completequests_test_03b": 9
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "CosmeticVariantToken:vtid_255_f_masako_styleb",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_S9_Overtime_CompleteQuests_ChainTest_03a": {
- "templateId": "Quest:quest_br_s9_overtime_completequests_chaintest_03a",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Overtime",
- "objectives": {
- "quest_s9_overtime_completequests_test_03a": 87
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AthenaCharacter:cid_405_athena_commando_f_masako",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_s9_overtime_completequests_chaintest_03b",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_genericnoicon",
- "giftBoxFormatData": {
- "HeaderAssetString": "Header.Congratulations",
- "BodyAssetString": "Reward.OvertimeEventStarted"
- }
- }
- },
- "QS09-Quest_BR_OT_Eliminate_Assist_Friend": {
- "templateId": "Quest:quest_br_ot_eliminate_assist_friend",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Overtime",
- "objectives": {
- "s9_ot_assist_friends_killingblow_athena_players": 25
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 2500
- }
- ],
- "hiddenRewards": [
- {
- "templateId": "Token:athena_s9overtime_challenge_token",
- "quantity": 1
- }
- ],
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_genericnoicon",
- "giftBoxFormatData": {
- "HeaderAssetString": "Header.Congratulations",
- "BodyAssetString": "Reward.OvertimeEventStarted"
- }
- }
- },
- "QS09-Quest_BR_OT_Damage_Shotgun": {
- "templateId": "Quest:quest_br_ot_damage_shotgun",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Overtime",
- "objectives": {
- "s9_ot_damage_athena_player_shotgun": 2500
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 2500
- }
- ],
- "hiddenRewards": [
- {
- "templateId": "Token:athena_s9overtime_challenge_token",
- "quantity": 1
- }
- ],
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_genericnoicon",
- "giftBoxFormatData": {
- "HeaderAssetString": "Header.Congratulations",
- "BodyAssetString": "Reward.OvertimeEventStarted"
- }
- }
- },
- "QS09-Quest_BR_OT_Visit_LootPolarPressure": {
- "templateId": "Quest:quest_br_ot_visit_lootpolarpressure",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Overtime",
- "objectives": {
- "s9_ot_visit_polar": 1,
- "s9_ot_visit_loot_polar_pressure": 1,
- "s9_ot_visit_pressure": 1
- },
- "objectiveCompletionCount": 3,
- "rewards": [
- {
- "templateId": "AthenaLoadingScreen:lsid_145_doggus",
- "quantity": 1
- }
- ],
- "hiddenRewards": [
- {
- "templateId": "Token:athena_s9overtime_challenge_token",
- "quantity": 1
- }
- ],
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_genericnoicon",
- "giftBoxFormatData": {
- "HeaderAssetString": "Header.Congratulations",
- "BodyAssetString": "Reward.OvertimeEventStarted"
- }
- }
- },
- "QS09-Quest_BR_OT_Revive_Friend_DifferentMatches": {
- "templateId": "Quest:quest_br_ot_revive_friend_differentmatches",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Overtime",
- "objectives": {
- "s9_ot_athena_revive_friend_differentmatches": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 5000
- }
- ],
- "hiddenRewards": [
- {
- "templateId": "Token:athena_s9overtime_challenge_token",
- "quantity": 1
- }
- ],
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_genericnoicon",
- "giftBoxFormatData": {
- "HeaderAssetString": "Header.Congratulations",
- "BodyAssetString": "Reward.OvertimeEventStarted"
- }
- }
- },
- "QS09-Quest_BR_OT_Damage_AssaultRifle": {
- "templateId": "Quest:quest_br_ot_damage_assaultrifle",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Overtime",
- "objectives": {
- "s9_ot_damage_athena_player_asssult": 2500
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 5000
- }
- ],
- "hiddenRewards": [
- {
- "templateId": "Token:athena_s9overtime_challenge_token",
- "quantity": 1
- }
- ],
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_genericnoicon",
- "giftBoxFormatData": {
- "HeaderAssetString": "Header.Congratulations",
- "BodyAssetString": "Reward.OvertimeEventStarted"
- }
- }
- },
- "QS09-Quest_BR_OT_Dance_Skeleton": {
- "templateId": "Quest:quest_br_ot_dance_skeleton",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Overtime",
- "objectives": {
- "s9_ot_athena_dance_overtime_location": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AthenaLoadingScreen:lsid_146_worldcup2019",
- "quantity": 1
- }
- ],
- "hiddenRewards": [
- {
- "templateId": "Token:athena_s9overtime_challenge_token",
- "quantity": 1
- }
- ],
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_genericnoicon",
- "giftBoxFormatData": {
- "HeaderAssetString": "Header.Congratulations",
- "BodyAssetString": "Reward.OvertimeEventStarted"
- }
- }
- },
- "QS09-Quest_BR_OT_Top15_DuosSquads_WithFriend": {
- "templateId": "Quest:quest_br_ot_top15_duossquads_withfriend",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Overtime",
- "objectives": {
- "s9_ot_top15_duos_squads_with_friend": 5
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 10000
- }
- ],
- "hiddenRewards": [
- {
- "templateId": "Token:athena_s9overtime_challenge_token",
- "quantity": 1
- }
- ],
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_genericnoicon",
- "giftBoxFormatData": {
- "HeaderAssetString": "Header.Congratulations",
- "BodyAssetString": "Reward.OvertimeEventStarted"
- }
- }
- },
- "QS09-Quest_BR_OT_Damage_SMG": {
- "templateId": "Quest:quest_br_ot_damage_smg",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Overtime",
- "objectives": {
- "s9_ot_damage_athena_player_smg": 2500
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 10000
- }
- ],
- "hiddenRewards": [
- {
- "templateId": "Token:athena_s9overtime_challenge_token",
- "quantity": 1
- }
- ],
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_genericnoicon",
- "giftBoxFormatData": {
- "HeaderAssetString": "Header.Congratulations",
- "BodyAssetString": "Reward.OvertimeEventStarted"
- }
- }
- },
- "QS09-Quest_BR_OT_Score_Soccer_Pitch": {
- "templateId": "Quest:quest_br_ot_score_soccer_pitch",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Overtime",
- "objectives": {
- "s9_ot_athena_score_goal": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AthenaLoadingScreen:lsid_147_utopiakey",
- "quantity": 1
- }
- ],
- "hiddenRewards": [
- {
- "templateId": "Token:athena_s9overtime_challenge_token",
- "quantity": 1
- }
- ],
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_genericnoicon",
- "giftBoxFormatData": {
- "HeaderAssetString": "Header.Congratulations",
- "BodyAssetString": "Reward.OvertimeEventStarted"
- }
- }
- },
- "QS09-Quest_BR_S9_StrawberryPilot_CollectGlyphs_05": {
- "templateId": "Quest:quest_br_s9_strawberrypilot_collectglyphs_05",
- "challenge_bundle_id": "QS09-QuestBundle_S9_StrawberryPilot",
- "objectives": {
- "athena_battlepass_strawberrypilot_collectglyphs_05": 45
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AthenaPickaxe:pickaxe_id_206_strawberrypilot_1h",
- "quantity": 1
- },
- {
- "templateId": "CosmeticVariantToken:vtid_213_strawberrypilot_1h_pickaxeb",
- "quantity": 1
- },
- {
- "templateId": "CosmeticVariantToken:vtid_214_strawberrypilot_1h_pickaxec",
- "quantity": 1
- },
- {
- "templateId": "CosmeticVariantToken:vtid_215_strawberrypilot_1h_pickaxed",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_generic",
- "giftBoxFormatData": {
- "HeaderAssetString": "Header.Congratulations",
- "BodyAssetString": "Reward.GenericGift5"
- }
- }
- },
- "QS09-Quest_BR_S9_StrawberryPilot_Gain_SeasonXP_01": {
- "templateId": "Quest:quest_br_s9_strawberrypilot_gain_seasonxp_01",
- "challenge_bundle_id": "QS09-QuestBundle_S9_StrawberryPilot",
- "objectives": {
- "athena_season_xp_gained": 10000
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "CosmeticVariantToken:vtid_179_strawberrypilot_stageb",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_generic",
- "giftBoxFormatData": {
- "HeaderAssetString": "Header.Congratulations",
- "BodyAssetString": "Reward.GenericGift5"
- }
- }
- },
- "QS09-Quest_BR_S9_StrawberryPilot_Gain_SeasonXP_02": {
- "templateId": "Quest:quest_br_s9_strawberrypilot_gain_seasonxp_02",
- "challenge_bundle_id": "QS09-QuestBundle_S9_StrawberryPilot",
- "objectives": {
- "athena_season_xp_gained": 50000
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "CosmeticVariantToken:vtid_180_strawberrypilot_stagec",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_generic",
- "giftBoxFormatData": {
- "HeaderAssetString": "Header.Congratulations",
- "BodyAssetString": "Reward.GenericGift5"
- }
- }
- },
- "QS09-Quest_BR_S9_StrawberryPilot_Gain_SeasonXP_03": {
- "templateId": "Quest:quest_br_s9_strawberrypilot_gain_seasonxp_03",
- "challenge_bundle_id": "QS09-QuestBundle_S9_StrawberryPilot",
- "objectives": {
- "athena_season_xp_gained": 100000
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "CosmeticVariantToken:vtid_181_strawberrypilot_staged",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_generic",
- "giftBoxFormatData": {
- "HeaderAssetString": "Header.Congratulations",
- "BodyAssetString": "Reward.GenericGift5"
- }
- }
- },
- "QS09-Quest_BR_S9_StrawberryPilot_Gain_SeasonXP_04": {
- "templateId": "Quest:quest_br_s9_strawberrypilot_gain_seasonxp_04",
- "challenge_bundle_id": "QS09-QuestBundle_S9_StrawberryPilot",
- "objectives": {
- "athena_season_xp_gained": 200000
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "CosmeticVariantToken:vtid_182_strawberrypilot_stagee",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_generic",
- "giftBoxFormatData": {
- "HeaderAssetString": "Header.Congratulations",
- "BodyAssetString": "Reward.GenericGift5"
- }
- }
- },
- "QS09-Quest_BR_S9_StrawberryPilot_Complete_WeeklyChallenges_01": {
- "templateId": "Quest:quest_br_s9_strawberrypilot_complete_weeklychallenges_01",
- "challenge_bundle_id": "QS09-QuestBundle_S9_StrawberryPilot",
- "objectives": {
- "athena_strawberrypilot_complete_weeklychallenges_01": 10
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "CosmeticVariantToken:vtid_186_strawberrypilot_secondarycolorb",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_generic",
- "giftBoxFormatData": {
- "HeaderAssetString": "Header.Congratulations",
- "BodyAssetString": "Reward.GenericGift5"
- }
- }
- },
- "QS09-Quest_BR_S9_StrawberryPilot_Complete_WeeklyChallenges_02": {
- "templateId": "Quest:quest_br_s9_strawberrypilot_complete_weeklychallenges_02",
- "challenge_bundle_id": "QS09-QuestBundle_S9_StrawberryPilot",
- "objectives": {
- "athena_strawberrypilot_complete_weeklychallenges_02": 20
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AthenaDance:eid_strawberrypilotkpop",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_generic",
- "giftBoxFormatData": {
- "HeaderAssetString": "Header.Congratulations",
- "BodyAssetString": "Reward.GenericGift5"
- }
- }
- },
- "QS09-Quest_BR_S9_StrawberryPilot_Complete_WeeklyChallenges_03": {
- "templateId": "Quest:quest_br_s9_strawberrypilot_complete_weeklychallenges_03",
- "challenge_bundle_id": "QS09-QuestBundle_S9_StrawberryPilot",
- "objectives": {
- "athena_strawberrypilot_complete_weeklychallenges_03": 30
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "CosmeticVariantToken:vtid_183_strawberrypilot_clothingb",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_generic",
- "giftBoxFormatData": {
- "HeaderAssetString": "Header.Congratulations",
- "BodyAssetString": "Reward.GenericGift5"
- }
- }
- },
- "QS09-Quest_BR_S9_StrawberryPilot_CollectGlyphs_01": {
- "templateId": "Quest:quest_br_s9_strawberrypilot_collectglyphs_01",
- "challenge_bundle_id": "QS09-QuestBundle_S9_StrawberryPilot",
- "objectives": {
- "athena_battlepass_strawberrypilot_collectglyphs_01": 5
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "CosmeticVariantToken:vtid_187_strawberrypilot_secondarycolorc",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_generic",
- "giftBoxFormatData": {
- "HeaderAssetString": "Header.Congratulations",
- "BodyAssetString": "Reward.GenericGift5"
- }
- }
- },
- "QS09-Quest_BR_S9_StrawberryPilot_CollectGlyphs_02": {
- "templateId": "Quest:quest_br_s9_strawberrypilot_collectglyphs_02",
- "challenge_bundle_id": "QS09-QuestBundle_S9_StrawberryPilot",
- "objectives": {
- "athena_battlepass_strawberrypilot_collectglyphs_02": 15
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "CosmeticVariantToken:vtid_184_strawberrypilot_clothingc",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_generic",
- "giftBoxFormatData": {
- "HeaderAssetString": "Header.Congratulations",
- "BodyAssetString": "Reward.GenericGift5"
- }
- }
- },
- "QS09-Quest_BR_S9_StrawberryPilot_CollectGlyphs_03": {
- "templateId": "Quest:quest_br_s9_strawberrypilot_collectglyphs_03",
- "challenge_bundle_id": "QS09-QuestBundle_S9_StrawberryPilot",
- "objectives": {
- "athena_battlepass_strawberrypilot_collectglyphs_03": 25
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "CosmeticVariantToken:vtid_188_strawberrypilot_secondarycolord",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_generic",
- "giftBoxFormatData": {
- "HeaderAssetString": "Header.Congratulations",
- "BodyAssetString": "Reward.GenericGift5"
- }
- }
- },
- "QS09-Quest_BR_S9_StrawberryPilot_CollectGlyphs_04": {
- "templateId": "Quest:quest_br_s9_strawberrypilot_collectglyphs_04",
- "challenge_bundle_id": "QS09-QuestBundle_S9_StrawberryPilot",
- "objectives": {
- "athena_battlepass_strawberrypilot_collectglyphs_04": 35
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "CosmeticVariantToken:vtid_185_strawberrypilot_clothingd",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_generic",
- "giftBoxFormatData": {
- "HeaderAssetString": "Header.Congratulations",
- "BodyAssetString": "Reward.GenericGift5"
- }
- }
- },
- "QS09-Quest_BR_S9_Rooster_CollectGlyphs_01_B": {
- "templateId": "Quest:quest_br_s9_rooster_collectglyphs_01_b",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Rooster",
- "objectives": {
- "athena_battlepass_rooster_collectglyphs_01_b": 99
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "CosmeticVariantToken:vtid_203_rooster_backbling_styleb",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS09-Quest_BR_S9_Rooster_CollectGlyphs_01_A": {
- "templateId": "Quest:quest_br_s9_rooster_collectglyphs_01_a",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Rooster",
- "objectives": {
- "athena_battlepass_rooster_collectglyphs_01_a": 10
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AthenaBackpack:bid_261_rooster",
- "quantity": 1
- },
- {
- "templateId": "Quest:quest_br_s9_rooster_collectglyphs_01_b",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_generic",
- "giftBoxFormatData": {
- "HeaderAssetString": "Header.Congratulations",
- "BodyAssetString": "Reward.GenericGift5"
- }
- }
- },
- "QS09-Quest_BR_S9_Rooster_CollectGlyphs_02": {
- "templateId": "Quest:quest_br_s9_rooster_collectglyphs_02",
- "challenge_bundle_id": "QS09-QuestBundle_S9_Rooster",
- "objectives": {
- "athena_battlepass_rooster_collectglyphs_02": 20
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AthenaDance:eid_roostermech",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_generic",
- "giftBoxFormatData": {
- "HeaderAssetString": "Header.Congratulations",
- "BodyAssetString": "Reward.GenericGift5"
- }
- }
- },
- "QS09-Quest_BR_S9_StormTracker_CollectGlyphs_01": {
- "templateId": "Quest:quest_br_s9_stormtracker_collectglyphs_01",
- "challenge_bundle_id": "QS09-QuestBundle_S9_StormTracker",
- "objectives": {
- "athena_battlepass_stormtracker_collectglyphs_01": 60
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AthenaGlider:glider_id_145_stormtracker",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_generic",
- "giftBoxFormatData": {
- "HeaderAssetString": "Header.Congratulations",
- "BodyAssetString": "Reward.GenericGift5"
- }
- }
- },
- "QS09-Quest_BR_S9_StormTracker_CollectGlyphs_02": {
- "templateId": "Quest:quest_br_s9_stormtracker_collectglyphs_02",
- "challenge_bundle_id": "QS09-QuestBundle_S9_StormTracker",
- "objectives": {
- "athena_battlepass_stormtracker_collectglyphs_02": 65
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AthenaBackpack:bid_264_stormtracker",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_generic",
- "giftBoxFormatData": {
- "HeaderAssetString": "Header.Congratulations",
- "BodyAssetString": "Reward.GenericGift5"
- }
- }
- },
- "QS09-Quest_BR_Play_Birthday": {
- "templateId": "Quest:quest_br_play_birthday",
- "challenge_bundle_id": "QS09-QuestBundle_Birthday2019_BR",
- "objectives": {
- "birthdaybundle_athena_play_matches": 14
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 5000
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_generic",
- "giftBoxFormatData": {
- "HeaderAssetString": "Header.Congratulations",
- "BodyAssetString": "Reward.Birthday2"
- }
- }
- },
- "QS09-Quest_BR_Dance_ScavengerHunt_BirthdayCakes": {
- "templateId": "Quest:quest_br_dance_scavengerhunt_birthdaycakes",
- "challenge_bundle_id": "QS09-QuestBundle_Birthday2019_BR",
- "objectives": {
- "birthdaybundle_dance_location_birthdaycake_01": 1,
- "birthdaybundle_dance_location_birthdaycake_02": 1,
- "birthdaybundle_dance_location_birthdaycake_03": 1,
- "birthdaybundle_dance_location_birthdaycake_04": 1,
- "birthdaybundle_dance_location_birthdaycake_05": 1,
- "birthdaybundle_dance_location_birthdaycake_06": 1,
- "birthdaybundle_dance_location_birthdaycake_07": 1,
- "birthdaybundle_dance_location_birthdaycake_08": 1,
- "birthdaybundle_dance_location_birthdaycake_09": 1,
- "birthdaybundle_dance_location_birthdaycake_10": 1
- },
- "objectiveCompletionCount": 10,
- "rewards": [
- {
- "templateId": "AthenaDance:spid_040_birthday2018",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_generic",
- "giftBoxFormatData": {
- "HeaderAssetString": "Header.Congratulations",
- "BodyAssetString": "Reward.Birthday2"
- }
- }
- },
- "QS09-Quest_BR_Outlast_Birthday": {
- "templateId": "Quest:quest_br_outlast_birthday",
- "challenge_bundle_id": "QS09-QuestBundle_Birthday2019_BR",
- "objectives": {
- "birthdaybundle_athena_outlast": 500
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AthenaDance:spid_129_birthday2019",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_generic",
- "giftBoxFormatData": {
- "HeaderAssetString": "Header.Congratulations",
- "BodyAssetString": "Reward.Birthday2"
- }
- }
- },
- "QS09-Quest_BR_Heal_BirthdayCake": {
- "templateId": "Quest:quest_br_heal_birthdaycake",
- "challenge_bundle_id": "QS09-QuestBundle_Birthday2019_BR",
- "objectives": {
- "battlepass_heal_athena_birthdaycake": 50
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AthenaDance:emoji_birthday2019",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_generic",
- "giftBoxFormatData": {
- "HeaderAssetString": "Header.Congratulations",
- "BodyAssetString": "Reward.Birthday2"
- }
- }
+ "templateId": "AthenaBackpack:bid_148_robotred",
+ "quantity": 1,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_challengecomplete",
+ "giftBoxFormatData": {}
+ }
+ }
+ ]
+ }
+ },
+ "QS06-QuestBundle_S6_ProgressiveA": {
+ "templateId": "ChallengeBundle:questbundle_s6_progressivea",
+ "challenge_bundle_schedule_id": "QS06-Season6_ProgressiveA_Schedule",
+ "grantedquestinstanceids": [
+ "QS06-Quest_BR_S6_Gain_SeasonXP_ProgressiveA_01",
+ "QS06-Quest_BR_S6_Gain_SeasonXP_ProgressiveA_02",
+ "QS06-Quest_BR_S6_Gain_SeasonXP_ProgressiveA_03",
+ "QS06-Quest_BR_S6_Gain_SeasonXP_ProgressiveA_04",
+ "QS06-Quest_BR_S6_Gain_SeasonXP_ProgressiveA_05",
+ "QS06-Quest_BR_S6_Complete_WeeklyChallenges_ProgressiveA_01",
+ "QS06-Quest_BR_S6_Complete_WeeklyChallenges_ProgressiveA_02",
+ "QS06-Quest_BR_S6_Complete_WeeklyChallenges_ProgressiveA_03"
+ ],
+ "completionRewards": {
+ "5": [
+ {
+ "templateId": "AthenaPickaxe:pickaxe_id_104_cowgirl",
+ "quantity": 1,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_challengecomplete",
+ "giftBoxFormatData": {}
+ }
+ }
+ ]
+ }
+ },
+ "QS06-QuestBundle_S6_ProgressiveB": {
+ "templateId": "ChallengeBundle:questbundle_s6_progressiveb",
+ "challenge_bundle_schedule_id": "QS06-Season6_ProgressiveB_Schedule",
+ "grantedquestinstanceids": [
+ "QS06-Quest_BR_S6_Gain_SeasonXP_ProgressiveB_01",
+ "QS06-Quest_BR_S6_Gain_SeasonXP_ProgressiveB_02",
+ "QS06-Quest_BR_S6_Gain_SeasonXP_ProgressiveB_03",
+ "QS06-Quest_BR_S6_Gain_SeasonXP_ProgressiveB_04",
+ "QS06-Quest_BR_S6_Gain_SeasonXP_ProgressiveB_05",
+ "QS06-Quest_BR_S6_Complete_WeeklyChallenges_ProgressiveB_01",
+ "QS06-Quest_BR_S6_Complete_WeeklyChallenges_ProgressiveB_02",
+ "QS06-Quest_BR_S6_Complete_WeeklyChallenges_ProgressiveB_03"
+ ],
+ "completionRewards": {
+ "5": [
+ {
+ "templateId": "AthenaBackpack:bid_120_werewolf",
+ "quantity": 1,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_challengecomplete",
+ "giftBoxFormatData": {}
+ }
+ }
+ ]
}
}
},
- "Season10": {
- "ChallengeBundleSchedules": {
- "QS10-Season10_Mission_Schedule": {
- "templateId": "ChallengeBundleSchedule:season10_mission_schedule",
- "granted_bundles": [
- "QS10-MissionBundle_S10_01A",
- "QS10-MissionBundle_S10_01B",
- "QS10-MissionBundle_S10_02",
- "QS10-MissionBundle_S10_03",
- "QS10-MissionBundle_S10_04",
- "QS10-MissionBundle_S10_05",
- "QS10-MissionBundle_S10_06",
- "QS10-MissionBundle_S10_07",
- "QS10-MissionBundle_S10_08",
- "QS10-MissionBundle_S10_09"
- ]
+ "Quests": {
+ "QS06-Quest_FNM_Elim_AI": {
+ "templateId": "Quest:quest_fnm_elim_ai",
+ "challenge_bundle_id": "QS06-QuestBundle_Fortnitemares_Part1",
+ "objectives": {
+ "fortnitemares_killingblow_athena_ai": 200
},
- "QS10-Season10_NightNight_Schedule": {
- "templateId": "ChallengeBundleSchedule:season10_nightnight_schedule",
- "granted_bundles": [
- "QS10-QuestBundle_S10_NightNight"
- ]
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 500
+ }
+ ],
+ "hiddenRewards": [
+ {
+ "templateId": "Token:athenafortnitemares_challenge_token",
+ "quantity": 1
+ }
+ ],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_FNM_Dam_PistolAR_AI": {
+ "templateId": "Quest:quest_fnm_dam_pistolar_ai",
+ "challenge_bundle_id": "QS06-QuestBundle_Fortnitemares_Part1",
+ "objectives": {
+ "fortnitemares_damage_athena_ai_ar_pistol": 5000
},
- "QS10-Season10_OT_Schedule": {
- "templateId": "ChallengeBundleSchedule:season10_ot_schedule",
- "granted_bundles": [
- "QS10-QuestBundle_S10_OT"
- ]
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 500
+ }
+ ],
+ "hiddenRewards": [
+ {
+ "templateId": "Token:athenafortnitemares_challenge_token",
+ "quantity": 1
+ }
+ ],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_FNM_Visit_CorruptedAreas": {
+ "templateId": "Quest:quest_fnm_visit_corruptedareas",
+ "challenge_bundle_id": "QS06-QuestBundle_Fortnitemares_Part1",
+ "objectives": {
+ "fortnitemares_visit_athena_location_seals": 7
},
- "QS10-Season10_Schedule_Event_BlackMonday": {
- "templateId": "ChallengeBundleSchedule:season10_schedule_event_blackmonday",
- "granted_bundles": [
- "QS10-QuestBundle_Event_BlackMonday"
- ]
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 500
+ }
+ ],
+ "hiddenRewards": [
+ {
+ "templateId": "Token:athenafortnitemares_challenge_token",
+ "quantity": 1
+ }
+ ],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_FNM_Dance_ScavengerHunt_Gargoyles": {
+ "templateId": "Quest:quest_fnm_dance_scavengerhunt_gargoyles",
+ "challenge_bundle_id": "QS06-QuestBundle_Fortnitemares_Part1",
+ "objectives": {
+ "fortnitemares_dance_location_gargoyles_01": 1,
+ "fortnitemares_dance_location_gargoyles_02": 1,
+ "fortnitemares_dance_location_gargoyles_03": 1,
+ "fortnitemares_dance_location_gargoyles_04": 1,
+ "fortnitemares_dance_location_gargoyles_05": 1,
+ "fortnitemares_dance_location_gargoyles_06": 1,
+ "fortnitemares_dance_location_gargoyles_07": 1,
+ "fortnitemares_dance_location_gargoyles_08": 1,
+ "fortnitemares_dance_location_gargoyles_09": 1,
+ "fortnitemares_dance_location_gargoyles_10": 1
},
- "QS10-Season10_Schedule_Event_Oak": {
- "templateId": "ChallengeBundleSchedule:season10_schedule_event_oak",
- "granted_bundles": [
- "QS10-QuestBundle_Event_Oak"
- ]
+ "objectiveCompletionCount": 5,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 500
+ }
+ ],
+ "hiddenRewards": [
+ {
+ "templateId": "Token:athenafortnitemares_challenge_token",
+ "quantity": 1
+ }
+ ],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_FNM_Elim_AI_Fiend": {
+ "templateId": "Quest:quest_fnm_elim_ai_fiend",
+ "challenge_bundle_id": "QS06-QuestBundle_Fortnitemares_Part2",
+ "objectives": {
+ "fortnitemares_killingblow_athena_ai_fiend": 150
},
- "QS10-Season10_Schedule_MysteryMission": {
- "templateId": "ChallengeBundleSchedule:season10_schedule_mysterymission",
- "granted_bundles": [
- "QS10-MissionBundle_S10_Mystery"
- ]
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 500
+ }
+ ],
+ "hiddenRewards": [
+ {
+ "templateId": "Token:athenafortnitemares_challenge_token",
+ "quantity": 1
+ }
+ ],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_FNM_Dam_ShotgunSMG_AI": {
+ "templateId": "Quest:quest_fnm_dam_shotgunsmg_ai",
+ "challenge_bundle_id": "QS06-QuestBundle_Fortnitemares_Part2",
+ "objectives": {
+ "fortnitemares_damage_athena_ai_shotgun_smg": 5000
},
- "QS10-Season10_SeasonLevel_Mission_Schedule": {
- "templateId": "ChallengeBundleSchedule:season10_seasonlevel_mission_schedule",
- "granted_bundles": [
- "QS10-MissionBundle_S10_SeasonLevel"
- ]
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 500
+ }
+ ],
+ "hiddenRewards": [
+ {
+ "templateId": "Token:athenafortnitemares_challenge_token",
+ "quantity": 1
+ }
+ ],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_FNM_Eliminate_Location_CorruptedAreas": {
+ "templateId": "Quest:quest_fnm_eliminate_location_corruptedareas",
+ "challenge_bundle_id": "QS06-QuestBundle_Fortnitemares_Part2",
+ "objectives": {
+ "fortnitemares_killingblow_athena_player_sevenseals": 3
},
- "QS10-Season10_SeasonX_Schedule": {
- "templateId": "ChallengeBundleSchedule:season10_seasonx_schedule",
- "granted_bundles": [
- "QS10-QuestBundle_S10_SeasonX"
- ]
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 500
+ }
+ ],
+ "hiddenRewards": [
+ {
+ "templateId": "Token:athenafortnitemares_challenge_token",
+ "quantity": 1
+ }
+ ],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_FNM_Destroy_ScavengerHunt_GhostDecos": {
+ "templateId": "Quest:quest_fnm_destroy_scavengerhunt_ghostdecos",
+ "challenge_bundle_id": "QS06-QuestBundle_Fortnitemares_Part2",
+ "objectives": {
+ "fortnitemares_destroy_ghostdecos_location_junkjunction": 1,
+ "fortnitemares_destroy_ghostdecos_location_lazylinks": 1,
+ "fortnitemares_destroy_ghostdecos_location_riskyreels": 1,
+ "fortnitemares_destroy_ghostdecos_location_wailingwoods": 1,
+ "fortnitemares_destroy_ghostdecos_location_lonelylodge": 1,
+ "fortnitemares_destroy_ghostdecos_location_tomatotemple": 1,
+ "fortnitemares_destroy_ghostdecos_location_leakylake": 1,
+ "fortnitemares_destroy_ghostdecos_location_hauntedhills": 1,
+ "fortnitemares_destroy_ghostdecos_location_snobbyshores": 1,
+ "fortnitemares_destroy_ghostdecos_location_tiltedtowers": 1,
+ "fortnitemares_destroy_ghostdecos_location_dustydivot": 1,
+ "fortnitemares_destroy_ghostdecos_location_retailrow": 1,
+ "fortnitemares_destroy_ghostdecos_location_paradisepalms": 1,
+ "fortnitemares_destroy_ghostdecos_location_saltysprings": 1,
+ "fortnitemares_destroy_ghostdecos_location_shiftyshafts": 1,
+ "fortnitemares_destroy_ghostdecos_location_greasygrove": 1,
+ "fortnitemares_destroy_ghostdecos_location_flushfactory": 1,
+ "fortnitemares_destroy_ghostdecos_location_fatalfields": 1,
+ "fortnitemares_destroy_ghostdecos_location_luckylanding": 1,
+ "fortnitemares_destroy_ghostdecos_location_pleasantpark": 1
},
- "QS10-Season10_BlackKnight_Schedule": {
- "templateId": "ChallengeBundleSchedule:season10_blackknight_schedule",
- "granted_bundles": [
- "QS10-UnlockPreviewBundle_S10_BlackKnight"
- ]
+ "objectiveCompletionCount": 7,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 500
+ }
+ ],
+ "hiddenRewards": [
+ {
+ "templateId": "Token:athenafortnitemares_challenge_token",
+ "quantity": 1
+ }
+ ],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_FNM_Elim_AI_Brute": {
+ "templateId": "Quest:quest_fnm_elim_ai_brute",
+ "challenge_bundle_id": "QS06-QuestBundle_Fortnitemares_Part3",
+ "objectives": {
+ "fortnitemares_killingblow_athena_ai_brute": 25
},
- "QS10-Season10_DJYonger_Schedule": {
- "templateId": "ChallengeBundleSchedule:season10_djyonger_schedule",
- "granted_bundles": [
- "QS10-UnlockPreviewBundle_S10_DJYonger"
- ]
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 500
+ }
+ ],
+ "hiddenRewards": [
+ {
+ "templateId": "Token:athenafortnitemares_challenge_token",
+ "quantity": 1
+ }
+ ],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_FNM_Dam_ExplosiveWeapons_AI": {
+ "templateId": "Quest:quest_fnm_dam_explosiveweapons_ai",
+ "challenge_bundle_id": "QS06-QuestBundle_Fortnitemares_Part3",
+ "objectives": {
+ "fortnitemares_damage_athena_ai_explosive_weapons": 2000
},
- "QS10-Season10_Drift_Schedule": {
- "templateId": "ChallengeBundleSchedule:season10_drift_schedule",
- "granted_bundles": [
- "QS10-UnlockPreviewBundle_S10_Drift"
- ]
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 500
+ }
+ ],
+ "hiddenRewards": [
+ {
+ "templateId": "Token:athenafortnitemares_challenge_token",
+ "quantity": 1
+ }
+ ],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_FNM_Interact_Chests_Location_CorruptedAreas": {
+ "templateId": "Quest:quest_fnm_interact_chests_location_corruptedareas",
+ "challenge_bundle_id": "QS06-QuestBundle_Fortnitemares_Part3",
+ "objectives": {
+ "fortnitemares_interact_athena_treasurechest_sevenseals": 7
},
- "QS10-Season10_RustLord_Schedule": {
- "templateId": "ChallengeBundleSchedule:season10_rustlord_schedule",
- "granted_bundles": [
- "QS10-UnlockPreviewBundle_S10_RustLord"
- ]
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 500
+ }
+ ],
+ "hiddenRewards": [
+ {
+ "templateId": "Token:athenafortnitemares_challenge_token",
+ "quantity": 1
+ }
+ ],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_FNM_Visit_Chain3_HauntedHills": {
+ "templateId": "Quest:quest_fnm_visit_chain3_hauntedhills",
+ "challenge_bundle_id": "QS06-QuestBundle_Fortnitemares_Part3",
+ "objectives": {
+ "fortnitemares_visit_chain_location_hauntedhills": 1
},
- "QS10-Season10_Sparkle_Schedule": {
- "templateId": "ChallengeBundleSchedule:season10_sparkle_schedule",
- "granted_bundles": [
- "QS10-UnlockPreviewBundle_S10_Sparkle"
- ]
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 200
+ }
+ ],
+ "hiddenRewards": [
+ {
+ "templateId": "Token:athenafortnitemares_challenge_token",
+ "quantity": 1
+ }
+ ],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_FNM_Visit_Chain2_FatalFields": {
+ "templateId": "Quest:quest_fnm_visit_chain2_fatalfields",
+ "challenge_bundle_id": "QS06-QuestBundle_Fortnitemares_Part3",
+ "objectives": {
+ "fortnitemares_visit_chain_location_fatalfields": 1
},
- "QS10-Season10_Teknique_Schedule": {
- "templateId": "ChallengeBundleSchedule:season10_teknique_schedule",
- "granted_bundles": [
- "QS10-UnlockPreviewBundle_S10_Teknique"
- ]
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 150
+ },
+ {
+ "templateId": "Quest:quest_fnm_visit_chain3_hauntedhills",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_FNM_Visit_Chain1_WailingWoods": {
+ "templateId": "Quest:quest_fnm_visit_chain1_wailingwoods",
+ "challenge_bundle_id": "QS06-QuestBundle_Fortnitemares_Part3",
+ "objectives": {
+ "fortnitemares_visit_chain_location_wailingwoods": 1
},
- "QS10-Season10_Voyager_Schedule": {
- "templateId": "ChallengeBundleSchedule:season10_voyager_schedule",
- "granted_bundles": [
- "QS10-UnlockPreviewBundle_S10_Voyager"
- ]
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 150
+ },
+ {
+ "templateId": "Quest:quest_fnm_visit_chain2_fatalfields",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_FNM_Elim_AI_Elite": {
+ "templateId": "Quest:quest_fnm_elim_ai_elite",
+ "challenge_bundle_id": "QS06-QuestBundle_Fortnitemares_Part4",
+ "objectives": {
+ "fortnitemares_killingblow_athena_ai_elite": 10
},
- "QS10-Schedule_BR_S10_Daily_Week01": {
- "templateId": "ChallengeBundleSchedule:schedule_br_s10_daily_week01",
- "granted_bundles": [
- "QS10-QuestBundle_BR_S10_Daily_Week01"
- ]
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 500
+ }
+ ],
+ "hiddenRewards": [
+ {
+ "templateId": "Token:athenafortnitemares_challenge_token",
+ "quantity": 1
+ }
+ ],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_FNM_Damage_MonsterSpawners": {
+ "templateId": "Quest:quest_fnm_damage_monsterspawners",
+ "challenge_bundle_id": "QS06-QuestBundle_Fortnitemares_Part4",
+ "objectives": {
+ "fortnitemares_damage_monsterspawner": 2500
},
- "QS10-Schedule_BR_S10_Daily_Week02": {
- "templateId": "ChallengeBundleSchedule:schedule_br_s10_daily_week02",
- "granted_bundles": [
- "QS10-QuestBundle_BR_S10_Daily_Week02"
- ]
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 500
+ }
+ ],
+ "hiddenRewards": [
+ {
+ "templateId": "Token:athenafortnitemares_challenge_token",
+ "quantity": 1
+ }
+ ],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_FNM_Dam_AI_SingleMatch": {
+ "templateId": "Quest:quest_fnm_dam_ai_singlematch",
+ "challenge_bundle_id": "QS06-QuestBundle_Fortnitemares_Part4",
+ "objectives": {
+ "fortnitemares_damage_athena_ai_single_match": 1000
},
- "QS10-Schedule_BR_S10_Daily_Week03": {
- "templateId": "ChallengeBundleSchedule:schedule_br_s10_daily_week03",
- "granted_bundles": [
- "QS10-QuestBundle_BR_S10_Daily_Week03"
- ]
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 500
+ }
+ ],
+ "hiddenRewards": [
+ {
+ "templateId": "Token:athenafortnitemares_challenge_token",
+ "quantity": 1
+ }
+ ],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_FNM_Visit_CorruptedAreas_SingleMatch": {
+ "templateId": "Quest:quest_fnm_visit_corruptedareas_singlematch",
+ "challenge_bundle_id": "QS06-QuestBundle_Fortnitemares_Part4",
+ "objectives": {
+ "fortnitemares_visit_athena_location_seal_01": 1,
+ "fortnitemares_visit_athena_location_seal_02": 1,
+ "fortnitemares_visit_athena_location_seal_03": 1,
+ "fortnitemares_visit_athena_location_seal_04": 1,
+ "fortnitemares_visit_athena_location_seal_05": 1,
+ "fortnitemares_visit_athena_location_seal_06": 1,
+ "fortnitemares_visit_athena_location_seal_07": 1
},
- "QS10-Schedule_BR_S10_Daily_Week04": {
- "templateId": "ChallengeBundleSchedule:schedule_br_s10_daily_week04",
- "granted_bundles": [
- "QS10-QuestBundle_BR_S10_Daily_Week04"
- ]
+ "objectiveCompletionCount": 4,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 500
+ }
+ ],
+ "hiddenRewards": [
+ {
+ "templateId": "Token:athenafortnitemares_challenge_token",
+ "quantity": 1
+ }
+ ],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_FNM_Destroy_MonsterSpawners": {
+ "templateId": "Quest:quest_fnm_destroy_monsterspawners",
+ "challenge_bundle_id": "QS06-QuestBundle_Fortnitemares_Part4",
+ "objectives": {
+ "fortnitemares_destroy_monsterspawner": 3
},
- "QS10-Schedule_BR_S10_Daily_Week05": {
- "templateId": "ChallengeBundleSchedule:schedule_br_s10_daily_week05",
- "granted_bundles": [
- "QS10-QuestBundle_BR_S10_Daily_Week05"
- ]
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 500
+ }
+ ],
+ "hiddenRewards": [
+ {
+ "templateId": "Token:athenafortnitemares_challenge_token",
+ "quantity": 1
+ }
+ ],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_FNM_CompleteQuests": {
+ "templateId": "Quest:quest_fnm_completequests",
+ "challenge_bundle_id": "QS06-QuestBundle_Fortnitemares_Part4",
+ "objectives": {
+ "fortnitemares_quest_completequests_tokens": 14
},
- "QS10-Schedule_BR_S10_Daily_Week06": {
- "templateId": "ChallengeBundleSchedule:schedule_br_s10_daily_week06",
- "granted_bundles": [
- "QS10-QuestBundle_BR_S10_Daily_Week06"
- ]
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 500
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_LilKevin_Play_Matches": {
+ "templateId": "Quest:quest_br_lilkevin_play_matches",
+ "challenge_bundle_id": "QS06-QuestBundle_LTM_LilKevin",
+ "objectives": {
+ "ltm_lil_kevin_athena_play_matches": 15
},
- "QS10-Schedule_BR_S10_Daily_Week07": {
- "templateId": "ChallengeBundleSchedule:schedule_br_s10_daily_week07",
- "granted_bundles": [
- "QS10-QuestBundle_BR_S10_Daily_Week07"
- ]
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 500
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_LilKevin_Gain_XP": {
+ "templateId": "Quest:quest_br_lilkevin_gain_xp",
+ "challenge_bundle_id": "QS06-QuestBundle_LTM_LilKevin",
+ "objectives": {
+ "athena_season_xp_gained": 5000
},
- "QS10-Schedule_BR_S10_Daily_Week08": {
- "templateId": "ChallengeBundleSchedule:schedule_br_s10_daily_week08",
- "granted_bundles": [
- "QS10-QuestBundle_BR_S10_Daily_Week08"
- ]
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 500
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_LilKevin_Outlive_Opponents": {
+ "templateId": "Quest:quest_br_lilkevin_outlive_opponents",
+ "challenge_bundle_id": "QS06-QuestBundle_LTM_LilKevin",
+ "objectives": {
+ "ltm_lil_kevin_athena_outlive": 500
},
- "QS10-Schedule_BR_S10_Daily_Week09": {
- "templateId": "ChallengeBundleSchedule:schedule_br_s10_daily_week09",
- "granted_bundles": [
- "QS10-QuestBundle_BR_S10_Daily_Week09"
- ]
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 500
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_Collect_LegendaryItem_DifferentMatches": {
+ "templateId": "Quest:quest_br_collect_legendaryitem_differentmatches",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Week_001",
+ "objectives": {
+ "battlepass_collect_legendaryitem_differentmatches": 3
},
- "QS10-Schedule_BR_S10_Daily_Week10": {
- "templateId": "ChallengeBundleSchedule:schedule_br_s10_daily_week10",
- "granted_bundles": [
- "QS10-QuestBundle_BR_S10_Daily_Week10"
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_Heal_CozyCampfire_": {
+ "templateId": "Quest:quest_br_heal_cozycampfire_",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Week_001",
+ "objectives": {
+ "battlepass_heal_athena_camp_fire": 150
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_Interact_SupplyLlamas_ChainSearch": {
+ "templateId": "Quest:quest_br_interact_supplyllamas_chainsearch",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Week_001",
+ "objectives": {
+ "battlepass_open_athena_supply_llama_chainsearch": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 4
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_Interact_SupplyDrops_ChainSearch": {
+ "templateId": "Quest:quest_br_interact_supplydrops_chainsearch",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Week_001",
+ "objectives": {
+ "battlepass_interact_athena_supply_drop_chainsearch": 2
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 3
+ },
+ {
+ "templateId": "Quest:quest_br_interact_supplyllamas_chainsearch",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_Interact_Chests_ChainSearch": {
+ "templateId": "Quest:quest_br_interact_chests_chainsearch",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Week_001",
+ "objectives": {
+ "battlepass_chain_search_chests": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 3
+ },
+ {
+ "templateId": "Quest:quest_br_interact_supplydrops_chainsearch",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_Heal_Shields": {
+ "templateId": "Quest:quest_br_heal_shields",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Week_001",
+ "objectives": {
+ "battlepass_heal_athena_shields": 500
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_Land_Flush_Chain_01E": {
+ "templateId": "Quest:quest_br_land_flush_chain_01e",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Week_001",
+ "objectives": {
+ "battlepass_land_athena_location_flush_chain_01e": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_Land_Fatal_Chain_01D": {
+ "templateId": "Quest:quest_br_land_fatal_chain_01d",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Week_001",
+ "objectives": {
+ "battlepass_land_athena_location_fatal_chain_01d": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_land_flush_chain_01e",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_Land_Tilted_Chain_01C": {
+ "templateId": "Quest:quest_br_land_tilted_chain_01c",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Week_001",
+ "objectives": {
+ "battlepass_land_athena_location_tilted_chain_01c": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_land_fatal_chain_01d",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_Land_Tomato_Chain_01B": {
+ "templateId": "Quest:quest_br_land_tomato_chain_01b",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Week_001",
+ "objectives": {
+ "battlepass_land_athena_location_tomato_chain_01b": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_land_tilted_chain_01c",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_Land_Junk_Chain_01A": {
+ "templateId": "Quest:quest_br_land_junk_chain_01a",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Week_001",
+ "objectives": {
+ "battlepass_land_athena_location_junk_chain_01a": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_land_tomato_chain_01b",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_Dance_ScavengerHunt_Streetlights": {
+ "templateId": "Quest:quest_br_dance_scavengerhunt_streetlights",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Week_001",
+ "objectives": {
+ "battlepass_dance_athena_location_streetlights_01": 1,
+ "battlepass_dance_athena_location_streetlights_02": 1,
+ "battlepass_dance_athena_location_streetlights_03": 1,
+ "battlepass_dance_athena_location_streetlights_04": 1,
+ "battlepass_dance_athena_location_streetlights_05": 1,
+ "battlepass_dance_athena_location_streetlights_06": 1,
+ "battlepass_dance_athena_location_streetlights_07": 1,
+ "battlepass_dance_athena_location_streetlights_08": 1,
+ "battlepass_dance_athena_location_streetlights_09": 1,
+ "battlepass_dance_athena_location_streetlights_10": 1,
+ "battlepass_dance_athena_location_streetlights_11": 1,
+ "battlepass_dance_athena_location_streetlights_12": 1,
+ "battlepass_dance_athena_location_streetlights_13": 1,
+ "battlepass_dance_athena_location_streetlights_14": 1,
+ "battlepass_dance_athena_location_streetlights_15": 1,
+ "battlepass_dance_athena_location_streetlights_16": 1,
+ "battlepass_dance_athena_location_streetlights_17": 1,
+ "battlepass_dance_athena_location_streetlights_18": 1,
+ "battlepass_dance_athena_location_streetlights_19": 1,
+ "battlepass_dance_athena_location_streetlights_20": 1
+ },
+ "objectiveCompletionCount": 7,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_Eliminate_Location_Different": {
+ "templateId": "Quest:quest_br_eliminate_location_different",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Week_001",
+ "objectives": {
+ "battlepass_killingblow_athena_player_different_junkjunction": 1,
+ "battlepass_killingblow_athena_player_different_hauntedhills": 1,
+ "battlepass_killingblow_athena_player_different_pleasantpartk": 1,
+ "battlepass_killingblow_athena_player_different_lootlake": 1,
+ "battlepass_killingblow_athena_player_different_lazylinks": 1,
+ "battlepass_killingblow_athena_player_different_tomatotemple": 1,
+ "battlepass_killingblow_athena_player_different_riskyreels": 1,
+ "battlepass_killingblow_athena_player_different_wailingwoods": 1,
+ "battlepass_killingblow_athena_player_different_snobbyshores": 1,
+ "battlepass_killingblow_athena_player_different_greasygrove": 1,
+ "battlepass_killingblow_athena_player_different_tiltedtowers": 1,
+ "battlepass_killingblow_athena_player_different_shiftyshafts": 1,
+ "battlepass_killingblow_athena_player_different_dustydivot": 1,
+ "battlepass_killingblow_athena_player_different_saltysprings": 1,
+ "battlepass_killingblow_athena_player_different_retailrow": 1,
+ "battlepass_killingblow_athena_player_different_lonelylodge": 1,
+ "battlepass_killingblow_athena_player_different_flushfactory": 1,
+ "battlepass_killingblow_athena_player_different_luckylanding": 1,
+ "battlepass_killingblow_athena_player_different_fatalfields": 1,
+ "battlepass_killingblow_athena_player_different_paradisepalms": 1
+ },
+ "objectiveCompletionCount": 5,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_Visit_SevenSeals": {
+ "templateId": "Quest:quest_br_visit_sevenseals",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Week_002",
+ "objectives": {
+ "battlepass_visit_athena_location_seal_01": 1,
+ "battlepass_visit_athena_location_seal_02": 1,
+ "battlepass_visit_athena_location_seal_03": 1,
+ "battlepass_visit_athena_location_seal_04": 1,
+ "battlepass_visit_athena_location_seal_05": 1,
+ "battlepass_visit_athena_location_seal_06": 1,
+ "battlepass_visit_athena_location_seal_07": 1
+ },
+ "objectiveCompletionCount": 7,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_Interact_SpookyMist_DifferentMatches": {
+ "templateId": "Quest:quest_br_interact_spookymist_differentmatches",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Week_002",
+ "objectives": {
+ "battlepass_interact_athena_spookymist": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_Damage_ARSilenced_Chain_C": {
+ "templateId": "Quest:quest_br_damage_arsilenced_chain_c",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Week_002",
+ "objectives": {
+ "battlepass_damage_athena_player_ar_silenced_chain": 200
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 4
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_Damage_ARBurst_Chain_B": {
+ "templateId": "Quest:quest_br_damage_arburst_chain_b",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Week_002",
+ "objectives": {
+ "battlepass_damage_athena_player_ar_burst_chain": 200
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 3
+ },
+ {
+ "templateId": "Quest:quest_br_damage_arsilenced_chain_c",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_Damage_AR_Chain_A": {
+ "templateId": "Quest:quest_br_damage_ar_chain_a",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Week_002",
+ "objectives": {
+ "battlepass_damage_athena_player_ar_standard_chain": 200
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 3
+ },
+ {
+ "templateId": "Quest:quest_br_damage_arburst_chain_b",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_Eliminate_MinDistance": {
+ "templateId": "Quest:quest_br_eliminate_mindistance",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Week_002",
+ "objectives": {
+ "battlepass_killingblow_athena_players_mindistance": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_Damage_Pistol": {
+ "templateId": "Quest:quest_br_damage_pistol",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Week_002",
+ "objectives": {
+ "battlepass_damage_athena_player_pistol": 500
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_Eliminate_Weapon_SMG": {
+ "templateId": "Quest:quest_br_eliminate_weapon_smg",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Week_002",
+ "objectives": {
+ "battlepass_killingblow_athena_player_smg": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_Damage_Sniper_Heavy_Chain_C": {
+ "templateId": "Quest:quest_br_damage_sniper_heavy_chain_c",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Week_002",
+ "objectives": {
+ "battlepass_damage_athena_player_sniper_heavy_chain": 200
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 4
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_Damage_Sniper_Bolt_Chain_B": {
+ "templateId": "Quest:quest_br_damage_sniper_bolt_chain_b",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Week_002",
+ "objectives": {
+ "battlepass_damage_athena_player_sniper_bolt_chain": 200
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 3
+ },
+ {
+ "templateId": "Quest:quest_br_damage_sniper_heavy_chain_c",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_Damage_Sniper_Hunting_Chain_A": {
+ "templateId": "Quest:quest_br_damage_sniper_hunting_chain_a",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Week_002",
+ "objectives": {
+ "battlepass_damage_athena_player_sniper_hunting_chain": 200
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 3
+ },
+ {
+ "templateId": "Quest:quest_br_damage_sniper_bolt_chain_b",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_Revive_DifferentMatches": {
+ "templateId": "Quest:quest_br_revive_differentmatches",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Week_003",
+ "objectives": {
+ "battlepass_athena_revive_player_differentmatches": 5
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_Interact_Chests_QuestChain_01_E": {
+ "templateId": "Quest:quest_br_interact_chests_questchain_01_e",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Week_003",
+ "objectives": {
+ "battlepass_interact_athena_treasurechest_questchain_paradisepalms": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_Interact_Chests_QuestChain_01_D": {
+ "templateId": "Quest:quest_br_interact_chests_questchain_01_d",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Week_003",
+ "objectives": {
+ "battlepass_interact_athena_treasurechest_questchain_greasygrove": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Quest:quest_br_interact_chests_questchain_01_e",
+ "quantity": 1
+ },
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_Interact_Chests_QuestChain_01_C": {
+ "templateId": "Quest:quest_br_interact_chests_questchain_01_c",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Week_003",
+ "objectives": {
+ "battlepass_interact_athena_treasurechest_questchain_luckylanding": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Quest:quest_br_interact_chests_questchain_01_d",
+ "quantity": 1
+ },
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_Interact_Chests_QuestChain_01_B": {
+ "templateId": "Quest:quest_br_interact_chests_questchain_01_b",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Week_003",
+ "objectives": {
+ "battlepass_interact_athena_treasurechest_questchain_retailrow": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Quest:quest_br_interact_chests_questchain_01_c",
+ "quantity": 1
+ },
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_Interact_Chests_QuestChain_01_A": {
+ "templateId": "Quest:quest_br_interact_chests_questchain_01_a",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Week_003",
+ "objectives": {
+ "battlepass_interact_athena_treasurechest_questchain_pleasantpark": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Quest:quest_br_interact_chests_questchain_01_b",
+ "quantity": 1
+ },
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_Eliminate_Trap": {
+ "templateId": "Quest:quest_br_eliminate_trap",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Week_003",
+ "objectives": {
+ "battlepass_killingblow_athena_player_with_trap": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_Visit_TwoNamedLocs_Chain_01_E": {
+ "templateId": "Quest:quest_br_visit_twonamedlocs_chain_01_e",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Week_003",
+ "objectives": {
+ "battlepass_visit_athena_location_snobbyshores_chain_01": 1,
+ "battlepass_visit_athena_location_saltysprings_chain_01": 1
+ },
+ "objectiveCompletionCount": 2,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_Visit_TwoNamedLocs_Chain_01_D": {
+ "templateId": "Quest:quest_br_visit_twonamedlocs_chain_01_d",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Week_003",
+ "objectives": {
+ "battlepass_visit_athena_location_lucklanding_chain_01": 1,
+ "battlepass_visit_athena_location_tiltedtowers_chain_01": 1
+ },
+ "objectiveCompletionCount": 2,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_visit_twonamedlocs_chain_01_e",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_Visit_TwoNamedLocs_Chain_01_C": {
+ "templateId": "Quest:quest_br_visit_twonamedlocs_chain_01_c",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Week_003",
+ "objectives": {
+ "battlepass_visit_athena_location_greasygrove_chain_01": 1,
+ "battlepass_visit_athena_location_lootlake_chain_01": 1
+ },
+ "objectiveCompletionCount": 2,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_visit_twonamedlocs_chain_01_d",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_Visit_TwoNamedLocs_Chain_01_B": {
+ "templateId": "Quest:quest_br_visit_twonamedlocs_chain_01_b",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Week_003",
+ "objectives": {
+ "battlepass_visit_athena_location_paradisepalms_chain_01": 1,
+ "battlepass_visit_athena_location_dustydivot_chain_01": 1
+ },
+ "objectiveCompletionCount": 2,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_visit_twonamedlocs_chain_01_c",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_Visit_TwoNamedLocs_Chain_01_A": {
+ "templateId": "Quest:quest_br_visit_twonamedlocs_chain_01_a",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Week_003",
+ "objectives": {
+ "battlepass_visit_athena_location_riskyreels_chain_01": 1,
+ "battlepass_visit_athena_location_wailingwoods_chain_01": 1
+ },
+ "objectiveCompletionCount": 2,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_visit_twonamedlocs_chain_01_b",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_HitPlayer_With_TomatoEmote": {
+ "templateId": "Quest:quest_br_hitplayer_with_tomatoemote",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Week_003",
+ "objectives": {
+ "battlepass_athena_hitplayer_tomatoemote": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_Timed_Trials": {
+ "templateId": "Quest:quest_br_timed_trials",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Week_003",
+ "objectives": {
+ "battlepass_complete_timed_trials_01": 1,
+ "battlepass_complete_timed_trials_02": 1,
+ "battlepass_complete_timed_trials_03": 1,
+ "battlepass_complete_timed_trials_04": 1,
+ "battlepass_complete_timed_trials_05": 1,
+ "battlepass_complete_timed_trials_06": 1,
+ "battlepass_complete_timed_trials_07": 1
+ },
+ "objectiveCompletionCount": 5,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_Eliminate": {
+ "templateId": "Quest:quest_br_eliminate",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Week_003",
+ "objectives": {
+ "battlepass_killingblow_athena_players": 10
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_Use_PortaFort": {
+ "templateId": "Quest:quest_br_use_portafort",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Week_004",
+ "objectives": {
+ "battlepass_interact_athena_portafort": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_Interact_AmmoBox_Locations_Different": {
+ "templateId": "Quest:quest_br_interact_ammobox_locations_different",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Week_004",
+ "objectives": {
+ "battlepass_interact_ammo_athena_location_different_lazylinks": 1,
+ "battlepass_interact_ammo_athena_location_different_dustydivot": 1,
+ "battlepass_interact_ammo_athena_location_different_fatalfields": 1,
+ "battlepass_interact_ammo_athena_location_different_flushfactory": 1,
+ "battlepass_interact_ammo_athena_location_different_greasygrove": 1,
+ "battlepass_interact_ammo_athena_location_different_hauntedhills": 1,
+ "battlepass_interact_ammo_athena_location_different_junkjunction": 1,
+ "battlepass_interact_ammo_athena_location_different_luckylanding": 1,
+ "battlepass_interact_ammo_athena_location_different_lonelylodge": 1,
+ "battlepass_interact_ammo_athena_location_different_lootlake": 1,
+ "battlepass_interact_ammo_athena_location_different_paradisepalms": 1,
+ "battlepass_interact_ammo_athena_location_different_pleasantpark": 1,
+ "battlepass_interact_ammo_athena_location_different_retailrow": 1,
+ "battlepass_interact_ammo_athena_location_different_shiftyshafts": 1,
+ "battlepass_interact_ammo_athena_location_different_saltysprings": 1,
+ "battlepass_interact_ammo_athena_location_different_snobbyshores": 1,
+ "battlepass_interact_ammo_athena_location_different_tiltedtowers": 1,
+ "battlepass_interact_ammo_athena_location_different_tomatotown": 1,
+ "battlepass_interact_ammo_athena_location_different_wailingwoods": 1,
+ "battlepass_interact_ammo_athena_location_different_riskyreels": 1
+ },
+ "objectiveCompletionCount": 7,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_RingDoorbell_DifferentHouses": {
+ "templateId": "Quest:quest_br_ringdoorbell_differenthouses",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Week_004",
+ "objectives": {
+ "battlepass_ringdoorbell_differenthouses": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_Land_Chain_02E": {
+ "templateId": "Quest:quest_br_land_chain_02e",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Week_004",
+ "objectives": {
+ "battlepass_land_athena_location_paradise_chain_02e": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_Land_Chain_02D": {
+ "templateId": "Quest:quest_br_land_chain_02d",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Week_004",
+ "objectives": {
+ "battlepass_land_athena_location_pleasant_chain_02d": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_land_chain_02e",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_Land_Chain_02C": {
+ "templateId": "Quest:quest_br_land_chain_02c",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Week_004",
+ "objectives": {
+ "battlepass_land_athena_location_dusty_chain_02c": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_land_chain_02d",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_Land_Chain_02B": {
+ "templateId": "Quest:quest_br_land_chain_02b",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Week_004",
+ "objectives": {
+ "battlepass_land_athena_location_wailing_chain_02b": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_land_chain_02c",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_Land_Chain_02A": {
+ "templateId": "Quest:quest_br_land_chain_02a",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Week_004",
+ "objectives": {
+ "battlepass_land_athena_location_greasy_chain_02a": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_land_chain_02b",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_Dance_ScavengerHunt_Locations_Chain_01C": {
+ "templateId": "Quest:quest_br_dance_scavengerhunt_locations_chain_01c",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Week_004",
+ "objectives": {
+ "battlepass_dance_athena_location_01c_throne": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 2
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_Dance_ScavengerHunt_Locations_Chain_01B": {
+ "templateId": "Quest:quest_br_dance_scavengerhunt_locations_chain_01b",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Week_004",
+ "objectives": {
+ "battlepass_dance_athena_location_chain_01b_pinktree": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 2
+ },
+ {
+ "templateId": "Quest:quest_br_dance_scavengerhunt_locations_chain_01c",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_Dance_ScavengerHunt_Locations_Chain_01A": {
+ "templateId": "Quest:quest_br_dance_scavengerhunt_locations_chain_01a",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Week_004",
+ "objectives": {
+ "battlepass_dance_athena_location_chain_01a_clocktower": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_dance_scavengerhunt_locations_chain_01b",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_Shoot_SpecificTargets": {
+ "templateId": "Quest:quest_br_shoot_specifictargets",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Week_004",
+ "objectives": {
+ "battlepass_shoot_specifictargets_01": 1,
+ "battlepass_shoot_specifictargets_02": 1,
+ "battlepass_shoot_specifictargets_03": 1,
+ "battlepass_shoot_specifictargets_04": 1,
+ "battlepass_shoot_specifictargets_05": 1,
+ "battlepass_shoot_specifictargets_06": 1,
+ "battlepass_shoot_specifictargets_07": 1
+ },
+ "objectiveCompletionCount": 5,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_Eliminate_Location_SevenSeals": {
+ "templateId": "Quest:quest_br_eliminate_location_sevenseals",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Week_004",
+ "objectives": {
+ "battlepass_killingblow_athena_player_sevenseals": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_RecordSpeed_RadarSigns": {
+ "templateId": "Quest:quest_br_recordspeed_radarsigns",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Week_005",
+ "objectives": {
+ "battlepass_br_recordspeed_radarsigns_01": 1,
+ "battlepass_br_recordspeed_radarsigns_02": 1,
+ "battlepass_br_recordspeed_radarsigns_03": 1,
+ "battlepass_br_recordspeed_radarsigns_04": 1,
+ "battlepass_br_recordspeed_radarsigns_05": 1,
+ "battlepass_br_recordspeed_radarsigns_06": 1,
+ "battlepass_br_recordspeed_radarsigns_07": 1
+ },
+ "objectiveCompletionCount": 5,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_Touch_FlamingRings_Vehicle": {
+ "templateId": "Quest:quest_br_touch_flamingrings_vehicle",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Week_005",
+ "objectives": {
+ "battlepass_touch_flamingrings_vehicle_01": 1,
+ "battlepass_touch_flamingrings_vehicle_02": 1,
+ "battlepass_touch_flamingrings_vehicle_03": 1,
+ "battlepass_touch_flamingrings_vehicle_04": 1,
+ "battlepass_touch_flamingrings_vehicle_05": 1,
+ "battlepass_touch_flamingrings_vehicle_06": 1,
+ "battlepass_touch_flamingrings_vehicle_07": 1,
+ "battlepass_touch_flamingrings_vehicle_08": 1,
+ "battlepass_touch_flamingrings_vehicle_09": 1,
+ "battlepass_touch_flamingrings_vehicle_10": 1
+ },
+ "objectiveCompletionCount": 5,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_Damage_Chain_Shotgun_C": {
+ "templateId": "Quest:quest_br_damage_chain_shotgun_c",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Week_005",
+ "objectives": {
+ "battlepass_damage_athena_player_shotgun_c_chain": 200
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 4
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_Damage_Chain_Shotgun_B": {
+ "templateId": "Quest:quest_br_damage_chain_shotgun_b",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Week_005",
+ "objectives": {
+ "battlepass_damage_athena_player_shotgun_b_chain": 200
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 3
+ },
+ {
+ "templateId": "Quest:quest_br_damage_chain_shotgun_c",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_Damage_Chain_Shotgun_A": {
+ "templateId": "Quest:quest_br_damage_chain_shotgun_a",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Week_005",
+ "objectives": {
+ "battlepass_damage_athena_player_shotgun_a_chain": 200
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 3
+ },
+ {
+ "templateId": "Quest:quest_br_damage_chain_shotgun_b",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_Eliminate_MaxDistance": {
+ "templateId": "Quest:quest_br_eliminate_maxdistance",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Week_005",
+ "objectives": {
+ "battlepass_killingblow_athena_players_maxdistance": 2
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_Damage_SMG": {
+ "templateId": "Quest:quest_br_damage_smg",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Week_005",
+ "objectives": {
+ "battlepass_damage_athena_player_smg": 500
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_Eliminate_Weapon_Minigun": {
+ "templateId": "Quest:quest_br_eliminate_weapon_minigun",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Week_005",
+ "objectives": {
+ "battlepass_killingblow_athena_player_minigun": 4
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_Damage_Chain_Pistol_C": {
+ "templateId": "Quest:quest_br_damage_chain_pistol_c",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Week_005",
+ "objectives": {
+ "battlepass_damage_athena_player_chain_pistol_c": 200
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 4
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_Damage_Chain_Pistol_B": {
+ "templateId": "Quest:quest_br_damage_chain_pistol_b",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Week_005",
+ "objectives": {
+ "battlepass_damage_athena_player_chain_pistol_b": 200
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 3
+ },
+ {
+ "templateId": "Quest:quest_br_damage_chain_pistol_c",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_Damage_Chain_Pistol_A": {
+ "templateId": "Quest:quest_br_damage_chain_pistol_a",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Week_005",
+ "objectives": {
+ "battlepass_damage_athena_player_chain_pistol_a": 200
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 3
+ },
+ {
+ "templateId": "Quest:quest_br_damage_chain_pistol_b",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_Use_FreezeTrap": {
+ "templateId": "Quest:quest_br_use_freezetrap",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Week_006",
+ "objectives": {
+ "battlepass_place_athena_trap_freeze": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_Interact_Chests_Locations_Different": {
+ "templateId": "Quest:quest_br_interact_chests_locations_different",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Week_006",
+ "objectives": {
+ "battlepass_interact_chest_athena_location_different_anarchyacres": 1,
+ "battlepass_interact_chest_athena_location_different_dustydepot": 1,
+ "battlepass_interact_chest_athena_location_different_fatalfields": 1,
+ "battlepass_interact_chest_athena_location_different_flushfactory": 1,
+ "battlepass_interact_chest_athena_location_different_greasygrove": 1,
+ "battlepass_interact_chest_athena_location_different_hauntedhills": 1,
+ "battlepass_interact_chest_athena_location_different_junkjunction": 1,
+ "battlepass_interact_chest_athena_location_different_luckylanding": 1,
+ "battlepass_interact_chest_athena_location_different_lonelylodge": 1,
+ "battlepass_interact_chest_athena_location_different_lootlake": 1,
+ "battlepass_interact_chest_athena_location_different_moistymire": 1,
+ "battlepass_interact_chest_athena_location_different_pleasantpark": 1,
+ "battlepass_interact_chest_athena_location_different_retailrow": 1,
+ "battlepass_interact_chest_athena_location_different_shiftyshafts": 1,
+ "battlepass_interact_chest_athena_location_different_saltysprings": 1,
+ "battlepass_interact_chest_athena_location_different_snobbyshores": 1,
+ "battlepass_interact_chest_athena_location_different_tiltedtowers": 1,
+ "battlepass_interact_chest_athena_location_different_tomatotown": 1,
+ "battlepass_interact_chest_athena_location_different_wailingwoods": 1
+ },
+ "objectiveCompletionCount": 12,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_Eliminate_Weapon_Shotgun": {
+ "templateId": "Quest:quest_br_eliminate_weapon_shotgun",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Week_006",
+ "objectives": {
+ "battlepass_killingblow_athena_player_shotgun": 4
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_Land_Chain_03E": {
+ "templateId": "Quest:quest_br_land_chain_03e",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Week_006",
+ "objectives": {
+ "battlepass_land_athena_location_leaky_chain_02e": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_Land_Chain_03D": {
+ "templateId": "Quest:quest_br_land_chain_03d",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Week_006",
+ "objectives": {
+ "battlepass_land_athena_location_haunted_chain_03d": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_land_chain_03e",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_Land_Chain_03C": {
+ "templateId": "Quest:quest_br_land_chain_03c",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Week_006",
+ "objectives": {
+ "battlepass_land_athena_location_retail_chain_03c": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_land_chain_03d",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_Land_Chain_03B": {
+ "templateId": "Quest:quest_br_land_chain_03b",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Week_006",
+ "objectives": {
+ "battlepass_land_athena_location_risky_chain_03b": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_land_chain_03c",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_Land_Chain_03A": {
+ "templateId": "Quest:quest_br_land_chain_03a",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Week_006",
+ "objectives": {
+ "battlepass_land_athena_location_shifty_chain_03a": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_land_chain_03b",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_Damage_Pickaxe": {
+ "templateId": "Quest:quest_br_damage_pickaxe",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Week_006",
+ "objectives": {
+ "battlepass_damage_athena_player_pickaxe": 200
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_PianoChain_Play_Piano2": {
+ "templateId": "Quest:quest_br_pianochain_play_piano2",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Week_006",
+ "objectives": {
+ "battlepass_piano_chain_play_piano_2": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 3
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_PianoChain_Visit_Map2": {
+ "templateId": "Quest:quest_br_pianochain_visit_map2",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Week_006",
+ "objectives": {
+ "battlepass_piano_chain_visit_map2": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 2
+ },
+ {
+ "templateId": "Quest:quest_br_pianochain_play_piano2",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_PianoChain_Play_Piano1": {
+ "templateId": "Quest:quest_br_pianochain_play_piano1",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Week_006",
+ "objectives": {
+ "battlepass_piano_chain_play_piano_1": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 3
+ },
+ {
+ "templateId": "Quest:quest_br_pianochain_visit_map2",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_PianoChain_Visit_Map1": {
+ "templateId": "Quest:quest_br_pianochain_visit_map1",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Week_006",
+ "objectives": {
+ "battlepass_piano_chain_visit_map1": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 2
+ },
+ {
+ "templateId": "Quest:quest_br_pianochain_play_piano1",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_Eliminate_Weapon_RarityChain_Gold": {
+ "templateId": "Quest:quest_br_eliminate_weapon_raritychain_gold",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Week_006",
+ "objectives": {
+ "battlepass_killingblow_athena_player_goldrarity": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 2
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_Eliminate_Weapon_RarityChain_Purple": {
+ "templateId": "Quest:quest_br_eliminate_weapon_raritychain_purple",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Week_006",
+ "objectives": {
+ "battlepass_killingblow_athena_player_epicrarity": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 2
+ },
+ {
+ "templateId": "Quest:quest_br_eliminate_weapon_raritychain_gold",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_Eliminate_Weapon_RarityChain_Blue": {
+ "templateId": "Quest:quest_br_eliminate_weapon_raritychain_blue",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Week_006",
+ "objectives": {
+ "battlepass_killingblow_athena_player_bluerarity": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 2
+ },
+ {
+ "templateId": "Quest:quest_br_eliminate_weapon_raritychain_purple",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_Eliminate_Weapon_RarityChain_Green": {
+ "templateId": "Quest:quest_br_eliminate_weapon_raritychain_green",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Week_006",
+ "objectives": {
+ "battlepass_killingblow_athena_player_greenrarity": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 2
+ },
+ {
+ "templateId": "Quest:quest_br_eliminate_weapon_raritychain_blue",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_Eliminate_Weapon_RarityChain_Grey": {
+ "templateId": "Quest:quest_br_eliminate_weapon_raritychain_grey",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Week_006",
+ "objectives": {
+ "battlepass_killingblow_athena_player_greyrarity": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 2
+ },
+ {
+ "templateId": "Quest:quest_br_eliminate_weapon_raritychain_green",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_Interact_AmmoBoxes_SingleMatch": {
+ "templateId": "Quest:quest_br_interact_ammoboxes_singlematch",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Week_007",
+ "objectives": {
+ "athena_battlepass_loot_ammobox_singlematch": 7
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_Damage_Headshot": {
+ "templateId": "Quest:quest_br_damage_headshot",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Week_007",
+ "objectives": {
+ "battlepass_damage_athena_player_head_shots": 250
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_Damage_SingleMatch_Chain_3": {
+ "templateId": "Quest:quest_br_damage_singlematch_chain_3",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Week_007",
+ "objectives": {
+ "battlepass_damage_athena_player_singlematch_chain_3": 500
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_Damage_SingleMatch_Chain_2": {
+ "templateId": "Quest:quest_br_damage_singlematch_chain_2",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Week_007",
+ "objectives": {
+ "battlepass_damage_athena_player_singlematch_chain_2": 400
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 3
+ },
+ {
+ "templateId": "Quest:quest_br_damage_singlematch_chain_3",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_Damage_SingleMatch_Chain_1": {
+ "templateId": "Quest:quest_br_damage_singlematch_chain_1",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Week_007",
+ "objectives": {
+ "battlepass_damage_athena_player_singlematch_chain_1": 300
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 2
+ },
+ {
+ "templateId": "Quest:quest_br_damage_singlematch_chain_2",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_Destroy_TreesRocksCars_Chain_01_C": {
+ "templateId": "Quest:quest_br_destroy_treesrockscars_chain_01_c",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Week_007",
+ "objectives": {
+ "athena_battlepass_destroy_athena_treesrockscars_cars": 10
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 2
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_Destroy_TreesRocksCars_Chain_01_B": {
+ "templateId": "Quest:quest_br_destroy_treesrockscars_chain_01_b",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Week_007",
+ "objectives": {
+ "athena_battlepass_destroy_athena_treesrockscars_rocks": 25
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Quest:quest_br_destroy_treesrockscars_chain_01_c",
+ "quantity": 1
+ },
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 2
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_Destroy_TreesRocksCars_Chain_01_A": {
+ "templateId": "Quest:quest_br_destroy_treesrockscars_chain_01_a",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Week_007",
+ "objectives": {
+ "athena_battlepass_destroy_athena_treesrockscars_trees": 50
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Quest:quest_br_destroy_treesrockscars_chain_01_b",
+ "quantity": 1
+ },
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_Skydive_Rings": {
+ "templateId": "Quest:quest_br_skydive_rings",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Week_007",
+ "objectives": {
+ "battlepass_skydive_athena_rings": 10
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_Interact_HealingItems_QuestChain_01_D": {
+ "templateId": "Quest:quest_br_interact_healingitems_questchain_01_d",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Week_007",
+ "objectives": {
+ "athena_battlepass_heal_player_slurpjuice": 50
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 3
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_Interact_HealingItems_QuestChain_01_C": {
+ "templateId": "Quest:quest_br_interact_healingitems_questchain_01_c",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Week_007",
+ "objectives": {
+ "athena_battlepass_heal_player_medkit": 100
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Quest:quest_br_interact_healingitems_questchain_01_d",
+ "quantity": 1
+ },
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 3
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_Interact_HealingItems_Chain_01_B": {
+ "templateId": "Quest:quest_br_interact_healingitems_chain_01_b",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Week_007",
+ "objectives": {
+ "athena_battlepass_heal_player_bandage": 60
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Quest:quest_br_interact_healingitems_questchain_01_c",
+ "quantity": 1
+ },
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 2
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_Interact_HealingItems_QuestChain_01_A": {
+ "templateId": "Quest:quest_br_interact_healingitems_questchain_01_a",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Week_007",
+ "objectives": {
+ "athena_battlepass_interact_athena_forageditems_apples": 5
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Quest:quest_br_interact_healingitems_chain_01_b",
+ "quantity": 1
+ },
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 2
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_Eliminate_Location_PleasantPark": {
+ "templateId": "Quest:quest_br_eliminate_location_pleasantpark",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Week_007",
+ "objectives": {
+ "battlepass_killingblow_athena_player_pleasantpark": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_Visit_Chain_LonelyRetailJunkPleasantFlushFatalHauntedLazyTomatoShifty_SingleMatchE": {
+ "templateId": "Quest:quest_br_visit_chain_lonelyretailjunkpleasantflushfatalhauntedlazytomatoshifty_singlematche",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Week_008",
+ "objectives": {
+ "battlepass_visit_athena_chain_lonelyretailjunkfleasantflushfatalhauntedlazytomatoshifty_singlematch_e0": 1,
+ "battlepass_visit_athena_chain_lonelyretailjunkfleasantflushfatalhauntedlazytomatoshifty_singlematch_e1": 1
+ },
+ "objectiveCompletionCount": 2,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_Visit_Chain_LonelyRetailJunkPleasantFlushFatalHauntedLazyTomatoShifty_SingleMatchD": {
+ "templateId": "Quest:quest_br_visit_chain_lonelyretailjunkpleasantflushfatalhauntedlazytomatoshifty_singlematchd",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Week_008",
+ "objectives": {
+ "battlepass_visit_athena_chain_lonelyretailjunkfleasantflushfatalhauntedlazytomatoshifty_singlematch_d0": 1,
+ "battlepass_visit_athena_chain_lonelyretailjunkfleasantflushfatalhauntedlazytomatoshifty_singlematch_d1": 1
+ },
+ "objectiveCompletionCount": 2,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_visit_chain_lonelyretailjunkpleasantflushfatalhauntedlazytomatoshifty_singlematche",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_Visit_Chain_LonelyRetailJunkPleasantFlushFatalHauntedLazyTomatoShifty_SingleMatchC": {
+ "templateId": "Quest:quest_br_visit_chain_lonelyretailjunkpleasantflushfatalhauntedlazytomatoshifty_singlematchc",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Week_008",
+ "objectives": {
+ "battlepass_visit_athena_chain_lonelyretailjunkfleasantflushfatalhauntedlazytomatoshifty_singlematch_c0": 1,
+ "battlepass_visit_athena_chain_lonelyretailjunkfleasantflushfatalhauntedlazytomatoshifty_singlematch_c1": 1
+ },
+ "objectiveCompletionCount": 2,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_visit_chain_lonelyretailjunkpleasantflushfatalhauntedlazytomatoshifty_singlematchd",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_Visit_Chain_LonelyRetailJunkPleasantFlushFatalHauntedLazyTomatoShifty_SingleMatchB": {
+ "templateId": "Quest:quest_br_visit_chain_lonelyretailjunkpleasantflushfatalhauntedlazytomatoshifty_singlematchb",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Week_008",
+ "objectives": {
+ "battlepass_visit_athena_chain_lonelyretailjunkfleasantflushfatalhauntedlazytomatoshifty_singlematch_b0": 1,
+ "battlepass_visit_athena_chain_lonelyretailjunkfleasantflushfatalhauntedlazytomatoshifty_singlematch_b1": 1
+ },
+ "objectiveCompletionCount": 2,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_visit_chain_lonelyretailjunkpleasantflushfatalhauntedlazytomatoshifty_singlematchc",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_Visit_Chain_LonelyRetailJunkPleasantFlushFatalHauntedLazyTomatoShifty_SingleMatchA": {
+ "templateId": "Quest:quest_br_visit_chain_lonelyretailjunkpleasantflushfatalhauntedlazytomatoshifty_singlematcha",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Week_008",
+ "objectives": {
+ "battlepass_visit_athena_chain_lonelyretailjunkfleasantflushfatalhauntedlazytomatoshifty_singlematch_a0": 1,
+ "battlepass_chain_visit_lonelyretailjunkfleasantflushfatalhauntedlazytomatoshifty_singlematch_a1": 1
+ },
+ "objectiveCompletionCount": 2,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_visit_chain_lonelyretailjunkpleasantflushfatalhauntedlazytomatoshifty_singlematchb",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_Dance_FishTrophy_DifferentNamedLocations": {
+ "templateId": "Quest:quest_br_dance_fishtrophy_differentnamedlocations",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Week_008",
+ "objectives": {
+ "battlepass_dance_athena_location_00": 1,
+ "battlepass_dance_athena_location_01": 1,
+ "battlepass_dance_athena_location_02": 1,
+ "battlepass_dance_athena_location_03": 1,
+ "battlepass_dance_athena_location_04": 1,
+ "battlepass_dance_athena_location_05": 1,
+ "battlepass_dance_athena_location_06": 1,
+ "battlepass_dance_athena_location_07": 1,
+ "battlepass_dance_athena_location_08": 1,
+ "battlepass_dance_athena_location_09": 1,
+ "battlepass_dance_athena_location_10": 1,
+ "battlepass_dance_athena_location_11": 1,
+ "battlepass_dance_athena_location_12": 1,
+ "battlepass_dance_athena_location_13": 1,
+ "battlepass_dance_athena_location_14": 1,
+ "battlepass_dance_athena_location_15": 1,
+ "battlepass_dance_athena_location_16": 1,
+ "battlepass_dance_athena_location_17": 1,
+ "battlepass_dance_athena_location_18": 1,
+ "battlepass_dance_athena_location_19": 1,
+ "battlepass_dance_athena_location_20": 1,
+ "battlepass_dance_athena_location_21": 1,
+ "battlepass_dance_athena_location_22": 1,
+ "battlepass_dance_athena_location_23": 1
+ },
+ "objectiveCompletionCount": 7,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_Eliminate_SixShooter_HeavyAssault": {
+ "templateId": "Quest:quest_br_eliminate_sixshooter_heavyassault",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Week_008",
+ "objectives": {
+ "battlepass_killingblow_athena_player_sixshooter_heavyassault": 2
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_Destroy_SpecificTargets": {
+ "templateId": "Quest:quest_br_destroy_specifictargets",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Week_008",
+ "objectives": {
+ "battlepass_destroy_specifictargets": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_TrickPoint_Vehicle": {
+ "templateId": "Quest:quest_br_trickpoint_vehicle",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Week_008",
+ "objectives": {
+ "battlepass_score_athena_trick_point_vehicle": 250000
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_Visit_NamedLocations_SingleMatch": {
+ "templateId": "Quest:quest_br_visit_namedlocations_singlematch",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Week_008",
+ "objectives": {
+ "battlepass_visit_athena_location_mountain_summit_01": 1,
+ "battlepass_visit_athena_location_mountain_summit_02": 1,
+ "battlepass_visit_athena_location_mountain_summit_03": 1,
+ "battlepass_visit_athena_location_mountain_summit_04": 1,
+ "battlepass_visit_athena_location_mountain_summit_05": 1,
+ "battlepass_visit_athena_location_mountain_summit_06": 1,
+ "battlepass_visit_athena_location_mountain_summit_07": 1,
+ "battlepass_visit_athena_location_mountain_summit_08": 1,
+ "battlepass_visit_athena_location_mountain_summit_09": 1,
+ "battlepass_visit_athena_location_mountain_summit_10": 1,
+ "battlepass_visit_athena_location_mountain_summit_11": 1,
+ "battlepass_visit_athena_location_mountain_summit_12": 1,
+ "battlepass_visit_athena_location_mountain_summit_13": 1,
+ "battlepass_visit_athena_location_mountain_summit_14": 1,
+ "battlepass_visit_athena_location_mountain_summit_15": 1,
+ "battlepass_visit_athena_location_mountain_summit_16": 1,
+ "battlepass_visit_athena_location_mountain_summit_17": 1,
+ "battlepass_visit_athena_location_mountain_summit_18": 1,
+ "battlepass_visit_athena_location_mountain_summit_19": 1,
+ "battlepass_visit_athena_location_mountain_summit_20": 1
+ },
+ "objectiveCompletionCount": 4,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_Use_HookPadRift_Chain_C": {
+ "templateId": "Quest:quest_br_use_hookpadrift_chain_c",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Week_008",
+ "objectives": {
+ "battlepass_hookpadrift_chain_c": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 4
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_Use_HookPadRift_Chain_B": {
+ "templateId": "Quest:quest_br_use_hookpadrift_chain_b",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Week_008",
+ "objectives": {
+ "battlepass_hookpadrift_chain_b": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 3
+ },
+ {
+ "templateId": "Quest:quest_br_use_hookpadrift_chain_c",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_Use_HookPadRift_Chain_A": {
+ "templateId": "Quest:quest_br_use_hookpadrift_chain_a",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Week_008",
+ "objectives": {
+ "battlepass_hookpadrift_chain_a": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 3
+ },
+ {
+ "templateId": "Quest:quest_br_use_hookpadrift_chain_b",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_TrickPoint__Airtime_Vehicle": {
+ "templateId": "Quest:quest_br_trickpoint__airtime_vehicle",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Week_009",
+ "objectives": {
+ "battlepass_damage_athena_trick_point_airtime_vehicle": 30
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_ScavengerHunt_PopBalloons_on_Clowns_DifferentLocations": {
+ "templateId": "Quest:quest_br_scavengerhunt_popballoons_on_clowns_differentlocations",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Week_009",
+ "objectives": {
+ "battlepass_popballoons_athena_differentlocations_00": 1,
+ "battlepass_popballoons_athena_differentlocations_01": 1,
+ "battlepass_popballoons_athena_differentlocations_02": 1,
+ "battlepass_popballoons_athena_differentlocations_03": 1,
+ "battlepass_popballoons_athena_differentlocations_04": 1
+ },
+ "objectiveCompletionCount": 3,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_Interact_Chain_Shroom_SmShld_ShldPotion_ChugJug_D": {
+ "templateId": "Quest:quest_br_interact_chain_shroom_smshld_shldpotion_chugjug_d",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Week_009",
+ "objectives": {
+ "battlepass_interact_athena_chain_shroom_smshld_shldpot_chugjug_d": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 4
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_Interact_Chain_Shroom_SmShld_ShldPotion_ChugJug_C": {
+ "templateId": "Quest:quest_br_interact_chain_shroom_smshld_shldpotion_chugjug_c",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Week_009",
+ "objectives": {
+ "battlepass_interact_athena_chain_shroom_smshld_shldpot_chugjug_c": 100
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 2
+ },
+ {
+ "templateId": "Quest:quest_br_interact_chain_shroom_smshld_shldpotion_chugjug_d",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_Interact_Chain_Shroom_SmShld_ShldPotion_ChugJug_B": {
+ "templateId": "Quest:quest_br_interact_chain_shroom_smshld_shldpotion_chugjug_b",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Week_009",
+ "objectives": {
+ "battlepass_interact_athena_chain_shroom_smshld_shldpot_chugjug_b": 75
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 2
+ },
+ {
+ "templateId": "Quest:quest_br_interact_chain_shroom_smshld_shldpotion_chugjug_c",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_Interact_Chain_Shroom_SmShld_ShldPotion_ChugJug_A": {
+ "templateId": "Quest:quest_br_interact_chain_shroom_smshld_shldpotion_chugjug_a",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Week_009",
+ "objectives": {
+ "battlepass_interact_athena_chain_shroom_smshld_shldpot_chugjug_a": 5
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 2
+ },
+ {
+ "templateId": "Quest:quest_br_interact_chain_shroom_smshld_shldpotion_chugjug_b",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_Damage_ThrownWeapons": {
+ "templateId": "Quest:quest_br_damage_thrownweapons",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Week_009",
+ "objectives": {
+ "battlepass_damage_athena_player_thrownweapon": 300
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_Damage_Enemy_Buildings_TNT": {
+ "templateId": "Quest:quest_br_damage_enemy_buildings_tnt",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Week_009",
+ "objectives": {
+ "battlepass_damage_athena_enemy_building_tnt": 10000
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_Eliminate_Weapon_Rocket_GrenadeLaucher": {
+ "templateId": "Quest:quest_br_eliminate_weapon_rocket_grenadelaucher",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Week_009",
+ "objectives": {
+ "battlepass_killingblow_athena_player_rocket_or_grenadelauncher_rocket": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_Damage_Chain_Grenage_GrenadeLauncher_Rocket_C": {
+ "templateId": "Quest:quest_br_damage_chain_grenage_grenadelauncher_rocket_c",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Week_009",
+ "objectives": {
+ "battlepass_damage_athena_chain_grenage_grenadegauncher_rocket_c": 100
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 4
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_Damage_Chain_Grenage_GrenadeLauncher_Rocket_B": {
+ "templateId": "Quest:quest_br_damage_chain_grenage_grenadelauncher_rocket_b",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Week_009",
+ "objectives": {
+ "battlepass_damage_athena_chain_grenage_grenadegauncher_rocket_b": 100
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 3
+ },
+ {
+ "templateId": "Quest:quest_br_damage_chain_grenage_grenadelauncher_rocket_c",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_Damage_Chain_Grenage_GrenadeLauncher_Rocket_A": {
+ "templateId": "Quest:quest_br_damage_chain_grenage_grenadelauncher_rocket_a",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Week_009",
+ "objectives": {
+ "battlepass_damage_athena_chain_grenage_grenadegauncher_rocket_a": 100
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 3
+ },
+ {
+ "templateId": "Quest:quest_br_damage_chain_grenage_grenadelauncher_rocket_b",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_Build_Structures": {
+ "templateId": "Quest:quest_br_build_structures",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Week_010",
+ "objectives": {
+ "battlepass_build_athena_structures_any": 250
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_Visit_ScavengerHunt_Three_Locs": {
+ "templateId": "Quest:quest_br_visit_scavengerhunt_three_locs",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Week_010",
+ "objectives": {
+ "battlepass_visit_location_vikingship": 1,
+ "battlepass_visit_location_camel": 1,
+ "battlepass_visit_location_crashed_battlebus": 1
+ },
+ "objectiveCompletionCount": 3,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_Interact_Chests_Location_TiltedOrParadise": {
+ "templateId": "Quest:quest_br_interact_chests_location_tiltedorparadise",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Week_010",
+ "objectives": {
+ "battlepass_interact_athena_treasurechest_tilted_or_paradise": 7
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_Place_MountedTurret": {
+ "templateId": "Quest:quest_br_place_mountedturret",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Week_010",
+ "objectives": {
+ "battlepass_place_athena_trap_mounted_turret": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_Land_Chain_LazySnobbyLuckyLonelySalty_E": {
+ "templateId": "Quest:quest_br_land_chain_lazysnobbyluckylonelysalty_e",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Week_010",
+ "objectives": {
+ "battlepass_land_chain_lazysnobbyluckylonelysalty_e": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_Land_Chain_LazySnobbyLuckyLonelySalty_D": {
+ "templateId": "Quest:quest_br_land_chain_lazysnobbyluckylonelysalty_d",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Week_010",
+ "objectives": {
+ "battlepass_land_chain_lazysnobbyluckylonelysalty_d": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_land_chain_lazysnobbyluckylonelysalty_e",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_Land_Chain_LazySnobbyLuckyLonelySalty_C": {
+ "templateId": "Quest:quest_br_land_chain_lazysnobbyluckylonelysalty_c",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Week_010",
+ "objectives": {
+ "battlepass_land_chain_lazysnobbyluckylonelysalty_c": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_land_chain_lazysnobbyluckylonelysalty_d",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_Land_Chain_LazySnobbyLuckyLonelySalty_B": {
+ "templateId": "Quest:quest_br_land_chain_lazysnobbyluckylonelysalty_b",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Week_010",
+ "objectives": {
+ "battlepass_land_chain_lazysnobbyluckylonelysalty_b": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_land_chain_lazysnobbyluckylonelysalty_c",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_Land_Chain_LazySnobbyLuckyLonelySalty_A": {
+ "templateId": "Quest:quest_br_land_chain_lazysnobbyluckylonelysalty_a",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Week_010",
+ "objectives": {
+ "battlepass_land_chain_lazysnobbyluckylonelysalty_a": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_land_chain_lazysnobbyluckylonelysalty_b",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_Timed_Trials_Vehicle": {
+ "templateId": "Quest:quest_br_timed_trials_vehicle",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Week_010",
+ "objectives": {
+ "complete_timed_trial_vehicle_01": 1,
+ "complete_timed_trial_vehicle_02": 1,
+ "complete_timed_trial_vehicle_03": 1,
+ "complete_timed_trial_vehicle_04": 1,
+ "complete_timed_trial_vehicle_05": 1,
+ "complete_timed_trial_vehicle_06": 1
+ },
+ "objectiveCompletionCount": 3,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_Eliminate_QuestChain_03_C": {
+ "templateId": "Quest:quest_br_eliminate_questchain_03_c",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Week_010",
+ "objectives": {
+ "battlepass_killingblow_athena_player_questchain_03_pistol": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 4
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_Eliminate_QuestChain_03_B": {
+ "templateId": "Quest:quest_br_eliminate_questchain_03_b",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Week_010",
+ "objectives": {
+ "battlepass_killingblow_athena_player_questchain_03_assaultrifle": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 3
+ },
+ {
+ "templateId": "Quest:quest_br_eliminate_questchain_03_c",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_Eliminate_QuestChain_03_A": {
+ "templateId": "Quest:quest_br_eliminate_questchain_03_a",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Week_010",
+ "objectives": {
+ "battlepass_killingblow_athena_player_questchain_03_shotgun": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 3
+ },
+ {
+ "templateId": "Quest:quest_br_eliminate_questchain_03_b",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_S6_Cumulative_Quest1": {
+ "templateId": "Quest:quest_br_s6_cumulative_quest1",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Cumulative",
+ "objectives": {
+ "battlepass_interact_s6_cumulative_quest_01": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_S6_Cumulative_CollectTokens_01": {
+ "templateId": "Quest:quest_br_s6_cumulative_collecttokens_01",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Cumulative",
+ "objectives": {
+ "battlepass_season6_cumulative_token1": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaLoadingScreen:lsid_062_s6cumulative01",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_s6_cumulative_quest1",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_S6_Cumulative_Quest2": {
+ "templateId": "Quest:quest_br_s6_cumulative_quest2",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Cumulative",
+ "objectives": {
+ "battlepass_interact_s6_cumulative_quest_02": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [
+ {
+ "templateId": "HomebaseBannerIcon:brseason06werewolf",
+ "quantity": 1
+ }
+ ],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_S6_Cumulative_CollectTokens_02": {
+ "templateId": "Quest:quest_br_s6_cumulative_collecttokens_02",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Cumulative",
+ "objectives": {
+ "battlepass_season6_cumulative_token2": 2
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaLoadingScreen:lsid_063_s6cumulative02",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_s6_cumulative_quest2",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_S6_Cumulative_Quest3": {
+ "templateId": "Quest:quest_br_s6_cumulative_quest3",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Cumulative",
+ "objectives": {
+ "battlepass_interact_s6_cumulative_quest_03": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_S6_Cumulative_CollectTokens_03": {
+ "templateId": "Quest:quest_br_s6_cumulative_collecttokens_03",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Cumulative",
+ "objectives": {
+ "battlepass_season6_cumulative_token3": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaLoadingScreen:lsid_064_s6cumulative03",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_s6_cumulative_quest3",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_S6_Cumulative_Quest4": {
+ "templateId": "Quest:quest_br_s6_cumulative_quest4",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Cumulative",
+ "objectives": {
+ "battlepass_interact_s6_cumulative_quest_04": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [
+ {
+ "templateId": "HomebaseBannerIcon:brseason06tattered",
+ "quantity": 1
+ }
+ ],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_S6_Cumulative_CollectTokens_04": {
+ "templateId": "Quest:quest_br_s6_cumulative_collecttokens_04",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Cumulative",
+ "objectives": {
+ "battlepass_season6_cumulative_token4": 4
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaLoadingScreen:lsid_065_s6cumulative04",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_s6_cumulative_quest4",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_S6_Cumulative_Quest5": {
+ "templateId": "Quest:quest_br_s6_cumulative_quest5",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Cumulative",
+ "objectives": {
+ "battlepass_interact_s6_cumulative_quest_05": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_S6_Cumulative_CollectTokens_05": {
+ "templateId": "Quest:quest_br_s6_cumulative_collecttokens_05",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Cumulative",
+ "objectives": {
+ "battlepass_season6_cumulative_token5": 5
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaLoadingScreen:lsid_066_s6cumulative05",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_s6_cumulative_quest5",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_S6_Cumulative_Quest6": {
+ "templateId": "Quest:quest_br_s6_cumulative_quest6",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Cumulative",
+ "objectives": {
+ "battlepass_interact_s6_cumulative_quest_06": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [
+ {
+ "templateId": "HomebaseBannerIcon:brseason06gravestone",
+ "quantity": 1
+ }
+ ],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_S6_Cumulative_CollectTokens_06": {
+ "templateId": "Quest:quest_br_s6_cumulative_collecttokens_06",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Cumulative",
+ "objectives": {
+ "battlepass_season6_cumulative_token6": 6
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaLoadingScreen:lsid_067_s6cumulative06",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_s6_cumulative_quest6",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_S6_Cumulative_Quest7": {
+ "templateId": "Quest:quest_br_s6_cumulative_quest7",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Cumulative",
+ "objectives": {
+ "battlepass_interact_s6_cumulative_quest_07": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_S6_Cumulative_CollectTokens_07": {
+ "templateId": "Quest:quest_br_s6_cumulative_collecttokens_07",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Cumulative",
+ "objectives": {
+ "battlepass_season6_cumulative_token7": 7
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaLoadingScreen:lsid_068_s6cumulative07",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_s6_cumulative_quest7",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_S6_Cumulative_Quest8": {
+ "templateId": "Quest:quest_br_s6_cumulative_quest8",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Cumulative",
+ "objectives": {
+ "battlepass_interact_s6_cumulative_quest_08": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [
+ {
+ "templateId": "HomebaseBannerIcon:brseason06robotshoulderlogo",
+ "quantity": 1
+ }
+ ],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_S6_Cumulative_CollectTokens_08": {
+ "templateId": "Quest:quest_br_s6_cumulative_collecttokens_08",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Cumulative",
+ "objectives": {
+ "battlepass_season6_cumulative_token8": 8
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaLoadingScreen:lsid_069_s6cumulative08",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_s6_cumulative_quest8",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_S6_Cumulative_Quest9": {
+ "templateId": "Quest:quest_br_s6_cumulative_quest9",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Cumulative",
+ "objectives": {
+ "battlepass_interact_s6_cumulative_quest_09": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_S6_Cumulative_CollectTokens_09": {
+ "templateId": "Quest:quest_br_s6_cumulative_collecttokens_09",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Cumulative",
+ "objectives": {
+ "battlepass_season6_cumulative_token9": 9
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaLoadingScreen:lsid_070_s6cumulative09",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_s6_cumulative_quest9",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_S6_Cumulative_Quest10": {
+ "templateId": "Quest:quest_br_s6_cumulative_quest10",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Cumulative",
+ "objectives": {
+ "battlepass_interact_s6_cumulative_quest_10": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [
+ {
+ "templateId": "HomebaseBannerIcon:brseason06llamadj",
+ "quantity": 1
+ }
+ ],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_S6_Cumulative_CollectTokens_10": {
+ "templateId": "Quest:quest_br_s6_cumulative_collecttokens_10",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_Cumulative",
+ "objectives": {
+ "battlepass_season6_cumulative_token10": 10
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaLoadingScreen:lsid_071_s6cumulative10",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_s6_cumulative_quest10",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_S6_Gain_SeasonXP_ProgressiveA_01": {
+ "templateId": "Quest:quest_br_s6_gain_seasonxp_progressivea_01",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_ProgressiveA",
+ "objectives": {
+ "athena_season_xp_gained": 20000
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_041_cowgirl_stage1",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_S6_Gain_SeasonXP_ProgressiveA_02": {
+ "templateId": "Quest:quest_br_s6_gain_seasonxp_progressivea_02",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_ProgressiveA",
+ "objectives": {
+ "athena_season_xp_gained": 50000
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_042_cowgirl_stage2",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_S6_Gain_SeasonXP_ProgressiveA_03": {
+ "templateId": "Quest:quest_br_s6_gain_seasonxp_progressivea_03",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_ProgressiveA",
+ "objectives": {
+ "athena_season_xp_gained": 90000
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_043_cowgirl_stage3",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_S6_Gain_SeasonXP_ProgressiveA_04": {
+ "templateId": "Quest:quest_br_s6_gain_seasonxp_progressivea_04",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_ProgressiveA",
+ "objectives": {
+ "athena_season_xp_gained": 140000
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_044_cowgirl_stage4",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_S6_Gain_SeasonXP_ProgressiveA_05": {
+ "templateId": "Quest:quest_br_s6_gain_seasonxp_progressivea_05",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_ProgressiveA",
+ "objectives": {
+ "athena_season_xp_gained": 200000
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_045_cowgirl_stage5",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_S6_Complete_WeeklyChallenges_ProgressiveA_01": {
+ "templateId": "Quest:quest_br_s6_complete_weeklychallenges_progressivea_01",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_ProgressiveA",
+ "objectives": {
+ "athena_s6_season_complete_weeklychallenges_progressive_a_01": 10
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_046_cowgirl_color1",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_S6_Complete_WeeklyChallenges_ProgressiveA_02": {
+ "templateId": "Quest:quest_br_s6_complete_weeklychallenges_progressivea_02",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_ProgressiveA",
+ "objectives": {
+ "athena_s6_season_complete_weeklychallenges_progressive_a_02": 25
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_047_cowgirl_color2",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_S6_Complete_WeeklyChallenges_ProgressiveA_03": {
+ "templateId": "Quest:quest_br_s6_complete_weeklychallenges_progressivea_03",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_ProgressiveA",
+ "objectives": {
+ "athena_s6_season_complete_weeklychallenges_progressive_a_03": 50
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_048_cowgirl_color3",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_S6_Gain_SeasonXP_ProgressiveB_01": {
+ "templateId": "Quest:quest_br_s6_gain_seasonxp_progressiveb_01",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_ProgressiveB",
+ "objectives": {
+ "athena_season_xp_gained": 30000
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_037_werewolf_stage1",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_S6_Gain_SeasonXP_ProgressiveB_02": {
+ "templateId": "Quest:quest_br_s6_gain_seasonxp_progressiveb_02",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_ProgressiveB",
+ "objectives": {
+ "athena_season_xp_gained": 70000
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_038_werewolf_stage2",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_S6_Gain_SeasonXP_ProgressiveB_03": {
+ "templateId": "Quest:quest_br_s6_gain_seasonxp_progressiveb_03",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_ProgressiveB",
+ "objectives": {
+ "athena_season_xp_gained": 120000
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_049_werewolf_stage3",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_S6_Gain_SeasonXP_ProgressiveB_04": {
+ "templateId": "Quest:quest_br_s6_gain_seasonxp_progressiveb_04",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_ProgressiveB",
+ "objectives": {
+ "athena_season_xp_gained": 180000
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_050_werewolf_stage4",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_S6_Gain_SeasonXP_ProgressiveB_05": {
+ "templateId": "Quest:quest_br_s6_gain_seasonxp_progressiveb_05",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_ProgressiveB",
+ "objectives": {
+ "athena_season_xp_gained": 250000
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_051_werewolf_stage5",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_S6_Complete_WeeklyChallenges_ProgressiveB_01": {
+ "templateId": "Quest:quest_br_s6_complete_weeklychallenges_progressiveb_01",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_ProgressiveB",
+ "objectives": {
+ "athena_s6_season_complete_weeklychallenges_progressive_b_01": 20
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_039_werewolf_color1",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_S6_Complete_WeeklyChallenges_ProgressiveB_02": {
+ "templateId": "Quest:quest_br_s6_complete_weeklychallenges_progressiveb_02",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_ProgressiveB",
+ "objectives": {
+ "athena_s6_season_complete_weeklychallenges_progressive_b_02": 40
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_040_werewolf_color2",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS06-Quest_BR_S6_Complete_WeeklyChallenges_ProgressiveB_03": {
+ "templateId": "Quest:quest_br_s6_complete_weeklychallenges_progressiveb_03",
+ "challenge_bundle_id": "QS06-QuestBundle_S6_ProgressiveB",
+ "objectives": {
+ "athena_s6_season_complete_weeklychallenges_progressive_b_03": 60
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_040_werewolf_color3",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ }
+ }
+ },
+ "Season07": {
+ "ChallengeBundleSchedules": {
+ "QS07-Schedule_14DaysOfFortnite": {
+ "templateId": "ChallengeBundleSchedule:schedule_14daysoffortnite",
+ "granted_bundles": [
+ "QS07-QuestBundle_14DaysOfFortnite"
+ ]
+ },
+ "QS07-Schedule_Festivus": {
+ "templateId": "ChallengeBundleSchedule:schedule_festivus",
+ "granted_bundles": [
+ "QS07-QuestBundle_Festivus"
+ ]
+ },
+ "QS07-Schedule_WinterDeimos": {
+ "templateId": "ChallengeBundleSchedule:schedule_winterdeimos",
+ "granted_bundles": [
+ "QS07-QuestBundle_WinterDeimos"
+ ]
+ },
+ "QS07-Season7_Free_Schedule": {
+ "templateId": "ChallengeBundleSchedule:season7_free_schedule",
+ "granted_bundles": [
+ "QS07-QuestBundle_S7_Week_001",
+ "QS07-QuestBundle_S7_Week_002",
+ "QS07-QuestBundle_S7_Week_003",
+ "QS07-QuestBundle_S7_Week_004",
+ "QS07-QuestBundle_S7_Week_005",
+ "QS07-QuestBundle_S7_Week_006",
+ "QS07-QuestBundle_S7_Week_007",
+ "QS07-QuestBundle_S7_Week_008",
+ "QS07-QuestBundle_S7_Week_009",
+ "QS07-QuestBundle_S7_Week_010"
+ ]
+ },
+ "QS07-Season7_IceKing_Schedule": {
+ "templateId": "ChallengeBundleSchedule:season7_iceking_schedule",
+ "granted_bundles": [
+ "QS07-QuestBundle_S7_IceKing"
+ ]
+ },
+ "QS07-Season7_OT_Schedule": {
+ "templateId": "ChallengeBundleSchedule:season7_ot_schedule",
+ "granted_bundles": [
+ "QS07-QuestBundle_S7_Overtime"
+ ]
+ },
+ "QS07-Season7_Paid_Schedule": {
+ "templateId": "ChallengeBundleSchedule:season7_paid_schedule",
+ "granted_bundles": [
+ "QS07-QuestBundle_S7_Cumulative"
+ ]
+ },
+ "QS07-Season7_ProgressiveA_Schedule": {
+ "templateId": "ChallengeBundleSchedule:season7_progressivea_schedule",
+ "granted_bundles": [
+ "QS07-QuestBundle_S7_ArcticSniper",
+ "QS07-QuestBundle_S7_NeonCat"
+ ]
+ },
+ "QS07-Season7_SgtWinter_Schedule": {
+ "templateId": "ChallengeBundleSchedule:season7_sgtwinter_schedule",
+ "granted_bundles": [
+ "QS07-QuestBundle_S7_SgtWinter"
+ ]
+ }
+ },
+ "ChallengeBundles": {
+ "QS07-QuestBundle_14DaysOfFortnite": {
+ "templateId": "ChallengeBundle:questbundle_14daysoffortnite",
+ "challenge_bundle_schedule_id": "QS07-Schedule_14DaysOfFortnite",
+ "grantedquestinstanceids": [
+ "QS07-Quest_BR_FDF_Play_Creative_Mode",
+ "QS07-Quest_BR_FDF_Visit_Giant_Candy_Canes",
+ "QS07-Quest_BR_FDF_Play_Match_Friends",
+ "QS07-Quest_BR_FDF_HitPlayer_With_Snowball",
+ "QS07-Quest_BR_FDF_Fly_Biplane_Rings",
+ "QS07-Quest_BR_FDF_Interact_Goose_Eggs",
+ "QS07-Quest_BR_FDF_Use_Porta_Gift",
+ "QS07-Quest_BR_FDF_Damage_Weapons_Different",
+ "QS07-Quest_BR_FDF_Dance_Christmas_Trees",
+ "QS07-Quest_BR_FDF_TrickPoint_Vehicle_Snowboard",
+ "QS07-Quest_BR_FDF_Thank_Bus_Driver_DifferentMatches",
+ "QS07-Quest_BR_FDF_Destory_Snowflake_Decorations",
+ "QS07-Quest_BR_FDF_Use_Tool_Creative_Mode",
+ "QS07-Quest_BR_FDF_Interact_Chests_Search"
+ ],
+ "completionRewards": {
+ "-1": [
+ {
+ "templateId": "HomebaseBannerIcon:br14daysribbon",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
]
}
},
- "ChallengeBundles": {
- "QS10-MissionBundle_S10_01A": {
- "templateId": "ChallengeBundle:missionbundle_s10_01a",
- "challenge_bundle_schedule_id": "QS10-Season10_Mission_Schedule",
- "grantedquestinstanceids": [
- "QS10-Quest_BR_Visit_DurrrStoneheadDino",
- "QS10-Quest_BR_Damage_Passenger_Vehicle",
- "QS10-Quest_BR_Destroy_Sign_WearingDrift",
- "QS10-Quest_BR_Use_Zipline_DifferentMatches",
- "QS10-Quest_BR_Interact_Chests_Locations_Different",
- "QS10-Quest_BR_Visit_LazylagoonLuckylanding_SingleMatch",
- "QS10-Quest_BR_TrickPoint_Vehicle",
- "QS10-Quest_BR_Visit_DurrrStoneheadDino_Prestige",
- "QS10-Quest_BR_Eliminate_Passenger_Vehicle_Prestige",
- "QS10-Quest_BR_Destroy_Sign_SingleMatch_WearingDrift_Prestige",
- "QS10-Quest_BR_Damage_Zipline_Prestige",
- "QS10-Quest_BR_Eliminate_Different_Named_Locations_Prestige",
- "QS10-Quest_BR_Visit_NamedLocations_SingleMatch_Prestige",
- "QS10-Quest_BR_TrickPoint_Vehicle_Prestige"
+ "QS07-QuestBundle_Festivus": {
+ "templateId": "ChallengeBundle:questbundle_festivus",
+ "challenge_bundle_schedule_id": "QS07-Schedule_Festivus",
+ "grantedquestinstanceids": [
+ "QS07-Quest_BR_Festivus_Interact_Poster",
+ "QS07-Quest_BR_Festivus_Visit_Stage",
+ "QS07-Quest_BR_Festivus_Dance_Three_Locations"
+ ],
+ "completionRewards": {
+ "-1": [
+ {
+ "templateId": "HomebaseBannerIcon:brfestivus",
+ "quantity": 1,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_festivus",
+ "giftBoxFormatData": {}
+ }
+ }
+ ]
+ }
+ },
+ "QS07-QuestBundle_WinterDeimos": {
+ "templateId": "ChallengeBundle:questbundle_winterdeimos",
+ "challenge_bundle_schedule_id": "QS07-Schedule_WinterDeimos",
+ "grantedquestinstanceids": [
+ "QS07-Quest_FNWD_CompleteQuests",
+ "QS07-Quest_FNWD_Elim_AI_Fiend",
+ "QS07-Quest_FNWD_Dam_ExplosiveWeapons_AI",
+ "QS07-Quest_FNWD_Elim_AI_Brute",
+ "QS07-Quest_FNWD_Dam_PistolAR_AI",
+ "QS07-Quest_FNWD_Elim_AI_Throwers",
+ "QS07-Quest_FNWD_Elim_AI_Golden",
+ "QS07-Quest_FNWD_Dam_AI_SingleMatch",
+ "QS07-Quest_FNWD_Destroy_IceFragments_DifferentMatches",
+ "QS07-Quest_FNWD_Elim_AI_Elite",
+ "QS07-Quest_FNWD_Dam_ShotgunSMG_AI",
+ "QS07-Quest_FNWD_Elim_AI",
+ "QS07-Quest_FNWD_Dam_AI"
+ ],
+ "completionRewards": {
+ "-1": [
+ {
+ "templateId": "AthenaGlider:glider_id_114_icequeen",
+ "quantity": 1,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_challengecomplete",
+ "giftBoxFormatData": {}
+ }
+ }
+ ]
+ }
+ },
+ "QS07-QuestBundle_S7_Week_001": {
+ "templateId": "ChallengeBundle:questbundle_s7_week_001",
+ "challenge_bundle_schedule_id": "QS07-Season7_Free_Schedule",
+ "grantedquestinstanceids": [
+ "QS07-Quest_BR_Collect_Item_All_Rarity",
+ "QS07-Quest_BR_Dance_ScavengerHunt_Forbidden",
+ "QS07-Quest_BR_Play_Min1Elimination",
+ "QS07-Quest_BR_Dance_Chain_ScavengerHunt_Locations_A",
+ "QS07-Quest_BR_Damage_Headshot",
+ "QS07-Quest_BR_Interact_Chain_Chests_Search_A",
+ "QS07-Quest_BR_Eliminate_Location_Different"
+ ],
+ "completionRewards": {
+ "1": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
],
- "completionRewards": {
- "1": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
+ "2": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "3": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "4": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 5000,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_challengecomplete",
+ "giftBoxFormatData": {}
}
- ],
- "2": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "5": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "6": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "-1": [
+ {
+ "templateId": "Token:athenabattlepass_weeklybundle_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ]
+ }
+ },
+ "QS07-QuestBundle_S7_Week_002": {
+ "templateId": "ChallengeBundle:questbundle_s7_week_002",
+ "challenge_bundle_schedule_id": "QS07-Season7_Free_Schedule",
+ "grantedquestinstanceids": [
+ "QS07-Quest_BR_Interact_Chests_Locations_Different",
+ "QS07-Quest_BR_Damage_Weapons_Different",
+ "QS07-Quest_BR_Eliminate_TwoLocations_01",
+ "QS07-Quest_BR_Visit_TwoNamedLocs_Chain_01_A",
+ "QS07-Quest_BR_PianoChain_Play_Piano1",
+ "QS07-Quest_BR_Dance_ScavengerHunt_DanceOff_Abandoned_Mansion",
+ "QS07-Quest_BR_Eliminate_MinDistance"
+ ],
+ "completionRewards": {
+ "1": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "2": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "3": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "4": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 5000,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_challengecomplete",
+ "giftBoxFormatData": {}
}
- ],
- "3": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "5": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "6": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "-1": [
+ {
+ "templateId": "Token:athenabattlepass_weeklybundle_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ]
+ }
+ },
+ "QS07-QuestBundle_S7_Week_003": {
+ "templateId": "ChallengeBundle:questbundle_s7_week_003",
+ "challenge_bundle_schedule_id": "QS07-Season7_Free_Schedule",
+ "grantedquestinstanceids": [
+ "QS07-Quest_BR_Use_Zipline_DifferentMatches",
+ "QS07-Quest_BR_Land_Chain_01_A",
+ "QS07-Quest_BR_Eliminate_WeaponRarity_Legendary",
+ "QS07-Quest_BR_Interact_Chests_TwoLocations_PolarTomato",
+ "QS07-Quest_BR_RingDoorbell_DifferentHouses",
+ "QS07-Quest_BR_Interact_ScavengerHunt_Triangulate_01",
+ "QS07-Quest_BR_Chain_WeaponDamage_01_A"
+ ],
+ "completionRewards": {
+ "1": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "2": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "3": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "4": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 5000,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_challengecomplete",
+ "giftBoxFormatData": {}
}
- ],
- "4": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 5000,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "5": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "6": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "-1": [
+ {
+ "templateId": "Token:athenabattlepass_weeklybundle_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ]
+ }
+ },
+ "QS07-QuestBundle_S7_Week_004": {
+ "templateId": "ChallengeBundle:questbundle_s7_week_004",
+ "challenge_bundle_schedule_id": "QS07-Season7_Free_Schedule",
+ "grantedquestinstanceids": [
+ "QS07-Quest_BR_Use_Biplane",
+ "QS07-Quest_BR_Interact_Fireworks",
+ "QS07-Quest_BR_Eliminate_Location_ExpeditionOutposts",
+ "QS07-Quest_BR_Chain_Destroy_ChairsPolesPalettes_Chairs",
+ "QS07-Quest_BR_Damage_Pickaxe",
+ "QS07-Quest_BR_Eliminate_TwoLocations_03",
+ "QS07-Quest_BR_Chain_Interact_NOMS_01"
+ ],
+ "completionRewards": {
+ "1": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "2": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "3": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "4": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 5000,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_challengecomplete",
+ "giftBoxFormatData": {}
}
- ],
- "5": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "5": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "6": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "-1": [
+ {
+ "templateId": "Token:athenabattlepass_weeklybundle_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ]
+ }
+ },
+ "QS07-QuestBundle_S7_Week_005": {
+ "templateId": "ChallengeBundle:questbundle_s7_week_005",
+ "challenge_bundle_schedule_id": "QS07-Season7_Free_Schedule",
+ "grantedquestinstanceids": [
+ "QS07-Quest_BR_Land_Chain_02A",
+ "QS07-Quest_BR_Damage_Enemy_Buildings",
+ "QS07-Quest_BR_Eliminate_SuppressedWeapon",
+ "QS07-Quest_BR_Dance_Chain_ScavengerHunt_Locations_02_A",
+ "QS07-Quest_BR_Interact_Chests_TwoLocations_ParadiseWailing",
+ "QS07-Quest_BR_Interact_ScavengerHunt_Triangulate_02",
+ "QS07-Quest_BR_Eliminate_MaxDistance"
+ ],
+ "completionRewards": {
+ "1": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "2": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "3": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "4": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 5000,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_challengecomplete",
+ "giftBoxFormatData": {}
}
- ],
- "6": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "5": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "6": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "-1": [
+ {
+ "templateId": "Token:athenabattlepass_weeklybundle_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ]
+ }
+ },
+ "QS07-QuestBundle_S7_Week_006": {
+ "templateId": "ChallengeBundle:questbundle_s7_week_006",
+ "challenge_bundle_schedule_id": "QS07-Season7_Free_Schedule",
+ "grantedquestinstanceids": [
+ "QS07-Quest_BR_Interact_AmmoBox_Locations_Different",
+ "QS07-Quest_BR_Interact_GniceGnomes",
+ "QS07-Quest_BR_Eliminate_TwoLocations_02",
+ "QS07-Quest_BR_Visit_TwoNamedLocs_Chain_02_A",
+ "QS07-Quest_BR_Throw_PuckToy_MinDistance",
+ "QS07-Quest_BR_Damage_Chain_02_A",
+ "QS07-Quest_BR_Damage_Weapons_Different_AllTypes"
+ ],
+ "completionRewards": {
+ "1": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "2": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "3": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "4": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 6000,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_challengecomplete",
+ "giftBoxFormatData": {}
}
- ],
- "7": [
- {
- "templateId": "AthenaBackpack:bid_319_streetracerdriftremix",
- "quantity": 1,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- },
- {
- "templateId": "Token:athena_s10_mission_week1a",
- "quantity": 1,
- "giftBoxToUse": {}
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "5": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "6": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "-1": [
+ {
+ "templateId": "Token:athenabattlepass_weeklybundle_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ]
+ }
+ },
+ "QS07-QuestBundle_S7_Week_007": {
+ "templateId": "ChallengeBundle:questbundle_s7_week_007",
+ "challenge_bundle_schedule_id": "QS07-Season7_Free_Schedule",
+ "grantedquestinstanceids": [
+ "QS07-Quest_BR_Visit_ExplorerOutposts",
+ "QS07-Quest_BR_Use_RiftPortals",
+ "QS07-Quest_BR_Eliminate_Weapon_Pistol",
+ "QS07-Quest_BR_Land_Chain_03A",
+ "QS07-Quest_BR_Interact_Chests_TwoLocations_LeakyFrosty",
+ "QS07-Quest_BR_Destroy_Biplanes",
+ "QS07-Quest_BR_Damage_Chain_03_A"
+ ],
+ "completionRewards": {
+ "1": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "2": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "3": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "4": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 7000,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_challengecomplete",
+ "giftBoxFormatData": {}
}
- ],
- "8": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 1000,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "5": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "6": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "-1": [
+ {
+ "templateId": "Token:athenabattlepass_weeklybundle_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ]
+ }
+ },
+ "QS07-QuestBundle_S7_Week_008": {
+ "templateId": "ChallengeBundle:questbundle_s7_week_008",
+ "challenge_bundle_schedule_id": "QS07-Season7_Free_Schedule",
+ "grantedquestinstanceids": [
+ "QS07-Quest_BR_Use_Campfire_Or_Launchpad",
+ "QS07-Quest_BR_Build_Structures",
+ "QS07-Quest_BR_Interact_ScavengerHunt_Triangulate_03",
+ "QS07-Quest_BR_Visit_TwoNamedLocs_Chain_04_A",
+ "QS07-Quest_BR_Interact_Chests_TwoLocations_ShiftyLonely",
+ "QS07-Quest_BR_Damage_Passenger_Vehicle",
+ "QS07-Quest_BR_Eliminate_ExplosiveWeapon"
+ ],
+ "completionRewards": {
+ "1": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "2": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "3": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "4": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 8000,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_challengecomplete",
+ "giftBoxFormatData": {}
}
- ],
- "9": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 1000,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "5": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "6": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "-1": [
+ {
+ "templateId": "Token:athenabattlepass_weeklybundle_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ]
+ }
+ },
+ "QS07-QuestBundle_S7_Week_009": {
+ "templateId": "ChallengeBundle:questbundle_s7_week_009",
+ "challenge_bundle_schedule_id": "QS07-Season7_Free_Schedule",
+ "grantedquestinstanceids": [
+ "QS07-Quest_BR_Use_Snowman",
+ "QS07-Quest_BR_Land_Chain_04A",
+ "QS07-Quest_BR_Eliminate_TwoLocations_04",
+ "QS07-Quest_BR_Destroy_GoldBalloons",
+ "QS07-Quest_BR_Dance_Chain_ScavengerHunt_Locations_03_A",
+ "QS07-Quest_BR_Eliminate_Weapon_Shotgun",
+ "QS07-Quest_BR_Timed_Trials_Stormwing"
+ ],
+ "completionRewards": {
+ "1": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "2": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "3": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "4": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 9000,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_challengecomplete",
+ "giftBoxFormatData": {}
}
- ],
- "10": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 1000,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "5": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "6": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "-1": [
+ {
+ "templateId": "Token:athenabattlepass_weeklybundle_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ]
+ }
+ },
+ "QS07-QuestBundle_S7_Week_010": {
+ "templateId": "ChallengeBundle:questbundle_s7_week_010",
+ "challenge_bundle_schedule_id": "QS07-Season7_Free_Schedule",
+ "grantedquestinstanceids": [
+ "QS07-Quest_BR_Use_Turret_Or_DamageTrap",
+ "QS07-Quest_BR_Interact_Chests_TwoLocations_LazyDusty",
+ "QS07-Quest_BR_Eliminate_Weapon_AssaultRifle",
+ "QS07-Quest_BR_Damage_ScopedWeapon",
+ "QS07-Quest_BR_Shoot_SpecificTargets_Chain_A",
+ "QS07-Quest_BR_Visit_ExplorerOutposts_SingleMatch",
+ "QS07-Quest_BR_Hit_Enemies_Boogie_ChillerGrenade"
+ ],
+ "completionRewards": {
+ "1": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "2": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "3": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "4": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 10000,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_challengecomplete",
+ "giftBoxFormatData": {}
}
- ],
- "11": [
- {
- "templateId": "AthenaDance:spid_143_drift",
- "quantity": 1,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "5": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "6": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "-1": [
+ {
+ "templateId": "Token:athenabattlepass_weeklybundle_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ]
+ }
+ },
+ "QS07-QuestBundle_S7_IceKing": {
+ "templateId": "ChallengeBundle:questbundle_s7_iceking",
+ "challenge_bundle_schedule_id": "QS07-Season7_IceKing_Schedule",
+ "grantedquestinstanceids": [
+ "QS07-Quest_BR_S7_IceKing_Outlive_01",
+ "QS07-Quest_BR_S7_IceKing_Outlive_02",
+ "QS07-Quest_BR_S7_IceKing_Outlive_03",
+ "QS07-Quest_BR_S7_IceKing_Outlive_04",
+ "QS07-Quest_BR_S7_IceKing_Outlive_05",
+ "QS07-Quest_BR_S7_IceKing_Outlive_06"
+ ],
+ "completionRewards": {
+ "-1": [
+ {
+ "templateId": "HomebaseBannerIcon:brseason07completioniceking",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ]
+ }
+ },
+ "QS07-QuestBundle_S7_Overtime": {
+ "templateId": "ChallengeBundle:questbundle_s7_overtime",
+ "challenge_bundle_schedule_id": "QS07-Season7_OT_Schedule",
+ "grantedquestinstanceids": [
+ "QS07-Quest_BR_S7_Overtime_CompleteQuests_ChainTest_01",
+ "QS07-Quest_BR_S7_Overtime_CompleteQuests_ChainTest_03",
+ "QS07-Quest_BR_S7_Overtime_CompleteQuests_ChainTest_05",
+ "QS07-Quest_BR_OT_CompleteChallenges",
+ "QS07-Quest_BR_OT_Play_Featured_Creative",
+ "QS07-Quest_BR_Damage_Assault_Or_Pistol",
+ "QS07-Quest_BR_OT_Search_Motel_RVPark",
+ "QS07-Quest_BR_OT_Top15_Duos_WithFriend",
+ "QS07-Quest_BR_OT_RegainHealth_Campfire_DifferentMatches",
+ "QS07-Quest_BR_Visit_NamedLocations",
+ "QS07-Quest_BR_OT_Search_SupplyDrop_DifferentMatches",
+ "QS07-Quest_BR_Revive_DifferentMatches",
+ "QS07-Quest_BR_OT_Visit_Waterfalls",
+ "QS07-Quest_BR_Damage_Shotgun_Or_SMG",
+ "QS07-Quest_BR_OT_Search_Chests_Ammo_TheBlock",
+ "QS07-Quest_BR_OT_Top10_Squads_WithFriend",
+ "QS07-Quest_BR_OT_Play_DriftboardLTM_WithFriend",
+ "QS07-Quest_BR_OT_Thank_Bus_Driver_DifferentMatches",
+ "QS07-Quest_BR_OT_Search_Chests_Ammo_Racetrack_Danceclub",
+ "QS07-Quest_BR_OT_Outlast_75_SingleMatch"
+ ],
+ "completionRewards": {
+ "13": [
+ {
+ "templateId": "HomebaseBannerIcon:brs7overtime",
+ "quantity": 1,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_overtime",
+ "giftBoxFormatData": {}
}
- ],
- "12": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 1000,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "13": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 1000,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "14": [
- {
- "templateId": "Token:vtid_312_streetracerdriftremix_colorb",
- "quantity": 1,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- },
- {
- "templateId": "Token:athena_s10_prestige_week1a",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ]
+ }
+ ]
+ }
+ },
+ "QS07-QuestBundle_S7_Cumulative": {
+ "templateId": "ChallengeBundle:questbundle_s7_cumulative",
+ "challenge_bundle_schedule_id": "QS07-Season7_Paid_Schedule",
+ "grantedquestinstanceids": [
+ "QS07-Quest_BR_S7_Cumulative_Complete_WeeklyChallenges_01",
+ "QS07-Quest_BR_S7_Cumulative_CollectTokens_001",
+ "QS07-Quest_BR_S7_Cumulative_CollectTokens_002",
+ "QS07-Quest_BR_S7_Cumulative_CollectTokens_003",
+ "QS07-Quest_BR_S7_Cumulative_CollectTokens_004",
+ "QS07-Quest_BR_S7_Cumulative_CollectTokens_005",
+ "QS07-Quest_BR_S7_Cumulative_CollectTokens_006",
+ "QS07-Quest_BR_S7_Cumulative_CollectTokens_007",
+ "QS07-Quest_BR_S7_Cumulative_CollectTokens_008",
+ "QS07-Quest_BR_S7_Cumulative_CollectTokens_009",
+ "QS07-Quest_BR_S7_Cumulative_CollectTokens_010"
+ ],
+ "completionRewards": {
+ "-1": [
+ {
+ "templateId": "HomebaseBannerIcon:brseason07completionseason7",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ]
+ }
+ },
+ "QS07-QuestBundle_S7_ArcticSniper": {
+ "templateId": "ChallengeBundle:questbundle_s7_arcticsniper",
+ "challenge_bundle_schedule_id": "QS07-Season7_ProgressiveA_Schedule",
+ "grantedquestinstanceids": [
+ "QS07-Quest_BR_S7_ArcticSniper_Gain_SeasonXP_01",
+ "QS07-Quest_BR_S7_ArcticSniper_Gain_SeasonXP_02",
+ "QS07-Quest_BR_S7_ArcticSniper_Gain_SeasonXP_03",
+ "QS07-Quest_BR_S7_ArcticSniper_Gain_SeasonXP_04",
+ "QS07-Quest_BR_S7_ArcticSniper_Gain_SeasonXP_05",
+ "QS07-Quest_BR_S7_ArcticSniper_Gain_SeasonXP_06",
+ "QS07-Quest_BR_S7_ArcticSniper_Gain_SeasonXP_07",
+ "QS07-Quest_BR_S7_ArcticSniper_Gain_SeasonXP_08",
+ "QS07-Quest_BR_S7_ArcticSniper_Complete_WeeklyChallenges_01",
+ "QS07-Quest_BR_S7_ArcticSniper_Complete_WeeklyChallenges_02",
+ "QS07-Quest_BR_S7_ArcticSniper_Complete_WeeklyChallenges_03"
+ ],
+ "completionRewards": {
+ "-1": [
+ {
+ "templateId": "HomebaseBannerIcon:brseason07completionarcticsniper",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ]
+ }
+ },
+ "QS07-QuestBundle_S7_NeonCat": {
+ "templateId": "ChallengeBundle:questbundle_s7_neoncat",
+ "challenge_bundle_schedule_id": "QS07-Season7_ProgressiveA_Schedule",
+ "grantedquestinstanceids": [
+ "QS07-Quest_BR_S7_NeonCat_Gain_SeasonXP_01",
+ "QS07-Quest_BR_S7_NeonCat_Gain_SeasonXP_02",
+ "QS07-Quest_BR_S7_NeonCat_Gain_SeasonXP_03",
+ "QS07-Quest_BR_S7_NeonCat_Gain_SeasonXP_04",
+ "QS07-Quest_BR_S7_NeonCat_Gain_SeasonXP_05",
+ "QS07-Quest_BR_S7_NeonCat_Gain_SeasonXP_06",
+ "QS07-Quest_BR_S7_NeonCat_Gain_SeasonXP_07",
+ "QS07-Quest_BR_S7_NeonCat_Gain_SeasonXP_08",
+ "QS07-Quest_BR_S7_NeonCat_Complete_WeeklyChallenges_01",
+ "QS07-Quest_BR_S7_NeonCat_Complete_WeeklyChallenges_02",
+ "QS07-Quest_BR_S7_NeonCat_Complete_WeeklyChallenges_03"
+ ],
+ "completionRewards": {
+ "-1": [
+ {
+ "templateId": "HomebaseBannerIcon:brseason07completionneoncat",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ]
+ }
+ },
+ "QS07-QuestBundle_S7_SgtWinter": {
+ "templateId": "ChallengeBundle:questbundle_s7_sgtwinter",
+ "challenge_bundle_schedule_id": "QS07-Season7_SgtWinter_Schedule",
+ "grantedquestinstanceids": [
+ "QS07-Quest_BR_S7_SgtWinter_Complete_Daily_Challenges_01",
+ "QS07-Quest_BR_S7_SgtWinter_Complete_Daily_Challenges_02"
+ ],
+ "completionRewards": {
+ "-1": [
+ {
+ "templateId": "HomebaseBannerIcon:brseason07completionsgtwinter",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ]
+ }
+ }
+ },
+ "Quests": {
+ "QS07-Quest_BR_FDF_Play_Creative_Mode": {
+ "templateId": "Quest:quest_br_fdf_play_creative_mode",
+ "challenge_bundle_id": "QS07-QuestBundle_14DaysOfFortnite",
+ "objectives": {
+ "fdf_play_athena_creative_mode": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athenatoken_br14dayspresent_s",
+ "quantity": 1
+ },
+ {
+ "templateId": "AthenaDance:spid_082_ornament",
+ "quantity": 1
}
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_FDF_Visit_Giant_Candy_Canes": {
+ "templateId": "Quest:quest_br_fdf_visit_giant_candy_canes",
+ "challenge_bundle_id": "QS07-QuestBundle_14DaysOfFortnite",
+ "objectives": {
+ "fdf_visit_athena_giant_candy_cane_01": 1,
+ "fdf_visit_athena_giant_candy_cane_02": 1,
+ "fdf_visit_athena_giant_candy_cane_03": 1,
+ "fdf_visit_athena_giant_candy_cane_04": 1,
+ "fdf_visit_athena_giant_candy_cane_05": 1,
+ "fdf_visit_athena_giant_candy_cane_06": 1,
+ "fdf_visit_athena_giant_candy_cane_07": 1,
+ "fdf_visit_athena_giant_candy_cane_08": 1,
+ "fdf_visit_athena_giant_candy_cane_09": 1,
+ "fdf_visit_athena_giant_candy_cane_10": 1
},
- "QS10-MissionBundle_S10_01B": {
- "templateId": "ChallengeBundle:missionbundle_s10_01b",
- "challenge_bundle_schedule_id": "QS10-Season10_Mission_Schedule",
- "grantedquestinstanceids": [
- "QS10-Quest_BR_PlayMatches_MinimumOneElim_TeamRumble",
- "QS10-Quest_BR_WinMatches_TeamRumble",
- "QS10-Quest_BR_Assist_Teammates_TeamRumble",
- "QS10-Quest_BR_Build_Structures_TeamRumble_RustLord",
- "QS10-Quest_BR_Damage_Opponents_SingleMatch_TeamRumble",
- "QS10-Quest_BR_Eliminate_5m_TeamRumble",
- "QS10-Quest_BR_Search_SupplyDrops_TeamRumble",
- "QS10-Quest_BR_Eliminations_TeamRumble_SingleMatch",
- "QS10-Quest_BR_Eliminate_100m_TeamRumble",
- "QS10-Quest_BR_Assist_Teammates_SingleMatch_TeamRumble",
- "QS10-Quest_BR_Damage_UniqueOpponents_TeamRumble",
- "QS10-Quest_BR_Interact_Chests_TeamRumble_RustLord",
- "QS10-Quest_BR_Damage_Headshot_TeamRumble",
- "QS10-Quest_BR_Search_SupplyDrops_SingleMatch_TeamRumble"
- ],
- "completionRewards": {
- "1": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "2": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "3": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "4": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 5000,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "5": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "6": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "7": [
- {
- "templateId": "AthenaPickaxe:pickaxe_id_244_rustremix1h",
- "quantity": 1,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- },
- {
- "templateId": "Token:athena_s10_mission_week1b",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "8": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 1000,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "9": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 1000,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "10": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 1000,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "11": [
- {
- "templateId": "AthenaDance:emoji_rustlord",
- "quantity": 1,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "12": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 1000,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "13": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 1000,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "14": [
- {
- "templateId": "Token:vtid_295_rustremix_colorb",
- "quantity": 1,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:vtid_298_rustremix_backbling_colorb",
- "quantity": 1,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:vtid_301_rustremixpickaxe_colorb",
- "quantity": 1,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- },
- {
- "templateId": "Token:athena_s10_prestige_week1b",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ]
+ "objectiveCompletionCount": 2,
+ "rewards": [
+ {
+ "templateId": "Token:athenatoken_br14dayspresent_m",
+ "quantity": 1
+ },
+ {
+ "templateId": "AthenaLoadingScreen:lsid_072_winterlauncher",
+ "quantity": 1
}
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_FDF_Play_Match_Friends": {
+ "templateId": "Quest:quest_br_fdf_play_match_friends",
+ "challenge_bundle_id": "QS07-QuestBundle_14DaysOfFortnite",
+ "objectives": {
+ "fdf_play_athena_match_friends": 3
},
- "QS10-MissionBundle_S10_02": {
- "templateId": "ChallengeBundle:missionbundle_s10_02",
- "challenge_bundle_schedule_id": "QS10-Season10_Mission_Schedule",
- "grantedquestinstanceids": [
- "QS10-Quest_BR_Damage_SMG",
- "QS10-Quest_BR_Spray_Fountain_JunkyardCrane_VendingMachine",
- "QS10-Quest_BR_Spray_GasStations_Different",
- "QS10-Quest_BR_Interact_Spraycans",
- "QS10-Quest_BR_Damage_Structure_Minigun",
- "QS10-Quest_BR_Eliminate_15m_SMG",
- "QS10-Quest_BR_Interact_Chests_Location_TiltedTowers",
- "QS10-Quest_BR_Eliminate_Weapon_SMG_SingleMatch",
- "QS10-Quest_BR_Interact_Chests_WindowedContainers",
- "QS10-Quest_BR_SprayVehicles_DifferentLocation",
- "QS10-Quest_BR_Visit_GraffitiBillboards",
- "QS10-Quest_BR_Damage_Minigun_Prestige",
- "QS10-Quest_BR_Eliminate_5m_SMG",
- "QS10-Quest_BR_Eliminate_Location_TiltedTowers_Graffitiremix"
- ],
- "completionRewards": {
- "1": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "2": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "3": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "4": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 5000,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "5": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "6": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "7": [
- {
- "templateId": "AthenaBackpack:bid_316_graffitiremix",
- "quantity": 1,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- },
- {
- "templateId": "Token:athena_s10_mission_week2",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "8": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 1000,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "9": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 1000,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "10": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 1000,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "11": [
- {
- "templateId": "AthenaDance:emoji_teknique",
- "quantity": 1,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "12": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 1000,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "13": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 1000,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "14": [
- {
- "templateId": "Token:vtid_305_graffitiremix_colorb",
- "quantity": 1,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:vtid_307_graffitiremix_backbling_colorb",
- "quantity": 1,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- },
- {
- "templateId": "Token:athena_s10_prestige_week2",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ]
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athenatoken_br14dayspresent_l",
+ "quantity": 1
+ },
+ {
+ "templateId": "AthenaDance:toy_011_snowball",
+ "quantity": 1
}
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_FDF_HitPlayer_With_Snowball": {
+ "templateId": "Quest:quest_br_fdf_hitplayer_with_snowball",
+ "challenge_bundle_id": "QS07-QuestBundle_14DaysOfFortnite",
+ "objectives": {
+ "fdf_hitplayer_athena_snowball": 4
},
- "QS10-MissionBundle_S10_03": {
- "templateId": "ChallengeBundle:missionbundle_s10_03",
- "challenge_bundle_schedule_id": "QS10-Season10_Mission_Schedule",
- "grantedquestinstanceids": [
- "QS10-Quest_BR_S10_WorldsCollide_001",
- "QS10-Quest_BR_S10_WorldsCollide_002",
- "QS10-Quest_BR_S10_WorldsCollide_003",
- "QS10-Quest_BR_S10_WorldsCollide_004",
- "QS10-Quest_BR_S10_WorldsCollide_005",
- "QS10-Quest_BR_S10_WorldsCollide_006",
- "QS10-Quest_BR_S10_WorldsCollide_007",
- "QS10-Quest_BR_S10_WorldsCollide_008",
- "QS10-Quest_BR_S10_WorldsCollide_009",
- "QS10-Quest_BR_S10_WorldsCollide_010",
- "QS10-Quest_BR_S10_WorldsCollide_011",
- "QS10-Quest_BR_S10_WorldsCollide_012",
- "QS10-Quest_BR_S10_WorldsCollide_013",
- "QS10-Quest_BR_S10_WorldsCollide_014"
- ],
- "completionRewards": {
- "1": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "2": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "3": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "4": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 5000,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "5": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "6": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "7": [
- {
- "templateId": "AthenaGlider:glider_id_168_streetracerdriftremix",
- "quantity": 1,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "8": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 1000,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "9": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 1000,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "10": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 1000,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "11": [
- {
- "templateId": "AthenaDance:spid_152_driftremix",
- "quantity": 1,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "12": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 1000,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "13": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 1000,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "14": [
- {
- "templateId": "Token:vtid_313_streetracerdriftremix_colorc",
- "quantity": 1,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ]
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athenatoken_br14dayspresent_s",
+ "quantity": 1
+ },
+ {
+ "templateId": "AthenaDance:emoji_snowman",
+ "quantity": 1
}
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_FDF_Fly_Biplane_Rings": {
+ "templateId": "Quest:quest_br_fdf_fly_biplane_rings",
+ "challenge_bundle_id": "QS07-QuestBundle_14DaysOfFortnite",
+ "objectives": {
+ "fdf_fly_athena_biplane_rings_01": 1,
+ "fdf_fly_athena_biplane_rings_02": 1,
+ "fdf_fly_athena_biplane_rings_03": 1,
+ "fdf_fly_athena_biplane_rings_04": 1,
+ "fdf_fly_athena_biplane_rings_05": 1,
+ "fdf_fly_athena_biplane_rings_06": 1,
+ "fdf_fly_athena_biplane_rings_07": 1,
+ "fdf_fly_athena_biplane_rings_08": 1,
+ "fdf_fly_athena_biplane_rings_09": 1,
+ "fdf_fly_athena_biplane_rings_10": 1,
+ "fdf_fly_athena_biplane_rings_11": 1,
+ "fdf_fly_athena_biplane_rings_12": 1,
+ "fdf_fly_athena_biplane_rings_13": 1,
+ "fdf_fly_athena_biplane_rings_14": 1,
+ "fdf_fly_athena_biplane_rings_15": 1,
+ "fdf_fly_athena_biplane_rings_16": 1,
+ "fdf_fly_athena_biplane_rings_17": 1
},
- "QS10-MissionBundle_S10_04": {
- "templateId": "ChallengeBundle:missionbundle_s10_04",
- "challenge_bundle_schedule_id": "QS10-Season10_Mission_Schedule",
- "grantedquestinstanceids": [
- "QS10-Quest_BR_Search_AfterLanding",
- "QS10-Quest_BR_Land_HotSpot",
- "QS10-Quest_BR_Damage_AfterLaunchpad",
- "QS10-Quest_BR_Search_WithinTimer_01",
- "QS10-Quest_BR_Loot_Legendary",
- "QS10-Quest_BR_Search_SupplyDrop_AfterLanding",
- "QS10-Quest_BR_DamageOpponents_HotSpot",
- "QS10-Quest_BR_Search_ChestAmmo_AfterJumping",
- "QS10-Quest_BR_Destroy_SuperDingo_AfterJumping",
- "QS10-Quest_BR_Eliminate_AfterLaunchpad",
- "QS10-Quest_BR_Search_WithinTimer_02",
- "QS10-Quest_BR_Collect_Legendary",
- "QS10-Quest_BR_Harvest_AfterJumping",
- "QS10-Quest_BR_Eliminate_HotSpot"
- ],
- "completionRewards": {
- "1": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "2": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "3": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "4": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 5000,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "5": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "6": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "7": [
- {
- "templateId": "AthenaBackpack:bid_321_rustlordremixscavenger",
- "quantity": 1,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "8": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 1000,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "9": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 1000,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "10": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 1000,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "11": [
- {
- "templateId": "AthenaDance:spid_137_rustlord",
- "quantity": 1,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "12": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 1000,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "13": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 1000,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "14": [
- {
- "templateId": "Token:vtid_297_rustremix_colord",
- "quantity": 1,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:vtid_300_rustremix_backbling_colord",
- "quantity": 1,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:vtid_303_rustremixpickaxe_colord",
- "quantity": 1,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ]
+ "objectiveCompletionCount": 5,
+ "rewards": [
+ {
+ "templateId": "Token:athenatoken_br14dayspresent_l",
+ "quantity": 1
+ },
+ {
+ "templateId": "AthenaBackpack:bid_192_winterholidayfemale",
+ "quantity": 1
}
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_FDF_Interact_Goose_Eggs": {
+ "templateId": "Quest:quest_br_fdf_interact_goose_eggs",
+ "challenge_bundle_id": "QS07-QuestBundle_14DaysOfFortnite",
+ "objectives": {
+ "fdf_interact_athena_goose_eggs_01": 1,
+ "fdf_interact_athena_goose_eggs_02": 1,
+ "fdf_interact_athena_goose_eggs_03": 1,
+ "fdf_interact_athena_goose_eggs_04": 1,
+ "fdf_interact_athena_goose_eggs_05": 1,
+ "fdf_interact_athena_goose_eggs_06": 1,
+ "fdf_interact_athena_goose_eggs_07": 1,
+ "fdf_interact_athena_goose_eggs_08": 1,
+ "fdf_interact_athena_goose_eggs_09": 1,
+ "fdf_interact_athena_goose_eggs_10": 1,
+ "fdf_interact_athena_goose_eggs_11": 1,
+ "fdf_interact_athena_goose_eggs_12": 1,
+ "fdf_interact_athena_goose_eggs_13": 1,
+ "fdf_interact_athena_goose_eggs_14": 1,
+ "fdf_interact_athena_goose_eggs_15": 1,
+ "fdf_interact_athena_goose_eggs_16": 1,
+ "fdf_interact_athena_goose_eggs_17": 1,
+ "fdf_interact_athena_goose_eggs_18": 1,
+ "fdf_interact_athena_goose_eggs_19": 1,
+ "fdf_interact_athena_goose_eggs_20": 1
},
- "QS10-MissionBundle_S10_05": {
- "templateId": "ChallengeBundle:missionbundle_s10_05",
- "challenge_bundle_schedule_id": "QS10-Season10_Mission_Schedule",
- "grantedquestinstanceids": [
- "QS10-Quest_S10_W05_Q01",
- "QS10-Quest_S10_W05_Q02",
- "QS10-Quest_S10_W05_Q03",
- "QS10-Quest_S10_W05_Q04",
- "QS10-Quest_S10_W05_Q05",
- "QS10-Quest_S10_W05_Q06",
- "QS10-Quest_S10_W05_Q07",
- "QS10-Quest_S10_W05_Q08",
- "QS10-Quest_S10_W05_Q09",
- "QS10-Quest_S10_W05_Q10",
- "QS10-Quest_S10_W05_Q11",
- "QS10-Quest_S10_W05_Q12",
- "QS10-Quest_S10_W05_Q13",
- "QS10-Quest_S10_W05_Q14"
- ],
- "completionRewards": {
- "1": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "2": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "3": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "4": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 5000,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "5": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "6": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "7": [
- {
- "templateId": "AthenaPickaxe:pickaxe_id_240_graffitiremix1h",
- "quantity": 1,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "8": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 1000,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "9": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 1000,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "10": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 1000,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "11": [
- {
- "templateId": "AthenaDance:spid_131_teknique",
- "quantity": 1,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "12": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 1000,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "13": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 1000,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "14": [
- {
- "templateId": "Token:vtid_306_graffitiremix_colorc",
- "quantity": 1,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:vtid_308_graffitiremix_backbling_colorc",
- "quantity": 1,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ]
+ "objectiveCompletionCount": 6,
+ "rewards": [
+ {
+ "templateId": "Token:athenatoken_br14dayspresent_m",
+ "quantity": 1
+ },
+ {
+ "templateId": "AthenaLoadingScreen:lsid_094_holidayspecial",
+ "quantity": 1
}
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_FDF_Use_Porta_Gift": {
+ "templateId": "Quest:quest_br_fdf_use_porta_gift",
+ "challenge_bundle_id": "QS07-QuestBundle_14DaysOfFortnite",
+ "objectives": {
+ "fdf_use_athena_portagift": 7
},
- "QS10-MissionBundle_S10_06": {
- "templateId": "ChallengeBundle:missionbundle_s10_06",
- "challenge_bundle_schedule_id": "QS10-Season10_Mission_Schedule",
- "grantedquestinstanceids": [
- "QS10-Quest_S10_W006_Q01",
- "QS10-Quest_S10_W006_Q02",
- "QS10-Quest_S10_W006_Q05",
- "QS10-Quest_S10_W006_Q03",
- "QS10-Quest_S10_W006_Q06",
- "QS10-Quest_S10_W006_Q12",
- "QS10-Quest_S10_W006_Q07",
- "QS10-Quest_S10_W006_Q08",
- "QS10-Quest_S10_W006_Q09",
- "QS10-Quest_S10_W006_Q10",
- "QS10-Quest_S10_W006_Q11",
- "QS10-Quest_S10_W006_Q13",
- "QS10-Quest_S10_W006_Q14",
- "QS10-Quest_S10_W006_Q04"
- ],
- "completionRewards": {
- "1": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "2": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "3": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "4": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 5000,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "5": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "6": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "7": [
- {
- "templateId": "AthenaPickaxe:pickaxe_id_243_djremix",
- "quantity": 1,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "8": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 1000,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "9": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 1000,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "10": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 1000,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "11": [
- {
- "templateId": "AthenaDance:emoji_djyonder",
- "quantity": 1,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "12": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 1000,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "13": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 1000,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "14": [
- {
- "templateId": "Token:vtid_316_djremix_colorc",
- "quantity": 1,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ]
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athenatoken_br14dayspresent_xl",
+ "quantity": 1
+ },
+ {
+ "templateId": "AthenaBackpack:petcarrier_006_gingerbread",
+ "quantity": 1
}
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_FDF_Damage_Weapons_Different": {
+ "templateId": "Quest:quest_br_fdf_damage_weapons_different",
+ "challenge_bundle_id": "QS07-QuestBundle_14DaysOfFortnite",
+ "objectives": {
+ "fdf_damage_athena_weapons_different_assault_standard": 1,
+ "fdf_damage_athena_weapons_different_minigun": 1,
+ "fdf_damage_athena_weapons_different_assault_burst": 1,
+ "fdf_damage_athena_weapons_different_assault_scoped": 1,
+ "fdf_damage_athena_weapons_different_grenade_launcher": 1,
+ "fdf_damage_athena_weapons_different_rocket_launcher": 1,
+ "fdf_damage_athena_weapons_different_quad_launcher": 1,
+ "fdf_damage_athena_weapons_different_pistol_handcannon": 1,
+ "fdf_damage_athena_weapons_different_pistol_standard": 1,
+ "fdf_damage_athena_weapons_different_pistol_suppressed": 1,
+ "fdf_damage_athena_weapons_different_shotgun_tactical": 1,
+ "fdf_damage_athena_weapons_different_shotgun_heavy": 1,
+ "fdf_damage_athena_weapons_different_shotgun_pump": 1,
+ "fdf_damage_athena_weapons_different_sniper_bolt": 1,
+ "fdf_damage_athena_weapons_different_sniper_hunting": 1,
+ "fdf_damage_athena_weapons_different_assault_thermal": 1,
+ "fdf_damage_athena_weapons_different_smg_pdw": 1,
+ "fdf_damage_athena_weapons_different_sniper_heavy": 1,
+ "fdf_damage_athena_weapons_different_assault_silenced": 1,
+ "fdf_damage_athena_weapons_different_pistol_sixshooter": 1,
+ "fdf_damage_athena_weapons_different_assault_heavy": 1,
+ "fdf_damage_athena_weapons_different_sword": 1,
+ "fdf_damage_athena_weapons_different_sniper_silenced": 1,
+ "fdf_damage_athena_weapons_different_grenade_standard": 1,
+ "fdf_damage_athena_weapons_different_grenade_gas": 1,
+ "fdf_damage_athena_weapons_different_grenade_tnt": 1,
+ "fdf_damage_athena_weapons_different_trap_spike": 1,
+ "fdf_damage_athena_weapons_different_turret": 1,
+ "fdf_damage_athena_weapons_different_smg_mp": 1
},
- "QS10-MissionBundle_S10_07": {
- "templateId": "ChallengeBundle:missionbundle_s10_07",
- "challenge_bundle_schedule_id": "QS10-Season10_Mission_Schedule",
- "grantedquestinstanceids": [
- "QS10-quest_s10_w07_q01",
- "QS10-quest_s10_w07_q02",
- "QS10-quest_s10_w07_q03",
- "QS10-quest_s10_w07_q04",
- "QS10-quest_s10_w07_q05",
- "QS10-quest_s10_w07_q06",
- "QS10-quest_s10_w07_q07",
- "QS10-quest_s10_w07_q08",
- "QS10-quest_s10_w07_q09",
- "QS10-quest_s10_w07_q10",
- "QS10-quest_s10_w07_q11",
- "QS10-quest_s10_w07_q12",
- "QS10-quest_s10_w07_q13",
- "QS10-quest_s10_w07_q14"
- ],
- "completionRewards": {
- "1": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "2": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "3": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "4": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 5000,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "5": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "6": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "7": [
- {
- "templateId": "AthenaGlider:glider_id_167_sparkleremix",
- "quantity": 1,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "8": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 1000,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "9": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 1000,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "10": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 1000,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "11": [
- {
- "templateId": "AthenaDance:emoji_sparklespecialist",
- "quantity": 1,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "12": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 1000,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "13": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 1000,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "14": [
- {
- "templateId": "Token:vtid_317_sparkleremix_colorc",
- "quantity": 1,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ]
+ "objectiveCompletionCount": 8,
+ "rewards": [
+ {
+ "templateId": "Token:athenatoken_br14dayspresent_l",
+ "quantity": 1
+ },
+ {
+ "templateId": "AthenaDance:eid_taketheelf",
+ "quantity": 1
}
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_FDF_Dance_Christmas_Trees": {
+ "templateId": "Quest:quest_br_fdf_dance_christmas_trees",
+ "challenge_bundle_id": "QS07-QuestBundle_14DaysOfFortnite",
+ "objectives": {
+ "fdf_dance_athena_christmas_tree_01": 1,
+ "fdf_dance_athena_christmas_tree_02": 1,
+ "fdf_dance_athena_christmas_tree_03": 1,
+ "fdf_dance_athena_christmas_tree_04": 1,
+ "fdf_dance_athena_christmas_tree_05": 1,
+ "fdf_dance_athena_christmas_tree_06": 1,
+ "fdf_dance_athena_christmas_tree_07": 1,
+ "fdf_dance_athena_christmas_tree_08": 1,
+ "fdf_dance_athena_christmas_tree_09": 1,
+ "fdf_dance_athena_christmas_tree_10": 1,
+ "fdf_dance_athena_christmas_tree_11": 1,
+ "fdf_dance_athena_christmas_tree_12": 1,
+ "fdf_dance_athena_christmas_tree_13": 1,
+ "fdf_dance_athena_christmas_tree_14": 1,
+ "fdf_dance_athena_christmas_tree_15": 1,
+ "fdf_dance_athena_christmas_tree_16": 1,
+ "fdf_dance_athena_christmas_tree_17": 1,
+ "fdf_dance_athena_christmas_tree_18": 1,
+ "fdf_dance_athena_christmas_tree_19": 1,
+ "fdf_dance_athena_christmas_tree_20": 1
},
- "QS10-MissionBundle_S10_08": {
- "templateId": "ChallengeBundle:missionbundle_s10_08",
- "challenge_bundle_schedule_id": "QS10-Season10_Mission_Schedule",
- "grantedquestinstanceids": [
- "QS10-Quest_S10_W008_Q08",
- "QS10-Quest_S10_W008_Q02",
- "QS10-Quest_S10_W008_Q10",
- "QS10-Quest_S10_W008_Q04",
- "QS10-Quest_S10_W008_Q05",
- "QS10-Quest_S10_W008_Q13",
- "QS10-Quest_S10_W008_Q07",
- "QS10-Quest_S10_W008_Q01",
- "QS10-Quest_S10_W008_Q09",
- "QS10-Quest_S10_W008_Q03",
- "QS10-Quest_S10_W008_Q11",
- "QS10-Quest_S10_W008_Q12",
- "QS10-Quest_S10_W008_Q06",
- "QS10-Quest_S10_W008_Q14"
- ],
- "completionRewards": {
- "1": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "2": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "3": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "4": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 5000,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "5": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "6": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "7": [
- {
- "templateId": "AthenaBackpack:bid_322_voyagerremix",
- "quantity": 1,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "8": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 1000,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "9": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 1000,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "10": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 1000,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "11": [
- {
- "templateId": "AthenaDance:spid_151_darkvoyager",
- "quantity": 1,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "12": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 1000,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "13": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 1000,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "14": [
- {
- "templateId": "Token:vtid_319_voyagerremix_colorb",
- "quantity": 1,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:vtid_320_voyagerremixpickaxe_colorb",
- "quantity": 1,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:vtid_321_voyagerremix_backbling_colorb",
- "quantity": 1,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:vtid_322_voyagerremixglider_colorb",
- "quantity": 1,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ]
+ "objectiveCompletionCount": 9,
+ "rewards": [
+ {
+ "templateId": "Token:athenatoken_br14dayspresent_s",
+ "quantity": 1
+ },
+ {
+ "templateId": "Token:athenatoken_brseason07_14days",
+ "quantity": 1
}
- },
- "QS10-MissionBundle_S10_09": {
- "templateId": "ChallengeBundle:missionbundle_s10_09",
- "challenge_bundle_schedule_id": "QS10-Season10_Mission_Schedule",
- "grantedquestinstanceids": [
- "QS10-Quest_S10_W009_Q01",
- "QS10-Quest_S10_W009_Q02",
- "QS10-Quest_S10_W009_Q03",
- "QS10-Quest_S10_W009_Q04",
- "QS10-Quest_S10_W009_Q05",
- "QS10-Quest_S10_W009_Q06",
- "QS10-Quest_S10_W009_Q07",
- "QS10-Quest_S10_W009_Q08",
- "QS10-Quest_S10_W009_Q09",
- "QS10-Quest_S10_W009_Q10",
- "QS10-Quest_S10_W009_Q11",
- "QS10-Quest_S10_W009_Q12",
- "QS10-Quest_S10_W009_Q13",
- "QS10-Quest_S10_W009_Q14"
- ],
- "completionRewards": {
- "1": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "2": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "3": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "4": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 5000,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "5": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "6": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "7": [
- {
- "templateId": "AthenaPickaxe:pickaxe_id_241_knightremix",
- "quantity": 1,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "8": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 1000,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "9": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 1000,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "10": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 1000,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "11": [
- {
- "templateId": "AthenaDance:spid_153_knightremix",
- "quantity": 1,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "12": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 1000,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "13": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 1000,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "14": [
- {
- "templateId": "Token:vtid_324_knightremix_colorb",
- "quantity": 1,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:vtid_326_knightremix_backbling_colorb",
- "quantity": 1,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athenabattlepass_weeklychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ]
+ ],
+ "hiddenRewards": [
+ {
+ "templateId": "HomebaseBannerIcon:br14dayssnowglobe",
+ "quantity": 1
}
+ ],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_FDF_TrickPoint_Vehicle_Snowboard": {
+ "templateId": "Quest:quest_br_fdf_trickpoint_vehicle_snowboard",
+ "challenge_bundle_id": "QS07-QuestBundle_14DaysOfFortnite",
+ "objectives": {
+ "fdf_tickpoint_athena_vehicle_dustydivot": 1,
+ "fdf_tickpoint_athena_vehicle_fatalfields": 1,
+ "fdf_tickpoint_athena_vehicle_flushfactory": 1,
+ "fdf_tickpoint_athena_vehicle_frostyflights": 1,
+ "fdf_tickpoint_athena_vehicle_greasygrove": 1,
+ "fdf_tickpoint_athena_vehicle_happyhamlet": 1,
+ "fdf_tickpoint_athena_vehicle_hauntedhills": 1,
+ "fdf_tickpoint_athena_vehicle_junkjunction": 1,
+ "fdf_tickpoint_athena_vehicle_lazylinks": 1,
+ "fdf_tickpoint_athena_vehicle_lonelylodge": 1,
+ "fdf_tickpoint_athena_vehicle_lootlake": 1,
+ "fdf_tickpoint_athena_vehicle_lucklanding": 1,
+ "fdf_tickpoint_athena_vehicle_moistymire": 1,
+ "fdf_tickpoint_athena_vehicle_paradisepalms": 1,
+ "fdf_tickpoint_athena_vehicle_pleasantpark": 1,
+ "fdf_tickpoint_athena_vehicle_polarpeak": 1,
+ "fdf_tickpoint_athena_vehicle_retailrow": 1,
+ "fdf_tickpoint_athena_vehicle_riskyreels": 1,
+ "fdf_tickpoint_athena_vehicle_saltysprings": 1,
+ "fdf_tickpoint_athena_vehicle_shiftyshafts": 1,
+ "fdf_tickpoint_athena_vehicle_snobbyshores": 1,
+ "fdf_tickpoint_athena_vehicle_tiltedtowers": 1,
+ "fdf_tickpoint_athena_vehicle_tomatotemple": 1,
+ "fdf_tickpoint_athena_vehicle_wailingwoods": 1
},
- "QS10-QuestBundle_S10_NightNight": {
- "templateId": "ChallengeBundle:questbundle_s10_nightnight",
- "challenge_bundle_schedule_id": "QS10-Season10_NightNight_Schedule",
- "grantedquestinstanceids": [
- "QS10-Quest_BR_S10_NightNight_Interact"
- ],
- "completionRewards": {}
- },
- "QS10-QuestBundle_S10_OT": {
- "templateId": "ChallengeBundle:questbundle_s10_ot",
- "challenge_bundle_schedule_id": "QS10-Season10_OT_Schedule",
- "grantedquestinstanceids": [
- "QS10-Quest_S10_OT_q01a",
- "QS10-Quest_S10_OT_q02a",
- "QS10-Quest_S10_OT_q03a",
- "QS10-Quest_BR_S10_NightNight_Interact",
- "QS10-Quest_S10_OT_q05",
- "QS10-Quest_BR_S10_NightNight_Interact_02",
- "QS10-Quest_S10_OT_q07",
- "QS10-Quest_BR_S10_NightNight_Interact_03",
- "QS10-Quest_S10_OT_q09"
- ],
- "completionRewards": {
- "6": [
- {
- "templateId": "AthenaLoadingScreen:lsid_179_sxkey",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ]
+ "objectiveCompletionCount": 10,
+ "rewards": [
+ {
+ "templateId": "Token:athenatoken_br14dayspresent_s",
+ "quantity": 1
+ },
+ {
+ "templateId": "AthenaDance:spid_083_winter",
+ "quantity": 1
}
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_FDF_Thank_Bus_Driver_DifferentMatches": {
+ "templateId": "Quest:quest_br_fdf_thank_bus_driver_differentmatches",
+ "challenge_bundle_id": "QS07-QuestBundle_14DaysOfFortnite",
+ "objectives": {
+ "fdf_thank_athena_bus_driver_differentmatches": 11
},
- "QS10-QuestBundle_Event_BlackMonday": {
- "templateId": "ChallengeBundle:questbundle_event_blackmonday",
- "challenge_bundle_schedule_id": "QS10-Season10_Schedule_Event_BlackMonday",
- "grantedquestinstanceids": [
- "QS10-Quest_BR_BM_Damage_Boomerang",
- "QS10-Quest_BR_BM_Interact_Lamps",
- "QS10-Quest_BR_BM_Use_Grappler",
- "QS10-Quest_BR_BM_Interact_Bombs",
- "QS10-Quest_BR_BM_Damage_AfterUsing_Boomerang",
- "QS10-Quest_BR_BM_GrappleLampBoomerang_SingleMatch"
- ],
- "completionRewards": {
- "-1": [
- {
- "templateId": "AthenaGlider:glider_id_177_blackmondayfemale_ho3a9",
- "quantity": 1,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- }
- ],
- "2": [
- {
- "templateId": "AthenaLoadingScreen:lsid_178_blackmonday_s815x",
- "quantity": 1,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- }
- ],
- "4": [
- {
- "templateId": "FortBannerTokenType:bannertoken_005_blackmonday",
- "quantity": 1,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "AthenaDance:spid_159_blackmonday01_ty6n5",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ]
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athenatoken_br14dayspresent_l",
+ "quantity": 1
+ },
+ {
+ "templateId": "AthenaPickaxe:pickaxe_id_143_flintlockwinter",
+ "quantity": 1
}
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_FDF_Destory_Snowflake_Decorations": {
+ "templateId": "Quest:quest_br_fdf_destory_snowflake_decorations",
+ "challenge_bundle_id": "QS07-QuestBundle_14DaysOfFortnite",
+ "objectives": {
+ "fdf_destroy_athena_snowflake_decor": 12
},
- "QS10-QuestBundle_Event_Oak": {
- "templateId": "ChallengeBundle:questbundle_event_oak",
- "challenge_bundle_schedule_id": "QS10-Season10_Schedule_Event_Oak",
- "grantedquestinstanceids": [
- "QS10-Quest_BR_Oak_CollectCash",
- "QS10-Quest_BR_Oak_Eliminations",
- "QS10-Quest_BR_Oak_Search_Chests",
- "QS10-Quest_BR_Oak_FetchEye",
- "QS10-Quest_BR_Oak_GainShield",
- "QS10-Quest_BR_Oak_Search_Logos"
- ],
- "completionRewards": {
- "6": [
- {
- "templateId": "AthenaItemWrap:wrap_132_barbequelarry",
- "quantity": 1,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_genericnoicon",
- "giftBoxFormatData": {
- "HeaderAssetString": "Header.Congratulations",
- "BodyAssetString": "Reward.Oak"
- }
- }
- }
- ]
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athenatoken_br14dayspresent_s",
+ "quantity": 1
+ },
+ {
+ "templateId": "AthenaDance:emoji_snowflake",
+ "quantity": 1
}
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_FDF_Use_Tool_Creative_Mode": {
+ "templateId": "Quest:quest_br_fdf_use_tool_creative_mode",
+ "challenge_bundle_id": "QS07-QuestBundle_14DaysOfFortnite",
+ "objectives": {
+ "fdf_use_athena_tool_creative_mode": 13
},
- "QS10-MissionBundle_S10_Mystery": {
- "templateId": "ChallengeBundle:missionbundle_s10_mystery",
- "challenge_bundle_schedule_id": "QS10-Season10_Schedule_MysteryMission",
- "grantedquestinstanceids": [
- "QS10-Quest_BR_S10_Mystery_DestroyStructure_JunkRift",
- "QS10-Quest_BR_S10_Mystery_Visit_SingleMatch_DifferentRiftZone",
- "QS10-Quest_BR_S10_Mystery_Eliminations_RiftZone",
- "QS10-Quest_BR_S10_Mystery_Search_AmmoBoxesChests_RiftZone",
- "QS10-Quest_BR_S10_Mystery_Placement_SoloDuoSquad_Top10_AfterLandInRift",
- "QS10-Quest_BR_S10_Mystery_Consume_GlitchedForaged_Different",
- "QS10-Quest_BR_S10_Mystery_TouchCube_ZeroRift_LandingPod"
- ],
- "completionRewards": {
- "1": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- }
- ],
- "2": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- }
- ],
- "3": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- }
- ],
- "4": [
- {
- "templateId": "AthenaBackpack:bid_359_meteormanremix",
- "quantity": 1,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- }
- ],
- "5": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- }
- ],
- "6": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- }
- ],
- "7": [
- {
- "templateId": "AthenaCharacter:cid_540_athena_commando_m_meteormanremix",
- "quantity": 1,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athena_s10_mystery",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ]
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athenatoken_br14dayspresent_m",
+ "quantity": 1
+ },
+ {
+ "templateId": "AthenaItemWrap:wrap_009_newyears",
+ "quantity": 1
}
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_FDF_Interact_Chests_Search": {
+ "templateId": "Quest:quest_br_fdf_interact_chests_search",
+ "challenge_bundle_id": "QS07-QuestBundle_14DaysOfFortnite",
+ "objectives": {
+ "fdf_interact_athena_chests": 14
},
- "QS10-MissionBundle_S10_SeasonLevel": {
- "templateId": "ChallengeBundle:missionbundle_s10_seasonlevel",
- "challenge_bundle_schedule_id": "QS10-Season10_SeasonLevel_Mission_Schedule",
- "grantedquestinstanceids": [
- "QS10-Quest_BR_S10_LevelUp_SeasonLevel_01",
- "QS10-Quest_BR_S10_LevelUp_SeasonLevel_02",
- "QS10-Quest_BR_S10_LevelUp_SeasonLevel_03",
- "QS10-Quest_BR_S10_LevelUp_SeasonLevel_04",
- "QS10-Quest_BR_S10_LevelUp_SeasonLevel_05",
- "QS10-Quest_BR_S10_LevelUp_SeasonLevel_06",
- "QS10-Quest_BR_S10_LevelUp_SeasonLevel_07",
- "QS10-Quest_BR_S10_LevelUp_SeasonLevel_08",
- "QS10-Quest_BR_S10_LevelUp_SeasonLevel_09",
- "QS10-Quest_BR_S10_LevelUp_SeasonLevel_10",
- "QS10-Quest_BR_S10_LevelUp_SeasonLevel_11",
- "QS10-Quest_BR_S10_LevelUp_SeasonLevel_12"
- ],
- "completionRewards": {
- "1": [
- {
- "templateId": "Token:vtid_309_streetracerdriftremix_stageb",
- "quantity": 1,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athena_s10_mission_seasonlevel",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "2": [
- {
- "templateId": "Token:vtid_296_rustremix_colorc",
- "quantity": 1,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:vtid_299_rustremix_backbling_colorc",
- "quantity": 1,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:vtid_302_rustremixpickaxe_colorc",
- "quantity": 1,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athena_s10_mission_seasonlevel",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "3": [
- {
- "templateId": "Token:vtid_304_graffitiremix_stageb",
- "quantity": 1,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athena_s10_mission_seasonlevel",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "4": [
- {
- "templateId": "AthenaDance:eid_handstandlegdab",
- "quantity": 1,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athena_s10_mission_seasonlevel",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "5": [
- {
- "templateId": "Token:vtid_310_streetracerdriftremix_stagec",
- "quantity": 1,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athena_s10_mission_seasonlevel",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "6": [
- {
- "templateId": "Token:vtid_294_rustremix_stageb",
- "quantity": 1,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athena_s10_mission_seasonlevel",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "7": [
- {
- "templateId": "Token:vtid_314_djremix_stageb",
- "quantity": 1,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:vtid_315_djremix_colorb",
- "quantity": 1,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athena_s10_mission_seasonlevel",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "8": [
- {
- "templateId": "AthenaDance:eid_dumbbell_lift",
- "quantity": 1,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athena_s10_mission_seasonlevel",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "9": [
- {
- "templateId": "Token:vtid_317_sparkleremix_colorb",
- "quantity": 1,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athena_s10_mission_seasonlevel",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "10": [
- {
- "templateId": "Token:vtid_311_streetracerdriftremix_staged",
- "quantity": 1,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athena_s10_mission_seasonlevel",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "11": [
- {
- "templateId": "Token:vtid_292_voyagerremix_stagec",
- "quantity": 1,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athena_s10_mission_seasonlevel",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "12": [
- {
- "templateId": "Token:vtid_323_knightremix_stageb",
- "quantity": 1,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athena_s10_mission_seasonlevel",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ]
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athenatoken_br14dayspresent_xl",
+ "quantity": 1
+ },
+ {
+ "templateId": "AthenaGlider:glider_id_106_fortnitedj",
+ "quantity": 1
}
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_Festivus_Interact_Poster": {
+ "templateId": "Quest:quest_br_festivus_interact_poster",
+ "challenge_bundle_id": "QS07-QuestBundle_Festivus",
+ "objectives": {
+ "athena_festivus_interact_poster": 1
},
- "QS10-QuestBundle_S10_SeasonX": {
- "templateId": "ChallengeBundle:questbundle_s10_seasonx",
- "challenge_bundle_schedule_id": "QS10-Season10_SeasonX_Schedule",
- "grantedquestinstanceids": [
- "QS10-Quest_BR_S10_SeasonX_Tier100",
- "QS10-Quest_BR_S10_SeasonX_SeasonLevel",
- "QS10-Quest_BR_S10_SeasonX_BPMissions",
- "QS10-Quest_BR_S10_SeasonX_PrestigeMissions",
- "QS10-Quest_BR_S10_SeasonX_Mystery"
- ],
- "completionRewards": {
- "1": [
- {
- "templateId": "AthenaLoadingScreen:lsid_157_ntbattlebus",
- "quantity": 1,
- "giftBoxToUse": {}
- },
- {
- "templateId": "Token:athena_s10_challenges_seasonx",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "2": [
- {
- "templateId": "Token:athena_s10_challenges_seasonx",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "3": [
- {
- "templateId": "Token:vtid_318_sparkleremix_colord",
- "quantity": 1,
- "giftBoxToUse": {}
- },
- {
- "templateId": "Token:athena_s10_challenges_seasonx",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "4": [
- {
- "templateId": "Token:athena_s10_challenges_seasonx",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "5": [
- {
- "templateId": "Token:vtid_325_knightremix_colorc",
- "quantity": 1,
- "giftBoxToUse": {}
- },
- {
- "templateId": "Token:vtid_327_knightremix_backbling_colorc",
- "quantity": 1,
- "giftBoxToUse": {}
- },
- {
- "templateId": "Token:athena_s10_challenges_seasonx",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ]
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaDance:spid_084_festivus",
+ "quantity": 1
}
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_Festivus_Visit_Stage": {
+ "templateId": "Quest:quest_br_festivus_visit_stage",
+ "challenge_bundle_id": "QS07-QuestBundle_Festivus",
+ "objectives": {
+ "athena_festivus_visit_stage": 1
},
- "QS10-UnlockPreviewBundle_S10_BlackKnight": {
- "templateId": "ChallengeBundle:unlockpreviewbundle_s10_blackknight",
- "challenge_bundle_schedule_id": "QS10-Season10_BlackKnight_Schedule",
- "grantedquestinstanceids": [
- "QS10-Quest_S10_Style_BlackKnightRemix_01",
- "QS10-Quest_S10_Style_BlackKnightRemix_02",
- "QS10-Quest_S10_Style_BlackKnightRemix_03",
- "QS10-Quest_S10_Style_BlackKnightRemix_04",
- "QS10-Quest_S10_Style_BlackKnightRemix_05",
- "QS10-Quest_S10_Style_BlackKnightRemix_06",
- "QS10-Quest_S10_Style_BlackKnightRemix_07",
- "QS10-Quest_S10_Style_BlackKnightRemix_08"
- ],
- "completionRewards": {}
- },
- "QS10-UnlockPreviewBundle_S10_DJYonger": {
- "templateId": "ChallengeBundle:unlockpreviewbundle_s10_djyonger",
- "challenge_bundle_schedule_id": "QS10-Season10_DJYonger_Schedule",
- "grantedquestinstanceids": [
- "QS10-Quest_S10_Style_DJRemix_01",
- "QS10-Quest_S10_Style_DJRemix_02",
- "QS10-Quest_S10_Style_DJRemix_03",
- "QS10-Quest_S10_Style_DJRemix_04",
- "QS10-Quest_S10_Style_DJRemix_05",
- "QS10-Quest_S10_Style_DJRemix_06",
- "QS10-Quest_S10_Style_DJRemix_07",
- "QS10-Quest_S10_Style_DJRemix_08",
- "QS10-Quest_S10_Style_DJRemix_09",
- "QS10-Quest_S10_Style_DJRemix_10"
- ],
- "completionRewards": {}
- },
- "QS10-UnlockPreviewBundle_S10_Drift": {
- "templateId": "ChallengeBundle:unlockpreviewbundle_s10_drift",
- "challenge_bundle_schedule_id": "QS10-Season10_Drift_Schedule",
- "grantedquestinstanceids": [
- "QS10-Quest_S10_Style_StreetRacerDrift_01",
- "QS10-Quest_S10_Style_StreetRacerDrift_02",
- "QS10-Quest_S10_Style_StreetRacerDrift_03",
- "QS10-Quest_S10_Style_StreetRacerDrift_04",
- "QS10-Quest_S10_Style_StreetRacerDrift_05",
- "QS10-Quest_S10_Style_StreetRacerDrift_06",
- "QS10-Quest_S10_Style_StreetRacerDrift_07",
- "QS10-Quest_S10_Style_StreetRacerDrift_08",
- "QS10-Quest_S10_Style_StreetRacerDrift_09",
- "QS10-Quest_S10_Style_StreetRacerDrift_10"
- ],
- "completionRewards": {}
- },
- "QS10-UnlockPreviewBundle_S10_RustLord": {
- "templateId": "ChallengeBundle:unlockpreviewbundle_s10_rustlord",
- "challenge_bundle_schedule_id": "QS10-Season10_RustLord_Schedule",
- "grantedquestinstanceids": [
- "QS10-Quest_S10_Style_RustRemix_01",
- "QS10-Quest_S10_Style_RustRemix_02",
- "QS10-Quest_S10_Style_RustRemix_03",
- "QS10-Quest_S10_Style_RustRemix_04",
- "QS10-Quest_S10_Style_RustRemix_05",
- "QS10-Quest_S10_Style_RustRemix_06",
- "QS10-Quest_S10_Style_RustRemix_07",
- "QS10-Quest_S10_Style_RustRemix_08",
- "QS10-Quest_S10_Style_RustRemix_09",
- "QS10-Quest_S10_Style_RustRemix_10"
- ],
- "completionRewards": {}
- },
- "QS10-UnlockPreviewBundle_S10_Sparkle": {
- "templateId": "ChallengeBundle:unlockpreviewbundle_s10_sparkle",
- "challenge_bundle_schedule_id": "QS10-Season10_Sparkle_Schedule",
- "grantedquestinstanceids": [
- "QS10-Quest_S10_Style_SparkleRemix_01",
- "QS10-Quest_S10_Style_SparkleRemix_02",
- "QS10-Quest_S10_Style_SparkleRemix_03",
- "QS10-Quest_S10_Style_SparkleRemix_04",
- "QS10-Quest_S10_Style_SparkleRemix_05",
- "QS10-Quest_S10_Style_SparkleRemix_06",
- "QS10-Quest_S10_Style_SparkleRemix_07",
- "QS10-Quest_S10_Style_SparkleRemix_08"
- ],
- "completionRewards": {}
- },
- "QS10-UnlockPreviewBundle_S10_Teknique": {
- "templateId": "ChallengeBundle:unlockpreviewbundle_s10_teknique",
- "challenge_bundle_schedule_id": "QS10-Season10_Teknique_Schedule",
- "grantedquestinstanceids": [
- "QS10-Quest_S10_Style_GraffitiRemix_01",
- "QS10-Quest_S10_Style_GraffitiRemix_02",
- "QS10-Quest_S10_Style_GraffitiRemix_03",
- "QS10-Quest_S10_Style_GraffitiRemix_04",
- "QS10-Quest_S10_Style_GraffitiRemix_05",
- "QS10-Quest_S10_Style_GraffitiRemix_06",
- "QS10-Quest_S10_Style_GraffitiRemix_07"
- ],
- "completionRewards": {}
- },
- "QS10-UnlockPreviewBundle_S10_Voyager": {
- "templateId": "ChallengeBundle:unlockpreviewbundle_s10_voyager",
- "challenge_bundle_schedule_id": "QS10-Season10_Voyager_Schedule",
- "grantedquestinstanceids": [
- "QS10-Quest_S10_Style_VoyagerRemix_01",
- "QS10-Quest_S10_Style_VoyagerRemix_02",
- "QS10-Quest_S10_Style_VoyagerRemix_03",
- "QS10-Quest_S10_Style_VoyagerRemix_04",
- "QS10-Quest_S10_Style_VoyagerRemix_05",
- "QS10-Quest_S10_Style_VoyagerRemix_06",
- "QS10-Quest_S10_Style_VoyagerRemix_07"
- ],
- "completionRewards": {}
- },
- "QS10-QuestBundle_BR_S10_Daily_Week01": {
- "templateId": "ChallengeBundle:questbundle_br_s10_daily_week01",
- "challenge_bundle_schedule_id": "QS10-Schedule_BR_S10_Daily_Week01",
- "grantedquestinstanceids": [
- "QS10-Quest_BR_Daily_PlayFriend_Matches",
- "QS10-Quest_BR_Daily_Eliminations_Close",
- "QS10-Quest_BR_Daily_UseVehicle_Mech",
- "QS10-Quest_BR_Daily_Items_GainShield",
- "QS10-Quest_BR_Daily_Damage_Below",
- "QS10-Quest_BR_Daily_Search_Chests_Dusty_Pleasant",
- "QS10-Quest_BR_Daily_Visit_SingleMatch_Snobby_Shifty"
- ],
- "completionRewards": {
- "1": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athena_dailychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "2": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 500,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athena_dailychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "3": [
- {
- "templateId": "AthenaLoadingScreen:lsid_165_s10cumulative01",
- "quantity": 1,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "FortQuest:quest_br_s10_hiddenstar_quest_01",
- "quantity": 1,
- "giftBoxToUse": {}
- },
- {
- "templateId": "Token:athena_dailychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "4": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athena_dailychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "5": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 1000,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athena_dailychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "6": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athena_dailychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "7": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 2000,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athena_dailychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ]
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaDance:eid_squishymedley",
+ "quantity": 1
}
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_Festivus_Dance_Three_Locations": {
+ "templateId": "Quest:quest_br_festivus_dance_three_locations",
+ "challenge_bundle_id": "QS07-QuestBundle_Festivus",
+ "objectives": {
+ "athena_festivus_dance_3_locations_a": 1,
+ "athena_festivus_dance_3_locations_b": 1,
+ "athena_festivus_dance_3_locations_c": 1
},
- "QS10-QuestBundle_BR_S10_Daily_Week02": {
- "templateId": "ChallengeBundle:questbundle_br_s10_daily_week02",
- "challenge_bundle_schedule_id": "QS10-Schedule_BR_S10_Daily_Week02",
- "grantedquestinstanceids": [
- "QS10-Quest_BR_Daily_Placement_SoloOrDuo_Top10",
- "QS10-Quest_BR_Daily_Eliminations_Pistol",
- "QS10-Quest_BR_Daily_Search_AmmoBoxes_Tilted_Junk",
- "QS10-Quest_BR_Daily_Damage_SupplyDrop",
- "QS10-Quest_BR_Daily_Items_EachRarity",
- "QS10-Quest_BR_Daily_LandAt_Tilted_Fatal",
- "QS10-Quest_BR_Daily_Damage_Assault"
- ],
- "completionRewards": {
- "1": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athena_dailychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "2": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 500,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athena_dailychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "3": [
- {
- "templateId": "AthenaLoadingScreen:lsid_166_s10cumulative02",
- "quantity": 1,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "FortQuest:quest_br_s10_hiddenstar_quest_02",
- "quantity": 1,
- "giftBoxToUse": {}
- },
- {
- "templateId": "Token:athena_dailychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "4": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athena_dailychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "5": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 1000,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athena_dailychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "6": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athena_dailychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "7": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 2000,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athena_dailychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ]
+ "objectiveCompletionCount": 3,
+ "rewards": [
+ {
+ "templateId": "AthenaPickaxe:pickaxe_id_154_squishy",
+ "quantity": 1
}
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_FNWD_CompleteQuests": {
+ "templateId": "Quest:quest_fnwd_completequests",
+ "challenge_bundle_id": "QS07-QuestBundle_WinterDeimos",
+ "objectives": {
+ "winter_deimos_quest_completequests_tokens": 6
},
- "QS10-QuestBundle_BR_S10_Daily_Week03": {
- "templateId": "ChallengeBundle:questbundle_br_s10_daily_week03",
- "challenge_bundle_schedule_id": "QS10-Schedule_BR_S10_Daily_Week03",
- "grantedquestinstanceids": [
- "QS10-Quest_BR_Daily_Damage_Explosive",
- "QS10-Quest_BR_Daily_Eliminations_Shotgun",
- "QS10-Quest_BR_Daily_Eliminate_Zombies",
- "QS10-Quest_BR_Daily_Outlast_DuoOrSquads",
- "QS10-Quest_BR_Daily_Items_UseThrown_DifferentMatches",
- "QS10-Quest_BR_Daily_Visit_SingleMatch_Paradise_Lucky",
- "QS10-Quest_BR_Daily_Search_Chests_Salty_Frosty"
- ],
- "completionRewards": {
- "1": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athena_dailychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "2": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 500,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athena_dailychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "3": [
- {
- "templateId": "AthenaLoadingScreen:lsid_167_s10cumulative03",
- "quantity": 1,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "FortQuest:quest_br_s10_hiddenstar_quest_03",
- "quantity": 1,
- "giftBoxToUse": {}
- },
- {
- "templateId": "Token:athena_dailychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "4": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athena_dailychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "5": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 1000,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athena_dailychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "6": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athena_dailychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "7": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 2000,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athena_dailychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ]
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaItemWrap:wrap_010_blueemissive",
+ "quantity": 1
}
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_FNWD_Elim_AI_Fiend": {
+ "templateId": "Quest:quest_fnwd_elim_ai_fiend",
+ "challenge_bundle_id": "QS07-QuestBundle_WinterDeimos",
+ "objectives": {
+ "winter_deimos_killingblow_athena_ai_fiend": 250
},
- "QS10-QuestBundle_BR_S10_Daily_Week04": {
- "templateId": "ChallengeBundle:questbundle_br_s10_daily_week04",
- "challenge_bundle_schedule_id": "QS10-Schedule_BR_S10_Daily_Week04",
- "grantedquestinstanceids": [
- "QS10-Quest_BR_Daily_Items_Consume_GlitchyForaged",
- "QS10-Quest_BR_Daily_Play_Arena",
- "QS10-Quest_BR_Daily_Eliminations_Scoped",
- "QS10-Quest_BR_Daily_Damage_Headshot",
- "QS10-Quest_BR_Daily_Search_Chests_DifferentLocationsSingleMatch",
- "QS10-Quest_BR_Daily_LandAt_Pressure_Happy",
- "QS10-Quest_BR_Daily_Damage_Structures"
- ],
- "completionRewards": {
- "1": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athena_dailychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "2": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 500,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athena_dailychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "3": [
- {
- "templateId": "AthenaLoadingScreen:lsid_168_s10cumulative04",
- "quantity": 1,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "FortQuest:quest_br_s10_hiddenstar_quest_04",
- "quantity": 1,
- "giftBoxToUse": {}
- },
- {
- "templateId": "Token:athena_dailychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "4": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athena_dailychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "5": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 1000,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athena_dailychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "6": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athena_dailychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "7": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 2000,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athena_dailychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ]
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 500
}
- },
- "QS10-QuestBundle_BR_S10_Daily_Week05": {
- "templateId": "ChallengeBundle:questbundle_br_s10_daily_week05",
- "challenge_bundle_schedule_id": "QS10-Schedule_BR_S10_Daily_Week05",
- "grantedquestinstanceids": [
- "QS10-Quest_BR_Daily_Damage_Pickaxe",
- "QS10-Quest_BR_Daily_Eliminations_FarAway",
- "QS10-Quest_BR_Daily_Items_UseTrap_DifferentMatches",
- "QS10-Quest_BR_Daily_Placement_DuoOrSquad_Top5",
- "QS10-Quest_BR_Daily_Damage_Above",
- "QS10-Quest_BR_Daily_Visit_SingleMatch_Lonely_Lazy",
- "QS10-Quest_BR_Daily_Search_Chests_Shifty_Haunted"
- ],
- "completionRewards": {
- "1": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athena_dailychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "2": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 500,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athena_dailychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "3": [
- {
- "templateId": "AthenaLoadingScreen:lsid_169_s10cumulative05",
- "quantity": 1,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "FortQuest:quest_br_s10_hiddenstar_quest_05",
- "quantity": 1,
- "giftBoxToUse": {}
- },
- {
- "templateId": "Token:athena_dailychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "4": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athena_dailychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "5": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 1000,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athena_dailychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "6": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athena_dailychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "7": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 2000,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athena_dailychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ]
+ ],
+ "hiddenRewards": [
+ {
+ "templateId": "Token:athenawinterdeimos_challenge_token",
+ "quantity": 1
}
+ ],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_FNWD_Dam_ExplosiveWeapons_AI": {
+ "templateId": "Quest:quest_fnwd_dam_explosiveweapons_ai",
+ "challenge_bundle_id": "QS07-QuestBundle_WinterDeimos",
+ "objectives": {
+ "winter_deimos_damage_athena_ai_explosive_weapons": 5000
},
- "QS10-QuestBundle_BR_S10_Daily_Week06": {
- "templateId": "ChallengeBundle:questbundle_br_s10_daily_week06",
- "challenge_bundle_schedule_id": "QS10-Schedule_BR_S10_Daily_Week06",
- "grantedquestinstanceids": [
- "QS10-Quest_BR_Daily_Eliminations_Sniper",
- "QS10-Quest_BR_Daily_Outlast_SoloOrDuo",
- "QS10-Quest_BR_Daily_Damage_Scoped",
- "QS10-Quest_BR_Daily_Search_AmmoBoxes_Fatal_Lonely",
- "QS10-Quest_BR_Daily_Items_UseDifferentThrown_SingleMatch",
- "QS10-Quest_BR_Daily_LandAt_Meteor_Island",
- "QS10-Quest_BR_Daily_Visit_SingleMatch_Loot_Sunny"
- ],
- "completionRewards": {
- "1": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athena_dailychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "2": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 500,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athena_dailychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "3": [
- {
- "templateId": "AthenaLoadingScreen:lsid_170_s10cumulative06",
- "quantity": 1,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "FortQuest:quest_br_s10_hiddenstar_quest_06",
- "quantity": 1,
- "giftBoxToUse": {}
- },
- {
- "templateId": "Token:athena_dailychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "4": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athena_dailychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "5": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 1000,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athena_dailychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "6": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athena_dailychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "7": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 2000,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athena_dailychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ]
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 500
}
- },
- "QS10-QuestBundle_BR_S10_Daily_Week07": {
- "templateId": "ChallengeBundle:questbundle_br_s10_daily_week07",
- "challenge_bundle_schedule_id": "QS10-Schedule_BR_S10_Daily_Week07",
- "grantedquestinstanceids": [
- "QS10-Quest_BR_Daily_Eliminations_Explosive",
- "QS10-Quest_BR_Daily_Items_UseDifferentTrap",
- "QS10-Quest_BR_Daily_Search_ChestAmmoVending_SameMatch",
- "QS10-Quest_BR_Daily_Damage_Shotgun",
- "QS10-Quest_BR_Daily_LandAt_Frosty_Haunted",
- "QS10-Quest_BR_Daily_Damage_Pistol",
- "QS10-Quest_BR_Daily_Search_Chests_Greasy_Sunny"
- ],
- "completionRewards": {
- "1": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athena_dailychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "2": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 500,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athena_dailychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "3": [
- {
- "templateId": "AthenaLoadingScreen:lsid_171_s10cumulative07",
- "quantity": 1,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "FortQuest:quest_br_s10_hiddenstar_quest_07",
- "quantity": 1,
- "giftBoxToUse": {}
- },
- {
- "templateId": "Token:athena_dailychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "4": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athena_dailychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "5": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 1000,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athena_dailychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "6": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athena_dailychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "7": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 2000,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athena_dailychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ]
+ ],
+ "hiddenRewards": [
+ {
+ "templateId": "Token:athenawinterdeimos_challenge_token",
+ "quantity": 1
}
+ ],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_FNWD_Elim_AI_Brute": {
+ "templateId": "Quest:quest_fnwd_elim_ai_brute",
+ "challenge_bundle_id": "QS07-QuestBundle_WinterDeimos",
+ "objectives": {
+ "winter_deimos_killingblow_athena_ai_brute": 100
},
- "QS10-QuestBundle_BR_S10_Daily_Week08": {
- "templateId": "ChallengeBundle:questbundle_br_s10_daily_week08",
- "challenge_bundle_schedule_id": "QS10-Schedule_BR_S10_Daily_Week08",
- "grantedquestinstanceids": [
- "QS10-Quest_BR_Daily_Damage_SingleMatch",
- "QS10-Quest_BR_Daily_LandAt_Salty_Junk",
- "QS10-Quest_BR_Daily_Eliminations_Suppressed",
- "QS10-Quest_BR_Daily_Search_AmmoBoxes_DifferentLocationsSingleMatch",
- "QS10-Quest_BR_Daily_Search_Chests_HotSpot",
- "QS10-Quest_BR_Daily_Visit_SingleMatch_Retail_Block",
- "QS10-Quest_BR_Daily_Damage_SMG"
- ],
- "completionRewards": {
- "1": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athena_dailychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "2": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 500,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athena_dailychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "3": [
- {
- "templateId": "AthenaLoadingScreen:lsid_172_s10cumulative08_e9m2f",
- "quantity": 1,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "FortQuest:quest_br_s10_hiddenstar_quest_08",
- "quantity": 1,
- "giftBoxToUse": {}
- },
- {
- "templateId": "Token:athena_dailychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "4": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athena_dailychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "5": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 1000,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athena_dailychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "6": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athena_dailychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "7": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 2000,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athena_dailychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ]
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 500
}
- },
- "QS10-QuestBundle_BR_S10_Daily_Week09": {
- "templateId": "ChallengeBundle:questbundle_br_s10_daily_week09",
- "challenge_bundle_schedule_id": "QS10-Schedule_BR_S10_Daily_Week09",
- "grantedquestinstanceids": [
- "QS10-Quest_BR_Daily_Search_SupplyDrops",
- "QS10-Quest_BR_Daily_Eliminations_SMG",
- "QS10-Quest_BR_Daily_LandAt_Polar_Moisty",
- "QS10-Quest_BR_Daily_Damage_Sniper",
- "QS10-Quest_BR_Daily_Items_GainHealth",
- "QS10-Quest_BR_Daily_Search_Chests_SingleMatch",
- "QS10-Quest_BR_Daily_Visit_SingleMatch_Dusty_Pleasant"
- ],
- "completionRewards": {
- "1": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athena_dailychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "2": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 500,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athena_dailychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "3": [
- {
- "templateId": "AthenaLoadingScreen:lsid_173_s10cumulative09",
- "quantity": 1,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "FortQuest:quest_br_s10_hiddenstar_quest_09",
- "quantity": 1,
- "giftBoxToUse": {}
- },
- {
- "templateId": "Token:athena_dailychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "4": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athena_dailychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "5": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 1000,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athena_dailychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "6": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athena_dailychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ],
- "7": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 2000,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athena_dailychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
- }
- ]
+ ],
+ "hiddenRewards": [
+ {
+ "templateId": "Token:athenawinterdeimos_challenge_token",
+ "quantity": 1
}
+ ],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_FNWD_Dam_PistolAR_AI": {
+ "templateId": "Quest:quest_fnwd_dam_pistolar_ai",
+ "challenge_bundle_id": "QS07-QuestBundle_WinterDeimos",
+ "objectives": {
+ "winter_deimos_damage_athena_ai_ar_pistol": 10000
},
- "QS10-QuestBundle_BR_S10_Daily_Week10": {
- "templateId": "ChallengeBundle:questbundle_br_s10_daily_week10",
- "challenge_bundle_schedule_id": "QS10-Schedule_BR_S10_Daily_Week10",
- "grantedquestinstanceids": [
- "QS10-Quest_BR_Daily_Damage_Suppressed",
- "QS10-Quest_BR_Daily_Outlast_SoloOrSquad",
- "QS10-Quest_BR_Daily_Eliminations_Assault",
- "QS10-Quest_BR_Daily_Search_Chests_Loot_Happy",
- "QS10-Quest_BR_Daily_LandAt_Lucky_Retail",
- "QS10-Quest_BR_Daily_Search_AmmoBoxes_SingleMatch",
- "QS10-Quest_BR_Daily_Visit_DifferentLocations"
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 500
+ }
+ ],
+ "hiddenRewards": [
+ {
+ "templateId": "Token:athenawinterdeimos_challenge_token",
+ "quantity": 1
+ }
+ ],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_FNWD_Elim_AI_Throwers": {
+ "templateId": "Quest:quest_fnwd_elim_ai_throwers",
+ "challenge_bundle_id": "QS07-QuestBundle_WinterDeimos",
+ "objectives": {
+ "winter_deimos_killingblow_athena_ai_throwers": 150
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 500
+ }
+ ],
+ "hiddenRewards": [
+ {
+ "templateId": "Token:athenawinterdeimos_challenge_token",
+ "quantity": 1
+ }
+ ],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_FNWD_Elim_AI_Golden": {
+ "templateId": "Quest:quest_fnwd_elim_ai_golden",
+ "challenge_bundle_id": "QS07-QuestBundle_WinterDeimos",
+ "objectives": {
+ "winter_deimos_killingblow_athena_ai_golden": 20
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 500
+ }
+ ],
+ "hiddenRewards": [
+ {
+ "templateId": "Token:athenawinterdeimos_challenge_token",
+ "quantity": 1
+ }
+ ],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_FNWD_Dam_AI_SingleMatch": {
+ "templateId": "Quest:quest_fnwd_dam_ai_singlematch",
+ "challenge_bundle_id": "QS07-QuestBundle_WinterDeimos",
+ "objectives": {
+ "winter_deimos_damage_athena_ai_single_match": 2000
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 500
+ }
+ ],
+ "hiddenRewards": [
+ {
+ "templateId": "Token:athenawinterdeimos_challenge_token",
+ "quantity": 1
+ }
+ ],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_FNWD_Destroy_IceFragments_DifferentMatches": {
+ "templateId": "Quest:quest_fnwd_destroy_icefragments_differentmatches",
+ "challenge_bundle_id": "QS07-QuestBundle_WinterDeimos",
+ "objectives": {
+ "winter_deimos_destroy_monsterspawner": 10
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 500
+ }
+ ],
+ "hiddenRewards": [
+ {
+ "templateId": "Token:athenawinterdeimos_challenge_token",
+ "quantity": 1
+ }
+ ],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_FNWD_Elim_AI_Elite": {
+ "templateId": "Quest:quest_fnwd_elim_ai_elite",
+ "challenge_bundle_id": "QS07-QuestBundle_WinterDeimos",
+ "objectives": {
+ "winter_deimos_killingblow_athena_ai_elite": 100
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 500
+ }
+ ],
+ "hiddenRewards": [
+ {
+ "templateId": "Token:athenawinterdeimos_challenge_token",
+ "quantity": 1
+ }
+ ],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_FNWD_Dam_ShotgunSMG_AI": {
+ "templateId": "Quest:quest_fnwd_dam_shotgunsmg_ai",
+ "challenge_bundle_id": "QS07-QuestBundle_WinterDeimos",
+ "objectives": {
+ "winter_deimos_damage_athena_ai_shotgun_smg": 10000
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 500
+ }
+ ],
+ "hiddenRewards": [
+ {
+ "templateId": "Token:athenawinterdeimos_challenge_token",
+ "quantity": 1
+ }
+ ],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_FNWD_Elim_AI": {
+ "templateId": "Quest:quest_fnwd_elim_ai",
+ "challenge_bundle_id": "QS07-QuestBundle_WinterDeimos",
+ "objectives": {
+ "winter_deimos_killingblow_athena_ai": 300
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 500
+ }
+ ],
+ "hiddenRewards": [
+ {
+ "templateId": "Token:athenawinterdeimos_challenge_token",
+ "quantity": 1
+ }
+ ],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_FNWD_Dam_AI": {
+ "templateId": "Quest:quest_fnwd_dam_ai",
+ "challenge_bundle_id": "QS07-QuestBundle_WinterDeimos",
+ "objectives": {
+ "winter_deimos_damage_athena_ai": 20000
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 500
+ }
+ ],
+ "hiddenRewards": [
+ {
+ "templateId": "Token:athenawinterdeimos_challenge_token",
+ "quantity": 1
+ }
+ ],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_Collect_Item_All_Rarity": {
+ "templateId": "Quest:quest_br_collect_item_all_rarity",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Week_001",
+ "objectives": {
+ "battlepass_collect_all_rarity_common": 1,
+ "battlepass_collect_all_rarity_uncommon": 1,
+ "battlepass_collect_all_rarity_rare": 1,
+ "battlepass_collect_all_rarity_very_rare": 1,
+ "battlepass_collect_all_super_rare": 1
+ },
+ "objectiveCompletionCount": 5,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_Dance_ScavengerHunt_Forbidden": {
+ "templateId": "Quest:quest_br_dance_scavengerhunt_forbidden",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Week_001",
+ "objectives": {
+ "battlepass_dance_athena_location_forbidden_01": 1,
+ "battlepass_dance_athena_location_forbidden_02": 1,
+ "battlepass_dance_athena_location_forbidden_03": 1,
+ "battlepass_dance_athena_location_forbidden_04": 1,
+ "battlepass_dance_athena_location_forbidden_05": 1,
+ "battlepass_dance_athena_location_forbidden_06": 1,
+ "battlepass_dance_athena_location_forbidden_07": 1,
+ "battlepass_dance_athena_location_forbidden_08": 1,
+ "battlepass_dance_athena_location_forbidden_09": 1,
+ "battlepass_dance_athena_location_forbidden_10": 1,
+ "battlepass_dance_athena_location_forbidden_11": 1,
+ "battlepass_dance_athena_location_forbidden_12": 1,
+ "battlepass_dance_athena_location_forbidden_13": 1,
+ "battlepass_dance_athena_location_forbidden_14": 1,
+ "battlepass_dance_athena_location_forbidden_15": 1
+ },
+ "objectiveCompletionCount": 5,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_Play_Min1Elimination": {
+ "templateId": "Quest:quest_br_play_min1elimination",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Week_001",
+ "objectives": {
+ "battlepass_complete_athena_with_killingblow": 10
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 1000
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_Dance_Chain_ScavengerHunt_Locations_C": {
+ "templateId": "Quest:quest_br_dance_chain_scavengerhunt_locations_c",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Week_001",
+ "objectives": {
+ "battlepass_dance_chain_athena_scavengerhunt_locations_c": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 2
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_Dance_Chain_ScavengerHunt_Locations_B": {
+ "templateId": "Quest:quest_br_dance_chain_scavengerhunt_locations_b",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Week_001",
+ "objectives": {
+ "battlepass_dance_chain_athena_scavengerhunt_locations_b": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 2
+ },
+ {
+ "templateId": "Quest:quest_br_dance_chain_scavengerhunt_locations_c",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_Dance_Chain_ScavengerHunt_Locations_A": {
+ "templateId": "Quest:quest_br_dance_chain_scavengerhunt_locations_a",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Week_001",
+ "objectives": {
+ "battlepass_dance_chain_athena_scavengerhunt_locations_a": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_dance_chain_scavengerhunt_locations_b",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_Damage_Headshot": {
+ "templateId": "Quest:quest_br_damage_headshot",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Week_001",
+ "objectives": {
+ "battlepass_damage_athena_player_head_shots": 250
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_Interact_Chain_Chests_Search_C": {
+ "templateId": "Quest:quest_br_interact_chain_chests_search_c",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Week_001",
+ "objectives": {
+ "battlepass_chain_chests_search_c": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 4
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_Interact_Chain_Chests_Search_B": {
+ "templateId": "Quest:quest_br_interact_chain_chests_search_b",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Week_001",
+ "objectives": {
+ "battlepass_chain_chests_search_b": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 3
+ },
+ {
+ "templateId": "Quest:quest_br_interact_chain_chests_search_c",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_Interact_Chain_Chests_Search_A": {
+ "templateId": "Quest:quest_br_interact_chain_chests_search_a",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Week_001",
+ "objectives": {
+ "battlepass_chain_chests_search_a": 5
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 3
+ },
+ {
+ "templateId": "Quest:quest_br_interact_chain_chests_search_b",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_Eliminate_Location_Different": {
+ "templateId": "Quest:quest_br_eliminate_location_different",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Week_001",
+ "objectives": {
+ "battlepass_killingblow_athena_player_different_junkjunction": 1,
+ "battlepass_killingblow_athena_player_different_hauntedhills": 1,
+ "battlepass_killingblow_athena_player_different_pleasantpartk": 1,
+ "battlepass_killingblow_athena_player_different_lootlake": 1,
+ "battlepass_killingblow_athena_player_different_lazylinks": 1,
+ "battlepass_killingblow_athena_player_different_tomatotemple": 1,
+ "battlepass_killingblow_athena_player_different_riskyreels": 1,
+ "battlepass_killingblow_athena_player_different_wailingwoods": 1,
+ "battlepass_killingblow_athena_player_different_snobbyshores": 1,
+ "battlepass_killingblow_athena_player_different_greasygrove": 1,
+ "battlepass_killingblow_athena_player_different_tiltedtowers": 1,
+ "battlepass_killingblow_athena_player_different_shiftyshafts": 1,
+ "battlepass_killingblow_athena_player_different_dustydivot": 1,
+ "battlepass_killingblow_athena_player_different_saltysprings": 1,
+ "battlepass_killingblow_athena_player_different_retailrow": 1,
+ "battlepass_killingblow_athena_player_different_lonelylodge": 1,
+ "battlepass_killingblow_athena_player_different_flushfactory": 1,
+ "battlepass_killingblow_athena_player_different_luckylanding": 1,
+ "battlepass_killingblow_athena_player_different_fatalfields": 1,
+ "battlepass_killingblow_athena_player_different_paradisepalms": 1
+ },
+ "objectiveCompletionCount": 5,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_Interact_Chests_Locations_Different": {
+ "templateId": "Quest:quest_br_interact_chests_locations_different",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Week_002",
+ "objectives": {
+ "battlepass_interact_chest_athena_location_different_anarchyacres": 1,
+ "battlepass_interact_chest_athena_location_different_dustydepot": 1,
+ "battlepass_interact_chest_athena_location_different_fatalfields": 1,
+ "battlepass_interact_chest_athena_location_different_flushfactory": 1,
+ "battlepass_interact_chest_athena_location_different_greasygrove": 1,
+ "battlepass_interact_chest_athena_location_different_hauntedhills": 1,
+ "battlepass_interact_chest_athena_location_different_junkjunction": 1,
+ "battlepass_interact_chest_athena_location_different_luckylanding": 1,
+ "battlepass_interact_chest_athena_location_different_lonelylodge": 1,
+ "battlepass_interact_chest_athena_location_different_lootlake": 1,
+ "battlepass_interact_chest_athena_location_different_moistymire": 1,
+ "battlepass_interact_chest_athena_location_different_pleasantpark": 1,
+ "battlepass_interact_chest_athena_location_different_retailrow": 1,
+ "battlepass_interact_chest_athena_location_different_shiftyshafts": 1,
+ "battlepass_interact_chest_athena_location_different_saltysprings": 1,
+ "battlepass_interact_chest_athena_location_different_snobbyshores": 1,
+ "battlepass_interact_chest_athena_location_different_tiltedtowers": 1,
+ "battlepass_interact_chest_athena_location_different_tomatotown": 1,
+ "battlepass_interact_chest_athena_location_different_wailingwoods": 1
+ },
+ "objectiveCompletionCount": 12,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_Damage_Weapons_Different": {
+ "templateId": "Quest:quest_br_damage_weapons_different",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Week_002",
+ "objectives": {
+ "battlepass_damage_athena_weapons_different_pistol": 1,
+ "battlepass_damage_athena_weapons_different_assault": 1,
+ "battlepass_damage_athena_weapons_different_shotgun": 1,
+ "battlepass_damage_athena_weapons_different_sniper": 1,
+ "battlepass_damage_athena_weapons_different_explosives": 1,
+ "battlepass_damage_athena_weapons_different_smg": 1,
+ "battlepass_damage_athena_weapons_different_minigun": 1
+ },
+ "objectiveCompletionCount": 5,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_Eliminate_TwoLocations_01": {
+ "templateId": "Quest:quest_br_eliminate_twolocations_01",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Week_002",
+ "objectives": {
+ "battlepass_killingblow_athena_player_twolocations_snobbyshores": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_Visit_TwoNamedLocs_Chain_01_E": {
+ "templateId": "Quest:quest_br_visit_twonamedlocs_chain_01_e",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Week_002",
+ "objectives": {
+ "battlepass_visit_athena_location_snobbyshores_chain_01": 1,
+ "battlepass_visit_athena_location_saltysprings_chain_01": 1
+ },
+ "objectiveCompletionCount": 2,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_Visit_TwoNamedLocs_Chain_01_D": {
+ "templateId": "Quest:quest_br_visit_twonamedlocs_chain_01_d",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Week_002",
+ "objectives": {
+ "battlepass_visit_athena_location_lucklanding_chain_01": 1,
+ "battlepass_visit_athena_location_tiltedtowers_chain_01": 1
+ },
+ "objectiveCompletionCount": 2,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_visit_twonamedlocs_chain_01_e",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_Visit_TwoNamedLocs_Chain_01_C": {
+ "templateId": "Quest:quest_br_visit_twonamedlocs_chain_01_c",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Week_002",
+ "objectives": {
+ "battlepass_visit_athena_location_greasygrove_chain_01": 1,
+ "battlepass_visit_athena_location_lootlake_chain_01": 1
+ },
+ "objectiveCompletionCount": 2,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_visit_twonamedlocs_chain_01_d",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_Visit_TwoNamedLocs_Chain_01_B": {
+ "templateId": "Quest:quest_br_visit_twonamedlocs_chain_01_b",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Week_002",
+ "objectives": {
+ "battlepass_visit_athena_location_paradisepalms_chain_01": 1,
+ "battlepass_visit_athena_location_dustydivot_chain_01": 1
+ },
+ "objectiveCompletionCount": 2,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_visit_twonamedlocs_chain_01_c",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_Visit_TwoNamedLocs_Chain_01_A": {
+ "templateId": "Quest:quest_br_visit_twonamedlocs_chain_01_a",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Week_002",
+ "objectives": {
+ "battlepass_visit_athena_location_riskyreels_chain_01": 1,
+ "battlepass_visit_athena_location_wailingwoods_chain_01": 1
+ },
+ "objectiveCompletionCount": 2,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_visit_twonamedlocs_chain_01_b",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_PianoChain_Play_Piano2": {
+ "templateId": "Quest:quest_br_pianochain_play_piano2",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Week_002",
+ "objectives": {
+ "battlepass_piano_chain_play_piano_2": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 3
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_PianoChain_Visit_Map2": {
+ "templateId": "Quest:quest_br_pianochain_visit_map2",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Week_002",
+ "objectives": {
+ "battlepass_piano_chain_visit_map2": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 2
+ },
+ {
+ "templateId": "Quest:quest_br_pianochain_play_piano2",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_PianoChain_Play_Piano1": {
+ "templateId": "Quest:quest_br_pianochain_play_piano1",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Week_002",
+ "objectives": {
+ "battlepass_piano_chain_play_piano_1": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 3
+ },
+ {
+ "templateId": "Quest:quest_br_pianochain_visit_map2",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_Dance_ScavengerHunt_DanceOff_Abandoned_Mansion": {
+ "templateId": "Quest:quest_br_dance_scavengerhunt_danceoff_abandoned_mansion",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Week_002",
+ "objectives": {
+ "battlepass_danceoff_athena_scavengerhunt_abandoned_mansion": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_Eliminate_MinDistance": {
+ "templateId": "Quest:quest_br_eliminate_mindistance",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Week_002",
+ "objectives": {
+ "battlepass_killingblow_athena_players_mindistance": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_Use_Zipline_DifferentMatches": {
+ "templateId": "Quest:quest_br_use_zipline_differentmatches",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Week_003",
+ "objectives": {
+ "battlepass_use_item_zipline": 5
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_Land_Chain_01_E": {
+ "templateId": "Quest:quest_br_land_chain_01_e",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Week_003",
+ "objectives": {
+ "battlepass_land_athena_chain_tilted_01_e": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_Land_Chain_01_D": {
+ "templateId": "Quest:quest_br_land_chain_01_d",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Week_003",
+ "objectives": {
+ "battlepass_land_athena_chain_lonely_01_d": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_land_chain_01_e",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_Land_Chain_01_C": {
+ "templateId": "Quest:quest_br_land_chain_01_c",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Week_003",
+ "objectives": {
+ "battlepass_land_athena_chain_lucky_01_c": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_land_chain_01_d",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_Land_Chain_01_B": {
+ "templateId": "Quest:quest_br_land_chain_01_b",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Week_003",
+ "objectives": {
+ "battlepass_land_athena_chain_pleasant_01_b": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_land_chain_01_c",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_Land_Chain_01_A": {
+ "templateId": "Quest:quest_br_land_chain_01_a",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Week_003",
+ "objectives": {
+ "battlepass_land_athena_chain_lonely_01_a_": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_land_chain_01_b",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_Eliminate_WeaponRarity_Legendary": {
+ "templateId": "Quest:quest_br_eliminate_weaponrarity_legendary",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Week_003",
+ "objectives": {
+ "battlepass_killingblow_athena_player_goldrarity": 2
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_Interact_Chests_TwoLocations_PolarTomato": {
+ "templateId": "Quest:quest_br_interact_chests_twolocations_polartomato",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Week_003",
+ "objectives": {
+ "battlepass_interact_chests_twolocations_polartomato": 7
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_RingDoorbell_DifferentHouses": {
+ "templateId": "Quest:quest_br_ringdoorbell_differenthouses",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Week_003",
+ "objectives": {
+ "battlepass_ringdoorbell_differenthouses": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_Interact_ScavengerHunt_Triangulate_01": {
+ "templateId": "Quest:quest_br_interact_scavengerhunt_triangulate_01",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Week_003",
+ "objectives": {
+ "battlepass_interact_athena_hidden_star_02": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_Chain_WeaponDamage_01_C": {
+ "templateId": "Quest:quest_br_chain_weapondamage_01_c",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Week_003",
+ "objectives": {
+ "battlepass_damage_athena_player_snipers_chain_01": 200
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 4
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_Chain_WeaponDamage_01_B": {
+ "templateId": "Quest:quest_br_chain_weapondamage_01_b",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Week_003",
+ "objectives": {
+ "battlepass_damage_athena_player_pistols_chain_01": 200
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 3
+ },
+ {
+ "templateId": "Quest:quest_br_chain_weapondamage_01_c",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_Chain_WeaponDamage_01_A": {
+ "templateId": "Quest:quest_br_chain_weapondamage_01_a",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Week_003",
+ "objectives": {
+ "battlepass_damage_athena_player_shotguns_chain_01": 200
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 3
+ },
+ {
+ "templateId": "Quest:quest_br_chain_weapondamage_01_b",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_Use_Biplane": {
+ "templateId": "Quest:quest_br_use_biplane",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Week_004",
+ "objectives": {
+ "battlepass_athena_use_biplane": 5
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_Interact_Fireworks": {
+ "templateId": "Quest:quest_br_interact_fireworks",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Week_004",
+ "objectives": {
+ "battlepass_interact_athena_fireworks_01": 1,
+ "battlepass_interact_athena_fireworks_02": 1,
+ "battlepass_interact_athena_fireworks_03": 1,
+ "battlepass_interact_athena_fireworks_04": 1,
+ "battlepass_interact_athena_fireworks_05": 1,
+ "battlepass_interact_athena_fireworks_06": 1,
+ "battlepass_interact_athena_fireworks_07": 1,
+ "battlepass_interact_athena_fireworks_08": 1,
+ "battlepass_interact_athena_fireworks_09": 1,
+ "battlepass_interact_athena_fireworks_10": 1,
+ "battlepass_interact_athena_fireworks_11": 1,
+ "battlepass_interact_athena_fireworks_12": 1,
+ "battlepass_interact_athena_fireworks_13": 1,
+ "battlepass_interact_athena_fireworks_14": 1,
+ "battlepass_interact_athena_fireworks_15": 1
+ },
+ "objectiveCompletionCount": 3,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_Eliminate_Location_ExpeditionOutposts": {
+ "templateId": "Quest:quest_br_eliminate_location_expeditionoutposts",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Week_004",
+ "objectives": {
+ "battlepass_killingblow_athena_player_expeditionoutposts": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_Chain_Destroy_ChairsPolesPalettes_WoodPalettes": {
+ "templateId": "Quest:quest_br_chain_destroy_chairspolespalettes_woodpalettes",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Week_004",
+ "objectives": {
+ "athena_battlepass_destroy_chairspolespalettes_woodenpalettes": 25
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_Chain_Destroy_ChairsPolesPalettes_TelephonePoles": {
+ "templateId": "Quest:quest_br_chain_destroy_chairspolespalettes_telephonepoles",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Week_004",
+ "objectives": {
+ "athena_battlepass_destroy_chairspolespalettes_telephonepoles": 25
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Quest:quest_br_chain_destroy_chairspolespalettes_woodpalettes",
+ "quantity": 1
+ },
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 2
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_Chain_Destroy_ChairsPolesPalettes_Chairs": {
+ "templateId": "Quest:quest_br_chain_destroy_chairspolespalettes_chairs",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Week_004",
+ "objectives": {
+ "athena_battlepass_destroy_chairspolespalettes_chairs": 80
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Quest:quest_br_chain_destroy_chairspolespalettes_telephonepoles",
+ "quantity": 1
+ },
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 2
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_Damage_Pickaxe": {
+ "templateId": "Quest:quest_br_damage_pickaxe",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Week_004",
+ "objectives": {
+ "battlepass_damage_athena_player_pickaxe": 200
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_Eliminate_TwoLocations_03": {
+ "templateId": "Quest:quest_br_eliminate_twolocations_03",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Week_004",
+ "objectives": {
+ "battlepass_killingblow_athena_player_twolocations_happy_or_pleasant": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_Chain_Visit_NOMS_05": {
+ "templateId": "Quest:quest_br_chain_visit_noms_05",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Week_004",
+ "objectives": {
+ "athena_battlepass_visit_noms_05": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 2
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_Chain_Interact_NOMS_04": {
+ "templateId": "Quest:quest_br_chain_interact_noms_04",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Week_004",
+ "objectives": {
+ "athena_battlepass_interact_noms_04": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 2
+ },
+ {
+ "templateId": "Quest:quest_br_chain_visit_noms_05",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_Chain_Interact_NOMS_03": {
+ "templateId": "Quest:quest_br_chain_interact_noms_03",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Week_004",
+ "objectives": {
+ "athena_battlepass_interact_noms_03": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 2
+ },
+ {
+ "templateId": "Quest:quest_br_chain_interact_noms_04",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_Chain_Interact_NOMS_02": {
+ "templateId": "Quest:quest_br_chain_interact_noms_02",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Week_004",
+ "objectives": {
+ "athena_battlepass_interact_noms_02": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 2
+ },
+ {
+ "templateId": "Quest:quest_br_chain_interact_noms_03",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_Chain_Interact_NOMS_01": {
+ "templateId": "Quest:quest_br_chain_interact_noms_01",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Week_004",
+ "objectives": {
+ "athena_battlepass_interact_noms_01": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 2
+ },
+ {
+ "templateId": "Quest:quest_br_chain_interact_noms_02",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_Land_Chain_02E": {
+ "templateId": "Quest:quest_br_land_chain_02e",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Week_005",
+ "objectives": {
+ "battlepass_land_athena_location_paradise_chain_02e": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_Land_Chain_02D": {
+ "templateId": "Quest:quest_br_land_chain_02d",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Week_005",
+ "objectives": {
+ "battlepass_land_athena_location_pleasant_chain_02d": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_land_chain_02e",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_Land_Chain_02C": {
+ "templateId": "Quest:quest_br_land_chain_02c",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Week_005",
+ "objectives": {
+ "battlepass_land_athena_location_dusty_chain_02c": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_land_chain_02d",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_Land_Chain_02B": {
+ "templateId": "Quest:quest_br_land_chain_02b",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Week_005",
+ "objectives": {
+ "battlepass_land_athena_location_wailing_chain_02b": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_land_chain_02c",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_Land_Chain_02A": {
+ "templateId": "Quest:quest_br_land_chain_02a",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Week_005",
+ "objectives": {
+ "battlepass_land_athena_location_greasy_chain_02a": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_land_chain_02b",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_Damage_Enemy_Buildings": {
+ "templateId": "Quest:quest_br_damage_enemy_buildings",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Week_005",
+ "objectives": {
+ "battlepass_damage_athena_player_buildings": 5000
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_Eliminate_SuppressedWeapon": {
+ "templateId": "Quest:quest_br_eliminate_suppressedweapon",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Week_005",
+ "objectives": {
+ "battlepass_killingblow_athena_player_with_suppressed_weapon": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_Dance_Chain_ScavengerHunt_Locations_02_C": {
+ "templateId": "Quest:quest_br_dance_chain_scavengerhunt_locations_02_c",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Week_005",
+ "objectives": {
+ "battlepass_dance_chain_athena_scavengerhunt_locations_02_c": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 2
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_Dance_Chain_ScavengerHunt_Locations_02_B": {
+ "templateId": "Quest:quest_br_dance_chain_scavengerhunt_locations_02_b",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Week_005",
+ "objectives": {
+ "battlepass_dance_chain_athena_scavengerhunt_locations_02_b": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 2
+ },
+ {
+ "templateId": "Quest:quest_br_dance_chain_scavengerhunt_locations_02_c",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_Dance_Chain_ScavengerHunt_Locations_02_A": {
+ "templateId": "Quest:quest_br_dance_chain_scavengerhunt_locations_02_a",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Week_005",
+ "objectives": {
+ "battlepass_dance_chain_athena_scavengerhunt_locations_02_a": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_dance_chain_scavengerhunt_locations_02_b",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_Interact_Chests_TwoLocations_ParadiseWailing": {
+ "templateId": "Quest:quest_br_interact_chests_twolocations_paradisewailing",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Week_005",
+ "objectives": {
+ "battlepass_interact_athena_treasurechest_wailing_or_paradise": 7
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_Interact_ScavengerHunt_Triangulate_02": {
+ "templateId": "Quest:quest_br_interact_scavengerhunt_triangulate_02",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Week_005",
+ "objectives": {
+ "battlepass_interact_athena_hidden_star_04": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_Eliminate_MaxDistance": {
+ "templateId": "Quest:quest_br_eliminate_maxdistance",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Week_005",
+ "objectives": {
+ "battlepass_killingblow_athena_players_maxdistance": 2
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_Interact_AmmoBox_Locations_Different": {
+ "templateId": "Quest:quest_br_interact_ammobox_locations_different",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Week_006",
+ "objectives": {
+ "battlepass_interact_ammo_athena_location_different_lazylinks": 1,
+ "battlepass_interact_ammo_athena_location_different_dustydivot": 1,
+ "battlepass_interact_ammo_athena_location_different_fatalfields": 1,
+ "battlepass_interact_ammo_athena_location_different_flushfactory": 1,
+ "battlepass_interact_ammo_athena_location_different_greasygrove": 1,
+ "battlepass_interact_ammo_athena_location_different_hauntedhills": 1,
+ "battlepass_interact_ammo_athena_location_different_junkjunction": 1,
+ "battlepass_interact_ammo_athena_location_different_luckylanding": 1,
+ "battlepass_interact_ammo_athena_location_different_lonelylodge": 1,
+ "battlepass_interact_ammo_athena_location_different_lootlake": 1,
+ "battlepass_interact_ammo_athena_location_different_paradisepalms": 1,
+ "battlepass_interact_ammo_athena_location_different_pleasantpark": 1,
+ "battlepass_interact_ammo_athena_location_different_retailrow": 1,
+ "battlepass_interact_ammo_athena_location_different_shiftyshafts": 1,
+ "battlepass_interact_ammo_athena_location_different_saltysprings": 1,
+ "battlepass_interact_ammo_athena_location_different_snobbyshores": 1,
+ "battlepass_interact_ammo_athena_location_different_tiltedtowers": 1,
+ "battlepass_interact_ammo_athena_location_different_tomatotown": 1,
+ "battlepass_interact_ammo_athena_location_different_wailingwoods": 1,
+ "battlepass_interact_ammo_athena_location_different_riskyreels": 1
+ },
+ "objectiveCompletionCount": 7,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_Interact_GniceGnomes": {
+ "templateId": "Quest:quest_br_interact_gnicegnomes",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Week_006",
+ "objectives": {
+ "battlepass_interact_athena_gnice_gnome_01": 1,
+ "battlepass_interact_athena_gnice_gnome_02": 1,
+ "battlepass_interact_athena_gnice_gnome_03": 1,
+ "battlepass_interact_athena_gnice_gnome_04": 1,
+ "battlepass_interact_athena_gnice_gnome_05": 1,
+ "battlepass_interact_athena_gnice_gnome_06": 1,
+ "battlepass_interact_athena_gnice_gnome_07": 1,
+ "battlepass_interact_athena_gnice_gnome_08": 1,
+ "battlepass_interact_athena_gnice_gnome_09": 1,
+ "battlepass_interact_athena_gnice_gnome_10": 1,
+ "battlepass_interact_athena_gnice_gnome_11": 1,
+ "battlepass_interact_athena_gnice_gnome_12": 1,
+ "battlepass_interact_athena_gnice_gnome_13": 1,
+ "battlepass_interact_athena_gnice_gnome_14": 1,
+ "battlepass_interact_athena_gnice_gnome_15": 1,
+ "battlepass_interact_athena_gnice_gnome_16": 1,
+ "battlepass_interact_athena_gnice_gnome_17": 1,
+ "battlepass_interact_athena_gnice_gnome_18": 1,
+ "battlepass_interact_athena_gnice_gnome_19": 1,
+ "battlepass_interact_athena_gnice_gnome_20": 1
+ },
+ "objectiveCompletionCount": 7,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_Eliminate_TwoLocations_02": {
+ "templateId": "Quest:quest_br_eliminate_twolocations_02",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Week_006",
+ "objectives": {
+ "battlepass_killingblow_athena_player_twolocations_lucky_tilted": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_Visit_TwoNamedLocs_Chain_02_C": {
+ "templateId": "Quest:quest_br_visit_twonamedlocs_chain_02_c",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Week_006",
+ "objectives": {
+ "battlepass_visit_athena_location_lazylinks_chain_02": 1,
+ "battlepass_visit_athena_location_shiftyshafts_chain_02": 1
+ },
+ "objectiveCompletionCount": 2,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 2
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_Visit_TwoNamedLocs_Chain_02_B": {
+ "templateId": "Quest:quest_br_visit_twonamedlocs_chain_02_b",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Week_006",
+ "objectives": {
+ "battlepass_visit_athena_location_luckylanding_chain_02": 1,
+ "battlepass_visit_athena_location_retailrow_chain_02": 1
+ },
+ "objectiveCompletionCount": 2,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 2
+ },
+ {
+ "templateId": "Quest:quest_br_visit_twonamedlocs_chain_02_c",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_Visit_TwoNamedLocs_Chain_02_A": {
+ "templateId": "Quest:quest_br_visit_twonamedlocs_chain_02_a",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Week_006",
+ "objectives": {
+ "battlepass_visit_athena_location_polarpeak_chain_02": 1,
+ "battlepass_visit_athena_location_tiltedtowers_chain_02": 1
+ },
+ "objectiveCompletionCount": 2,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_visit_twonamedlocs_chain_02_b",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_Throw_PuckToy_MinDistance": {
+ "templateId": "Quest:quest_br_throw_pucktoy_mindistance",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Week_006",
+ "objectives": {
+ "battlepass_athena_slidepuck_mindistance": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_Damage_Chain_02_C": {
+ "templateId": "Quest:quest_br_damage_chain_02_c",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Week_006",
+ "objectives": {
+ "battlepass_damage_athena_player_chain_pistol_thrownweapons": 200
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 4
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_Damage_Chain_02_B": {
+ "templateId": "Quest:quest_br_damage_chain_02_b",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Week_006",
+ "objectives": {
+ "battlepass_damage_athena_player_chain_02_ar": 200
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 3
+ },
+ {
+ "templateId": "Quest:quest_br_damage_chain_02_c",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_Damage_Chain_02_A": {
+ "templateId": "Quest:quest_br_damage_chain_02_a",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Week_006",
+ "objectives": {
+ "battlepass_damage_athena_player_chain_02_smg": 200
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 3
+ },
+ {
+ "templateId": "Quest:quest_br_damage_chain_02_b",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_Damage_Weapons_Different_AllTypes": {
+ "templateId": "Quest:quest_br_damage_weapons_different_alltypes",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Week_006",
+ "objectives": {
+ "damage_athena_weapons_different_assault_standard": 1,
+ "damage_athena_weapons_different_minigun": 1,
+ "damage_athena_weapons_different_assault_burst": 1,
+ "damage_athena_weapons_different_assault_scoped": 1,
+ "damage_athena_weapons_different_grenade_launcher": 1,
+ "damage_athena_weapons_different_rocket_launcher": 1,
+ "damage_athena_weapons_different_quad_launcher": 1,
+ "damage_athena_weapons_different_pistol_handcannon": 1,
+ "damage_athena_weapons_different_pistol_standard": 1,
+ "damage_athena_weapons_different_pistol_suppressed": 1,
+ "damage_athena_weapons_different_shotgun_tactical": 1,
+ "damage_athena_weapons_different_shotgun_heavy": 1,
+ "damage_athena_weapons_different_shotgun_pump": 1,
+ "damage_athena_weapons_different_sniper_bolt": 1,
+ "damage_athena_weapons_different_sniper_hunting": 1,
+ "damage_athena_weapons_different_assault_thermal": 1,
+ "damage_athena_weapons_different_smg_pdw": 1,
+ "damage_athena_weapons_different_sniper_heavy": 1,
+ "damage_athena_weapons_different_assault_silenced": 1,
+ "damage_athena_weapons_different_pistol_sixshooter": 1,
+ "damage_athena_weapons_different_assault_heavy": 1,
+ "damage_athena_weapons_different_sword": 1,
+ "damage_athena_weapons_different_sniper_silenced": 1,
+ "damage_athena_weapons_different_grenade_standard": 1,
+ "damage_athena_weapons_different_grenade_gas": 1,
+ "damage_athena_weapons_different_grenade_tnt": 1,
+ "damage_athena_weapons_different_trap_spike": 1,
+ "damage_athena_weapons_different_turret": 1,
+ "damage_athena_weapons_different_crossbow": 1
+ },
+ "objectiveCompletionCount": 5,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [
+ {
+ "templateId": "AthenaDance:eid_taketheelf",
+ "quantity": 1
+ }
+ ],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_Visit_ExplorerOutposts": {
+ "templateId": "Quest:quest_br_visit_exploreroutposts",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Week_007",
+ "objectives": {
+ "battlepass_visit_athena_expeditionoutpost_a": 1,
+ "battlepass_visit_athena_expeditionoutpost_b": 1,
+ "battlepass_visit_athena_expeditionoutpost_c": 1,
+ "battlepass_visit_athena_expeditionoutpost_d": 1,
+ "battlepass_visit_athena_expeditionoutpost_e": 1,
+ "battlepass_visit_athena_expeditionoutpost_f": 1,
+ "battlepass_visit_athena_expeditionoutpost_g": 1
+ },
+ "objectiveCompletionCount": 7,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_Use_RiftPortals": {
+ "templateId": "Quest:quest_br_use_riftportals",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Week_007",
+ "objectives": {
+ "battlepass_touch_athena_riftportal": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_Eliminate_Weapon_Pistol": {
+ "templateId": "Quest:quest_br_eliminate_weapon_pistol",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Week_007",
+ "objectives": {
+ "battlepass_killingblow_athena_player_pistol": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_Land_Chain_03E": {
+ "templateId": "Quest:quest_br_land_chain_03e",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Week_007",
+ "objectives": {
+ "battlepass_land_athena_location_leaky_chain_02e": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_Land_Chain_03D": {
+ "templateId": "Quest:quest_br_land_chain_03d",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Week_007",
+ "objectives": {
+ "battlepass_land_athena_location_haunted_chain_03d": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_land_chain_03e",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_Land_Chain_03C": {
+ "templateId": "Quest:quest_br_land_chain_03c",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Week_007",
+ "objectives": {
+ "battlepass_land_athena_location_retail_chain_03c": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_land_chain_03d",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_Land_Chain_03B": {
+ "templateId": "Quest:quest_br_land_chain_03b",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Week_007",
+ "objectives": {
+ "battlepass_land_athena_location_risky_chain_03b": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_land_chain_03c",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_Land_Chain_03A": {
+ "templateId": "Quest:quest_br_land_chain_03a",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Week_007",
+ "objectives": {
+ "battlepass_land_athena_location_shifty_chain_03a": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_land_chain_03b",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_Interact_Chests_TwoLocations_LeakyFrosty": {
+ "templateId": "Quest:quest_br_interact_chests_twolocations_leakyfrosty",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Week_007",
+ "objectives": {
+ "battlepass_interact_chests_twolocations_leaky_frosty": 7
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_Destroy_Biplanes": {
+ "templateId": "Quest:quest_br_destroy_biplanes",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Week_007",
+ "objectives": {
+ "athena_battlepass_destroy_athena_biplanes": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_Damage_Chain_03_C": {
+ "templateId": "Quest:quest_br_damage_chain_03_c",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Week_007",
+ "objectives": {
+ "battlepass_damage_athena_player_chain_03_c": 400
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 4
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_Damage_Chain_03_B": {
+ "templateId": "Quest:quest_br_damage_chain_03_b",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Week_007",
+ "objectives": {
+ "battlepass_damage_athena_player_chain_03_b": 300
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 3
+ },
+ {
+ "templateId": "Quest:quest_br_damage_chain_03_c",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_Damage_Chain_03_A": {
+ "templateId": "Quest:quest_br_damage_chain_03_a",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Week_007",
+ "objectives": {
+ "battlepass_damage_athena_player_chain_03_a": 200
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 3
+ },
+ {
+ "templateId": "Quest:quest_br_damage_chain_03_b",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_Use_Campfire_Or_Launchpad": {
+ "templateId": "Quest:quest_br_use_campfire_or_launchpad",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Week_008",
+ "objectives": {
+ "battlepass_place_athena_campfire_or_launchpad": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_Build_Structures": {
+ "templateId": "Quest:quest_br_build_structures",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Week_008",
+ "objectives": {
+ "battlepass_build_athena_structures_any": 250
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_Interact_ScavengerHunt_Triangulate_03": {
+ "templateId": "Quest:quest_br_interact_scavengerhunt_triangulate_03",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Week_008",
+ "objectives": {
+ "battlepass_interact_athena_hidden_star_06": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_Visit_TwoNamedLocs_Chain_04_C": {
+ "templateId": "Quest:quest_br_visit_twonamedlocs_chain_04_c",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Week_008",
+ "objectives": {
+ "battlepass_visit_athena_location_haunted_chain_04": 1,
+ "battlepass_visit_athena_location_wailing_chain_04": 1
+ },
+ "objectiveCompletionCount": 2,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 2
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_Visit_TwoNamedLocs_Chain_04_B": {
+ "templateId": "Quest:quest_br_visit_twonamedlocs_chain_04_b",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Week_008",
+ "objectives": {
+ "battlepass_visit_athena_location_junk_chain_04": 1,
+ "battlepass_visit_athena_location_lootlake_chain_04": 1
+ },
+ "objectiveCompletionCount": 2,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 2
+ },
+ {
+ "templateId": "Quest:quest_br_visit_twonamedlocs_chain_04_c",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_Visit_TwoNamedLocs_Chain_04_A": {
+ "templateId": "Quest:quest_br_visit_twonamedlocs_chain_04_a",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Week_008",
+ "objectives": {
+ "battlepass_visit_athena_location_paradise_chain_04": 1,
+ "battlepass_visit_athena_location_salty_chain_04": 1
+ },
+ "objectiveCompletionCount": 2,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_visit_twonamedlocs_chain_04_b",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_Interact_Chests_TwoLocations_ShiftyLonely": {
+ "templateId": "Quest:quest_br_interact_chests_twolocations_shiftylonely",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Week_008",
+ "objectives": {
+ "battlepass_interact_chests_twolocations_shiftylonely": 7
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_Damage_Passenger_Vehicle": {
+ "templateId": "Quest:quest_br_damage_passenger_vehicle",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Week_008",
+ "objectives": {
+ "battlepass_damage_athena_player_passenger_vehicle": 100
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_Eliminate_ExplosiveWeapon": {
+ "templateId": "Quest:quest_br_eliminate_explosiveweapon",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Week_008",
+ "objectives": {
+ "battlepass_killingblow_athena_player_with_explosives": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_Use_Snowman": {
+ "templateId": "Quest:quest_br_use_snowman",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Week_009",
+ "objectives": {
+ "athena_battlepass_use_item_snowman": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_Land_Chain_04E": {
+ "templateId": "Quest:quest_br_land_chain_04e",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Week_009",
+ "objectives": {
+ "battlepass_land_athena_location_dustydivot_04e": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_Land_Chain_04D": {
+ "templateId": "Quest:quest_br_land_chain_04d",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Week_009",
+ "objectives": {
+ "battlepass_land_athena_location_shiftyshafts_04d": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_land_chain_04e",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_Land_Chain_04C": {
+ "templateId": "Quest:quest_br_land_chain_04c",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Week_009",
+ "objectives": {
+ "battlepass_land_athena_location_hauntedhills_04c": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_land_chain_04d",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_Land_Chain_04B": {
+ "templateId": "Quest:quest_br_land_chain_04b",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Week_009",
+ "objectives": {
+ "battlepass_land_athena_location_frostyflights_04b": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_land_chain_04c",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_Land_Chain_04A": {
+ "templateId": "Quest:quest_br_land_chain_04a",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Week_009",
+ "objectives": {
+ "battlepass_land_athena_location_retail_04a": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_land_chain_04b",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_Eliminate_TwoLocations_04": {
+ "templateId": "Quest:quest_br_eliminate_twolocations_04",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Week_009",
+ "objectives": {
+ "battlepass_killingblow_athena_player_twolocations_junk_or_retail": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_Destroy_GoldBalloons": {
+ "templateId": "Quest:quest_br_destroy_goldballoons",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Week_009",
+ "objectives": {
+ "battlepass_destroy_goldballoon_01": 1,
+ "battlepass_destroy_goldballoon_02": 1,
+ "battlepass_destroy_goldballoon_03": 1,
+ "battlepass_destroy_goldballoon_04": 1,
+ "battlepass_destroy_goldballoon_05": 1,
+ "battlepass_destroy_goldballoon_06": 1,
+ "battlepass_destroy_goldballoon_07": 1,
+ "battlepass_destroy_goldballoon_08": 1,
+ "battlepass_destroy_goldballoon_09": 1,
+ "battlepass_destroy_goldballoon_10": 1,
+ "battlepass_destroy_goldballoon_11": 1,
+ "battlepass_destroy_goldballoon_12": 1,
+ "battlepass_destroy_goldballoon_13": 1,
+ "battlepass_destroy_goldballoon_14": 1,
+ "battlepass_destroy_goldballoon_15": 1,
+ "battlepass_destroy_goldballoon_16": 1,
+ "battlepass_destroy_goldballoon_17": 1,
+ "battlepass_destroy_goldballoon_18": 1,
+ "battlepass_destroy_goldballoon_19": 1,
+ "battlepass_destroy_goldballoon_20": 1,
+ "battlepass_destroy_goldballoon_21": 1,
+ "battlepass_destroy_goldballoon_22": 1,
+ "battlepass_destroy_goldballoon_23": 1,
+ "battlepass_destroy_goldballoon_24": 1,
+ "battlepass_destroy_goldballoon_25": 1
+ },
+ "objectiveCompletionCount": 10,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_Dance_Chain_ScavengerHunt_Locations_03_C": {
+ "templateId": "Quest:quest_br_dance_chain_scavengerhunt_locations_03_c",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Week_009",
+ "objectives": {
+ "battlepass_dance_chain_athena_scavengerhunt_locations_03_c": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 2
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_Dance_Chain_ScavengerHunt_Locations_03_B": {
+ "templateId": "Quest:quest_br_dance_chain_scavengerhunt_locations_03_b",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Week_009",
+ "objectives": {
+ "battlepass_dance_chain_athena_scavengerhunt_locations_03_b": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 2
+ },
+ {
+ "templateId": "Quest:quest_br_dance_chain_scavengerhunt_locations_03_c",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_Dance_Chain_ScavengerHunt_Locations_03_A": {
+ "templateId": "Quest:quest_br_dance_chain_scavengerhunt_locations_03_a",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Week_009",
+ "objectives": {
+ "battlepass_dance_chain_athena_scavengerhunt_locations_03_a": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_dance_chain_scavengerhunt_locations_03_b",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_Eliminate_Weapon_Shotgun": {
+ "templateId": "Quest:quest_br_eliminate_weapon_shotgun",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Week_009",
+ "objectives": {
+ "battlepass_killingblow_athena_player_shotgun": 4
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_Timed_Trials_Stormwing": {
+ "templateId": "Quest:quest_br_timed_trials_stormwing",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Week_009",
+ "objectives": {
+ "complete_timed_trial_stormwing_01": 1,
+ "complete_timed_trial_stormwing_02": 1,
+ "complete_timed_trial_stormwing_03": 1
+ },
+ "objectiveCompletionCount": 2,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_Use_Turret_Or_DamageTrap": {
+ "templateId": "Quest:quest_br_use_turret_or_damagetrap",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Week_010",
+ "objectives": {
+ "battlepass_place_athena_turret_or_damagetrap": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_Interact_Chests_TwoLocations_LazyDusty": {
+ "templateId": "Quest:quest_br_interact_chests_twolocations_lazydusty",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Week_010",
+ "objectives": {
+ "battlepass_interact_chests_twolocations_lazydusty": 7
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_Eliminate_Weapon_AssaultRifle": {
+ "templateId": "Quest:quest_br_eliminate_weapon_assaultrifle",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Week_010",
+ "objectives": {
+ "battlepass_killingblow_athena_player_assault": 5
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_Damage_ScopedWeapon": {
+ "templateId": "Quest:quest_br_damage_scopedweapon",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Week_010",
+ "objectives": {
+ "battlepass_damage_athena_player_scoped_weapon": 200
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_Shoot_SpecificTargets_Chain_C": {
+ "templateId": "Quest:quest_br_shoot_specifictargets_chain_c",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Week_010",
+ "objectives": {
+ "battlepass_shoot_specifictargets_chain_c": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 2
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_Shoot_SpecificTargets_Chain_B": {
+ "templateId": "Quest:quest_br_shoot_specifictargets_chain_b",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Week_010",
+ "objectives": {
+ "battlepass_shoot_specifictargets_chain_b": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 2
+ },
+ {
+ "templateId": "Quest:quest_br_shoot_specifictargets_chain_c",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_Shoot_SpecificTargets_Chain_A": {
+ "templateId": "Quest:quest_br_shoot_specifictargets_chain_a",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Week_010",
+ "objectives": {
+ "battlepass_shoot_specifictargets_chain_a": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_shoot_specifictargets_chain_b",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_Visit_ExplorerOutposts_SingleMatch": {
+ "templateId": "Quest:quest_br_visit_exploreroutposts_singlematch",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Week_010",
+ "objectives": {
+ "battlepass_visit_athena_expeditionoutpost_singlematch_a": 1,
+ "battlepass_visit_athena_expeditionoutpost_singlematch_b": 1,
+ "battlepass_visit_athena_expeditionoutpost_singlematch_c": 1,
+ "battlepass_visit_athena_expeditionoutpost_singlematch_d": 1,
+ "battlepass_visit_athena_expeditionoutpost_singlematch_e": 1,
+ "battlepass_visit_athena_expeditionoutpost_singlematch_f": 1,
+ "battlepass_visit_athena_expeditionoutpost_singlematch_g": 1
+ },
+ "objectiveCompletionCount": 4,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_Hit_Enemies_Boogie_ChillerGrenade": {
+ "templateId": "Quest:quest_br_hit_enemies_boogie_chillergrenade",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Week_010",
+ "objectives": {
+ "battlepass_athena_hit_opponent_chiller_or_boogie": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_S7_IceKing_Outlive_01": {
+ "templateId": "Quest:quest_br_s7_iceking_outlive_01",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_IceKing",
+ "objectives": {
+ "athena_iceking_outlive_01": 500
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaBackpack:bid_163_iceking",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_S7_IceKing_Outlive_02": {
+ "templateId": "Quest:quest_br_s7_iceking_outlive_02",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_IceKing",
+ "objectives": {
+ "athena_iceking_outlive_02": 1000
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_060_iceking_colorb",
+ "quantity": 1
+ },
+ {
+ "templateId": "CosmeticVariantToken:vtid_079_iceking_backblingb",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_S7_IceKing_Outlive_03": {
+ "templateId": "Quest:quest_br_s7_iceking_outlive_03",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_IceKing",
+ "objectives": {
+ "athena_iceking_outlive_03": 2500
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaPickaxe:pickaxe_id_133_iceking",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_S7_IceKing_Outlive_04": {
+ "templateId": "Quest:quest_br_s7_iceking_outlive_04",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_IceKing",
+ "objectives": {
+ "athena_iceking_outlive_04": 7500
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_061_iceking_colorc",
+ "quantity": 1
+ },
+ {
+ "templateId": "CosmeticVariantToken:vtid_080_iceking_backblingc",
+ "quantity": 1
+ },
+ {
+ "templateId": "CosmeticVariantToken:vtid_082_iceking_pickaxec",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_S7_IceKing_Outlive_05": {
+ "templateId": "Quest:quest_br_s7_iceking_outlive_05",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_IceKing",
+ "objectives": {
+ "athena_iceking_outlive_05": 15000
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaDance:eid_iceking",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_S7_IceKing_Outlive_06": {
+ "templateId": "Quest:quest_br_s7_iceking_outlive_06",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_IceKing",
+ "objectives": {
+ "athena_iceking_outlive_06": 25000
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_062_iceking_colord",
+ "quantity": 1
+ },
+ {
+ "templateId": "CosmeticVariantToken:vtid_081_iceking_backblingd",
+ "quantity": 1
+ },
+ {
+ "templateId": "CosmeticVariantToken:vtid_083_iceking_pickaxed",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_S7_Overtime_CompleteQuests_ChainTest_02": {
+ "templateId": "Quest:quest_br_s7_overtime_completequests_chaintest_02",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Overtime",
+ "objectives": {
+ "quest_s7_overtime_completequests_test_02": 5
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_125_snowboard_styleb",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_S7_Overtime_CompleteQuests_ChainTest_01": {
+ "templateId": "Quest:quest_br_s7_overtime_completequests_chaintest_01",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Overtime",
+ "objectives": {
+ "quest_s7_overtime_completequests_test_01": 47
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athena_overtime_battlepasslevelcheck_1",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_s7_overtime_completequests_chaintest_02",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_S7_Overtime_CompleteQuests_ChainTest_04": {
+ "templateId": "Quest:quest_br_s7_overtime_completequests_chaintest_04",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Overtime",
+ "objectives": {
+ "quest_s7_overtime_completequests_test_04": 10
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_126_yeti_styleb",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_S7_Overtime_CompleteQuests_ChainTest_03": {
+ "templateId": "Quest:quest_br_s7_overtime_completequests_chaintest_03",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Overtime",
+ "objectives": {
+ "quest_s7_overtime_completequests_test_03": 71
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athena_overtime_battlepasslevelcheck_2",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_s7_overtime_completequests_chaintest_04",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_S7_Overtime_CompleteQuests_ChainTest_06": {
+ "templateId": "Quest:quest_br_s7_overtime_completequests_chaintest_06",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Overtime",
+ "objectives": {
+ "quest_s7_overtime_completequests_test_06": 15
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_127_durrrburgerpjs_styleb",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_S7_Overtime_CompleteQuests_ChainTest_05": {
+ "templateId": "Quest:quest_br_s7_overtime_completequests_chaintest_05",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Overtime",
+ "objectives": {
+ "quest_s7_overtime_completequests_test_05": 87
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athena_overtime_battlepasslevelcheck_3",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_s7_overtime_completequests_chaintest_06",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_OT_CompleteChallenges": {
+ "templateId": "Quest:quest_br_ot_completechallenges",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Overtime",
+ "objectives": {
+ "overtime_quest_completequests_tokens": 13
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athena_freebattlepasstoken",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_OT_Play_Featured_Creative": {
+ "templateId": "Quest:quest_br_ot_play_featured_creative",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Overtime",
+ "objectives": {
+ "overtime_battlepass_play_featured_creative_content": 15
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 500
+ }
+ ],
+ "hiddenRewards": [
+ {
+ "templateId": "Token:athena_s7overtime_challenge_token",
+ "quantity": 1
+ }
+ ],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_Damage_Assault_Or_Pistol": {
+ "templateId": "Quest:quest_br_damage_assault_or_pistol",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Overtime",
+ "objectives": {
+ "battlepass_damage_athena_player_assault_or_pistol": 500
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 500
+ }
+ ],
+ "hiddenRewards": [
+ {
+ "templateId": "Token:athena_s7overtime_challenge_token",
+ "quantity": 1
+ }
+ ],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_OT_Search_Motel_RVPark": {
+ "templateId": "Quest:quest_br_ot_search_motel_rvpark",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Overtime",
+ "objectives": {
+ "overtime_battlepass_search_chests_ammobox_motel_rvpark": 7
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 500
+ }
+ ],
+ "hiddenRewards": [
+ {
+ "templateId": "Token:athena_s7overtime_challenge_token",
+ "quantity": 1
+ }
+ ],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_OT_Top15_Duos_WithFriend": {
+ "templateId": "Quest:quest_br_ot_top15_duos_withfriend",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Overtime",
+ "objectives": {
+ "overtime_battlepass_top15_duos_with_friend": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaItemWrap:wrap_013_valentines",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [
+ {
+ "templateId": "Token:athena_s7overtime_challenge_token",
+ "quantity": 1
+ }
+ ],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_OT_RegainHealth_Campfire_DifferentMatches": {
+ "templateId": "Quest:quest_br_ot_regainhealth_campfire_differentmatches",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Overtime",
+ "objectives": {
+ "overtime_battlepass_heal_from_campfires_different_matches_1": 1,
+ "overtime_battlepass_heal_from_campfires_different_matches_2": 1,
+ "overtime_battlepass_heal_from_campfires_different_matches_3": 1
+ },
+ "objectiveCompletionCount": 3,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 500
+ }
+ ],
+ "hiddenRewards": [
+ {
+ "templateId": "Token:athena_s7overtime_challenge_token",
+ "quantity": 1
+ }
+ ],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_Visit_NamedLocations": {
+ "templateId": "Quest:quest_br_visit_namedlocations",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Overtime",
+ "objectives": {
+ "battlepass_visit_athena_location_flushfactory": 1,
+ "battlepass_visit_athena_location_shiftyshafts": 1,
+ "battlepass_visit_athena_location_greasygrove": 1,
+ "battlepass_visit_athena_location_tiltedtowers": 1,
+ "battlepass_visit_athena_location_snobbyshores": 1,
+ "battlepass_visit_athena_location_pleasantpark": 1,
+ "battlepass_visit_athena_location_hauntedhills": 1,
+ "battlepass_visit_athena_location_junkjunction": 1,
+ "battlepass_visit_athena_location_lootlake": 1,
+ "battlepass_visit_athena_location_lazylinks": 1,
+ "battlepass_visit_athena_location_tomatotemple": 1,
+ "battlepass_visit_athena_location_riskyreels": 1,
+ "battlepass_visit_athena_location_wailingwoods": 1,
+ "battlepass_visit_athena_location_lonelylodge": 1,
+ "battlepass_visit_athena_location_dustydivot": 1,
+ "battlepass_visit_athena_location_retailrow": 1,
+ "battlepass_visit_athena_location_saltysprings": 1,
+ "battlepass_visit_athena_location_fatalfields": 1,
+ "battlepass_visit_athena_location_paradisepalms": 1,
+ "battlepass_visit_athena_location_luckylanding": 1,
+ "battlepass_visit_athena_location_polarpeak": 1,
+ "battlepass_visit_athena_location_frostyflights": 1,
+ "battlepass_visit_athena_location_happyhamlet": 1
+ },
+ "objectiveCompletionCount": 10,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 500
+ }
+ ],
+ "hiddenRewards": [
+ {
+ "templateId": "Token:athena_s7overtime_challenge_token",
+ "quantity": 1
+ }
+ ],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_OT_Search_SupplyDrop_DifferentMatches": {
+ "templateId": "Quest:quest_br_ot_search_supplydrop_differentmatches",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Overtime",
+ "objectives": {
+ "overtime_battlepass_search_supplydrop_differentmatches": 2
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 500
+ }
+ ],
+ "hiddenRewards": [
+ {
+ "templateId": "Token:athena_s7overtime_challenge_token",
+ "quantity": 1
+ }
+ ],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_Revive_DifferentMatches": {
+ "templateId": "Quest:quest_br_revive_differentmatches",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Overtime",
+ "objectives": {
+ "battlepass_athena_revive_player_differentmatches": 5
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_OT_Visit_Waterfalls": {
+ "templateId": "Quest:quest_br_ot_visit_waterfalls",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Overtime",
+ "objectives": {
+ "overtime_battlepass_visit_different_waterfalls_01": 1,
+ "overtime_battlepass_visit_different_waterfalls_02": 1,
+ "overtime_battlepass_visit_different_waterfalls_03": 1,
+ "overtime_battlepass_visit_different_waterfalls_04": 1,
+ "overtime_battlepass_visit_different_waterfalls_05": 1,
+ "overtime_battlepass_visit_different_waterfalls_06": 1,
+ "overtime_battlepass_visit_different_waterfalls_07": 1,
+ "overtime_battlepass_visit_different_waterfalls_08": 1,
+ "overtime_battlepass_visit_different_waterfalls_09": 1,
+ "overtime_battlepass_visit_different_waterfalls_10": 1,
+ "overtime_battlepass_visit_different_waterfalls_11": 1
+ },
+ "objectiveCompletionCount": 7,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 500
+ }
+ ],
+ "hiddenRewards": [
+ {
+ "templateId": "Token:athena_s7overtime_challenge_token",
+ "quantity": 1
+ }
+ ],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_Damage_Shotgun_Or_SMG": {
+ "templateId": "Quest:quest_br_damage_shotgun_or_smg",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Overtime",
+ "objectives": {
+ "battlepass_damage_athena_player_shotgun_or_smg": 500
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 500
+ }
+ ],
+ "hiddenRewards": [
+ {
+ "templateId": "Token:athena_s7overtime_challenge_token",
+ "quantity": 1
+ }
+ ],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_OT_Search_Chests_Ammo_TheBlock": {
+ "templateId": "Quest:quest_br_ot_search_chests_ammo_theblock",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Overtime",
+ "objectives": {
+ "overtime_battlepass_search_chests_ammoboxes_theblock": 7
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 500
+ }
+ ],
+ "hiddenRewards": [
+ {
+ "templateId": "Token:athena_s7overtime_challenge_token",
+ "quantity": 1
+ }
+ ],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_OT_Top10_Squads_WithFriend": {
+ "templateId": "Quest:quest_br_ot_top10_squads_withfriend",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Overtime",
+ "objectives": {
+ "overtime_battlepass_top10_squad_with_friend": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaSkyDiveContrail:trails_id_014_vines",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [
+ {
+ "templateId": "Token:athena_s7overtime_challenge_token",
+ "quantity": 1
+ }
+ ],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_OT_Play_DriftboardLTM_WithFriend": {
+ "templateId": "Quest:quest_br_ot_play_driftboardltm_withfriend",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Overtime",
+ "objectives": {
+ "overtime_battlepass_play_driftboardltm_with_friend": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 500
+ }
+ ],
+ "hiddenRewards": [
+ {
+ "templateId": "Token:athena_s7overtime_challenge_token",
+ "quantity": 1
+ }
+ ],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_OT_Thank_Bus_Driver_DifferentMatches": {
+ "templateId": "Quest:quest_br_ot_thank_bus_driver_differentmatches",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Overtime",
+ "objectives": {
+ "fdf_thank_athena_bus_driver_differentmatches": 7
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 500
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_OT_Search_Chests_Ammo_Racetrack_Danceclub": {
+ "templateId": "Quest:quest_br_ot_search_chests_ammo_racetrack_danceclub",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Overtime",
+ "objectives": {
+ "overtime_battlepass_search_chests_ammoboxes_racetrack_danceclub": 7
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 500
+ }
+ ],
+ "hiddenRewards": [
+ {
+ "templateId": "Token:athena_s7overtime_challenge_token",
+ "quantity": 1
+ }
+ ],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_OT_Outlast_75_SingleMatch": {
+ "templateId": "Quest:quest_br_ot_outlast_75_singlematch",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Overtime",
+ "objectives": {
+ "outlive_athena_ot_1": 75
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaLoadingScreen:lsid_096_planekey",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [
+ {
+ "templateId": "Token:athena_s7overtime_challenge_token",
+ "quantity": 1
+ }
+ ],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_Season7_C": {
+ "templateId": "Quest:quest_br_season7_c",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Cumulative",
+ "objectives": {
+ "season7_interact_athena_c": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_101_season7_c",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_Season7_B": {
+ "templateId": "Quest:quest_br_season7_b",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Cumulative",
+ "objectives": {
+ "season7_interact_athena_b": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_100_season7_b",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_season7_c",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_Season7_A": {
+ "templateId": "Quest:quest_br_season7_a",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Cumulative",
+ "objectives": {
+ "season7_interact_athena_a": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_099_season7_a",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_season7_b",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_S7_Cumulative_Complete_WeeklyChallenges_01": {
+ "templateId": "Quest:quest_br_s7_cumulative_complete_weeklychallenges_01",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Cumulative",
+ "objectives": {
+ "athena_s7cumulative_complete_weeklychallenges_01": 60
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athenamysterytokenseason7",
+ "quantity": 1
+ },
+ {
+ "templateId": "AthenaCharacter:cid_332_athena_commando_m_prisoner",
+ "quantity": 1
+ },
+ {
+ "templateId": "AthenaBackpack:bid_175_prisoner",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [
+ {
+ "templateId": "Quest:quest_br_season7_a",
+ "quantity": 1
+ }
+ ],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_S7_Cumulative_Quest1": {
+ "templateId": "Quest:quest_br_s7_cumulative_quest1",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Cumulative",
+ "objectives": {
+ "battlepass_interact_cumulative_quest_01": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_S7_Cumulative_CollectTokens_001": {
+ "templateId": "Quest:quest_br_s7_cumulative_collecttokens_001",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Cumulative",
+ "objectives": {
+ "battlepass_season7_cumulative_token01": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaLoadingScreen:lsid_084_s7cumulative01",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_s7_cumulative_quest1",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_S7_Cumulative_Quest2": {
+ "templateId": "Quest:quest_br_s7_cumulative_quest2",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Cumulative",
+ "objectives": {
+ "battlepass_interact_cumulative_quest_02": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athenatoken_brseason07cumulativels2",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [
+ {
+ "templateId": "HomebaseBannerIcon:brseason07cumulativels2",
+ "quantity": 1
+ }
+ ],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_S7_Cumulative_CollectTokens_002": {
+ "templateId": "Quest:quest_br_s7_cumulative_collecttokens_002",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Cumulative",
+ "objectives": {
+ "battlepass_season7_cumulative_token2": 2
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaLoadingScreen:lsid_085_s7cumulative02",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_s7_cumulative_quest2",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_S7_Cumulative_Quest3": {
+ "templateId": "Quest:quest_br_s7_cumulative_quest3",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Cumulative",
+ "objectives": {
+ "battlepass_interact_cumulative_quest_03": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_S7_Cumulative_CollectTokens_003": {
+ "templateId": "Quest:quest_br_s7_cumulative_collecttokens_003",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Cumulative",
+ "objectives": {
+ "battlepass_season7_cumulative_token3": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaLoadingScreen:lsid_086_s7cumulative03",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_s7_cumulative_quest3",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_S7_Cumulative_Quest4": {
+ "templateId": "Quest:quest_br_s7_cumulative_quest4",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Cumulative",
+ "objectives": {
+ "battlepass_interact_cumulative_quest_04": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athenatoken_brseason07cumulativels4",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [
+ {
+ "templateId": "HomebaseBannerIcon:brseason07cumulativels4",
+ "quantity": 1
+ }
+ ],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_S7_Cumulative_CollectTokens_004": {
+ "templateId": "Quest:quest_br_s7_cumulative_collecttokens_004",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Cumulative",
+ "objectives": {
+ "battlepass_season7_cumulative_token4": 4
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaLoadingScreen:lsid_087_s7cumulative04",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_s7_cumulative_quest4",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_S7_Cumulative_Quest5": {
+ "templateId": "Quest:quest_br_s7_cumulative_quest5",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Cumulative",
+ "objectives": {
+ "battlepass_interact_cumulative_quest_05": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_S7_Cumulative_CollectTokens_005": {
+ "templateId": "Quest:quest_br_s7_cumulative_collecttokens_005",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Cumulative",
+ "objectives": {
+ "battlepass_season7_cumulative_token5": 5
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaLoadingScreen:lsid_088_s7cumulative05",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_s7_cumulative_quest5",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_S7_Cumulative_Quest6": {
+ "templateId": "Quest:quest_br_s7_cumulative_quest6",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Cumulative",
+ "objectives": {
+ "battlepass_interact_cumulative_quest_06": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athenatoken_brseason07cumulativels6",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [
+ {
+ "templateId": "HomebaseBannerIcon:brseason07cumulativels6",
+ "quantity": 1
+ }
+ ],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_S7_Cumulative_CollectTokens_006": {
+ "templateId": "Quest:quest_br_s7_cumulative_collecttokens_006",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Cumulative",
+ "objectives": {
+ "battlepass_season7_cumulative_token6": 6
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaLoadingScreen:lsid_089_s7cumulative06",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_s7_cumulative_quest6",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_S7_Cumulative_Quest7": {
+ "templateId": "Quest:quest_br_s7_cumulative_quest7",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Cumulative",
+ "objectives": {
+ "battlepass_interact_cumulative_quest_07": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_S7_Cumulative_CollectTokens_007": {
+ "templateId": "Quest:quest_br_s7_cumulative_collecttokens_007",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Cumulative",
+ "objectives": {
+ "battlepass_season7_cumulative_token7": 7
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaLoadingScreen:lsid_090_s7cumulative07",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_s7_cumulative_quest7",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_S7_Cumulative_Quest8": {
+ "templateId": "Quest:quest_br_s7_cumulative_quest8",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Cumulative",
+ "objectives": {
+ "battlepass_interact_cumulative_quest_08": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athenatoken_brseason07cumulativels8",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [
+ {
+ "templateId": "HomebaseBannerIcon:brseason07cumulativels8",
+ "quantity": 1
+ }
+ ],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_S7_Cumulative_CollectTokens_008": {
+ "templateId": "Quest:quest_br_s7_cumulative_collecttokens_008",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Cumulative",
+ "objectives": {
+ "battlepass_season7_cumulative_token8": 8
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaLoadingScreen:lsid_091_s7cumulative08",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_s7_cumulative_quest8",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_S7_Cumulative_Quest9": {
+ "templateId": "Quest:quest_br_s7_cumulative_quest9",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Cumulative",
+ "objectives": {
+ "battlepass_interact_cumulative_quest_09": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_S7_Cumulative_CollectTokens_009": {
+ "templateId": "Quest:quest_br_s7_cumulative_collecttokens_009",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Cumulative",
+ "objectives": {
+ "battlepass_season7_cumulative_token9": 9
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaLoadingScreen:lsid_092_s7cumulative09",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_s7_cumulative_quest9",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_S7_Cumulative_Quest10": {
+ "templateId": "Quest:quest_br_s7_cumulative_quest10",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Cumulative",
+ "objectives": {
+ "battlepass_interact_cumulative_quest_10": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athenatoken_brseason07cumulativels10",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [
+ {
+ "templateId": "HomebaseBannerIcon:brseason07cumulativels10",
+ "quantity": 1
+ }
+ ],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_S7_Cumulative_Final": {
+ "templateId": "Quest:quest_br_s7_cumulative_final",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Cumulative",
+ "objectives": {
+ "battlepass_completed_cumulative_final_quest1": 1,
+ "battlepass_completed_cumulative_final_quest2": 1,
+ "battlepass_completed_cumulative_final_quest3": 1,
+ "battlepass_completed_cumulative_final_quest4": 1,
+ "battlepass_completed_cumulative_final_quest5": 1,
+ "battlepass_completed_cumulative_final_quest6": 1,
+ "battlepass_completed_cumulative_final_quest7": 1,
+ "battlepass_completed_cumulative_final_quest8": 1,
+ "battlepass_completed_cumulative_final_quest9": 1,
+ "battlepass_completed_cumulative_final_quest10": 1
+ },
+ "objectiveCompletionCount": 10,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_S7_Cumulative_CollectTokens_010": {
+ "templateId": "Quest:quest_br_s7_cumulative_collecttokens_010",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_Cumulative",
+ "objectives": {
+ "battlepass_season7_cumulative_token10": 10
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaLoadingScreen:lsid_093_s7cumulative10",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_s7_cumulative_quest10",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_s7_cumulative_final",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_S7_ArcticSniper_Gain_SeasonXP_01": {
+ "templateId": "Quest:quest_br_s7_arcticsniper_gain_seasonxp_01",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_ArcticSniper",
+ "objectives": {
+ "athena_season_xp_gained": 20000
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_063_arcticsniper_stageb",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_S7_ArcticSniper_Gain_SeasonXP_02": {
+ "templateId": "Quest:quest_br_s7_arcticsniper_gain_seasonxp_02",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_ArcticSniper",
+ "objectives": {
+ "athena_season_xp_gained": 50000
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_068_arcticsniper_visorb",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_S7_ArcticSniper_Gain_SeasonXP_03": {
+ "templateId": "Quest:quest_br_s7_arcticsniper_gain_seasonxp_03",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_ArcticSniper",
+ "objectives": {
+ "athena_season_xp_gained": 100000
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_064_arcticsniper_stagec",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_S7_ArcticSniper_Gain_SeasonXP_04": {
+ "templateId": "Quest:quest_br_s7_arcticsniper_gain_seasonxp_04",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_ArcticSniper",
+ "objectives": {
+ "athena_season_xp_gained": 150000
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_069_arcticsniper_visorc",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_S7_ArcticSniper_Gain_SeasonXP_05": {
+ "templateId": "Quest:quest_br_s7_arcticsniper_gain_seasonxp_05",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_ArcticSniper",
+ "objectives": {
+ "athena_season_xp_gained": 200000
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaBackpack:bid_158_arcticsnipermale",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_S7_ArcticSniper_Gain_SeasonXP_06": {
+ "templateId": "Quest:quest_br_s7_arcticsniper_gain_seasonxp_06",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_ArcticSniper",
+ "objectives": {
+ "athena_season_xp_gained": 250000
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_070_arcticsniper_visord",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_S7_ArcticSniper_Gain_SeasonXP_07": {
+ "templateId": "Quest:quest_br_s7_arcticsniper_gain_seasonxp_07",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_ArcticSniper",
+ "objectives": {
+ "athena_season_xp_gained": 300000
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaPickaxe:pickaxe_id_132_arcticsniper",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_S7_ArcticSniper_Gain_SeasonXP_08": {
+ "templateId": "Quest:quest_br_s7_arcticsniper_gain_seasonxp_08",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_ArcticSniper",
+ "objectives": {
+ "athena_season_xp_gained": 350000
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_087_arcticsniper_staged",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_S7_ArcticSniper_Complete_WeeklyChallenges_01": {
+ "templateId": "Quest:quest_br_s7_arcticsniper_complete_weeklychallenges_01",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_ArcticSniper",
+ "objectives": {
+ "athena_arcticsniper_complete_weeklychallenges_01": 10
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_065_arcticsniper_clothingb",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_S7_ArcticSniper_Complete_WeeklyChallenges_02": {
+ "templateId": "Quest:quest_br_s7_arcticsniper_complete_weeklychallenges_02",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_ArcticSniper",
+ "objectives": {
+ "athena_arcticsniper_complete_weeklychallenges_02": 25
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_066_arcticsniper_clothingc",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_S7_ArcticSniper_Complete_WeeklyChallenges_03": {
+ "templateId": "Quest:quest_br_s7_arcticsniper_complete_weeklychallenges_03",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_ArcticSniper",
+ "objectives": {
+ "athena_arcticsniper_complete_weeklychallenges_03": 50
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_067_arcticsniper_clothingd",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_S7_NeonCat_Gain_SeasonXP_01": {
+ "templateId": "Quest:quest_br_s7_neoncat_gain_seasonxp_01",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_NeonCat",
+ "objectives": {
+ "athena_season_xp_gained": 10000
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaPickaxe:pickaxe_id_131_neoncat",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_S7_NeonCat_Gain_SeasonXP_02": {
+ "templateId": "Quest:quest_br_s7_neoncat_gain_seasonxp_02",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_NeonCat",
+ "objectives": {
+ "athena_season_xp_gained": 30000
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_071_neoncat_stageb",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_S7_NeonCat_Gain_SeasonXP_03": {
+ "templateId": "Quest:quest_br_s7_neoncat_gain_seasonxp_03",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_NeonCat",
+ "objectives": {
+ "athena_season_xp_gained": 75000
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_076_neoncat_pickaxeb",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_S7_NeonCat_Gain_SeasonXP_04": {
+ "templateId": "Quest:quest_br_s7_neoncat_gain_seasonxp_04",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_NeonCat",
+ "objectives": {
+ "athena_season_xp_gained": 125000
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_072_neoncat_stagec",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_S7_NeonCat_Gain_SeasonXP_05": {
+ "templateId": "Quest:quest_br_s7_neoncat_gain_seasonxp_05",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_NeonCat",
+ "objectives": {
+ "athena_season_xp_gained": 175000
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_077_neoncat_pickaxec",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_S7_NeonCat_Gain_SeasonXP_06": {
+ "templateId": "Quest:quest_br_s7_neoncat_gain_seasonxp_06",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_NeonCat",
+ "objectives": {
+ "athena_season_xp_gained": 225000
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaDance:eid_kittycat",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_S7_NeonCat_Gain_SeasonXP_07": {
+ "templateId": "Quest:quest_br_s7_neoncat_gain_seasonxp_07",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_NeonCat",
+ "objectives": {
+ "athena_season_xp_gained": 275000
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_078_neoncat_pickaxed",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_S7_NeonCat_Gain_SeasonXP_08": {
+ "templateId": "Quest:quest_br_s7_neoncat_gain_seasonxp_08",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_NeonCat",
+ "objectives": {
+ "athena_season_xp_gained": 325000
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_088_neoncat_staged",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_S7_NeonCat_Complete_WeeklyChallenges_01": {
+ "templateId": "Quest:quest_br_s7_neoncat_complete_weeklychallenges_01",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_NeonCat",
+ "objectives": {
+ "athena_neoncat_complete_weeklychallenges_01": 15
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_073_neoncat_clothingb",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_S7_NeonCat_Complete_WeeklyChallenges_02": {
+ "templateId": "Quest:quest_br_s7_neoncat_complete_weeklychallenges_02",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_NeonCat",
+ "objectives": {
+ "athena_neoncat_complete_weeklychallenges_02": 35
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_074_neoncat_clothingc",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_S7_NeonCat_Complete_WeeklyChallenges_03": {
+ "templateId": "Quest:quest_br_s7_neoncat_complete_weeklychallenges_03",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_NeonCat",
+ "objectives": {
+ "athena_neoncat_complete_weeklychallenges_03": 55
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_075_neoncat_clothingd",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_S7_SgtWinter_Complete_Daily_Challenges_01": {
+ "templateId": "Quest:quest_br_s7_sgtwinter_complete_daily_challenges_01",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_SgtWinter",
+ "objectives": {
+ "athena_sgtwinter_complete_daily_challenges_01": 7
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_058_tacticalsanta_styleb",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS07-Quest_BR_S7_SgtWinter_Complete_Daily_Challenges_02": {
+ "templateId": "Quest:quest_br_s7_sgtwinter_complete_daily_challenges_02",
+ "challenge_bundle_id": "QS07-QuestBundle_S7_SgtWinter",
+ "objectives": {
+ "athena_sgtwinter_complete_daily_challenges_02": 14
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_059_tacticalsanta_stylec",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ }
+ }
+ },
+ "Season08": {
+ "ChallengeBundleSchedules": {
+ "QS08-Schedule_LTM_Ashton": {
+ "templateId": "ChallengeBundleSchedule:schedule_ltm_ashton",
+ "granted_bundles": [
+ "QS08-QuestBundle_LTM_Ashton"
+ ]
+ },
+ "QS08-Schedule_LTM_Goose": {
+ "templateId": "ChallengeBundleSchedule:schedule_ltm_goose",
+ "granted_bundles": [
+ "QS08-QuestBundle_LTM_Goose"
+ ]
+ },
+ "QS08-Schedule_LTM_Heist_V2": {
+ "templateId": "ChallengeBundleSchedule:schedule_ltm_heist_v2",
+ "granted_bundles": [
+ "QS08-QuestBundle_LTM_Heist_V2"
+ ]
+ },
+ "QS08-Schedule_PirateParty": {
+ "templateId": "ChallengeBundleSchedule:schedule_pirateparty",
+ "granted_bundles": [
+ "QS08-QuestBundle_PirateParty"
+ ]
+ },
+ "QS08-Season8_Cumulative_Schedule": {
+ "templateId": "ChallengeBundleSchedule:season8_cumulative_schedule",
+ "granted_bundles": [
+ "QS08-QuestBundle_S8_Cumulative"
+ ]
+ },
+ "QS08-Season8_ExtraCredit_Schedule": {
+ "templateId": "ChallengeBundleSchedule:season8_extracredit_schedule",
+ "granted_bundles": [
+ "QS08-QuestBundle_S8_ExtraCredit"
+ ]
+ },
+ "QS08-Season8_Free_Schedule": {
+ "templateId": "ChallengeBundleSchedule:season8_free_schedule",
+ "granted_bundles": [
+ "QS08-QuestBundle_S8_Week_001",
+ "QS08-QuestBundle_S8_Week_002",
+ "QS08-QuestBundle_S8_Week_003",
+ "QS08-QuestBundle_S8_Week_004",
+ "QS08-QuestBundle_S8_Week_005",
+ "QS08-QuestBundle_S8_Week_006",
+ "QS08-QuestBundle_S8_Week_007",
+ "QS08-QuestBundle_S8_Week_008",
+ "QS08-QuestBundle_S8_Week_009",
+ "QS08-QuestBundle_S8_Week_010"
+ ]
+ },
+ "QS08-Season8_Paid_Schedule": {
+ "templateId": "ChallengeBundleSchedule:season8_paid_schedule",
+ "granted_bundles": [
+ "QS08-QuestBundle_S8_Pirate",
+ "QS08-QuestBundle_S8_DragonNinja"
+ ]
+ },
+ "QS08-Season8_Ruin_Schedule": {
+ "templateId": "ChallengeBundleSchedule:season8_ruin_schedule",
+ "granted_bundles": [
+ "QS08-QuestBundle_S8_Cumulative_Ruin"
+ ]
+ },
+ "QS08-Season8_Shiny_Schedule": {
+ "templateId": "ChallengeBundleSchedule:season8_shiny_schedule",
+ "granted_bundles": [
+ "QS08-QuestBundle_S8_Shiny"
+ ]
+ }
+ },
+ "ChallengeBundles": {
+ "QS08-QuestBundle_LTM_Ashton": {
+ "templateId": "ChallengeBundle:questbundle_ltm_ashton",
+ "challenge_bundle_schedule_id": "QS08-Schedule_LTM_Ashton",
+ "grantedquestinstanceids": [
+ "QS08-Quest_BR_Ashton_Damage_Indigo",
+ "QS08-Quest_BR_Ashton_Collect_Stones",
+ "QS08-Quest_BR_Ashton_Play_Matches",
+ "QS08-Quest_BR_Ashton_Damage_Turbo",
+ "QS08-Quest_BR_Ashton_Damage_Milo_Jetpack",
+ "QS08-Quest_BR_Ashton_Elims_DifferentMatches",
+ "QS08-Quest_BR_Ashton_Damage_Chicago",
+ "QS08-Quest_BR_Ashton_Damage_Milo_A",
+ "QS08-Quest_BR_Ashton_Win_SideB",
+ "QS08-Quest_BR_Ashton_Damage_Hippo",
+ "QS08-Quest_BR_Ashton_Damage_Milo_B",
+ "QS08-Quest_BR_Ashton_Win_SideA"
+ ],
+ "completionRewards": {
+ "10": [
+ {
+ "templateId": "AthenaGlider:glider_id_141_ashtonboardwalk",
+ "quantity": 1,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_genericnoicon",
+ "giftBoxFormatData": {
+ "HeaderAssetString": "Header.Congratulations",
+ "BodyAssetString": "Reward.AshtonLTM"
+ }
+ }
+ }
+ ]
+ }
+ },
+ "QS08-QuestBundle_LTM_Goose": {
+ "templateId": "ChallengeBundle:questbundle_ltm_goose",
+ "challenge_bundle_schedule_id": "QS08-Schedule_LTM_Goose",
+ "grantedquestinstanceids": [
+ "QS08-Quest_BR_Goose_DealDamage_SMGorMinigun",
+ "QS08-Quest_BR_Goose_Collect_Floating_Upgrades",
+ "QS08-Quest_BR_Goose_Play_Matches",
+ "QS08-Quest_BR_Goose_DealDamage_Pistol",
+ "QS08-Quest_BR_Goose_Destroy_Stormwings",
+ "QS08-Quest_BR_Goose_Outlast",
+ "QS08-Quest_BR_Goose_DealDamage_AR",
+ "QS08-Quest_BR_Goose_Damage_Stormwings",
+ "QS08-Quest_BR_Goose_Place_Top5"
+ ],
+ "completionRewards": {
+ "-1": [
+ {
+ "templateId": "AthenaItemWrap:wrap_041_pilotbee",
+ "quantity": 1,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_genericnoicon",
+ "giftBoxFormatData": {
+ "HeaderAssetString": "Header.Congratulations",
+ "BodyAssetString": "Reward.AirRoyale"
+ }
+ }
+ }
+ ]
+ }
+ },
+ "QS08-QuestBundle_LTM_Heist_V2": {
+ "templateId": "ChallengeBundle:questbundle_ltm_heist_v2",
+ "challenge_bundle_schedule_id": "QS08-Schedule_LTM_Heist_V2",
+ "grantedquestinstanceids": [
+ "QS08-Quest_BR_Heist_CompleteQuests",
+ "QS08-Quest_BR_Heist_win",
+ "QS08-Quest_BR_Heist_win_matches_A",
+ "QS08-Quest_BR_Heist_win_matches_B",
+ "QS08-Quest_BR_Heist_Use_Grappler",
+ "QS08-Quest_BR_Heist_Damage_DiamondCarriers",
+ "QS08-Quest_BR_Heist_PickupDiamond_DifferentMatches"
+ ],
+ "completionRewards": {}
+ },
+ "QS08-QuestBundle_PirateParty": {
+ "templateId": "ChallengeBundle:questbundle_pirateparty",
+ "challenge_bundle_schedule_id": "QS08-Schedule_PirateParty",
+ "grantedquestinstanceids": [
+ "QS08-Quest_BR_PP_Visit_PirateCamps",
+ "QS08-Quest_BR_PP_BuriedTreasure",
+ "QS08-Quest_BR_PP_Top10_Squads_WithFriend",
+ "QS08-Quest_BR_PP_Use_Cannon"
+ ],
+ "completionRewards": {
+ "-1": [
+ {
+ "templateId": "AthenaDance:eid_pirategold",
+ "quantity": 1,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_genericnoicon",
+ "giftBoxFormatData": {
+ "HeaderAssetString": "Header.Congratulations",
+ "BodyAssetString": "Reward.GenericGift5"
+ }
+ }
+ }
+ ]
+ }
+ },
+ "QS08-QuestBundle_S8_Cumulative": {
+ "templateId": "ChallengeBundle:questbundle_s8_cumulative",
+ "challenge_bundle_schedule_id": "QS08-Season8_Cumulative_Schedule",
+ "grantedquestinstanceids": [
+ "QS08-Quest_BR_S8_Cumulative_Complete_WeeklyChallenges_01",
+ "QS08-Quest_BR_S8_Cumulative_CollectTokens_001",
+ "QS08-Quest_BR_S8_Cumulative_CollectTokens_002",
+ "QS08-Quest_BR_S8_Cumulative_CollectTokens_003",
+ "QS08-Quest_BR_S8_Cumulative_CollectTokens_004",
+ "QS08-Quest_BR_S8_Cumulative_CollectTokens_005",
+ "QS08-Quest_BR_S8_Cumulative_CollectTokens_006",
+ "QS08-Quest_BR_S8_Cumulative_CollectTokens_007",
+ "QS08-Quest_BR_S8_Cumulative_CollectTokens_008",
+ "QS08-Quest_BR_S8_Cumulative_CollectTokens_009",
+ "QS08-Quest_BR_S8_Cumulative_CollectTokens_010"
+ ],
+ "completionRewards": {
+ "-1": [
+ {
+ "templateId": "HomebaseBannerIcon:brs8cumulativeseason8",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ]
+ }
+ },
+ "QS08-QuestBundle_S8_ExtraCredit": {
+ "templateId": "ChallengeBundle:questbundle_s8_extracredit",
+ "challenge_bundle_schedule_id": "QS08-Season8_ExtraCredit_Schedule",
+ "grantedquestinstanceids": [
+ "QS08-Quest_BR_S8_ExtraCredit_CompleteQuests_ChainTest_01a",
+ "QS08-Quest_BR_S8_ExtraCredit_CompleteQuests_ChainTest_02a",
+ "QS08-Quest_BR_S8_ExtraCredit_CompleteQuests_ChainTest_03a",
+ "QS08-Quest_BR_ExtraCredit_Creative_CollectCoins",
+ "QS08-Quest_BR_ExtraCredit_Top10_Squads_WithFriend",
+ "QS08-Quest_BR_ExtraCredit_Damage",
+ "QS08-Quest_BR_ExtraCredit_Top15_Duos_WithFriend",
+ "QS08-Quest_BR_ExtraCredit_Outlast",
+ "QS08-Quest_BR_ExtraCredit_Place_Top25_Solo"
+ ],
+ "completionRewards": {
+ "6": [
+ {
+ "templateId": "AthenaLoadingScreen:lsid_119_volcanokey",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ]
+ }
+ },
+ "QS08-QuestBundle_S8_Week_001": {
+ "templateId": "ChallengeBundle:questbundle_s8_week_001",
+ "challenge_bundle_schedule_id": "QS08-Season8_Free_Schedule",
+ "grantedquestinstanceids": [
+ "QS08-Quest_BR_Visit_PirateCamps",
+ "QS08-Quest_BR_Interact_Chests_TwoLocations_01",
+ "QS08-Quest_BR_Damage_Chain_Dual_A",
+ "QS08-Quest_BR_Visit_GiantFaces",
+ "QS08-Quest_BR_Use_Geyser_DifferentMatches",
+ "QS08-Quest_BR_Eliminate_ExploShotGunAR",
+ "QS08-Quest_BR_Damage_Vehicle_Opponent"
+ ],
+ "completionRewards": {
+ "1": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
],
- "completionRewards": {
- "1": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athena_dailychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
+ "2": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "3": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "4": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 5000,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_challengecomplete",
+ "giftBoxFormatData": {}
}
- ],
- "2": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 500,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athena_dailychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "5": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "6": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "-1": [
+ {
+ "templateId": "Token:athenabattlepass_weeklybundle_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ]
+ }
+ },
+ "QS08-QuestBundle_S8_Week_002": {
+ "templateId": "ChallengeBundle:questbundle_s8_week_002",
+ "challenge_bundle_schedule_id": "QS08-Season8_Free_Schedule",
+ "grantedquestinstanceids": [
+ "QS08-Quest_BR_Land_Chain_01_A",
+ "QS08-Quest_BR_Damage_Falling_SupplyDrops",
+ "QS08-Quest_BR_Eliminate_Location_Salty_Or_Haunted",
+ "QS08-Quest_BR_Interact_HealingItems_QuestChain_02_A",
+ "QS08-Quest_BR_Visit_Farthest_Points",
+ "QS08-Quest_BR_Damage_Player_With_Cannon",
+ "QS08-Quest_BR_Interact_Chests_Locations_Different_SingleMatch"
+ ],
+ "completionRewards": {
+ "1": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "2": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "3": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "4": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 5000,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_challengecomplete",
+ "giftBoxFormatData": {}
}
- ],
- "3": [
- {
- "templateId": "AthenaLoadingScreen:lsid_174_s10cumulative10",
- "quantity": 1,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athena_dailychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "5": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "6": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "-1": [
+ {
+ "templateId": "Token:athenabattlepass_weeklybundle_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ]
+ }
+ },
+ "QS08-QuestBundle_S8_Week_003": {
+ "templateId": "ChallengeBundle:questbundle_s8_week_003",
+ "challenge_bundle_schedule_id": "QS08-Season8_Free_Schedule",
+ "grantedquestinstanceids": [
+ "QS08-Quest_BR_Visit_TwoNamedLocs_Chain_01_A",
+ "QS08-Quest_BR_3BiomeContext_Stage1_Destroy_Cacti_Desert",
+ "QS08-Quest_BR_Use_Trap_SingleMatch",
+ "QS08-Quest_BR_Interact_ScavengerHunt_TreasureMap_02",
+ "QS08-Quest_BR_Interact_Chests_TwoLocations_02",
+ "QS08-Quest_BR_Damage_Headshot",
+ "QS08-Quest_BR_Eliminate_3Weapons_01"
+ ],
+ "completionRewards": {
+ "1": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "2": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "3": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "4": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 5000,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_challengecomplete",
+ "giftBoxFormatData": {}
}
- ],
- "4": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athena_dailychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "5": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "6": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "-1": [
+ {
+ "templateId": "Token:athenabattlepass_weeklybundle_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ]
+ }
+ },
+ "QS08-QuestBundle_S8_Week_004": {
+ "templateId": "ChallengeBundle:questbundle_s8_week_004",
+ "challenge_bundle_schedule_id": "QS08-Season8_Free_Schedule",
+ "grantedquestinstanceids": [
+ "QS08-Quest_BR_Land_Chain_02A",
+ "QS08-Quest_BR_Use_Hamsterball",
+ "QS08-Quest_BR_Eliminate_ScopedWeapon_and_SilencedWeapon",
+ "QS08-Quest_BR_Destroy_Structure_AsCannonBall",
+ "QS08-Quest_BR_BuriedTreasure",
+ "QS08-Quest_BR_Eliminate_TwoLocations_03",
+ "QS08-Quest_BR_Outlive_90_Opponents"
+ ],
+ "completionRewards": {
+ "1": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "2": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "3": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "4": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 5000,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_challengecomplete",
+ "giftBoxFormatData": {}
}
- ],
- "5": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 1000,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athena_dailychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "5": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "6": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "-1": [
+ {
+ "templateId": "Token:athenabattlepass_weeklybundle_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ]
+ }
+ },
+ "QS08-QuestBundle_S8_Week_005": {
+ "templateId": "ChallengeBundle:questbundle_s8_week_005",
+ "challenge_bundle_schedule_id": "QS08-Season8_Free_Schedule",
+ "grantedquestinstanceids": [
+ "QS08-Quest_BR_Damage_ScopedWeapon",
+ "QS08-Quest_BR_Interact_Chests_TwoLocations_ParadiseShifty",
+ "QS08-Quest_BR_RaceTrack_HamsterBall",
+ "QS08-Quest_BR_Throw_BouncyBallToy_MinBounces",
+ "QS08-Quest_BR_Interact_ShieldItems_QuestChain_A",
+ "QS08-Quest_BR_Geyser_Zipline_Vehicle_SingleMatch",
+ "QS08-Quest_BR_Eliminate_Location_PirateCamps"
+ ],
+ "completionRewards": {
+ "1": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "2": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "3": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "4": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 5000,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_challengecomplete",
+ "giftBoxFormatData": {}
}
- ],
- "6": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athena_dailychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "5": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "6": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "-1": [
+ {
+ "templateId": "Token:athenabattlepass_weeklybundle_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ]
+ }
+ },
+ "QS08-QuestBundle_S8_Week_006": {
+ "templateId": "ChallengeBundle:questbundle_s8_week_006",
+ "challenge_bundle_schedule_id": "QS08-Season8_Free_Schedule",
+ "grantedquestinstanceids": [
+ "QS08-Quest_BR_Visit_Animal",
+ "QS08-Quest_BR_Visit_Highest_Elevations",
+ "QS08-Quest_BR_Eliminate_TwoLocations_05",
+ "QS08-Quest_BR_Land_Chain_03A",
+ "QS08-Quest_BR_Interact_ScavengerHunt_TreasureMap_01",
+ "QS08-Quest_BR_Eliminate_Flintlock_Or_CompoundBow",
+ "QS08-Quest_BR_Use_Different_Throwable_Items_SingleMatch"
+ ],
+ "completionRewards": {
+ "1": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "2": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "3": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "4": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 6000,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_challengecomplete",
+ "giftBoxFormatData": {}
}
- ],
- "7": [
- {
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 2000,
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- {
- "templateId": "Token:athena_dailychallenge_token",
- "quantity": 1,
- "giftBoxToUse": {}
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "5": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "6": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "-1": [
+ {
+ "templateId": "Token:athenabattlepass_weeklybundle_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ]
+ }
+ },
+ "QS08-QuestBundle_S8_Week_007": {
+ "templateId": "ChallengeBundle:questbundle_s8_week_007",
+ "challenge_bundle_schedule_id": "QS08-Season8_Free_Schedule",
+ "grantedquestinstanceids": [
+ "QS08-Quest_BR_Damage_Pickaxe",
+ "QS08-Quest_BR_Visit_TwoNamedLocs_Chain_04_A",
+ "QS08-Quest_BR_Visit_PirateCamps_SingleMatch",
+ "QS08-Quest_BR_Damage_From_Above",
+ "QS08-Quest_BR_Interact_Chests_TwoLocations_03",
+ "QS08-Quest_BR_Damage_Chain_Zipline_A",
+ "QS08-Quest_BR_Eliminate_Location_Different"
+ ],
+ "completionRewards": {
+ "1": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "2": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "3": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "4": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 7000,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_challengecomplete",
+ "giftBoxFormatData": {}
}
- ]
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "5": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "6": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "-1": [
+ {
+ "templateId": "Token:athenabattlepass_weeklybundle_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ]
+ }
+ },
+ "QS08-QuestBundle_S8_Week_008": {
+ "templateId": "ChallengeBundle:questbundle_s8_week_008",
+ "challenge_bundle_schedule_id": "QS08-Season8_Free_Schedule",
+ "grantedquestinstanceids": [
+ "QS08-Quest_BR_Interact_ScavengerHunt_TreasureMap_Chain_01a",
+ "QS08-Quest_BR_Use_VendingMachine",
+ "QS08-Quest_BR_Damage_While_Using_Balloon",
+ "QS08-Quest_BR_Interact_JigsawPuzzle",
+ "QS08-Quest_BR_PhoneChain_Durrr",
+ "QS08-Quest_BR_Eliminate_TwoLocations_04",
+ "QS08-Quest_BR_Eliminate_50m"
+ ],
+ "completionRewards": {
+ "1": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "2": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "3": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "4": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 8000,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_challengecomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "5": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "6": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "-1": [
+ {
+ "templateId": "Token:athenabattlepass_weeklybundle_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ]
+ }
+ },
+ "QS08-QuestBundle_S8_Week_009": {
+ "templateId": "ChallengeBundle:questbundle_s8_week_009",
+ "challenge_bundle_schedule_id": "QS08-Season8_Free_Schedule",
+ "grantedquestinstanceids": [
+ "QS08-Quest_BR_Land_Chain_04A",
+ "QS08-Quest_BR_Interact_Chests_TwoLocations_04",
+ "QS08-Quest_BR_Use_Geyser_MultipleBeforeLanding",
+ "QS08-Quest_BR_Dance_Chain_04_A",
+ "QS08-Quest_BR_Damage_Below",
+ "QS08-Quest_BR_Use_SecondChanceMachine_ReviveTeammate",
+ "QS08-Quest_BR_Eliminate"
+ ],
+ "completionRewards": {
+ "1": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "2": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "3": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "4": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 9000,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_challengecomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "5": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "6": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "-1": [
+ {
+ "templateId": "Token:athenabattlepass_weeklybundle_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ]
+ }
+ },
+ "QS08-QuestBundle_S8_Week_010": {
+ "templateId": "ChallengeBundle:questbundle_s8_week_010",
+ "challenge_bundle_schedule_id": "QS08-Season8_Free_Schedule",
+ "grantedquestinstanceids": [
+ "QS08-Quest_BR_Touch_FlamingRings_Cannon",
+ "QS08-Quest_BR_Chain_Collect_BuildingResources_SingleMatch_01",
+ "QS08-Quest_BR_Eliminate_TwoLocations_06",
+ "QS08-Quest_BR_Damage_Infantry_or_Heavy",
+ "QS08-Quest_BR_Interact_ScavengerHunt_TreasureMap_Chain_02a",
+ "QS08-Quest_BR_Damage_After_VolcanoVent",
+ "QS08-Quest_BR_Eliminate_MaxDistance"
+ ],
+ "completionRewards": {
+ "1": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "2": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "3": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "4": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 10000,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_challengecomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "5": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "6": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "-1": [
+ {
+ "templateId": "Token:athenabattlepass_weeklybundle_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ]
+ }
+ },
+ "QS08-QuestBundle_S8_Pirate": {
+ "templateId": "ChallengeBundle:questbundle_s8_pirate",
+ "challenge_bundle_schedule_id": "QS08-Season8_Paid_Schedule",
+ "grantedquestinstanceids": [
+ "QS08-Quest_BR_S8_Pirate_Gain_SeasonXP_01",
+ "QS08-Quest_BR_S8_Pirate_Gain_SeasonXP_02",
+ "QS08-Quest_BR_S8_Pirate_Gain_SeasonXP_03",
+ "QS08-Quest_BR_S8_Pirate_Gain_SeasonXP_04",
+ "QS08-Quest_BR_S8_Pirate_Gain_SeasonXP_05",
+ "QS08-Quest_BR_S8_Pirate_Gain_SeasonXP_06",
+ "QS08-Quest_BR_S8_Pirate_Gain_SeasonXP_07",
+ "QS08-Quest_BR_S8_Pirate_Gain_SeasonXP_08",
+ "QS08-Quest_BR_S8_Pirate_Gain_SeasonXP_09",
+ "QS08-Quest_BR_S8_Pirate_Complete_WeeklyChallenges_01",
+ "QS08-Quest_BR_S8_Pirate_Complete_WeeklyChallenges_02",
+ "QS08-Quest_BR_S8_Pirate_Complete_WeeklyChallenges_03"
+ ],
+ "completionRewards": {
+ "-1": [
+ {
+ "templateId": "HomebaseBannerIcon:brs8completionpirate",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ]
+ }
+ },
+ "QS08-QuestBundle_S8_DragonNinja": {
+ "templateId": "ChallengeBundle:questbundle_s8_dragonninja",
+ "challenge_bundle_schedule_id": "QS08-Season8_Paid_Schedule",
+ "grantedquestinstanceids": [
+ "QS08-Quest_BR_S8_DragonNinja_Gain_SeasonXP_01",
+ "QS08-Quest_BR_S8_DragonNinja_Gain_SeasonXP_02",
+ "QS08-Quest_BR_S8_DragonNinja_Gain_SeasonXP_03",
+ "QS08-Quest_BR_S8_DragonNinja_Gain_SeasonXP_04",
+ "QS08-Quest_BR_S8_DragonNinja_Gain_SeasonXP_05",
+ "QS08-Quest_BR_S8_DragonNinja_Gain_SeasonXP_06",
+ "QS08-Quest_BR_S8_DragonNinja_Gain_SeasonXP_07",
+ "QS08-Quest_BR_S8_DragonNinja_Gain_SeasonXP_08",
+ "QS08-Quest_BR_S8_DragonNinja_Gain_SeasonXP_09",
+ "QS08-Quest_BR_S8_DragonNinja_Complete_WeeklyChallenges_01",
+ "QS08-Quest_BR_S8_DragonNinja_Complete_WeeklyChallenges_02",
+ "QS08-Quest_BR_S8_DragonNinja_Complete_WeeklyChallenges_03"
+ ],
+ "completionRewards": {
+ "-1": [
+ {
+ "templateId": "HomebaseBannerIcon:brs8completiondragonninja",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ]
+ }
+ },
+ "QS08-QuestBundle_S8_Cumulative_Ruin": {
+ "templateId": "ChallengeBundle:questbundle_s8_cumulative_ruin",
+ "challenge_bundle_schedule_id": "QS08-Season8_Ruin_Schedule",
+ "grantedquestinstanceids": [
+ "QS08-Quest_BR_Ruin_Destroy_Trees",
+ "QS08-Quest_BR_Ruin_Destroy_Rocks",
+ "QS08-Quest_BR_Ruin_Destroy_Cars",
+ "QS08-Quest_BR_Ruin_Damage_Enemy_Structures",
+ "QS08-Quest_BR_Ruin_Outlast",
+ "QS08-Quest_BR_Ruin_Complete_Daily_Challenges"
+ ],
+ "completionRewards": {
+ "3": [
+ {
+ "templateId": "AthenaBackpack:bid_242_furnaceface",
+ "quantity": 1,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_genericnoicon",
+ "giftBoxFormatData": {
+ "HeaderAssetString": "Header.Congratulations",
+ "BodyAssetString": "Reward.Ruin"
+ }
+ }
+ }
+ ],
+ "-1": [
+ {
+ "templateId": "AthenaPickaxe:pickaxe_id_187_furnaceface",
+ "quantity": 1,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_genericnoicon",
+ "giftBoxFormatData": {
+ "HeaderAssetString": "Header.Congratulations",
+ "BodyAssetString": "Reward.Ruin"
+ }
+ }
+ }
+ ]
+ }
+ },
+ "QS08-QuestBundle_S8_Shiny": {
+ "templateId": "ChallengeBundle:questbundle_s8_shiny",
+ "challenge_bundle_schedule_id": "QS08-Season8_Shiny_Schedule",
+ "grantedquestinstanceids": [
+ "QS08-Quest_BR_S8_Shiny_Outlive_01",
+ "QS08-Quest_BR_S8_Shiny_Outlive_02",
+ "QS08-Quest_BR_S8_Shiny_Outlive_03",
+ "QS08-Quest_BR_S8_Shiny_Outlive_04",
+ "QS08-Quest_BR_S8_Shiny_Outlive_05",
+ "QS08-Quest_BR_S8_Shiny_Outlive_06"
+ ],
+ "completionRewards": {
+ "-1": [
+ {
+ "templateId": "HomebaseBannerIcon:brs8completionshiny",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ]
+ }
+ }
+ },
+ "Quests": {
+ "QS08-Quest_BR_Ashton_Damage_Indigo": {
+ "templateId": "Quest:quest_br_ashton_damage_indigo",
+ "challenge_bundle_id": "QS08-QuestBundle_LTM_Ashton",
+ "objectives": {
+ "ashton_damage_athena_indigo_while_hovering": 1000
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 500
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_genericnoicon",
+ "giftBoxFormatData": {
+ "HeaderAssetString": "Header.Congratulations",
+ "BodyAssetString": "Reward.AshtonLTM"
}
}
},
- "Quests": {
- "QS10-Quest_BR_Visit_DurrrStoneheadDino": {
- "templateId": "Quest:quest_br_visit_durrrstoneheaddino",
- "challenge_bundle_id": "QS10-MissionBundle_S10_01A",
- "objectives": {
- "battlepass_visit_athena_durrrburgerhead_mountaintop": 1,
- "battlepass_visit_athena_stonehead": 1,
- "battlepass_visit_athena_dinosaur": 1
- },
- "objectiveCompletionCount": 3,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
+ "QS08-Quest_BR_Ashton_Collect_Stones": {
+ "templateId": "Quest:quest_br_ashton_collect_stones",
+ "challenge_bundle_id": "QS08-QuestBundle_LTM_Ashton",
+ "objectives": {
+ "ashton_br_collect_stones": 3
},
- "QS10-Quest_BR_Damage_Passenger_Vehicle": {
- "templateId": "Quest:quest_br_damage_passenger_vehicle",
- "challenge_bundle_id": "QS10-MissionBundle_S10_01A",
- "objectives": {
- "battlepass_damage_athena_player_passenger_vehicle": 100
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaLoadingScreen:lsid_120_ashton",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_genericnoicon",
+ "giftBoxFormatData": {
+ "HeaderAssetString": "Header.Congratulations",
+ "BodyAssetString": "Reward.AshtonLTM"
+ }
+ }
+ },
+ "QS08-Quest_BR_Ashton_Play_Matches": {
+ "templateId": "Quest:quest_br_ashton_play_matches",
+ "challenge_bundle_id": "QS08-QuestBundle_LTM_Ashton",
+ "objectives": {
+ "ltm_ashton_athena_play_matches": 7
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athena_token_brseason08ashtonbanner01",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [
+ {
+ "templateId": "HomebaseBannerIcon:brs8ashtonchicago",
+ "quantity": 1
+ }
+ ],
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_genericnoicon",
+ "giftBoxFormatData": {
+ "HeaderAssetString": "Header.Congratulations",
+ "BodyAssetString": "Reward.AshtonLTM"
+ }
+ }
+ },
+ "QS08-Quest_BR_Ashton_Damage_Turbo": {
+ "templateId": "Quest:quest_br_ashton_damage_turbo",
+ "challenge_bundle_id": "QS08-QuestBundle_LTM_Ashton",
+ "objectives": {
+ "ashton_damage_athena_turbo_ground_pound": 1000
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaDance:emoji_ashtonturbo",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_genericnoicon",
+ "giftBoxFormatData": {
+ "HeaderAssetString": "Header.Congratulations",
+ "BodyAssetString": "Reward.AshtonLTM"
+ }
+ }
+ },
+ "QS08-Quest_BR_Ashton_Damage_Milo_Jetpack": {
+ "templateId": "Quest:quest_br_ashton_damage_milo_jetpack",
+ "challenge_bundle_id": "QS08-QuestBundle_LTM_Ashton",
+ "objectives": {
+ "ashton_damage_athena_milo_jetpacking": 100
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 500
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_genericnoicon",
+ "giftBoxFormatData": {
+ "HeaderAssetString": "Header.Congratulations",
+ "BodyAssetString": "Reward.AshtonLTM"
+ }
+ }
+ },
+ "QS08-Quest_BR_Ashton_Elims_DifferentMatches": {
+ "templateId": "Quest:quest_br_ashton_elims_differentmatches",
+ "challenge_bundle_id": "QS08-QuestBundle_LTM_Ashton",
+ "objectives": {
+ "ashton_br_athena_elims_different_matches": 5
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaDance:spid_106_ashton_boardwalk",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_genericnoicon",
+ "giftBoxFormatData": {
+ "HeaderAssetString": "Header.Congratulations",
+ "BodyAssetString": "Reward.AshtonLTM"
+ }
+ }
+ },
+ "QS08-Quest_BR_Ashton_Damage_Chicago": {
+ "templateId": "Quest:quest_br_ashton_damage_chicago",
+ "challenge_bundle_id": "QS08-QuestBundle_LTM_Ashton",
+ "objectives": {
+ "ashton_damage_athena_chicago_with_shield": 1000
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaDance:emoji_ashtonchicago",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_genericnoicon",
+ "giftBoxFormatData": {
+ "HeaderAssetString": "Header.Congratulations",
+ "BodyAssetString": "Reward.AshtonLTM"
+ }
+ }
+ },
+ "QS08-Quest_BR_Ashton_Damage_Milo_A": {
+ "templateId": "Quest:quest_br_ashton_damage_milo_a",
+ "challenge_bundle_id": "QS08-QuestBundle_LTM_Ashton",
+ "objectives": {
+ "ashton_damage_athena_milo_primary": 500
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 500
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_genericnoicon",
+ "giftBoxFormatData": {
+ "HeaderAssetString": "Header.Congratulations",
+ "BodyAssetString": "Reward.AshtonLTM"
+ }
+ }
+ },
+ "QS08-Quest_BR_Ashton_Win_SideB": {
+ "templateId": "Quest:quest_br_ashton_win_sideb",
+ "challenge_bundle_id": "QS08-QuestBundle_LTM_Ashton",
+ "objectives": {
+ "ltm_ashton_athena_win_side_b": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaDance:spid_107_ashton_jim",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_genericnoicon",
+ "giftBoxFormatData": {
+ "HeaderAssetString": "Header.Congratulations",
+ "BodyAssetString": "Reward.AshtonLTM"
+ }
+ }
+ },
+ "QS08-Quest_BR_Ashton_Damage_Hippo": {
+ "templateId": "Quest:quest_br_ashton_damage_hippo",
+ "challenge_bundle_id": "QS08-QuestBundle_LTM_Ashton",
+ "objectives": {
+ "ashton_damage_athena_hippo_after_grapple": 500
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 500
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_genericnoicon",
+ "giftBoxFormatData": {
+ "HeaderAssetString": "Header.Congratulations",
+ "BodyAssetString": "Reward.AshtonLTM"
+ }
+ }
+ },
+ "QS08-Quest_BR_Ashton_Damage_Milo_B": {
+ "templateId": "Quest:quest_br_ashton_damage_milo_b",
+ "challenge_bundle_id": "QS08-QuestBundle_LTM_Ashton",
+ "objectives": {
+ "ashton_damage_athena_milo_secondary": 500
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 500
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_genericnoicon",
+ "giftBoxFormatData": {
+ "HeaderAssetString": "Header.Congratulations",
+ "BodyAssetString": "Reward.AshtonLTM"
+ }
+ }
+ },
+ "QS08-Quest_BR_Ashton_Win_SideA": {
+ "templateId": "Quest:quest_br_ashton_win_sidea",
+ "challenge_bundle_id": "QS08-QuestBundle_LTM_Ashton",
+ "objectives": {
+ "ltm_ashton_athena_win_side_a": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athena_token_brseason08ashtonbanner02",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [
+ {
+ "templateId": "HomebaseBannerIcon:brs8ashtonboardwalk",
+ "quantity": 1
+ }
+ ],
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_genericnoicon",
+ "giftBoxFormatData": {
+ "HeaderAssetString": "Header.Congratulations",
+ "BodyAssetString": "Reward.AshtonLTM"
+ }
+ }
+ },
+ "QS08-Quest_BR_Goose_DealDamage_SMGorMinigun": {
+ "templateId": "Quest:quest_br_goose_dealdamage_smgorminigun",
+ "challenge_bundle_id": "QS08-QuestBundle_LTM_Goose",
+ "objectives": {
+ "ltm_goose_damage_athena_player_smgminigun": 4000
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 500
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_Goose_Collect_Floating_Upgrades": {
+ "templateId": "Quest:quest_br_goose_collect_floating_upgrades",
+ "challenge_bundle_id": "QS08-QuestBundle_LTM_Goose",
+ "objectives": {
+ "ltm_goose_collect_athena_floating_upgrades_weap_c": 1,
+ "ltm_goose_collect_athena_floating_upgrades_weap_r": 1,
+ "ltm_goose_collect_athena_floating_upgrades_weap_sr": 1,
+ "ltm_goose_collect_athena_floating_upgrades_weap_uc": 1,
+ "ltm_goose_collect_athena_floating_upgrades_weap_vr": 1
+ },
+ "objectiveCompletionCount": 5,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 500
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_Goose_Play_Matches": {
+ "templateId": "Quest:quest_br_goose_play_matches",
+ "challenge_bundle_id": "QS08-QuestBundle_LTM_Goose",
+ "objectives": {
+ "ltm_goose_athena_play_matches": 7
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaItemWrap:wrap_038_pilotskull",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_genericnoicon",
+ "giftBoxFormatData": {
+ "HeaderAssetString": "Header.Congratulations",
+ "BodyAssetString": "Reward.AirRoyale"
+ }
+ }
+ },
+ "QS08-Quest_BR_Goose_DealDamage_Pistol": {
+ "templateId": "Quest:quest_br_goose_dealdamage_pistol",
+ "challenge_bundle_id": "QS08-QuestBundle_LTM_Goose",
+ "objectives": {
+ "ltm_goose_damage_athena_player_pistol": 2000
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 500
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_Goose_Destroy_Stormwings": {
+ "templateId": "Quest:quest_br_goose_destroy_stormwings",
+ "challenge_bundle_id": "QS08-QuestBundle_LTM_Goose",
+ "objectives": {
+ "ltm_goose_destroy_athena_stormwings": 5
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 500
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_Goose_Outlast": {
+ "templateId": "Quest:quest_br_goose_outlast",
+ "challenge_bundle_id": "QS08-QuestBundle_LTM_Goose",
+ "objectives": {
+ "ltm_goose_athena_outlast": 100
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaItemWrap:wrap_040_pilotfalcon",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_genericnoicon",
+ "giftBoxFormatData": {
+ "HeaderAssetString": "Header.Congratulations",
+ "BodyAssetString": "Reward.AirRoyale"
+ }
+ }
+ },
+ "QS08-Quest_BR_Goose_DealDamage_AR": {
+ "templateId": "Quest:quest_br_goose_dealdamage_ar",
+ "challenge_bundle_id": "QS08-QuestBundle_LTM_Goose",
+ "objectives": {
+ "ltm_goose_damage_athena_player_assaultrifle": 5000
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 500
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_Goose_Damage_Stormwings": {
+ "templateId": "Quest:quest_br_goose_damage_stormwings",
+ "challenge_bundle_id": "QS08-QuestBundle_LTM_Goose",
+ "objectives": {
+ "ltm_goose_damage_athena_stormwings": 4000
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 500
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_Goose_Place_Top5": {
+ "templateId": "Quest:quest_br_goose_place_top5",
+ "challenge_bundle_id": "QS08-QuestBundle_LTM_Goose",
+ "objectives": {
+ "ltm_goose_athena_place_top5": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaItemWrap:wrap_039_pilotwolf",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_genericnoicon",
+ "giftBoxFormatData": {
+ "HeaderAssetString": "Header.Congratulations",
+ "BodyAssetString": "Reward.AirRoyale"
+ }
+ }
+ },
+ "QS08-Quest_BR_Heist_CompleteQuests": {
+ "templateId": "Quest:quest_br_heist_completequests",
+ "challenge_bundle_id": "QS08-QuestBundle_LTM_Heist_V2",
+ "objectives": {
+ "ltm_heistbundle_athena_quest_completequests_tokens": 2
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaPickaxe:pickaxe_id_092_bling",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_genericnoicon",
+ "giftBoxFormatData": {
+ "HeaderAssetString": "Header.Congratulations",
+ "BodyAssetString": "Reward.GenericGift5"
+ }
+ }
+ },
+ "QS08-Quest_BR_Heist_win": {
+ "templateId": "Quest:quest_br_heist_win",
+ "challenge_bundle_id": "QS08-QuestBundle_LTM_Heist_V2",
+ "objectives": {
+ "ltm_heistbundle_athena_win": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaBackpack:bid_235_heist",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [
+ {
+ "templateId": "Token:athena_heist_challenge_token",
+ "quantity": 1
+ }
+ ],
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_genericnoicon",
+ "giftBoxFormatData": {
+ "HeaderAssetString": "Header.Congratulations",
+ "BodyAssetString": "Reward.GenericGift5"
+ }
+ }
+ },
+ "QS08-Quest_BR_Heist_win_matches_A": {
+ "templateId": "Quest:quest_br_heist_win_matches_a",
+ "challenge_bundle_id": "QS08-QuestBundle_LTM_Heist_V2",
+ "objectives": {
+ "ltm_heistbundle_athena_win_matches_a": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_165_heist_backbling_styleb",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [
+ {
+ "templateId": "Token:athena_heist_challenge_token",
+ "quantity": 1
+ }
+ ],
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_genericnoicon",
+ "giftBoxFormatData": {
+ "HeaderAssetString": "Header.Congratulations",
+ "BodyAssetString": "Reward.GenericGift5"
+ }
+ }
+ },
+ "QS08-Quest_BR_Heist_win_matches_B": {
+ "templateId": "Quest:quest_br_heist_win_matches_b",
+ "challenge_bundle_id": "QS08-QuestBundle_LTM_Heist_V2",
+ "objectives": {
+ "ltm_heistbundle_athena_win_matches_b": 5
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_166_heist_backbling_stylec",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [
+ {
+ "templateId": "Token:athena_heist_challenge_token",
+ "quantity": 1
+ }
+ ],
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_genericnoicon",
+ "giftBoxFormatData": {
+ "HeaderAssetString": "Header.Congratulations",
+ "BodyAssetString": "Reward.GenericGift5"
+ }
+ }
+ },
+ "QS08-Quest_BR_Heist_Use_Grappler": {
+ "templateId": "Quest:quest_br_heist_use_grappler",
+ "challenge_bundle_id": "QS08-QuestBundle_LTM_Heist_V2",
+ "objectives": {
+ "ltm_heistbundle_athena_use_grappler_differentmatches": 5
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaLoadingScreen:lsid_118_heist",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [
+ {
+ "templateId": "Token:athena_heist_challenge_token",
+ "quantity": 1
+ }
+ ],
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_genericnoicon",
+ "giftBoxFormatData": {
+ "HeaderAssetString": "Header.Congratulations",
+ "BodyAssetString": "Reward.GenericGift5"
+ }
+ }
+ },
+ "QS08-Quest_BR_Heist_Damage_DiamondCarriers": {
+ "templateId": "Quest:quest_br_heist_damage_diamondcarriers",
+ "challenge_bundle_id": "QS08-QuestBundle_LTM_Heist_V2",
+ "objectives": {
+ "ltm_heistbundle_damage_athena_player_withdiamond": 500
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaDance:spid_044_bling",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_genericnoicon",
+ "giftBoxFormatData": {
+ "HeaderAssetString": "Header.Congratulations",
+ "BodyAssetString": "Reward.GenericGift5"
+ }
+ }
+ },
+ "QS08-Quest_BR_Heist_PickupDiamond_DifferentMatches": {
+ "templateId": "Quest:quest_br_heist_pickupdiamond_differentmatches",
+ "challenge_bundle_id": "QS08-QuestBundle_LTM_Heist_V2",
+ "objectives": {
+ "ltm_heistbundle_athena_pickupdiamond_differentmatches": 5
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaSkyDiveContrail:trails_id_021_bling",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_genericnoicon",
+ "giftBoxFormatData": {
+ "HeaderAssetString": "Header.Congratulations",
+ "BodyAssetString": "Reward.GenericGift5"
+ }
+ }
+ },
+ "QS08-Quest_BR_PP_Visit_PirateCamps": {
+ "templateId": "Quest:quest_br_pp_visit_piratecamps",
+ "challenge_bundle_id": "QS08-QuestBundle_PirateParty",
+ "objectives": {
+ "battlepass_visit_athena_piratecamp_pirate_party": 10
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaGlider:glider_id_132_pirate01octopus",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_genericnoicon",
+ "giftBoxFormatData": {
+ "HeaderAssetString": "Header.Congratulations",
+ "BodyAssetString": "Reward.GenericGift5"
+ }
+ }
+ },
+ "QS08-Quest_BR_PP_BuriedTreasure": {
+ "templateId": "Quest:quest_br_pp_buriedtreasure",
+ "challenge_bundle_id": "QS08-QuestBundle_PirateParty",
+ "objectives": {
+ "battlepass_use_find_buried_treasure": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaDance:spid_105_parrot",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_genericnoicon",
+ "giftBoxFormatData": {
+ "HeaderAssetString": "Header.Congratulations",
+ "BodyAssetString": "Reward.GenericGift5"
+ }
+ }
+ },
+ "QS08-Quest_BR_PP_Top10_Squads_WithFriend": {
+ "templateId": "Quest:quest_br_pp_top10_squads_withfriend",
+ "challenge_bundle_id": "QS08-QuestBundle_PirateParty",
+ "objectives": {
+ "overtime_battlepass_top10_squad_with_friend": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athenatoken_brseason08_pirateparty",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [
+ {
+ "templateId": "HomebaseBannerIcon:brs8compass",
+ "quantity": 1
+ }
+ ],
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_genericnoicon",
+ "giftBoxFormatData": {
+ "HeaderAssetString": "Header.Congratulations",
+ "BodyAssetString": "Reward.GenericGift5"
+ }
+ }
+ },
+ "QS08-Quest_BR_PP_Use_Cannon": {
+ "templateId": "Quest:quest_br_pp_use_cannon",
+ "challenge_bundle_id": "QS08-QuestBundle_PirateParty",
+ "objectives": {
+ "be_the_cannon_ball": 5
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 1000
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_genericnoicon",
+ "giftBoxFormatData": {
+ "HeaderAssetString": "Header.Congratulations",
+ "BodyAssetString": "Reward.GenericGift5"
+ }
+ }
+ },
+ "QS08-Quest_BR_S8_Cumulative_Complete_WeeklyChallenges_01": {
+ "templateId": "Quest:quest_br_s8_cumulative_complete_weeklychallenges_01",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Cumulative",
+ "objectives": {
+ "athena_s8cumulative_complete_weeklychallenges_01": 55
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaCharacter:cid_378_athena_commando_m_furnaceface",
+ "quantity": 1
},
- "objectiveCompletionCount": 1,
- "rewards": [
+ {
+ "templateId": "ChallengeBundleSchedule:season8_ruin_schedule",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_challengecomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ "QS08-Quest_BR_S8_Cumulative_Quest01": {
+ "templateId": "Quest:quest_br_s8_cumulative_quest01",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Cumulative",
+ "objectives": {
+ "battlepass_interact_cumulative_quest_01": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_S8_Cumulative_CollectTokens_001": {
+ "templateId": "Quest:quest_br_s8_cumulative_collecttokens_001",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Cumulative",
+ "objectives": {
+ "battlepass_season8_cumulative_token01": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athena_fake_ls_s8_01",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_s8_cumulative_quest01",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [
+ {
+ "templateId": "AthenaLoadingScreen:lsid_107_s8cumulative01",
+ "quantity": 1
+ }
+ ],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_S8_Cumulative_Quest02": {
+ "templateId": "Quest:quest_br_s8_cumulative_quest02",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Cumulative",
+ "objectives": {
+ "battlepass_interact_cumulative_quest_02": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athenatoken_brseason08cumulativels2",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [
+ {
+ "templateId": "HomebaseBannerIcon:brs8cumulativels2",
+ "quantity": 1
+ }
+ ],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_S8_Cumulative_CollectTokens_002": {
+ "templateId": "Quest:quest_br_s8_cumulative_collecttokens_002",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Cumulative",
+ "objectives": {
+ "battlepass_season8_cumulative_token02": 2
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athena_fake_ls_s8_02",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_s8_cumulative_quest02",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [
+ {
+ "templateId": "AthenaLoadingScreen:lsid_108_s8cumulative02",
+ "quantity": 1
+ }
+ ],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_S8_Cumulative_Quest03": {
+ "templateId": "Quest:quest_br_s8_cumulative_quest03",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Cumulative",
+ "objectives": {
+ "battlepass_interact_cumulative_quest_03": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_S8_Cumulative_CollectTokens_003": {
+ "templateId": "Quest:quest_br_s8_cumulative_collecttokens_003",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Cumulative",
+ "objectives": {
+ "battlepass_season8_cumulative_token03": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athena_fake_ls_s8_03",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_s8_cumulative_quest03",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [
+ {
+ "templateId": "AthenaLoadingScreen:lsid_109_s8cumulative03",
+ "quantity": 1
+ }
+ ],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_S8_Cumulative_Quest04": {
+ "templateId": "Quest:quest_br_s8_cumulative_quest04",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Cumulative",
+ "objectives": {
+ "battlepass_interact_cumulative_quest_04": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athenatoken_brseason08cumulativels4",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [
+ {
+ "templateId": "HomebaseBannerIcon:brs8cumulativels4",
+ "quantity": 1
+ }
+ ],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_S8_Cumulative_CollectTokens_004": {
+ "templateId": "Quest:quest_br_s8_cumulative_collecttokens_004",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Cumulative",
+ "objectives": {
+ "battlepass_season8_cumulative_token04": 4
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athena_fake_ls_s8_04",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_s8_cumulative_quest04",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [
+ {
+ "templateId": "AthenaLoadingScreen:lsid_110_s8cumulative04",
+ "quantity": 1
+ }
+ ],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_S8_Cumulative_Quest05": {
+ "templateId": "Quest:quest_br_s8_cumulative_quest05",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Cumulative",
+ "objectives": {
+ "battlepass_interact_cumulative_quest_05": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_S8_Cumulative_CollectTokens_005": {
+ "templateId": "Quest:quest_br_s8_cumulative_collecttokens_005",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Cumulative",
+ "objectives": {
+ "battlepass_season8_cumulative_token05": 5
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athena_fake_ls_s8_05",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_s8_cumulative_quest05",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [
+ {
+ "templateId": "AthenaLoadingScreen:lsid_111_s8cumulative05",
+ "quantity": 1
+ }
+ ],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_S8_Cumulative_Quest06": {
+ "templateId": "Quest:quest_br_s8_cumulative_quest06",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Cumulative",
+ "objectives": {
+ "battlepass_interact_cumulative_quest_06": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athenatoken_brseason08cumulativels6",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [
+ {
+ "templateId": "HomebaseBannerIcon:brs8cumulativels6",
+ "quantity": 1
+ }
+ ],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_S8_Cumulative_CollectTokens_006": {
+ "templateId": "Quest:quest_br_s8_cumulative_collecttokens_006",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Cumulative",
+ "objectives": {
+ "battlepass_season8_cumulative_token06": 6
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athena_fake_ls_s8_06",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_s8_cumulative_quest06",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [
+ {
+ "templateId": "AthenaLoadingScreen:lsid_112_s8cumulative06",
+ "quantity": 1
+ }
+ ],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_S8_Cumulative_Quest07": {
+ "templateId": "Quest:quest_br_s8_cumulative_quest07",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Cumulative",
+ "objectives": {
+ "battlepass_interact_cumulative_quest_07": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_S8_Cumulative_CollectTokens_007": {
+ "templateId": "Quest:quest_br_s8_cumulative_collecttokens_007",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Cumulative",
+ "objectives": {
+ "battlepass_season8_cumulative_token07": 7
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athena_fake_ls_s8_07",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_s8_cumulative_quest07",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [
+ {
+ "templateId": "AthenaLoadingScreen:lsid_113_s8cumulative07",
+ "quantity": 1
+ }
+ ],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_S8_Cumulative_Quest08": {
+ "templateId": "Quest:quest_br_s8_cumulative_quest08",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Cumulative",
+ "objectives": {
+ "battlepass_interact_cumulative_quest_08": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athenatoken_brseason08cumulativels8",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [
+ {
+ "templateId": "HomebaseBannerIcon:brs8cumulativels8",
+ "quantity": 1
+ }
+ ],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_S8_Cumulative_CollectTokens_008": {
+ "templateId": "Quest:quest_br_s8_cumulative_collecttokens_008",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Cumulative",
+ "objectives": {
+ "battlepass_season8_cumulative_token08": 8
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athena_fake_ls_s8_08",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_s8_cumulative_quest08",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [
+ {
+ "templateId": "AthenaLoadingScreen:lsid_114_s8cumulative08",
+ "quantity": 1
+ }
+ ],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_S8_Cumulative_Quest09": {
+ "templateId": "Quest:quest_br_s8_cumulative_quest09",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Cumulative",
+ "objectives": {
+ "battlepass_interact_cumulative_quest_09": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_S8_Cumulative_CollectTokens_009": {
+ "templateId": "Quest:quest_br_s8_cumulative_collecttokens_009",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Cumulative",
+ "objectives": {
+ "battlepass_season8_cumulative_token09": 9
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athena_fake_ls_s8_09",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_s8_cumulative_quest09",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [
+ {
+ "templateId": "AthenaLoadingScreen:lsid_115_s8cumulative09",
+ "quantity": 1
+ }
+ ],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_S8_Cumulative_Quest10": {
+ "templateId": "Quest:quest_br_s8_cumulative_quest10",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Cumulative",
+ "objectives": {
+ "battlepass_interact_cumulative_quest_10": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athenatoken_brseason08cumulativels10",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [
+ {
+ "templateId": "HomebaseBannerIcon:brs8cumulativels10",
+ "quantity": 1
+ }
+ ],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_S8_Cumulative_CollectTokens_010": {
+ "templateId": "Quest:quest_br_s8_cumulative_collecttokens_010",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Cumulative",
+ "objectives": {
+ "battlepass_season8_cumulative_token10": 10
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athena_fake_ls_s8_10",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_s8_cumulative_quest10",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [
+ {
+ "templateId": "AthenaLoadingScreen:lsid_116_s8cumulative10",
+ "quantity": 1
+ }
+ ],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_S8_ExtraCredit_CompleteQuests_ChainTest_01b": {
+ "templateId": "Quest:quest_br_s8_extracredit_completequests_chaintest_01b",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_ExtraCredit",
+ "objectives": {
+ "quest_s7_overtime_completequests_test_02": 2
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_176_medusa_styleb",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_S8_ExtraCredit_CompleteQuests_ChainTest_01a": {
+ "templateId": "Quest:quest_br_s8_extracredit_completequests_chaintest_01a",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_ExtraCredit",
+ "objectives": {
+ "quest_s8_extracredit_completequests_test_01": 23
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaCharacter:cid_348_athena_commando_f_medusa",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_s8_extracredit_completequests_chaintest_01b",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_S8_ExtraCredit_CompleteQuests_ChainTest_02b": {
+ "templateId": "Quest:quest_br_s8_extracredit_completequests_chaintest_02b",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_ExtraCredit",
+ "objectives": {
+ "quest_s8_extracredit_completequests_test_04": 4
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_174_fireelf_styleb",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_S8_ExtraCredit_CompleteQuests_ChainTest_02a": {
+ "templateId": "Quest:quest_br_s8_extracredit_completequests_chaintest_02a",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_ExtraCredit",
+ "objectives": {
+ "quest_s8_extracredit_completequests_test_03": 71
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaCharacter:cid_351_athena_commando_f_fireelf",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_s8_extracredit_completequests_chaintest_02b",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_S8_ExtraCredit_CompleteQuests_ChainTest_03b": {
+ "templateId": "Quest:quest_br_s8_extracredit_completequests_chaintest_03b",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_ExtraCredit",
+ "objectives": {
+ "quest_s8_extracredit_completequests_test_06": 6
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_175_masterkey_stylec",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_S8_ExtraCredit_CompleteQuests_ChainTest_03a": {
+ "templateId": "Quest:quest_br_s8_extracredit_completequests_chaintest_03a",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_ExtraCredit",
+ "objectives": {
+ "quest_s8_extracredit_completequests_test_05": 87
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaCharacter:cid_350_athena_commando_m_masterkey",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_s8_extracredit_completequests_chaintest_03b",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_ExtraCredit_Creative_CollectCoins": {
+ "templateId": "Quest:quest_br_extracredit_creative_collectcoins",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_ExtraCredit",
+ "objectives": {
+ "overtime_battlepass_play_featured_creative_content": 20
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 1000
+ }
+ ],
+ "hiddenRewards": [
+ {
+ "templateId": "Token:athena_s8extracredit_challenge_token",
+ "quantity": 1
+ }
+ ],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_ExtraCredit_Top10_Squads_WithFriend": {
+ "templateId": "Quest:quest_br_extracredit_top10_squads_withfriend",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_ExtraCredit",
+ "objectives": {
+ "extracredit_battlepass_top10_squad_with_friend": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 1000
+ }
+ ],
+ "hiddenRewards": [
+ {
+ "templateId": "Token:athena_s8extracredit_challenge_token",
+ "quantity": 1
+ }
+ ],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_ExtraCredit_Damage": {
+ "templateId": "Quest:quest_br_extracredit_damage",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_ExtraCredit",
+ "objectives": {
+ "extracredit_battlepass_damage_athena_player": 1000
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 1000
+ }
+ ],
+ "hiddenRewards": [
+ {
+ "templateId": "Token:athena_s8extracredit_challenge_token",
+ "quantity": 1
+ }
+ ],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_ExtraCredit_Top15_Duos_WithFriend": {
+ "templateId": "Quest:quest_br_extracredit_top15_duos_withfriend",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_ExtraCredit",
+ "objectives": {
+ "extracredit_battlepass_top15_duos_with_friend": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 1000
+ }
+ ],
+ "hiddenRewards": [
+ {
+ "templateId": "Token:athena_s8extracredit_challenge_token",
+ "quantity": 1
+ }
+ ],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_ExtraCredit_Outlast": {
+ "templateId": "Quest:quest_br_extracredit_outlast",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_ExtraCredit",
+ "objectives": {
+ "extracredit_battlepass_outlast": 500
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 1000
+ }
+ ],
+ "hiddenRewards": [
+ {
+ "templateId": "Token:athena_s8extracredit_challenge_token",
+ "quantity": 1
+ }
+ ],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_ExtraCredit_Place_Top25_Solo": {
+ "templateId": "Quest:quest_br_extracredit_place_top25_solo",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_ExtraCredit",
+ "objectives": {
+ "extracredit_battlepass_athena_place_solo_top_25": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 1000
+ }
+ ],
+ "hiddenRewards": [
+ {
+ "templateId": "Token:athena_s8extracredit_challenge_token",
+ "quantity": 1
+ }
+ ],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_Visit_PirateCamps": {
+ "templateId": "Quest:quest_br_visit_piratecamps",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Week_001",
+ "objectives": {
+ "battlepass_visit_athena_piratecamp_01": 1,
+ "battlepass_visit_athena_piratecamp_02": 1,
+ "battlepass_visit_athena_piratecamp_03": 1,
+ "battlepass_visit_athena_piratecamp_04": 1,
+ "battlepass_visit_athena_piratecamp_05": 1,
+ "battlepass_visit_athena_piratecamp_06": 1,
+ "battlepass_visit_athena_piratecamp_07": 1
+ },
+ "objectiveCompletionCount": 7,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_Interact_Chests_TwoLocations_01": {
+ "templateId": "Quest:quest_br_interact_chests_twolocations_01",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Week_001",
+ "objectives": {
+ "battlepass_interact_chests_twolocations_01": 7
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_Damage_Chain_Dual_C": {
+ "templateId": "Quest:quest_br_damage_chain_dual_c",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Week_001",
+ "objectives": {
+ "battlepass_damage_athena_player_chain_dual_c_1": 1,
+ "battlepass_damage_athena_player_chain_dual_c_2": 1
+ },
+ "objectiveCompletionCount": 2,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 4
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_Damage_Chain_Dual_B": {
+ "templateId": "Quest:quest_br_damage_chain_dual_b",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Week_001",
+ "objectives": {
+ "battlepass_damage_athena_player_chain_dual_b_1": 1,
+ "battlepass_damage_athena_player_chain_dual_b_2": 1
+ },
+ "objectiveCompletionCount": 2,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 3
+ },
+ {
+ "templateId": "Quest:quest_br_damage_chain_dual_c",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_Damage_Chain_Dual_A": {
+ "templateId": "Quest:quest_br_damage_chain_dual_a",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Week_001",
+ "objectives": {
+ "battlepass_damage_athena_player_chain_dual_a_1": 1,
+ "battlepass_damage_athena_player_chain_dual_a_2": 1
+ },
+ "objectiveCompletionCount": 2,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 3
+ },
+ {
+ "templateId": "Quest:quest_br_damage_chain_dual_b",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_Visit_GiantFaces": {
+ "templateId": "Quest:quest_br_visit_giantfaces",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Week_001",
+ "objectives": {
+ "battlepass_visit_athena_location_cliff_face_desert": 1,
+ "battlepass_visit_athena_location_cliff_face_jungle": 1,
+ "battlepass_visit_athena_location_cliff_face_snow": 1
+ },
+ "objectiveCompletionCount": 3,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_Use_Geyser_DifferentMatches": {
+ "templateId": "Quest:quest_br_use_geyser_differentmatches",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Week_001",
+ "objectives": {
+ "battlepass_use_item_geyser": 5
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_Eliminate_ExploShotGunAR": {
+ "templateId": "Quest:quest_br_eliminate_exploshotgunar",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Week_001",
+ "objectives": {
+ "battlepass_killingblow_athena_player_3weaps_shotgun": 1,
+ "battlepass_killingblow_athena_player_3weaps_ar": 1,
+ "battlepass_killingblow_athena_player_3weaps_explosive": 1
+ },
+ "objectiveCompletionCount": 3,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_Damage_Vehicle_Opponent": {
+ "templateId": "Quest:quest_br_damage_vehicle_opponent",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Week_001",
+ "objectives": {
+ "battlepass_damage_athena_vehicle_with_opponent_inside": 200
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_Land_Chain_01_E": {
+ "templateId": "Quest:quest_br_land_chain_01_e",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Week_002",
+ "objectives": {
+ "battlepass_land_athena_chain_tilted_01_e": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_Land_Chain_01_D": {
+ "templateId": "Quest:quest_br_land_chain_01_d",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Week_002",
+ "objectives": {
+ "battlepass_land_athena_chain_lonely_01_d": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_land_chain_01_e",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_Land_Chain_01_C": {
+ "templateId": "Quest:quest_br_land_chain_01_c",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Week_002",
+ "objectives": {
+ "battlepass_land_athena_chain_lucky_01_c": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_land_chain_01_d",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_Land_Chain_01_B": {
+ "templateId": "Quest:quest_br_land_chain_01_b",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Week_002",
+ "objectives": {
+ "battlepass_land_athena_chain_pleasant_01_b": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_land_chain_01_c",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_Land_Chain_01_A": {
+ "templateId": "Quest:quest_br_land_chain_01_a",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Week_002",
+ "objectives": {
+ "battlepass_land_athena_chain_lonely_01_a_": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_land_chain_01_b",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_Damage_Falling_SupplyDrops": {
+ "templateId": "Quest:quest_br_damage_falling_supplydrops",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Week_002",
+ "objectives": {
+ "battlepass_athena_damage_descending_supply_drops": 200
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_Eliminate_Location_Salty_Or_Haunted": {
+ "templateId": "Quest:quest_br_eliminate_location_salty_or_haunted",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Week_002",
+ "objectives": {
+ "battlepass_killingblow_athena_player_salty_or_haunted": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_Interact_HealingItems_QuestChain_02_C": {
+ "templateId": "Quest:quest_br_interact_healingitems_questchain_02_c",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Week_002",
+ "objectives": {
+ "athena_battlepass_heal_player_medkit_chain3": 75
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 2
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_Interact_HealingItems_Chain_02_B": {
+ "templateId": "Quest:quest_br_interact_healingitems_chain_02_b",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Week_002",
+ "objectives": {
+ "athena_battlepass_heal_player_cozycampfire_chain2": 50
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 2
+ },
+ {
+ "templateId": "Quest:quest_br_interact_healingitems_questchain_02_c",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_Interact_HealingItems_QuestChain_02_A": {
+ "templateId": "Quest:quest_br_interact_healingitems_questchain_02_a",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Week_002",
+ "objectives": {
+ "athena_battlepass_heal_forageditems_apples_chain1": 25
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_interact_healingitems_chain_02_b",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_Visit_Farthest_Points": {
+ "templateId": "Quest:quest_br_visit_farthest_points",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Week_002",
+ "objectives": {
+ "athena_battlepass_visit_far_north": 1,
+ "athena_battlepass_visit_far_south": 1,
+ "athena_battlepass_visit_far_east": 1,
+ "athena_battlepass_visit_far_west": 1
+ },
+ "objectiveCompletionCount": 4,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_Damage_Player_With_Cannon": {
+ "templateId": "Quest:quest_br_damage_player_with_cannon",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Week_002",
+ "objectives": {
+ "battlepass_damage_athena_player_with_cannon": 100
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_Interact_Chests_Locations_Different_SingleMatch": {
+ "templateId": "Quest:quest_br_interact_chests_locations_different_singlematch",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Week_002",
+ "objectives": {
+ "battlepass_interact_chest_athena_location_different_lazylinks": 1,
+ "battlepass_interact_chest_athena_location_different_dustydivot": 1,
+ "battlepass_interact_chest_athena_location_different_fatalfields": 1,
+ "battlepass_interact_chest_athena_location_different_flushfactory": 1,
+ "battlepass_interact_chest_athena_location_different_greasygrove": 1,
+ "battlepass_interact_chest_athena_location_different_hauntedhills": 1,
+ "battlepass_interact_chest_athena_location_different_junkjunction": 1,
+ "battlepass_interact_chest_athena_location_different_luckylanding": 1,
+ "battlepass_interact_chest_athena_location_different_lonelylodge": 1,
+ "battlepass_interact_chest_athena_location_different_lootlake": 1,
+ "battlepass_interact_chest_athena_location_different_paradisepalms": 1,
+ "battlepass_interact_chest_athena_location_different_pleasantpark": 1,
+ "battlepass_interact_chest_athena_location_different_retailrow": 1,
+ "battlepass_interact_chest_athena_location_different_shiftyshafts": 1,
+ "battlepass_interact_chest_athena_location_different_saltysprings": 1,
+ "battlepass_interact_chest_athena_location_different_snobbyshores": 1,
+ "battlepass_interact_chest_athena_location_different_tiltedtowers": 1,
+ "battlepass_interact_chest_athena_location_different_tomatotemple": 1,
+ "battlepass_interact_chest_athena_location_different_wailingwoods": 1,
+ "battlepass_interact_chest_athena_location_different_riskyreels": 1,
+ "battlepass_interact_chest_athena_location_different_polarpeak": 1,
+ "battlepass_interact_chest_athena_location_different_frostyflights": 1,
+ "interact_athena_treasurechest_lazylagoon": 1,
+ "interact_athena_treasurechest_sunnysteps": 1,
+ "interact_athena_treasurechest_happyhamlet": 1
+ },
+ "objectiveCompletionCount": 3,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_Visit_TwoNamedLocs_Chain_01_E": {
+ "templateId": "Quest:quest_br_visit_twonamedlocs_chain_01_e",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Week_003",
+ "objectives": {
+ "battlepass_visit_athena_location_snobbyshores_chain_01": 1,
+ "battlepass_visit_athena_location_saltysprings_chain_01": 1
+ },
+ "objectiveCompletionCount": 2,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_Visit_TwoNamedLocs_Chain_01_D": {
+ "templateId": "Quest:quest_br_visit_twonamedlocs_chain_01_d",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Week_003",
+ "objectives": {
+ "battlepass_visit_athena_location_lucklanding_chain_01": 1,
+ "battlepass_visit_athena_location_tiltedtowers_chain_01": 1
+ },
+ "objectiveCompletionCount": 2,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_visit_twonamedlocs_chain_01_e",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_Visit_TwoNamedLocs_Chain_01_C": {
+ "templateId": "Quest:quest_br_visit_twonamedlocs_chain_01_c",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Week_003",
+ "objectives": {
+ "battlepass_visit_athena_location_greasygrove_chain_01": 1,
+ "battlepass_visit_athena_location_lootlake_chain_01": 1
+ },
+ "objectiveCompletionCount": 2,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_visit_twonamedlocs_chain_01_d",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_Visit_TwoNamedLocs_Chain_01_B": {
+ "templateId": "Quest:quest_br_visit_twonamedlocs_chain_01_b",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Week_003",
+ "objectives": {
+ "battlepass_visit_athena_location_paradisepalms_chain_01": 1,
+ "battlepass_visit_athena_location_dustydivot_chain_01": 1
+ },
+ "objectiveCompletionCount": 2,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_visit_twonamedlocs_chain_01_c",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_Visit_TwoNamedLocs_Chain_01_A": {
+ "templateId": "Quest:quest_br_visit_twonamedlocs_chain_01_a",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Week_003",
+ "objectives": {
+ "battlepass_visit_athena_location_riskyreels_chain_01": 1,
+ "battlepass_visit_athena_location_wailingwoods_chain_01": 1
+ },
+ "objectiveCompletionCount": 2,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_visit_twonamedlocs_chain_01_b",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_3BiomeContext_Stage3_Interact_Chests_Jungle": {
+ "templateId": "Quest:quest_br_3biomecontext_stage3_interact_chests_jungle",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Week_003",
+ "objectives": {
+ "athena_battlepass_destroy_athena_treesrockscars_trees": 5
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 2
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_3BiomeContext_Stage2_Interact_Ammoboxes_Snow": {
+ "templateId": "Quest:quest_br_3biomecontext_stage2_interact_ammoboxes_snow",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Week_003",
+ "objectives": {
+ "athena_battlepass_destroy_athena_interact_ammoboxes_snow": 7
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Quest:quest_br_3biomecontext_stage3_interact_chests_jungle",
+ "quantity": 1
+ },
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 2
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_3BiomeContext_Stage1_Destroy_Cacti_Desert": {
+ "templateId": "Quest:quest_br_3biomecontext_stage1_destroy_cacti_desert",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Week_003",
+ "objectives": {
+ "athena_battlepass_destroy_athena_cacti_desert": 30
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Quest:quest_br_3biomecontext_stage2_interact_ammoboxes_snow",
+ "quantity": 1
+ },
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_Use_Trap_SingleMatch": {
+ "templateId": "Quest:quest_br_use_trap_singlematch",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Week_003",
+ "objectives": {
+ "battlepass_place_athena_trap_spike_singlematch": 1,
+ "battlepass_place_athena_trap_mountedturret_singlematch": 1,
+ "battlepass_place_athena_trap_launchpad_singlematch": 1,
+ "battlepass_place_athena_trap_campfire_singlematch": 1
+ },
+ "objectiveCompletionCount": 2,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_Interact_ScavengerHunt_TreasureMap_02": {
+ "templateId": "Quest:quest_br_interact_scavengerhunt_treasuremap_02",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Week_003",
+ "objectives": {
+ "battlepass_interact_athena_hidden_star_03": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_Interact_Chests_TwoLocations_02": {
+ "templateId": "Quest:quest_br_interact_chests_twolocations_02",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Week_003",
+ "objectives": {
+ "battlepass_interact_chests_twolocations_02": 7
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_Damage_Headshot": {
+ "templateId": "Quest:quest_br_damage_headshot",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Week_003",
+ "objectives": {
+ "battlepass_damage_athena_player_head_shots": 250
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_Eliminate_3Weapons_01": {
+ "templateId": "Quest:quest_br_eliminate_3weapons_01",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Week_003",
+ "objectives": {
+ "battlepass_killingblow_athena_player_3weaps_smg": 1,
+ "battlepass_killingblow_athena_player_3weaps_pistol": 1,
+ "battlepass_killingblow_athena_player_3weaps_sniper": 1
+ },
+ "objectiveCompletionCount": 3,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_Land_Chain_02E": {
+ "templateId": "Quest:quest_br_land_chain_02e",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Week_004",
+ "objectives": {
+ "battlepass_land_athena_location_paradise_chain_02e": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_Land_Chain_02D": {
+ "templateId": "Quest:quest_br_land_chain_02d",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Week_004",
+ "objectives": {
+ "battlepass_land_athena_location_pleasant_chain_02d": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_land_chain_02e",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_Land_Chain_02C": {
+ "templateId": "Quest:quest_br_land_chain_02c",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Week_004",
+ "objectives": {
+ "battlepass_land_athena_location_dusty_chain_02c": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_land_chain_02d",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_Land_Chain_02B": {
+ "templateId": "Quest:quest_br_land_chain_02b",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Week_004",
+ "objectives": {
+ "battlepass_land_athena_location_wailing_chain_02b": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_land_chain_02c",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_Land_Chain_02A": {
+ "templateId": "Quest:quest_br_land_chain_02a",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Week_004",
+ "objectives": {
+ "battlepass_land_athena_location_greasy_chain_02a": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_land_chain_02b",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_Use_Hamsterball": {
+ "templateId": "Quest:quest_br_use_hamsterball",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Week_004",
+ "objectives": {
+ "battlepass_athena_use_hamsterball": 5
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_Eliminate_ScopedWeapon_and_SilencedWeapon": {
+ "templateId": "Quest:quest_br_eliminate_scopedweapon_and_silencedweapon",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Week_004",
+ "objectives": {
+ "battlepass_damage_athena_player_silenced weapon": 1,
+ "battlepass_damage_athena_player_scopedweapon": 1
+ },
+ "objectiveCompletionCount": 2,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_Destroy_Structure_AsCannonBall": {
+ "templateId": "Quest:quest_br_destroy_structure_ascannonball",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Week_004",
+ "objectives": {
+ "battlepass_damage_athena_player_as_cannonball": 25
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_BuriedTreasure": {
+ "templateId": "Quest:quest_br_buriedtreasure",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Week_004",
+ "objectives": {
+ "battlepass_use_find_buried_treasure": 2
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_Eliminate_TwoLocations_03": {
+ "templateId": "Quest:quest_br_eliminate_twolocations_03",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Week_004",
+ "objectives": {
+ "battlepass_killingblow_athena_player_twolocations_happy_or_pleasant": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_Outlive_Opponents_Chain_3": {
+ "templateId": "Quest:quest_br_outlive_opponents_chain_3",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Week_004",
+ "objectives": {
+ "quest_br_outlive_players_chain_3": 80
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 4
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_Outlive_Opponents_Chain_2": {
+ "templateId": "Quest:quest_br_outlive_opponents_chain_2",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Week_004",
+ "objectives": {
+ "quest_br_outlive_players_chain_2": 70
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 3
+ },
+ {
+ "templateId": "Quest:quest_br_outlive_opponents_chain_3",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_Outlive_90_Opponents": {
+ "templateId": "Quest:quest_br_outlive_90_opponents",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Week_004",
+ "objectives": {
+ "quest_br_outlive_90_players_week4": 60
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 3
+ },
+ {
+ "templateId": "Quest:quest_br_outlive_opponents_chain_2",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_Damage_ScopedWeapon": {
+ "templateId": "Quest:quest_br_damage_scopedweapon",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Week_005",
+ "objectives": {
+ "battlepass_damage_athena_player_scoped_weapon": 200
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_Interact_Chests_TwoLocations_ParadiseShifty": {
+ "templateId": "Quest:quest_br_interact_chests_twolocations_paradiseshifty",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Week_005",
+ "objectives": {
+ "battlepass_interact_athena_treasurechest_paradise_or_shifty": 7
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_RaceTrack_HamsterBall": {
+ "templateId": "Quest:quest_br_racetrack_hamsterball",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Week_005",
+ "objectives": {
+ "athena_battlepass_complete_hamsterball_racetrack": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_Throw_BouncyBallToy_MinBounces": {
+ "templateId": "Quest:quest_br_throw_bouncyballtoy_minbounces",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Week_005",
+ "objectives": {
+ "battlepass_athena_bouncyball_minbounces": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_Interact_ShieldItems_QuestChain_C": {
+ "templateId": "Quest:quest_br_interact_shielditems_questchain_c",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Week_005",
+ "objectives": {
+ "athena_battlepass_shield_bigpot_chain3": 100
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 2
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_Interact_ShieldItems_QuestChain_B": {
+ "templateId": "Quest:quest_br_interact_shielditems_questchain_b",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Week_005",
+ "objectives": {
+ "athena_battlepass_shield_minipot_chain2": 100
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 2
+ },
+ {
+ "templateId": "Quest:quest_br_interact_shielditems_questchain_c",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_Interact_ShieldItems_QuestChain_A": {
+ "templateId": "Quest:quest_br_interact_shielditems_questchain_a",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Week_005",
+ "objectives": {
+ "athena_battlepass_shield_mushrooms_chain1": 50
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_interact_shielditems_questchain_b",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_Geyser_Zipline_Vehicle_SingleMatch": {
+ "templateId": "Quest:quest_br_geyser_zipline_vehicle_singlematch",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Week_005",
+ "objectives": {
+ "athena_battlepass_use_geyser_01": 1,
+ "athena_battlepass_use_zipline_02": 1,
+ "athena_battlepass_use_vehicle_01": 1
+ },
+ "objectiveCompletionCount": 3,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_Eliminate_Location_PirateCamps": {
+ "templateId": "Quest:quest_br_eliminate_location_piratecamps",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Week_005",
+ "objectives": {
+ "battlepass_killingblow_athena_player_piratecamps": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_Visit_Animal": {
+ "templateId": "Quest:quest_br_visit_animal",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Week_006",
+ "objectives": {
+ "battlepass_visit_athena_location_wooden_rabbit": 1,
+ "battlepass_visit_athena_location_stone_pig": 1,
+ "battlepass_visit_athena_location_metal_llama": 1
+ },
+ "objectiveCompletionCount": 3,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_Visit_Highest_Elevations": {
+ "templateId": "Quest:quest_br_visit_highest_elevations",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Week_006",
+ "objectives": {
+ "battlepass_visit_highest_elevation_01": 1,
+ "battlepass_visit_highest_elevation_02": 1,
+ "battlepass_visit_highest_elevation_03": 1,
+ "battlepass_visit_highest_elevation_04": 1,
+ "battlepass_visit_highest_elevation_05": 1
+ },
+ "objectiveCompletionCount": 5,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_Eliminate_TwoLocations_05": {
+ "templateId": "Quest:quest_br_eliminate_twolocations_05",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Week_006",
+ "objectives": {
+ "battlepass_killingblow_athena_player_twolocations_lazylagoon_or_frostyflights": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_Land_Chain_03E": {
+ "templateId": "Quest:quest_br_land_chain_03e",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Week_006",
+ "objectives": {
+ "battlepass_land_athena_location_leaky_chain_02e": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_Land_Chain_03D": {
+ "templateId": "Quest:quest_br_land_chain_03d",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Week_006",
+ "objectives": {
+ "battlepass_land_athena_location_haunted_chain_03d": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_land_chain_03e",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_Land_Chain_03C": {
+ "templateId": "Quest:quest_br_land_chain_03c",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Week_006",
+ "objectives": {
+ "battlepass_land_athena_location_retail_chain_03c": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_land_chain_03d",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_Land_Chain_03B": {
+ "templateId": "Quest:quest_br_land_chain_03b",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Week_006",
+ "objectives": {
+ "battlepass_land_athena_location_risky_chain_03b": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_land_chain_03c",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_Land_Chain_03A": {
+ "templateId": "Quest:quest_br_land_chain_03a",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Week_006",
+ "objectives": {
+ "battlepass_land_athena_location_shifty_chain_03a": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_land_chain_03b",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_Interact_ScavengerHunt_TreasureMap_01": {
+ "templateId": "Quest:quest_br_interact_scavengerhunt_treasuremap_01",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Week_006",
+ "objectives": {
+ "battlepass_interact_athena_hidden_star_01": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_Eliminate_Flintlock_Or_CompoundBow": {
+ "templateId": "Quest:quest_br_eliminate_flintlock_or_compoundbow",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Week_006",
+ "objectives": {
+ "battlepass_eliminate_player_flintlock_or_compoundbow": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_Use_Different_Throwable_Items_SingleMatch": {
+ "templateId": "Quest:quest_br_use_different_throwable_items_singlematch",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Week_006",
+ "objectives": {
+ "battlepass_ability_thrown_item_explosivegrenade": 1,
+ "battlepass_ability_thrown_item_dynamite": 1,
+ "battlepass_ability_thrown_item_gasgrenade": 1,
+ "battlepass_ability_thrown_item_stickygrenade": 1,
+ "battlepass_ability_thrown_item_dancegrenade": 1,
+ "battlepass_ability_thrown_item_portafortgrenade": 1,
+ "battlepass_ability_thrown_item_present": 1,
+ "battlepass_ability_thrown_item_bottlerocket": 1,
+ "battlepass_ability_thrown_item_sneakysnowman": 1,
+ "battlepass_ability_thrown_item_boombox": 1,
+ "battlepass_ability_thrown_item_chillergrenade": 1,
+ "battlepass_ability_thrown_item_impulsegrenade": 1,
+ "battlepass_ability_thrown_item_c4": 1
+ },
+ "objectiveCompletionCount": 2,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_Damage_Pickaxe": {
+ "templateId": "Quest:quest_br_damage_pickaxe",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Week_007",
+ "objectives": {
+ "battlepass_damage_athena_player_pickaxe": 200
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_Visit_TwoNamedLocs_Chain_04_C": {
+ "templateId": "Quest:quest_br_visit_twonamedlocs_chain_04_c",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Week_007",
+ "objectives": {
+ "battlepass_visit_athena_location_haunted_chain_04": 1,
+ "battlepass_visit_athena_location_wailing_chain_04": 1
+ },
+ "objectiveCompletionCount": 2,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 2
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_Visit_TwoNamedLocs_Chain_04_B": {
+ "templateId": "Quest:quest_br_visit_twonamedlocs_chain_04_b",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Week_007",
+ "objectives": {
+ "battlepass_visit_athena_location_junk_chain_04": 1,
+ "battlepass_visit_athena_location_lootlake_chain_04": 1
+ },
+ "objectiveCompletionCount": 2,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 2
+ },
+ {
+ "templateId": "Quest:quest_br_visit_twonamedlocs_chain_04_c",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_Visit_TwoNamedLocs_Chain_04_A": {
+ "templateId": "Quest:quest_br_visit_twonamedlocs_chain_04_a",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Week_007",
+ "objectives": {
+ "battlepass_visit_athena_location_paradise_chain_04": 1,
+ "battlepass_visit_athena_location_salty_chain_04": 1
+ },
+ "objectiveCompletionCount": 2,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_visit_twonamedlocs_chain_04_b",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_Visit_PirateCamps_SingleMatch": {
+ "templateId": "Quest:quest_br_visit_piratecamps_singlematch",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Week_007",
+ "objectives": {
+ "battlepass_visit_athena_piratecamp_singlematch_01": 1,
+ "battlepass_visit_athena_piratecamp_singlematch_02": 1,
+ "battlepass_visit_athena_piratecamp_singlematch_03": 1,
+ "battlepass_visit_athena_piratecamp_singlematch_04": 1,
+ "battlepass_visit_athena_piratecamp_singlematch_05": 1,
+ "battlepass_visit_athena_piratecamp_singlematch_06": 1,
+ "battlepass_visit_athena_piratecamp_singlematch_07": 1
+ },
+ "objectiveCompletionCount": 3,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_Damage_From_Above": {
+ "templateId": "Quest:quest_br_damage_from_above",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Week_007",
+ "objectives": {
+ "battlepass_damage_athena_player_from_above": 500
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_Interact_Chests_TwoLocations_03": {
+ "templateId": "Quest:quest_br_interact_chests_twolocations_03",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Week_007",
+ "objectives": {
+ "battlepass_interact_chests_twolocations_loot_or_snobby": 7
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_Damage_Chain_Zipline_B": {
+ "templateId": "Quest:quest_br_damage_chain_zipline_b",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Week_007",
+ "objectives": {
+ "battlepass_damage_athena_player_zipline_who_are_riding_chain": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_Damage_Chain_Zipline_A": {
+ "templateId": "Quest:quest_br_damage_chain_zipline_a",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Week_007",
+ "objectives": {
+ "battlepass_damage_athena_player_zipline_while_riding_chain": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 5
+ },
+ {
+ "templateId": "Quest:quest_br_damage_chain_zipline_b",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_Eliminate_Location_Different": {
+ "templateId": "Quest:quest_br_eliminate_location_different",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Week_007",
+ "objectives": {
+ "battlepass_killingblow_athena_player_different_junkjunction": 1,
+ "battlepass_killingblow_athena_player_different_hauntedhills": 1,
+ "battlepass_killingblow_athena_player_different_pleasantpartk": 1,
+ "battlepass_killingblow_athena_player_different_lootlake": 1,
+ "battlepass_killingblow_athena_player_different_lazylinks": 1,
+ "battlepass_killingblow_athena_player_different_tomatotemple": 1,
+ "battlepass_killingblow_athena_player_different_riskyreels": 1,
+ "battlepass_killingblow_athena_player_different_wailingwoods": 1,
+ "battlepass_killingblow_athena_player_different_snobbyshores": 1,
+ "battlepass_killingblow_athena_player_different_greasygrove": 1,
+ "battlepass_killingblow_athena_player_different_tiltedtowers": 1,
+ "battlepass_killingblow_athena_player_different_shiftyshafts": 1,
+ "battlepass_killingblow_athena_player_different_dustydivot": 1,
+ "battlepass_killingblow_athena_player_different_saltysprings": 1,
+ "battlepass_killingblow_athena_player_different_retailrow": 1,
+ "battlepass_killingblow_athena_player_different_lonelylodge": 1,
+ "battlepass_killingblow_athena_player_different_flushfactory": 1,
+ "battlepass_killingblow_athena_player_different_luckylanding": 1,
+ "battlepass_killingblow_athena_player_different_fatalfields": 1,
+ "battlepass_killingblow_athena_player_different_paradisepalms": 1
+ },
+ "objectiveCompletionCount": 5,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_Interact_ScavengerHunt_TreasureMap_04": {
+ "templateId": "Quest:quest_br_interact_scavengerhunt_treasuremap_04",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Week_008",
+ "objectives": {
+ "battlepass_interact_athena_hidden_star_07": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_Interact_ScavengerHunt_TreasureMap_Chain_01a": {
+ "templateId": "Quest:quest_br_interact_scavengerhunt_treasuremap_chain_01a",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Week_008",
+ "objectives": {
+ "battlepass_interact_athena_treasuremap_chain_01a": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 2
+ },
+ {
+ "templateId": "Quest:quest_br_interact_scavengerhunt_treasuremap_04",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_Use_VendingMachine": {
+ "templateId": "Quest:quest_br_use_vendingmachine",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Week_008",
+ "objectives": {
+ "battlepass_interact_athena_vendingmachine": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_Damage_While_Using_Balloon": {
+ "templateId": "Quest:quest_br_damage_while_using_balloon",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Week_008",
+ "objectives": {
+ "battlepass_damage_opponents_while_using_balloon": 100
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_Interact_JigsawPuzzle": {
+ "templateId": "Quest:quest_br_interact_jigsawpuzzle",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Week_008",
+ "objectives": {
+ "battlepass_interact_athena_pieces_01": 1,
+ "battlepass_interact_athena_pieces_02": 1,
+ "battlepass_interact_athena_pieces_03": 1,
+ "battlepass_interact_athena_pieces_04": 1,
+ "battlepass_interact_athena_pieces_05": 1,
+ "battlepass_interact_athena_pieces_06": 1,
+ "battlepass_interact_athena_pieces_07": 1,
+ "battlepass_interact_athena_pieces_08": 1,
+ "battlepass_interact_athena_pieces_09": 1,
+ "battlepass_interact_athena_pieces_10": 1,
+ "battlepass_interact_athena_fortnite_letters_11": 1,
+ "battlepass_interact_athena_pieces_12": 1,
+ "battlepass_interact_athena_pieces_13": 1,
+ "battlepass_interact_athena_pieces_14": 1,
+ "battlepass_interact_athena_pieces_15": 1,
+ "battlepass_interact_athena_pieces_16": 1,
+ "battlepass_interact_athena_pieces_17": 1,
+ "battlepass_interact_athena_pieces_18": 1,
+ "battlepass_interact_athena_pieces_19": 1,
+ "battlepass_interact_athena_pieces_20": 1
+ },
+ "objectiveCompletionCount": 7,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_PhoneChain_Pizza": {
+ "templateId": "Quest:quest_br_phonechain_pizza",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Week_008",
+ "objectives": {
+ "battlepass_bigphone_chain_input_2": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 3
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_PhoneChain_Durrr": {
+ "templateId": "Quest:quest_br_phonechain_durrr",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Week_008",
+ "objectives": {
+ "battlepass_bigphone_chain_input_1": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 2
+ },
+ {
+ "templateId": "Quest:quest_br_phonechain_pizza",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_Eliminate_TwoLocations_04": {
+ "templateId": "Quest:quest_br_eliminate_twolocations_04",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Week_008",
+ "objectives": {
+ "battlepass_killingblow_athena_player_twolocations_junk_or_retail": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_Eliminate_50m": {
+ "templateId": "Quest:quest_br_eliminate_50m",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Week_008",
+ "objectives": {
+ "battlepass_killingblow_athena_players_50m_distance": 2
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_Land_Chain_04E": {
+ "templateId": "Quest:quest_br_land_chain_04e",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Week_009",
+ "objectives": {
+ "battlepass_land_athena_location_dustydivot_04e": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_Land_Chain_04D": {
+ "templateId": "Quest:quest_br_land_chain_04d",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Week_009",
+ "objectives": {
+ "battlepass_land_athena_location_shiftyshafts_04d": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_land_chain_04e",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_Land_Chain_04C": {
+ "templateId": "Quest:quest_br_land_chain_04c",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Week_009",
+ "objectives": {
+ "battlepass_land_athena_location_hauntedhills_04c": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_land_chain_04d",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_Land_Chain_04B": {
+ "templateId": "Quest:quest_br_land_chain_04b",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Week_009",
+ "objectives": {
+ "battlepass_land_athena_location_frostyflights_04b": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_land_chain_04c",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_Land_Chain_04A": {
+ "templateId": "Quest:quest_br_land_chain_04a",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Week_009",
+ "objectives": {
+ "battlepass_land_athena_location_retail_04a": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_land_chain_04b",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_Interact_Chests_TwoLocations_04": {
+ "templateId": "Quest:quest_br_interact_chests_twolocations_04",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Week_009",
+ "objectives": {
+ "battlepass_interact_chests_twolocations_polar_or_lonely": 7
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_Use_Geyser_MultipleBeforeLanding": {
+ "templateId": "Quest:quest_br_use_geyser_multiplebeforelanding",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Week_009",
+ "objectives": {
+ "battlepass_use_item_geyser_multiple_before_landing": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_Dance_Chain_04_C": {
+ "templateId": "Quest:quest_br_dance_chain_04_c",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Week_009",
+ "objectives": {
+ "battlepass_dance_chain_athena_scavengerhunt_locations_04_c": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 2
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_Dance_Chain_04_B": {
+ "templateId": "Quest:quest_br_dance_chain_04_b",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Week_009",
+ "objectives": {
+ "battlepass_dance_chain_athena_scavengerhunt_locations_04_b": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 2
+ },
+ {
+ "templateId": "Quest:quest_br_dance_chain_04_c",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_Dance_Chain_04_A": {
+ "templateId": "Quest:quest_br_dance_chain_04_a",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Week_009",
+ "objectives": {
+ "battlepass_dance_chain_athena_scavengerhunt_locations_04_a": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_dance_chain_04_b",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_Damage_Below": {
+ "templateId": "Quest:quest_br_damage_below",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Week_009",
+ "objectives": {
+ "battlepass_damage_athena_player_below": 500
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_Use_SecondChanceMachine_ReviveTeammate": {
+ "templateId": "Quest:quest_br_use_secondchancemachine_reviveteammate",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Week_009",
+ "objectives": {
+ "battlepass_use_second_chance_machine_revive_teammate": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_Eliminate": {
+ "templateId": "Quest:quest_br_eliminate",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Week_009",
+ "objectives": {
+ "battlepass_killingblow_athena_players": 10
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_Touch_FlamingRings_Cannon": {
+ "templateId": "Quest:quest_br_touch_flamingrings_cannon",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Week_010",
+ "objectives": {
+ "battlepass_touch_flamingrings_cannon_01": 1,
+ "battlepass_touch_flamingrings_cannon_02": 1,
+ "battlepass_touch_flamingrings_cannon_03": 1,
+ "battlepass_touch_flamingrings_cannon_04": 1,
+ "battlepass_touch_flamingrings_cannon_05": 1,
+ "battlepass_touch_flamingrings_cannon_06": 1,
+ "battlepass_touch_flamingrings_cannon_07": 1
+ },
+ "objectiveCompletionCount": 3,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_Chain_Collect_BuildingResources_SingleMatch_03": {
+ "templateId": "Quest:quest_br_chain_collect_buildingresources_singlematch_03",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Week_010",
+ "objectives": {
+ "battlepass_collect_building_resources_metal_singlematch": 300
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 2
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_Chain_Collect_BuildingResources_SingleMatch_02": {
+ "templateId": "Quest:quest_br_chain_collect_buildingresources_singlematch_02",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Week_010",
+ "objectives": {
+ "battlepass_collect_building_resources_stone_singlematch": 400
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_chain_collect_buildingresources_singlematch_03",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_Chain_Collect_BuildingResources_SingleMatch_01": {
+ "templateId": "Quest:quest_br_chain_collect_buildingresources_singlematch_01",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Week_010",
+ "objectives": {
+ "battlepass_collect_building_resources_wood_singlematch": 500
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 2
+ },
+ {
+ "templateId": "Quest:quest_br_chain_collect_buildingresources_singlematch_02",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_Eliminate_TwoLocations_06": {
+ "templateId": "Quest:quest_br_eliminate_twolocations_06",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Week_010",
+ "objectives": {
+ "battlepass_killingblow_athena_player_twolocations_tiltedtowers_or_theblock": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_Damage_Infantry_or_Heavy": {
+ "templateId": "Quest:quest_br_damage_infantry_or_heavy",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Week_010",
+ "objectives": {
+ "battlepass_damage_athena_player_infantry_or_heavy": 500
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_Interact_ScavengerHunt_TreasureMap_05": {
+ "templateId": "Quest:quest_br_interact_scavengerhunt_treasuremap_05",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Week_010",
+ "objectives": {
+ "battlepass_interact_athena_hidden_star_09": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_Interact_ScavengerHunt_TreasureMap_Chain_02a": {
+ "templateId": "Quest:quest_br_interact_scavengerhunt_treasuremap_chain_02a",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Week_010",
+ "objectives": {
+ "battlepass_interact_athena_treasuremap_chain_02a": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 2
+ },
+ {
+ "templateId": "Quest:quest_br_interact_scavengerhunt_treasuremap_05",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_Damage_After_VolcanoVent": {
+ "templateId": "Quest:quest_br_damage_after_volcanovent",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Week_010",
+ "objectives": {
+ "battlepass_place_athena_damage_after_volcano_vent": 100
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_Eliminate_MaxDistance": {
+ "templateId": "Quest:quest_br_eliminate_maxdistance",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Week_010",
+ "objectives": {
+ "battlepass_killingblow_athena_players_maxdistance": 2
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_S8_Pirate_Gain_SeasonXP_01": {
+ "templateId": "Quest:quest_br_s8_pirate_gain_seasonxp_01",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Pirate",
+ "objectives": {
+ "athena_season_xp_gained": 10000
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_133_pirate_stageb",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_S8_Pirate_Gain_SeasonXP_02": {
+ "templateId": "Quest:quest_br_s8_pirate_gain_seasonxp_02",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Pirate",
+ "objectives": {
+ "athena_season_xp_gained": 40000
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_134_pirate_stagec",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_S8_Pirate_Gain_SeasonXP_03": {
+ "templateId": "Quest:quest_br_s8_pirate_gain_seasonxp_03",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Pirate",
+ "objectives": {
+ "athena_season_xp_gained": 80000
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_135_pirate_staged",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_S8_Pirate_Gain_SeasonXP_04": {
+ "templateId": "Quest:quest_br_s8_pirate_gain_seasonxp_04",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Pirate",
+ "objectives": {
+ "athena_season_xp_gained": 120000
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaPickaxe:pickaxe_id_163_pirateoctopus",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_S8_Pirate_Gain_SeasonXP_05": {
+ "templateId": "Quest:quest_br_s8_pirate_gain_seasonxp_05",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Pirate",
+ "objectives": {
+ "athena_season_xp_gained": 160000
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_136_pirate_stagee",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_S8_Pirate_Gain_SeasonXP_06": {
+ "templateId": "Quest:quest_br_s8_pirate_gain_seasonxp_06",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Pirate",
+ "objectives": {
+ "athena_season_xp_gained": 200000
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_137_pirate_stagef",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_S8_Pirate_Gain_SeasonXP_07": {
+ "templateId": "Quest:quest_br_s8_pirate_gain_seasonxp_07",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Pirate",
+ "objectives": {
+ "athena_season_xp_gained": 240000
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_138_pirate_stageg",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_S8_Pirate_Gain_SeasonXP_08": {
+ "templateId": "Quest:quest_br_s8_pirate_gain_seasonxp_08",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Pirate",
+ "objectives": {
+ "athena_season_xp_gained": 280000
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_139_pirate_stageh",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_S8_Pirate_Gain_SeasonXP_09": {
+ "templateId": "Quest:quest_br_s8_pirate_gain_seasonxp_09",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Pirate",
+ "objectives": {
+ "athena_season_xp_gained": 320000
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaBackpack:bid_216_pirateprogressive",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_S8_Pirate_Complete_WeeklyChallenges_01": {
+ "templateId": "Quest:quest_br_s8_pirate_complete_weeklychallenges_01",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Pirate",
+ "objectives": {
+ "athena_pirate_complete_weeklychallenges_01": 10
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_140_pirate_clothingb",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_S8_Pirate_Complete_WeeklyChallenges_02": {
+ "templateId": "Quest:quest_br_s8_pirate_complete_weeklychallenges_02",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Pirate",
+ "objectives": {
+ "athena_pirate_complete_weeklychallenges_02": 25
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_141_pirate_clothingc",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_S8_Pirate_Complete_WeeklyChallenges_03": {
+ "templateId": "Quest:quest_br_s8_pirate_complete_weeklychallenges_03",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Pirate",
+ "objectives": {
+ "athena_pirate_complete_weeklychallenges_03": 45
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_142_pirate_clothingd",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_S8_DragonNinja_Gain_SeasonXP_01": {
+ "templateId": "Quest:quest_br_s8_dragonninja_gain_seasonxp_01",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_DragonNinja",
+ "objectives": {
+ "athena_season_xp_gained": 20000
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaPickaxe:pickaxe_id_164_dragonninja",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_S8_DragonNinja_Gain_SeasonXP_02": {
+ "templateId": "Quest:quest_br_s8_dragonninja_gain_seasonxp_02",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_DragonNinja",
+ "objectives": {
+ "athena_season_xp_gained": 60000
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_143_dragonninja_stageb",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_S8_DragonNinja_Gain_SeasonXP_03": {
+ "templateId": "Quest:quest_br_s8_dragonninja_gain_seasonxp_03",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_DragonNinja",
+ "objectives": {
+ "athena_season_xp_gained": 100000
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_149_dragonninja_dragonskinb",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_S8_DragonNinja_Gain_SeasonXP_04": {
+ "templateId": "Quest:quest_br_s8_dragonninja_gain_seasonxp_04",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_DragonNinja",
+ "objectives": {
+ "athena_season_xp_gained": 140000
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athenatoken_brseason08_dragonninja_pickaxestyles",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_152_dragonninja_pickaxeb",
+ "quantity": 1
+ },
+ {
+ "templateId": "CosmeticVariantToken:vtid_153_dragonninja_pickaxec",
+ "quantity": 1
+ },
+ {
+ "templateId": "CosmeticVariantToken:vtid_154_dragonninja_pickaxed",
+ "quantity": 1
+ }
+ ],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_S8_DragonNinja_Gain_SeasonXP_05": {
+ "templateId": "Quest:quest_br_s8_dragonninja_gain_seasonxp_05",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_DragonNinja",
+ "objectives": {
+ "athena_season_xp_gained": 180000
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_144_dragonninja_stagec",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_S8_DragonNinja_Gain_SeasonXP_06": {
+ "templateId": "Quest:quest_br_s8_dragonninja_gain_seasonxp_06",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_DragonNinja",
+ "objectives": {
+ "athena_season_xp_gained": 220000
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_150_dragonninja_dragonskinc",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_S8_DragonNinja_Gain_SeasonXP_07": {
+ "templateId": "Quest:quest_br_s8_dragonninja_gain_seasonxp_07",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_DragonNinja",
+ "objectives": {
+ "athena_season_xp_gained": 260000
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaDance:eid_shinobi",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_S8_DragonNinja_Gain_SeasonXP_08": {
+ "templateId": "Quest:quest_br_s8_dragonninja_gain_seasonxp_08",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_DragonNinja",
+ "objectives": {
+ "athena_season_xp_gained": 300000
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_151_dragonninja_dragonskind",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_S8_DragonNinja_Gain_SeasonXP_09": {
+ "templateId": "Quest:quest_br_s8_dragonninja_gain_seasonxp_09",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_DragonNinja",
+ "objectives": {
+ "athena_season_xp_gained": 340000
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_145_dragonninja_staged",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_S8_DragonNinja_Complete_WeeklyChallenges_01": {
+ "templateId": "Quest:quest_br_s8_dragonninja_complete_weeklychallenges_01",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_DragonNinja",
+ "objectives": {
+ "athena_dragonninja_complete_weeklychallenges_01": 15
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_146_dragonninja_clothingb",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_S8_DragonNinja_Complete_WeeklyChallenges_02": {
+ "templateId": "Quest:quest_br_s8_dragonninja_complete_weeklychallenges_02",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_DragonNinja",
+ "objectives": {
+ "athena_dragonninja_complete_weeklychallenges_02": 35
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_147_dragonninja_clothingc",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_S8_DragonNinja_Complete_WeeklyChallenges_03": {
+ "templateId": "Quest:quest_br_s8_dragonninja_complete_weeklychallenges_03",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_DragonNinja",
+ "objectives": {
+ "athena_dragonninja_complete_weeklychallenges_03": 60
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_148_dragonninja_clothingd",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_Ruin_Destroy_Trees": {
+ "templateId": "Quest:quest_br_ruin_destroy_trees",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Cumulative_Ruin",
+ "objectives": {
+ "athena_battlepass_ruin_destroy_athena_trees": 50
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_Ruin_Destroy_Rocks": {
+ "templateId": "Quest:quest_br_ruin_destroy_rocks",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Cumulative_Ruin",
+ "objectives": {
+ "athena_battlepass_ruin_destroy_athena_rocks": 35
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_Ruin_Destroy_Cars": {
+ "templateId": "Quest:quest_br_ruin_destroy_cars",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Cumulative_Ruin",
+ "objectives": {
+ "athena_battlepass_ruin_destroy_athena_cars": 20
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_Ruin_Damage_Enemy_Structures": {
+ "templateId": "Quest:quest_br_ruin_damage_enemy_structures",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Cumulative_Ruin",
+ "objectives": {
+ "battlepass_damage_ruin_athena_enemy_building": 10000
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_Ruin_Outlast": {
+ "templateId": "Quest:quest_br_ruin_outlast",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Cumulative_Ruin",
+ "objectives": {
+ "athena_battlepass_ruin_outlast": 1000
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_Ruin_Complete_Daily_Challenges": {
+ "templateId": "Quest:quest_br_ruin_complete_daily_challenges",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Cumulative_Ruin",
+ "objectives": {
+ "athena_battlepass_ruin_complete_daily_challenges_01": 5
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_S8_Shiny_Outlive_01": {
+ "templateId": "Quest:quest_br_s8_shiny_outlive_01",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Shiny",
+ "objectives": {
+ "athena_shiny_outlive_01": 500
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaPickaxe:pickaxe_id_166_shiny",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_S8_Shiny_Outlive_02": {
+ "templateId": "Quest:quest_br_s8_shiny_outlive_02",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Shiny",
+ "objectives": {
+ "athena_shiny_outlive_02": 1000
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_155_shiny_clothingb",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_S8_Shiny_Outlive_03": {
+ "templateId": "Quest:quest_br_s8_shiny_outlive_03",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Shiny",
+ "objectives": {
+ "athena_shiny_outlive_03": 2500
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaBackpack:bid_217_shinyfemale",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_S8_Shiny_Outlive_04": {
+ "templateId": "Quest:quest_br_s8_shiny_outlive_04",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Shiny",
+ "objectives": {
+ "athena_shiny_outlive_04": 7500
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_156_shiny_clothingc",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_S8_Shiny_Outlive_05": {
+ "templateId": "Quest:quest_br_s8_shiny_outlive_05",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Shiny",
+ "objectives": {
+ "athena_shiny_outlive_05": 15000
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaDance:eid_shiny",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS08-Quest_BR_S8_Shiny_Outlive_06": {
+ "templateId": "Quest:quest_br_s8_shiny_outlive_06",
+ "challenge_bundle_id": "QS08-QuestBundle_S8_Shiny",
+ "objectives": {
+ "athena_shiny_outlive_06": 25000
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_157_shiny_clothingd",
+ "quantity": 1
+ },
+ {
+ "templateId": "CosmeticVariantToken:vtid_158_shiny_backblingb",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ }
+ }
+ },
+ "Season09": {
+ "ChallengeBundleSchedules": {
+ "QS09-Schedule_14DaysOfSummer": {
+ "templateId": "ChallengeBundleSchedule:schedule_14daysofsummer",
+ "granted_bundles": [
+ "QS09-QuestBundle_14DaysOfSummer"
+ ]
+ },
+ "QS09-Schedule_LTM_Mash": {
+ "templateId": "ChallengeBundleSchedule:schedule_ltm_mash",
+ "granted_bundles": [
+ "QS09-QuestBundle_LTM_Mash"
+ ]
+ },
+ "QS09-Schedule_LTM_Wax": {
+ "templateId": "ChallengeBundleSchedule:schedule_ltm_wax",
+ "granted_bundles": [
+ "QS09-QuestBundle_LTM_Wax"
+ ]
+ },
+ "QS09-Season9_Architect_Schedule": {
+ "templateId": "ChallengeBundleSchedule:season9_architect_schedule",
+ "granted_bundles": [
+ "QS09-QuestBundle_S9_Architect"
+ ]
+ },
+ "QS09-Season9_BattleSuit_Schedule": {
+ "templateId": "ChallengeBundleSchedule:season9_battlesuit_schedule",
+ "granted_bundles": [
+ "QS09-QuestBundle_S9_BattleSuit"
+ ]
+ },
+ "QS09-Season9_BountyHunter_Schedule": {
+ "templateId": "ChallengeBundleSchedule:season9_bountyhunter_schedule",
+ "granted_bundles": [
+ "QS09-QuestBundle_S9_BountyHunter"
+ ]
+ },
+ "QS09-Season9_BunkerMan_Schedule": {
+ "templateId": "ChallengeBundleSchedule:season9_bunkerman_schedule",
+ "granted_bundles": [
+ "QS09-QuestBundle_S9_BunkerMan"
+ ]
+ },
+ "QS09-Season9_Cumulative_Schedule": {
+ "templateId": "ChallengeBundleSchedule:season9_cumulative_schedule",
+ "granted_bundles": [
+ "QS09-QuestBundle_S9_Cumulative"
+ ]
+ },
+ "QS09-Season9_Fortbyte_Loadingscreen_Schedule": {
+ "templateId": "ChallengeBundleSchedule:season9_fortbyte_loadingscreen_schedule",
+ "granted_bundles": [
+ "QS09-QuestBundle_S9_Fortbyte_LoadingScreen"
+ ]
+ },
+ "QS09-Season9_Fortbyte_Schedule": {
+ "templateId": "ChallengeBundleSchedule:season9_fortbyte_schedule",
+ "granted_bundles": [
+ "QS09-QuestBundle_S9_Fortbyte"
+ ]
+ },
+ "QS09-Season9_Free_Schedule": {
+ "templateId": "ChallengeBundleSchedule:season9_free_schedule",
+ "granted_bundles": [
+ "QS09-QuestBundle_S9_Week_001",
+ "QS09-QuestBundle_S9_Week_002",
+ "QS09-QuestBundle_S9_Week_003",
+ "QS09-QuestBundle_S9_Week_004",
+ "QS09-QuestBundle_S9_Week_005",
+ "QS09-QuestBundle_S9_Week_006",
+ "QS09-QuestBundle_S9_Week_007",
+ "QS09-QuestBundle_S9_Week_008",
+ "QS09-QuestBundle_S9_Week_009",
+ "QS09-QuestBundle_S9_Week_010"
+ ]
+ },
+ "QS09-Season9_Masako_Schedule": {
+ "templateId": "ChallengeBundleSchedule:season9_masako_schedule",
+ "granted_bundles": [
+ "QS09-QuestBundle_S9_Masako"
+ ]
+ },
+ "QS09-Season9_OT_Schedule": {
+ "templateId": "ChallengeBundleSchedule:season9_ot_schedule",
+ "granted_bundles": [
+ "QS09-QuestBundle_S9_Overtime"
+ ]
+ },
+ "QS09-Season9_Paid_Schedule": {
+ "templateId": "ChallengeBundleSchedule:season9_paid_schedule",
+ "granted_bundles": [
+ "QS09-QuestBundle_S9_StrawberryPilot",
+ "QS09-QuestBundle_S9_Rooster"
+ ]
+ },
+ "QS09-Season9_StormTracker_Schedule": {
+ "templateId": "ChallengeBundleSchedule:season9_stormtracker_schedule",
+ "granted_bundles": [
+ "QS09-QuestBundle_S9_StormTracker"
+ ]
+ },
+ "QS09-Schedule_Birthday2019_BR": {
+ "templateId": "ChallengeBundleSchedule:schedule_birthday2019_br",
+ "granted_bundles": [
+ "QS09-QuestBundle_Birthday2019_BR"
+ ]
+ }
+ },
+ "ChallengeBundles": {
+ "QS09-QuestBundle_14DaysOfSummer": {
+ "templateId": "ChallengeBundle:questbundle_14daysofsummer",
+ "challenge_bundle_schedule_id": "QS09-Schedule_14DaysOfSummer",
+ "grantedquestinstanceids": [
+ "QS09-Quest_BR_FDS_Dance_BeachParties",
+ "QS09-Quest_BR_FDS_Touch_GiantBeachBall",
+ "QS09-Quest_BR_FDS_Eliminate_Unvaulted_or_Drumgun",
+ "QS09-Quest_BR_FDS_ThankBusDriver_and_Top20",
+ "QS09-Quest_BR_FDS_Destroy_PartyBalloons",
+ "QS09-Quest_BR_FDS_Interact_UnicornFloaties",
+ "QS09-Quest_BR_FDS_HitPlayer_Waterballoon",
+ "QS09-Quest_BR_FDS_Touch_GiantUmbrella",
+ "QS09-Quest_BR_FDS_Score_Trickpoints_Driftboard",
+ "QS09-Quest_BR_FDS_Interact_Fireworks",
+ "QS09-Quest_BR_FDS_Score_BalloonBoard",
+ "QS09-Quest_BR_FDS_Visit_DuckyBeachballUmbrella_SingleMatch",
+ "QS09-Quest_BR_FDS_Interact_HiddenThing_InLoadingScreen",
+ "QS09-Quest_BR_FDS_Destroy_Grills_WithUtensilPickaxes"
+ ],
+ "completionRewards": {
+ "-1": [
{
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
+ "templateId": "AthenaBackpack:bid_303_bananasmoothie",
+ "quantity": 1,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_genericnoicon",
+ "giftBoxFormatData": {
+ "HeaderAssetString": "Header.Congratulations",
+ "BodyAssetString": "Reward.14DaysOfSummer"
+ }
+ }
+ }
+ ]
+ }
+ },
+ "QS09-QuestBundle_LTM_Mash": {
+ "templateId": "ChallengeBundle:questbundle_ltm_mash",
+ "challenge_bundle_schedule_id": "QS09-Schedule_LTM_Mash",
+ "grantedquestinstanceids": [
+ "QS09-Quest_BR_Mash_Headshots",
+ "QS09-Quest_BR_Mash_Eliminate_Exploders_Distance",
+ "QS09-Quest_BR_Mash_Interact_ScoreMultiplier",
+ "QS09-Quest_BR_Mash_Damage_Spawners",
+ "QS09-Quest_BR_Mash_Eliminate_Golden",
+ "QS09-Quest_BR_Mash_Win_NoDeath",
+ "QS09-Quest_BR_Mash_TeamScore_Chain_A"
+ ],
+ "completionRewards": {
+ "7": [
+ {
+ "templateId": "AthenaItemWrap:wrap_079_mash",
+ "quantity": 1,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_genericnoicon",
+ "giftBoxFormatData": {
+ "HeaderAssetString": "Header.Congratulations",
+ "BodyAssetString": "Reward.MashLTM"
+ }
+ }
+ }
+ ]
+ }
+ },
+ "QS09-QuestBundle_LTM_Wax": {
+ "templateId": "ChallengeBundle:questbundle_ltm_wax",
+ "challenge_bundle_schedule_id": "QS09-Schedule_LTM_Wax",
+ "grantedquestinstanceids": [
+ "QS09-Quest_BR_Wax_Win",
+ "QS09-Quest_BR_Wax_Play_Matches",
+ "QS09-Quest_BR_Wax_CollectCoins",
+ "QS09-Quest_BR_Wax_CollectCoins_SingleMatch",
+ "QS09-Quest_BR_Wax_Damage_Shotgun",
+ "QS09-Quest_BR_Wax_Damage_Assault"
+ ],
+ "completionRewards": {
+ "5": [
+ {
+ "templateId": "AthenaBackpack:bid_273_assassinsuitcoin",
+ "quantity": 1,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_genericnoicon",
+ "giftBoxFormatData": {
+ "HeaderAssetString": "Header.Congratulations",
+ "BodyAssetString": "Reward.WaxLTM"
+ }
+ }
+ }
+ ]
+ }
+ },
+ "QS09-QuestBundle_S9_Architect": {
+ "templateId": "ChallengeBundle:questbundle_s9_architect",
+ "challenge_bundle_schedule_id": "QS09-Season9_Architect_Schedule",
+ "grantedquestinstanceids": [
+ "QS09-Quest_BR_Architect_Fortbyte_A",
+ "QS09-Quest_BR_Architect_Fortbyte_B"
+ ],
+ "completionRewards": {
+ "-1": []
+ }
+ },
+ "QS09-QuestBundle_S9_BattleSuit": {
+ "templateId": "ChallengeBundle:questbundle_s9_battlesuit",
+ "challenge_bundle_schedule_id": "QS09-Season9_BattleSuit_Schedule",
+ "grantedquestinstanceids": [
+ "QS09-Quest_BR_S9_BattleSuit_Gain_SeasonXP_01",
+ "QS09-Quest_BR_S9_BattleSuit_Gain_SeasonXP_02",
+ "QS09-Quest_BR_S9_BattleSuit_Gain_SeasonXP_03",
+ "QS09-Quest_BR_S9_BattleSuit_Gain_SeasonXP_04",
+ "QS09-Quest_BR_S9_BattleSuit_Complete_WeeklyChallenges_01",
+ "QS09-Quest_BR_S9_BattleSuit_Complete_WeeklyChallenges_02",
+ "QS09-Quest_BR_S9_BattleSuit_Complete_WeeklyChallenges_03",
+ "QS09-Quest_BR_S9_BattleSuit_Outlive_01",
+ "QS09-Quest_BR_S9_BattleSuit_Outlive_02",
+ "QS09-Quest_BR_S9_BattleSuit_Outlive_03",
+ "QS09-Quest_BR_S9_BattleSuit_CollectGlyphs_01",
+ "QS09-Quest_BR_S9_BattleSuit_CollectGlyphs_02"
+ ],
+ "completionRewards": {
+ "-1": [
+ {
+ "templateId": "HomebaseBannerIcon:brs9completionbattlesuit",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ]
+ }
+ },
+ "QS09-QuestBundle_S9_BountyHunter": {
+ "templateId": "ChallengeBundle:questbundle_s9_bountyhunter",
+ "challenge_bundle_schedule_id": "QS09-Season9_BountyHunter_Schedule",
+ "grantedquestinstanceids": [
+ "QS09-Quest_BR_S9_BountyHunter_Outlive_01",
+ "QS09-Quest_BR_S9_BountyHunter_Outlive_02",
+ "QS09-Quest_BR_S9_BountyHunter_CollectGlyphs_01",
+ "QS09-Quest_BR_S9_BountyHunter_CollectGlyphs_02"
+ ],
+ "completionRewards": {}
+ },
+ "QS09-QuestBundle_S9_BunkerMan": {
+ "templateId": "ChallengeBundle:questbundle_s9_bunkerman",
+ "challenge_bundle_schedule_id": "QS09-Season9_BunkerMan_Schedule",
+ "grantedquestinstanceids": [
+ "QS09-Quest_BR_S9_BunkerJonesy_CollectGlyphs_01",
+ "QS09-Quest_BR_S9_BunkerJonesy_CollectGlyphs_02"
+ ],
+ "completionRewards": {
+ "-1": []
+ }
+ },
+ "QS09-QuestBundle_S9_Cumulative": {
+ "templateId": "ChallengeBundle:questbundle_s9_cumulative",
+ "challenge_bundle_schedule_id": "QS09-Season9_Cumulative_Schedule",
+ "grantedquestinstanceids": [
+ "QS09-Quest_BR_S9_Cumulative_Collect_Glyphs",
+ "QS09-Quest_BR_S9_Cumulative_CollectTokens_001",
+ "QS09-Quest_BR_S9_Cumulative_CollectTokens_002",
+ "QS09-Quest_BR_S9_Cumulative_CollectTokens_003",
+ "QS09-Quest_BR_S9_Cumulative_CollectTokens_004",
+ "QS09-Quest_BR_S9_Cumulative_CollectTokens_005",
+ "QS09-Quest_BR_S9_Cumulative_CollectTokens_006",
+ "QS09-Quest_BR_S9_Cumulative_CollectTokens_007",
+ "QS09-Quest_BR_S9_Cumulative_CollectTokens_008",
+ "QS09-Quest_BR_S9_Cumulative_CollectTokens_009",
+ "QS09-Quest_BR_S9_Cumulative_CollectTokens_010"
+ ],
+ "completionRewards": {
+ "-1": [
+ {
+ "templateId": "HomebaseBannerIcon:brs9completion",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ]
+ }
+ },
+ "QS09-QuestBundle_S9_Fortbyte_LoadingScreen": {
+ "templateId": "ChallengeBundle:questbundle_s9_fortbyte_loadingscreen",
+ "challenge_bundle_schedule_id": "QS09-Season9_Fortbyte_Loadingscreen_Schedule",
+ "grantedquestinstanceids": [
+ "QS09-Quest_BR_Collect_All_Fortbytes"
+ ],
+ "completionRewards": {
+ "-1": []
+ }
+ },
+ "QS09-QuestBundle_S9_Fortbyte": {
+ "templateId": "ChallengeBundle:questbundle_s9_fortbyte",
+ "challenge_bundle_schedule_id": "QS09-Season9_Fortbyte_Schedule",
+ "grantedquestinstanceids": [
+ "QS09-Quest_BR_S9_Fortbyte_00",
+ "QS09-Quest_BR_S9_Fortbyte_01",
+ "QS09-Quest_BR_S9_Fortbyte_02",
+ "QS09-Quest_BR_S9_Fortbyte_03",
+ "QS09-Quest_BR_S9_Fortbyte_04",
+ "QS09-Quest_BR_S9_Fortbyte_05",
+ "QS09-Quest_BR_S9_Fortbyte_06",
+ "QS09-Quest_BR_S9_Fortbyte_07",
+ "QS09-Quest_BR_S9_Fortbyte_08",
+ "QS09-Quest_BR_S9_Fortbyte_09",
+ "QS09-Quest_BR_S9_Fortbyte_10",
+ "QS09-Quest_BR_S9_Fortbyte_11",
+ "QS09-Quest_BR_S9_Fortbyte_12",
+ "QS09-Quest_BR_S9_Fortbyte_13",
+ "QS09-Quest_BR_S9_Fortbyte_14",
+ "QS09-Quest_BR_S9_Fortbyte_15",
+ "QS09-Quest_BR_S9_Fortbyte_16",
+ "QS09-Quest_BR_S9_Fortbyte_17",
+ "QS09-Quest_BR_S9_Fortbyte_18",
+ "QS09-Quest_BR_S9_Fortbyte_19",
+ "QS09-Quest_BR_S9_Fortbyte_20",
+ "QS09-Quest_BR_S9_Fortbyte_21",
+ "QS09-Quest_BR_S9_Fortbyte_22",
+ "QS09-Quest_BR_S9_Fortbyte_23",
+ "QS09-Quest_BR_S9_Fortbyte_24",
+ "QS09-Quest_BR_S9_Fortbyte_25",
+ "QS09-Quest_BR_S9_Fortbyte_26",
+ "QS09-Quest_BR_S9_Fortbyte_27",
+ "QS09-Quest_BR_S9_Fortbyte_28",
+ "QS09-Quest_BR_S9_Fortbyte_29",
+ "QS09-Quest_BR_S9_Fortbyte_30",
+ "QS09-Quest_BR_S9_Fortbyte_31",
+ "QS09-Quest_BR_S9_Fortbyte_32",
+ "QS09-Quest_BR_S9_Fortbyte_33",
+ "QS09-Quest_BR_S9_Fortbyte_34",
+ "QS09-Quest_BR_S9_Fortbyte_35",
+ "QS09-Quest_BR_S9_Fortbyte_36",
+ "QS09-Quest_BR_S9_Fortbyte_37",
+ "QS09-Quest_BR_S9_Fortbyte_38",
+ "QS09-Quest_BR_S9_Fortbyte_39",
+ "QS09-Quest_BR_S9_Fortbyte_40",
+ "QS09-Quest_BR_S9_Fortbyte_41",
+ "QS09-Quest_BR_S9_Fortbyte_42",
+ "QS09-Quest_BR_S9_Fortbyte_43",
+ "QS09-Quest_BR_S9_Fortbyte_44",
+ "QS09-Quest_BR_S9_Fortbyte_45",
+ "QS09-Quest_BR_S9_Fortbyte_46",
+ "QS09-Quest_BR_S9_Fortbyte_47",
+ "QS09-Quest_BR_S9_Fortbyte_48",
+ "QS09-Quest_BR_S9_Fortbyte_49",
+ "QS09-Quest_BR_S9_Fortbyte_50",
+ "QS09-Quest_BR_S9_Fortbyte_51",
+ "QS09-Quest_BR_S9_Fortbyte_52",
+ "QS09-Quest_BR_S9_Fortbyte_53",
+ "QS09-Quest_BR_S9_Fortbyte_54",
+ "QS09-Quest_BR_S9_Fortbyte_55",
+ "QS09-Quest_BR_S9_Fortbyte_56",
+ "QS09-Quest_BR_S9_Fortbyte_57",
+ "QS09-Quest_BR_S9_Fortbyte_58",
+ "QS09-Quest_BR_S9_Fortbyte_59",
+ "QS09-Quest_BR_S9_Fortbyte_60",
+ "QS09-Quest_BR_S9_Fortbyte_61",
+ "QS09-Quest_BR_S9_Fortbyte_62",
+ "QS09-Quest_BR_S9_Fortbyte_63",
+ "QS09-Quest_BR_S9_Fortbyte_64",
+ "QS09-Quest_BR_S9_Fortbyte_65",
+ "QS09-Quest_BR_S9_Fortbyte_66",
+ "QS09-Quest_BR_S9_Fortbyte_67",
+ "QS09-Quest_BR_S9_Fortbyte_68",
+ "QS09-Quest_BR_S9_Fortbyte_69",
+ "QS09-Quest_BR_S9_Fortbyte_70",
+ "QS09-Quest_BR_S9_Fortbyte_71",
+ "QS09-Quest_BR_S9_Fortbyte_72",
+ "QS09-Quest_BR_S9_Fortbyte_73",
+ "QS09-Quest_BR_S9_Fortbyte_74",
+ "QS09-Quest_BR_S9_Fortbyte_75",
+ "QS09-Quest_BR_S9_Fortbyte_76",
+ "QS09-Quest_BR_S9_Fortbyte_77",
+ "QS09-Quest_BR_S9_Fortbyte_78",
+ "QS09-Quest_BR_S9_Fortbyte_79",
+ "QS09-Quest_BR_S9_Fortbyte_80",
+ "QS09-Quest_BR_S9_Fortbyte_81",
+ "QS09-Quest_BR_S9_Fortbyte_82",
+ "QS09-Quest_BR_S9_Fortbyte_83",
+ "QS09-Quest_BR_S9_Fortbyte_84",
+ "QS09-Quest_BR_S9_Fortbyte_85",
+ "QS09-Quest_BR_S9_Fortbyte_86",
+ "QS09-Quest_BR_S9_Fortbyte_87",
+ "QS09-Quest_BR_S9_Fortbyte_88",
+ "QS09-Quest_BR_S9_Fortbyte_89",
+ "QS09-Quest_BR_S9_Fortbyte_90",
+ "QS09-Quest_BR_S9_Fortbyte_91",
+ "QS09-Quest_BR_S9_Fortbyte_92",
+ "QS09-Quest_BR_S9_Fortbyte_93",
+ "QS09-Quest_BR_S9_Fortbyte_94",
+ "QS09-Quest_BR_S9_Fortbyte_95",
+ "QS09-Quest_BR_S9_Fortbyte_96",
+ "QS09-Quest_BR_S9_Fortbyte_97",
+ "QS09-Quest_BR_S9_Fortbyte_98",
+ "QS09-Quest_BR_S9_Fortbyte_99"
+ ],
+ "completionRewards": {
+ "-1": []
+ }
+ },
+ "QS09-QuestBundle_S9_Week_001": {
+ "templateId": "ChallengeBundle:questbundle_s9_week_001",
+ "challenge_bundle_schedule_id": "QS09-Season9_Free_Schedule",
+ "grantedquestinstanceids": [
+ "QS09-Quest_BR_Use_WindTunnel_Chain_NeoTilted",
+ "QS09-Quest_BR_Visit_SkyPlatforms",
+ "QS09-Quest_BR_Damage_After_ShadowBomb",
+ "QS09-Quest_BR_Collect_LegendaryItem_DifferentMatches",
+ "QS09-Quest_BR_Interact_Chests_TwoLocations_01",
+ "QS09-Quest_BR_Eliminate_ScopedWeapon",
+ "QS09-Quest_BR_Damage_Above_2Stories"
+ ],
+ "completionRewards": {
+ "1": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
}
],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_Destroy_Sign_WearingDrift": {
- "templateId": "Quest:quest_br_destroy_sign_wearingdrift",
- "challenge_bundle_id": "QS10-MissionBundle_S10_01A",
- "objectives": {
- "battlepass_destroy_athena_sign_wearingdrift": 10
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_Use_Zipline_DifferentMatches": {
- "templateId": "Quest:quest_br_use_zipline_differentmatches",
- "challenge_bundle_id": "QS10-MissionBundle_S10_01A",
- "objectives": {
- "battlepass_use_item_zipline": 5
- },
- "objectiveCompletionCount": 1,
- "rewards": [
+ "2": [
{
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 5
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
}
],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_Interact_Chests_Locations_Different": {
- "templateId": "Quest:quest_br_interact_chests_locations_different",
- "challenge_bundle_id": "QS10-MissionBundle_S10_01A",
- "objectives": {
- "battlepass_interact_chest_athena_location_different_anarchyacres": 1,
- "battlepass_interact_chest_athena_location_different_dustydepot": 1,
- "battlepass_interact_chest_athena_location_different_fatalfields": 1,
- "battlepass_interact_chest_athena_location_different_flushfactory": 1,
- "battlepass_interact_chest_athena_location_different_greasygrove": 1,
- "battlepass_interact_chest_athena_location_different_hauntedhills": 1,
- "battlepass_interact_chest_athena_location_different_junkjunction": 1,
- "battlepass_interact_chest_athena_location_different_luckylanding": 1,
- "battlepass_interact_chest_athena_location_different_lonelylodge": 1,
- "battlepass_interact_chest_athena_location_different_lootlake": 1,
- "battlepass_interact_chest_athena_location_different_moistymire": 1,
- "battlepass_interact_chest_athena_location_different_pleasantpark": 1,
- "battlepass_interact_chest_athena_location_different_retailrow": 1,
- "battlepass_interact_chest_athena_location_different_shiftyshafts": 1,
- "battlepass_interact_chest_athena_location_different_saltysprings": 1,
- "battlepass_interact_chest_athena_location_different_snobbyshores": 1,
- "battlepass_interact_chest_athena_location_different_tiltedtowers": 1,
- "battlepass_interact_chest_athena_location_different_tomatotown": 1,
- "battlepass_interact_chest_athena_location_different_wailingwoods": 1
- },
- "objectiveCompletionCount": 12,
- "rewards": [
+ "3": [
{
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
}
],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_Visit_LazylagoonLuckylanding_SingleMatch": {
- "templateId": "Quest:quest_br_visit_lazylagoonluckylanding_singlematch",
- "challenge_bundle_id": "QS10-MissionBundle_S10_01A",
- "objectives": {
- "battlepass_visit_athena_lazylagoon_singlematch": 1,
- "battlepass_visit_athena_luckylanding_singlematch": 1
- },
- "objectiveCompletionCount": 2,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_TrickPoint_Vehicle": {
- "templateId": "Quest:quest_br_trickpoint_vehicle",
- "challenge_bundle_id": "QS10-MissionBundle_S10_01A",
- "objectives": {
- "battlepass_score_athena_trick_point_vehicle": 250000
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_Visit_DurrrStoneheadDino_Prestige": {
- "templateId": "Quest:quest_br_visit_durrrstoneheaddino_prestige",
- "challenge_bundle_id": "QS10-MissionBundle_S10_01A",
- "objectives": {
- "battlepass_visit_athena_durrrburgerhead_mountaintop_prestige": 1,
- "battlepass_visit_athena_stonehead_prestige": 1,
- "battlepass_visit_athena_dinosaur_prestige": 1
- },
- "objectiveCompletionCount": 3,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_Eliminate_Passenger_Vehicle_Prestige": {
- "templateId": "Quest:quest_br_eliminate_passenger_vehicle_prestige",
- "challenge_bundle_id": "QS10-MissionBundle_S10_01A",
- "objectives": {
- "battlepass_eliminate_athena_player_passenger_vehicle_prestige": 5
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_Destroy_Sign_SingleMatch_WearingDrift_Prestige": {
- "templateId": "Quest:quest_br_destroy_sign_singlematch_wearingdrift_prestige",
- "challenge_bundle_id": "QS10-MissionBundle_S10_01A",
- "objectives": {
- "battlepass_destroy_athena_sign_singlematch_wearingdrift": 7
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_Damage_Zipline_Prestige": {
- "templateId": "Quest:quest_br_damage_zipline_prestige",
- "challenge_bundle_id": "QS10-MissionBundle_S10_01A",
- "objectives": {
- "battlepass_damage_athena_player_zipline_while_riding_prestige": 200
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_Eliminate_Different_Named_Locations_Prestige": {
- "templateId": "Quest:quest_br_eliminate_different_named_locations_prestige",
- "challenge_bundle_id": "QS10-MissionBundle_S10_01A",
- "objectives": {
- "battlepass_killingblow_athena_player_different_junkjunction_prestige": 1,
- "battlepass_killingblow_athena_player_different_hauntedhills_prestige": 1,
- "battlepass_killingblow_athena_player_different_pleasantpark_prestige": 1,
- "battlepass_killingblow_athena_player_different_lootlake_prestige": 1,
- "battlepass_killingblow_athena_player_different_lazylinks_prestige": 1,
- "battlepass_killingblow_athena_player_different_tomatotemple_prestige": 1,
- "battlepass_killingblow_athena_player_different_riskyreels_prestige": 1,
- "battlepass_killingblow_athena_player_different_wailingwoods_prestige": 1,
- "battlepass_killingblow_athena_player_different_snobbyshores_prestige": 1,
- "battlepass_killingblow_athena_player_different_greasygrove_prestige": 1,
- "battlepass_killingblow_athena_player_different_tiltedtowers_prestige": 1,
- "battlepass_killingblow_athena_player_different_shiftyshafts_prestige": 1,
- "battlepass_killingblow_athena_player_different_dustydivot_prestige": 1,
- "battlepass_killingblow_athena_player_different_saltysprings_prestige": 1,
- "battlepass_killingblow_athena_player_different_retailrow_prestige": 1,
- "battlepass_killingblow_athena_player_different_lonelylodge_prestige": 1,
- "battlepass_killingblow_athena_player_different_flushfactory_prestige": 1,
- "battlepass_killingblow_athena_player_different_luckylanding_prestige": 1,
- "battlepass_killingblow_athena_player_different_fatalfields_prestige": 1,
- "battlepass_killingblow_athena_player_different_paradisepalms_prestige": 1,
- "battlepass_killingblow_athena_player_different_polarpeak_prestige": 1,
- "battlepass_killingblow_athena_player_different_frostyflights_prestige": 1,
- "battlepass_killingblow_athena_player_different_theblock_prestige": 1,
- "battlepass_killingblow_athena_player_different_happyhamlet_prestige": 1,
- "battlepass_killingblow_athena_player_different_lazylagoon_prestige": 1,
- "battlepass_killingblow_athena_player_different_pressureplant_prestige": 1,
- "battlepass_killingblow_athena_player_different_sunnysteps_prestige": 1,
- "battlepass_killingblow_athena_player_different_dustydepot_prestige": 1,
- "battlepass_killingblow_athena_player_different_starrysuburb_prestige": 1
- },
- "objectiveCompletionCount": 5,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_Visit_NamedLocations_SingleMatch_Prestige": {
- "templateId": "Quest:quest_br_visit_namedlocations_singlematch_prestige",
- "challenge_bundle_id": "QS10-MissionBundle_S10_01A",
- "objectives": {
- "battlepass_visit_athena_location_dustydivot_prestige": 1,
- "battlepass_visit_athena_location_fatalfields_prestige": 1,
- "battlepass_visit_athena_location_frostyflights_prestige": 1,
- "battlepass_visit_athena_location_happyhamlet_prestige": 1,
- "battlepass_visit_athena_location_hauntedhills_prestige": 1,
- "battlepass_visit_athena_location_junkjunction_prestige": 1,
- "battlepass_visit_athena_location_lazylagoon_prestige": 1,
- "battlepass_visit_athena_location_lonelylodge_prestige": 1,
- "battlepass_visit_athena_location_lootlake_prestige": 1,
- "battlepass_visit_athena_location_luckylanding_prestige": 1,
- "battlepass_visit_athena_location_paradisepalms_prestige": 1,
- "battlepass_visit_athena_location_pleasantpark_prestige": 1,
- "battlepass_visit_athena_location_polarpeak_prestige": 1,
- "battlepass_visit_athena_location_pressureplant_prestige": 1,
- "battlepass_visit_athena_location_retailrow_prestige": 1,
- "battlepass_visit_athena_location_saltysprings_prestige": 1,
- "battlepass_visit_athena_location_shiftyshafts_prestige": 1,
- "battlepass_visit_athena_location_snobbyshores_prestige": 1,
- "battlepass_visit_athena_location_sunnysteps_prestige": 1,
- "battlepass_visit_athena_location_theblock_prestige": 1,
- "battlepass_visit_athena_location_tiltedtowers_prestige": 1,
- "battlepass_visit_athena_location_dustydepot_prestige": 1,
- "battlepass_visit_athena_location_greasygrove_prestige": 1,
- "battlepass_visit_athena_location_starrysuburb_prestige": 1
- },
- "objectiveCompletionCount": 10,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_TrickPoint_Vehicle_Prestige": {
- "templateId": "Quest:quest_br_trickpoint_vehicle_prestige",
- "challenge_bundle_id": "QS10-MissionBundle_S10_01A",
- "objectives": {
- "battlepass_score_athena_trick_point_vehicle_prestige": 500000
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_PlayMatches_MinimumOneElim_TeamRumble": {
- "templateId": "Quest:quest_br_playmatches_minimumoneelim_teamrumble",
- "challenge_bundle_id": "QS10-MissionBundle_S10_01B",
- "objectives": {
- "battlepass_eliminate_minimum_oneopponent_teamrumble": 5
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_WinMatches_TeamRumble": {
- "templateId": "Quest:quest_br_winmatches_teamrumble",
- "challenge_bundle_id": "QS10-MissionBundle_S10_01B",
- "objectives": {
- "battlepass_athena_win_match_teamrumble": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_Assist_Teammates_TeamRumble": {
- "templateId": "Quest:quest_br_assist_teammates_teamrumble",
- "challenge_bundle_id": "QS10-MissionBundle_S10_01B",
- "objectives": {
- "battlepass_athena_assist_teammates_teamrumble": 20
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_Build_Structures_TeamRumble_RustLord": {
- "templateId": "Quest:quest_br_build_structures_teamrumble_rustlord",
- "challenge_bundle_id": "QS10-MissionBundle_S10_01B",
- "objectives": {
- "battlepass_build_athena_structures_any_teamrumble_rustlord": 200
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_Damage_Opponents_SingleMatch_TeamRumble": {
- "templateId": "Quest:quest_br_damage_opponents_singlematch_teamrumble",
- "challenge_bundle_id": "QS10-MissionBundle_S10_01B",
- "objectives": {
- "battlepass_eliminate_players_different_match_teamrumble": 500
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_Eliminate_5m_TeamRumble": {
- "templateId": "Quest:quest_br_eliminate_5m_teamrumble",
- "challenge_bundle_id": "QS10-MissionBundle_S10_01B",
- "objectives": {
- "battlepass_killingblow_athena_players_lessthan5m_distance_teamrumble": 5
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_Search_SupplyDrops_TeamRumble": {
- "templateId": "Quest:quest_br_search_supplydrops_teamrumble",
- "challenge_bundle_id": "QS10-MissionBundle_S10_01B",
- "objectives": {
- "battlepass_athena_search_supplydrops_teamrumble": 5
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_Eliminations_TeamRumble_SingleMatch": {
- "templateId": "Quest:quest_br_eliminations_teamrumble_singlematch",
- "challenge_bundle_id": "QS10-MissionBundle_S10_01B",
- "objectives": {
- "battlepass_eliminate_players_singlematch_teamrumble": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_Eliminate_100m_TeamRumble": {
- "templateId": "Quest:quest_br_eliminate_100m_teamrumble",
- "challenge_bundle_id": "QS10-MissionBundle_S10_01B",
- "objectives": {
- "battlepass_killingblow_athena_players_greaterthan100m_distance_teamrumble": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_Assist_Teammates_SingleMatch_TeamRumble": {
- "templateId": "Quest:quest_br_assist_teammates_singlematch_teamrumble",
- "challenge_bundle_id": "QS10-MissionBundle_S10_01B",
- "objectives": {
- "battlepass_athena_assist_teammates_teamrumble": 5
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_Damage_UniqueOpponents_TeamRumble": {
- "templateId": "Quest:quest_br_damage_uniqueopponents_teamrumble",
- "challenge_bundle_id": "QS10-MissionBundle_S10_01B",
- "objectives": {
- "battlepass_damage_unique_opponents_teamrumble": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_Interact_Chests_TeamRumble_RustLord": {
- "templateId": "Quest:quest_br_interact_chests_teamrumble_rustlord",
- "challenge_bundle_id": "QS10-MissionBundle_S10_01B",
- "objectives": {
- "battlepass_interact_athena_treasurechest_teamrumble_rustlord": 20
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_Damage_Headshot_TeamRumble": {
- "templateId": "Quest:quest_br_damage_headshot_teamrumble",
- "challenge_bundle_id": "QS10-MissionBundle_S10_01B",
- "objectives": {
- "battlepass_damage_headshot_teamrumble": 1000
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_Search_SupplyDrops_SingleMatch_TeamRumble": {
- "templateId": "Quest:quest_br_search_supplydrops_singlematch_teamrumble",
- "challenge_bundle_id": "QS10-MissionBundle_S10_01B",
- "objectives": {
- "battlepass_athena_search_supplydrops_singlematch_teamrumble": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_Damage_SMG": {
- "templateId": "Quest:quest_br_damage_smg",
- "challenge_bundle_id": "QS10-MissionBundle_S10_02",
- "objectives": {
- "battlepass_damage_athena_player_smg": 500
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_Spray_Fountain_JunkyardCrane_VendingMachine": {
- "templateId": "Quest:quest_br_spray_fountain_junkyardcrane_vendingmachine",
- "challenge_bundle_id": "QS10-MissionBundle_S10_02",
- "objectives": {
- "battlepass_spray_athena_junkyardcrane": 1,
- "battlepass_spray_athena_fountain": 1,
- "battlepass_spray_athena_vendingmachine": 1
- },
- "objectiveCompletionCount": 3,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_Spray_GasStations_Different": {
- "templateId": "Quest:quest_br_spray_gasstations_different",
- "challenge_bundle_id": "QS10-MissionBundle_S10_02",
- "objectives": {
- "battlepass_spray_athena_location_gas_station_01": 1,
- "battlepass_spray_athena_location_gas_station_02": 1,
- "battlepass_spray_athena_location_gas_station_03": 1,
- "battlepass_spray_athena_location_gas_station_04": 1,
- "battlepass_spray_athena_location_gas_station_05": 1,
- "battlepass_spray_athena_location_gas_station_06": 1,
- "battlepass_spray_athena_location_gas_station_07": 1,
- "battlepass_spray_athena_location_gas_station_08": 1,
- "battlepass_spray_athena_location_gas_station_09": 1,
- "battlepass_spray_athena_location_gas_station_10": 1
- },
- "objectiveCompletionCount": 3,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_Interact_Spraycans": {
- "templateId": "Quest:quest_br_interact_spraycans",
- "challenge_bundle_id": "QS10-MissionBundle_S10_02",
- "objectives": {
- "battlepass_interact_spraycan_00": 1,
- "battlepass_interact_spraycan_01": 1,
- "battlepass_interact_spraycan_02": 1,
- "battlepass_interact_spraycan_03": 1,
- "battlepass_interact_spraycan_04": 1,
- "battlepass_interact_spraycan_05": 1,
- "battlepass_interact_spraycan_06": 1,
- "battlepass_interact_spraycan_07": 1,
- "battlepass_interact_spraycan_08": 1,
- "battlepass_interact_spraycan_09": 1,
- "battlepass_interact_spraycan_10": 1,
- "battlepass_interact_spraycan_11": 1
- },
- "objectiveCompletionCount": 5,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_Damage_Structure_Minigun": {
- "templateId": "Quest:quest_br_damage_structure_minigun",
- "challenge_bundle_id": "QS10-MissionBundle_S10_02",
- "objectives": {
- "battlepass_damage_athena_player_walls_minigun": 3000
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_Eliminate_15m_SMG": {
- "templateId": "Quest:quest_br_eliminate_15m_smg",
- "challenge_bundle_id": "QS10-MissionBundle_S10_02",
- "objectives": {
- "battlepass_killingblow_athena_players_15m_distance_smg": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_Interact_Chests_Location_TiltedTowers": {
- "templateId": "Quest:quest_br_interact_chests_location_tiltedtowers",
- "challenge_bundle_id": "QS10-MissionBundle_S10_02",
- "objectives": {
- "battlepass_interact_athena_treasurechest_tiltedtowers": 7
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AccountResource:athenaseasonalbp",
- "quantity": 5
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_Eliminate_Weapon_SMG_SingleMatch": {
- "templateId": "Quest:quest_br_eliminate_weapon_smg_singlematch",
- "challenge_bundle_id": "QS10-MissionBundle_S10_02",
- "objectives": {
- "battlepass_killingblow_athena_player_smg_singlematch": 2
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_Interact_Chests_WindowedContainers": {
- "templateId": "Quest:quest_br_interact_chests_windowedcontainers",
- "challenge_bundle_id": "QS10-MissionBundle_S10_02",
- "objectives": {
- "battlepass_interact_athena_chests_inside_windowed_containers": 5
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_SprayVehicles_DifferentLocation": {
- "templateId": "Quest:quest_br_sprayvehicles_differentlocation",
- "challenge_bundle_id": "QS10-MissionBundle_S10_02",
- "objectives": {
- "battlepass_spray_car_or_truck_1": 1,
- "battlepass_spray_car_or_truck_2": 1,
- "battlepass_spray_car_or_truck_3": 1,
- "battlepass_spray_car_or_truck_4": 1,
- "battlepass_spray_car_or_truck_5": 1,
- "battlepass_spray_car_or_truck_6": 1,
- "battlepass_spray_car_or_truck_7": 1,
- "battlepass_spray_car_or_truck_8": 1,
- "battlepass_spray_car_or_truck_9": 1,
- "battlepass_spray_car_or_truck_10": 1,
- "battlepass_spray_car_or_truck_11": 1,
- "battlepass_spray_car_or_truck_12": 1,
- "battlepass_spray_car_or_truck_13": 1,
- "battlepass_spray_car_or_truck_14": 1,
- "battlepass_spray_car_or_truck_15": 1,
- "battlepass_spray_car_or_truck_16": 1,
- "battlepass_spray_car_or_truck_17": 1,
- "battlepass_spray_car_or_truck_18": 1,
- "battlepass_spray_car_or_truck_19": 1,
- "battlepass_spray_car_or_truck_20": 1,
- "battlepass_spray_car_or_truck_21": 1,
- "battlepass_spray_car_or_truck_23": 1,
- "battlepass_spray_car_or_truck_24": 1,
- "battlepass_spray_car_or_truck_25": 1,
- "battlepass_spray_car_or_truck_26": 1,
- "battlepass_spray_car_or_truck_27": 1,
- "battlepass_spray_car_or_truck_28": 1,
- "battlepass_spray_car_or_truck_29": 1,
- "battlepass_spray_car_or_truck_30": 1,
- "battlepass_spray_car_or_truck_31": 1
- },
- "objectiveCompletionCount": 6,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_Visit_GraffitiBillboards": {
- "templateId": "Quest:quest_br_visit_graffitibillboards",
- "challenge_bundle_id": "QS10-MissionBundle_S10_02",
- "objectives": {
- "battlepass_visit_athena_graffitibillboard_01": 1,
- "battlepass_visit_athena_graffitibillboard_02": 1,
- "battlepass_visit_athena_graffitibillboard_03": 1
- },
- "objectiveCompletionCount": 2,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_Damage_Minigun_Prestige": {
- "templateId": "Quest:quest_br_damage_minigun_prestige",
- "challenge_bundle_id": "QS10-MissionBundle_S10_02",
- "objectives": {
- "battlepass_damage_athena_player_minigun_prestige": 500
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_Eliminate_5m_SMG": {
- "templateId": "Quest:quest_br_eliminate_5m_smg",
- "challenge_bundle_id": "QS10-MissionBundle_S10_02",
- "objectives": {
- "battlepass_killingblow_athena_players_5m_distance_smg": 5
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_Eliminate_Location_TiltedTowers_Graffitiremix": {
- "templateId": "Quest:quest_br_eliminate_location_tiltedtowers_graffitiremix",
- "challenge_bundle_id": "QS10-MissionBundle_S10_02",
- "objectives": {
- "battlepass_killingblow_athena_player_tiltedtowers_graffitiremix": 5
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_S10_WorldsCollide_001": {
- "templateId": "Quest:quest_br_s10_worldscollide_001",
- "challenge_bundle_id": "QS10-MissionBundle_S10_03",
- "objectives": {
- "athena_mission_worldscollide_s10_m01_o01": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_S10_WorldsCollide_002": {
- "templateId": "Quest:quest_br_s10_worldscollide_002",
- "challenge_bundle_id": "QS10-MissionBundle_S10_03",
- "objectives": {
- "athena_mission_worldscollide_s10_m02_o01": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_S10_WorldsCollide_003": {
- "templateId": "Quest:quest_br_s10_worldscollide_003",
- "challenge_bundle_id": "QS10-MissionBundle_S10_03",
- "objectives": {
- "athena_mission_worldscollide_s10_m03_o01": 200
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_S10_WorldsCollide_004": {
- "templateId": "Quest:quest_br_s10_worldscollide_004",
- "challenge_bundle_id": "QS10-MissionBundle_S10_03",
- "objectives": {
- "athena_mission_worldscollide_s10_m04_o01": 1,
- "athena_mission_worldscollide_s10_m04_o02": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_S10_WorldsCollide_005": {
- "templateId": "Quest:quest_br_s10_worldscollide_005",
- "challenge_bundle_id": "QS10-MissionBundle_S10_03",
- "objectives": {
- "athena_mission_worldscollide_s10_m05_o01": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_S10_WorldsCollide_006": {
- "templateId": "Quest:quest_br_s10_worldscollide_006",
- "challenge_bundle_id": "QS10-MissionBundle_S10_03",
- "objectives": {
- "athena_mission_worldscollide_s10_m06_o01": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_S10_WorldsCollide_007": {
- "templateId": "Quest:quest_br_s10_worldscollide_007",
- "challenge_bundle_id": "QS10-MissionBundle_S10_03",
- "objectives": {
- "athena_mission_worldscollide_s10_m07_o01": 10
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_S10_WorldsCollide_008": {
- "templateId": "Quest:quest_br_s10_worldscollide_008",
- "challenge_bundle_id": "QS10-MissionBundle_S10_03",
- "objectives": {
- "athena_mission_worldscollide_s10_m08_o01": 4
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_S10_WorldsCollide_009": {
- "templateId": "Quest:quest_br_s10_worldscollide_009",
- "challenge_bundle_id": "QS10-MissionBundle_S10_03",
- "objectives": {
- "athena_mission_worldscollide_s10_m09_o01": 5
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_S10_WorldsCollide_010": {
- "templateId": "Quest:quest_br_s10_worldscollide_010",
- "challenge_bundle_id": "QS10-MissionBundle_S10_03",
- "objectives": {
- "athena_mission_worldscollide_s10_m10_o01": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_S10_WorldsCollide_011": {
- "templateId": "Quest:quest_br_s10_worldscollide_011",
- "challenge_bundle_id": "QS10-MissionBundle_S10_03",
- "objectives": {
- "athena_mission_worldscollide_s10_m11_o01": 1,
- "athena_mission_worldscollide_s10_m11_o02": 1
- },
- "objectiveCompletionCount": 2,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_S10_WorldsCollide_012": {
- "templateId": "Quest:quest_br_s10_worldscollide_012",
- "challenge_bundle_id": "QS10-MissionBundle_S10_03",
- "objectives": {
- "athena_mission_worldscollide_s10_m12_o01": 4
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_S10_WorldsCollide_013": {
- "templateId": "Quest:quest_br_s10_worldscollide_013",
- "challenge_bundle_id": "QS10-MissionBundle_S10_03",
- "objectives": {
- "athena_mission_worldscollide_s10_m13_o01": 7
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_S10_WorldsCollide_014": {
- "templateId": "Quest:quest_br_s10_worldscollide_014",
- "challenge_bundle_id": "QS10-MissionBundle_S10_03",
- "objectives": {
- "athena_mission_worldscollide_s10_m14_o01": 5
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_Search_AfterLanding": {
- "templateId": "Quest:quest_br_search_afterlanding",
- "challenge_bundle_id": "QS10-MissionBundle_S10_04",
- "objectives": {
- "br_search_afterlanding": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_Land_HotSpot": {
- "templateId": "Quest:quest_br_land_hotspot",
- "challenge_bundle_id": "QS10-MissionBundle_S10_04",
- "objectives": {
- "br_land_hotspot": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_Damage_AfterLaunchpad": {
- "templateId": "Quest:quest_br_damage_afterlaunchpad",
- "challenge_bundle_id": "QS10-MissionBundle_S10_04",
- "objectives": {
- "br_damage_afterlaunchpad": 100
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_Search_WithinTimer_01": {
- "templateId": "Quest:quest_br_search_withintimer_01",
- "challenge_bundle_id": "QS10-MissionBundle_S10_04",
- "objectives": {
- "br_search_withintimer_01": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_Loot_Legendary": {
- "templateId": "Quest:quest_br_loot_legendary",
- "challenge_bundle_id": "QS10-MissionBundle_S10_04",
- "objectives": {
- "br_loot_legendary": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_Search_SupplyDrop_AfterLanding": {
- "templateId": "Quest:quest_br_search_supplydrop_afterlanding",
- "challenge_bundle_id": "QS10-MissionBundle_S10_04",
- "objectives": {
- "br_search_supplydrop_afterlanding": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_DamageOpponents_HotSpot": {
- "templateId": "Quest:quest_br_damageopponents_hotspot",
- "challenge_bundle_id": "QS10-MissionBundle_S10_04",
- "objectives": {
- "br_damage_athena_player_hotspot": 200
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_Search_ChestAmmo_AfterJumping": {
- "templateId": "Quest:quest_br_search_chestammo_afterjumping",
- "challenge_bundle_id": "QS10-MissionBundle_S10_04",
- "objectives": {
- "br_search_chestammo_afterjumping": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_Destroy_SuperDingo_AfterJumping": {
- "templateId": "Quest:quest_br_destroy_superdingo_afterjumping",
- "challenge_bundle_id": "QS10-MissionBundle_S10_04",
- "objectives": {
- "br_destroy_superdingo_afterjumping": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_Eliminate_AfterLaunchpad": {
- "templateId": "Quest:quest_br_eliminate_afterlaunchpad",
- "challenge_bundle_id": "QS10-MissionBundle_S10_04",
- "objectives": {
- "br_eliminate_afterlaunchpad": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_Search_WithinTimer_02": {
- "templateId": "Quest:quest_br_search_withintimer_02",
- "challenge_bundle_id": "QS10-MissionBundle_S10_04",
- "objectives": {
- "br_search_withintimer_02": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_Collect_Legendary": {
- "templateId": "Quest:quest_br_collect_legendary",
- "challenge_bundle_id": "QS10-MissionBundle_S10_04",
- "objectives": {
- "br_collect_5_legendary": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_Harvest_AfterJumping": {
- "templateId": "Quest:quest_br_harvest_afterjumping",
- "challenge_bundle_id": "QS10-MissionBundle_S10_04",
- "objectives": {
- "br_harvest_afterjumping_wood": 100,
- "br_harvest_afterjumping_stone": 100,
- "br_harvest_afterjumping_metal": 100
- },
- "objectiveCompletionCount": 3,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_Eliminate_HotSpot": {
- "templateId": "Quest:quest_br_eliminate_hotspot",
- "challenge_bundle_id": "QS10-MissionBundle_S10_04",
- "objectives": {
- "br_eliminate_hotspot": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_S10_W05_Q01": {
- "templateId": "Quest:quest_s10_w05_q01",
- "challenge_bundle_id": "QS10-MissionBundle_S10_05",
- "objectives": {
- "objective_s10_w05_q01_o01_landdustyvisitmeteor_landdusty": 1,
- "objective_s10_w05_q01_o02_landdustyvisitmeteor_visitmeteor": 1
- },
- "objectiveCompletionCount": 2,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_S10_W05_Q02": {
- "templateId": "Quest:quest_s10_w05_q02",
- "challenge_bundle_id": "QS10-MissionBundle_S10_05",
- "objectives": {
- "objective_s10_w05_q02_o01_harvestmaterialsblock": 300
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_S10_W05_Q03": {
- "templateId": "Quest:quest_s10_w05_q03",
- "challenge_bundle_id": "QS10-MissionBundle_S10_05",
- "objectives": {
- "objective_s10_w05_q03__o01_landherovillain_hero": 1,
- "objective_s10_w05_q03__o02_landherovillain_villain": 1
- },
- "objectiveCompletionCount": 2,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_S10_W05_Q04": {
- "templateId": "Quest:quest_s10_w05_q04",
- "challenge_bundle_id": "QS10-MissionBundle_S10_05",
- "objectives": {
- "objective_s10_w05_q04_o01_damagelowgravity": 250
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_S10_W05_Q05": {
- "templateId": "Quest:quest_s10_w05_q05",
- "challenge_bundle_id": "QS10-MissionBundle_S10_05",
- "objectives": {
- "objective_s10_w05_q05_o01_searchcamerastoneheadbigrig": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_S10_W05_Q06": {
- "templateId": "Quest:quest_s10_w05_q06",
- "challenge_bundle_id": "QS10-MissionBundle_S10_05",
- "objectives": {
- "objective_s10_w05_q06_o01_consumeforageditems": 10
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_S10_W05_Q07": {
- "templateId": "Quest:quest_s10_w05_q07",
- "challenge_bundle_id": "QS10-MissionBundle_S10_05",
- "objectives": {
- "objective_s10_w05_q07_o01_searchvendingmachines": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_S10_W05_Q08": {
- "templateId": "Quest:quest_s10_w05_q08",
- "challenge_bundle_id": "QS10-MissionBundle_S10_05",
- "objectives": {
- "objective_s10_w05_q08_o01_eliminationsdustyormeteor": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_S10_W05_Q09": {
- "templateId": "Quest:quest_s10_w05_q09",
- "challenge_bundle_id": "QS10-MissionBundle_S10_05",
- "objectives": {
- "objective_s10_w05_q09_o01_searchchestsorammoboxesblock": 7
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_S10_W05_Q10": {
- "templateId": "Quest:quest_s10_w05_q10",
- "challenge_bundle_id": "QS10-MissionBundle_S10_05",
- "objectives": {
- "objective_s10_w05_q10_o01_searchchestsmansionorlair": 7
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_S10_W05_Q11": {
- "templateId": "Quest:quest_s10_w05_q11",
- "challenge_bundle_id": "QS10-MissionBundle_S10_05",
- "objectives": {
- "objective_s10_w05_q11_o01_damageexplosiveweapons": 500
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_S10_W05_Q12": {
- "templateId": "Quest:quest_s10_w05_q12",
- "challenge_bundle_id": "QS10-MissionBundle_S10_05",
- "objectives": {
- "objective_s10_w05_q12_o01_searchbattlestarphoneforkknifeposters": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_S10_W05_Q13": {
- "templateId": "Quest:quest_s10_w05_q13",
- "challenge_bundle_id": "QS10-MissionBundle_S10_05",
- "objectives": {
- "objective_s10_w05_q13_o01_consumeforageditemssinglematch": 8
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_S10_W05_Q14": {
- "templateId": "Quest:quest_s10_w05_q14",
- "challenge_bundle_id": "QS10-MissionBundle_S10_05",
- "objectives": {
- "objective_s10_w05_q14_o01_harvestblockdustysinglematch": 300
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_S10_W006_Q01": {
- "templateId": "Quest:quest_s10_w006_q01",
- "challenge_bundle_id": "QS10-MissionBundle_S10_06",
- "objectives": {
- "questobj_s10_w006_q01_obj01": 2
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_S10_W006_Q02": {
- "templateId": "Quest:quest_s10_w006_q02",
- "challenge_bundle_id": "QS10-MissionBundle_S10_06",
- "objectives": {
- "questobj_s10_w006_q02_obj01": 1,
- "questobj_s10_w006_q02_obj02": 1,
- "questobj_s10_w006_q02_obj03": 1
- },
- "objectiveCompletionCount": 3,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_S10_W006_Q05": {
- "templateId": "Quest:quest_s10_w006_q05",
- "challenge_bundle_id": "QS10-MissionBundle_S10_06",
- "objectives": {
- "questobj_s10_w006_q05_obj01": 1,
- "questobj_s10_w006_q05_obj02": 1,
- "questobj_s10_w006_q05_obj03": 1
- },
- "objectiveCompletionCount": 3,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_S10_W006_Q03": {
- "templateId": "Quest:quest_s10_w006_q03",
- "challenge_bundle_id": "QS10-MissionBundle_S10_06",
- "objectives": {
- "questobj_s10_w006_q03_obj01": 100
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_S10_W006_Q06": {
- "templateId": "Quest:quest_s10_w006_q06",
- "challenge_bundle_id": "QS10-MissionBundle_S10_06",
- "objectives": {
- "questobj_s10_w006_q06_obj01": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_S10_W006_Q12": {
- "templateId": "Quest:quest_s10_w006_q12",
- "challenge_bundle_id": "QS10-MissionBundle_S10_06",
- "objectives": {
- "questobj_s10_w006_q12_obj01": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_S10_W006_Q07": {
- "templateId": "Quest:quest_s10_w006_q07",
- "challenge_bundle_id": "QS10-MissionBundle_S10_06",
- "objectives": {
- "questobj_s10_w006_q07_obj01": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_S10_W006_Q08": {
- "templateId": "Quest:quest_s10_w006_q08",
- "challenge_bundle_id": "QS10-MissionBundle_S10_06",
- "objectives": {
- "questobj_s10_w006_q08_obj01": 2
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_S10_W006_Q09": {
- "templateId": "Quest:quest_s10_w006_q09",
- "challenge_bundle_id": "QS10-MissionBundle_S10_06",
- "objectives": {
- "questobj_s10_w006_q09_obj01": 1,
- "questobj_s10_w006_q09_obj02": 1,
- "questobj_s10_w006_q09_obj03": 1
- },
- "objectiveCompletionCount": 3,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_S10_W006_Q10": {
- "templateId": "Quest:quest_s10_w006_q10",
- "challenge_bundle_id": "QS10-MissionBundle_S10_06",
- "objectives": {
- "questobj_s10_w006_q05_obj01": 1,
- "questobj_s10_w006_q10_obj02": 1,
- "questobj_s10_w006_q05_obj03": 1
- },
- "objectiveCompletionCount": 3,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_S10_W006_Q11": {
- "templateId": "Quest:quest_s10_w006_q11",
- "challenge_bundle_id": "QS10-MissionBundle_S10_06",
- "objectives": {
- "questobj_s10_w006_q11_obj01": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_S10_W006_Q13": {
- "templateId": "Quest:quest_s10_w006_q13",
- "challenge_bundle_id": "QS10-MissionBundle_S10_06",
- "objectives": {
- "questobj_s10_w006_q13_obj01": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_S10_W006_Q14": {
- "templateId": "Quest:quest_s10_w006_q14",
- "challenge_bundle_id": "QS10-MissionBundle_S10_06",
- "objectives": {
- "questobj_s10_w006_q14_obj01": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_S10_W006_Q04": {
- "templateId": "Quest:quest_s10_w006_q04",
- "challenge_bundle_id": "QS10-MissionBundle_S10_06",
- "objectives": {
- "questobj_s10_w006_q04_obj01": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-quest_s10_w07_q01": {
- "templateId": "Quest:quest_s10_w07_q01",
- "challenge_bundle_id": "QS10-MissionBundle_S10_07",
- "objectives": {
- "objective_s10_w07_q01_matchesfriend": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-quest_s10_w07_q02": {
- "templateId": "Quest:quest_s10_w07_q02",
- "challenge_bundle_id": "QS10-MissionBundle_S10_07",
- "objectives": {
- "objective_s10_w07_q02_assisteliminations": 5
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-quest_s10_w07_q03": {
- "templateId": "Quest:quest_s10_w07_q03",
- "challenge_bundle_id": "QS10-MissionBundle_S10_07",
- "objectives": {
- "objective_s10_w07_q03_petpet": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-quest_s10_w07_q04": {
- "templateId": "Quest:quest_s10_w07_q04",
- "challenge_bundle_id": "QS10-MissionBundle_S10_07",
- "objectives": {
- "objective_s10_w07_q04_healteammatechugsplashdifferentmatches": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-quest_s10_w07_q05": {
- "templateId": "Quest:quest_s10_w07_q05",
- "challenge_bundle_id": "QS10-MissionBundle_S10_07",
- "objectives": {
- "objective_s10_w07_q05_o01_markitemsrarity_uncommon": 1,
- "objective_s10_w07_q05_o02_markitemsrarity_rare": 1,
- "objective_s10_w07_q05_o03_markitemsrarity_veryrare": 1
- },
- "objectiveCompletionCount": 3,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-quest_s10_w07_q06": {
- "templateId": "Quest:quest_s10_w07_q06",
- "challenge_bundle_id": "QS10-MissionBundle_S10_07",
- "objectives": {
- "objective_s10_w07_q06_squaddamage": 1000
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-quest_s10_w07_q07": {
- "templateId": "Quest:quest_s10_w07_q07",
- "challenge_bundle_id": "QS10-MissionBundle_S10_07",
- "objectives": {
- "objective_s10_w07_q07_reviveteammatedifferentmatches": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-quest_s10_w07_q08": {
- "templateId": "Quest:quest_s10_w07_q08",
- "challenge_bundle_id": "QS10-MissionBundle_S10_07",
- "objectives": {
- "objective_s10_w07_q08_top20friend": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-quest_s10_w07_q09": {
- "templateId": "Quest:quest_s10_w07_q09",
- "challenge_bundle_id": "QS10-MissionBundle_S10_07",
- "objectives": {
- "objective_s10_w07_q09_assisteliminationssinglematch": 5
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-quest_s10_w07_q10": {
- "templateId": "Quest:quest_s10_w07_q10",
- "challenge_bundle_id": "QS10-MissionBundle_S10_07",
- "objectives": {
- "objective_s10_w07_q10_uselaunchpadsquadsduos": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-quest_s10_w07_q11": {
- "templateId": "Quest:quest_s10_w07_q11",
- "challenge_bundle_id": "QS10-MissionBundle_S10_07",
- "objectives": {
- "objective_s10_w07_q11_healteammatecozycampfiredifferentmatches": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-quest_s10_w07_q12": {
- "templateId": "Quest:quest_s10_w07_q12",
- "challenge_bundle_id": "QS10-MissionBundle_S10_07",
- "objectives": {
- "objective_s10_w07_q12_o01_markchestshieldheal_chest": 1,
- "objective_s10_w07_q12_o02_markchestshieldheal_shield": 1,
- "objective_s10_w07_q12_o03_markchestshieldheal_heal": 1
- },
- "objectiveCompletionCount": 3,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-quest_s10_w07_q13": {
- "templateId": "Quest:quest_s10_w07_q13",
- "challenge_bundle_id": "QS10-MissionBundle_S10_07",
- "objectives": {
- "objective_s10_w07_q13_squaddamagesinglematch": 1000
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-quest_s10_w07_q14": {
- "templateId": "Quest:quest_s10_w07_q14",
- "challenge_bundle_id": "QS10-MissionBundle_S10_07",
- "objectives": {
- "objective_s10_w07_q14_rebootteammate": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_S10_W008_Q08": {
- "templateId": "Quest:quest_s10_w008_q08",
- "challenge_bundle_id": "QS10-MissionBundle_S10_08",
- "objectives": {
- "questobj_s10_w008_q08_obj01": 100
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_S10_W008_Q02": {
- "templateId": "Quest:quest_s10_w008_q02",
- "challenge_bundle_id": "QS10-MissionBundle_S10_08",
- "objectives": {
- "questobj_s10_w008_q02_obj01": 1,
- "complete_athena_racetrack_grassland": 1,
- "questobj_s10_w008_q02_obj03": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_S10_W008_Q10": {
- "templateId": "Quest:quest_s10_w008_q10",
- "challenge_bundle_id": "QS10-MissionBundle_S10_08",
- "objectives": {
- "questobj_s10_w008_q10_obj01": 10
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_S10_W008_Q04": {
- "templateId": "Quest:quest_s10_w008_q04",
- "challenge_bundle_id": "QS10-MissionBundle_S10_08",
- "objectives": {
- "questobj_s10_w008_q04_obj01": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_S10_W008_Q05": {
- "templateId": "Quest:quest_s10_w008_q05",
- "challenge_bundle_id": "QS10-MissionBundle_S10_08",
- "objectives": {
- "questobj_s10_w008_q05_obj01": 1,
- "questobj_s10_w008_q05_obj02": 1,
- "questobj_s10_w008_q05_obj03": 1
- },
- "objectiveCompletionCount": 3,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_S10_W008_Q13": {
- "templateId": "Quest:quest_s10_w008_q13",
- "challenge_bundle_id": "QS10-MissionBundle_S10_08",
- "objectives": {
- "questobj_s10_w008_q13_obj01": 1,
- "questobj_s10_w008_q13_obj02": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_S10_W008_Q07": {
- "templateId": "Quest:quest_s10_w008_q07",
- "challenge_bundle_id": "QS10-MissionBundle_S10_08",
- "objectives": {
- "questobj_s10_w008_q07_obj01": 1,
- "questobj_s10_w008_q07_obj02": 1,
- "questobj_s10_w008_q07_obj03": 1,
- "questobj_s10_w008_q07_obj04": 1,
- "questobj_s10_w008_q07_obj05": 1,
- "questobj_s10_w008_q07_obj06": 1,
- "questobj_s10_w008_q07_obj07": 1,
- "questobj_s10_w008_q07_obj08": 1,
- "questobj_s10_w008_q07_obj09": 1
- },
- "objectiveCompletionCount": 3,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_S10_W008_Q01": {
- "templateId": "Quest:quest_s10_w008_q01",
- "challenge_bundle_id": "QS10-MissionBundle_S10_08",
- "objectives": {
- "questobj_s10_w008_q01_obj01": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_S10_W008_Q09": {
- "templateId": "Quest:quest_s10_w008_q09",
- "challenge_bundle_id": "QS10-MissionBundle_S10_08",
- "objectives": {
- "questobj_s10_w008_q09_obj01": 100
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_S10_W008_Q03": {
- "templateId": "Quest:quest_s10_w008_q03",
- "challenge_bundle_id": "QS10-MissionBundle_S10_08",
- "objectives": {
- "questobj_s10_w008_q03_obj01": 500
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_S10_W008_Q11": {
- "templateId": "Quest:quest_s10_w008_q11",
- "challenge_bundle_id": "QS10-MissionBundle_S10_08",
- "objectives": {
- "questobj_s10_w008_q11_obj01": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_S10_W008_Q12": {
- "templateId": "Quest:quest_s10_w008_q12",
- "challenge_bundle_id": "QS10-MissionBundle_S10_08",
- "objectives": {
- "questobj_s10_w008_q12_obj01": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_S10_W008_Q06": {
- "templateId": "Quest:quest_s10_w008_q06",
- "challenge_bundle_id": "QS10-MissionBundle_S10_08",
- "objectives": {
- "questobj_s10_w008_q06_obj01": 1,
- "questobj_s10_w008_q06_obj02": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_S10_W008_Q14": {
- "templateId": "Quest:quest_s10_w008_q14",
- "challenge_bundle_id": "QS10-MissionBundle_S10_08",
- "objectives": {
- "questobj_s10_w008_q14_obj01": 1,
- "questobj_s10_w008_q14_obj02": 1,
- "questobj_s10_w008_q14_obj03": 1,
- "questobj_s10_w008_q14_obj04": 1,
- "questobj_s10_w008_q14_obj05": 1,
- "questobj_s10_w008_q14_obj06": 1,
- "questobj_s10_w008_q14_obj07": 1,
- "questobj_s10_w008_q14_obj08": 1,
- "questobj_s10_w008_q14_obj09": 1
- },
- "objectiveCompletionCount": 2,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_S10_W009_Q01": {
- "templateId": "Quest:quest_s10_w009_q01",
- "challenge_bundle_id": "QS10-MissionBundle_S10_09",
- "objectives": {
- "questobj_s10_w009_q01_obj01": 1,
- "questobj_s10_w009_q01_obj02": 1,
- "questobj_s10_w009_q01_obj03": 1
- },
- "objectiveCompletionCount": 3,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_S10_W009_Q02": {
- "templateId": "Quest:quest_s10_w009_q02",
- "challenge_bundle_id": "QS10-MissionBundle_S10_09",
- "objectives": {
- "questobj_s10_w009_q02_obj01": 50
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_S10_W009_Q03": {
- "templateId": "Quest:quest_s10_w009_q03",
- "challenge_bundle_id": "QS10-MissionBundle_S10_09",
- "objectives": {
- "questobj_s10_w009_q03_obj01": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_S10_W009_Q04": {
- "templateId": "Quest:quest_s10_w009_q04",
- "challenge_bundle_id": "QS10-MissionBundle_S10_09",
- "objectives": {
- "questobj_s10_w009_q04_obj01": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_S10_W009_Q05": {
- "templateId": "Quest:quest_s10_w009_q05",
- "challenge_bundle_id": "QS10-MissionBundle_S10_09",
- "objectives": {
- "questobj_s10_w009_q05_obj01": 4
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_S10_W009_Q06": {
- "templateId": "Quest:quest_s10_w009_q06",
- "challenge_bundle_id": "QS10-MissionBundle_S10_09",
- "objectives": {
- "questobj_s10_w009_q06_obj01": 10
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_S10_W009_Q07": {
- "templateId": "Quest:quest_s10_w009_q07",
- "challenge_bundle_id": "QS10-MissionBundle_S10_09",
- "objectives": {
- "questobj_s10_w009_q07_obj01": 2
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_S10_W009_Q08": {
- "templateId": "Quest:quest_s10_w009_q08",
- "challenge_bundle_id": "QS10-MissionBundle_S10_09",
- "objectives": {
- "questobj_s10_w009_q08_obj01": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_S10_W009_Q09": {
- "templateId": "Quest:quest_s10_w009_q09",
- "challenge_bundle_id": "QS10-MissionBundle_S10_09",
- "objectives": {
- "questobj_s10_w009_q09_obj01": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_S10_W009_Q10": {
- "templateId": "Quest:quest_s10_w009_q10",
- "challenge_bundle_id": "QS10-MissionBundle_S10_09",
- "objectives": {
- "questobj_s10_w009_q10_obj01": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_S10_W009_Q11": {
- "templateId": "Quest:quest_s10_w009_q11",
- "challenge_bundle_id": "QS10-MissionBundle_S10_09",
- "objectives": {
- "questobj_s10_w009_q11_obj01": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_S10_W009_Q12": {
- "templateId": "Quest:quest_s10_w009_q12",
- "challenge_bundle_id": "QS10-MissionBundle_S10_09",
- "objectives": {
- "questobj_s10_w009_q12_obj01": 4
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_S10_W009_Q13": {
- "templateId": "Quest:quest_s10_w009_q13",
- "challenge_bundle_id": "QS10-MissionBundle_S10_09",
- "objectives": {
- "questobj_s10_w009_q13_obj01": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_S10_W009_Q14": {
- "templateId": "Quest:quest_s10_w009_q14",
- "challenge_bundle_id": "QS10-MissionBundle_S10_09",
- "objectives": {
- "questobj_s10_w009_q14_obj01": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_S10_NightNight_Interact": {
- "templateId": "Quest:quest_br_s10_nightnight_interact",
- "challenge_bundle_id": "QS10-QuestBundle_S10_OT",
- "objectives": {
- "interact_nightnight_00": 1,
- "interact_nightnight_01": 1
- },
- "objectiveCompletionCount": 2,
- "rewards": [
+ "4": [
{
"templateId": "AccountResource:athenaseasonalxp",
- "quantity": 2500
- }
- ],
- "hiddenRewards": [
- {
- "templateId": "Token:athena_s10overtime_challenge_token",
- "quantity": 1
- }
- ],
- "giftBoxToUse": {}
- },
- "QS10-Quest_S10_OT_q01b": {
- "templateId": "Quest:quest_s10_ot_q01b",
- "challenge_bundle_id": "QS10-QuestBundle_S10_OT",
- "objectives": {
- "questobj_s10_ot_q01b_obj01": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "CosmeticVariantToken:vtid_348_djremix_colord",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_S10_OT_q01a": {
- "templateId": "Quest:quest_s10_ot_q01a",
- "challenge_bundle_id": "QS10-QuestBundle_S10_OT",
- "objectives": {
- "questobj_s10_ot_q01a_obj01": 47
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AthenaCharacter:cid_487_athena_commando_m_djremix",
- "quantity": 1
+ "quantity": 5000,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_challengecomplete",
+ "giftBoxFormatData": {}
+ }
},
{
- "templateId": "Quest:quest_s10_ot_q01b",
- "quantity": 1
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
}
],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_S10_OT_q02b": {
- "templateId": "Quest:quest_s10_ot_q02b",
- "challenge_bundle_id": "QS10-QuestBundle_S10_OT",
- "objectives": {
- "questobj_s10_ot_q02b_obj01": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [
+ "5": [
{
- "templateId": "CosmeticVariantToken:vtid_347_sparkleremix_colore",
- "quantity": 1
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
}
],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_S10_OT_q02a": {
- "templateId": "Quest:quest_s10_ot_q02a",
- "challenge_bundle_id": "QS10-QuestBundle_S10_OT",
- "objectives": {
- "questobj_s10_ot_q02a_obj01": 70
- },
- "objectiveCompletionCount": 1,
- "rewards": [
+ "6": [
{
- "templateId": "AthenaCharacter:cid_485_athena_commando_f_sparkleremix",
- "quantity": 1
+ "templateId": "Token:fortbyte_weeklychallengescomplete_week1",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "-1": [
+ {
+ "templateId": "Token:athenabattlepass_weeklybundle_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
},
{
- "templateId": "Quest:quest_s10_ot_q02b",
- "quantity": 1
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ]
+ }
+ },
+ "QS09-QuestBundle_S9_Week_002": {
+ "templateId": "ChallengeBundle:questbundle_s9_week_002",
+ "challenge_bundle_schedule_id": "QS09-Season9_Free_Schedule",
+ "grantedquestinstanceids": [
+ "QS09-Quest_BR_Use_HVAC_DifferentMatches",
+ "QS09-Quest_BR_Land_Chain_01_A",
+ "QS09-Quest_BR_Eliminate_TwoLocations_01",
+ "QS09-Quest_BR_Damage_Pistol",
+ "QS09-Quest_BR_Visit_ThreeQuestProps",
+ "QS09-Quest_BR_Interact_Chests_Locations_Different_SingleMatch",
+ "QS09-Quest_BR_Eliminate_MinDistance_Chain_A"
+ ],
+ "completionRewards": {
+ "1": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
}
],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_S10_OT_q03b": {
- "templateId": "Quest:quest_s10_ot_q03b",
- "challenge_bundle_id": "QS10-QuestBundle_S10_OT",
- "objectives": {
- "questobj_s10_ot_q03b_obj01": 5
- },
- "objectiveCompletionCount": 1,
- "rewards": [
+ "2": [
{
- "templateId": "CosmeticVariantToken:vtid_346_voyagerremix_colorc",
- "quantity": 1
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "3": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "4": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 5000,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_challengecomplete",
+ "giftBoxFormatData": {}
+ }
},
{
- "templateId": "CosmeticVariantToken:vtid_345_m_voyagerremix_backbling_colorc",
- "quantity": 1
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
}
],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_S10_OT_q03a": {
- "templateId": "Quest:quest_s10_ot_q03a",
- "challenge_bundle_id": "QS10-QuestBundle_S10_OT",
- "objectives": {
- "questobj_s10_ot_q03a_obj01": 87
- },
- "objectiveCompletionCount": 1,
- "rewards": [
+ "5": [
{
- "templateId": "AthenaCharacter:cid_489_athena_commando_m_voyagerremix",
- "quantity": 1
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "6": [
+ {
+ "templateId": "Token:fortbyte_weeklychallengescomplete_week2",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "-1": [
+ {
+ "templateId": "Token:athenabattlepass_weeklybundle_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
},
{
- "templateId": "Quest:quest_s10_ot_q03b",
- "quantity": 1
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ]
+ }
+ },
+ "QS09-QuestBundle_S9_Week_003": {
+ "templateId": "ChallengeBundle:questbundle_s9_week_003",
+ "challenge_bundle_schedule_id": "QS09-Season9_Free_Schedule",
+ "grantedquestinstanceids": [
+ "QS09-Quest_BR_TrickPoint_Driftboard",
+ "QS09-Quest_BR_Interact_Chests_TwoLocations_02",
+ "QS09-Quest_BR_Damage_After_SlipStream",
+ "QS09-Quest_BR_Visit_TwoNamedLocs_Chain_01_A",
+ "QS09-Quest_BR_Use_FlyingDisc_SelfCatch",
+ "QS09-Quest_BR_Eliminate_ExplosiveWeapon",
+ "QS09-Quest_BR_Damage_Weapons_Different_SingleMatch"
+ ],
+ "completionRewards": {
+ "1": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
}
],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_S10_OT_q05": {
- "templateId": "Quest:quest_s10_ot_q05",
- "challenge_bundle_id": "QS10-QuestBundle_S10_OT",
- "objectives": {
- "questobj_s10_ot_q05_obj01": 2500
- },
- "objectiveCompletionCount": 1,
- "rewards": [
+ "2": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "3": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "4": [
{
"templateId": "AccountResource:athenaseasonalxp",
- "quantity": 2500
- }
- ],
- "hiddenRewards": [
+ "quantity": 5000,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_challengecomplete",
+ "giftBoxFormatData": {}
+ }
+ },
{
- "templateId": "Token:athena_s10overtime_challenge_token",
- "quantity": 1
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
}
],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_S10_NightNight_Interact_02": {
- "templateId": "Quest:quest_br_s10_nightnight_interact_02",
- "challenge_bundle_id": "QS10-QuestBundle_S10_OT",
- "objectives": {
- "interact_nightnight_02": 1,
- "interact_nightnight_03": 1
- },
- "objectiveCompletionCount": 2,
- "rewards": [
+ "5": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "6": [
+ {
+ "templateId": "Token:fortbyte_weeklychallengescomplete_week3",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "-1": [
+ {
+ "templateId": "Token:athenabattlepass_weeklybundle_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ]
+ }
+ },
+ "QS09-QuestBundle_S9_Week_004": {
+ "templateId": "ChallengeBundle:questbundle_s9_week_004",
+ "challenge_bundle_schedule_id": "QS09-Season9_Free_Schedule",
+ "grantedquestinstanceids": [
+ "QS09-Quest_BR_Damage_SniperRifle",
+ "QS09-Quest_BR_Dance_Chain_ScavengerHunt_Locations_04_A",
+ "QS09-Quest_BR_Eliminate_WeaponRarity_Legendary",
+ "QS09-Quest_BR_Destroy_SupplyDropDrone",
+ "QS09-Quest_BR_Land_Chain_02A",
+ "QS09-Quest_BR_Eliminate_TwoLocations_02",
+ "QS09-Quest_BR_Visit_NamedLocations_SingleMatch"
+ ],
+ "completionRewards": {
+ "1": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "2": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "3": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "4": [
{
"templateId": "AccountResource:athenaseasonalxp",
- "quantity": 5000
- }
- ],
- "hiddenRewards": [
+ "quantity": 5000,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_challengecomplete",
+ "giftBoxFormatData": {}
+ }
+ },
{
- "templateId": "Token:athena_s10overtime_challenge_token",
- "quantity": 1
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
}
],
- "giftBoxToUse": {}
- },
- "QS10-Quest_S10_OT_q07": {
- "templateId": "Quest:quest_s10_ot_q07",
- "challenge_bundle_id": "QS10-QuestBundle_S10_OT",
- "objectives": {
- "questobj_s10_ot_q07_obj01": 250
- },
- "objectiveCompletionCount": 1,
- "rewards": [
+ "5": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "6": [
+ {
+ "templateId": "Token:fortbyte_weeklychallengescomplete_week4",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "-1": [
+ {
+ "templateId": "Token:athenabattlepass_weeklybundle_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ]
+ }
+ },
+ "QS09-QuestBundle_S9_Week_005": {
+ "templateId": "ChallengeBundle:questbundle_s9_week_005",
+ "challenge_bundle_schedule_id": "QS09-Season9_Free_Schedule",
+ "grantedquestinstanceids": [
+ "QS09-Quest_BR_Damage_ThrownWeapons",
+ "QS09-Quest_BR_Interact_Chests_TwoLocations_03",
+ "QS09-Quest_BR_Eliminate",
+ "QS09-Quest_BR_RaceTrack_Chain_Arid",
+ "QS09-Quest_BR_Use_Trap_DifferentMatches",
+ "QS09-Quest_BR_Visit_Turbines",
+ "QS09-Quest_BR_Eliminate_Location_SkyPlatforms"
+ ],
+ "completionRewards": {
+ "1": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "2": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "3": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "4": [
{
"templateId": "AccountResource:athenaseasonalxp",
- "quantity": 5000
- }
- ],
- "hiddenRewards": [
+ "quantity": 5000,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_challengecomplete",
+ "giftBoxFormatData": {}
+ }
+ },
{
- "templateId": "Token:athena_s10overtime_challenge_token",
- "quantity": 1
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
}
],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_S10_NightNight_Interact_03": {
- "templateId": "Quest:quest_br_s10_nightnight_interact_03",
- "challenge_bundle_id": "QS10-QuestBundle_S10_OT",
- "objectives": {
- "interact_nightnight_04": 1,
- "interact_nightnight_05": 1
- },
- "objectiveCompletionCount": 2,
- "rewards": [
+ "5": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "6": [
+ {
+ "templateId": "Token:fortbyte_weeklychallengescomplete_week5",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "-1": [
+ {
+ "templateId": "Token:athenabattlepass_weeklybundle_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ]
+ }
+ },
+ "QS09-QuestBundle_S9_Week_006": {
+ "templateId": "ChallengeBundle:questbundle_s9_week_006",
+ "challenge_bundle_schedule_id": "QS09-Season9_Free_Schedule",
+ "grantedquestinstanceids": [
+ "QS09-Quest_BR_Land_Chain_03A",
+ "QS09-Quest_BR_Damage_SMG",
+ "QS09-Quest_BR_Hotspots_Chain_Chests",
+ "QS09-Quest_BR_Damage_Vehicle_Opponent",
+ "QS09-Quest_BR_Use_DogSweater",
+ "QS09-Quest_BR_Use_Different_Vehicles_SingleMatch",
+ "QS09-Quest_BR_Eliminate_TwoLocations_03"
+ ],
+ "completionRewards": {
+ "1": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "2": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "3": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "4": [
{
"templateId": "AccountResource:athenaseasonalxp",
- "quantity": 10000
- }
- ],
- "hiddenRewards": [
+ "quantity": 6000,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_challengecomplete",
+ "giftBoxFormatData": {}
+ }
+ },
{
- "templateId": "Token:athena_s10overtime_challenge_token",
- "quantity": 1
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
}
],
- "giftBoxToUse": {}
- },
- "QS10-Quest_S10_OT_q09": {
- "templateId": "Quest:quest_s10_ot_q09",
- "challenge_bundle_id": "QS10-QuestBundle_S10_OT",
- "objectives": {
- "questobj_s10_ot_q09_obj01": 25
- },
- "objectiveCompletionCount": 1,
- "rewards": [
+ "5": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "6": [
+ {
+ "templateId": "Token:fortbyte_weeklychallengescomplete_week6",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "-1": [
+ {
+ "templateId": "Token:athenabattlepass_weeklybundle_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ]
+ }
+ },
+ "QS09-QuestBundle_S9_Week_007": {
+ "templateId": "ChallengeBundle:questbundle_s9_week_007",
+ "challenge_bundle_schedule_id": "QS09-Season9_Free_Schedule",
+ "grantedquestinstanceids": [
+ "QS09-Quest_BR_Interact_Chests_TwoLocations_04",
+ "QS09-Quest_BR_Interact_AmmoBox_Locations_Different",
+ "QS09-Quest_BR_Eliminate_SuppressedWeapon",
+ "QS09-Quest_BR_Damage_Passenger_Vehicle",
+ "QS09-Quest_BR_Visit_TwoNamedLocs_Chain_02_A",
+ "QS09-Quest_BR_Interact_Chest_VendingMachine_Campfire_SingleMatch",
+ "QS09-Quest_BR_Eliminate_MaxDistance"
+ ],
+ "completionRewards": {
+ "1": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "2": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "3": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "4": [
{
"templateId": "AccountResource:athenaseasonalxp",
- "quantity": 10000
- }
- ],
- "hiddenRewards": [
+ "quantity": 7000,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_challengecomplete",
+ "giftBoxFormatData": {}
+ }
+ },
{
- "templateId": "Token:athena_s10overtime_challenge_token",
- "quantity": 1
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
}
],
- "giftBoxToUse": {}
+ "5": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "6": [
+ {
+ "templateId": "Token:fortbyte_weeklychallengescomplete_week7",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "-1": [
+ {
+ "templateId": "Token:athenabattlepass_weeklybundle_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ]
+ }
+ },
+ "QS09-QuestBundle_S9_Week_008": {
+ "templateId": "ChallengeBundle:questbundle_s9_week_008",
+ "challenge_bundle_schedule_id": "QS09-Season9_Free_Schedule",
+ "grantedquestinstanceids": [
+ "QS09-Quest_BR_Heal_Shields",
+ "QS09-Quest_BR_Visit_Clocks",
+ "QS09-Quest_BR_Eliminate_TwoLocations_04",
+ "QS09-Quest_BR_Damage_AssaultRifle",
+ "QS09-Quest_BR_Land_Chain_04A",
+ "QS09-Quest_BR_Airvent_Zipline_VolcanoVent_SingleMatch",
+ "QS09-Quest_BR_Eliminate_Location_OutsidePOI"
+ ],
+ "completionRewards": {
+ "1": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "2": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "3": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "4": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 8000,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_challengecomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "5": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "6": [
+ {
+ "templateId": "Token:fortbyte_weeklychallengescomplete_week8",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "-1": [
+ {
+ "templateId": "Token:athenabattlepass_weeklybundle_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ]
+ }
+ },
+ "QS09-QuestBundle_S9_Week_009": {
+ "templateId": "ChallengeBundle:questbundle_s9_week_009",
+ "challenge_bundle_schedule_id": "QS09-Season9_Free_Schedule",
+ "grantedquestinstanceids": [
+ "QS09-Quest_BR_Use_ChugJug_ChillBronco",
+ "QS09-Quest_BR_Visit_SolarArrays",
+ "QS09-Quest_BR_Eliminate_Weapon_RarityChain_Grey",
+ "QS09-Quest_BR_Damage_Headshot",
+ "QS09-Quest_BR_Interact_Chests_TwoLocations_05",
+ "QS09-Quest_BR_Eliminate_Location_Different",
+ "QS09-Quest_BR_Damage_After_VolcanoVent"
+ ],
+ "completionRewards": {
+ "1": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "2": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "3": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "4": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 9000,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_challengecomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "5": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "6": [
+ {
+ "templateId": "Token:fortbyte_weeklychallengescomplete_week9",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "-1": [
+ {
+ "templateId": "Token:athenabattlepass_weeklybundle_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ]
+ }
+ },
+ "QS09-QuestBundle_S9_Week_010": {
+ "templateId": "ChallengeBundle:questbundle_s9_week_010",
+ "challenge_bundle_schedule_id": "QS09-Season9_Free_Schedule",
+ "grantedquestinstanceids": [
+ "QS09-Quest_BR_Use_AirStrike",
+ "QS09-Quest_BR_Damage_Shotgun",
+ "QS09-Quest_BR_Interact_AmmoBoxes_SingleMatch",
+ "QS09-Quest_BR_Visit_Poster",
+ "QS09-Quest_BR_Chain_Collect_BuildingResources_SpecificLocations_A",
+ "QS09-Quest_BR_Eliminate_TwoLocations_05",
+ "QS09-Quest_BR_Damage_Pickaxe"
+ ],
+ "completionRewards": {
+ "1": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "2": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "3": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "4": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 10000,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_challengecomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "5": [
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "6": [
+ {
+ "templateId": "Token:fortbyte_weeklychallengescomplete_week10",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "-1": [
+ {
+ "templateId": "Token:athenabattlepass_weeklybundle_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ]
+ }
+ },
+ "QS09-QuestBundle_S9_Masako": {
+ "templateId": "ChallengeBundle:questbundle_s9_masako",
+ "challenge_bundle_schedule_id": "QS09-Season9_Masako_Schedule",
+ "grantedquestinstanceids": [
+ "QS09-Quest_BR_S9_Masako_CollectGlyphs_01",
+ "QS09-Quest_BR_S9_Masako_CollectGlyphs_02"
+ ],
+ "completionRewards": {}
+ },
+ "QS09-QuestBundle_S9_Overtime": {
+ "templateId": "ChallengeBundle:questbundle_s9_overtime",
+ "challenge_bundle_schedule_id": "QS09-Season9_OT_Schedule",
+ "grantedquestinstanceids": [
+ "QS09-Quest_BR_S9_Overtime_CompleteQuests_ChainTest_01a",
+ "QS09-Quest_BR_S9_Overtime_CompleteQuests_ChainTest_02a",
+ "QS09-Quest_BR_S9_Overtime_CompleteQuests_ChainTest_03a",
+ "QS09-Quest_BR_OT_Eliminate_Assist_Friend",
+ "QS09-Quest_BR_OT_Damage_Shotgun",
+ "QS09-Quest_BR_OT_Visit_LootPolarPressure",
+ "QS09-Quest_BR_OT_Revive_Friend_DifferentMatches",
+ "QS09-Quest_BR_OT_Damage_AssaultRifle",
+ "QS09-Quest_BR_OT_Dance_Skeleton",
+ "QS09-Quest_BR_OT_Top15_DuosSquads_WithFriend",
+ "QS09-Quest_BR_OT_Damage_SMG",
+ "QS09-Quest_BR_OT_Score_Soccer_Pitch"
+ ],
+ "completionRewards": {
+ "-1": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 15000,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_genericnoicon",
+ "giftBoxFormatData": {
+ "HeaderAssetString": "Header.Congratulations",
+ "BodyAssetString": "Reward.OvertimeEventStarted"
+ }
+ }
+ }
+ ]
+ }
+ },
+ "QS09-QuestBundle_S9_StrawberryPilot": {
+ "templateId": "ChallengeBundle:questbundle_s9_strawberrypilot",
+ "challenge_bundle_schedule_id": "QS09-Season9_Paid_Schedule",
+ "grantedquestinstanceids": [
+ "QS09-Quest_BR_S9_StrawberryPilot_CollectGlyphs_05",
+ "QS09-Quest_BR_S9_StrawberryPilot_Gain_SeasonXP_01",
+ "QS09-Quest_BR_S9_StrawberryPilot_Gain_SeasonXP_02",
+ "QS09-Quest_BR_S9_StrawberryPilot_Gain_SeasonXP_03",
+ "QS09-Quest_BR_S9_StrawberryPilot_Gain_SeasonXP_04",
+ "QS09-Quest_BR_S9_StrawberryPilot_Complete_WeeklyChallenges_01",
+ "QS09-Quest_BR_S9_StrawberryPilot_Complete_WeeklyChallenges_02",
+ "QS09-Quest_BR_S9_StrawberryPilot_Complete_WeeklyChallenges_03",
+ "QS09-Quest_BR_S9_StrawberryPilot_CollectGlyphs_01",
+ "QS09-Quest_BR_S9_StrawberryPilot_CollectGlyphs_02",
+ "QS09-Quest_BR_S9_StrawberryPilot_CollectGlyphs_03",
+ "QS09-Quest_BR_S9_StrawberryPilot_CollectGlyphs_04"
+ ],
+ "completionRewards": {
+ "-1": [
+ {
+ "templateId": "HomebaseBannerIcon:brs9completionstrawberry",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ]
+ }
+ },
+ "QS09-QuestBundle_S9_Rooster": {
+ "templateId": "ChallengeBundle:questbundle_s9_rooster",
+ "challenge_bundle_schedule_id": "QS09-Season9_Paid_Schedule",
+ "grantedquestinstanceids": [
+ "QS09-Quest_BR_S9_Rooster_CollectGlyphs_01_A",
+ "QS09-Quest_BR_S9_Rooster_CollectGlyphs_02"
+ ],
+ "completionRewards": {
+ "-1": [
+ {
+ "templateId": "HomebaseBannerIcon:brs9completionrooster",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ]
+ }
+ },
+ "QS09-QuestBundle_S9_StormTracker": {
+ "templateId": "ChallengeBundle:questbundle_s9_stormtracker",
+ "challenge_bundle_schedule_id": "QS09-Season9_StormTracker_Schedule",
+ "grantedquestinstanceids": [
+ "QS09-Quest_BR_S9_StormTracker_CollectGlyphs_01",
+ "QS09-Quest_BR_S9_StormTracker_CollectGlyphs_02"
+ ],
+ "completionRewards": {}
+ },
+ "QS09-QuestBundle_Birthday2019_BR": {
+ "templateId": "ChallengeBundle:questbundle_birthday2019_br",
+ "challenge_bundle_schedule_id": "QS09-Schedule_Birthday2019_BR",
+ "grantedquestinstanceids": [
+ "QS09-Quest_BR_Play_Birthday",
+ "QS09-Quest_BR_Dance_ScavengerHunt_BirthdayCakes",
+ "QS09-Quest_BR_Outlast_Birthday",
+ "QS09-Quest_BR_Heal_BirthdayCake"
+ ],
+ "completionRewards": {
+ "4": [
+ {
+ "templateId": "AthenaPickaxe:pickaxe_id_233_birthday2019",
+ "quantity": 1,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_generic",
+ "giftBoxFormatData": {
+ "HeaderAssetString": "Header.Congratulations",
+ "BodyAssetString": "Reward.Birthday2"
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ "Quests": {
+ "QS09-Quest_BR_FDS_Dance_BeachParties": {
+ "templateId": "Quest:quest_br_fds_dance_beachparties",
+ "challenge_bundle_id": "QS09-QuestBundle_14DaysOfSummer",
+ "objectives": {
+ "fds_dance_athena_beach_party_01": 1,
+ "fds_dance_athena_beach_party_02": 1,
+ "fds_dance_athena_beach_party_03": 1,
+ "fds_dance_athena_beach_party_04": 1,
+ "fds_dance_athena_beach_party_05": 1,
+ "fds_dance_athena_beach_party_06": 1,
+ "fds_dance_athena_beach_party_07": 1
},
- "QS10-Quest_BR_BM_Damage_Boomerang": {
- "templateId": "Quest:quest_br_bm_damage_boomerang",
- "challenge_bundle_id": "QS10-QuestBundle_Event_BlackMonday",
- "objectives": {
- "athena_blackmonday_damage_badger": 250
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AthenaDance:spid_160_blackmonday02_pm0u6",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
+ "objectiveCompletionCount": 6,
+ "rewards": [
+ {
+ "templateId": "AthenaDance:eid_swimdance",
+ "quantity": 1
}
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_genericnoicon",
+ "giftBoxFormatData": {
+ "HeaderAssetString": "Header.Congratulations",
+ "BodyAssetString": "Reward.14DaysOfSummer"
+ }
+ }
+ },
+ "QS09-Quest_BR_FDS_Touch_GiantBeachBall": {
+ "templateId": "Quest:quest_br_fds_touch_giantbeachball",
+ "challenge_bundle_id": "QS09-QuestBundle_14DaysOfSummer",
+ "objectives": {
+ "fds_touch_athena_giant_beach_ball": 5
},
- "QS10-Quest_BR_BM_Interact_Lamps": {
- "templateId": "Quest:quest_br_bm_interact_lamps",
- "challenge_bundle_id": "QS10-QuestBundle_Event_BlackMonday",
- "objectives": {
- "athena_blackmonday_lightlamps_01": 1,
- "athena_blackmonday_lightlamps_02": 1,
- "athena_blackmonday_lightlamps_03": 1,
- "athena_blackmonday_lightlamps_04": 1,
- "athena_blackmonday_lightlamps_05": 1,
- "athena_blackmonday_lightlamps_06": 1,
- "athena_blackmonday_lightlamps_07": 1,
- "athena_blackmonday_lightlamps_08": 1,
- "athena_blackmonday_lightlamps_09": 1,
- "athena_blackmonday_lightlamps_10": 1,
- "athena_blackmonday_lightlamps_11": 1,
- "athena_blackmonday_lightlamps_12": 1,
- "athena_blackmonday_lightlamps_13": 1,
- "athena_blackmonday_lightlamps_14": 1,
- "athena_blackmonday_lightlamps_15": 1
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaLoadingScreen:lsid_143_summerdays",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_genericnoicon",
+ "giftBoxFormatData": {
+ "HeaderAssetString": "Header.Congratulations",
+ "BodyAssetString": "Reward.14DaysOfSummer"
+ }
+ }
+ },
+ "QS09-Quest_BR_FDS_Eliminate_Unvaulted_or_Drumgun": {
+ "templateId": "Quest:quest_br_fds_eliminate_unvaulted_or_drumgun",
+ "challenge_bundle_id": "QS09-QuestBundle_14DaysOfSummer",
+ "objectives": {
+ "fds_killingblow_athena_player_unvaulted_or_drumgun": 5
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaDance:toy_019_waterballoon",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_genericnoicon",
+ "giftBoxFormatData": {
+ "HeaderAssetString": "Header.Congratulations",
+ "BodyAssetString": "Reward.14DaysOfSummer"
+ }
+ }
+ },
+ "QS09-Quest_BR_FDS_ThankBusDriver_and_Top20": {
+ "templateId": "Quest:quest_br_fds_thankbusdriver_and_top20",
+ "challenge_bundle_id": "QS09-QuestBundle_14DaysOfSummer",
+ "objectives": {
+ "fds_thank_athena_busdriver_top20_differentmatches": 5
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaDance:emoji_summerdays",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_genericnoicon",
+ "giftBoxFormatData": {
+ "HeaderAssetString": "Header.Congratulations",
+ "BodyAssetString": "Reward.14DaysOfSummer"
+ }
+ }
+ },
+ "QS09-Quest_BR_FDS_Destroy_PartyBalloons": {
+ "templateId": "Quest:quest_br_fds_destroy_partyballoons",
+ "challenge_bundle_id": "QS09-QuestBundle_14DaysOfSummer",
+ "objectives": {
+ "fds_destroy_athena_partyballoons": 5
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaDance:spid_127_summerdays01",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_genericnoicon",
+ "giftBoxFormatData": {
+ "HeaderAssetString": "Header.Congratulations",
+ "BodyAssetString": "Reward.14DaysOfSummer"
+ }
+ }
+ },
+ "QS09-Quest_BR_FDS_Interact_UnicornFloaties": {
+ "templateId": "Quest:quest_br_fds_interact_unicornfloaties",
+ "challenge_bundle_id": "QS09-QuestBundle_14DaysOfSummer",
+ "objectives": {
+ "fds_interact_athena_unicorn_floaty_01": 1,
+ "fds_interact_athena_unicorn_floaty_02": 1,
+ "fds_interact_athena_unicorn_floaty_03": 1,
+ "fds_interact_athena_unicorn_floaty_04": 1,
+ "fds_interact_athena_unicorn_floaty_05": 1,
+ "fds_interact_athena_unicorn_floaty_06": 1,
+ "fds_interact_athena_unicorn_floaty_07": 1,
+ "fds_interact_athena_unicorn_floaty_08": 1,
+ "fds_interact_athena_unicorn_floaty_09": 1,
+ "fds_interact_athena_unicorn_floaty_10": 1,
+ "fds_interact_athena_unicorn_floaty_11": 1,
+ "fds_interact_athena_unicorn_floaty_12": 1,
+ "fds_interact_athena_unicorn_floaty_13": 1,
+ "fds_interact_athena_unicorn_floaty_14": 1,
+ "fds_interact_athena_unicorn_floaty_15": 1
+ },
+ "objectiveCompletionCount": 3,
+ "rewards": [
+ {
+ "templateId": "AthenaItemWrap:wrap_091_hoversurfboard",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_genericnoicon",
+ "giftBoxFormatData": {
+ "HeaderAssetString": "Header.Congratulations",
+ "BodyAssetString": "Reward.14DaysOfSummer"
+ }
+ }
+ },
+ "QS09-Quest_BR_FDS_HitPlayer_Waterballoon": {
+ "templateId": "Quest:quest_br_fds_hitplayer_waterballoon",
+ "challenge_bundle_id": "QS09-QuestBundle_14DaysOfSummer",
+ "objectives": {
+ "fds_hitplayer_athena_waterballoon": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaLoadingScreen:lsid_144_waterballoonltm",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_genericnoicon",
+ "giftBoxFormatData": {
+ "HeaderAssetString": "Header.Congratulations",
+ "BodyAssetString": "Reward.14DaysOfSummer"
+ }
+ }
+ },
+ "QS09-Quest_BR_FDS_Touch_GiantUmbrella": {
+ "templateId": "Quest:quest_br_fds_touch_giantumbrella",
+ "challenge_bundle_id": "QS09-QuestBundle_14DaysOfSummer",
+ "objectives": {
+ "fds_touch_athena_giant_beach_umbrella": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athenatoken_brs9_fds_ducky",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [
+ {
+ "templateId": "HomebaseBannerIcon:brs914daysrubberducky",
+ "quantity": 1
+ }
+ ],
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_genericnoicon",
+ "giftBoxFormatData": {
+ "HeaderAssetString": "Header.Congratulations",
+ "BodyAssetString": "Reward.14DaysOfSummer"
+ }
+ }
+ },
+ "QS09-Quest_BR_FDS_Score_Trickpoints_Driftboard": {
+ "templateId": "Quest:quest_br_fds_score_trickpoints_driftboard",
+ "challenge_bundle_id": "QS09-QuestBundle_14DaysOfSummer",
+ "objectives": {
+ "fds_score_athena_driftboard_surfwrap_trickpoints": 250000
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaDance:spid_128_summerdays02",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_genericnoicon",
+ "giftBoxFormatData": {
+ "HeaderAssetString": "Header.Congratulations",
+ "BodyAssetString": "Reward.14DaysOfSummer"
+ }
+ }
+ },
+ "QS09-Quest_BR_FDS_Interact_Fireworks": {
+ "templateId": "Quest:quest_br_fds_interact_fireworks",
+ "challenge_bundle_id": "QS09-QuestBundle_14DaysOfSummer",
+ "objectives": {
+ "battlepass_interact_athena_fireworks_01": 1,
+ "battlepass_interact_athena_fireworks_02": 1,
+ "battlepass_interact_athena_fireworks_03": 1,
+ "battlepass_interact_athena_fireworks_04": 1,
+ "battlepass_interact_athena_fireworks_05": 1,
+ "battlepass_interact_athena_fireworks_06": 1,
+ "battlepass_interact_athena_fireworks_07": 1,
+ "battlepass_interact_athena_fireworks_08": 1,
+ "battlepass_interact_athena_fireworks_09": 1,
+ "battlepass_interact_athena_fireworks_10": 1,
+ "battlepass_interact_athena_fireworks_11": 1,
+ "battlepass_interact_athena_fireworks_12": 1,
+ "battlepass_interact_athena_fireworks_13": 1,
+ "battlepass_interact_athena_fireworks_14": 1,
+ "battlepass_interact_athena_fireworks_15": 1
+ },
+ "objectiveCompletionCount": 3,
+ "rewards": [
+ {
+ "templateId": "AthenaPickaxe:pickaxe_id_232_grillin1h",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_genericnoicon",
+ "giftBoxFormatData": {
+ "HeaderAssetString": "Header.Congratulations",
+ "BodyAssetString": "Reward.14DaysOfSummer"
+ }
+ }
+ },
+ "QS09-Quest_BR_FDS_Score_BalloonBoard": {
+ "templateId": "Quest:quest_br_fds_score_balloonboard",
+ "challenge_bundle_id": "QS09-QuestBundle_14DaysOfSummer",
+ "objectives": {
+ "fds_score_athena_balloonboard": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaSkyDiveContrail:trails_id_063_beachballs",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_genericnoicon",
+ "giftBoxFormatData": {
+ "HeaderAssetString": "Header.Congratulations",
+ "BodyAssetString": "Reward.14DaysOfSummer"
+ }
+ }
+ },
+ "QS09-Quest_BR_FDS_Visit_DuckyBeachballUmbrella_SingleMatch": {
+ "templateId": "Quest:quest_br_fds_visit_duckybeachballumbrella_singlematch",
+ "challenge_bundle_id": "QS09-QuestBundle_14DaysOfSummer",
+ "objectives": {
+ "fds_touch_athena_giant_beach_ducky_beachball_umbrella_singlematch_01": 1,
+ "fds_touch_athena_giant_beach_ducky_beachball_umbrella_singlematch_02": 1
+ },
+ "objectiveCompletionCount": 2,
+ "rewards": [
+ {
+ "templateId": "AthenaBackpack:bid_304_duck",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_genericnoicon",
+ "giftBoxFormatData": {
+ "HeaderAssetString": "Header.Congratulations",
+ "BodyAssetString": "Reward.14DaysOfSummer"
+ }
+ }
+ },
+ "QS09-Quest_BR_FDS_Interact_HiddenThing_InLoadingScreen": {
+ "templateId": "Quest:quest_br_fds_interact_hiddenthing_inloadingscreen",
+ "challenge_bundle_id": "QS09-QuestBundle_14DaysOfSummer",
+ "objectives": {
+ "fds_interact_athena_hidden_thing_in_loadingscreen": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaMusicPack:musicpack_018_glitter",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_genericnoicon",
+ "giftBoxFormatData": {
+ "HeaderAssetString": "Header.Congratulations",
+ "BodyAssetString": "Reward.14DaysOfSummer"
+ }
+ }
+ },
+ "QS09-Quest_BR_FDS_Destroy_Grills_WithUtensilPickaxes": {
+ "templateId": "Quest:quest_br_fds_destroy_grills_withutensilpickaxes",
+ "challenge_bundle_id": "QS09-QuestBundle_14DaysOfSummer",
+ "objectives": {
+ "fds_destroy_athena_grills_with_utensil_pickaxes": 7
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athenatoken_brs9_fds_grillin",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [
+ {
+ "templateId": "HomebaseBannerIcon:brs914daysgrillin",
+ "quantity": 1
+ }
+ ],
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_genericnoicon",
+ "giftBoxFormatData": {
+ "HeaderAssetString": "Header.Congratulations",
+ "BodyAssetString": "Reward.14DaysOfSummer"
+ }
+ }
+ },
+ "QS09-Quest_BR_Mash_Headshots": {
+ "templateId": "Quest:quest_br_mash_headshots",
+ "challenge_bundle_id": "QS09-QuestBundle_LTM_Mash",
+ "objectives": {
+ "ltm_mash_damage_athena_headshots": 500
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaLoadingScreen:lsid_142_mashltm",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_Mash_Eliminate_Exploders_Distance": {
+ "templateId": "Quest:quest_br_mash_eliminate_exploders_distance",
+ "challenge_bundle_id": "QS09-QuestBundle_LTM_Mash",
+ "objectives": {
+ "ltm_mash_eliminate_athena_exploders_distance": 20
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 500
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_Mash_Interact_ScoreMultiplier": {
+ "templateId": "Quest:quest_br_mash_interact_scoremultiplier",
+ "challenge_bundle_id": "QS09-QuestBundle_LTM_Mash",
+ "objectives": {
+ "ltm_mash_interact_score_multiplier": 10
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 500
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_Mash_Damage_Spawners": {
+ "templateId": "Quest:quest_br_mash_damage_spawners",
+ "challenge_bundle_id": "QS09-QuestBundle_LTM_Mash",
+ "objectives": {
+ "ltm_mash_damage_athena_spawners": 5000
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 500
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_Mash_Eliminate_Golden": {
+ "templateId": "Quest:quest_br_mash_eliminate_golden",
+ "challenge_bundle_id": "QS09-QuestBundle_LTM_Mash",
+ "objectives": {
+ "ltm_mash_eliminate_athena_golden": 5
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 500
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_Mash_Win_NoDeath": {
+ "templateId": "Quest:quest_br_mash_win_nodeath",
+ "challenge_bundle_id": "QS09-QuestBundle_LTM_Mash",
+ "objectives": {
+ "ltm_mash_athena_win_nodeath": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 500
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_Mash_TeamScore_Chain_D": {
+ "templateId": "Quest:quest_br_mash_teamscore_chain_d",
+ "challenge_bundle_id": "QS09-QuestBundle_LTM_Mash",
+ "objectives": {
+ "ltm_mash_athena_team_score_d": 200000
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 500
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_Mash_TeamScore_Chain_C": {
+ "templateId": "Quest:quest_br_mash_teamscore_chain_c",
+ "challenge_bundle_id": "QS09-QuestBundle_LTM_Mash",
+ "objectives": {
+ "ltm_mash_athena_team_score_c": 150000
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Quest:quest_br_mash_teamscore_chain_d",
+ "quantity": 1
},
- "objectiveCompletionCount": 3,
- "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 300
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_Mash_TeamScore_Chain_B": {
+ "templateId": "Quest:quest_br_mash_teamscore_chain_b",
+ "challenge_bundle_id": "QS09-QuestBundle_LTM_Mash",
+ "objectives": {
+ "ltm_mash_athena_team_score_b": 100000
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Quest:quest_br_mash_teamscore_chain_c",
+ "quantity": 1
+ },
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 200
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_Mash_TeamScore_Chain_A": {
+ "templateId": "Quest:quest_br_mash_teamscore_chain_a",
+ "challenge_bundle_id": "QS09-QuestBundle_LTM_Mash",
+ "objectives": {
+ "ltm_mash_athena_team_score_a": 50000
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Quest:quest_br_mash_teamscore_chain_b",
+ "quantity": 1
+ },
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 100
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_Wax_Win": {
+ "templateId": "Quest:quest_br_wax_win",
+ "challenge_bundle_id": "QS09-QuestBundle_LTM_Wax",
+ "objectives": {
+ "ltm_wax_athena_win": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaGlider:umbrella_assassinsuit",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_Wax_Play_Matches": {
+ "templateId": "Quest:quest_br_wax_play_matches",
+ "challenge_bundle_id": "QS09-QuestBundle_LTM_Wax",
+ "objectives": {
+ "ltm_wax_athena_play_matches": 5
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaItemWrap:wrap_065_assassinsuit01",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_Wax_CollectCoins": {
+ "templateId": "Quest:quest_br_wax_collectcoins",
+ "challenge_bundle_id": "QS09-QuestBundle_LTM_Wax",
+ "objectives": {
+ "ltm_wax_collect_athena_gold_coins": 120
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 500
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_Wax_CollectCoins_SingleMatch": {
+ "templateId": "Quest:quest_br_wax_collectcoins_singlematch",
+ "challenge_bundle_id": "QS09-QuestBundle_LTM_Wax",
+ "objectives": {
+ "ltm_wax_collect_athena_gold_coins_single_match": 20
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 500
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_Wax_Damage_Shotgun": {
+ "templateId": "Quest:quest_br_wax_damage_shotgun",
+ "challenge_bundle_id": "QS09-QuestBundle_LTM_Wax",
+ "objectives": {
+ "ltm_wax_damage_athena_shotgun": 500
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 500
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_Wax_Damage_Assault": {
+ "templateId": "Quest:quest_br_wax_damage_assault",
+ "challenge_bundle_id": "QS09-QuestBundle_LTM_Wax",
+ "objectives": {
+ "ltm_wax_damage_athena_assault": 500
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 500
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_Architect_Fortbyte_A": {
+ "templateId": "Quest:quest_br_architect_fortbyte_a",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Architect",
+ "objectives": {
+ "architect_collect_fortbytes_95": 95
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_242_f_battlesuit_stageb",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_Architect_Fortbyte_B": {
+ "templateId": "Quest:quest_br_architect_fortbyte_b",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Architect",
+ "objectives": {
+ "architect_collect_fortbytes_100": 100
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_243_f_battlesuit_stagec",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_S9_BattleSuit_Gain_SeasonXP_01": {
+ "templateId": "Quest:quest_br_s9_battlesuit_gain_seasonxp_01",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_BattleSuit",
+ "objectives": {
+ "athena_season_xp_gained": 20000
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_189_battlesuit_stageb",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_generic",
+ "giftBoxFormatData": {
+ "HeaderAssetString": "Header.Congratulations",
+ "BodyAssetString": "Reward.GenericGift5"
+ }
+ }
+ },
+ "QS09-Quest_BR_S9_BattleSuit_Gain_SeasonXP_02": {
+ "templateId": "Quest:quest_br_s9_battlesuit_gain_seasonxp_02",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_BattleSuit",
+ "objectives": {
+ "athena_season_xp_gained": 75000
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_190_battlesuit_stagec",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_generic",
+ "giftBoxFormatData": {
+ "HeaderAssetString": "Header.Congratulations",
+ "BodyAssetString": "Reward.GenericGift5"
+ }
+ }
+ },
+ "QS09-Quest_BR_S9_BattleSuit_Gain_SeasonXP_03": {
+ "templateId": "Quest:quest_br_s9_battlesuit_gain_seasonxp_03",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_BattleSuit",
+ "objectives": {
+ "athena_season_xp_gained": 150000
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_191_battlesuit_staged",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_generic",
+ "giftBoxFormatData": {
+ "HeaderAssetString": "Header.Congratulations",
+ "BodyAssetString": "Reward.GenericGift5"
+ }
+ }
+ },
+ "QS09-Quest_BR_S9_BattleSuit_Gain_SeasonXP_04": {
+ "templateId": "Quest:quest_br_s9_battlesuit_gain_seasonxp_04",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_BattleSuit",
+ "objectives": {
+ "athena_season_xp_gained": 250000
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_192_battlesuit_stagee",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_generic",
+ "giftBoxFormatData": {
+ "HeaderAssetString": "Header.Congratulations",
+ "BodyAssetString": "Reward.GenericGift5"
+ }
+ }
+ },
+ "QS09-Quest_BR_S9_BattleSuit_Complete_WeeklyChallenges_01": {
+ "templateId": "Quest:quest_br_s9_battlesuit_complete_weeklychallenges_01",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_BattleSuit",
+ "objectives": {
+ "athena_battlesuit_complete_weeklychallenges_01": 45
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_196_battlesuit_flamecolorb",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_generic",
+ "giftBoxFormatData": {
+ "HeaderAssetString": "Header.Congratulations",
+ "BodyAssetString": "Reward.GenericGift5"
+ }
+ }
+ },
+ "QS09-Quest_BR_S9_BattleSuit_Complete_WeeklyChallenges_02": {
+ "templateId": "Quest:quest_br_s9_battlesuit_complete_weeklychallenges_02",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_BattleSuit",
+ "objectives": {
+ "athena_battlesuit_complete_weeklychallenges_02": 55
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaBackpack:bid_265_battlesuit",
+ "quantity": 1
+ },
+ {
+ "templateId": "CosmeticVariantToken:vtid_210_battlesuit_backbling_styleb",
+ "quantity": 1
+ },
+ {
+ "templateId": "CosmeticVariantToken:vtid_211_battlesuit_backbling_stylec",
+ "quantity": 1
+ },
+ {
+ "templateId": "CosmeticVariantToken:vtid_212_battlesuit_backbling_styled",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_generic",
+ "giftBoxFormatData": {
+ "HeaderAssetString": "Header.Congratulations",
+ "BodyAssetString": "Reward.GenericGift5"
+ }
+ }
+ },
+ "QS09-Quest_BR_S9_BattleSuit_Complete_WeeklyChallenges_03": {
+ "templateId": "Quest:quest_br_s9_battlesuit_complete_weeklychallenges_03",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_BattleSuit",
+ "objectives": {
+ "athena_battlesuit_complete_weeklychallenges_03": 65
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_193_battlesuit_clothingb",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_generic",
+ "giftBoxFormatData": {
+ "HeaderAssetString": "Header.Congratulations",
+ "BodyAssetString": "Reward.GenericGift5"
+ }
+ }
+ },
+ "QS09-Quest_BR_S9_BattleSuit_Outlive_01": {
+ "templateId": "Quest:quest_br_s9_battlesuit_outlive_01",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_BattleSuit",
+ "objectives": {
+ "athena_battlepass_battlesuit_outlive_01": 1000
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_197_battlesuit_flamecolorc",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_generic",
+ "giftBoxFormatData": {
+ "HeaderAssetString": "Header.Congratulations",
+ "BodyAssetString": "Reward.GenericGift5"
+ }
+ }
+ },
+ "QS09-Quest_BR_S9_BattleSuit_Outlive_02": {
+ "templateId": "Quest:quest_br_s9_battlesuit_outlive_02",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_BattleSuit",
+ "objectives": {
+ "athena_battlepass_battlesuit_outlive_02": 5000
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaPickaxe:pickaxe_id_209_battlesuit",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_generic",
+ "giftBoxFormatData": {
+ "HeaderAssetString": "Header.Congratulations",
+ "BodyAssetString": "Reward.GenericGift5"
+ }
+ }
+ },
+ "QS09-Quest_BR_S9_BattleSuit_Outlive_03": {
+ "templateId": "Quest:quest_br_s9_battlesuit_outlive_03",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_BattleSuit",
+ "objectives": {
+ "athena_battlepass_battlesuit_outlive_03": 10000
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_194_battlesuit_clothingc",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_generic",
+ "giftBoxFormatData": {
+ "HeaderAssetString": "Header.Congratulations",
+ "BodyAssetString": "Reward.GenericGift5"
+ }
+ }
+ },
+ "QS09-Quest_BR_S9_BattleSuit_CollectGlyphs_01": {
+ "templateId": "Quest:quest_br_s9_battlesuit_collectglyphs_01",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_BattleSuit",
+ "objectives": {
+ "athena_battlepass_battlesuit_collectglyphs_01": 80
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_198_battlesuit_flamecolord",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_generic",
+ "giftBoxFormatData": {
+ "HeaderAssetString": "Header.Congratulations",
+ "BodyAssetString": "Reward.GenericGift5"
+ }
+ }
+ },
+ "QS09-Quest_BR_S9_BattleSuit_CollectGlyphs_02": {
+ "templateId": "Quest:quest_br_s9_battlesuit_collectglyphs_02",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_BattleSuit",
+ "objectives": {
+ "athena_battlepass_battlesuit_collectglyphs_02": 85
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_195_battlesuit_clothingd",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_generic",
+ "giftBoxFormatData": {
+ "HeaderAssetString": "Header.Congratulations",
+ "BodyAssetString": "Reward.GenericGift5"
+ }
+ }
+ },
+ "QS09-Quest_BR_S9_BountyHunter_Outlive_01": {
+ "templateId": "Quest:quest_br_s9_bountyhunter_outlive_01",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_BountyHunter",
+ "objectives": {
+ "athena_battlepass_bountyhunter_outlive_01": 2500
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaBackpack:bid_262_bountyhunterfemale",
+ "quantity": 1
+ },
+ {
+ "templateId": "CosmeticVariantToken:vtid_206_bountyhunter_styleb",
+ "quantity": 1
+ },
+ {
+ "templateId": "CosmeticVariantToken:vtid_207_bountyhunter_stylec",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_generic",
+ "giftBoxFormatData": {
+ "HeaderAssetString": "Header.Congratulations",
+ "BodyAssetString": "Reward.GenericGift5"
+ }
+ }
+ },
+ "QS09-Quest_BR_S9_BountyHunter_Outlive_02": {
+ "templateId": "Quest:quest_br_s9_bountyhunter_outlive_02",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_BountyHunter",
+ "objectives": {
+ "athena_battlepass_bountyhunter_outlive_02": 7500
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_204_bountyhunter_styleb",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_S9_BountyHunter_CollectGlyphs_01": {
+ "templateId": "Quest:quest_br_s9_bountyhunter_collectglyphs_01",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_BountyHunter",
+ "objectives": {
+ "athena_battlepass_bountyhunter_collectglyphs_01": 50
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_205_bountyhunter_stylec",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_S9_BountyHunter_CollectGlyphs_02": {
+ "templateId": "Quest:quest_br_s9_bountyhunter_collectglyphs_02",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_BountyHunter",
+ "objectives": {
+ "athena_battlepass_bountyhunter_collectglyphs_02": 55
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaPickaxe:pickaxe_id_207_bountyhunter",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_generic",
+ "giftBoxFormatData": {
+ "HeaderAssetString": "Header.Congratulations",
+ "BodyAssetString": "Reward.GenericGift5"
+ }
+ }
+ },
+ "QS09-Quest_BR_S9_BunkerJonesy_CollectGlyphs_01": {
+ "templateId": "Quest:quest_br_s9_bunkerjonesy_collectglyphs_01",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_BunkerMan",
+ "objectives": {
+ "athena_battlepass_bunkerjonesy_collectglyphs_01": 30
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_216_bunkerman_1h_pickaxeb",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_generic",
+ "giftBoxFormatData": {
+ "HeaderAssetString": "Header.Congratulations",
+ "BodyAssetString": "Reward.GenericGift5"
+ }
+ }
+ },
+ "QS09-Quest_BR_S9_BunkerJonesy_CollectGlyphs_02": {
+ "templateId": "Quest:quest_br_s9_bunkerjonesy_collectglyphs_02",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_BunkerMan",
+ "objectives": {
+ "athena_battlepass_bunkerjonesy_collectglyphs_02": 40
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaBackpack:bid_266_bunkerman",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_generic",
+ "giftBoxFormatData": {
+ "HeaderAssetString": "Header.Congratulations",
+ "BodyAssetString": "Reward.GenericGift5"
+ }
+ }
+ },
+ "QS09-Quest_BR_SuperDuper_A": {
+ "templateId": "Quest:quest_br_superduper_a",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Cumulative",
+ "objectives": {
+ "superduper_interact_athena_a": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_244_f_battlesuit_styleb",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_SuperDuper_B": {
+ "templateId": "Quest:quest_br_superduper_b",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Cumulative",
+ "objectives": {
+ "superduper_interact_athena_b": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_245_f_battlesuit_stylec",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_SuperDuper_C": {
+ "templateId": "Quest:quest_br_superduper_c",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Cumulative",
+ "objectives": {
+ "superduper_interact_athena_c": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_246_f_battlesuit_styled",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_SuperDuper_D": {
+ "templateId": "Quest:quest_br_superduper_d",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Cumulative",
+ "objectives": {
+ "superduper_interact_athena_d": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_247_f_battlesuit_stylee",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_SuperDuper_E": {
+ "templateId": "Quest:quest_br_superduper_e",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Cumulative",
+ "objectives": {
+ "superduper_interact_athena_e": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_248_f_battlesuit_stylef",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_S9_Cumulative_Collect_Glyphs": {
+ "templateId": "Quest:quest_br_s9_cumulative_collect_glyphs",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Cumulative",
+ "objectives": {
+ "athena_s9cumulative_collect_glyphs": 90
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaCharacter:cid_469_athena_commando_f_battlesuit",
+ "quantity": 1
+ },
+ {
+ "templateId": "ChallengeBundleSchedule:season9_architect_schedule",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [
+ {
+ "templateId": "Quest:quest_br_superduper_a",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_superduper_b",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_superduper_c",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_superduper_d",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_superduper_e",
+ "quantity": 1
+ }
+ ],
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_challengecomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ "QS09-Quest_BR_S9_Cumulative_Quest01": {
+ "templateId": "Quest:quest_br_s9_cumulative_quest01",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Cumulative",
+ "objectives": {
+ "battlepass_interact_cumulative_quest_01": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_S9_Cumulative_CollectTokens_001": {
+ "templateId": "Quest:quest_br_s9_cumulative_collecttokens_001",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Cumulative",
+ "objectives": {
+ "battlepass_season9_cumulative_token01": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athena_fake_cumulative_ls_01",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_s9_cumulative_quest01",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [
+ {
+ "templateId": "AthenaLoadingScreen:lsid_131_s9cumulative01",
+ "quantity": 1
+ }
+ ],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_S9_Cumulative_CollectTokens_002": {
+ "templateId": "Quest:quest_br_s9_cumulative_collecttokens_002",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Cumulative",
+ "objectives": {
+ "battlepass_season9_cumulative_token02": 2
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athena_fake_cumulative_ls_02",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [
+ {
+ "templateId": "AthenaLoadingScreen:lsid_132_s9cumulative02",
+ "quantity": 1
+ }
+ ],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_S9_Cumulative_Quest03": {
+ "templateId": "Quest:quest_br_s9_cumulative_quest03",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Cumulative",
+ "objectives": {
+ "battlepass_interact_cumulative_quest_03": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_S9_Cumulative_CollectTokens_003": {
+ "templateId": "Quest:quest_br_s9_cumulative_collecttokens_003",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Cumulative",
+ "objectives": {
+ "battlepass_season9_cumulative_token03": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athena_fake_cumulative_ls_03",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_s9_cumulative_quest03",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [
+ {
+ "templateId": "AthenaLoadingScreen:lsid_133_s9cumulative03",
+ "quantity": 1
+ }
+ ],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_S9_Cumulative_CollectTokens_004": {
+ "templateId": "Quest:quest_br_s9_cumulative_collecttokens_004",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Cumulative",
+ "objectives": {
+ "battlepass_season9_cumulative_token04": 4
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athena_fake_cumulative_ls_04",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [
+ {
+ "templateId": "AthenaLoadingScreen:lsid_134_s9cumulative04",
+ "quantity": 1
+ }
+ ],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_S9_Cumulative_Quest05": {
+ "templateId": "Quest:quest_br_s9_cumulative_quest05",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Cumulative",
+ "objectives": {
+ "battlepass_interact_cumulative_quest_05": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_S9_Cumulative_CollectTokens_005": {
+ "templateId": "Quest:quest_br_s9_cumulative_collecttokens_005",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Cumulative",
+ "objectives": {
+ "battlepass_season9_cumulative_token05": 5
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athena_fake_cumulative_ls_05",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_s9_cumulative_quest05",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [
+ {
+ "templateId": "AthenaLoadingScreen:lsid_135_s9cumulative05",
+ "quantity": 1
+ }
+ ],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_S9_Cumulative_CollectTokens_006": {
+ "templateId": "Quest:quest_br_s9_cumulative_collecttokens_006",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Cumulative",
+ "objectives": {
+ "battlepass_season9_cumulative_token06": 6
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athena_fake_cumulative_ls_06",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [
+ {
+ "templateId": "AthenaLoadingScreen:lsid_136_s9cumulative06",
+ "quantity": 1
+ }
+ ],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_S9_Cumulative_Quest07": {
+ "templateId": "Quest:quest_br_s9_cumulative_quest07",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Cumulative",
+ "objectives": {
+ "battlepass_interact_cumulative_quest_07": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_S9_Cumulative_CollectTokens_007": {
+ "templateId": "Quest:quest_br_s9_cumulative_collecttokens_007",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Cumulative",
+ "objectives": {
+ "battlepass_season9_cumulative_token07": 7
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athena_fake_cumulative_ls_07",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_s9_cumulative_quest07",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [
+ {
+ "templateId": "AthenaLoadingScreen:lsid_137_s9cumulative07",
+ "quantity": 1
+ }
+ ],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_S9_Cumulative_CollectTokens_008": {
+ "templateId": "Quest:quest_br_s9_cumulative_collecttokens_008",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Cumulative",
+ "objectives": {
+ "battlepass_season9_cumulative_token08": 8
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athena_fake_cumulative_ls_08",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [
+ {
+ "templateId": "AthenaLoadingScreen:lsid_138_s9cumulative08",
+ "quantity": 1
+ }
+ ],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_S9_Cumulative_Quest09": {
+ "templateId": "Quest:quest_br_s9_cumulative_quest09",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Cumulative",
+ "objectives": {
+ "battlepass_interact_cumulative_quest_09": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_S9_Cumulative_CollectTokens_009": {
+ "templateId": "Quest:quest_br_s9_cumulative_collecttokens_009",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Cumulative",
+ "objectives": {
+ "battlepass_season9_cumulative_token09": 9
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athena_fake_cumulative_ls_09",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_s9_cumulative_quest09",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [
+ {
+ "templateId": "AthenaLoadingScreen:lsid_139_s9cumulative09",
+ "quantity": 1
+ }
+ ],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_S9_Cumulative_CollectTokens_010": {
+ "templateId": "Quest:quest_br_s9_cumulative_collecttokens_010",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Cumulative",
+ "objectives": {
+ "battlepass_season9_cumulative_token10": 10
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athena_fake_cumulative_ls_10",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [
+ {
+ "templateId": "AthenaLoadingScreen:lsid_140_s9cumulative10",
+ "quantity": 1
+ }
+ ],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_Collect_All_Fortbytes": {
+ "templateId": "Quest:quest_br_collect_all_fortbytes",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte_LoadingScreen",
+ "objectives": {
+ "battlepass_collect_all_fortbytes": 100
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaLoadingScreen:lsid_148_fortbytereveal",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_genericnoicon",
+ "giftBoxFormatData": {
+ "HeaderAssetString": "Header.Congratulations",
+ "BodyAssetString": "Reward.FortbyteLoadingScreen"
+ }
+ }
+ },
+ "QS09-Quest_BR_S9_Fortbyte_00": {
+ "templateId": "Quest:quest_br_s9_fortbyte_00",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
+ "objectives": {
+ "glyph_00": 70
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athenafortbyte",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_S9_Fortbyte_01": {
+ "templateId": "Quest:quest_br_s9_fortbyte_01",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
+ "objectives": {
+ "athena_season_xp_gained": 30000
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athenafortbyte",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_S9_Fortbyte_02": {
+ "templateId": "Quest:quest_br_s9_fortbyte_02",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
+ "objectives": {
+ "athena_season_xp_gained": 60000
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athenafortbyte",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_S9_Fortbyte_03": {
+ "templateId": "Quest:quest_br_s9_fortbyte_03",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
+ "objectives": {
+ "athena_season_xp_gained": 125000
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athenafortbyte",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_S9_Fortbyte_04": {
+ "templateId": "Quest:quest_br_s9_fortbyte_04",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
+ "objectives": {
+ "athena_season_xp_gained": 175000
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athenafortbyte",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_S9_Fortbyte_05": {
+ "templateId": "Quest:quest_br_s9_fortbyte_05",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
+ "objectives": {
+ "athena_season_xp_gained": 225000
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athenafortbyte",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_S9_Fortbyte_06": {
+ "templateId": "Quest:quest_br_s9_fortbyte_06",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
+ "objectives": {
+ "glyph_06": 20
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athenafortbyte",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_S9_Fortbyte_07": {
+ "templateId": "Quest:quest_br_s9_fortbyte_07",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
+ "objectives": {
+ "glyph_07": 40
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athenafortbyte",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_S9_Fortbyte_08": {
+ "templateId": "Quest:quest_br_s9_fortbyte_08",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
+ "objectives": {
+ "glyph_08": 60
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athenafortbyte",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_S9_Fortbyte_09": {
+ "templateId": "Quest:quest_br_s9_fortbyte_09",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
+ "objectives": {
+ "glyph_09": 80
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athenafortbyte",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_S9_Fortbyte_10": {
+ "templateId": "Quest:quest_br_s9_fortbyte_10",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
+ "objectives": {
+ "glyph_10": 100
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athenafortbyte",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_S9_Fortbyte_11": {
+ "templateId": "Quest:quest_br_s9_fortbyte_11",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
+ "objectives": {
+ "glyph_11": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athenafortbyte",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_S9_Fortbyte_12": {
+ "templateId": "Quest:quest_br_s9_fortbyte_12",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
+ "objectives": {
+ "glyph_12": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athenafortbyte",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_S9_Fortbyte_13": {
+ "templateId": "Quest:quest_br_s9_fortbyte_13",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
+ "objectives": {
+ "glyph_13": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athenafortbyte",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_S9_Fortbyte_14": {
+ "templateId": "Quest:quest_br_s9_fortbyte_14",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
+ "objectives": {
+ "glyph_14": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athenafortbyte",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_S9_Fortbyte_15": {
+ "templateId": "Quest:quest_br_s9_fortbyte_15",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
+ "objectives": {
+ "glyph_15": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athenafortbyte",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_S9_Fortbyte_16": {
+ "templateId": "Quest:quest_br_s9_fortbyte_16",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
+ "objectives": {
+ "glyph_16": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athenafortbyte",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_S9_Fortbyte_17": {
+ "templateId": "Quest:quest_br_s9_fortbyte_17",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
+ "objectives": {
+ "glyph_17": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athenafortbyte",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_S9_Fortbyte_18": {
+ "templateId": "Quest:quest_br_s9_fortbyte_18",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
+ "objectives": {
+ "glyph_18": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athenafortbyte",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_S9_Fortbyte_19": {
+ "templateId": "Quest:quest_br_s9_fortbyte_19",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
+ "objectives": {
+ "glyph_19": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athenafortbyte",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_S9_Fortbyte_20": {
+ "templateId": "Quest:quest_br_s9_fortbyte_20",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
+ "objectives": {
+ "glyph_20": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athenafortbyte",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_S9_Fortbyte_21": {
+ "templateId": "Quest:quest_br_s9_fortbyte_21",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
+ "objectives": {
+ "glyph_21": 5
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athenafortbyte",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_S9_Fortbyte_22": {
+ "templateId": "Quest:quest_br_s9_fortbyte_22",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
+ "objectives": {
+ "glyph_22": 15
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athenafortbyte",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_S9_Fortbyte_23": {
+ "templateId": "Quest:quest_br_s9_fortbyte_23",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
+ "objectives": {
+ "glyph_23": 30
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athenafortbyte",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_S9_Fortbyte_24": {
+ "templateId": "Quest:quest_br_s9_fortbyte_24",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
+ "objectives": {
+ "glyph_24": 50
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athenafortbyte",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_S9_Fortbyte_25": {
+ "templateId": "Quest:quest_br_s9_fortbyte_25",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
+ "objectives": {
+ "glyph_25": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athenafortbyte",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_S9_Fortbyte_26": {
+ "templateId": "Quest:quest_br_s9_fortbyte_26",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
+ "objectives": {
+ "glyph_26": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athenafortbyte",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_S9_Fortbyte_27": {
+ "templateId": "Quest:quest_br_s9_fortbyte_27",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
+ "objectives": {
+ "glyph_27": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athenafortbyte",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_S9_Fortbyte_28": {
+ "templateId": "Quest:quest_br_s9_fortbyte_28",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
+ "objectives": {
+ "glyph_28": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athenafortbyte",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_S9_Fortbyte_29": {
+ "templateId": "Quest:quest_br_s9_fortbyte_29",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
+ "objectives": {
+ "glyph_29": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athenafortbyte",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_S9_Fortbyte_30": {
+ "templateId": "Quest:quest_br_s9_fortbyte_30",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
+ "objectives": {
+ "glyph_30": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athenafortbyte",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_S9_Fortbyte_31": {
+ "templateId": "Quest:quest_br_s9_fortbyte_31",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
+ "objectives": {
+ "glyph_31": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athenafortbyte",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_S9_Fortbyte_32": {
+ "templateId": "Quest:quest_br_s9_fortbyte_32",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
+ "objectives": {
+ "glyph_32": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athenafortbyte",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_S9_Fortbyte_33": {
+ "templateId": "Quest:quest_br_s9_fortbyte_33",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
+ "objectives": {
+ "glyph_33": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athenafortbyte",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_S9_Fortbyte_34": {
+ "templateId": "Quest:quest_br_s9_fortbyte_34",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
+ "objectives": {
+ "glyph_34": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athenafortbyte",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_S9_Fortbyte_35": {
+ "templateId": "Quest:quest_br_s9_fortbyte_35",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
+ "objectives": {
+ "glyph_35": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athenafortbyte",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_S9_Fortbyte_36": {
+ "templateId": "Quest:quest_br_s9_fortbyte_36",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
+ "objectives": {
+ "glyph_36": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athenafortbyte",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_S9_Fortbyte_37": {
+ "templateId": "Quest:quest_br_s9_fortbyte_37",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
+ "objectives": {
+ "glyph_37": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athenafortbyte",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_S9_Fortbyte_38": {
+ "templateId": "Quest:quest_br_s9_fortbyte_38",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
+ "objectives": {
+ "glyph_38": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athenafortbyte",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_S9_Fortbyte_39": {
+ "templateId": "Quest:quest_br_s9_fortbyte_39",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
+ "objectives": {
+ "glyph_39": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athenafortbyte",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_S9_Fortbyte_40": {
+ "templateId": "Quest:quest_br_s9_fortbyte_40",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
+ "objectives": {
+ "glyph_40": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athenafortbyte",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_S9_Fortbyte_41": {
+ "templateId": "Quest:quest_br_s9_fortbyte_41",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
+ "objectives": {
+ "glyph_41": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athenafortbyte",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_S9_Fortbyte_42": {
+ "templateId": "Quest:quest_br_s9_fortbyte_42",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
+ "objectives": {
+ "glyph_42": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athenafortbyte",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_S9_Fortbyte_43": {
+ "templateId": "Quest:quest_br_s9_fortbyte_43",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
+ "objectives": {
+ "glyph_43": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athenafortbyte",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_S9_Fortbyte_44": {
+ "templateId": "Quest:quest_br_s9_fortbyte_44",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
+ "objectives": {
+ "glyph_44": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athenafortbyte",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_S9_Fortbyte_45": {
+ "templateId": "Quest:quest_br_s9_fortbyte_45",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
+ "objectives": {
+ "glyph_45": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athenafortbyte",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_S9_Fortbyte_46": {
+ "templateId": "Quest:quest_br_s9_fortbyte_46",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
+ "objectives": {
+ "glyph_46": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athenafortbyte",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_S9_Fortbyte_47": {
+ "templateId": "Quest:quest_br_s9_fortbyte_47",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
+ "objectives": {
+ "glyph_47": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athenafortbyte",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_S9_Fortbyte_48": {
+ "templateId": "Quest:quest_br_s9_fortbyte_48",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
+ "objectives": {
+ "glyph_48": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athenafortbyte",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_S9_Fortbyte_49": {
+ "templateId": "Quest:quest_br_s9_fortbyte_49",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
+ "objectives": {
+ "glyph_49": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athenafortbyte",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_S9_Fortbyte_50": {
+ "templateId": "Quest:quest_br_s9_fortbyte_50",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
+ "objectives": {
+ "glyph_50": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athenafortbyte",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_S9_Fortbyte_51": {
+ "templateId": "Quest:quest_br_s9_fortbyte_51",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
+ "objectives": {
+ "glyph_51": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athenafortbyte",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_S9_Fortbyte_52": {
+ "templateId": "Quest:quest_br_s9_fortbyte_52",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
+ "objectives": {
+ "glyph_52": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athenafortbyte",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_S9_Fortbyte_53": {
+ "templateId": "Quest:quest_br_s9_fortbyte_53",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
+ "objectives": {
+ "glyph_53": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athenafortbyte",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_S9_Fortbyte_54": {
+ "templateId": "Quest:quest_br_s9_fortbyte_54",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
+ "objectives": {
+ "glyph_54": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athenafortbyte",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_S9_Fortbyte_55": {
+ "templateId": "Quest:quest_br_s9_fortbyte_55",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
+ "objectives": {
+ "glyph_55": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athenafortbyte",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_S9_Fortbyte_56": {
+ "templateId": "Quest:quest_br_s9_fortbyte_56",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
+ "objectives": {
+ "glyph_56": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athenafortbyte",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_S9_Fortbyte_57": {
+ "templateId": "Quest:quest_br_s9_fortbyte_57",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
+ "objectives": {
+ "glyph_57": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athenafortbyte",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_S9_Fortbyte_58": {
+ "templateId": "Quest:quest_br_s9_fortbyte_58",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
+ "objectives": {
+ "glyph_58": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athenafortbyte",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_S9_Fortbyte_59": {
+ "templateId": "Quest:quest_br_s9_fortbyte_59",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
+ "objectives": {
+ "glyph_59": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athenafortbyte",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_S9_Fortbyte_60": {
+ "templateId": "Quest:quest_br_s9_fortbyte_60",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
+ "objectives": {
+ "glyph_60": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athenafortbyte",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_S9_Fortbyte_61": {
+ "templateId": "Quest:quest_br_s9_fortbyte_61",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
+ "objectives": {
+ "glyph_61": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athenafortbyte",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_S9_Fortbyte_62": {
+ "templateId": "Quest:quest_br_s9_fortbyte_62",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
+ "objectives": {
+ "glyph_62": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athenafortbyte",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_S9_Fortbyte_63": {
+ "templateId": "Quest:quest_br_s9_fortbyte_63",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
+ "objectives": {
+ "glyph_63": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athenafortbyte",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_S9_Fortbyte_64": {
+ "templateId": "Quest:quest_br_s9_fortbyte_64",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
+ "objectives": {
+ "glyph_64": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athenafortbyte",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_S9_Fortbyte_65": {
+ "templateId": "Quest:quest_br_s9_fortbyte_65",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
+ "objectives": {
+ "glyph_65": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athenafortbyte",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_S9_Fortbyte_66": {
+ "templateId": "Quest:quest_br_s9_fortbyte_66",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
+ "objectives": {
+ "glyph_66": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athenafortbyte",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_S9_Fortbyte_67": {
+ "templateId": "Quest:quest_br_s9_fortbyte_67",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
+ "objectives": {
+ "glyph_67": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athenafortbyte",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_S9_Fortbyte_68": {
+ "templateId": "Quest:quest_br_s9_fortbyte_68",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
+ "objectives": {
+ "glyph_68": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athenafortbyte",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_S9_Fortbyte_69": {
+ "templateId": "Quest:quest_br_s9_fortbyte_69",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
+ "objectives": {
+ "glyph_69": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athenafortbyte",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_S9_Fortbyte_70": {
+ "templateId": "Quest:quest_br_s9_fortbyte_70",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
+ "objectives": {
+ "glyph_70": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athenafortbyte",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_S9_Fortbyte_71": {
+ "templateId": "Quest:quest_br_s9_fortbyte_71",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
+ "objectives": {
+ "glyph_71": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athenafortbyte",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_S9_Fortbyte_72": {
+ "templateId": "Quest:quest_br_s9_fortbyte_72",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
+ "objectives": {
+ "glyph_72": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athenafortbyte",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_S9_Fortbyte_73": {
+ "templateId": "Quest:quest_br_s9_fortbyte_73",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
+ "objectives": {
+ "glyph_73": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athenafortbyte",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_S9_Fortbyte_74": {
+ "templateId": "Quest:quest_br_s9_fortbyte_74",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
+ "objectives": {
+ "glyph_74": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athenafortbyte",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_S9_Fortbyte_75": {
+ "templateId": "Quest:quest_br_s9_fortbyte_75",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
+ "objectives": {
+ "glyph_75": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athenafortbyte",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_S9_Fortbyte_76": {
+ "templateId": "Quest:quest_br_s9_fortbyte_76",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
+ "objectives": {
+ "glyph_76": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athenafortbyte",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_S9_Fortbyte_77": {
+ "templateId": "Quest:quest_br_s9_fortbyte_77",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
+ "objectives": {
+ "glyph_77": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athenafortbyte",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_S9_Fortbyte_78": {
+ "templateId": "Quest:quest_br_s9_fortbyte_78",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
+ "objectives": {
+ "glyph_78": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athenafortbyte",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_S9_Fortbyte_79": {
+ "templateId": "Quest:quest_br_s9_fortbyte_79",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
+ "objectives": {
+ "glyph_79": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athenafortbyte",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_S9_Fortbyte_80": {
+ "templateId": "Quest:quest_br_s9_fortbyte_80",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
+ "objectives": {
+ "glyph_80": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athenafortbyte",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_S9_Fortbyte_81": {
+ "templateId": "Quest:quest_br_s9_fortbyte_81",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
+ "objectives": {
+ "glyph_81": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athenafortbyte",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_S9_Fortbyte_82": {
+ "templateId": "Quest:quest_br_s9_fortbyte_82",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
+ "objectives": {
+ "glyph_82": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athenafortbyte",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_S9_Fortbyte_83": {
+ "templateId": "Quest:quest_br_s9_fortbyte_83",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
+ "objectives": {
+ "glyph_83": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athenafortbyte",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_S9_Fortbyte_84": {
+ "templateId": "Quest:quest_br_s9_fortbyte_84",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
+ "objectives": {
+ "glyph_84": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athenafortbyte",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_S9_Fortbyte_85": {
+ "templateId": "Quest:quest_br_s9_fortbyte_85",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
+ "objectives": {
+ "glyph_85": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athenafortbyte",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_S9_Fortbyte_86": {
+ "templateId": "Quest:quest_br_s9_fortbyte_86",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
+ "objectives": {
+ "glyph_86": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athenafortbyte",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_S9_Fortbyte_87": {
+ "templateId": "Quest:quest_br_s9_fortbyte_87",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
+ "objectives": {
+ "glyph_87": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athenafortbyte",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_S9_Fortbyte_88": {
+ "templateId": "Quest:quest_br_s9_fortbyte_88",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
+ "objectives": {
+ "glyph_88": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athenafortbyte",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_S9_Fortbyte_89": {
+ "templateId": "Quest:quest_br_s9_fortbyte_89",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
+ "objectives": {
+ "glyph_89": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athenafortbyte",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_S9_Fortbyte_90": {
+ "templateId": "Quest:quest_br_s9_fortbyte_90",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
+ "objectives": {
+ "glyph_90": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athenafortbyte",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_S9_Fortbyte_91": {
+ "templateId": "Quest:quest_br_s9_fortbyte_91",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
+ "objectives": {
+ "glyph_91": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athenafortbyte",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_S9_Fortbyte_92": {
+ "templateId": "Quest:quest_br_s9_fortbyte_92",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
+ "objectives": {
+ "glyph_92": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athenafortbyte",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_S9_Fortbyte_93": {
+ "templateId": "Quest:quest_br_s9_fortbyte_93",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
+ "objectives": {
+ "glyph_93": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athenafortbyte",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_S9_Fortbyte_94": {
+ "templateId": "Quest:quest_br_s9_fortbyte_94",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
+ "objectives": {
+ "glyph_94": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athenafortbyte",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_S9_Fortbyte_95": {
+ "templateId": "Quest:quest_br_s9_fortbyte_95",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
+ "objectives": {
+ "glyph_95": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athenafortbyte",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_S9_Fortbyte_96": {
+ "templateId": "Quest:quest_br_s9_fortbyte_96",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
+ "objectives": {
+ "glyph_96": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athenafortbyte",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_S9_Fortbyte_97": {
+ "templateId": "Quest:quest_br_s9_fortbyte_97",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
+ "objectives": {
+ "glyph_97": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athenafortbyte",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_S9_Fortbyte_98": {
+ "templateId": "Quest:quest_br_s9_fortbyte_98",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
+ "objectives": {
+ "glyph_98": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athenafortbyte",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_S9_Fortbyte_99": {
+ "templateId": "Quest:quest_br_s9_fortbyte_99",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Fortbyte",
+ "objectives": {
+ "glyph_99": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "Token:athenafortbyte",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_Use_WindTunnel_Chain_MegaMall": {
+ "templateId": "Quest:quest_br_use_windtunnel_chain_megamall",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Week_001",
+ "objectives": {
+ "battlepass_use_wind_tunnel_retail": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 3
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_Use_WindTunnel_Chain_NeoTilted": {
+ "templateId": "Quest:quest_br_use_windtunnel_chain_neotilted",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Week_001",
+ "objectives": {
+ "battlepass_use_wind_tunnel_tilted": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 2
+ },
+ {
+ "templateId": "Quest:quest_br_use_windtunnel_chain_megamall",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_Visit_SkyPlatforms": {
+ "templateId": "Quest:quest_br_visit_skyplatforms",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Week_001",
+ "objectives": {
+ "battlepass_visit_athena_location_generic_4": 1,
+ "battlepass_visit_athena_location_generic_5": 1,
+ "battlepass_visit_athena_location_generic_6": 1,
+ "battlepass_visit_athena_location_generic_7": 1,
+ "battlepass_visit_athena_location_generic_8": 1,
+ "battlepass_visit_athena_location_generic_9": 1,
+ "battlepass_visit_athena_location_seal_07": 1
+ },
+ "objectiveCompletionCount": 7,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_Damage_After_ShadowBomb": {
+ "templateId": "Quest:quest_br_damage_after_shadowbomb",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Week_001",
+ "objectives": {
+ "battlepass_place_athena_damage_after_shadow_bomb": 200
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_Collect_LegendaryItem_DifferentMatches": {
+ "templateId": "Quest:quest_br_collect_legendaryitem_differentmatches",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Week_001",
+ "objectives": {
+ "battlepass_collect_legendaryitem_differentmatches": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_Interact_Chests_TwoLocations_01": {
+ "templateId": "Quest:quest_br_interact_chests_twolocations_01",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Week_001",
+ "objectives": {
+ "battlepass_interact_chests_twolocations_01": 7
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_Eliminate_ScopedWeapon": {
+ "templateId": "Quest:quest_br_eliminate_scopedweapon",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Week_001",
+ "objectives": {
+ "battlepass_killingblow_athena_player_scoped_weapon": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_Damage_Above_6Stories": {
+ "templateId": "Quest:quest_br_damage_above_6stories",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Week_001",
+ "objectives": {
+ "battlepass_damage_athena_player_above_6stories": 100
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 4
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_Damage_Above_4Stories": {
+ "templateId": "Quest:quest_br_damage_above_4stories",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Week_001",
+ "objectives": {
+ "battlepass_damage_athena_player_above_4stories": 200
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 3
+ },
+ {
+ "templateId": "Quest:quest_br_damage_above_6stories",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_Damage_Above_2Stories": {
+ "templateId": "Quest:quest_br_damage_above_2stories",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Week_001",
+ "objectives": {
+ "battlepass_damage_athena_player_above_2stories": 300
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 3
+ },
+ {
+ "templateId": "Quest:quest_br_damage_above_4stories",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_Use_HVAC_DifferentMatches": {
+ "templateId": "Quest:quest_br_use_hvac_differentmatches",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Week_002",
+ "objectives": {
+ "battlepass_use_item_hvac": 5
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_Land_Chain_01_E": {
+ "templateId": "Quest:quest_br_land_chain_01_e",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Week_002",
+ "objectives": {
+ "battlepass_land_athena_chain_tilted_01_e": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_Land_Chain_01_D": {
+ "templateId": "Quest:quest_br_land_chain_01_d",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Week_002",
+ "objectives": {
+ "battlepass_land_athena_chain_lonely_01_d": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_land_chain_01_e",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_Land_Chain_01_C": {
+ "templateId": "Quest:quest_br_land_chain_01_c",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Week_002",
+ "objectives": {
+ "battlepass_land_athena_chain_lucky_01_c": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_land_chain_01_d",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_Land_Chain_01_B": {
+ "templateId": "Quest:quest_br_land_chain_01_b",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Week_002",
+ "objectives": {
+ "battlepass_land_athena_chain_pleasant_01_b": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_land_chain_01_c",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_Land_Chain_01_A": {
+ "templateId": "Quest:quest_br_land_chain_01_a",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Week_002",
+ "objectives": {
+ "battlepass_land_athena_chain_lonely_01_a_": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_land_chain_01_b",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_Eliminate_TwoLocations_01": {
+ "templateId": "Quest:quest_br_eliminate_twolocations_01",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Week_002",
+ "objectives": {
+ "battlepass_killingblow_athena_player_twolocations_snobbyshores": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_Damage_Pistol": {
+ "templateId": "Quest:quest_br_damage_pistol",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Week_002",
+ "objectives": {
+ "battlepass_damage_athena_player_pistol": 500
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_Visit_ThreeQuestProps": {
+ "templateId": "Quest:quest_br_visit_threequestprops",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Week_002",
+ "objectives": {
+ "battlepass_visit_athena_location_generic_01": 1,
+ "battlepass_visit_athena_location_generic_02": 1,
+ "battlepass_visit_athena_location_generic_03": 1
+ },
+ "objectiveCompletionCount": 3,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_Interact_Chests_Locations_Different_SingleMatch": {
+ "templateId": "Quest:quest_br_interact_chests_locations_different_singlematch",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Week_002",
+ "objectives": {
+ "battlepass_interact_chest_athena_location_different_lazylinks": 1,
+ "battlepass_interact_chest_athena_location_different_dustydivot": 1,
+ "battlepass_interact_chest_athena_location_different_fatalfields": 1,
+ "battlepass_interact_chest_athena_location_different_flushfactory": 1,
+ "battlepass_interact_chest_athena_location_different_greasygrove": 1,
+ "battlepass_interact_chest_athena_location_different_hauntedhills": 1,
+ "battlepass_interact_chest_athena_location_different_junkjunction": 1,
+ "battlepass_interact_chest_athena_location_different_luckylanding": 1,
+ "battlepass_interact_chest_athena_location_different_lonelylodge": 1,
+ "battlepass_interact_chest_athena_location_different_lootlake": 1,
+ "battlepass_interact_chest_athena_location_different_paradisepalms": 1,
+ "battlepass_interact_chest_athena_location_different_pleasantpark": 1,
+ "battlepass_interact_chest_athena_location_different_retailrow": 1,
+ "battlepass_interact_chest_athena_location_different_shiftyshafts": 1,
+ "battlepass_interact_chest_athena_location_different_saltysprings": 1,
+ "battlepass_interact_chest_athena_location_different_snobbyshores": 1,
+ "battlepass_interact_chest_athena_location_different_tiltedtowers": 1,
+ "battlepass_interact_chest_athena_location_different_tomatotemple": 1,
+ "battlepass_interact_chest_athena_location_different_wailingwoods": 1,
+ "battlepass_interact_chest_athena_location_different_riskyreels": 1,
+ "battlepass_interact_chest_athena_location_different_polarpeak": 1,
+ "battlepass_interact_chest_athena_location_different_frostyflights": 1,
+ "interact_athena_treasurechest_lazylagoon": 1,
+ "interact_athena_treasurechest_sunnysteps": 1,
+ "interact_athena_treasurechest_happyhamlet": 1
+ },
+ "objectiveCompletionCount": 3,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_Eliminate_MinDistance_Chain_C": {
+ "templateId": "Quest:quest_br_eliminate_mindistance_chain_c",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Week_002",
+ "objectives": {
+ "battlepass_killingblow_athena_players_mindistance_chain_c": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 4
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_Eliminate_MinDistance_Chain_B": {
+ "templateId": "Quest:quest_br_eliminate_mindistance_chain_b",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Week_002",
+ "objectives": {
+ "battlepass_killingblow_athena_players_mindistance_chain_b": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 3
+ },
+ {
+ "templateId": "Quest:quest_br_eliminate_mindistance_chain_c",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_Eliminate_MinDistance_Chain_A": {
+ "templateId": "Quest:quest_br_eliminate_mindistance_chain_a",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Week_002",
+ "objectives": {
+ "battlepass_killingblow_athena_players_mindistance_chain_a": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 3
+ },
+ {
+ "templateId": "Quest:quest_br_eliminate_mindistance_chain_b",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_Destroy_Structure_Vehicle": {
+ "templateId": "Quest:quest_br_destroy_structure_vehicle",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Week_003",
+ "objectives": {
+ "battlepass_destroy_athena_walls_with_vehicle": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 2
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_TrickPoint__Airtime_QuadCrasher": {
+ "templateId": "Quest:quest_br_trickpoint__airtime_quadcrasher",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Week_003",
+ "objectives": {
+ "battlepass_damage_athena_trick_point_airtime_quadcrasher": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_destroy_structure_vehicle",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_TrickPoint_Driftboard": {
+ "templateId": "Quest:quest_br_trickpoint_driftboard",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Week_003",
+ "objectives": {
+ "battlepass_score_athena_trick_point_driftboard": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 2
+ },
+ {
+ "templateId": "Quest:quest_br_trickpoint__airtime_quadcrasher",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_Interact_Chests_TwoLocations_02": {
+ "templateId": "Quest:quest_br_interact_chests_twolocations_02",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Week_003",
+ "objectives": {
+ "battlepass_interact_chests_twolocations_02": 7
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_Damage_After_SlipStream": {
+ "templateId": "Quest:quest_br_damage_after_slipstream",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Week_003",
+ "objectives": {
+ "battlepass_place_athena_damage_after_slipstream": 200
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_Visit_TwoNamedLocs_Chain_01_E": {
+ "templateId": "Quest:quest_br_visit_twonamedlocs_chain_01_e",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Week_003",
+ "objectives": {
+ "battlepass_visit_athena_location_snobbyshores_chain_01": 1,
+ "battlepass_visit_athena_location_saltysprings_chain_01": 1
+ },
+ "objectiveCompletionCount": 2,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_Visit_TwoNamedLocs_Chain_01_D": {
+ "templateId": "Quest:quest_br_visit_twonamedlocs_chain_01_d",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Week_003",
+ "objectives": {
+ "battlepass_visit_athena_location_lucklanding_chain_01": 1,
+ "battlepass_visit_athena_location_tiltedtowers_chain_01": 1
+ },
+ "objectiveCompletionCount": 2,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_visit_twonamedlocs_chain_01_e",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_Visit_TwoNamedLocs_Chain_01_C": {
+ "templateId": "Quest:quest_br_visit_twonamedlocs_chain_01_c",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Week_003",
+ "objectives": {
+ "battlepass_visit_athena_location_greasygrove_chain_01": 1,
+ "battlepass_visit_athena_location_lootlake_chain_01": 1
+ },
+ "objectiveCompletionCount": 2,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_visit_twonamedlocs_chain_01_d",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_Visit_TwoNamedLocs_Chain_01_B": {
+ "templateId": "Quest:quest_br_visit_twonamedlocs_chain_01_b",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Week_003",
+ "objectives": {
+ "battlepass_visit_athena_location_paradisepalms_chain_01": 1,
+ "battlepass_visit_athena_location_dustydivot_chain_01": 1
+ },
+ "objectiveCompletionCount": 2,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_visit_twonamedlocs_chain_01_c",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_Visit_TwoNamedLocs_Chain_01_A": {
+ "templateId": "Quest:quest_br_visit_twonamedlocs_chain_01_a",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Week_003",
+ "objectives": {
+ "battlepass_visit_athena_location_riskyreels_chain_01": 1,
+ "battlepass_visit_athena_location_wailingwoods_chain_01": 1
+ },
+ "objectiveCompletionCount": 2,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_visit_twonamedlocs_chain_01_b",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_Use_FlyingDisc_SelfCatch": {
+ "templateId": "Quest:quest_br_use_flyingdisc_selfcatch",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Week_003",
+ "objectives": {
+ "battlepass_use_item_flyingdisc_selfcatch": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_Eliminate_ExplosiveWeapon": {
+ "templateId": "Quest:quest_br_eliminate_explosiveweapon",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Week_003",
+ "objectives": {
+ "battlepass_killingblow_athena_player_with_explosives": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_Damage_Weapons_Different_SingleMatch": {
+ "templateId": "Quest:quest_br_damage_weapons_different_singlematch",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Week_003",
+ "objectives": {
+ "battlepass_damage_athena_weapons_different_singlematch_pistol": 1,
+ "battlepass_damage_athena_weapons_different_singlematch_assault": 1,
+ "battlepass_damage_athena_weapons_different_shotgun": 1,
+ "battlepass_damage_athena_weapons_different_sniper": 1,
+ "battlepass_damage_athena_weapons_different_explosives": 1,
+ "battlepass_damage_athena_weapons_different_smg": 1,
+ "battlepass_damage_athena_weapons_different_minigun": 1
+ },
+ "objectiveCompletionCount": 5,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_Damage_SniperRifle": {
+ "templateId": "Quest:quest_br_damage_sniperrifle",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Week_004",
+ "objectives": {
+ "battlepass_damage_athena_player_sniper": 500
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_Dance_Chain_ScavengerHunt_Locations_04_C": {
+ "templateId": "Quest:quest_br_dance_chain_scavengerhunt_locations_04_c",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Week_004",
+ "objectives": {
+ "battlepass_dance_chain_athena_scavengerhunt_locations_04_c": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 2
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_Dance_Chain_ScavengerHunt_Locations_04_B": {
+ "templateId": "Quest:quest_br_dance_chain_scavengerhunt_locations_04_b",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Week_004",
+ "objectives": {
+ "battlepass_dance_chain_athena_scavengerhunt_locations_04_b": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 2
+ },
+ {
+ "templateId": "Quest:quest_br_dance_chain_scavengerhunt_locations_04_c",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_Dance_Chain_ScavengerHunt_Locations_04_A": {
+ "templateId": "Quest:quest_br_dance_chain_scavengerhunt_locations_04_a",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Week_004",
+ "objectives": {
+ "battlepass_dance_chain_athena_scavengerhunt_locations_04_a": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_dance_chain_scavengerhunt_locations_04_b",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_Eliminate_WeaponRarity_Legendary": {
+ "templateId": "Quest:quest_br_eliminate_weaponrarity_legendary",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Week_004",
+ "objectives": {
+ "battlepass_killingblow_athena_player_goldrarity": 2
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_Destroy_SupplyDropDrone": {
+ "templateId": "Quest:quest_br_destroy_supplydropdrone",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Week_004",
+ "objectives": {
+ "athena_battlepass_destroy_athena_supplydropdrone": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_Land_Chain_02E": {
+ "templateId": "Quest:quest_br_land_chain_02e",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Week_004",
+ "objectives": {
+ "battlepass_land_athena_location_paradise_chain_02e": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_Land_Chain_02D": {
+ "templateId": "Quest:quest_br_land_chain_02d",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Week_004",
+ "objectives": {
+ "battlepass_land_athena_location_pleasant_chain_02d": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_land_chain_02e",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_Land_Chain_02C": {
+ "templateId": "Quest:quest_br_land_chain_02c",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Week_004",
+ "objectives": {
+ "battlepass_land_athena_location_dusty_chain_02c": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_land_chain_02d",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_Land_Chain_02B": {
+ "templateId": "Quest:quest_br_land_chain_02b",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Week_004",
+ "objectives": {
+ "battlepass_land_athena_location_wailing_chain_02b": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_land_chain_02c",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_Land_Chain_02A": {
+ "templateId": "Quest:quest_br_land_chain_02a",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Week_004",
+ "objectives": {
+ "battlepass_land_athena_location_greasy_chain_02a": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_land_chain_02b",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_Eliminate_TwoLocations_02": {
+ "templateId": "Quest:quest_br_eliminate_twolocations_02",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Week_004",
+ "objectives": {
+ "battlepass_killingblow_athena_player_twolocations_lucky_tilted": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_Visit_NamedLocations_SingleMatch": {
+ "templateId": "Quest:quest_br_visit_namedlocations_singlematch",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Week_004",
+ "objectives": {
+ "battlepass_visit_athena_location_mountain_summit_01": 1,
+ "battlepass_visit_athena_location_mountain_summit_02": 1,
+ "battlepass_visit_athena_location_mountain_summit_03": 1,
+ "battlepass_visit_athena_location_mountain_summit_04": 1,
+ "battlepass_visit_athena_location_mountain_summit_05": 1,
+ "battlepass_visit_athena_location_mountain_summit_06": 1,
+ "battlepass_visit_athena_location_mountain_summit_07": 1,
+ "battlepass_visit_athena_location_mountain_summit_08": 1,
+ "battlepass_visit_athena_location_mountain_summit_09": 1,
+ "battlepass_visit_athena_location_mountain_summit_10": 1,
+ "battlepass_visit_athena_location_mountain_summit_11": 1,
+ "battlepass_visit_athena_location_mountain_summit_12": 1,
+ "battlepass_visit_athena_location_mountain_summit_13": 1,
+ "battlepass_visit_athena_location_mountain_summit_14": 1,
+ "battlepass_visit_athena_location_mountain_summit_15": 1,
+ "battlepass_visit_athena_location_mountain_summit_16": 1,
+ "battlepass_visit_athena_location_mountain_summit_17": 1,
+ "battlepass_visit_athena_location_mountain_summit_18": 1,
+ "battlepass_visit_athena_location_mountain_summit_19": 1,
+ "battlepass_visit_athena_location_mountain_summit_20": 1
+ },
+ "objectiveCompletionCount": 4,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_Damage_ThrownWeapons": {
+ "templateId": "Quest:quest_br_damage_thrownweapons",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Week_005",
+ "objectives": {
+ "battlepass_damage_athena_player_thrownweapon": 300
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_Interact_Chests_TwoLocations_03": {
+ "templateId": "Quest:quest_br_interact_chests_twolocations_03",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Week_005",
+ "objectives": {
+ "battlepass_interact_chests_twolocations_loot_or_snobby": 7
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_Eliminate": {
+ "templateId": "Quest:quest_br_eliminate",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Week_005",
+ "objectives": {
+ "battlepass_killingblow_athena_players": 10
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_RaceTrack_Chain_Grassland": {
+ "templateId": "Quest:quest_br_racetrack_chain_grassland",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Week_005",
+ "objectives": {
+ "athena_battlepass_complete_racetrack_chain_grassland": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 2
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_RaceTrack_Chain_Cold": {
+ "templateId": "Quest:quest_br_racetrack_chain_cold",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Week_005",
+ "objectives": {
+ "athena_battlepass_complete_racetrack_chain_cold": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 2
+ },
+ {
+ "templateId": "Quest:quest_br_racetrack_chain_grassland",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_RaceTrack_Chain_Arid": {
+ "templateId": "Quest:quest_br_racetrack_chain_arid",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Week_005",
+ "objectives": {
+ "athena_battlepass_complete_racetrack_chain_arid": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_racetrack_chain_cold",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_Use_Trap_DifferentMatches": {
+ "templateId": "Quest:quest_br_use_trap_differentmatches",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Week_005",
+ "objectives": {
+ "battlepass_interact_athena_place_trap_differentmatches": 5
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_Visit_Turbines": {
+ "templateId": "Quest:quest_br_visit_turbines",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Week_005",
+ "objectives": {
+ "battlepass_visit_athena_location_generic_11": 1,
+ "battlepass_visit_athena_location_generic_12": 1,
+ "battlepass_visit_athena_location_generic_13": 1,
+ "battlepass_visit_athena_location_generic_14": 1,
+ "battlepass_visit_athena_location_generic_15": 1,
+ "battlepass_visit_athena_location_generic_16": 1,
+ "battlepass_visit_athena_location_generic_17": 1
+ },
+ "objectiveCompletionCount": 5,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_Eliminate_Location_SkyPlatforms": {
+ "templateId": "Quest:quest_br_eliminate_location_skyplatforms",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Week_005",
+ "objectives": {
+ "battlepass_killingblow_athena_player_skyplatforms": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_Land_Chain_03E": {
+ "templateId": "Quest:quest_br_land_chain_03e",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Week_006",
+ "objectives": {
+ "battlepass_land_athena_location_leaky_chain_02e": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_Land_Chain_03D": {
+ "templateId": "Quest:quest_br_land_chain_03d",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Week_006",
+ "objectives": {
+ "battlepass_land_athena_location_haunted_chain_03d": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_land_chain_03e",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_Land_Chain_03C": {
+ "templateId": "Quest:quest_br_land_chain_03c",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Week_006",
+ "objectives": {
+ "battlepass_land_athena_location_retail_chain_03c": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_land_chain_03d",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_Land_Chain_03B": {
+ "templateId": "Quest:quest_br_land_chain_03b",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Week_006",
+ "objectives": {
+ "battlepass_land_athena_location_risky_chain_03b": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_land_chain_03c",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_Land_Chain_03A": {
+ "templateId": "Quest:quest_br_land_chain_03a",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Week_006",
+ "objectives": {
+ "battlepass_land_athena_location_shifty_chain_03a": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_land_chain_03b",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_Damage_SMG": {
+ "templateId": "Quest:quest_br_damage_smg",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Week_006",
+ "objectives": {
+ "battlepass_damage_athena_player_smg": 500
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_Hotspots_Chain_Eliminate": {
+ "templateId": "Quest:quest_br_hotspots_chain_eliminate",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Week_006",
+ "objectives": {
+ "battlepass_eliminate_athena_hotspot": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 4
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_Hotspots_Chain_Ammo": {
+ "templateId": "Quest:quest_br_hotspots_chain_ammo",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Week_006",
+ "objectives": {
+ "battlepass_interact_athena_ammobox_hotspot": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 3
+ },
+ {
+ "templateId": "Quest:quest_br_hotspots_chain_eliminate",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_Hotspots_Chain_Chests": {
+ "templateId": "Quest:quest_br_hotspots_chain_chests",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Week_006",
+ "objectives": {
+ "battlepass_interact_athena_treasurechest_hotspot": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 3
+ },
+ {
+ "templateId": "Quest:quest_br_hotspots_chain_ammo",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_Damage_Vehicle_Opponent": {
+ "templateId": "Quest:quest_br_damage_vehicle_opponent",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Week_006",
+ "objectives": {
+ "battlepass_damage_athena_vehicle_with_opponent_inside": 200
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_Use_DogSweater": {
+ "templateId": "Quest:quest_br_use_dogsweater",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Week_006",
+ "objectives": {
+ "athena_battlepass_use_item_dogsweater": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_Use_Different_Vehicles_SingleMatch": {
+ "templateId": "Quest:quest_br_use_different_vehicles_singlematch",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Week_006",
+ "objectives": {
+ "battlepass_use_vehicle_different_samematch_driftboard": 1,
+ "battlepass_use_vehicle_different_samematch_quadcrasher": 1,
+ "battlepass_use_vehicle_different_samematch_hamsterball": 1,
+ "battlepass_use_vehicle_different_samematch_pushcannon": 1
+ },
+ "objectiveCompletionCount": 2,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_Eliminate_TwoLocations_03": {
+ "templateId": "Quest:quest_br_eliminate_twolocations_03",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Week_006",
+ "objectives": {
+ "battlepass_killingblow_athena_player_twolocations_happy_or_pleasant": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_Interact_Chests_TwoLocations_04": {
+ "templateId": "Quest:quest_br_interact_chests_twolocations_04",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Week_007",
+ "objectives": {
+ "battlepass_interact_chests_twolocations_polar_or_lonely": 7
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_Interact_AmmoBox_Locations_Different": {
+ "templateId": "Quest:quest_br_interact_ammobox_locations_different",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Week_007",
+ "objectives": {
+ "battlepass_interact_ammo_athena_location_different_lazylinks": 1,
+ "battlepass_interact_ammo_athena_location_different_dustydivot": 1,
+ "battlepass_interact_ammo_athena_location_different_fatalfields": 1,
+ "battlepass_interact_ammo_athena_location_different_flushfactory": 1,
+ "battlepass_interact_ammo_athena_location_different_greasygrove": 1,
+ "battlepass_interact_ammo_athena_location_different_hauntedhills": 1,
+ "battlepass_interact_ammo_athena_location_different_junkjunction": 1,
+ "battlepass_interact_ammo_athena_location_different_luckylanding": 1,
+ "battlepass_interact_ammo_athena_location_different_lonelylodge": 1,
+ "battlepass_interact_ammo_athena_location_different_lootlake": 1,
+ "battlepass_interact_ammo_athena_location_different_paradisepalms": 1,
+ "battlepass_interact_ammo_athena_location_different_pleasantpark": 1,
+ "battlepass_interact_ammo_athena_location_different_retailrow": 1,
+ "battlepass_interact_ammo_athena_location_different_shiftyshafts": 1,
+ "battlepass_interact_ammo_athena_location_different_saltysprings": 1,
+ "battlepass_interact_ammo_athena_location_different_snobbyshores": 1,
+ "battlepass_interact_ammo_athena_location_different_tiltedtowers": 1,
+ "battlepass_interact_ammo_athena_location_different_tomatotown": 1,
+ "battlepass_interact_ammo_athena_location_different_wailingwoods": 1,
+ "battlepass_interact_ammo_athena_location_different_riskyreels": 1
+ },
+ "objectiveCompletionCount": 7,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_Eliminate_SuppressedWeapon": {
+ "templateId": "Quest:quest_br_eliminate_suppressedweapon",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Week_007",
+ "objectives": {
+ "battlepass_killingblow_athena_player_with_suppressed_weapon": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_Damage_Passenger_Vehicle": {
+ "templateId": "Quest:quest_br_damage_passenger_vehicle",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Week_007",
+ "objectives": {
+ "battlepass_damage_athena_player_passenger_vehicle": 100
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_Visit_TwoNamedLocs_Chain_02_C": {
+ "templateId": "Quest:quest_br_visit_twonamedlocs_chain_02_c",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Week_007",
+ "objectives": {
+ "battlepass_visit_athena_location_lazylinks_chain_02": 1,
+ "battlepass_visit_athena_location_shiftyshafts_chain_02": 1
+ },
+ "objectiveCompletionCount": 2,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 2
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_Visit_TwoNamedLocs_Chain_02_B": {
+ "templateId": "Quest:quest_br_visit_twonamedlocs_chain_02_b",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Week_007",
+ "objectives": {
+ "battlepass_visit_athena_location_luckylanding_chain_02": 1,
+ "battlepass_visit_athena_location_retailrow_chain_02": 1
+ },
+ "objectiveCompletionCount": 2,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 2
+ },
+ {
+ "templateId": "Quest:quest_br_visit_twonamedlocs_chain_02_c",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_Visit_TwoNamedLocs_Chain_02_A": {
+ "templateId": "Quest:quest_br_visit_twonamedlocs_chain_02_a",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Week_007",
+ "objectives": {
+ "battlepass_visit_athena_location_polarpeak_chain_02": 1,
+ "battlepass_visit_athena_location_tiltedtowers_chain_02": 1
+ },
+ "objectiveCompletionCount": 2,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_visit_twonamedlocs_chain_02_b",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_Interact_Chest_VendingMachine_Campfire_SingleMatch": {
+ "templateId": "Quest:quest_br_interact_chest_vendingmachine_campfire_singlematch",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Week_007",
+ "objectives": {
+ "battlepass_interact_athena_chest_vend_camp_single_match_chest": 1,
+ "interact_athena_vendingmachine": 1,
+ "heal_player_health_anycampfire": 1
+ },
+ "objectiveCompletionCount": 3,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_Eliminate_MaxDistance": {
+ "templateId": "Quest:quest_br_eliminate_maxdistance",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Week_007",
+ "objectives": {
+ "battlepass_killingblow_athena_players_maxdistance": 2
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_Heal_Shields": {
+ "templateId": "Quest:quest_br_heal_shields",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Week_008",
+ "objectives": {
+ "battlepass_heal_athena_shields": 500
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_Visit_Clocks": {
+ "templateId": "Quest:quest_br_visit_clocks",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Week_008",
+ "objectives": {
+ "battlepass_visit_athena_location_generic_18": 1,
+ "battlepass_visit_athena_location_generic_19": 1,
+ "battlepass_visit_athena_location_generic_20": 1,
+ "battlepass_visit_athena_location_generic_21": 1,
+ "battlepass_visit_athena_location_generic_25": 1
+ },
+ "objectiveCompletionCount": 3,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_Eliminate_TwoLocations_04": {
+ "templateId": "Quest:quest_br_eliminate_twolocations_04",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Week_008",
+ "objectives": {
+ "battlepass_killingblow_athena_player_twolocations_junk_or_retail": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_Damage_AssaultRifle": {
+ "templateId": "Quest:quest_br_damage_assaultrifle",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Week_008",
+ "objectives": {
+ "battlepass_damage_athena_player_asssult": 1000
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_Land_Chain_04E": {
+ "templateId": "Quest:quest_br_land_chain_04e",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Week_008",
+ "objectives": {
+ "battlepass_land_athena_location_dustydivot_04e": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_Land_Chain_04D": {
+ "templateId": "Quest:quest_br_land_chain_04d",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Week_008",
+ "objectives": {
+ "battlepass_land_athena_location_shiftyshafts_04d": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_land_chain_04e",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_Land_Chain_04C": {
+ "templateId": "Quest:quest_br_land_chain_04c",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Week_008",
+ "objectives": {
+ "battlepass_land_athena_location_hauntedhills_04c": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_land_chain_04d",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_Land_Chain_04B": {
+ "templateId": "Quest:quest_br_land_chain_04b",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Week_008",
+ "objectives": {
+ "battlepass_land_athena_location_frostyflights_04b": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_land_chain_04c",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_Land_Chain_04A": {
+ "templateId": "Quest:quest_br_land_chain_04a",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Week_008",
+ "objectives": {
+ "battlepass_land_athena_location_retail_04a": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_land_chain_04b",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_Airvent_Zipline_VolcanoVent_SingleMatch": {
+ "templateId": "Quest:quest_br_airvent_zipline_volcanovent_singlematch",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Week_008",
+ "objectives": {
+ "athena_battlepass_use_three_environmentals_geyser": 1,
+ "athena_battlepass_use_zipline_02": 1,
+ "athena_battlepass_use_hvac": 1
+ },
+ "objectiveCompletionCount": 3,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_Eliminate_Location_OutsidePOI": {
+ "templateId": "Quest:quest_br_eliminate_location_outsidepoi",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Week_008",
+ "objectives": {
+ "battlepass_killingblow_athena_player_outside_poi": 5
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_Use_ChugJug_ChillBronco": {
+ "templateId": "Quest:quest_br_use_chugjug_chillbronco",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Week_009",
+ "objectives": {
+ "athena_battlepass_use_chug_or_throw_chillbronco": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_Visit_SolarArrays": {
+ "templateId": "Quest:quest_br_visit_solararrays",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Week_009",
+ "objectives": {
+ "battlepass_visit_athena_location_generic_22": 1,
+ "battlepass_visit_athena_location_generic_23": 1,
+ "battlepass_visit_athena_location_generic_24": 1
+ },
+ "objectiveCompletionCount": 3,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_Eliminate_Weapon_RarityChain_Gold": {
+ "templateId": "Quest:quest_br_eliminate_weapon_raritychain_gold",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Week_009",
+ "objectives": {
+ "battlepass_killingblow_athena_player_goldrarity": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 2
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_Eliminate_Weapon_RarityChain_Purple": {
+ "templateId": "Quest:quest_br_eliminate_weapon_raritychain_purple",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Week_009",
+ "objectives": {
+ "battlepass_killingblow_athena_player_epicrarity": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 2
+ },
+ {
+ "templateId": "Quest:quest_br_eliminate_weapon_raritychain_gold",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_Eliminate_Weapon_RarityChain_Blue": {
+ "templateId": "Quest:quest_br_eliminate_weapon_raritychain_blue",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Week_009",
+ "objectives": {
+ "battlepass_killingblow_athena_player_bluerarity": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 2
+ },
+ {
+ "templateId": "Quest:quest_br_eliminate_weapon_raritychain_purple",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_Eliminate_Weapon_RarityChain_Green": {
+ "templateId": "Quest:quest_br_eliminate_weapon_raritychain_green",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Week_009",
+ "objectives": {
+ "battlepass_killingblow_athena_player_greenrarity": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 2
+ },
+ {
+ "templateId": "Quest:quest_br_eliminate_weapon_raritychain_blue",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_Eliminate_Weapon_RarityChain_Grey": {
+ "templateId": "Quest:quest_br_eliminate_weapon_raritychain_grey",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Week_009",
+ "objectives": {
+ "battlepass_killingblow_athena_player_greyrarity": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 2
+ },
+ {
+ "templateId": "Quest:quest_br_eliminate_weapon_raritychain_green",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_Damage_Headshot": {
+ "templateId": "Quest:quest_br_damage_headshot",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Week_009",
+ "objectives": {
+ "battlepass_damage_athena_player_head_shots": 250
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_Interact_Chests_TwoLocations_05": {
+ "templateId": "Quest:quest_br_interact_chests_twolocations_05",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Week_009",
+ "objectives": {
+ "battlepass_interact_chests_twolocations_05": 7
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_Eliminate_Location_Different": {
+ "templateId": "Quest:quest_br_eliminate_location_different",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Week_009",
+ "objectives": {
+ "battlepass_killingblow_athena_player_different_junkjunction": 1,
+ "battlepass_killingblow_athena_player_different_hauntedhills": 1,
+ "battlepass_killingblow_athena_player_different_pleasantpartk": 1,
+ "battlepass_killingblow_athena_player_different_lootlake": 1,
+ "battlepass_killingblow_athena_player_different_lazylinks": 1,
+ "battlepass_killingblow_athena_player_different_tomatotemple": 1,
+ "battlepass_killingblow_athena_player_different_riskyreels": 1,
+ "battlepass_killingblow_athena_player_different_wailingwoods": 1,
+ "battlepass_killingblow_athena_player_different_snobbyshores": 1,
+ "battlepass_killingblow_athena_player_different_greasygrove": 1,
+ "battlepass_killingblow_athena_player_different_tiltedtowers": 1,
+ "battlepass_killingblow_athena_player_different_shiftyshafts": 1,
+ "battlepass_killingblow_athena_player_different_dustydivot": 1,
+ "battlepass_killingblow_athena_player_different_saltysprings": 1,
+ "battlepass_killingblow_athena_player_different_retailrow": 1,
+ "battlepass_killingblow_athena_player_different_lonelylodge": 1,
+ "battlepass_killingblow_athena_player_different_flushfactory": 1,
+ "battlepass_killingblow_athena_player_different_luckylanding": 1,
+ "battlepass_killingblow_athena_player_different_fatalfields": 1,
+ "battlepass_killingblow_athena_player_different_paradisepalms": 1
+ },
+ "objectiveCompletionCount": 5,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_Damage_After_VolcanoVent": {
+ "templateId": "Quest:quest_br_damage_after_volcanovent",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Week_009",
+ "objectives": {
+ "battlepass_place_athena_damage_after_volcano_vent": 100
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_Use_AirStrike": {
+ "templateId": "Quest:quest_br_use_airstrike",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Week_010",
+ "objectives": {
+ "athena_battlepass_use_item_applesauce": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_Damage_Shotgun": {
+ "templateId": "Quest:quest_br_damage_shotgun",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Week_010",
+ "objectives": {
+ "battlepass_damage_athena_player_shotgun": 1000
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_Interact_AmmoBoxes_SingleMatch": {
+ "templateId": "Quest:quest_br_interact_ammoboxes_singlematch",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Week_010",
+ "objectives": {
+ "athena_battlepass_loot_ammobox_singlematch": 7
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_Visit_Poster": {
+ "templateId": "Quest:quest_br_visit_poster",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Week_010",
+ "objectives": {
+ "battlepass_visit_athena_propaganda_poster_1": 1,
+ "battlepass_visit_athena_propaganda_poster_2": 1,
+ "battlepass_visit_athena_propaganda_poster_3": 1,
+ "battlepass_visit_athena_propaganda_poster_4": 1,
+ "battlepass_visit_athena_propaganda_poster_5": 1,
+ "battlepass_visit_athena_propaganda_poster_6": 1,
+ "battlepass_visit_athena_propaganda_poster_7": 1,
+ "battlepass_visit_athena_propaganda_poster_8": 1,
+ "battlepass_visit_athena_propaganda_poster_9": 1,
+ "battlepass_visit_athena_propaganda_poster_10": 1,
+ "battlepass_visit_athena_propaganda_poster_11": 1,
+ "battlepass_visit_athena_propaganda_poster_12": 1,
+ "battlepass_visit_athena_propaganda_poster_13": 1,
+ "battlepass_visit_athena_propaganda_poster_14": 1,
+ "battlepass_visit_athena_propaganda_poster_15": 1,
+ "battlepass_visit_athena_propaganda_poster_16": 1,
+ "battlepass_visit_athena_propaganda_poster_17": 1,
+ "battlepass_visit_athena_propaganda_poster_18": 1,
+ "battlepass_visit_athena_propaganda_poster_19": 1,
+ "battlepass_visit_athena_propaganda_poster_20": 1,
+ "battlepass_visit_athena_propaganda_poster_21": 1
+ },
+ "objectiveCompletionCount": 5,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_Chain_Collect_BuildingResources_SpecificLocations_C": {
+ "templateId": "Quest:quest_br_chain_collect_buildingresources_specificlocations_c",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Week_010",
+ "objectives": {
+ "battlepass_collect_building_resources_chain_specificlocations_metal": 100
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_Chain_Collect_BuildingResources_SpecificLocations_B": {
+ "templateId": "Quest:quest_br_chain_collect_buildingresources_specificlocations_b",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Week_010",
+ "objectives": {
+ "battlepass_collect_building_resources_chain_specificlocations_stone": 100
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 2
+ },
+ {
+ "templateId": "Quest:quest_br_chain_collect_buildingresources_specificlocations_c",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_Chain_Collect_BuildingResources_SpecificLocations_A": {
+ "templateId": "Quest:quest_br_chain_collect_buildingresources_specificlocations_a",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Week_010",
+ "objectives": {
+ "battlepass_collect_building_resources_chain_specificlocations_wood": 100
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 2
+ },
+ {
+ "templateId": "Quest:quest_br_chain_collect_buildingresources_specificlocations_b",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_Eliminate_TwoLocations_05": {
+ "templateId": "Quest:quest_br_eliminate_twolocations_05",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Week_010",
+ "objectives": {
+ "battlepass_killingblow_athena_player_twolocations_lazylagoon_or_frostyflights": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_Damage_Pickaxe": {
+ "templateId": "Quest:quest_br_damage_pickaxe",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Week_010",
+ "objectives": {
+ "battlepass_damage_athena_player_pickaxe": 200
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_S9_Masako_CollectGlyphs_01": {
+ "templateId": "Quest:quest_br_s9_masako_collectglyphs_01",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Masako",
+ "objectives": {
+ "athena_battlepass_masako_collectglyphs_01": 70
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaPickaxe:pickaxe_id_208_masako",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_generic",
+ "giftBoxFormatData": {
+ "HeaderAssetString": "Header.Congratulations",
+ "BodyAssetString": "Reward.GenericGift5"
+ }
+ }
+ },
+ "QS09-Quest_BR_S9_Masako_CollectGlyphs_02": {
+ "templateId": "Quest:quest_br_s9_masako_collectglyphs_02",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Masako",
+ "objectives": {
+ "athena_battlepass_masako_collectglyphs_02": 75
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaBackpack:bid_263_masako",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_generic",
+ "giftBoxFormatData": {
+ "HeaderAssetString": "Header.Congratulations",
+ "BodyAssetString": "Reward.GenericGift5"
+ }
+ }
+ },
+ "QS09-Quest_BR_S9_Overtime_CompleteQuests_ChainTest_01b": {
+ "templateId": "Quest:quest_br_s9_overtime_completequests_chaintest_01b",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Overtime",
+ "objectives": {
+ "quest_s9_overtime_completequests_test_01b": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_257_m_bunkerman_styleb",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_S9_Overtime_CompleteQuests_ChainTest_01a": {
+ "templateId": "Quest:quest_br_s9_overtime_completequests_chaintest_01a",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Overtime",
+ "objectives": {
+ "quest_s9_overtime_completequests_test_01a": 23
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaCharacter:cid_409_athena_commando_m_bunkerman",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_s9_overtime_completequests_chaintest_01b",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_genericnoicon",
+ "giftBoxFormatData": {
+ "HeaderAssetString": "Header.Congratulations",
+ "BodyAssetString": "Reward.OvertimeEventStarted"
+ }
+ }
+ },
+ "QS09-Quest_BR_S9_Overtime_CompleteQuests_ChainTest_02b": {
+ "templateId": "Quest:quest_br_s9_overtime_completequests_chaintest_02b",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Overtime",
+ "objectives": {
+ "quest_s9_overtime_completequests_test_02b": 6
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_256_m_stormtracker_styleb",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_S9_Overtime_CompleteQuests_ChainTest_02a": {
+ "templateId": "Quest:quest_br_s9_overtime_completequests_chaintest_02a",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Overtime",
+ "objectives": {
+ "quest_s9_overtime_completequests_test_02a": 71
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaCharacter:cid_406_athena_commando_m_stormtracker",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_s9_overtime_completequests_chaintest_02b",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_genericnoicon",
+ "giftBoxFormatData": {
+ "HeaderAssetString": "Header.Congratulations",
+ "BodyAssetString": "Reward.OvertimeEventStarted"
+ }
+ }
+ },
+ "QS09-Quest_BR_S9_Overtime_CompleteQuests_ChainTest_03b": {
+ "templateId": "Quest:quest_br_s9_overtime_completequests_chaintest_03b",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Overtime",
+ "objectives": {
+ "quest_s9_overtime_completequests_test_03b": 9
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_255_f_masako_styleb",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_S9_Overtime_CompleteQuests_ChainTest_03a": {
+ "templateId": "Quest:quest_br_s9_overtime_completequests_chaintest_03a",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Overtime",
+ "objectives": {
+ "quest_s9_overtime_completequests_test_03a": 87
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaCharacter:cid_405_athena_commando_f_masako",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_s9_overtime_completequests_chaintest_03b",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_genericnoicon",
+ "giftBoxFormatData": {
+ "HeaderAssetString": "Header.Congratulations",
+ "BodyAssetString": "Reward.OvertimeEventStarted"
+ }
+ }
+ },
+ "QS09-Quest_BR_OT_Eliminate_Assist_Friend": {
+ "templateId": "Quest:quest_br_ot_eliminate_assist_friend",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Overtime",
+ "objectives": {
+ "s9_ot_assist_friends_killingblow_athena_players": 25
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 2500
+ }
+ ],
+ "hiddenRewards": [
+ {
+ "templateId": "Token:athena_s9overtime_challenge_token",
+ "quantity": 1
+ }
+ ],
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_genericnoicon",
+ "giftBoxFormatData": {
+ "HeaderAssetString": "Header.Congratulations",
+ "BodyAssetString": "Reward.OvertimeEventStarted"
+ }
+ }
+ },
+ "QS09-Quest_BR_OT_Damage_Shotgun": {
+ "templateId": "Quest:quest_br_ot_damage_shotgun",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Overtime",
+ "objectives": {
+ "s9_ot_damage_athena_player_shotgun": 2500
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 2500
+ }
+ ],
+ "hiddenRewards": [
+ {
+ "templateId": "Token:athena_s9overtime_challenge_token",
+ "quantity": 1
+ }
+ ],
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_genericnoicon",
+ "giftBoxFormatData": {
+ "HeaderAssetString": "Header.Congratulations",
+ "BodyAssetString": "Reward.OvertimeEventStarted"
+ }
+ }
+ },
+ "QS09-Quest_BR_OT_Visit_LootPolarPressure": {
+ "templateId": "Quest:quest_br_ot_visit_lootpolarpressure",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Overtime",
+ "objectives": {
+ "s9_ot_visit_polar": 1,
+ "s9_ot_visit_loot_polar_pressure": 1,
+ "s9_ot_visit_pressure": 1
+ },
+ "objectiveCompletionCount": 3,
+ "rewards": [
+ {
+ "templateId": "AthenaLoadingScreen:lsid_145_doggus",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [
+ {
+ "templateId": "Token:athena_s9overtime_challenge_token",
+ "quantity": 1
+ }
+ ],
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_genericnoicon",
+ "giftBoxFormatData": {
+ "HeaderAssetString": "Header.Congratulations",
+ "BodyAssetString": "Reward.OvertimeEventStarted"
+ }
+ }
+ },
+ "QS09-Quest_BR_OT_Revive_Friend_DifferentMatches": {
+ "templateId": "Quest:quest_br_ot_revive_friend_differentmatches",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Overtime",
+ "objectives": {
+ "s9_ot_athena_revive_friend_differentmatches": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 5000
+ }
+ ],
+ "hiddenRewards": [
+ {
+ "templateId": "Token:athena_s9overtime_challenge_token",
+ "quantity": 1
+ }
+ ],
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_genericnoicon",
+ "giftBoxFormatData": {
+ "HeaderAssetString": "Header.Congratulations",
+ "BodyAssetString": "Reward.OvertimeEventStarted"
+ }
+ }
+ },
+ "QS09-Quest_BR_OT_Damage_AssaultRifle": {
+ "templateId": "Quest:quest_br_ot_damage_assaultrifle",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Overtime",
+ "objectives": {
+ "s9_ot_damage_athena_player_asssult": 2500
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 5000
+ }
+ ],
+ "hiddenRewards": [
+ {
+ "templateId": "Token:athena_s9overtime_challenge_token",
+ "quantity": 1
+ }
+ ],
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_genericnoicon",
+ "giftBoxFormatData": {
+ "HeaderAssetString": "Header.Congratulations",
+ "BodyAssetString": "Reward.OvertimeEventStarted"
+ }
+ }
+ },
+ "QS09-Quest_BR_OT_Dance_Skeleton": {
+ "templateId": "Quest:quest_br_ot_dance_skeleton",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Overtime",
+ "objectives": {
+ "s9_ot_athena_dance_overtime_location": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaLoadingScreen:lsid_146_worldcup2019",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [
+ {
+ "templateId": "Token:athena_s9overtime_challenge_token",
+ "quantity": 1
+ }
+ ],
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_genericnoicon",
+ "giftBoxFormatData": {
+ "HeaderAssetString": "Header.Congratulations",
+ "BodyAssetString": "Reward.OvertimeEventStarted"
+ }
+ }
+ },
+ "QS09-Quest_BR_OT_Top15_DuosSquads_WithFriend": {
+ "templateId": "Quest:quest_br_ot_top15_duossquads_withfriend",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Overtime",
+ "objectives": {
+ "s9_ot_top15_duos_squads_with_friend": 5
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 10000
+ }
+ ],
+ "hiddenRewards": [
+ {
+ "templateId": "Token:athena_s9overtime_challenge_token",
+ "quantity": 1
+ }
+ ],
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_genericnoicon",
+ "giftBoxFormatData": {
+ "HeaderAssetString": "Header.Congratulations",
+ "BodyAssetString": "Reward.OvertimeEventStarted"
+ }
+ }
+ },
+ "QS09-Quest_BR_OT_Damage_SMG": {
+ "templateId": "Quest:quest_br_ot_damage_smg",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Overtime",
+ "objectives": {
+ "s9_ot_damage_athena_player_smg": 2500
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 10000
+ }
+ ],
+ "hiddenRewards": [
+ {
+ "templateId": "Token:athena_s9overtime_challenge_token",
+ "quantity": 1
+ }
+ ],
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_genericnoicon",
+ "giftBoxFormatData": {
+ "HeaderAssetString": "Header.Congratulations",
+ "BodyAssetString": "Reward.OvertimeEventStarted"
+ }
+ }
+ },
+ "QS09-Quest_BR_OT_Score_Soccer_Pitch": {
+ "templateId": "Quest:quest_br_ot_score_soccer_pitch",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Overtime",
+ "objectives": {
+ "s9_ot_athena_score_goal": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaLoadingScreen:lsid_147_utopiakey",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [
+ {
+ "templateId": "Token:athena_s9overtime_challenge_token",
+ "quantity": 1
+ }
+ ],
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_genericnoicon",
+ "giftBoxFormatData": {
+ "HeaderAssetString": "Header.Congratulations",
+ "BodyAssetString": "Reward.OvertimeEventStarted"
+ }
+ }
+ },
+ "QS09-Quest_BR_S9_StrawberryPilot_CollectGlyphs_05": {
+ "templateId": "Quest:quest_br_s9_strawberrypilot_collectglyphs_05",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_StrawberryPilot",
+ "objectives": {
+ "athena_battlepass_strawberrypilot_collectglyphs_05": 45
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaPickaxe:pickaxe_id_206_strawberrypilot_1h",
+ "quantity": 1
+ },
+ {
+ "templateId": "CosmeticVariantToken:vtid_213_strawberrypilot_1h_pickaxeb",
+ "quantity": 1
+ },
+ {
+ "templateId": "CosmeticVariantToken:vtid_214_strawberrypilot_1h_pickaxec",
+ "quantity": 1
+ },
+ {
+ "templateId": "CosmeticVariantToken:vtid_215_strawberrypilot_1h_pickaxed",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_generic",
+ "giftBoxFormatData": {
+ "HeaderAssetString": "Header.Congratulations",
+ "BodyAssetString": "Reward.GenericGift5"
+ }
+ }
+ },
+ "QS09-Quest_BR_S9_StrawberryPilot_Gain_SeasonXP_01": {
+ "templateId": "Quest:quest_br_s9_strawberrypilot_gain_seasonxp_01",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_StrawberryPilot",
+ "objectives": {
+ "athena_season_xp_gained": 10000
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_179_strawberrypilot_stageb",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_generic",
+ "giftBoxFormatData": {
+ "HeaderAssetString": "Header.Congratulations",
+ "BodyAssetString": "Reward.GenericGift5"
+ }
+ }
+ },
+ "QS09-Quest_BR_S9_StrawberryPilot_Gain_SeasonXP_02": {
+ "templateId": "Quest:quest_br_s9_strawberrypilot_gain_seasonxp_02",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_StrawberryPilot",
+ "objectives": {
+ "athena_season_xp_gained": 50000
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_180_strawberrypilot_stagec",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_generic",
+ "giftBoxFormatData": {
+ "HeaderAssetString": "Header.Congratulations",
+ "BodyAssetString": "Reward.GenericGift5"
+ }
+ }
+ },
+ "QS09-Quest_BR_S9_StrawberryPilot_Gain_SeasonXP_03": {
+ "templateId": "Quest:quest_br_s9_strawberrypilot_gain_seasonxp_03",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_StrawberryPilot",
+ "objectives": {
+ "athena_season_xp_gained": 100000
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_181_strawberrypilot_staged",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_generic",
+ "giftBoxFormatData": {
+ "HeaderAssetString": "Header.Congratulations",
+ "BodyAssetString": "Reward.GenericGift5"
+ }
+ }
+ },
+ "QS09-Quest_BR_S9_StrawberryPilot_Gain_SeasonXP_04": {
+ "templateId": "Quest:quest_br_s9_strawberrypilot_gain_seasonxp_04",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_StrawberryPilot",
+ "objectives": {
+ "athena_season_xp_gained": 200000
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_182_strawberrypilot_stagee",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_generic",
+ "giftBoxFormatData": {
+ "HeaderAssetString": "Header.Congratulations",
+ "BodyAssetString": "Reward.GenericGift5"
+ }
+ }
+ },
+ "QS09-Quest_BR_S9_StrawberryPilot_Complete_WeeklyChallenges_01": {
+ "templateId": "Quest:quest_br_s9_strawberrypilot_complete_weeklychallenges_01",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_StrawberryPilot",
+ "objectives": {
+ "athena_strawberrypilot_complete_weeklychallenges_01": 10
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_186_strawberrypilot_secondarycolorb",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_generic",
+ "giftBoxFormatData": {
+ "HeaderAssetString": "Header.Congratulations",
+ "BodyAssetString": "Reward.GenericGift5"
+ }
+ }
+ },
+ "QS09-Quest_BR_S9_StrawberryPilot_Complete_WeeklyChallenges_02": {
+ "templateId": "Quest:quest_br_s9_strawberrypilot_complete_weeklychallenges_02",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_StrawberryPilot",
+ "objectives": {
+ "athena_strawberrypilot_complete_weeklychallenges_02": 20
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaDance:eid_strawberrypilotkpop",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_generic",
+ "giftBoxFormatData": {
+ "HeaderAssetString": "Header.Congratulations",
+ "BodyAssetString": "Reward.GenericGift5"
+ }
+ }
+ },
+ "QS09-Quest_BR_S9_StrawberryPilot_Complete_WeeklyChallenges_03": {
+ "templateId": "Quest:quest_br_s9_strawberrypilot_complete_weeklychallenges_03",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_StrawberryPilot",
+ "objectives": {
+ "athena_strawberrypilot_complete_weeklychallenges_03": 30
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_183_strawberrypilot_clothingb",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_generic",
+ "giftBoxFormatData": {
+ "HeaderAssetString": "Header.Congratulations",
+ "BodyAssetString": "Reward.GenericGift5"
+ }
+ }
+ },
+ "QS09-Quest_BR_S9_StrawberryPilot_CollectGlyphs_01": {
+ "templateId": "Quest:quest_br_s9_strawberrypilot_collectglyphs_01",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_StrawberryPilot",
+ "objectives": {
+ "athena_battlepass_strawberrypilot_collectglyphs_01": 5
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_187_strawberrypilot_secondarycolorc",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_generic",
+ "giftBoxFormatData": {
+ "HeaderAssetString": "Header.Congratulations",
+ "BodyAssetString": "Reward.GenericGift5"
+ }
+ }
+ },
+ "QS09-Quest_BR_S9_StrawberryPilot_CollectGlyphs_02": {
+ "templateId": "Quest:quest_br_s9_strawberrypilot_collectglyphs_02",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_StrawberryPilot",
+ "objectives": {
+ "athena_battlepass_strawberrypilot_collectglyphs_02": 15
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_184_strawberrypilot_clothingc",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_generic",
+ "giftBoxFormatData": {
+ "HeaderAssetString": "Header.Congratulations",
+ "BodyAssetString": "Reward.GenericGift5"
+ }
+ }
+ },
+ "QS09-Quest_BR_S9_StrawberryPilot_CollectGlyphs_03": {
+ "templateId": "Quest:quest_br_s9_strawberrypilot_collectglyphs_03",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_StrawberryPilot",
+ "objectives": {
+ "athena_battlepass_strawberrypilot_collectglyphs_03": 25
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_188_strawberrypilot_secondarycolord",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_generic",
+ "giftBoxFormatData": {
+ "HeaderAssetString": "Header.Congratulations",
+ "BodyAssetString": "Reward.GenericGift5"
+ }
+ }
+ },
+ "QS09-Quest_BR_S9_StrawberryPilot_CollectGlyphs_04": {
+ "templateId": "Quest:quest_br_s9_strawberrypilot_collectglyphs_04",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_StrawberryPilot",
+ "objectives": {
+ "athena_battlepass_strawberrypilot_collectglyphs_04": 35
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_185_strawberrypilot_clothingd",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_generic",
+ "giftBoxFormatData": {
+ "HeaderAssetString": "Header.Congratulations",
+ "BodyAssetString": "Reward.GenericGift5"
+ }
+ }
+ },
+ "QS09-Quest_BR_S9_Rooster_CollectGlyphs_01_B": {
+ "templateId": "Quest:quest_br_s9_rooster_collectglyphs_01_b",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Rooster",
+ "objectives": {
+ "athena_battlepass_rooster_collectglyphs_01_b": 99
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_203_rooster_backbling_styleb",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS09-Quest_BR_S9_Rooster_CollectGlyphs_01_A": {
+ "templateId": "Quest:quest_br_s9_rooster_collectglyphs_01_a",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Rooster",
+ "objectives": {
+ "athena_battlepass_rooster_collectglyphs_01_a": 10
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaBackpack:bid_261_rooster",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_br_s9_rooster_collectglyphs_01_b",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_generic",
+ "giftBoxFormatData": {
+ "HeaderAssetString": "Header.Congratulations",
+ "BodyAssetString": "Reward.GenericGift5"
+ }
+ }
+ },
+ "QS09-Quest_BR_S9_Rooster_CollectGlyphs_02": {
+ "templateId": "Quest:quest_br_s9_rooster_collectglyphs_02",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_Rooster",
+ "objectives": {
+ "athena_battlepass_rooster_collectglyphs_02": 20
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaDance:eid_roostermech",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_generic",
+ "giftBoxFormatData": {
+ "HeaderAssetString": "Header.Congratulations",
+ "BodyAssetString": "Reward.GenericGift5"
+ }
+ }
+ },
+ "QS09-Quest_BR_S9_StormTracker_CollectGlyphs_01": {
+ "templateId": "Quest:quest_br_s9_stormtracker_collectglyphs_01",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_StormTracker",
+ "objectives": {
+ "athena_battlepass_stormtracker_collectglyphs_01": 60
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaGlider:glider_id_145_stormtracker",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_generic",
+ "giftBoxFormatData": {
+ "HeaderAssetString": "Header.Congratulations",
+ "BodyAssetString": "Reward.GenericGift5"
+ }
+ }
+ },
+ "QS09-Quest_BR_S9_StormTracker_CollectGlyphs_02": {
+ "templateId": "Quest:quest_br_s9_stormtracker_collectglyphs_02",
+ "challenge_bundle_id": "QS09-QuestBundle_S9_StormTracker",
+ "objectives": {
+ "athena_battlepass_stormtracker_collectglyphs_02": 65
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaBackpack:bid_264_stormtracker",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_generic",
+ "giftBoxFormatData": {
+ "HeaderAssetString": "Header.Congratulations",
+ "BodyAssetString": "Reward.GenericGift5"
+ }
+ }
+ },
+ "QS09-Quest_BR_Play_Birthday": {
+ "templateId": "Quest:quest_br_play_birthday",
+ "challenge_bundle_id": "QS09-QuestBundle_Birthday2019_BR",
+ "objectives": {
+ "birthdaybundle_athena_play_matches": 14
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 5000
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_generic",
+ "giftBoxFormatData": {
+ "HeaderAssetString": "Header.Congratulations",
+ "BodyAssetString": "Reward.Birthday2"
+ }
+ }
+ },
+ "QS09-Quest_BR_Dance_ScavengerHunt_BirthdayCakes": {
+ "templateId": "Quest:quest_br_dance_scavengerhunt_birthdaycakes",
+ "challenge_bundle_id": "QS09-QuestBundle_Birthday2019_BR",
+ "objectives": {
+ "birthdaybundle_dance_location_birthdaycake_01": 1,
+ "birthdaybundle_dance_location_birthdaycake_02": 1,
+ "birthdaybundle_dance_location_birthdaycake_03": 1,
+ "birthdaybundle_dance_location_birthdaycake_04": 1,
+ "birthdaybundle_dance_location_birthdaycake_05": 1,
+ "birthdaybundle_dance_location_birthdaycake_06": 1,
+ "birthdaybundle_dance_location_birthdaycake_07": 1,
+ "birthdaybundle_dance_location_birthdaycake_08": 1,
+ "birthdaybundle_dance_location_birthdaycake_09": 1,
+ "birthdaybundle_dance_location_birthdaycake_10": 1
+ },
+ "objectiveCompletionCount": 10,
+ "rewards": [
+ {
+ "templateId": "AthenaDance:spid_040_birthday2018",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_generic",
+ "giftBoxFormatData": {
+ "HeaderAssetString": "Header.Congratulations",
+ "BodyAssetString": "Reward.Birthday2"
+ }
+ }
+ },
+ "QS09-Quest_BR_Outlast_Birthday": {
+ "templateId": "Quest:quest_br_outlast_birthday",
+ "challenge_bundle_id": "QS09-QuestBundle_Birthday2019_BR",
+ "objectives": {
+ "birthdaybundle_athena_outlast": 500
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaDance:spid_129_birthday2019",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_generic",
+ "giftBoxFormatData": {
+ "HeaderAssetString": "Header.Congratulations",
+ "BodyAssetString": "Reward.Birthday2"
+ }
+ }
+ },
+ "QS09-Quest_BR_Heal_BirthdayCake": {
+ "templateId": "Quest:quest_br_heal_birthdaycake",
+ "challenge_bundle_id": "QS09-QuestBundle_Birthday2019_BR",
+ "objectives": {
+ "battlepass_heal_athena_birthdaycake": 50
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaDance:emoji_birthday2019",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_generic",
+ "giftBoxFormatData": {
+ "HeaderAssetString": "Header.Congratulations",
+ "BodyAssetString": "Reward.Birthday2"
+ }
+ }
+ }
+ }
+ },
+ "Season10": {
+ "ChallengeBundleSchedules": {
+ "QS10-Season10_Mission_Schedule": {
+ "templateId": "ChallengeBundleSchedule:season10_mission_schedule",
+ "granted_bundles": [
+ "QS10-MissionBundle_S10_01A",
+ "QS10-MissionBundle_S10_01B",
+ "QS10-MissionBundle_S10_02",
+ "QS10-MissionBundle_S10_03",
+ "QS10-MissionBundle_S10_04",
+ "QS10-MissionBundle_S10_05",
+ "QS10-MissionBundle_S10_06",
+ "QS10-MissionBundle_S10_07",
+ "QS10-MissionBundle_S10_08",
+ "QS10-MissionBundle_S10_09"
+ ]
+ },
+ "QS10-Season10_NightNight_Schedule": {
+ "templateId": "ChallengeBundleSchedule:season10_nightnight_schedule",
+ "granted_bundles": [
+ "QS10-QuestBundle_S10_NightNight"
+ ]
+ },
+ "QS10-Season10_OT_Schedule": {
+ "templateId": "ChallengeBundleSchedule:season10_ot_schedule",
+ "granted_bundles": [
+ "QS10-QuestBundle_S10_OT"
+ ]
+ },
+ "QS10-Season10_Schedule_Event_BlackMonday": {
+ "templateId": "ChallengeBundleSchedule:season10_schedule_event_blackmonday",
+ "granted_bundles": [
+ "QS10-QuestBundle_Event_BlackMonday"
+ ]
+ },
+ "QS10-Season10_Schedule_Event_Oak": {
+ "templateId": "ChallengeBundleSchedule:season10_schedule_event_oak",
+ "granted_bundles": [
+ "QS10-QuestBundle_Event_Oak"
+ ]
+ },
+ "QS10-Season10_Schedule_MysteryMission": {
+ "templateId": "ChallengeBundleSchedule:season10_schedule_mysterymission",
+ "granted_bundles": [
+ "QS10-MissionBundle_S10_Mystery"
+ ]
+ },
+ "QS10-Season10_SeasonLevel_Mission_Schedule": {
+ "templateId": "ChallengeBundleSchedule:season10_seasonlevel_mission_schedule",
+ "granted_bundles": [
+ "QS10-MissionBundle_S10_SeasonLevel"
+ ]
+ },
+ "QS10-Season10_SeasonX_Schedule": {
+ "templateId": "ChallengeBundleSchedule:season10_seasonx_schedule",
+ "granted_bundles": [
+ "QS10-QuestBundle_S10_SeasonX"
+ ]
+ },
+ "QS10-Season10_BlackKnight_Schedule": {
+ "templateId": "ChallengeBundleSchedule:season10_blackknight_schedule",
+ "granted_bundles": [
+ "QS10-UnlockPreviewBundle_S10_BlackKnight"
+ ]
+ },
+ "QS10-Season10_DJYonger_Schedule": {
+ "templateId": "ChallengeBundleSchedule:season10_djyonger_schedule",
+ "granted_bundles": [
+ "QS10-UnlockPreviewBundle_S10_DJYonger"
+ ]
+ },
+ "QS10-Season10_Drift_Schedule": {
+ "templateId": "ChallengeBundleSchedule:season10_drift_schedule",
+ "granted_bundles": [
+ "QS10-UnlockPreviewBundle_S10_Drift"
+ ]
+ },
+ "QS10-Season10_RustLord_Schedule": {
+ "templateId": "ChallengeBundleSchedule:season10_rustlord_schedule",
+ "granted_bundles": [
+ "QS10-UnlockPreviewBundle_S10_RustLord"
+ ]
+ },
+ "QS10-Season10_Sparkle_Schedule": {
+ "templateId": "ChallengeBundleSchedule:season10_sparkle_schedule",
+ "granted_bundles": [
+ "QS10-UnlockPreviewBundle_S10_Sparkle"
+ ]
+ },
+ "QS10-Season10_Teknique_Schedule": {
+ "templateId": "ChallengeBundleSchedule:season10_teknique_schedule",
+ "granted_bundles": [
+ "QS10-UnlockPreviewBundle_S10_Teknique"
+ ]
+ },
+ "QS10-Season10_Voyager_Schedule": {
+ "templateId": "ChallengeBundleSchedule:season10_voyager_schedule",
+ "granted_bundles": [
+ "QS10-UnlockPreviewBundle_S10_Voyager"
+ ]
+ },
+ "QS10-Schedule_BR_S10_Daily_Week01": {
+ "templateId": "ChallengeBundleSchedule:schedule_br_s10_daily_week01",
+ "granted_bundles": [
+ "QS10-QuestBundle_BR_S10_Daily_Week01"
+ ]
+ },
+ "QS10-Schedule_BR_S10_Daily_Week02": {
+ "templateId": "ChallengeBundleSchedule:schedule_br_s10_daily_week02",
+ "granted_bundles": [
+ "QS10-QuestBundle_BR_S10_Daily_Week02"
+ ]
+ },
+ "QS10-Schedule_BR_S10_Daily_Week03": {
+ "templateId": "ChallengeBundleSchedule:schedule_br_s10_daily_week03",
+ "granted_bundles": [
+ "QS10-QuestBundle_BR_S10_Daily_Week03"
+ ]
+ },
+ "QS10-Schedule_BR_S10_Daily_Week04": {
+ "templateId": "ChallengeBundleSchedule:schedule_br_s10_daily_week04",
+ "granted_bundles": [
+ "QS10-QuestBundle_BR_S10_Daily_Week04"
+ ]
+ },
+ "QS10-Schedule_BR_S10_Daily_Week05": {
+ "templateId": "ChallengeBundleSchedule:schedule_br_s10_daily_week05",
+ "granted_bundles": [
+ "QS10-QuestBundle_BR_S10_Daily_Week05"
+ ]
+ },
+ "QS10-Schedule_BR_S10_Daily_Week06": {
+ "templateId": "ChallengeBundleSchedule:schedule_br_s10_daily_week06",
+ "granted_bundles": [
+ "QS10-QuestBundle_BR_S10_Daily_Week06"
+ ]
+ },
+ "QS10-Schedule_BR_S10_Daily_Week07": {
+ "templateId": "ChallengeBundleSchedule:schedule_br_s10_daily_week07",
+ "granted_bundles": [
+ "QS10-QuestBundle_BR_S10_Daily_Week07"
+ ]
+ },
+ "QS10-Schedule_BR_S10_Daily_Week08": {
+ "templateId": "ChallengeBundleSchedule:schedule_br_s10_daily_week08",
+ "granted_bundles": [
+ "QS10-QuestBundle_BR_S10_Daily_Week08"
+ ]
+ },
+ "QS10-Schedule_BR_S10_Daily_Week09": {
+ "templateId": "ChallengeBundleSchedule:schedule_br_s10_daily_week09",
+ "granted_bundles": [
+ "QS10-QuestBundle_BR_S10_Daily_Week09"
+ ]
+ },
+ "QS10-Schedule_BR_S10_Daily_Week10": {
+ "templateId": "ChallengeBundleSchedule:schedule_br_s10_daily_week10",
+ "granted_bundles": [
+ "QS10-QuestBundle_BR_S10_Daily_Week10"
+ ]
+ }
+ },
+ "ChallengeBundles": {
+ "QS10-MissionBundle_S10_01A": {
+ "templateId": "ChallengeBundle:missionbundle_s10_01a",
+ "challenge_bundle_schedule_id": "QS10-Season10_Mission_Schedule",
+ "grantedquestinstanceids": [
+ "QS10-Quest_BR_Visit_DurrrStoneheadDino",
+ "QS10-Quest_BR_Damage_Passenger_Vehicle",
+ "QS10-Quest_BR_Destroy_Sign_WearingDrift",
+ "QS10-Quest_BR_Use_Zipline_DifferentMatches",
+ "QS10-Quest_BR_Interact_Chests_Locations_Different",
+ "QS10-Quest_BR_Visit_LazylagoonLuckylanding_SingleMatch",
+ "QS10-Quest_BR_TrickPoint_Vehicle",
+ "QS10-Quest_BR_Visit_DurrrStoneheadDino_Prestige",
+ "QS10-Quest_BR_Eliminate_Passenger_Vehicle_Prestige",
+ "QS10-Quest_BR_Destroy_Sign_SingleMatch_WearingDrift_Prestige",
+ "QS10-Quest_BR_Damage_Zipline_Prestige",
+ "QS10-Quest_BR_Eliminate_Different_Named_Locations_Prestige",
+ "QS10-Quest_BR_Visit_NamedLocations_SingleMatch_Prestige",
+ "QS10-Quest_BR_TrickPoint_Vehicle_Prestige"
+ ],
+ "completionRewards": {
+ "1": [
{
"templateId": "AccountResource:athenabattlestar",
- "quantity": 10
+ "quantity": 10,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
}
],
- "hiddenRewards": [],
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- "QS10-Quest_BR_BM_Use_Grappler": {
- "templateId": "Quest:quest_br_bm_use_grappler",
- "challenge_bundle_id": "QS10-QuestBundle_Event_BlackMonday",
- "objectives": {
- "athena_blackmonday_use_grappler": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [
+ "2": [
{
"templateId": "AccountResource:athenabattlestar",
- "quantity": 10
+ "quantity": 10,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
}
],
- "hiddenRewards": [],
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- "QS10-Quest_BR_BM_Interact_Bombs": {
- "templateId": "Quest:quest_br_bm_interact_bombs",
- "challenge_bundle_id": "QS10-QuestBundle_Event_BlackMonday",
- "objectives": {
- "athena_blackmonday_junkjunction": 1,
- "athena_blackmonday_jam_hauntedhills": 1,
- "athena_blackmonday_jam_pleasantpark": 1,
- "athena_blackmonday_jam_theblock": 1,
- "athena_blackmonday_jam_snobbyshores": 1,
- "athena_blackmonday_jam_polarpeak": 1,
- "athena_blackmonday_jam_shiftyshafts": 1,
- "athena_blackmonday_jam_frostyflights": 1,
- "athena_blackmonday_jam_happyhamlet": 1,
- "athena_blackmonday_jam_tiltedtowers": 1,
- "athena_blackmonday_jam_lootlake": 1,
- "athena_blackmonday_jam_lazylagoon": 1,
- "athena_blackmonday_jam_dustydepot": 1,
- "athena_blackmonday_jam_saltysprings": 1,
- "athena_blackmonday_jam_fatalfields": 1,
- "athena_blackmonday_jam_luckylanding": 1,
- "athena_blackmonday_jam_paradisepalms": 1,
- "athena_blackmonday_jam_retailrow": 1,
- "athena_blackmonday_jam_pressureplant": 1,
- "athena_blackmonday_jam_sunnysteps": 1,
- "athena_blackmonday_jam_lonelylodge": 1,
- "athena_blackmonday_jam_greasygrove": 1
- },
- "objectiveCompletionCount": 3,
- "rewards": [
+ "3": [
{
"templateId": "AccountResource:athenabattlestar",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- "QS10-Quest_BR_BM_Damage_AfterUsing_Boomerang": {
- "templateId": "Quest:quest_br_bm_damage_afterusing_boomerang",
- "challenge_bundle_id": "QS10-QuestBundle_Event_BlackMonday",
- "objectives": {
- "athena_blackmonday_damage_afterusing_grappler": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
+ "quantity": 10,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
{
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
}
],
- "hiddenRewards": [],
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- "QS10-Quest_BR_BM_GrappleLampBoomerang_SingleMatch": {
- "templateId": "Quest:quest_br_bm_grapplelampboomerang_singlematch",
- "challenge_bundle_id": "QS10-QuestBundle_Event_BlackMonday",
- "objectives": {
- "athena_blackmonday_do3_grappler": 1,
- "athena_blackmonday_do3_lamp": 1,
- "athena_blackmonday_do3_boomerang": 1
- },
- "objectiveCompletionCount": 3,
- "rewards": [
- {
- "templateId": "AccountResource:athenabattlestar",
- "quantity": 10
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- "QS10-Quest_BR_Oak_CollectCash": {
- "templateId": "Quest:quest_br_oak_collectcash",
- "challenge_bundle_id": "QS10-QuestBundle_Event_Oak",
- "objectives": {
- "quest_br_oak_collectcash": 10
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AthenaDance:spid_157_barbequelarrymask",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- "QS10-Quest_BR_Oak_Eliminations": {
- "templateId": "Quest:quest_br_oak_eliminations",
- "challenge_bundle_id": "QS10-QuestBundle_Event_Oak",
- "objectives": {
- "quest_br_oak_eliminations": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [
+ "4": [
{
"templateId": "AccountResource:athenaseasonalxp",
- "quantity": 500
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- "QS10-Quest_BR_Oak_Search_Chests": {
- "templateId": "Quest:quest_br_oak_search_chests",
- "challenge_bundle_id": "QS10-QuestBundle_Event_Oak",
- "objectives": {
- "quest_br_oak_search_chests": 7
- },
- "objectiveCompletionCount": 1,
- "rewards": [
+ "quantity": 5000,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
{
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 500
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
}
],
- "hiddenRewards": [],
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- "QS10-Quest_BR_Oak_FetchEye": {
- "templateId": "Quest:quest_br_oak_fetcheye",
- "challenge_bundle_id": "QS10-QuestBundle_Event_Oak",
- "objectives": {
- "quest_br_oak_fetcheye_01": 1,
- "quest_br_oak_fetcheye_02": 1
- },
- "objectiveCompletionCount": 2,
- "rewards": [
+ "5": [
{
- "templateId": "AthenaDance:spid_155_barbequelarrybunnyhead",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- "QS10-Quest_BR_Oak_GainShield": {
- "templateId": "Quest:quest_br_oak_gainshield",
- "challenge_bundle_id": "QS10-QuestBundle_Event_Oak",
- "objectives": {
- "quest_br_oak_gainshield": 500
- },
- "objectiveCompletionCount": 1,
- "rewards": [
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
{
- "templateId": "AccountResource:athenaseasonalxp",
- "quantity": 500
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
}
],
- "hiddenRewards": [],
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- "QS10-Quest_BR_Oak_Search_Logos": {
- "templateId": "Quest:quest_br_oak_search_logos",
- "challenge_bundle_id": "QS10-QuestBundle_Event_Oak",
- "objectives": {
- "quest_br_oak_search_logos_01": 1,
- "quest_br_oak_search_logos_02": 1,
- "quest_br_oak_search_logos_03": 1,
- "quest_br_oak_search_logos_04": 1,
- "quest_br_oak_search_logos_05": 1
- },
- "objectiveCompletionCount": 3,
- "rewards": [
+ "6": [
{
- "templateId": "BannerToken:bannertoken_004_oak",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {
- "templateId": "GiftBox:gb_missioncomplete",
- "giftBoxFormatData": {}
- }
- },
- "QS10-Quest_BR_S10_Mystery_DestroyStructure_JunkRift": {
- "templateId": "Quest:quest_br_s10_mystery_destroystructure_junkrift",
- "challenge_bundle_id": "QS10-MissionBundle_S10_Mystery",
- "objectives": {
- "quest_br_s10_mystery_destroystructure_junkrift": 10
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_S10_Mystery_Visit_SingleMatch_DifferentRiftZone": {
- "templateId": "Quest:quest_br_s10_mystery_visit_singlematch_differentriftzone",
- "challenge_bundle_id": "QS10-MissionBundle_S10_Mystery",
- "objectives": {
- "quest_br_s10_mystery_visit_singlematch_differentriftzone_00": 1,
- "quest_br_s10_mystery_visit_singlematch_differentriftzone_01": 1,
- "quest_br_s10_mystery_visit_singlematch_differentriftzone_02": 1,
- "quest_br_s10_mystery_visit_singlematch_differentriftzone_03": 1,
- "quest_br_s10_mystery_visit_singlematch_differentriftzone_04": 1,
- "quest_br_s10_mystery_visit_singlematch_differentriftzone_05": 1,
- "quest_br_s10_mystery_visit_singlematch_differentriftzone_06": 1
- },
- "objectiveCompletionCount": 3,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_S10_Mystery_Eliminations_RiftZone": {
- "templateId": "Quest:quest_br_s10_mystery_eliminations_riftzone",
- "challenge_bundle_id": "QS10-MissionBundle_S10_Mystery",
- "objectives": {
- "quest_br_s10_mystery_eliminations_riftzone": 7
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_S10_Mystery_Search_AmmoBoxesChests_RiftZone": {
- "templateId": "Quest:quest_br_s10_mystery_search_ammoboxeschests_riftzone",
- "challenge_bundle_id": "QS10-MissionBundle_S10_Mystery",
- "objectives": {
- "quest_br_s10_mystery_search_ammoboxeschests_riftzone": 20
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_S10_Mystery_Placement_SoloDuoSquad_Top10_AfterLandInRift": {
- "templateId": "Quest:quest_br_s10_mystery_placement_soloduosquad_top10_afterlandinrift",
- "challenge_bundle_id": "QS10-MissionBundle_S10_Mystery",
- "objectives": {
- "quest_br_s10_mystery_placement_soloduosquad_top10_afterlandinrift": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_S10_Mystery_Consume_GlitchedForaged_Different": {
- "templateId": "Quest:quest_br_s10_mystery_consume_glitchedforaged_different",
- "challenge_bundle_id": "QS10-MissionBundle_S10_Mystery",
- "objectives": {
- "quest_br_s10_mystery_consume_glitchedforaged_different_00": 1,
- "quest_br_s10_mystery_consume_glitchedforaged_different_01": 1,
- "quest_br_s10_mystery_consume_glitchedforaged_different_02": 1,
- "quest_br_s10_mystery_consume_glitchedforaged_different_03": 1,
- "quest_br_s10_mystery_consume_glitchedforaged_different_04": 1,
- "quest_br_s10_mystery_consume_glitchedforaged_different_05": 1
- },
- "objectiveCompletionCount": 4,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_S10_Mystery_TouchCube_ZeroRift_LandingPod": {
- "templateId": "Quest:quest_br_s10_mystery_touchcube_zerorift_landingpod",
- "challenge_bundle_id": "QS10-MissionBundle_S10_Mystery",
- "objectives": {
- "quest_br_s10_mystery_touchcube_zerorift_landingpod_00": 1,
- "quest_br_s10_mystery_touchcube_zerorift_landingpod_01": 1,
- "quest_br_s10_mystery_touchcube_zerorift_landingpod_02": 1
- },
- "objectiveCompletionCount": 3,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_S10_LevelUp_SeasonLevel_01": {
- "templateId": "Quest:quest_br_s10_levelup_seasonlevel_01",
- "challenge_bundle_id": "QS10-MissionBundle_S10_SeasonLevel",
- "objectives": {
- "athena_season_levelup_s10_01": 10
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_S10_LevelUp_SeasonLevel_02": {
- "templateId": "Quest:quest_br_s10_levelup_seasonlevel_02",
- "challenge_bundle_id": "QS10-MissionBundle_S10_SeasonLevel",
- "objectives": {
- "athena_season_levelup_s10_02": 15
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_S10_LevelUp_SeasonLevel_03": {
- "templateId": "Quest:quest_br_s10_levelup_seasonlevel_03",
- "challenge_bundle_id": "QS10-MissionBundle_S10_SeasonLevel",
- "objectives": {
- "athena_season_levelup_s10_03": 20
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_S10_LevelUp_SeasonLevel_04": {
- "templateId": "Quest:quest_br_s10_levelup_seasonlevel_04",
- "challenge_bundle_id": "QS10-MissionBundle_S10_SeasonLevel",
- "objectives": {
- "athena_season_levelup_s10_04": 25
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_S10_LevelUp_SeasonLevel_05": {
- "templateId": "Quest:quest_br_s10_levelup_seasonlevel_05",
- "challenge_bundle_id": "QS10-MissionBundle_S10_SeasonLevel",
- "objectives": {
- "athena_season_levelup_s10_05": 30
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_S10_LevelUp_SeasonLevel_06": {
- "templateId": "Quest:quest_br_s10_levelup_seasonlevel_06",
- "challenge_bundle_id": "QS10-MissionBundle_S10_SeasonLevel",
- "objectives": {
- "athena_season_levelup_s10_06": 35
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_S10_LevelUp_SeasonLevel_07": {
- "templateId": "Quest:quest_br_s10_levelup_seasonlevel_07",
- "challenge_bundle_id": "QS10-MissionBundle_S10_SeasonLevel",
- "objectives": {
- "athena_season_levelup_s10_07": 40
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_S10_LevelUp_SeasonLevel_08": {
- "templateId": "Quest:quest_br_s10_levelup_seasonlevel_08",
- "challenge_bundle_id": "QS10-MissionBundle_S10_SeasonLevel",
- "objectives": {
- "athena_season_levelup_s10_08": 45
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_S10_LevelUp_SeasonLevel_09": {
- "templateId": "Quest:quest_br_s10_levelup_seasonlevel_09",
- "challenge_bundle_id": "QS10-MissionBundle_S10_SeasonLevel",
- "objectives": {
- "athena_season_levelup_s10_09": 50
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_S10_LevelUp_SeasonLevel_10": {
- "templateId": "Quest:quest_br_s10_levelup_seasonlevel_10",
- "challenge_bundle_id": "QS10-MissionBundle_S10_SeasonLevel",
- "objectives": {
- "athena_season_levelup_s10_10": 55
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_S10_LevelUp_SeasonLevel_11": {
- "templateId": "Quest:quest_br_s10_levelup_seasonlevel_11",
- "challenge_bundle_id": "QS10-MissionBundle_S10_SeasonLevel",
- "objectives": {
- "athena_season_levelup_s10_11": 60
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_S10_LevelUp_SeasonLevel_12": {
- "templateId": "Quest:quest_br_s10_levelup_seasonlevel_12",
- "challenge_bundle_id": "QS10-MissionBundle_S10_SeasonLevel",
- "objectives": {
- "athena_season_levelup_s10_12": 65
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_S10_SeasonX_Tier100": {
- "templateId": "Quest:quest_br_s10_seasonx_tier100",
- "challenge_bundle_id": "QS10-QuestBundle_S10_SeasonX",
- "objectives": {
- "athena_s10_seasonx_tier100": 100
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_S10_SeasonX_SeasonLevel": {
- "templateId": "Quest:quest_br_s10_seasonx_seasonlevel",
- "challenge_bundle_id": "QS10-QuestBundle_S10_SeasonX",
- "objectives": {
- "athena_s10_seasonx_seasonlevelmission": 12
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_S10_SeasonX_BPMissions": {
- "templateId": "Quest:quest_br_s10_seasonx_bpmissions",
- "challenge_bundle_id": "QS10-QuestBundle_S10_SeasonX",
- "objectives": {
- "athena_s10_seasonx_bpmissions_01a": 1,
- "athena_s10_seasonx_bpmissions_01b": 1,
- "athena_s10_seasonx_bpmissions_02": 1,
- "athena_s10_seasonx_bpmissions_03": 1,
- "athena_s10_seasonx_bpmissions_04": 1,
- "athena_s10_seasonx_bpmissions_05": 1,
- "athena_s10_seasonx_bpmissions_06": 1,
- "athena_s10_seasonx_bpmissions_07": 1,
- "athena_s10_seasonx_bpmissions_08": 1,
- "athena_s10_seasonx_bpmissions_09": 1
- },
- "objectiveCompletionCount": 10,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_S10_SeasonX_PrestigeMissions": {
- "templateId": "Quest:quest_br_s10_seasonx_prestigemissions",
- "challenge_bundle_id": "QS10-QuestBundle_S10_SeasonX",
- "objectives": {
- "athena_s10_seasonx_prestigemissions_01a": 1,
- "athena_s10_seasonx_prestigemissions_01b": 1,
- "athena_s10_seasonx_prestigemissions_02": 1,
- "athena_s10_seasonx_prestigemissions_03": 1,
- "athena_s10_seasonx_prestigemissions_04": 1,
- "athena_s10_seasonx_prestigemissions_05": 1,
- "athena_s10_seasonx_prestigemissions_06": 1,
- "athena_s10_seasonx_prestigemissions_07": 1,
- "athena_s10_seasonx_prestigemissions_08": 1,
- "athena_s10_seasonx_prestigemissions_09": 1
- },
- "objectiveCompletionCount": 10,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_S10_SeasonX_Mystery": {
- "templateId": "Quest:quest_br_s10_seasonx_mystery",
- "challenge_bundle_id": "QS10-QuestBundle_S10_SeasonX",
- "objectives": {
- "athena_s10_seasonx_mystery": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_S10_Style_BlackKnightRemix_01": {
- "templateId": "Quest:quest_s10_style_blackknightremix_01",
- "challenge_bundle_id": "QS10-UnlockPreviewBundle_S10_BlackKnight",
- "objectives": {
- "s10_style_blackknightremix_01": 5
- },
- "objectiveCompletionCount": 1,
- "rewards": [
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
{
- "templateId": "CosmeticVariantToken:vtid_325_knightremix_colorc",
- "quantity": 1
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
}
],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_S10_Style_BlackKnightRemix_02": {
- "templateId": "Quest:quest_s10_style_blackknightremix_02",
- "challenge_bundle_id": "QS10-UnlockPreviewBundle_S10_BlackKnight",
- "objectives": {
- "s10_style_blackknightremix_02": 22
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AthenaItemWrap:wrap_108_knightremix",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_S10_Style_BlackKnightRemix_03": {
- "templateId": "Quest:quest_s10_style_blackknightremix_03",
- "challenge_bundle_id": "QS10-UnlockPreviewBundle_S10_BlackKnight",
- "objectives": {
- "s10_style_blackknightremix_03": 95
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AthenaGlider:glider_id_165_knightremix",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_S10_Style_BlackKnightRemix_04": {
- "templateId": "Quest:quest_s10_style_blackknightremix_04",
- "challenge_bundle_id": "QS10-UnlockPreviewBundle_S10_BlackKnight",
- "objectives": {
- "s10_style_blackknightremix_04": 100
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AthenaCharacter:cid_484_athena_commando_m_knightremix",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_S10_Style_BlackKnightRemix_05": {
- "templateId": "Quest:quest_s10_style_blackknightremix_05",
- "challenge_bundle_id": "QS10-UnlockPreviewBundle_S10_BlackKnight",
- "objectives": {
- "s10_style_blackknightremix_05": 100
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AthenaBackpack:bid_317_knightremix",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_S10_Style_BlackKnightRemix_06": {
- "templateId": "Quest:quest_s10_style_blackknightremix_06",
- "challenge_bundle_id": "QS10-UnlockPreviewBundle_S10_BlackKnight",
- "objectives": {
- "s10_style_blackknightremix_06": 65
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "CosmeticVariantToken:vtid_323_knightremix_stageb",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_S10_Style_BlackKnightRemix_07": {
- "templateId": "Quest:quest_s10_style_blackknightremix_07",
- "challenge_bundle_id": "QS10-UnlockPreviewBundle_S10_BlackKnight",
- "objectives": {
- "s10_style_blackknightremix_07": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AthenaPickaxe:pickaxe_id_241_knightremix",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_S10_Style_BlackKnightRemix_08": {
- "templateId": "Quest:quest_s10_style_blackknightremix_08",
- "challenge_bundle_id": "QS10-UnlockPreviewBundle_S10_BlackKnight",
- "objectives": {
- "s10_style_blackknightremix_08": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "CosmeticVariantToken:vtid_324_knightremix_colorb",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_S10_Style_DJRemix_01": {
- "templateId": "Quest:quest_s10_style_djremix_01",
- "challenge_bundle_id": "QS10-UnlockPreviewBundle_S10_DJYonger",
- "objectives": {
- "s10_style_djremix_01": 35
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AthenaItemWrap:wrap_106_djremix",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_S10_Style_DJRemix_02": {
- "templateId": "Quest:quest_s10_style_djremix_02",
- "challenge_bundle_id": "QS10-UnlockPreviewBundle_S10_DJYonger",
- "objectives": {
- "s10_style_djremix_02": 39
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AthenaGlider:glider_id_163_djremix",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_S10_Style_DJRemix_03": {
- "templateId": "Quest:quest_s10_style_djremix_03",
- "challenge_bundle_id": "QS10-UnlockPreviewBundle_S10_DJYonger",
- "objectives": {
- "s10_style_djremix_03": 43
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AthenaSkyDiveContrail:trails_id_065_djremix",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_S10_Style_DJRemix_04": {
- "templateId": "Quest:quest_s10_style_djremix_04",
- "challenge_bundle_id": "QS10-UnlockPreviewBundle_S10_DJYonger",
- "objectives": {
- "s10_style_djremix_04": 47
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AthenaCharacter:cid_487_athena_commando_m_djremix",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_S10_Style_DJRemix_05": {
- "templateId": "Quest:quest_s10_style_djremix_05",
- "challenge_bundle_id": "QS10-UnlockPreviewBundle_S10_DJYonger",
- "objectives": {
- "s10_style_djremix_05": 54
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "CosmeticVariantToken:vtid_288_djremix_headgearb",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_S10_Style_DJRemix_06": {
- "templateId": "Quest:quest_s10_style_djremix_06",
- "challenge_bundle_id": "QS10-UnlockPreviewBundle_S10_DJYonger",
- "objectives": {
- "s10_style_djremix_06": 99
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "CosmeticVariantToken:vtid_289_djremix_headgearc",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_S10_Style_DJRemix_07": {
- "templateId": "Quest:quest_s10_style_djremix_07",
- "challenge_bundle_id": "QS10-UnlockPreviewBundle_S10_DJYonger",
- "objectives": {
- "s10_style_djremix_07": 40
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "CosmeticVariantToken:vtid_314_djremix_stageb",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_S10_Style_DJRemix_08": {
- "templateId": "Quest:quest_s10_style_djremix_08",
- "challenge_bundle_id": "QS10-UnlockPreviewBundle_S10_DJYonger",
- "objectives": {
- "s10_style_djremix_08": 40
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "CosmeticVariantToken:vtid_315_djremix_colorb",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_S10_Style_DJRemix_09": {
- "templateId": "Quest:quest_s10_style_djremix_09",
- "challenge_bundle_id": "QS10-UnlockPreviewBundle_S10_DJYonger",
- "objectives": {
- "s10_style_djremix_09": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AthenaPickaxe:pickaxe_id_243_djremix",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_S10_Style_DJRemix_10": {
- "templateId": "Quest:quest_s10_style_djremix_10",
- "challenge_bundle_id": "QS10-UnlockPreviewBundle_S10_DJYonger",
- "objectives": {
- "s10_style_djremix_10": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "CosmeticVariantToken:vtid_316_djremix_colorc",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_S10_Style_StreetRacerDrift_01": {
- "templateId": "Quest:quest_s10_style_streetracerdrift_01",
- "challenge_bundle_id": "QS10-UnlockPreviewBundle_S10_Drift",
- "objectives": {
- "s10_style_streetracerdrift_01": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AthenaCharacter:cid_486_athena_commando_f_streetracerdrift",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_S10_Style_StreetRacerDrift_02": {
- "templateId": "Quest:quest_s10_style_streetracerdrift_02",
- "challenge_bundle_id": "QS10-UnlockPreviewBundle_S10_Drift",
- "objectives": {
- "s10_style_streetracerdrift_02": 21
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AthenaSkyDiveContrail:trails_id_074_driftlightning",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_S10_Style_StreetRacerDrift_03": {
- "templateId": "Quest:quest_s10_style_streetracerdrift_03",
- "challenge_bundle_id": "QS10-UnlockPreviewBundle_S10_Drift",
- "objectives": {
- "s10_style_streetracerdrift_03": 97
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "AthenaItemWrap:wrap_110_streetracerdriftremix",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_S10_Style_StreetRacerDrift_04": {
- "templateId": "Quest:quest_s10_style_streetracerdrift_04",
- "challenge_bundle_id": "QS10-UnlockPreviewBundle_S10_Drift",
- "objectives": {
- "s10_style_streetracerdrift_04": 10
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "CosmeticVariantToken:vtid_309_streetracerdriftremix_stageb",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_S10_Style_StreetRacerDrift_05": {
- "templateId": "Quest:quest_s10_style_streetracerdrift_05",
- "challenge_bundle_id": "QS10-UnlockPreviewBundle_S10_Drift",
- "objectives": {
- "s10_style_streetracerdrift_05": 30
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "CosmeticVariantToken:vtid_310_streetracerdriftremix_stagec",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_S10_Style_StreetRacerDrift_06": {
- "templateId": "Quest:quest_s10_style_streetracerdrift_06",
- "challenge_bundle_id": "QS10-UnlockPreviewBundle_S10_Drift",
- "objectives": {
- "s10_style_streetracerdrift_06": 55
- },
- "objectiveCompletionCount": 1,
- "rewards": [
- {
- "templateId": "CosmeticVariantToken:vtid_311_streetracerdriftremix_staged",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_S10_Style_StreetRacerDrift_07": {
- "templateId": "Quest:quest_s10_style_streetracerdrift_07",
- "challenge_bundle_id": "QS10-UnlockPreviewBundle_S10_Drift",
- "objectives": {
- "s10_style_streetracerdrift_07": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
+ "7": [
{
"templateId": "AthenaBackpack:bid_319_streetracerdriftremix",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_S10_Style_StreetRacerDrift_08": {
- "templateId": "Quest:quest_s10_style_streetracerdrift_08",
- "challenge_bundle_id": "QS10-UnlockPreviewBundle_S10_Drift",
- "objectives": {
- "s10_style_streetracerdrift_08": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
+ "quantity": 1,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
{
- "templateId": "CosmeticVariantToken:vtid_312_streetracerdriftremix_colorb",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_S10_Style_StreetRacerDrift_09": {
- "templateId": "Quest:quest_s10_style_streetracerdrift_09",
- "challenge_bundle_id": "QS10-UnlockPreviewBundle_S10_Drift",
- "objectives": {
- "s10_style_streetracerdrift_09": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ },
{
- "templateId": "AthenaGlider:glider_id_168_streetracerdriftremix",
- "quantity": 1
+ "templateId": "Token:athena_s10_mission_week1a",
+ "quantity": 1,
+ "giftBoxToUse": {}
}
],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_S10_Style_StreetRacerDrift_10": {
- "templateId": "Quest:quest_s10_style_streetracerdrift_10",
- "challenge_bundle_id": "QS10-UnlockPreviewBundle_S10_Drift",
- "objectives": {
- "s10_style_streetracerdrift_10": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
+ "8": [
{
- "templateId": "CosmeticVariantToken:vtid_313_streetracerdriftremix_colorc",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_S10_Style_RustRemix_01": {
- "templateId": "Quest:quest_s10_style_rustremix_01",
- "challenge_bundle_id": "QS10-UnlockPreviewBundle_S10_RustLord",
- "objectives": {
- "s10_style_rustremix_01": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 1000,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
{
- "templateId": "AthenaCharacter:cid_488_athena_commando_m_rustremix",
- "quantity": 1
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
}
],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_S10_Style_RustRemix_02": {
- "templateId": "Quest:quest_s10_style_rustremix_02",
- "challenge_bundle_id": "QS10-UnlockPreviewBundle_S10_RustLord",
- "objectives": {
- "s10_style_rustremix_02": 7
- },
- "objectiveCompletionCount": 1,
- "rewards": [
+ "9": [
{
- "templateId": "AthenaGlider:glider_id_166_rustlordremix",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_S10_Style_RustRemix_03": {
- "templateId": "Quest:quest_s10_style_rustremix_03",
- "challenge_bundle_id": "QS10-UnlockPreviewBundle_S10_RustLord",
- "objectives": {
- "s10_style_rustremix_03": 38
- },
- "objectiveCompletionCount": 1,
- "rewards": [
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 1000,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
{
- "templateId": "AthenaBackpack:bid_320_rustlordremix",
- "quantity": 1
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
}
],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_S10_Style_RustRemix_04": {
- "templateId": "Quest:quest_s10_style_rustremix_04",
- "challenge_bundle_id": "QS10-UnlockPreviewBundle_S10_RustLord",
- "objectives": {
- "s10_style_rustremix_04": 84
- },
- "objectiveCompletionCount": 1,
- "rewards": [
+ "10": [
{
- "templateId": "AthenaItemWrap:wrap_109_rustremix",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_S10_Style_RustRemix_05": {
- "templateId": "Quest:quest_s10_style_rustremix_05",
- "challenge_bundle_id": "QS10-UnlockPreviewBundle_S10_RustLord",
- "objectives": {
- "s10_style_rustremix_05": 15
- },
- "objectiveCompletionCount": 1,
- "rewards": [
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 1000,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
{
- "templateId": "CosmeticVariantToken:vtid_296_rustremix_colorc",
- "quantity": 1
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
}
],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_S10_Style_RustRemix_06": {
- "templateId": "Quest:quest_s10_style_rustremix_06",
- "challenge_bundle_id": "QS10-UnlockPreviewBundle_S10_RustLord",
- "objectives": {
- "s10_style_rustremix_06": 35
- },
- "objectiveCompletionCount": 1,
- "rewards": [
+ "11": [
{
- "templateId": "CosmeticVariantToken:vtid_294_rustremix_stageb",
- "quantity": 1
+ "templateId": "AthenaDance:spid_143_drift",
+ "quantity": 1,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
}
],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_S10_Style_RustRemix_07": {
- "templateId": "Quest:quest_s10_style_rustremix_07",
- "challenge_bundle_id": "QS10-UnlockPreviewBundle_S10_RustLord",
- "objectives": {
- "s10_style_rustremix_07": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
+ "12": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 1000,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "13": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 1000,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "14": [
+ {
+ "templateId": "Token:vtid_312_streetracerdriftremix_colorb",
+ "quantity": 1,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ },
+ {
+ "templateId": "Token:athena_s10_prestige_week1a",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ]
+ }
+ },
+ "QS10-MissionBundle_S10_01B": {
+ "templateId": "ChallengeBundle:missionbundle_s10_01b",
+ "challenge_bundle_schedule_id": "QS10-Season10_Mission_Schedule",
+ "grantedquestinstanceids": [
+ "QS10-Quest_BR_PlayMatches_MinimumOneElim_TeamRumble",
+ "QS10-Quest_BR_WinMatches_TeamRumble",
+ "QS10-Quest_BR_Assist_Teammates_TeamRumble",
+ "QS10-Quest_BR_Build_Structures_TeamRumble_RustLord",
+ "QS10-Quest_BR_Damage_Opponents_SingleMatch_TeamRumble",
+ "QS10-Quest_BR_Eliminate_5m_TeamRumble",
+ "QS10-Quest_BR_Search_SupplyDrops_TeamRumble",
+ "QS10-Quest_BR_Eliminations_TeamRumble_SingleMatch",
+ "QS10-Quest_BR_Eliminate_100m_TeamRumble",
+ "QS10-Quest_BR_Assist_Teammates_SingleMatch_TeamRumble",
+ "QS10-Quest_BR_Damage_UniqueOpponents_TeamRumble",
+ "QS10-Quest_BR_Interact_Chests_TeamRumble_RustLord",
+ "QS10-Quest_BR_Damage_Headshot_TeamRumble",
+ "QS10-Quest_BR_Search_SupplyDrops_SingleMatch_TeamRumble"
+ ],
+ "completionRewards": {
+ "1": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "2": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "3": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "4": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 5000,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "5": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "6": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "7": [
{
"templateId": "AthenaPickaxe:pickaxe_id_244_rustremix1h",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_S10_Style_RustRemix_08": {
- "templateId": "Quest:quest_s10_style_rustremix_08",
- "challenge_bundle_id": "QS10-UnlockPreviewBundle_S10_RustLord",
- "objectives": {
- "s10_style_rustremix_08": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
+ "quantity": 1,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
{
- "templateId": "CosmeticVariantToken:vtid_295_rustremix_colorb",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_S10_Style_RustRemix_09": {
- "templateId": "Quest:quest_s10_style_rustremix_09",
- "challenge_bundle_id": "QS10-UnlockPreviewBundle_S10_RustLord",
- "objectives": {
- "s10_style_rustremix_09": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ },
{
- "templateId": "AthenaBackpack:bid_321_rustlordremixscavenger",
- "quantity": 1
+ "templateId": "Token:athena_s10_mission_week1b",
+ "quantity": 1,
+ "giftBoxToUse": {}
}
],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_S10_Style_RustRemix_10": {
- "templateId": "Quest:quest_s10_style_rustremix_10",
- "challenge_bundle_id": "QS10-UnlockPreviewBundle_S10_RustLord",
- "objectives": {
- "s10_style_rustremix_10": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
+ "8": [
{
- "templateId": "CosmeticVariantToken:vtid_297_rustremix_colord",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_S10_Style_SparkleRemix_01": {
- "templateId": "Quest:quest_s10_style_sparkleremix_01",
- "challenge_bundle_id": "QS10-UnlockPreviewBundle_S10_Sparkle",
- "objectives": {
- "s10_style_sparkleremix_01": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 1000,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
{
- "templateId": "CosmeticVariantToken:vtid_318_sparkleremix_colord",
- "quantity": 1
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
}
],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_S10_Style_SparkleRemix_02": {
- "templateId": "Quest:quest_s10_style_sparkleremix_02",
- "challenge_bundle_id": "QS10-UnlockPreviewBundle_S10_Sparkle",
- "objectives": {
- "s10_style_sparkleremix_02": 55
- },
- "objectiveCompletionCount": 1,
- "rewards": [
+ "9": [
{
- "templateId": "AthenaPickaxe:pickaxe_id_242_sparkleremix",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_S10_Style_SparkleRemix_03": {
- "templateId": "Quest:quest_s10_style_sparkleremix_03",
- "challenge_bundle_id": "QS10-UnlockPreviewBundle_S10_Sparkle",
- "objectives": {
- "s10_style_sparkleremix_03": 70
- },
- "objectiveCompletionCount": 1,
- "rewards": [
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 1000,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
{
- "templateId": "AthenaCharacter:cid_485_athena_commando_f_sparkleremix",
- "quantity": 1
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
}
],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_S10_Style_SparkleRemix_04": {
- "templateId": "Quest:quest_s10_style_sparkleremix_04",
- "challenge_bundle_id": "QS10-UnlockPreviewBundle_S10_Sparkle",
- "objectives": {
- "s10_style_sparkleremix_04": 71
- },
- "objectiveCompletionCount": 1,
- "rewards": [
+ "10": [
{
- "templateId": "AthenaBackpack:bid_318_sparkleremix",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_S10_Style_SparkleRemix_05": {
- "templateId": "Quest:quest_s10_style_sparkleremix_05",
- "challenge_bundle_id": "QS10-UnlockPreviewBundle_S10_Sparkle",
- "objectives": {
- "s10_style_sparkleremix_05": 75
- },
- "objectiveCompletionCount": 1,
- "rewards": [
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 1000,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
{
- "templateId": "CosmeticVariantToken:vtid_290_sparkleremix_hairstyleb",
- "quantity": 1
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
}
],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_S10_Style_SparkleRemix_06": {
- "templateId": "Quest:quest_s10_style_sparkleremix_06",
- "challenge_bundle_id": "QS10-UnlockPreviewBundle_S10_Sparkle",
- "objectives": {
- "s10_style_sparkleremix_06": 50
- },
- "objectiveCompletionCount": 1,
- "rewards": [
+ "11": [
{
- "templateId": "CosmeticVariantToken:vtid_317_sparkleremix_colorb",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_S10_Style_SparkleRemix_07": {
- "templateId": "Quest:quest_s10_style_sparkleremix_07",
- "challenge_bundle_id": "QS10-UnlockPreviewBundle_S10_Sparkle",
- "objectives": {
- "s10_style_sparkleremix_07": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
+ "templateId": "AthenaDance:emoji_rustlord",
+ "quantity": 1,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
{
- "templateId": "AthenaGlider:glider_id_167_sparkleremix",
- "quantity": 1
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
}
],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_S10_Style_SparkleRemix_08": {
- "templateId": "Quest:quest_s10_style_sparkleremix_08",
- "challenge_bundle_id": "QS10-UnlockPreviewBundle_S10_Sparkle",
- "objectives": {
- "s10_style_sparkleremix_08": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
+ "12": [
{
- "templateId": "CosmeticVariantToken:vtid_317_sparkleremix_colorc",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_S10_Style_GraffitiRemix_01": {
- "templateId": "Quest:quest_s10_style_graffitiremix_01",
- "challenge_bundle_id": "QS10-UnlockPreviewBundle_S10_Teknique",
- "objectives": {
- "s10_style_graffitiremix_01": 23
- },
- "objectiveCompletionCount": 1,
- "rewards": [
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 1000,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
{
- "templateId": "AthenaCharacter:cid_483_athena_commando_f_graffitiremix",
- "quantity": 1
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
}
],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_S10_Style_GraffitiRemix_02": {
- "templateId": "Quest:quest_s10_style_graffitiremix_02",
- "challenge_bundle_id": "QS10-UnlockPreviewBundle_S10_Teknique",
- "objectives": {
- "s10_style_graffitiremix_02": 30
- },
- "objectiveCompletionCount": 1,
- "rewards": [
+ "13": [
{
- "templateId": "AthenaGlider:glider_id_164_graffitiremix",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_S10_Style_GraffitiRemix_03": {
- "templateId": "Quest:quest_s10_style_graffitiremix_03",
- "challenge_bundle_id": "QS10-UnlockPreviewBundle_S10_Teknique",
- "objectives": {
- "s10_style_graffitiremix_03": 20
- },
- "objectiveCompletionCount": 1,
- "rewards": [
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 1000,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
{
- "templateId": "CosmeticVariantToken:vtid_304_graffitiremix_stageb",
- "quantity": 1
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
}
],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_S10_Style_GraffitiRemix_04": {
- "templateId": "Quest:quest_s10_style_graffitiremix_04",
- "challenge_bundle_id": "QS10-UnlockPreviewBundle_S10_Teknique",
- "objectives": {
- "s10_style_graffitiremix_04": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
+ "14": [
+ {
+ "templateId": "Token:vtid_295_rustremix_colorb",
+ "quantity": 1,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:vtid_298_rustremix_backbling_colorb",
+ "quantity": 1,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:vtid_301_rustremixpickaxe_colorb",
+ "quantity": 1,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ },
+ {
+ "templateId": "Token:athena_s10_prestige_week1b",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ]
+ }
+ },
+ "QS10-MissionBundle_S10_02": {
+ "templateId": "ChallengeBundle:missionbundle_s10_02",
+ "challenge_bundle_schedule_id": "QS10-Season10_Mission_Schedule",
+ "grantedquestinstanceids": [
+ "QS10-Quest_BR_Damage_SMG",
+ "QS10-Quest_BR_Spray_Fountain_JunkyardCrane_VendingMachine",
+ "QS10-Quest_BR_Spray_GasStations_Different",
+ "QS10-Quest_BR_Interact_Spraycans",
+ "QS10-Quest_BR_Damage_Structure_Minigun",
+ "QS10-Quest_BR_Eliminate_15m_SMG",
+ "QS10-Quest_BR_Interact_Chests_Location_TiltedTowers",
+ "QS10-Quest_BR_Eliminate_Weapon_SMG_SingleMatch",
+ "QS10-Quest_BR_Interact_Chests_WindowedContainers",
+ "QS10-Quest_BR_SprayVehicles_DifferentLocation",
+ "QS10-Quest_BR_Visit_GraffitiBillboards",
+ "QS10-Quest_BR_Damage_Minigun_Prestige",
+ "QS10-Quest_BR_Eliminate_5m_SMG",
+ "QS10-Quest_BR_Eliminate_Location_TiltedTowers_Graffitiremix"
+ ],
+ "completionRewards": {
+ "1": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "2": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "3": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "4": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 5000,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "5": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "6": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "7": [
{
"templateId": "AthenaBackpack:bid_316_graffitiremix",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_S10_Style_GraffitiRemix_05": {
- "templateId": "Quest:quest_s10_style_graffitiremix_05",
- "challenge_bundle_id": "QS10-UnlockPreviewBundle_S10_Teknique",
- "objectives": {
- "s10_style_graffitiremix_05": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
+ "quantity": 1,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
{
- "templateId": "CosmeticVariantToken:vtid_305_graffitiremix_colorb",
- "quantity": 1
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ },
+ {
+ "templateId": "Token:athena_s10_mission_week2",
+ "quantity": 1,
+ "giftBoxToUse": {}
}
],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_S10_Style_GraffitiRemix_06": {
- "templateId": "Quest:quest_s10_style_graffitiremix_06",
- "challenge_bundle_id": "QS10-UnlockPreviewBundle_S10_Teknique",
- "objectives": {
- "s10_style_graffitiremix_06": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
+ "8": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 1000,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "9": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 1000,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "10": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 1000,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "11": [
+ {
+ "templateId": "AthenaDance:emoji_teknique",
+ "quantity": 1,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "12": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 1000,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "13": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 1000,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "14": [
+ {
+ "templateId": "Token:vtid_305_graffitiremix_colorb",
+ "quantity": 1,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:vtid_307_graffitiremix_backbling_colorb",
+ "quantity": 1,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ },
+ {
+ "templateId": "Token:athena_s10_prestige_week2",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ]
+ }
+ },
+ "QS10-MissionBundle_S10_03": {
+ "templateId": "ChallengeBundle:missionbundle_s10_03",
+ "challenge_bundle_schedule_id": "QS10-Season10_Mission_Schedule",
+ "grantedquestinstanceids": [
+ "QS10-Quest_BR_S10_WorldsCollide_001",
+ "QS10-Quest_BR_S10_WorldsCollide_002",
+ "QS10-Quest_BR_S10_WorldsCollide_003",
+ "QS10-Quest_BR_S10_WorldsCollide_004",
+ "QS10-Quest_BR_S10_WorldsCollide_005",
+ "QS10-Quest_BR_S10_WorldsCollide_006",
+ "QS10-Quest_BR_S10_WorldsCollide_007",
+ "QS10-Quest_BR_S10_WorldsCollide_008",
+ "QS10-Quest_BR_S10_WorldsCollide_009",
+ "QS10-Quest_BR_S10_WorldsCollide_010",
+ "QS10-Quest_BR_S10_WorldsCollide_011",
+ "QS10-Quest_BR_S10_WorldsCollide_012",
+ "QS10-Quest_BR_S10_WorldsCollide_013",
+ "QS10-Quest_BR_S10_WorldsCollide_014"
+ ],
+ "completionRewards": {
+ "1": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "2": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "3": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "4": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 5000,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "5": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "6": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "7": [
+ {
+ "templateId": "AthenaGlider:glider_id_168_streetracerdriftremix",
+ "quantity": 1,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "8": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 1000,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "9": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 1000,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "10": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 1000,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "11": [
+ {
+ "templateId": "AthenaDance:spid_152_driftremix",
+ "quantity": 1,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "12": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 1000,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "13": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 1000,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "14": [
+ {
+ "templateId": "Token:vtid_313_streetracerdriftremix_colorc",
+ "quantity": 1,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ]
+ }
+ },
+ "QS10-MissionBundle_S10_04": {
+ "templateId": "ChallengeBundle:missionbundle_s10_04",
+ "challenge_bundle_schedule_id": "QS10-Season10_Mission_Schedule",
+ "grantedquestinstanceids": [
+ "QS10-Quest_BR_Search_AfterLanding",
+ "QS10-Quest_BR_Land_HotSpot",
+ "QS10-Quest_BR_Damage_AfterLaunchpad",
+ "QS10-Quest_BR_Search_WithinTimer_01",
+ "QS10-Quest_BR_Loot_Legendary",
+ "QS10-Quest_BR_Search_SupplyDrop_AfterLanding",
+ "QS10-Quest_BR_DamageOpponents_HotSpot",
+ "QS10-Quest_BR_Search_ChestAmmo_AfterJumping",
+ "QS10-Quest_BR_Destroy_SuperDingo_AfterJumping",
+ "QS10-Quest_BR_Eliminate_AfterLaunchpad",
+ "QS10-Quest_BR_Search_WithinTimer_02",
+ "QS10-Quest_BR_Collect_Legendary",
+ "QS10-Quest_BR_Harvest_AfterJumping",
+ "QS10-Quest_BR_Eliminate_HotSpot"
+ ],
+ "completionRewards": {
+ "1": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "2": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "3": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "4": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 5000,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "5": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "6": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "7": [
+ {
+ "templateId": "AthenaBackpack:bid_321_rustlordremixscavenger",
+ "quantity": 1,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "8": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 1000,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "9": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 1000,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "10": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 1000,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "11": [
+ {
+ "templateId": "AthenaDance:spid_137_rustlord",
+ "quantity": 1,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "12": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 1000,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "13": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 1000,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "14": [
+ {
+ "templateId": "Token:vtid_297_rustremix_colord",
+ "quantity": 1,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:vtid_300_rustremix_backbling_colord",
+ "quantity": 1,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:vtid_303_rustremixpickaxe_colord",
+ "quantity": 1,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ]
+ }
+ },
+ "QS10-MissionBundle_S10_05": {
+ "templateId": "ChallengeBundle:missionbundle_s10_05",
+ "challenge_bundle_schedule_id": "QS10-Season10_Mission_Schedule",
+ "grantedquestinstanceids": [
+ "QS10-Quest_S10_W05_Q01",
+ "QS10-Quest_S10_W05_Q02",
+ "QS10-Quest_S10_W05_Q03",
+ "QS10-Quest_S10_W05_Q04",
+ "QS10-Quest_S10_W05_Q05",
+ "QS10-Quest_S10_W05_Q06",
+ "QS10-Quest_S10_W05_Q07",
+ "QS10-Quest_S10_W05_Q08",
+ "QS10-Quest_S10_W05_Q09",
+ "QS10-Quest_S10_W05_Q10",
+ "QS10-Quest_S10_W05_Q11",
+ "QS10-Quest_S10_W05_Q12",
+ "QS10-Quest_S10_W05_Q13",
+ "QS10-Quest_S10_W05_Q14"
+ ],
+ "completionRewards": {
+ "1": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "2": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "3": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "4": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 5000,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "5": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "6": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "7": [
{
"templateId": "AthenaPickaxe:pickaxe_id_240_graffitiremix1h",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_S10_Style_GraffitiRemix_07": {
- "templateId": "Quest:quest_s10_style_graffitiremix_07",
- "challenge_bundle_id": "QS10-UnlockPreviewBundle_S10_Teknique",
- "objectives": {
- "s10_style_graffitiremix_07": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
+ "quantity": 1,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
{
- "templateId": "CosmeticVariantToken:vtid_306_graffitiremix_colorc",
- "quantity": 1
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
}
],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_S10_Style_VoyagerRemix_01": {
- "templateId": "Quest:quest_s10_style_voyagerremix_01",
- "challenge_bundle_id": "QS10-UnlockPreviewBundle_S10_Voyager",
- "objectives": {
- "s10_style_voyagerremix_01": 15
- },
- "objectiveCompletionCount": 1,
- "rewards": [
+ "8": [
{
- "templateId": "AthenaPickaxe:pickaxe_id_245_voyagerremix1h",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_S10_Style_VoyagerRemix_02": {
- "templateId": "Quest:quest_s10_style_voyagerremix_02",
- "challenge_bundle_id": "QS10-UnlockPreviewBundle_S10_Voyager",
- "objectives": {
- "s10_style_voyagerremix_02": 77
- },
- "objectiveCompletionCount": 1,
- "rewards": [
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 1000,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
{
- "templateId": "AthenaGlider:glider_id_169_voyagerremix",
- "quantity": 1
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
}
],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_S10_Style_VoyagerRemix_03": {
- "templateId": "Quest:quest_s10_style_voyagerremix_03",
- "challenge_bundle_id": "QS10-UnlockPreviewBundle_S10_Voyager",
- "objectives": {
- "s10_style_voyagerremix_03": 87
- },
- "objectiveCompletionCount": 1,
- "rewards": [
+ "9": [
{
- "templateId": "AthenaCharacter:cid_489_athena_commando_m_voyagerremix",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_S10_Style_VoyagerRemix_04": {
- "templateId": "Quest:quest_s10_style_voyagerremix_04",
- "challenge_bundle_id": "QS10-UnlockPreviewBundle_S10_Voyager",
- "objectives": {
- "s10_style_voyagerremix_04": 93
- },
- "objectiveCompletionCount": 1,
- "rewards": [
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 1000,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
{
- "templateId": "CosmeticVariantToken:vtid_291_voyagerremix_stageb",
- "quantity": 1
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
}
],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_S10_Style_VoyagerRemix_05": {
- "templateId": "Quest:quest_s10_style_voyagerremix_05",
- "challenge_bundle_id": "QS10-UnlockPreviewBundle_S10_Voyager",
- "objectives": {
- "s10_style_voyagerremix_05": 60
- },
- "objectiveCompletionCount": 1,
- "rewards": [
+ "10": [
{
- "templateId": "CosmeticVariantToken:vtid_292_voyagerremix_stagec",
- "quantity": 1
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 1000,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
}
],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_S10_Style_VoyagerRemix_06": {
- "templateId": "Quest:quest_s10_style_voyagerremix_06",
- "challenge_bundle_id": "QS10-UnlockPreviewBundle_S10_Voyager",
- "objectives": {
- "s10_style_voyagerremix_06": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
+ "11": [
+ {
+ "templateId": "AthenaDance:spid_131_teknique",
+ "quantity": 1,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "12": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 1000,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "13": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 1000,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "14": [
+ {
+ "templateId": "Token:vtid_306_graffitiremix_colorc",
+ "quantity": 1,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:vtid_308_graffitiremix_backbling_colorc",
+ "quantity": 1,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ]
+ }
+ },
+ "QS10-MissionBundle_S10_06": {
+ "templateId": "ChallengeBundle:missionbundle_s10_06",
+ "challenge_bundle_schedule_id": "QS10-Season10_Mission_Schedule",
+ "grantedquestinstanceids": [
+ "QS10-Quest_S10_W006_Q01",
+ "QS10-Quest_S10_W006_Q02",
+ "QS10-Quest_S10_W006_Q05",
+ "QS10-Quest_S10_W006_Q03",
+ "QS10-Quest_S10_W006_Q06",
+ "QS10-Quest_S10_W006_Q12",
+ "QS10-Quest_S10_W006_Q07",
+ "QS10-Quest_S10_W006_Q08",
+ "QS10-Quest_S10_W006_Q09",
+ "QS10-Quest_S10_W006_Q10",
+ "QS10-Quest_S10_W006_Q11",
+ "QS10-Quest_S10_W006_Q13",
+ "QS10-Quest_S10_W006_Q14",
+ "QS10-Quest_S10_W006_Q04"
+ ],
+ "completionRewards": {
+ "1": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "2": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "3": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "4": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 5000,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "5": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "6": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "7": [
+ {
+ "templateId": "AthenaPickaxe:pickaxe_id_243_djremix",
+ "quantity": 1,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "8": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 1000,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "9": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 1000,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "10": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 1000,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "11": [
+ {
+ "templateId": "AthenaDance:emoji_djyonder",
+ "quantity": 1,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "12": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 1000,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "13": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 1000,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "14": [
+ {
+ "templateId": "Token:vtid_316_djremix_colorc",
+ "quantity": 1,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ]
+ }
+ },
+ "QS10-MissionBundle_S10_07": {
+ "templateId": "ChallengeBundle:missionbundle_s10_07",
+ "challenge_bundle_schedule_id": "QS10-Season10_Mission_Schedule",
+ "grantedquestinstanceids": [
+ "QS10-quest_s10_w07_q01",
+ "QS10-quest_s10_w07_q02",
+ "QS10-quest_s10_w07_q03",
+ "QS10-quest_s10_w07_q04",
+ "QS10-quest_s10_w07_q05",
+ "QS10-quest_s10_w07_q06",
+ "QS10-quest_s10_w07_q07",
+ "QS10-quest_s10_w07_q08",
+ "QS10-quest_s10_w07_q09",
+ "QS10-quest_s10_w07_q10",
+ "QS10-quest_s10_w07_q11",
+ "QS10-quest_s10_w07_q12",
+ "QS10-quest_s10_w07_q13",
+ "QS10-quest_s10_w07_q14"
+ ],
+ "completionRewards": {
+ "1": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "2": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "3": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "4": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 5000,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "5": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "6": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "7": [
+ {
+ "templateId": "AthenaGlider:glider_id_167_sparkleremix",
+ "quantity": 1,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "8": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 1000,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "9": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 1000,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "10": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 1000,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "11": [
+ {
+ "templateId": "AthenaDance:emoji_sparklespecialist",
+ "quantity": 1,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "12": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 1000,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "13": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 1000,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "14": [
+ {
+ "templateId": "Token:vtid_317_sparkleremix_colorc",
+ "quantity": 1,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ]
+ }
+ },
+ "QS10-MissionBundle_S10_08": {
+ "templateId": "ChallengeBundle:missionbundle_s10_08",
+ "challenge_bundle_schedule_id": "QS10-Season10_Mission_Schedule",
+ "grantedquestinstanceids": [
+ "QS10-Quest_S10_W008_Q08",
+ "QS10-Quest_S10_W008_Q02",
+ "QS10-Quest_S10_W008_Q10",
+ "QS10-Quest_S10_W008_Q04",
+ "QS10-Quest_S10_W008_Q05",
+ "QS10-Quest_S10_W008_Q13",
+ "QS10-Quest_S10_W008_Q07",
+ "QS10-Quest_S10_W008_Q01",
+ "QS10-Quest_S10_W008_Q09",
+ "QS10-Quest_S10_W008_Q03",
+ "QS10-Quest_S10_W008_Q11",
+ "QS10-Quest_S10_W008_Q12",
+ "QS10-Quest_S10_W008_Q06",
+ "QS10-Quest_S10_W008_Q14"
+ ],
+ "completionRewards": {
+ "1": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "2": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "3": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "4": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 5000,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "5": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "6": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "7": [
{
"templateId": "AthenaBackpack:bid_322_voyagerremix",
- "quantity": 1
- }
- ],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_S10_Style_VoyagerRemix_07": {
- "templateId": "Quest:quest_s10_style_voyagerremix_07",
- "challenge_bundle_id": "QS10-UnlockPreviewBundle_S10_Voyager",
- "objectives": {
- "s10_style_voyagerremix_07": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [
+ "quantity": 1,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
{
- "templateId": "CosmeticVariantToken:vtid_319_voyagerremix_colorb",
- "quantity": 1
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
}
],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_Daily_PlayFriend_Matches": {
- "templateId": "Quest:quest_br_daily_playfriend_matches",
- "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week01",
- "objectives": {
- "quest_br_daily_playfriend_matches": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_Daily_Eliminations_Close": {
- "templateId": "Quest:quest_br_daily_eliminations_close",
- "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week01",
- "objectives": {
- "quest_br_daily_eliminations_close": 2
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_Daily_UseVehicle_Mech": {
- "templateId": "Quest:quest_br_daily_usevehicle_mech",
- "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week01",
- "objectives": {
- "quest_br_daily_usevehicle_mech": 5
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_Daily_Items_GainShield": {
- "templateId": "Quest:quest_br_daily_items_gainshield",
- "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week01",
- "objectives": {
- "quest_br_daily_items_gainshield": 500
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_Daily_Damage_Below": {
- "templateId": "Quest:quest_br_daily_damage_below",
- "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week01",
- "objectives": {
- "quest_br_daily_damage_below": 500
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_Daily_Search_Chests_Dusty_Pleasant": {
- "templateId": "Quest:quest_br_daily_search_chests_dusty_pleasant",
- "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week01",
- "objectives": {
- "quest_br_daily_search_chests_dusty_pleasant": 7
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_Daily_Visit_SingleMatch_Snobby_Shifty": {
- "templateId": "Quest:quest_br_daily_visit_singlematch_snobby_shifty",
- "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week01",
- "objectives": {
- "quest_br_daily_visit_singlematch_snobby_shifty_00": 1,
- "quest_br_daily_visit_singlematch_snobby_shifty_01": 1
- },
- "objectiveCompletionCount": 2,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_Daily_Placement_SoloOrDuo_Top10": {
- "templateId": "Quest:quest_br_daily_placement_soloorduo_top10",
- "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week02",
- "objectives": {
- "quest_br_daily_placement_soloorduo_top10": 2
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_Daily_Eliminations_Pistol": {
- "templateId": "Quest:quest_br_daily_eliminations_pistol",
- "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week02",
- "objectives": {
- "quest_br_daily_eliminations_pistol": 2
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_Daily_Search_AmmoBoxes_Tilted_Junk": {
- "templateId": "Quest:quest_br_daily_search_ammoboxes_tilted_junk",
- "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week02",
- "objectives": {
- "quest_br_daily_search_ammoboxes_tilted_junk": 7
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_Daily_Damage_SupplyDrop": {
- "templateId": "Quest:quest_br_daily_damage_supplydrop",
- "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week02",
- "objectives": {
- "quest_br_daily_damage_supplydrop": 200
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_Daily_Items_EachRarity": {
- "templateId": "Quest:quest_br_daily_items_eachrarity",
- "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week02",
- "objectives": {
- "quest_br_daily_items_eachrarity_0": 1,
- "quest_br_daily_items_eachrarity_1": 1,
- "quest_br_daily_items_eachrarity_2": 1,
- "quest_br_daily_items_eachrarity_3": 1,
- "quest_br_daily_items_eachrarity_4": 1
- },
- "objectiveCompletionCount": 5,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_Daily_LandAt_Tilted_Fatal": {
- "templateId": "Quest:quest_br_daily_landat_tilted_fatal",
- "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week02",
- "objectives": {
- "quest_br_daily_landat_tilted_fatal": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_Daily_Damage_Assault": {
- "templateId": "Quest:quest_br_daily_damage_assault",
- "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week02",
- "objectives": {
- "quest_br_daily_damage_assault": 500
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_Daily_Damage_Explosive": {
- "templateId": "Quest:quest_br_daily_damage_explosive",
- "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week03",
- "objectives": {
- "quest_br_daily_damage_explosive": 250
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_Daily_Eliminations_Shotgun": {
- "templateId": "Quest:quest_br_daily_eliminations_shotgun",
- "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week03",
- "objectives": {
- "quest_br_daily_eliminations_shotgun": 5
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_Daily_Eliminate_Zombies": {
- "templateId": "Quest:quest_br_daily_eliminate_zombies",
- "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week03",
- "objectives": {
- "quest_br_daily_eliminate_zombies": 20
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_Daily_Outlast_DuoOrSquads": {
- "templateId": "Quest:quest_br_daily_outlast_duoorsquads",
- "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week03",
- "objectives": {
- "quest_br_daily_outlast_duoorsquads": 150
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_Daily_Items_UseThrown_DifferentMatches": {
- "templateId": "Quest:quest_br_daily_items_usethrown_differentmatches",
- "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week03",
- "objectives": {
- "quest_br_daily_items_usethrown_differentmatches": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_Daily_Visit_SingleMatch_Paradise_Lucky": {
- "templateId": "Quest:quest_br_daily_visit_singlematch_paradise_lucky",
- "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week03",
- "objectives": {
- "quest_br_daily_visit_singlematch_paradise_lucky_00": 1,
- "quest_br_daily_visit_singlematch_paradise_lucky_01": 1
- },
- "objectiveCompletionCount": 2,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_Daily_Search_Chests_Salty_Frosty": {
- "templateId": "Quest:quest_br_daily_search_chests_salty_frosty",
- "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week03",
- "objectives": {
- "quest_br_daily_search_chests_salty_frosty": 7
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_Daily_Items_Consume_GlitchyForaged": {
- "templateId": "Quest:quest_br_daily_items_consume_glitchyforaged",
- "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week04",
- "objectives": {
- "quest_br_daily_items_consume_glitchyforaged": 5
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_Daily_Play_Arena": {
- "templateId": "Quest:quest_br_daily_play_arena",
- "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week04",
- "objectives": {
- "quest_br_daily_play_arena": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_Daily_Eliminations_Scoped": {
- "templateId": "Quest:quest_br_daily_eliminations_scoped",
- "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week04",
- "objectives": {
- "quest_br_daily_eliminations_scoped": 2
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_Daily_Damage_Headshot": {
- "templateId": "Quest:quest_br_daily_damage_headshot",
- "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week04",
- "objectives": {
- "quest_br_daily_damage_headshot": 500
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_Daily_Search_Chests_DifferentLocationsSingleMatch": {
- "templateId": "Quest:quest_br_daily_search_chests_differentlocationssinglematch",
- "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week04",
- "objectives": {
- "quest_br_daily_search_chests_differentlocationssinglematch_00": 1,
- "quest_br_daily_search_chests_differentlocationssinglematch_01": 1,
- "quest_br_daily_search_chests_differentlocationssinglematch_02": 1,
- "quest_br_daily_search_chests_differentlocationssinglematch_03": 1,
- "quest_br_daily_search_chests_differentlocationssinglematch_04": 1,
- "quest_br_daily_search_chests_differentlocationssinglematch_05": 1,
- "quest_br_daily_search_chests_differentlocationssinglematch_06": 1,
- "quest_br_daily_search_chests_differentlocationssinglematch_07": 1,
- "quest_br_daily_search_chests_differentlocationssinglematch_08": 1,
- "quest_br_daily_search_chests_differentlocationssinglematch_09": 1,
- "quest_br_daily_search_chests_differentlocationssinglematch_10": 1,
- "quest_br_daily_search_chests_differentlocationssinglematch_11": 1,
- "quest_br_daily_search_chests_differentlocationssinglematch_12": 1,
- "quest_br_daily_search_chests_differentlocationssinglematch_13": 1,
- "quest_br_daily_search_chests_differentlocationssinglematch_14": 1,
- "quest_br_daily_search_chests_differentlocationssinglematch_15": 1,
- "quest_br_daily_search_chests_differentlocationssinglematch_16": 1,
- "quest_br_daily_search_chests_differentlocationssinglematch_17": 1,
- "quest_br_daily_search_chests_differentlocationssinglematch_18": 1,
- "quest_br_daily_search_chests_differentlocationssinglematch_19": 1,
- "quest_br_daily_search_chests_differentlocationssinglematch_20": 1,
- "quest_br_daily_search_chests_differentlocationssinglematch_21": 1
- },
- "objectiveCompletionCount": 3,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_Daily_LandAt_Pressure_Happy": {
- "templateId": "Quest:quest_br_daily_landat_pressure_happy",
- "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week04",
- "objectives": {
- "quest_br_daily_landat_pressure_happy": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_Daily_Damage_Structures": {
- "templateId": "Quest:quest_br_daily_damage_structures",
- "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week04",
- "objectives": {
- "quest_br_daily_damage_structures": 1000
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_Daily_Damage_Pickaxe": {
- "templateId": "Quest:quest_br_daily_damage_pickaxe",
- "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week05",
- "objectives": {
- "quest_br_daily_damage_pickaxe": 100
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_Daily_Eliminations_FarAway": {
- "templateId": "Quest:quest_br_daily_eliminations_faraway",
- "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week05",
- "objectives": {
- "quest_br_daily_eliminations_faraway": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_Daily_Items_UseTrap_DifferentMatches": {
- "templateId": "Quest:quest_br_daily_items_usetrap_differentmatches",
- "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week05",
- "objectives": {
- "quest_br_daily_items_usetrap_differentmatches": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_Daily_Placement_DuoOrSquad_Top5": {
- "templateId": "Quest:quest_br_daily_placement_duoorsquad_top5",
- "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week05",
- "objectives": {
- "quest_br_daily_placement_duoorsquad_top5": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_Daily_Damage_Above": {
- "templateId": "Quest:quest_br_daily_damage_above",
- "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week05",
- "objectives": {
- "quest_br_daily_damage_above": 500
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_Daily_Visit_SingleMatch_Lonely_Lazy": {
- "templateId": "Quest:quest_br_daily_visit_singlematch_lonely_lazy",
- "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week05",
- "objectives": {
- "quest_br_daily_visit_singlematch_lonely_lazy_00": 1,
- "quest_br_daily_visit_singlematch_lonely_lazy_01": 1
- },
- "objectiveCompletionCount": 2,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_Daily_Search_Chests_Shifty_Haunted": {
- "templateId": "Quest:quest_br_daily_search_chests_shifty_haunted",
- "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week05",
- "objectives": {
- "quest_br_daily_search_chests_shifty_haunted": 7
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_Daily_Eliminations_Sniper": {
- "templateId": "Quest:quest_br_daily_eliminations_sniper",
- "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week06",
- "objectives": {
- "quest_br_daily_eliminations_sniper": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_Daily_Outlast_SoloOrDuo": {
- "templateId": "Quest:quest_br_daily_outlast_soloorduo",
- "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week06",
- "objectives": {
- "quest_br_daily_outlast_soloorduo": 150
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_Daily_Damage_Scoped": {
- "templateId": "Quest:quest_br_daily_damage_scoped",
- "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week06",
- "objectives": {
- "quest_br_daily_damage_scoped": 500
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_Daily_Search_AmmoBoxes_Fatal_Lonely": {
- "templateId": "Quest:quest_br_daily_search_ammoboxes_fatal_lonely",
- "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week06",
- "objectives": {
- "quest_br_daily_search_ammoboxes_fatal_lonely": 7
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_Daily_Items_UseDifferentThrown_SingleMatch": {
- "templateId": "Quest:quest_br_daily_items_usedifferentthrown_singlematch",
- "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week06",
- "objectives": {
- "quest_br_daily_items_usedifferentthrown_singlematch_00": 1,
- "quest_br_daily_items_usedifferentthrown_singlematch_01": 1,
- "quest_br_daily_items_usedifferentthrown_singlematch_02": 1,
- "quest_br_daily_items_usedifferentthrown_singlematch_03": 1,
- "quest_br_daily_items_usedifferentthrown_singlematch_04": 1,
- "quest_br_daily_items_usedifferentthrown_singlematch_05": 1,
- "quest_br_daily_items_usedifferentthrown_singlematch_06": 1,
- "quest_br_daily_items_usedifferentthrown_singlematch_07": 1
- },
- "objectiveCompletionCount": 2,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_Daily_LandAt_Meteor_Island": {
- "templateId": "Quest:quest_br_daily_landat_meteor_island",
- "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week06",
- "objectives": {
- "quest_br_daily_landat_meteor_island_00": 1,
- "quest_br_daily_landat_meteor_island_01": 1
- },
- "objectiveCompletionCount": 2,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_Daily_Visit_SingleMatch_Loot_Sunny": {
- "templateId": "Quest:quest_br_daily_visit_singlematch_loot_sunny",
- "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week06",
- "objectives": {
- "quest_br_daily_visit_singlematch_loot_sunny_00": 1,
- "quest_br_daily_visit_singlematch_loot_sunny_01": 1
- },
- "objectiveCompletionCount": 2,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_Daily_Eliminations_Explosive": {
- "templateId": "Quest:quest_br_daily_eliminations_explosive",
- "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week07",
- "objectives": {
- "quest_br_daily_eliminations_explosive": 1
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_Daily_Items_UseDifferentTrap": {
- "templateId": "Quest:quest_br_daily_items_usedifferenttrap",
- "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week07",
- "objectives": {
- "quest_br_daily_items_usedifferenttrap_00": 1,
- "quest_br_daily_items_usedifferenttrap_01": 1,
- "quest_br_daily_items_usedifferenttrap_02": 1,
- "quest_br_daily_items_usedifferenttrap_03": 1
- },
- "objectiveCompletionCount": 2,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_Daily_Search_ChestAmmoVending_SameMatch": {
- "templateId": "Quest:quest_br_daily_search_chestammovending_samematch",
- "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week07",
- "objectives": {
- "quest_br_daily_search_chestammovending_samematch_0": 1,
- "quest_br_daily_search_chestammovending_samematch_1": 1,
- "quest_br_daily_search_chestammovending_samematch_2": 1
- },
- "objectiveCompletionCount": 3,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_Daily_Damage_Shotgun": {
- "templateId": "Quest:quest_br_daily_damage_shotgun",
- "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week07",
- "objectives": {
- "quest_br_daily_damage_shotgun": 500
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_Daily_LandAt_Frosty_Haunted": {
- "templateId": "Quest:quest_br_daily_landat_frosty_haunted",
- "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week07",
- "objectives": {
- "quest_br_daily_landat_frosty_haunted": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_Daily_Damage_Pistol": {
- "templateId": "Quest:quest_br_daily_damage_pistol",
- "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week07",
- "objectives": {
- "quest_br_daily_damage_pistol": 200
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_Daily_Search_Chests_Greasy_Sunny": {
- "templateId": "Quest:quest_br_daily_search_chests_greasy_sunny",
- "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week07",
- "objectives": {
- "quest_br_daily_search_chests_greasy_sunny": 7
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_Daily_Damage_SingleMatch": {
- "templateId": "Quest:quest_br_daily_damage_singlematch",
- "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week08",
- "objectives": {
- "quest_br_daily_damage_singlematch": 500
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_Daily_LandAt_Salty_Junk": {
- "templateId": "Quest:quest_br_daily_landat_salty_junk",
- "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week08",
- "objectives": {
- "quest_br_daily_landat_salty_junk": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_Daily_Eliminations_Suppressed": {
- "templateId": "Quest:quest_br_daily_eliminations_suppressed",
- "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week08",
- "objectives": {
- "quest_br_daily_eliminations_suppressed": 2
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_Daily_Search_AmmoBoxes_DifferentLocationsSingleMatch": {
- "templateId": "Quest:quest_br_daily_search_ammoboxes_differentlocationssinglematch",
- "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week08",
- "objectives": {
- "quest_br_daily_search_ammoboxes_differentlocationssinglematch_00": 1,
- "quest_br_daily_search_ammoboxes_differentlocationssinglematch_01": 1,
- "quest_br_daily_search_ammoboxes_differentlocationssinglematch_02": 1,
- "quest_br_daily_search_ammoboxes_differentlocationssinglematch_03": 1,
- "quest_br_daily_search_ammoboxes_differentlocationssinglematch_04": 1,
- "quest_br_daily_search_ammoboxes_differentlocationssinglematch_05": 1,
- "quest_br_daily_search_ammoboxes_differentlocationssinglematch_06": 1,
- "quest_br_daily_search_ammoboxes_differentlocationssinglematch_07": 1,
- "quest_br_daily_search_ammoboxes_differentlocationssinglematch_08": 1,
- "quest_br_daily_search_ammoboxes_differentlocationssinglematch_09": 1,
- "quest_br_daily_search_ammoboxes_differentlocationssinglematch_10": 1,
- "quest_br_daily_search_ammoboxes_differentlocationssinglematch_11": 1,
- "quest_br_daily_search_ammoboxes_differentlocationssinglematch_12": 1,
- "quest_br_daily_search_ammoboxes_differentlocationssinglematch_13": 1,
- "quest_br_daily_search_ammoboxes_differentlocationssinglematch_14": 1,
- "quest_br_daily_search_ammoboxes_differentlocationssinglematch_15": 1,
- "quest_br_daily_search_ammoboxes_differentlocationssinglematch_16": 1,
- "quest_br_daily_search_ammoboxes_differentlocationssinglematch_17": 1,
- "quest_br_daily_search_ammoboxes_differentlocationssinglematch_18": 1,
- "quest_br_daily_search_ammoboxes_differentlocationssinglematch_19": 1,
- "quest_br_daily_search_ammoboxes_differentlocationssinglematch_20": 1,
- "quest_br_daily_search_ammoboxes_differentlocationssinglematch_21": 1,
- "quest_br_daily_search_ammoboxes_differentlocationssinglematch_22": 1
- },
- "objectiveCompletionCount": 3,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_Daily_Search_Chests_HotSpot": {
- "templateId": "Quest:quest_br_daily_search_chests_hotspot",
- "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week08",
- "objectives": {
- "quest_br_daily_search_chests_hotspot": 7
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_Daily_Visit_SingleMatch_Retail_Block": {
- "templateId": "Quest:quest_br_daily_visit_singlematch_retail_block",
- "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week08",
- "objectives": {
- "quest_br_daily_visit_singlematch_retail_block_00": 1,
- "quest_br_daily_visit_singlematch_retail_block_01": 1
- },
- "objectiveCompletionCount": 2,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_Daily_Damage_SMG": {
- "templateId": "Quest:quest_br_daily_damage_smg",
- "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week08",
- "objectives": {
- "quest_br_daily_damage_smg": 500
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_Daily_Search_SupplyDrops": {
- "templateId": "Quest:quest_br_daily_search_supplydrops",
- "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week09",
- "objectives": {
- "quest_br_daily_search_supplydrops": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_Daily_Eliminations_SMG": {
- "templateId": "Quest:quest_br_daily_eliminations_smg",
- "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week09",
- "objectives": {
- "quest_br_daily_eliminations_smg": 5
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_Daily_LandAt_Polar_Moisty": {
- "templateId": "Quest:quest_br_daily_landat_polar_moisty",
- "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week09",
- "objectives": {
- "quest_br_daily_landat_polar_moisty": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_Daily_Damage_Sniper": {
- "templateId": "Quest:quest_br_daily_damage_sniper",
- "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week09",
- "objectives": {
- "quest_br_daily_damage_sniper": 500
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_Daily_Items_GainHealth": {
- "templateId": "Quest:quest_br_daily_items_gainhealth",
- "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week09",
- "objectives": {
- "quest_br_daily_items_gainhealth": 250
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_Daily_Search_Chests_SingleMatch": {
- "templateId": "Quest:quest_br_daily_search_chests_singlematch",
- "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week09",
- "objectives": {
- "quest_br_daily_search_chests_singlematch": 5
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_Daily_Visit_SingleMatch_Dusty_Pleasant": {
- "templateId": "Quest:quest_br_daily_visit_singlematch_dusty_pleasant",
- "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week09",
- "objectives": {
- "quest_br_daily_visit_singlematch_dusty_pleasant_00": 1,
- "quest_br_daily_visit_singlematch_dusty_pleasant_01": 1
- },
- "objectiveCompletionCount": 2,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_Daily_Damage_Suppressed": {
- "templateId": "Quest:quest_br_daily_damage_suppressed",
- "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week10",
- "objectives": {
- "quest_br_daily_damage_suppressed": 500
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_Daily_Outlast_SoloOrSquad": {
- "templateId": "Quest:quest_br_daily_outlast_soloorsquad",
- "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week10",
- "objectives": {
- "quest_br_daily_outlast_soloorsquad": 150
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_Daily_Eliminations_Assault": {
- "templateId": "Quest:quest_br_daily_eliminations_assault",
- "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week10",
- "objectives": {
- "quest_br_daily_eliminations_assault": 5
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_Daily_Search_Chests_Loot_Happy": {
- "templateId": "Quest:quest_br_daily_search_chests_loot_happy",
- "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week10",
- "objectives": {
- "quest_br_daily_search_chests_loot_happy": 7
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_Daily_LandAt_Lucky_Retail": {
- "templateId": "Quest:quest_br_daily_landat_lucky_retail",
- "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week10",
- "objectives": {
- "quest_br_daily_landat_lucky_retail": 3
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_Daily_Search_AmmoBoxes_SingleMatch": {
- "templateId": "Quest:quest_br_daily_search_ammoboxes_singlematch",
- "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week10",
- "objectives": {
- "quest_br_daily_search_ammoboxes_singlematch": 5
- },
- "objectiveCompletionCount": 1,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
- },
- "QS10-Quest_BR_Daily_Visit_DifferentLocations": {
- "templateId": "Quest:quest_br_daily_visit_differentlocations",
- "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week10",
- "objectives": {
- "quest_br_daily_visit_differentlocations_00": 1,
- "quest_br_daily_visit_differentlocations_01": 1,
- "quest_br_daily_visit_differentlocations_02": 1,
- "quest_br_daily_visit_differentlocations_03": 1,
- "quest_br_daily_visit_differentlocations_04": 1,
- "quest_br_daily_visit_differentlocations_05": 1,
- "quest_br_daily_visit_differentlocations_06": 1,
- "quest_br_daily_visit_differentlocations_07": 1,
- "quest_br_daily_visit_differentlocations_08": 1,
- "quest_br_daily_visit_differentlocations_09": 1,
- "quest_br_daily_visit_differentlocations_10": 1,
- "quest_br_daily_visit_differentlocations_11": 1,
- "quest_br_daily_visit_differentlocations_12": 1,
- "quest_br_daily_visit_differentlocations_13": 1,
- "quest_br_daily_visit_differentlocations_14": 1,
- "quest_br_daily_visit_differentlocations_15": 1,
- "quest_br_daily_visit_differentlocations_16": 1,
- "quest_br_daily_visit_differentlocations_17": 1,
- "quest_br_daily_visit_differentlocations_18": 1,
- "quest_br_daily_visit_differentlocations_19": 1,
- "quest_br_daily_visit_differentlocations_20": 1,
- "quest_br_daily_visit_differentlocations_21": 1,
- "quest_br_daily_visit_differentlocations_22": 1
- },
- "objectiveCompletionCount": 10,
- "rewards": [],
- "hiddenRewards": [],
- "giftBoxToUse": {}
+ "8": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 1000,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "9": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 1000,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "10": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 1000,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "11": [
+ {
+ "templateId": "AthenaDance:spid_151_darkvoyager",
+ "quantity": 1,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "12": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 1000,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "13": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 1000,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "14": [
+ {
+ "templateId": "Token:vtid_319_voyagerremix_colorb",
+ "quantity": 1,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:vtid_320_voyagerremixpickaxe_colorb",
+ "quantity": 1,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:vtid_321_voyagerremix_backbling_colorb",
+ "quantity": 1,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:vtid_322_voyagerremixglider_colorb",
+ "quantity": 1,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ]
}
+ },
+ "QS10-MissionBundle_S10_09": {
+ "templateId": "ChallengeBundle:missionbundle_s10_09",
+ "challenge_bundle_schedule_id": "QS10-Season10_Mission_Schedule",
+ "grantedquestinstanceids": [
+ "QS10-Quest_S10_W009_Q01",
+ "QS10-Quest_S10_W009_Q02",
+ "QS10-Quest_S10_W009_Q03",
+ "QS10-Quest_S10_W009_Q04",
+ "QS10-Quest_S10_W009_Q05",
+ "QS10-Quest_S10_W009_Q06",
+ "QS10-Quest_S10_W009_Q07",
+ "QS10-Quest_S10_W009_Q08",
+ "QS10-Quest_S10_W009_Q09",
+ "QS10-Quest_S10_W009_Q10",
+ "QS10-Quest_S10_W009_Q11",
+ "QS10-Quest_S10_W009_Q12",
+ "QS10-Quest_S10_W009_Q13",
+ "QS10-Quest_S10_W009_Q14"
+ ],
+ "completionRewards": {
+ "1": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "2": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "3": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "4": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 5000,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "5": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "6": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "7": [
+ {
+ "templateId": "AthenaPickaxe:pickaxe_id_241_knightremix",
+ "quantity": 1,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "8": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 1000,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "9": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 1000,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "10": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 1000,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "11": [
+ {
+ "templateId": "AthenaDance:spid_153_knightremix",
+ "quantity": 1,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "12": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 1000,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "13": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 1000,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "14": [
+ {
+ "templateId": "Token:vtid_324_knightremix_colorb",
+ "quantity": 1,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:vtid_326_knightremix_backbling_colorb",
+ "quantity": 1,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athenabattlepass_weeklychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ]
+ }
+ },
+ "QS10-QuestBundle_S10_NightNight": {
+ "templateId": "ChallengeBundle:questbundle_s10_nightnight",
+ "challenge_bundle_schedule_id": "QS10-Season10_NightNight_Schedule",
+ "grantedquestinstanceids": [
+ "QS10-Quest_BR_S10_NightNight_Interact"
+ ],
+ "completionRewards": {}
+ },
+ "QS10-QuestBundle_S10_OT": {
+ "templateId": "ChallengeBundle:questbundle_s10_ot",
+ "challenge_bundle_schedule_id": "QS10-Season10_OT_Schedule",
+ "grantedquestinstanceids": [
+ "QS10-Quest_S10_OT_q01a",
+ "QS10-Quest_S10_OT_q02a",
+ "QS10-Quest_S10_OT_q03a",
+ "QS10-Quest_BR_S10_NightNight_Interact",
+ "QS10-Quest_S10_OT_q05",
+ "QS10-Quest_BR_S10_NightNight_Interact_02",
+ "QS10-Quest_S10_OT_q07",
+ "QS10-Quest_BR_S10_NightNight_Interact_03",
+ "QS10-Quest_S10_OT_q09"
+ ],
+ "completionRewards": {
+ "6": [
+ {
+ "templateId": "AthenaLoadingScreen:lsid_179_sxkey",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ]
+ }
+ },
+ "QS10-QuestBundle_Event_BlackMonday": {
+ "templateId": "ChallengeBundle:questbundle_event_blackmonday",
+ "challenge_bundle_schedule_id": "QS10-Season10_Schedule_Event_BlackMonday",
+ "grantedquestinstanceids": [
+ "QS10-Quest_BR_BM_Damage_Boomerang",
+ "QS10-Quest_BR_BM_Interact_Lamps",
+ "QS10-Quest_BR_BM_Use_Grappler",
+ "QS10-Quest_BR_BM_Interact_Bombs",
+ "QS10-Quest_BR_BM_Damage_AfterUsing_Boomerang",
+ "QS10-Quest_BR_BM_GrappleLampBoomerang_SingleMatch"
+ ],
+ "completionRewards": {
+ "-1": [
+ {
+ "templateId": "AthenaGlider:glider_id_177_blackmondayfemale_ho3a9",
+ "quantity": 1,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ }
+ ],
+ "2": [
+ {
+ "templateId": "AthenaLoadingScreen:lsid_178_blackmonday_s815x",
+ "quantity": 1,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ }
+ ],
+ "4": [
+ {
+ "templateId": "FortBannerTokenType:bannertoken_005_blackmonday",
+ "quantity": 1,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "AthenaDance:spid_159_blackmonday01_ty6n5",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ]
+ }
+ },
+ "QS10-QuestBundle_Event_Oak": {
+ "templateId": "ChallengeBundle:questbundle_event_oak",
+ "challenge_bundle_schedule_id": "QS10-Season10_Schedule_Event_Oak",
+ "grantedquestinstanceids": [
+ "QS10-Quest_BR_Oak_CollectCash",
+ "QS10-Quest_BR_Oak_Eliminations",
+ "QS10-Quest_BR_Oak_Search_Chests",
+ "QS10-Quest_BR_Oak_FetchEye",
+ "QS10-Quest_BR_Oak_GainShield",
+ "QS10-Quest_BR_Oak_Search_Logos"
+ ],
+ "completionRewards": {
+ "6": [
+ {
+ "templateId": "AthenaItemWrap:wrap_132_barbequelarry",
+ "quantity": 1,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_genericnoicon",
+ "giftBoxFormatData": {
+ "HeaderAssetString": "Header.Congratulations",
+ "BodyAssetString": "Reward.Oak"
+ }
+ }
+ }
+ ]
+ }
+ },
+ "QS10-MissionBundle_S10_Mystery": {
+ "templateId": "ChallengeBundle:missionbundle_s10_mystery",
+ "challenge_bundle_schedule_id": "QS10-Season10_Schedule_MysteryMission",
+ "grantedquestinstanceids": [
+ "QS10-Quest_BR_S10_Mystery_DestroyStructure_JunkRift",
+ "QS10-Quest_BR_S10_Mystery_Visit_SingleMatch_DifferentRiftZone",
+ "QS10-Quest_BR_S10_Mystery_Eliminations_RiftZone",
+ "QS10-Quest_BR_S10_Mystery_Search_AmmoBoxesChests_RiftZone",
+ "QS10-Quest_BR_S10_Mystery_Placement_SoloDuoSquad_Top10_AfterLandInRift",
+ "QS10-Quest_BR_S10_Mystery_Consume_GlitchedForaged_Different",
+ "QS10-Quest_BR_S10_Mystery_TouchCube_ZeroRift_LandingPod"
+ ],
+ "completionRewards": {
+ "1": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ }
+ ],
+ "2": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ }
+ ],
+ "3": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ }
+ ],
+ "4": [
+ {
+ "templateId": "AthenaBackpack:bid_359_meteormanremix",
+ "quantity": 1,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ }
+ ],
+ "5": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ }
+ ],
+ "6": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ }
+ ],
+ "7": [
+ {
+ "templateId": "AthenaCharacter:cid_540_athena_commando_m_meteormanremix",
+ "quantity": 1,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athena_s10_mystery",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ]
+ }
+ },
+ "QS10-MissionBundle_S10_SeasonLevel": {
+ "templateId": "ChallengeBundle:missionbundle_s10_seasonlevel",
+ "challenge_bundle_schedule_id": "QS10-Season10_SeasonLevel_Mission_Schedule",
+ "grantedquestinstanceids": [
+ "QS10-Quest_BR_S10_LevelUp_SeasonLevel_01",
+ "QS10-Quest_BR_S10_LevelUp_SeasonLevel_02",
+ "QS10-Quest_BR_S10_LevelUp_SeasonLevel_03",
+ "QS10-Quest_BR_S10_LevelUp_SeasonLevel_04",
+ "QS10-Quest_BR_S10_LevelUp_SeasonLevel_05",
+ "QS10-Quest_BR_S10_LevelUp_SeasonLevel_06",
+ "QS10-Quest_BR_S10_LevelUp_SeasonLevel_07",
+ "QS10-Quest_BR_S10_LevelUp_SeasonLevel_08",
+ "QS10-Quest_BR_S10_LevelUp_SeasonLevel_09",
+ "QS10-Quest_BR_S10_LevelUp_SeasonLevel_10",
+ "QS10-Quest_BR_S10_LevelUp_SeasonLevel_11",
+ "QS10-Quest_BR_S10_LevelUp_SeasonLevel_12"
+ ],
+ "completionRewards": {
+ "1": [
+ {
+ "templateId": "Token:vtid_309_streetracerdriftremix_stageb",
+ "quantity": 1,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athena_s10_mission_seasonlevel",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "2": [
+ {
+ "templateId": "Token:vtid_296_rustremix_colorc",
+ "quantity": 1,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:vtid_299_rustremix_backbling_colorc",
+ "quantity": 1,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:vtid_302_rustremixpickaxe_colorc",
+ "quantity": 1,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athena_s10_mission_seasonlevel",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "3": [
+ {
+ "templateId": "Token:vtid_304_graffitiremix_stageb",
+ "quantity": 1,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athena_s10_mission_seasonlevel",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "4": [
+ {
+ "templateId": "AthenaDance:eid_handstandlegdab",
+ "quantity": 1,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athena_s10_mission_seasonlevel",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "5": [
+ {
+ "templateId": "Token:vtid_310_streetracerdriftremix_stagec",
+ "quantity": 1,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athena_s10_mission_seasonlevel",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "6": [
+ {
+ "templateId": "Token:vtid_294_rustremix_stageb",
+ "quantity": 1,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athena_s10_mission_seasonlevel",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "7": [
+ {
+ "templateId": "Token:vtid_314_djremix_stageb",
+ "quantity": 1,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:vtid_315_djremix_colorb",
+ "quantity": 1,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athena_s10_mission_seasonlevel",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "8": [
+ {
+ "templateId": "AthenaDance:eid_dumbbell_lift",
+ "quantity": 1,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athena_s10_mission_seasonlevel",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "9": [
+ {
+ "templateId": "Token:vtid_317_sparkleremix_colorb",
+ "quantity": 1,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athena_s10_mission_seasonlevel",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "10": [
+ {
+ "templateId": "Token:vtid_311_streetracerdriftremix_staged",
+ "quantity": 1,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athena_s10_mission_seasonlevel",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "11": [
+ {
+ "templateId": "Token:vtid_292_voyagerremix_stagec",
+ "quantity": 1,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athena_s10_mission_seasonlevel",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "12": [
+ {
+ "templateId": "Token:vtid_323_knightremix_stageb",
+ "quantity": 1,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athena_s10_mission_seasonlevel",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ]
+ }
+ },
+ "QS10-QuestBundle_S10_SeasonX": {
+ "templateId": "ChallengeBundle:questbundle_s10_seasonx",
+ "challenge_bundle_schedule_id": "QS10-Season10_SeasonX_Schedule",
+ "grantedquestinstanceids": [
+ "QS10-Quest_BR_S10_SeasonX_Tier100",
+ "QS10-Quest_BR_S10_SeasonX_SeasonLevel",
+ "QS10-Quest_BR_S10_SeasonX_BPMissions",
+ "QS10-Quest_BR_S10_SeasonX_PrestigeMissions",
+ "QS10-Quest_BR_S10_SeasonX_Mystery"
+ ],
+ "completionRewards": {
+ "1": [
+ {
+ "templateId": "AthenaLoadingScreen:lsid_157_ntbattlebus",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ },
+ {
+ "templateId": "Token:athena_s10_challenges_seasonx",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "2": [
+ {
+ "templateId": "Token:athena_s10_challenges_seasonx",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "3": [
+ {
+ "templateId": "Token:vtid_318_sparkleremix_colord",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ },
+ {
+ "templateId": "Token:athena_s10_challenges_seasonx",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "4": [
+ {
+ "templateId": "Token:athena_s10_challenges_seasonx",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "5": [
+ {
+ "templateId": "Token:vtid_325_knightremix_colorc",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ },
+ {
+ "templateId": "Token:vtid_327_knightremix_backbling_colorc",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ },
+ {
+ "templateId": "Token:athena_s10_challenges_seasonx",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ]
+ }
+ },
+ "QS10-UnlockPreviewBundle_S10_BlackKnight": {
+ "templateId": "ChallengeBundle:unlockpreviewbundle_s10_blackknight",
+ "challenge_bundle_schedule_id": "QS10-Season10_BlackKnight_Schedule",
+ "grantedquestinstanceids": [
+ "QS10-Quest_S10_Style_BlackKnightRemix_01",
+ "QS10-Quest_S10_Style_BlackKnightRemix_02",
+ "QS10-Quest_S10_Style_BlackKnightRemix_03",
+ "QS10-Quest_S10_Style_BlackKnightRemix_04",
+ "QS10-Quest_S10_Style_BlackKnightRemix_05",
+ "QS10-Quest_S10_Style_BlackKnightRemix_06",
+ "QS10-Quest_S10_Style_BlackKnightRemix_07",
+ "QS10-Quest_S10_Style_BlackKnightRemix_08"
+ ],
+ "completionRewards": {}
+ },
+ "QS10-UnlockPreviewBundle_S10_DJYonger": {
+ "templateId": "ChallengeBundle:unlockpreviewbundle_s10_djyonger",
+ "challenge_bundle_schedule_id": "QS10-Season10_DJYonger_Schedule",
+ "grantedquestinstanceids": [
+ "QS10-Quest_S10_Style_DJRemix_01",
+ "QS10-Quest_S10_Style_DJRemix_02",
+ "QS10-Quest_S10_Style_DJRemix_03",
+ "QS10-Quest_S10_Style_DJRemix_04",
+ "QS10-Quest_S10_Style_DJRemix_05",
+ "QS10-Quest_S10_Style_DJRemix_06",
+ "QS10-Quest_S10_Style_DJRemix_07",
+ "QS10-Quest_S10_Style_DJRemix_08",
+ "QS10-Quest_S10_Style_DJRemix_09",
+ "QS10-Quest_S10_Style_DJRemix_10"
+ ],
+ "completionRewards": {}
+ },
+ "QS10-UnlockPreviewBundle_S10_Drift": {
+ "templateId": "ChallengeBundle:unlockpreviewbundle_s10_drift",
+ "challenge_bundle_schedule_id": "QS10-Season10_Drift_Schedule",
+ "grantedquestinstanceids": [
+ "QS10-Quest_S10_Style_StreetRacerDrift_01",
+ "QS10-Quest_S10_Style_StreetRacerDrift_02",
+ "QS10-Quest_S10_Style_StreetRacerDrift_03",
+ "QS10-Quest_S10_Style_StreetRacerDrift_04",
+ "QS10-Quest_S10_Style_StreetRacerDrift_05",
+ "QS10-Quest_S10_Style_StreetRacerDrift_06",
+ "QS10-Quest_S10_Style_StreetRacerDrift_07",
+ "QS10-Quest_S10_Style_StreetRacerDrift_08",
+ "QS10-Quest_S10_Style_StreetRacerDrift_09",
+ "QS10-Quest_S10_Style_StreetRacerDrift_10"
+ ],
+ "completionRewards": {}
+ },
+ "QS10-UnlockPreviewBundle_S10_RustLord": {
+ "templateId": "ChallengeBundle:unlockpreviewbundle_s10_rustlord",
+ "challenge_bundle_schedule_id": "QS10-Season10_RustLord_Schedule",
+ "grantedquestinstanceids": [
+ "QS10-Quest_S10_Style_RustRemix_01",
+ "QS10-Quest_S10_Style_RustRemix_02",
+ "QS10-Quest_S10_Style_RustRemix_03",
+ "QS10-Quest_S10_Style_RustRemix_04",
+ "QS10-Quest_S10_Style_RustRemix_05",
+ "QS10-Quest_S10_Style_RustRemix_06",
+ "QS10-Quest_S10_Style_RustRemix_07",
+ "QS10-Quest_S10_Style_RustRemix_08",
+ "QS10-Quest_S10_Style_RustRemix_09",
+ "QS10-Quest_S10_Style_RustRemix_10"
+ ],
+ "completionRewards": {}
+ },
+ "QS10-UnlockPreviewBundle_S10_Sparkle": {
+ "templateId": "ChallengeBundle:unlockpreviewbundle_s10_sparkle",
+ "challenge_bundle_schedule_id": "QS10-Season10_Sparkle_Schedule",
+ "grantedquestinstanceids": [
+ "QS10-Quest_S10_Style_SparkleRemix_01",
+ "QS10-Quest_S10_Style_SparkleRemix_02",
+ "QS10-Quest_S10_Style_SparkleRemix_03",
+ "QS10-Quest_S10_Style_SparkleRemix_04",
+ "QS10-Quest_S10_Style_SparkleRemix_05",
+ "QS10-Quest_S10_Style_SparkleRemix_06",
+ "QS10-Quest_S10_Style_SparkleRemix_07",
+ "QS10-Quest_S10_Style_SparkleRemix_08"
+ ],
+ "completionRewards": {}
+ },
+ "QS10-UnlockPreviewBundle_S10_Teknique": {
+ "templateId": "ChallengeBundle:unlockpreviewbundle_s10_teknique",
+ "challenge_bundle_schedule_id": "QS10-Season10_Teknique_Schedule",
+ "grantedquestinstanceids": [
+ "QS10-Quest_S10_Style_GraffitiRemix_01",
+ "QS10-Quest_S10_Style_GraffitiRemix_02",
+ "QS10-Quest_S10_Style_GraffitiRemix_03",
+ "QS10-Quest_S10_Style_GraffitiRemix_04",
+ "QS10-Quest_S10_Style_GraffitiRemix_05",
+ "QS10-Quest_S10_Style_GraffitiRemix_06",
+ "QS10-Quest_S10_Style_GraffitiRemix_07"
+ ],
+ "completionRewards": {}
+ },
+ "QS10-UnlockPreviewBundle_S10_Voyager": {
+ "templateId": "ChallengeBundle:unlockpreviewbundle_s10_voyager",
+ "challenge_bundle_schedule_id": "QS10-Season10_Voyager_Schedule",
+ "grantedquestinstanceids": [
+ "QS10-Quest_S10_Style_VoyagerRemix_01",
+ "QS10-Quest_S10_Style_VoyagerRemix_02",
+ "QS10-Quest_S10_Style_VoyagerRemix_03",
+ "QS10-Quest_S10_Style_VoyagerRemix_04",
+ "QS10-Quest_S10_Style_VoyagerRemix_05",
+ "QS10-Quest_S10_Style_VoyagerRemix_06",
+ "QS10-Quest_S10_Style_VoyagerRemix_07"
+ ],
+ "completionRewards": {}
+ },
+ "QS10-QuestBundle_BR_S10_Daily_Week01": {
+ "templateId": "ChallengeBundle:questbundle_br_s10_daily_week01",
+ "challenge_bundle_schedule_id": "QS10-Schedule_BR_S10_Daily_Week01",
+ "grantedquestinstanceids": [
+ "QS10-Quest_BR_Daily_PlayFriend_Matches",
+ "QS10-Quest_BR_Daily_Eliminations_Close",
+ "QS10-Quest_BR_Daily_UseVehicle_Mech",
+ "QS10-Quest_BR_Daily_Items_GainShield",
+ "QS10-Quest_BR_Daily_Damage_Below",
+ "QS10-Quest_BR_Daily_Search_Chests_Dusty_Pleasant",
+ "QS10-Quest_BR_Daily_Visit_SingleMatch_Snobby_Shifty"
+ ],
+ "completionRewards": {
+ "1": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athena_dailychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "2": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 500,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athena_dailychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "3": [
+ {
+ "templateId": "AthenaLoadingScreen:lsid_165_s10cumulative01",
+ "quantity": 1,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "FortQuest:quest_br_s10_hiddenstar_quest_01",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ },
+ {
+ "templateId": "Token:athena_dailychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "4": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athena_dailychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "5": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 1000,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athena_dailychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "6": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athena_dailychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "7": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 2000,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athena_dailychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ]
+ }
+ },
+ "QS10-QuestBundle_BR_S10_Daily_Week02": {
+ "templateId": "ChallengeBundle:questbundle_br_s10_daily_week02",
+ "challenge_bundle_schedule_id": "QS10-Schedule_BR_S10_Daily_Week02",
+ "grantedquestinstanceids": [
+ "QS10-Quest_BR_Daily_Placement_SoloOrDuo_Top10",
+ "QS10-Quest_BR_Daily_Eliminations_Pistol",
+ "QS10-Quest_BR_Daily_Search_AmmoBoxes_Tilted_Junk",
+ "QS10-Quest_BR_Daily_Damage_SupplyDrop",
+ "QS10-Quest_BR_Daily_Items_EachRarity",
+ "QS10-Quest_BR_Daily_LandAt_Tilted_Fatal",
+ "QS10-Quest_BR_Daily_Damage_Assault"
+ ],
+ "completionRewards": {
+ "1": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athena_dailychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "2": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 500,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athena_dailychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "3": [
+ {
+ "templateId": "AthenaLoadingScreen:lsid_166_s10cumulative02",
+ "quantity": 1,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "FortQuest:quest_br_s10_hiddenstar_quest_02",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ },
+ {
+ "templateId": "Token:athena_dailychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "4": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athena_dailychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "5": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 1000,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athena_dailychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "6": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athena_dailychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "7": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 2000,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athena_dailychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ]
+ }
+ },
+ "QS10-QuestBundle_BR_S10_Daily_Week03": {
+ "templateId": "ChallengeBundle:questbundle_br_s10_daily_week03",
+ "challenge_bundle_schedule_id": "QS10-Schedule_BR_S10_Daily_Week03",
+ "grantedquestinstanceids": [
+ "QS10-Quest_BR_Daily_Damage_Explosive",
+ "QS10-Quest_BR_Daily_Eliminations_Shotgun",
+ "QS10-Quest_BR_Daily_Eliminate_Zombies",
+ "QS10-Quest_BR_Daily_Outlast_DuoOrSquads",
+ "QS10-Quest_BR_Daily_Items_UseThrown_DifferentMatches",
+ "QS10-Quest_BR_Daily_Visit_SingleMatch_Paradise_Lucky",
+ "QS10-Quest_BR_Daily_Search_Chests_Salty_Frosty"
+ ],
+ "completionRewards": {
+ "1": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athena_dailychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "2": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 500,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athena_dailychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "3": [
+ {
+ "templateId": "AthenaLoadingScreen:lsid_167_s10cumulative03",
+ "quantity": 1,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "FortQuest:quest_br_s10_hiddenstar_quest_03",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ },
+ {
+ "templateId": "Token:athena_dailychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "4": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athena_dailychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "5": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 1000,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athena_dailychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "6": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athena_dailychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "7": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 2000,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athena_dailychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ]
+ }
+ },
+ "QS10-QuestBundle_BR_S10_Daily_Week04": {
+ "templateId": "ChallengeBundle:questbundle_br_s10_daily_week04",
+ "challenge_bundle_schedule_id": "QS10-Schedule_BR_S10_Daily_Week04",
+ "grantedquestinstanceids": [
+ "QS10-Quest_BR_Daily_Items_Consume_GlitchyForaged",
+ "QS10-Quest_BR_Daily_Play_Arena",
+ "QS10-Quest_BR_Daily_Eliminations_Scoped",
+ "QS10-Quest_BR_Daily_Damage_Headshot",
+ "QS10-Quest_BR_Daily_Search_Chests_DifferentLocationsSingleMatch",
+ "QS10-Quest_BR_Daily_LandAt_Pressure_Happy",
+ "QS10-Quest_BR_Daily_Damage_Structures"
+ ],
+ "completionRewards": {
+ "1": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athena_dailychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "2": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 500,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athena_dailychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "3": [
+ {
+ "templateId": "AthenaLoadingScreen:lsid_168_s10cumulative04",
+ "quantity": 1,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "FortQuest:quest_br_s10_hiddenstar_quest_04",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ },
+ {
+ "templateId": "Token:athena_dailychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "4": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athena_dailychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "5": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 1000,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athena_dailychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "6": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athena_dailychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "7": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 2000,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athena_dailychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ]
+ }
+ },
+ "QS10-QuestBundle_BR_S10_Daily_Week05": {
+ "templateId": "ChallengeBundle:questbundle_br_s10_daily_week05",
+ "challenge_bundle_schedule_id": "QS10-Schedule_BR_S10_Daily_Week05",
+ "grantedquestinstanceids": [
+ "QS10-Quest_BR_Daily_Damage_Pickaxe",
+ "QS10-Quest_BR_Daily_Eliminations_FarAway",
+ "QS10-Quest_BR_Daily_Items_UseTrap_DifferentMatches",
+ "QS10-Quest_BR_Daily_Placement_DuoOrSquad_Top5",
+ "QS10-Quest_BR_Daily_Damage_Above",
+ "QS10-Quest_BR_Daily_Visit_SingleMatch_Lonely_Lazy",
+ "QS10-Quest_BR_Daily_Search_Chests_Shifty_Haunted"
+ ],
+ "completionRewards": {
+ "1": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athena_dailychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "2": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 500,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athena_dailychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "3": [
+ {
+ "templateId": "AthenaLoadingScreen:lsid_169_s10cumulative05",
+ "quantity": 1,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "FortQuest:quest_br_s10_hiddenstar_quest_05",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ },
+ {
+ "templateId": "Token:athena_dailychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "4": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athena_dailychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "5": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 1000,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athena_dailychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "6": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athena_dailychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "7": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 2000,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athena_dailychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ]
+ }
+ },
+ "QS10-QuestBundle_BR_S10_Daily_Week06": {
+ "templateId": "ChallengeBundle:questbundle_br_s10_daily_week06",
+ "challenge_bundle_schedule_id": "QS10-Schedule_BR_S10_Daily_Week06",
+ "grantedquestinstanceids": [
+ "QS10-Quest_BR_Daily_Eliminations_Sniper",
+ "QS10-Quest_BR_Daily_Outlast_SoloOrDuo",
+ "QS10-Quest_BR_Daily_Damage_Scoped",
+ "QS10-Quest_BR_Daily_Search_AmmoBoxes_Fatal_Lonely",
+ "QS10-Quest_BR_Daily_Items_UseDifferentThrown_SingleMatch",
+ "QS10-Quest_BR_Daily_LandAt_Meteor_Island",
+ "QS10-Quest_BR_Daily_Visit_SingleMatch_Loot_Sunny"
+ ],
+ "completionRewards": {
+ "1": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athena_dailychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "2": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 500,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athena_dailychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "3": [
+ {
+ "templateId": "AthenaLoadingScreen:lsid_170_s10cumulative06",
+ "quantity": 1,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "FortQuest:quest_br_s10_hiddenstar_quest_06",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ },
+ {
+ "templateId": "Token:athena_dailychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "4": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athena_dailychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "5": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 1000,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athena_dailychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "6": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athena_dailychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "7": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 2000,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athena_dailychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ]
+ }
+ },
+ "QS10-QuestBundle_BR_S10_Daily_Week07": {
+ "templateId": "ChallengeBundle:questbundle_br_s10_daily_week07",
+ "challenge_bundle_schedule_id": "QS10-Schedule_BR_S10_Daily_Week07",
+ "grantedquestinstanceids": [
+ "QS10-Quest_BR_Daily_Eliminations_Explosive",
+ "QS10-Quest_BR_Daily_Items_UseDifferentTrap",
+ "QS10-Quest_BR_Daily_Search_ChestAmmoVending_SameMatch",
+ "QS10-Quest_BR_Daily_Damage_Shotgun",
+ "QS10-Quest_BR_Daily_LandAt_Frosty_Haunted",
+ "QS10-Quest_BR_Daily_Damage_Pistol",
+ "QS10-Quest_BR_Daily_Search_Chests_Greasy_Sunny"
+ ],
+ "completionRewards": {
+ "1": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athena_dailychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "2": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 500,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athena_dailychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "3": [
+ {
+ "templateId": "AthenaLoadingScreen:lsid_171_s10cumulative07",
+ "quantity": 1,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "FortQuest:quest_br_s10_hiddenstar_quest_07",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ },
+ {
+ "templateId": "Token:athena_dailychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "4": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athena_dailychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "5": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 1000,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athena_dailychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "6": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athena_dailychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "7": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 2000,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athena_dailychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ]
+ }
+ },
+ "QS10-QuestBundle_BR_S10_Daily_Week08": {
+ "templateId": "ChallengeBundle:questbundle_br_s10_daily_week08",
+ "challenge_bundle_schedule_id": "QS10-Schedule_BR_S10_Daily_Week08",
+ "grantedquestinstanceids": [
+ "QS10-Quest_BR_Daily_Damage_SingleMatch",
+ "QS10-Quest_BR_Daily_LandAt_Salty_Junk",
+ "QS10-Quest_BR_Daily_Eliminations_Suppressed",
+ "QS10-Quest_BR_Daily_Search_AmmoBoxes_DifferentLocationsSingleMatch",
+ "QS10-Quest_BR_Daily_Search_Chests_HotSpot",
+ "QS10-Quest_BR_Daily_Visit_SingleMatch_Retail_Block",
+ "QS10-Quest_BR_Daily_Damage_SMG"
+ ],
+ "completionRewards": {
+ "1": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athena_dailychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "2": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 500,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athena_dailychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "3": [
+ {
+ "templateId": "AthenaLoadingScreen:lsid_172_s10cumulative08_e9m2f",
+ "quantity": 1,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "FortQuest:quest_br_s10_hiddenstar_quest_08",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ },
+ {
+ "templateId": "Token:athena_dailychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "4": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athena_dailychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "5": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 1000,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athena_dailychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "6": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athena_dailychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "7": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 2000,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athena_dailychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ]
+ }
+ },
+ "QS10-QuestBundle_BR_S10_Daily_Week09": {
+ "templateId": "ChallengeBundle:questbundle_br_s10_daily_week09",
+ "challenge_bundle_schedule_id": "QS10-Schedule_BR_S10_Daily_Week09",
+ "grantedquestinstanceids": [
+ "QS10-Quest_BR_Daily_Search_SupplyDrops",
+ "QS10-Quest_BR_Daily_Eliminations_SMG",
+ "QS10-Quest_BR_Daily_LandAt_Polar_Moisty",
+ "QS10-Quest_BR_Daily_Damage_Sniper",
+ "QS10-Quest_BR_Daily_Items_GainHealth",
+ "QS10-Quest_BR_Daily_Search_Chests_SingleMatch",
+ "QS10-Quest_BR_Daily_Visit_SingleMatch_Dusty_Pleasant"
+ ],
+ "completionRewards": {
+ "1": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athena_dailychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "2": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 500,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athena_dailychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "3": [
+ {
+ "templateId": "AthenaLoadingScreen:lsid_173_s10cumulative09",
+ "quantity": 1,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "FortQuest:quest_br_s10_hiddenstar_quest_09",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ },
+ {
+ "templateId": "Token:athena_dailychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "4": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athena_dailychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "5": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 1000,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athena_dailychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "6": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athena_dailychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "7": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 2000,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athena_dailychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ]
+ }
+ },
+ "QS10-QuestBundle_BR_S10_Daily_Week10": {
+ "templateId": "ChallengeBundle:questbundle_br_s10_daily_week10",
+ "challenge_bundle_schedule_id": "QS10-Schedule_BR_S10_Daily_Week10",
+ "grantedquestinstanceids": [
+ "QS10-Quest_BR_Daily_Damage_Suppressed",
+ "QS10-Quest_BR_Daily_Outlast_SoloOrSquad",
+ "QS10-Quest_BR_Daily_Eliminations_Assault",
+ "QS10-Quest_BR_Daily_Search_Chests_Loot_Happy",
+ "QS10-Quest_BR_Daily_LandAt_Lucky_Retail",
+ "QS10-Quest_BR_Daily_Search_AmmoBoxes_SingleMatch",
+ "QS10-Quest_BR_Daily_Visit_DifferentLocations"
+ ],
+ "completionRewards": {
+ "1": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athena_dailychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "2": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 500,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athena_dailychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "3": [
+ {
+ "templateId": "AthenaLoadingScreen:lsid_174_s10cumulative10",
+ "quantity": 1,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athena_dailychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "4": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athena_dailychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "5": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 1000,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athena_dailychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "6": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athena_dailychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ],
+ "7": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 2000,
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ {
+ "templateId": "Token:athena_dailychallenge_token",
+ "quantity": 1,
+ "giftBoxToUse": {}
+ }
+ ]
+ }
+ }
+ },
+ "Quests": {
+ "QS10-Quest_BR_Visit_DurrrStoneheadDino": {
+ "templateId": "Quest:quest_br_visit_durrrstoneheaddino",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_01A",
+ "objectives": {
+ "battlepass_visit_athena_durrrburgerhead_mountaintop": 1,
+ "battlepass_visit_athena_stonehead": 1,
+ "battlepass_visit_athena_dinosaur": 1
+ },
+ "objectiveCompletionCount": 3,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_Damage_Passenger_Vehicle": {
+ "templateId": "Quest:quest_br_damage_passenger_vehicle",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_01A",
+ "objectives": {
+ "battlepass_damage_athena_player_passenger_vehicle": 100
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_Destroy_Sign_WearingDrift": {
+ "templateId": "Quest:quest_br_destroy_sign_wearingdrift",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_01A",
+ "objectives": {
+ "battlepass_destroy_athena_sign_wearingdrift": 10
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_Use_Zipline_DifferentMatches": {
+ "templateId": "Quest:quest_br_use_zipline_differentmatches",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_01A",
+ "objectives": {
+ "battlepass_use_item_zipline": 5
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_Interact_Chests_Locations_Different": {
+ "templateId": "Quest:quest_br_interact_chests_locations_different",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_01A",
+ "objectives": {
+ "battlepass_interact_chest_athena_location_different_anarchyacres": 1,
+ "battlepass_interact_chest_athena_location_different_dustydepot": 1,
+ "battlepass_interact_chest_athena_location_different_fatalfields": 1,
+ "battlepass_interact_chest_athena_location_different_flushfactory": 1,
+ "battlepass_interact_chest_athena_location_different_greasygrove": 1,
+ "battlepass_interact_chest_athena_location_different_hauntedhills": 1,
+ "battlepass_interact_chest_athena_location_different_junkjunction": 1,
+ "battlepass_interact_chest_athena_location_different_luckylanding": 1,
+ "battlepass_interact_chest_athena_location_different_lonelylodge": 1,
+ "battlepass_interact_chest_athena_location_different_lootlake": 1,
+ "battlepass_interact_chest_athena_location_different_moistymire": 1,
+ "battlepass_interact_chest_athena_location_different_pleasantpark": 1,
+ "battlepass_interact_chest_athena_location_different_retailrow": 1,
+ "battlepass_interact_chest_athena_location_different_shiftyshafts": 1,
+ "battlepass_interact_chest_athena_location_different_saltysprings": 1,
+ "battlepass_interact_chest_athena_location_different_snobbyshores": 1,
+ "battlepass_interact_chest_athena_location_different_tiltedtowers": 1,
+ "battlepass_interact_chest_athena_location_different_tomatotown": 1,
+ "battlepass_interact_chest_athena_location_different_wailingwoods": 1
+ },
+ "objectiveCompletionCount": 12,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_Visit_LazylagoonLuckylanding_SingleMatch": {
+ "templateId": "Quest:quest_br_visit_lazylagoonluckylanding_singlematch",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_01A",
+ "objectives": {
+ "battlepass_visit_athena_lazylagoon_singlematch": 1,
+ "battlepass_visit_athena_luckylanding_singlematch": 1
+ },
+ "objectiveCompletionCount": 2,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_TrickPoint_Vehicle": {
+ "templateId": "Quest:quest_br_trickpoint_vehicle",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_01A",
+ "objectives": {
+ "battlepass_score_athena_trick_point_vehicle": 250000
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_Visit_DurrrStoneheadDino_Prestige": {
+ "templateId": "Quest:quest_br_visit_durrrstoneheaddino_prestige",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_01A",
+ "objectives": {
+ "battlepass_visit_athena_durrrburgerhead_mountaintop_prestige": 1,
+ "battlepass_visit_athena_stonehead_prestige": 1,
+ "battlepass_visit_athena_dinosaur_prestige": 1
+ },
+ "objectiveCompletionCount": 3,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_Eliminate_Passenger_Vehicle_Prestige": {
+ "templateId": "Quest:quest_br_eliminate_passenger_vehicle_prestige",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_01A",
+ "objectives": {
+ "battlepass_eliminate_athena_player_passenger_vehicle_prestige": 5
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_Destroy_Sign_SingleMatch_WearingDrift_Prestige": {
+ "templateId": "Quest:quest_br_destroy_sign_singlematch_wearingdrift_prestige",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_01A",
+ "objectives": {
+ "battlepass_destroy_athena_sign_singlematch_wearingdrift": 7
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_Damage_Zipline_Prestige": {
+ "templateId": "Quest:quest_br_damage_zipline_prestige",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_01A",
+ "objectives": {
+ "battlepass_damage_athena_player_zipline_while_riding_prestige": 200
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_Eliminate_Different_Named_Locations_Prestige": {
+ "templateId": "Quest:quest_br_eliminate_different_named_locations_prestige",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_01A",
+ "objectives": {
+ "battlepass_killingblow_athena_player_different_junkjunction_prestige": 1,
+ "battlepass_killingblow_athena_player_different_hauntedhills_prestige": 1,
+ "battlepass_killingblow_athena_player_different_pleasantpark_prestige": 1,
+ "battlepass_killingblow_athena_player_different_lootlake_prestige": 1,
+ "battlepass_killingblow_athena_player_different_lazylinks_prestige": 1,
+ "battlepass_killingblow_athena_player_different_tomatotemple_prestige": 1,
+ "battlepass_killingblow_athena_player_different_riskyreels_prestige": 1,
+ "battlepass_killingblow_athena_player_different_wailingwoods_prestige": 1,
+ "battlepass_killingblow_athena_player_different_snobbyshores_prestige": 1,
+ "battlepass_killingblow_athena_player_different_greasygrove_prestige": 1,
+ "battlepass_killingblow_athena_player_different_tiltedtowers_prestige": 1,
+ "battlepass_killingblow_athena_player_different_shiftyshafts_prestige": 1,
+ "battlepass_killingblow_athena_player_different_dustydivot_prestige": 1,
+ "battlepass_killingblow_athena_player_different_saltysprings_prestige": 1,
+ "battlepass_killingblow_athena_player_different_retailrow_prestige": 1,
+ "battlepass_killingblow_athena_player_different_lonelylodge_prestige": 1,
+ "battlepass_killingblow_athena_player_different_flushfactory_prestige": 1,
+ "battlepass_killingblow_athena_player_different_luckylanding_prestige": 1,
+ "battlepass_killingblow_athena_player_different_fatalfields_prestige": 1,
+ "battlepass_killingblow_athena_player_different_paradisepalms_prestige": 1,
+ "battlepass_killingblow_athena_player_different_polarpeak_prestige": 1,
+ "battlepass_killingblow_athena_player_different_frostyflights_prestige": 1,
+ "battlepass_killingblow_athena_player_different_theblock_prestige": 1,
+ "battlepass_killingblow_athena_player_different_happyhamlet_prestige": 1,
+ "battlepass_killingblow_athena_player_different_lazylagoon_prestige": 1,
+ "battlepass_killingblow_athena_player_different_pressureplant_prestige": 1,
+ "battlepass_killingblow_athena_player_different_sunnysteps_prestige": 1,
+ "battlepass_killingblow_athena_player_different_dustydepot_prestige": 1,
+ "battlepass_killingblow_athena_player_different_starrysuburb_prestige": 1
+ },
+ "objectiveCompletionCount": 5,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_Visit_NamedLocations_SingleMatch_Prestige": {
+ "templateId": "Quest:quest_br_visit_namedlocations_singlematch_prestige",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_01A",
+ "objectives": {
+ "battlepass_visit_athena_location_dustydivot_prestige": 1,
+ "battlepass_visit_athena_location_fatalfields_prestige": 1,
+ "battlepass_visit_athena_location_frostyflights_prestige": 1,
+ "battlepass_visit_athena_location_happyhamlet_prestige": 1,
+ "battlepass_visit_athena_location_hauntedhills_prestige": 1,
+ "battlepass_visit_athena_location_junkjunction_prestige": 1,
+ "battlepass_visit_athena_location_lazylagoon_prestige": 1,
+ "battlepass_visit_athena_location_lonelylodge_prestige": 1,
+ "battlepass_visit_athena_location_lootlake_prestige": 1,
+ "battlepass_visit_athena_location_luckylanding_prestige": 1,
+ "battlepass_visit_athena_location_paradisepalms_prestige": 1,
+ "battlepass_visit_athena_location_pleasantpark_prestige": 1,
+ "battlepass_visit_athena_location_polarpeak_prestige": 1,
+ "battlepass_visit_athena_location_pressureplant_prestige": 1,
+ "battlepass_visit_athena_location_retailrow_prestige": 1,
+ "battlepass_visit_athena_location_saltysprings_prestige": 1,
+ "battlepass_visit_athena_location_shiftyshafts_prestige": 1,
+ "battlepass_visit_athena_location_snobbyshores_prestige": 1,
+ "battlepass_visit_athena_location_sunnysteps_prestige": 1,
+ "battlepass_visit_athena_location_theblock_prestige": 1,
+ "battlepass_visit_athena_location_tiltedtowers_prestige": 1,
+ "battlepass_visit_athena_location_dustydepot_prestige": 1,
+ "battlepass_visit_athena_location_greasygrove_prestige": 1,
+ "battlepass_visit_athena_location_starrysuburb_prestige": 1
+ },
+ "objectiveCompletionCount": 10,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_TrickPoint_Vehicle_Prestige": {
+ "templateId": "Quest:quest_br_trickpoint_vehicle_prestige",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_01A",
+ "objectives": {
+ "battlepass_score_athena_trick_point_vehicle_prestige": 500000
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_PlayMatches_MinimumOneElim_TeamRumble": {
+ "templateId": "Quest:quest_br_playmatches_minimumoneelim_teamrumble",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_01B",
+ "objectives": {
+ "battlepass_eliminate_minimum_oneopponent_teamrumble": 5
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_WinMatches_TeamRumble": {
+ "templateId": "Quest:quest_br_winmatches_teamrumble",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_01B",
+ "objectives": {
+ "battlepass_athena_win_match_teamrumble": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_Assist_Teammates_TeamRumble": {
+ "templateId": "Quest:quest_br_assist_teammates_teamrumble",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_01B",
+ "objectives": {
+ "battlepass_athena_assist_teammates_teamrumble": 20
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_Build_Structures_TeamRumble_RustLord": {
+ "templateId": "Quest:quest_br_build_structures_teamrumble_rustlord",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_01B",
+ "objectives": {
+ "battlepass_build_athena_structures_any_teamrumble_rustlord": 200
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_Damage_Opponents_SingleMatch_TeamRumble": {
+ "templateId": "Quest:quest_br_damage_opponents_singlematch_teamrumble",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_01B",
+ "objectives": {
+ "battlepass_eliminate_players_different_match_teamrumble": 500
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_Eliminate_5m_TeamRumble": {
+ "templateId": "Quest:quest_br_eliminate_5m_teamrumble",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_01B",
+ "objectives": {
+ "battlepass_killingblow_athena_players_lessthan5m_distance_teamrumble": 5
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_Search_SupplyDrops_TeamRumble": {
+ "templateId": "Quest:quest_br_search_supplydrops_teamrumble",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_01B",
+ "objectives": {
+ "battlepass_athena_search_supplydrops_teamrumble": 5
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_Eliminations_TeamRumble_SingleMatch": {
+ "templateId": "Quest:quest_br_eliminations_teamrumble_singlematch",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_01B",
+ "objectives": {
+ "battlepass_eliminate_players_singlematch_teamrumble": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_Eliminate_100m_TeamRumble": {
+ "templateId": "Quest:quest_br_eliminate_100m_teamrumble",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_01B",
+ "objectives": {
+ "battlepass_killingblow_athena_players_greaterthan100m_distance_teamrumble": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_Assist_Teammates_SingleMatch_TeamRumble": {
+ "templateId": "Quest:quest_br_assist_teammates_singlematch_teamrumble",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_01B",
+ "objectives": {
+ "battlepass_athena_assist_teammates_teamrumble": 5
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_Damage_UniqueOpponents_TeamRumble": {
+ "templateId": "Quest:quest_br_damage_uniqueopponents_teamrumble",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_01B",
+ "objectives": {
+ "battlepass_damage_unique_opponents_teamrumble": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_Interact_Chests_TeamRumble_RustLord": {
+ "templateId": "Quest:quest_br_interact_chests_teamrumble_rustlord",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_01B",
+ "objectives": {
+ "battlepass_interact_athena_treasurechest_teamrumble_rustlord": 20
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_Damage_Headshot_TeamRumble": {
+ "templateId": "Quest:quest_br_damage_headshot_teamrumble",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_01B",
+ "objectives": {
+ "battlepass_damage_headshot_teamrumble": 1000
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_Search_SupplyDrops_SingleMatch_TeamRumble": {
+ "templateId": "Quest:quest_br_search_supplydrops_singlematch_teamrumble",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_01B",
+ "objectives": {
+ "battlepass_athena_search_supplydrops_singlematch_teamrumble": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_Damage_SMG": {
+ "templateId": "Quest:quest_br_damage_smg",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_02",
+ "objectives": {
+ "battlepass_damage_athena_player_smg": 500
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_Spray_Fountain_JunkyardCrane_VendingMachine": {
+ "templateId": "Quest:quest_br_spray_fountain_junkyardcrane_vendingmachine",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_02",
+ "objectives": {
+ "battlepass_spray_athena_junkyardcrane": 1,
+ "battlepass_spray_athena_fountain": 1,
+ "battlepass_spray_athena_vendingmachine": 1
+ },
+ "objectiveCompletionCount": 3,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_Spray_GasStations_Different": {
+ "templateId": "Quest:quest_br_spray_gasstations_different",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_02",
+ "objectives": {
+ "battlepass_spray_athena_location_gas_station_01": 1,
+ "battlepass_spray_athena_location_gas_station_02": 1,
+ "battlepass_spray_athena_location_gas_station_03": 1,
+ "battlepass_spray_athena_location_gas_station_04": 1,
+ "battlepass_spray_athena_location_gas_station_05": 1,
+ "battlepass_spray_athena_location_gas_station_06": 1,
+ "battlepass_spray_athena_location_gas_station_07": 1,
+ "battlepass_spray_athena_location_gas_station_08": 1,
+ "battlepass_spray_athena_location_gas_station_09": 1,
+ "battlepass_spray_athena_location_gas_station_10": 1
+ },
+ "objectiveCompletionCount": 3,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_Interact_Spraycans": {
+ "templateId": "Quest:quest_br_interact_spraycans",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_02",
+ "objectives": {
+ "battlepass_interact_spraycan_00": 1,
+ "battlepass_interact_spraycan_01": 1,
+ "battlepass_interact_spraycan_02": 1,
+ "battlepass_interact_spraycan_03": 1,
+ "battlepass_interact_spraycan_04": 1,
+ "battlepass_interact_spraycan_05": 1,
+ "battlepass_interact_spraycan_06": 1,
+ "battlepass_interact_spraycan_07": 1,
+ "battlepass_interact_spraycan_08": 1,
+ "battlepass_interact_spraycan_09": 1,
+ "battlepass_interact_spraycan_10": 1,
+ "battlepass_interact_spraycan_11": 1
+ },
+ "objectiveCompletionCount": 5,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_Damage_Structure_Minigun": {
+ "templateId": "Quest:quest_br_damage_structure_minigun",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_02",
+ "objectives": {
+ "battlepass_damage_athena_player_walls_minigun": 3000
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_Eliminate_15m_SMG": {
+ "templateId": "Quest:quest_br_eliminate_15m_smg",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_02",
+ "objectives": {
+ "battlepass_killingblow_athena_players_15m_distance_smg": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_Interact_Chests_Location_TiltedTowers": {
+ "templateId": "Quest:quest_br_interact_chests_location_tiltedtowers",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_02",
+ "objectives": {
+ "battlepass_interact_athena_treasurechest_tiltedtowers": 7
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalbp",
+ "quantity": 5
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_Eliminate_Weapon_SMG_SingleMatch": {
+ "templateId": "Quest:quest_br_eliminate_weapon_smg_singlematch",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_02",
+ "objectives": {
+ "battlepass_killingblow_athena_player_smg_singlematch": 2
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_Interact_Chests_WindowedContainers": {
+ "templateId": "Quest:quest_br_interact_chests_windowedcontainers",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_02",
+ "objectives": {
+ "battlepass_interact_athena_chests_inside_windowed_containers": 5
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_SprayVehicles_DifferentLocation": {
+ "templateId": "Quest:quest_br_sprayvehicles_differentlocation",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_02",
+ "objectives": {
+ "battlepass_spray_car_or_truck_1": 1,
+ "battlepass_spray_car_or_truck_2": 1,
+ "battlepass_spray_car_or_truck_3": 1,
+ "battlepass_spray_car_or_truck_4": 1,
+ "battlepass_spray_car_or_truck_5": 1,
+ "battlepass_spray_car_or_truck_6": 1,
+ "battlepass_spray_car_or_truck_7": 1,
+ "battlepass_spray_car_or_truck_8": 1,
+ "battlepass_spray_car_or_truck_9": 1,
+ "battlepass_spray_car_or_truck_10": 1,
+ "battlepass_spray_car_or_truck_11": 1,
+ "battlepass_spray_car_or_truck_12": 1,
+ "battlepass_spray_car_or_truck_13": 1,
+ "battlepass_spray_car_or_truck_14": 1,
+ "battlepass_spray_car_or_truck_15": 1,
+ "battlepass_spray_car_or_truck_16": 1,
+ "battlepass_spray_car_or_truck_17": 1,
+ "battlepass_spray_car_or_truck_18": 1,
+ "battlepass_spray_car_or_truck_19": 1,
+ "battlepass_spray_car_or_truck_20": 1,
+ "battlepass_spray_car_or_truck_21": 1,
+ "battlepass_spray_car_or_truck_23": 1,
+ "battlepass_spray_car_or_truck_24": 1,
+ "battlepass_spray_car_or_truck_25": 1,
+ "battlepass_spray_car_or_truck_26": 1,
+ "battlepass_spray_car_or_truck_27": 1,
+ "battlepass_spray_car_or_truck_28": 1,
+ "battlepass_spray_car_or_truck_29": 1,
+ "battlepass_spray_car_or_truck_30": 1,
+ "battlepass_spray_car_or_truck_31": 1
+ },
+ "objectiveCompletionCount": 6,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_Visit_GraffitiBillboards": {
+ "templateId": "Quest:quest_br_visit_graffitibillboards",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_02",
+ "objectives": {
+ "battlepass_visit_athena_graffitibillboard_01": 1,
+ "battlepass_visit_athena_graffitibillboard_02": 1,
+ "battlepass_visit_athena_graffitibillboard_03": 1
+ },
+ "objectiveCompletionCount": 2,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_Damage_Minigun_Prestige": {
+ "templateId": "Quest:quest_br_damage_minigun_prestige",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_02",
+ "objectives": {
+ "battlepass_damage_athena_player_minigun_prestige": 500
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_Eliminate_5m_SMG": {
+ "templateId": "Quest:quest_br_eliminate_5m_smg",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_02",
+ "objectives": {
+ "battlepass_killingblow_athena_players_5m_distance_smg": 5
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_Eliminate_Location_TiltedTowers_Graffitiremix": {
+ "templateId": "Quest:quest_br_eliminate_location_tiltedtowers_graffitiremix",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_02",
+ "objectives": {
+ "battlepass_killingblow_athena_player_tiltedtowers_graffitiremix": 5
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_S10_WorldsCollide_001": {
+ "templateId": "Quest:quest_br_s10_worldscollide_001",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_03",
+ "objectives": {
+ "athena_mission_worldscollide_s10_m01_o01": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_S10_WorldsCollide_002": {
+ "templateId": "Quest:quest_br_s10_worldscollide_002",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_03",
+ "objectives": {
+ "athena_mission_worldscollide_s10_m02_o01": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_S10_WorldsCollide_003": {
+ "templateId": "Quest:quest_br_s10_worldscollide_003",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_03",
+ "objectives": {
+ "athena_mission_worldscollide_s10_m03_o01": 200
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_S10_WorldsCollide_004": {
+ "templateId": "Quest:quest_br_s10_worldscollide_004",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_03",
+ "objectives": {
+ "athena_mission_worldscollide_s10_m04_o01": 1,
+ "athena_mission_worldscollide_s10_m04_o02": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_S10_WorldsCollide_005": {
+ "templateId": "Quest:quest_br_s10_worldscollide_005",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_03",
+ "objectives": {
+ "athena_mission_worldscollide_s10_m05_o01": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_S10_WorldsCollide_006": {
+ "templateId": "Quest:quest_br_s10_worldscollide_006",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_03",
+ "objectives": {
+ "athena_mission_worldscollide_s10_m06_o01": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_S10_WorldsCollide_007": {
+ "templateId": "Quest:quest_br_s10_worldscollide_007",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_03",
+ "objectives": {
+ "athena_mission_worldscollide_s10_m07_o01": 10
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_S10_WorldsCollide_008": {
+ "templateId": "Quest:quest_br_s10_worldscollide_008",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_03",
+ "objectives": {
+ "athena_mission_worldscollide_s10_m08_o01": 4
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_S10_WorldsCollide_009": {
+ "templateId": "Quest:quest_br_s10_worldscollide_009",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_03",
+ "objectives": {
+ "athena_mission_worldscollide_s10_m09_o01": 5
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_S10_WorldsCollide_010": {
+ "templateId": "Quest:quest_br_s10_worldscollide_010",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_03",
+ "objectives": {
+ "athena_mission_worldscollide_s10_m10_o01": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_S10_WorldsCollide_011": {
+ "templateId": "Quest:quest_br_s10_worldscollide_011",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_03",
+ "objectives": {
+ "athena_mission_worldscollide_s10_m11_o01": 1,
+ "athena_mission_worldscollide_s10_m11_o02": 1
+ },
+ "objectiveCompletionCount": 2,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_S10_WorldsCollide_012": {
+ "templateId": "Quest:quest_br_s10_worldscollide_012",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_03",
+ "objectives": {
+ "athena_mission_worldscollide_s10_m12_o01": 4
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_S10_WorldsCollide_013": {
+ "templateId": "Quest:quest_br_s10_worldscollide_013",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_03",
+ "objectives": {
+ "athena_mission_worldscollide_s10_m13_o01": 7
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_S10_WorldsCollide_014": {
+ "templateId": "Quest:quest_br_s10_worldscollide_014",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_03",
+ "objectives": {
+ "athena_mission_worldscollide_s10_m14_o01": 5
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_Search_AfterLanding": {
+ "templateId": "Quest:quest_br_search_afterlanding",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_04",
+ "objectives": {
+ "br_search_afterlanding": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_Land_HotSpot": {
+ "templateId": "Quest:quest_br_land_hotspot",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_04",
+ "objectives": {
+ "br_land_hotspot": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_Damage_AfterLaunchpad": {
+ "templateId": "Quest:quest_br_damage_afterlaunchpad",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_04",
+ "objectives": {
+ "br_damage_afterlaunchpad": 100
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_Search_WithinTimer_01": {
+ "templateId": "Quest:quest_br_search_withintimer_01",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_04",
+ "objectives": {
+ "br_search_withintimer_01": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_Loot_Legendary": {
+ "templateId": "Quest:quest_br_loot_legendary",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_04",
+ "objectives": {
+ "br_loot_legendary": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_Search_SupplyDrop_AfterLanding": {
+ "templateId": "Quest:quest_br_search_supplydrop_afterlanding",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_04",
+ "objectives": {
+ "br_search_supplydrop_afterlanding": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_DamageOpponents_HotSpot": {
+ "templateId": "Quest:quest_br_damageopponents_hotspot",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_04",
+ "objectives": {
+ "br_damage_athena_player_hotspot": 200
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_Search_ChestAmmo_AfterJumping": {
+ "templateId": "Quest:quest_br_search_chestammo_afterjumping",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_04",
+ "objectives": {
+ "br_search_chestammo_afterjumping": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_Destroy_SuperDingo_AfterJumping": {
+ "templateId": "Quest:quest_br_destroy_superdingo_afterjumping",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_04",
+ "objectives": {
+ "br_destroy_superdingo_afterjumping": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_Eliminate_AfterLaunchpad": {
+ "templateId": "Quest:quest_br_eliminate_afterlaunchpad",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_04",
+ "objectives": {
+ "br_eliminate_afterlaunchpad": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_Search_WithinTimer_02": {
+ "templateId": "Quest:quest_br_search_withintimer_02",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_04",
+ "objectives": {
+ "br_search_withintimer_02": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_Collect_Legendary": {
+ "templateId": "Quest:quest_br_collect_legendary",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_04",
+ "objectives": {
+ "br_collect_5_legendary": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_Harvest_AfterJumping": {
+ "templateId": "Quest:quest_br_harvest_afterjumping",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_04",
+ "objectives": {
+ "br_harvest_afterjumping_wood": 100,
+ "br_harvest_afterjumping_stone": 100,
+ "br_harvest_afterjumping_metal": 100
+ },
+ "objectiveCompletionCount": 3,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_Eliminate_HotSpot": {
+ "templateId": "Quest:quest_br_eliminate_hotspot",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_04",
+ "objectives": {
+ "br_eliminate_hotspot": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_S10_W05_Q01": {
+ "templateId": "Quest:quest_s10_w05_q01",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_05",
+ "objectives": {
+ "objective_s10_w05_q01_o01_landdustyvisitmeteor_landdusty": 1,
+ "objective_s10_w05_q01_o02_landdustyvisitmeteor_visitmeteor": 1
+ },
+ "objectiveCompletionCount": 2,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_S10_W05_Q02": {
+ "templateId": "Quest:quest_s10_w05_q02",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_05",
+ "objectives": {
+ "objective_s10_w05_q02_o01_harvestmaterialsblock": 300
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_S10_W05_Q03": {
+ "templateId": "Quest:quest_s10_w05_q03",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_05",
+ "objectives": {
+ "objective_s10_w05_q03__o01_landherovillain_hero": 1,
+ "objective_s10_w05_q03__o02_landherovillain_villain": 1
+ },
+ "objectiveCompletionCount": 2,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_S10_W05_Q04": {
+ "templateId": "Quest:quest_s10_w05_q04",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_05",
+ "objectives": {
+ "objective_s10_w05_q04_o01_damagelowgravity": 250
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_S10_W05_Q05": {
+ "templateId": "Quest:quest_s10_w05_q05",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_05",
+ "objectives": {
+ "objective_s10_w05_q05_o01_searchcamerastoneheadbigrig": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_S10_W05_Q06": {
+ "templateId": "Quest:quest_s10_w05_q06",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_05",
+ "objectives": {
+ "objective_s10_w05_q06_o01_consumeforageditems": 10
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_S10_W05_Q07": {
+ "templateId": "Quest:quest_s10_w05_q07",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_05",
+ "objectives": {
+ "objective_s10_w05_q07_o01_searchvendingmachines": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_S10_W05_Q08": {
+ "templateId": "Quest:quest_s10_w05_q08",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_05",
+ "objectives": {
+ "objective_s10_w05_q08_o01_eliminationsdustyormeteor": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_S10_W05_Q09": {
+ "templateId": "Quest:quest_s10_w05_q09",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_05",
+ "objectives": {
+ "objective_s10_w05_q09_o01_searchchestsorammoboxesblock": 7
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_S10_W05_Q10": {
+ "templateId": "Quest:quest_s10_w05_q10",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_05",
+ "objectives": {
+ "objective_s10_w05_q10_o01_searchchestsmansionorlair": 7
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_S10_W05_Q11": {
+ "templateId": "Quest:quest_s10_w05_q11",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_05",
+ "objectives": {
+ "objective_s10_w05_q11_o01_damageexplosiveweapons": 500
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_S10_W05_Q12": {
+ "templateId": "Quest:quest_s10_w05_q12",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_05",
+ "objectives": {
+ "objective_s10_w05_q12_o01_searchbattlestarphoneforkknifeposters": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_S10_W05_Q13": {
+ "templateId": "Quest:quest_s10_w05_q13",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_05",
+ "objectives": {
+ "objective_s10_w05_q13_o01_consumeforageditemssinglematch": 8
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_S10_W05_Q14": {
+ "templateId": "Quest:quest_s10_w05_q14",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_05",
+ "objectives": {
+ "objective_s10_w05_q14_o01_harvestblockdustysinglematch": 300
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_S10_W006_Q01": {
+ "templateId": "Quest:quest_s10_w006_q01",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_06",
+ "objectives": {
+ "questobj_s10_w006_q01_obj01": 2
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_S10_W006_Q02": {
+ "templateId": "Quest:quest_s10_w006_q02",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_06",
+ "objectives": {
+ "questobj_s10_w006_q02_obj01": 1,
+ "questobj_s10_w006_q02_obj02": 1,
+ "questobj_s10_w006_q02_obj03": 1
+ },
+ "objectiveCompletionCount": 3,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_S10_W006_Q05": {
+ "templateId": "Quest:quest_s10_w006_q05",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_06",
+ "objectives": {
+ "questobj_s10_w006_q05_obj01": 1,
+ "questobj_s10_w006_q05_obj02": 1,
+ "questobj_s10_w006_q05_obj03": 1
+ },
+ "objectiveCompletionCount": 3,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_S10_W006_Q03": {
+ "templateId": "Quest:quest_s10_w006_q03",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_06",
+ "objectives": {
+ "questobj_s10_w006_q03_obj01": 100
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_S10_W006_Q06": {
+ "templateId": "Quest:quest_s10_w006_q06",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_06",
+ "objectives": {
+ "questobj_s10_w006_q06_obj01": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_S10_W006_Q12": {
+ "templateId": "Quest:quest_s10_w006_q12",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_06",
+ "objectives": {
+ "questobj_s10_w006_q12_obj01": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_S10_W006_Q07": {
+ "templateId": "Quest:quest_s10_w006_q07",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_06",
+ "objectives": {
+ "questobj_s10_w006_q07_obj01": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_S10_W006_Q08": {
+ "templateId": "Quest:quest_s10_w006_q08",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_06",
+ "objectives": {
+ "questobj_s10_w006_q08_obj01": 2
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_S10_W006_Q09": {
+ "templateId": "Quest:quest_s10_w006_q09",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_06",
+ "objectives": {
+ "questobj_s10_w006_q09_obj01": 1,
+ "questobj_s10_w006_q09_obj02": 1,
+ "questobj_s10_w006_q09_obj03": 1
+ },
+ "objectiveCompletionCount": 3,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_S10_W006_Q10": {
+ "templateId": "Quest:quest_s10_w006_q10",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_06",
+ "objectives": {
+ "questobj_s10_w006_q05_obj01": 1,
+ "questobj_s10_w006_q10_obj02": 1,
+ "questobj_s10_w006_q05_obj03": 1
+ },
+ "objectiveCompletionCount": 3,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_S10_W006_Q11": {
+ "templateId": "Quest:quest_s10_w006_q11",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_06",
+ "objectives": {
+ "questobj_s10_w006_q11_obj01": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_S10_W006_Q13": {
+ "templateId": "Quest:quest_s10_w006_q13",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_06",
+ "objectives": {
+ "questobj_s10_w006_q13_obj01": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_S10_W006_Q14": {
+ "templateId": "Quest:quest_s10_w006_q14",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_06",
+ "objectives": {
+ "questobj_s10_w006_q14_obj01": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_S10_W006_Q04": {
+ "templateId": "Quest:quest_s10_w006_q04",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_06",
+ "objectives": {
+ "questobj_s10_w006_q04_obj01": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-quest_s10_w07_q01": {
+ "templateId": "Quest:quest_s10_w07_q01",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_07",
+ "objectives": {
+ "objective_s10_w07_q01_matchesfriend": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-quest_s10_w07_q02": {
+ "templateId": "Quest:quest_s10_w07_q02",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_07",
+ "objectives": {
+ "objective_s10_w07_q02_assisteliminations": 5
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-quest_s10_w07_q03": {
+ "templateId": "Quest:quest_s10_w07_q03",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_07",
+ "objectives": {
+ "objective_s10_w07_q03_petpet": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-quest_s10_w07_q04": {
+ "templateId": "Quest:quest_s10_w07_q04",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_07",
+ "objectives": {
+ "objective_s10_w07_q04_healteammatechugsplashdifferentmatches": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-quest_s10_w07_q05": {
+ "templateId": "Quest:quest_s10_w07_q05",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_07",
+ "objectives": {
+ "objective_s10_w07_q05_o01_markitemsrarity_uncommon": 1,
+ "objective_s10_w07_q05_o02_markitemsrarity_rare": 1,
+ "objective_s10_w07_q05_o03_markitemsrarity_veryrare": 1
+ },
+ "objectiveCompletionCount": 3,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-quest_s10_w07_q06": {
+ "templateId": "Quest:quest_s10_w07_q06",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_07",
+ "objectives": {
+ "objective_s10_w07_q06_squaddamage": 1000
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-quest_s10_w07_q07": {
+ "templateId": "Quest:quest_s10_w07_q07",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_07",
+ "objectives": {
+ "objective_s10_w07_q07_reviveteammatedifferentmatches": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-quest_s10_w07_q08": {
+ "templateId": "Quest:quest_s10_w07_q08",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_07",
+ "objectives": {
+ "objective_s10_w07_q08_top20friend": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-quest_s10_w07_q09": {
+ "templateId": "Quest:quest_s10_w07_q09",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_07",
+ "objectives": {
+ "objective_s10_w07_q09_assisteliminationssinglematch": 5
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-quest_s10_w07_q10": {
+ "templateId": "Quest:quest_s10_w07_q10",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_07",
+ "objectives": {
+ "objective_s10_w07_q10_uselaunchpadsquadsduos": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-quest_s10_w07_q11": {
+ "templateId": "Quest:quest_s10_w07_q11",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_07",
+ "objectives": {
+ "objective_s10_w07_q11_healteammatecozycampfiredifferentmatches": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-quest_s10_w07_q12": {
+ "templateId": "Quest:quest_s10_w07_q12",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_07",
+ "objectives": {
+ "objective_s10_w07_q12_o01_markchestshieldheal_chest": 1,
+ "objective_s10_w07_q12_o02_markchestshieldheal_shield": 1,
+ "objective_s10_w07_q12_o03_markchestshieldheal_heal": 1
+ },
+ "objectiveCompletionCount": 3,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-quest_s10_w07_q13": {
+ "templateId": "Quest:quest_s10_w07_q13",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_07",
+ "objectives": {
+ "objective_s10_w07_q13_squaddamagesinglematch": 1000
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-quest_s10_w07_q14": {
+ "templateId": "Quest:quest_s10_w07_q14",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_07",
+ "objectives": {
+ "objective_s10_w07_q14_rebootteammate": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_S10_W008_Q08": {
+ "templateId": "Quest:quest_s10_w008_q08",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_08",
+ "objectives": {
+ "questobj_s10_w008_q08_obj01": 100
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_S10_W008_Q02": {
+ "templateId": "Quest:quest_s10_w008_q02",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_08",
+ "objectives": {
+ "questobj_s10_w008_q02_obj01": 1,
+ "complete_athena_racetrack_grassland": 1,
+ "questobj_s10_w008_q02_obj03": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_S10_W008_Q10": {
+ "templateId": "Quest:quest_s10_w008_q10",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_08",
+ "objectives": {
+ "questobj_s10_w008_q10_obj01": 10
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_S10_W008_Q04": {
+ "templateId": "Quest:quest_s10_w008_q04",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_08",
+ "objectives": {
+ "questobj_s10_w008_q04_obj01": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_S10_W008_Q05": {
+ "templateId": "Quest:quest_s10_w008_q05",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_08",
+ "objectives": {
+ "questobj_s10_w008_q05_obj01": 1,
+ "questobj_s10_w008_q05_obj02": 1,
+ "questobj_s10_w008_q05_obj03": 1
+ },
+ "objectiveCompletionCount": 3,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_S10_W008_Q13": {
+ "templateId": "Quest:quest_s10_w008_q13",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_08",
+ "objectives": {
+ "questobj_s10_w008_q13_obj01": 1,
+ "questobj_s10_w008_q13_obj02": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_S10_W008_Q07": {
+ "templateId": "Quest:quest_s10_w008_q07",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_08",
+ "objectives": {
+ "questobj_s10_w008_q07_obj01": 1,
+ "questobj_s10_w008_q07_obj02": 1,
+ "questobj_s10_w008_q07_obj03": 1,
+ "questobj_s10_w008_q07_obj04": 1,
+ "questobj_s10_w008_q07_obj05": 1,
+ "questobj_s10_w008_q07_obj06": 1,
+ "questobj_s10_w008_q07_obj07": 1,
+ "questobj_s10_w008_q07_obj08": 1,
+ "questobj_s10_w008_q07_obj09": 1
+ },
+ "objectiveCompletionCount": 3,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_S10_W008_Q01": {
+ "templateId": "Quest:quest_s10_w008_q01",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_08",
+ "objectives": {
+ "questobj_s10_w008_q01_obj01": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_S10_W008_Q09": {
+ "templateId": "Quest:quest_s10_w008_q09",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_08",
+ "objectives": {
+ "questobj_s10_w008_q09_obj01": 100
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_S10_W008_Q03": {
+ "templateId": "Quest:quest_s10_w008_q03",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_08",
+ "objectives": {
+ "questobj_s10_w008_q03_obj01": 500
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_S10_W008_Q11": {
+ "templateId": "Quest:quest_s10_w008_q11",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_08",
+ "objectives": {
+ "questobj_s10_w008_q11_obj01": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_S10_W008_Q12": {
+ "templateId": "Quest:quest_s10_w008_q12",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_08",
+ "objectives": {
+ "questobj_s10_w008_q12_obj01": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_S10_W008_Q06": {
+ "templateId": "Quest:quest_s10_w008_q06",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_08",
+ "objectives": {
+ "questobj_s10_w008_q06_obj01": 1,
+ "questobj_s10_w008_q06_obj02": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_S10_W008_Q14": {
+ "templateId": "Quest:quest_s10_w008_q14",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_08",
+ "objectives": {
+ "questobj_s10_w008_q14_obj01": 1,
+ "questobj_s10_w008_q14_obj02": 1,
+ "questobj_s10_w008_q14_obj03": 1,
+ "questobj_s10_w008_q14_obj04": 1,
+ "questobj_s10_w008_q14_obj05": 1,
+ "questobj_s10_w008_q14_obj06": 1,
+ "questobj_s10_w008_q14_obj07": 1,
+ "questobj_s10_w008_q14_obj08": 1,
+ "questobj_s10_w008_q14_obj09": 1
+ },
+ "objectiveCompletionCount": 2,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_S10_W009_Q01": {
+ "templateId": "Quest:quest_s10_w009_q01",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_09",
+ "objectives": {
+ "questobj_s10_w009_q01_obj01": 1,
+ "questobj_s10_w009_q01_obj02": 1,
+ "questobj_s10_w009_q01_obj03": 1
+ },
+ "objectiveCompletionCount": 3,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_S10_W009_Q02": {
+ "templateId": "Quest:quest_s10_w009_q02",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_09",
+ "objectives": {
+ "questobj_s10_w009_q02_obj01": 50
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_S10_W009_Q03": {
+ "templateId": "Quest:quest_s10_w009_q03",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_09",
+ "objectives": {
+ "questobj_s10_w009_q03_obj01": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_S10_W009_Q04": {
+ "templateId": "Quest:quest_s10_w009_q04",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_09",
+ "objectives": {
+ "questobj_s10_w009_q04_obj01": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_S10_W009_Q05": {
+ "templateId": "Quest:quest_s10_w009_q05",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_09",
+ "objectives": {
+ "questobj_s10_w009_q05_obj01": 4
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_S10_W009_Q06": {
+ "templateId": "Quest:quest_s10_w009_q06",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_09",
+ "objectives": {
+ "questobj_s10_w009_q06_obj01": 10
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_S10_W009_Q07": {
+ "templateId": "Quest:quest_s10_w009_q07",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_09",
+ "objectives": {
+ "questobj_s10_w009_q07_obj01": 2
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_S10_W009_Q08": {
+ "templateId": "Quest:quest_s10_w009_q08",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_09",
+ "objectives": {
+ "questobj_s10_w009_q08_obj01": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_S10_W009_Q09": {
+ "templateId": "Quest:quest_s10_w009_q09",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_09",
+ "objectives": {
+ "questobj_s10_w009_q09_obj01": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_S10_W009_Q10": {
+ "templateId": "Quest:quest_s10_w009_q10",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_09",
+ "objectives": {
+ "questobj_s10_w009_q10_obj01": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_S10_W009_Q11": {
+ "templateId": "Quest:quest_s10_w009_q11",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_09",
+ "objectives": {
+ "questobj_s10_w009_q11_obj01": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_S10_W009_Q12": {
+ "templateId": "Quest:quest_s10_w009_q12",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_09",
+ "objectives": {
+ "questobj_s10_w009_q12_obj01": 4
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_S10_W009_Q13": {
+ "templateId": "Quest:quest_s10_w009_q13",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_09",
+ "objectives": {
+ "questobj_s10_w009_q13_obj01": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_S10_W009_Q14": {
+ "templateId": "Quest:quest_s10_w009_q14",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_09",
+ "objectives": {
+ "questobj_s10_w009_q14_obj01": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_S10_NightNight_Interact": {
+ "templateId": "Quest:quest_br_s10_nightnight_interact",
+ "challenge_bundle_id": "QS10-QuestBundle_S10_OT",
+ "objectives": {
+ "interact_nightnight_00": 1,
+ "interact_nightnight_01": 1
+ },
+ "objectiveCompletionCount": 2,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 2500
+ }
+ ],
+ "hiddenRewards": [
+ {
+ "templateId": "Token:athena_s10overtime_challenge_token",
+ "quantity": 1
+ }
+ ],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_S10_OT_q01b": {
+ "templateId": "Quest:quest_s10_ot_q01b",
+ "challenge_bundle_id": "QS10-QuestBundle_S10_OT",
+ "objectives": {
+ "questobj_s10_ot_q01b_obj01": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_348_djremix_colord",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_S10_OT_q01a": {
+ "templateId": "Quest:quest_s10_ot_q01a",
+ "challenge_bundle_id": "QS10-QuestBundle_S10_OT",
+ "objectives": {
+ "questobj_s10_ot_q01a_obj01": 47
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaCharacter:cid_487_athena_commando_m_djremix",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_s10_ot_q01b",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_S10_OT_q02b": {
+ "templateId": "Quest:quest_s10_ot_q02b",
+ "challenge_bundle_id": "QS10-QuestBundle_S10_OT",
+ "objectives": {
+ "questobj_s10_ot_q02b_obj01": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_347_sparkleremix_colore",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_S10_OT_q02a": {
+ "templateId": "Quest:quest_s10_ot_q02a",
+ "challenge_bundle_id": "QS10-QuestBundle_S10_OT",
+ "objectives": {
+ "questobj_s10_ot_q02a_obj01": 70
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaCharacter:cid_485_athena_commando_f_sparkleremix",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_s10_ot_q02b",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_S10_OT_q03b": {
+ "templateId": "Quest:quest_s10_ot_q03b",
+ "challenge_bundle_id": "QS10-QuestBundle_S10_OT",
+ "objectives": {
+ "questobj_s10_ot_q03b_obj01": 5
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_346_voyagerremix_colorc",
+ "quantity": 1
+ },
+ {
+ "templateId": "CosmeticVariantToken:vtid_345_m_voyagerremix_backbling_colorc",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_S10_OT_q03a": {
+ "templateId": "Quest:quest_s10_ot_q03a",
+ "challenge_bundle_id": "QS10-QuestBundle_S10_OT",
+ "objectives": {
+ "questobj_s10_ot_q03a_obj01": 87
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaCharacter:cid_489_athena_commando_m_voyagerremix",
+ "quantity": 1
+ },
+ {
+ "templateId": "Quest:quest_s10_ot_q03b",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_S10_OT_q05": {
+ "templateId": "Quest:quest_s10_ot_q05",
+ "challenge_bundle_id": "QS10-QuestBundle_S10_OT",
+ "objectives": {
+ "questobj_s10_ot_q05_obj01": 2500
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 2500
+ }
+ ],
+ "hiddenRewards": [
+ {
+ "templateId": "Token:athena_s10overtime_challenge_token",
+ "quantity": 1
+ }
+ ],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_S10_NightNight_Interact_02": {
+ "templateId": "Quest:quest_br_s10_nightnight_interact_02",
+ "challenge_bundle_id": "QS10-QuestBundle_S10_OT",
+ "objectives": {
+ "interact_nightnight_02": 1,
+ "interact_nightnight_03": 1
+ },
+ "objectiveCompletionCount": 2,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 5000
+ }
+ ],
+ "hiddenRewards": [
+ {
+ "templateId": "Token:athena_s10overtime_challenge_token",
+ "quantity": 1
+ }
+ ],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_S10_OT_q07": {
+ "templateId": "Quest:quest_s10_ot_q07",
+ "challenge_bundle_id": "QS10-QuestBundle_S10_OT",
+ "objectives": {
+ "questobj_s10_ot_q07_obj01": 250
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 5000
+ }
+ ],
+ "hiddenRewards": [
+ {
+ "templateId": "Token:athena_s10overtime_challenge_token",
+ "quantity": 1
+ }
+ ],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_S10_NightNight_Interact_03": {
+ "templateId": "Quest:quest_br_s10_nightnight_interact_03",
+ "challenge_bundle_id": "QS10-QuestBundle_S10_OT",
+ "objectives": {
+ "interact_nightnight_04": 1,
+ "interact_nightnight_05": 1
+ },
+ "objectiveCompletionCount": 2,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 10000
+ }
+ ],
+ "hiddenRewards": [
+ {
+ "templateId": "Token:athena_s10overtime_challenge_token",
+ "quantity": 1
+ }
+ ],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_S10_OT_q09": {
+ "templateId": "Quest:quest_s10_ot_q09",
+ "challenge_bundle_id": "QS10-QuestBundle_S10_OT",
+ "objectives": {
+ "questobj_s10_ot_q09_obj01": 25
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 10000
+ }
+ ],
+ "hiddenRewards": [
+ {
+ "templateId": "Token:athena_s10overtime_challenge_token",
+ "quantity": 1
+ }
+ ],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_BM_Damage_Boomerang": {
+ "templateId": "Quest:quest_br_bm_damage_boomerang",
+ "challenge_bundle_id": "QS10-QuestBundle_Event_BlackMonday",
+ "objectives": {
+ "athena_blackmonday_damage_badger": 250
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaDance:spid_160_blackmonday02_pm0u6",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ "QS10-Quest_BR_BM_Interact_Lamps": {
+ "templateId": "Quest:quest_br_bm_interact_lamps",
+ "challenge_bundle_id": "QS10-QuestBundle_Event_BlackMonday",
+ "objectives": {
+ "athena_blackmonday_lightlamps_01": 1,
+ "athena_blackmonday_lightlamps_02": 1,
+ "athena_blackmonday_lightlamps_03": 1,
+ "athena_blackmonday_lightlamps_04": 1,
+ "athena_blackmonday_lightlamps_05": 1,
+ "athena_blackmonday_lightlamps_06": 1,
+ "athena_blackmonday_lightlamps_07": 1,
+ "athena_blackmonday_lightlamps_08": 1,
+ "athena_blackmonday_lightlamps_09": 1,
+ "athena_blackmonday_lightlamps_10": 1,
+ "athena_blackmonday_lightlamps_11": 1,
+ "athena_blackmonday_lightlamps_12": 1,
+ "athena_blackmonday_lightlamps_13": 1,
+ "athena_blackmonday_lightlamps_14": 1,
+ "athena_blackmonday_lightlamps_15": 1
+ },
+ "objectiveCompletionCount": 3,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ "QS10-Quest_BR_BM_Use_Grappler": {
+ "templateId": "Quest:quest_br_bm_use_grappler",
+ "challenge_bundle_id": "QS10-QuestBundle_Event_BlackMonday",
+ "objectives": {
+ "athena_blackmonday_use_grappler": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ "QS10-Quest_BR_BM_Interact_Bombs": {
+ "templateId": "Quest:quest_br_bm_interact_bombs",
+ "challenge_bundle_id": "QS10-QuestBundle_Event_BlackMonday",
+ "objectives": {
+ "athena_blackmonday_junkjunction": 1,
+ "athena_blackmonday_jam_hauntedhills": 1,
+ "athena_blackmonday_jam_pleasantpark": 1,
+ "athena_blackmonday_jam_theblock": 1,
+ "athena_blackmonday_jam_snobbyshores": 1,
+ "athena_blackmonday_jam_polarpeak": 1,
+ "athena_blackmonday_jam_shiftyshafts": 1,
+ "athena_blackmonday_jam_frostyflights": 1,
+ "athena_blackmonday_jam_happyhamlet": 1,
+ "athena_blackmonday_jam_tiltedtowers": 1,
+ "athena_blackmonday_jam_lootlake": 1,
+ "athena_blackmonday_jam_lazylagoon": 1,
+ "athena_blackmonday_jam_dustydepot": 1,
+ "athena_blackmonday_jam_saltysprings": 1,
+ "athena_blackmonday_jam_fatalfields": 1,
+ "athena_blackmonday_jam_luckylanding": 1,
+ "athena_blackmonday_jam_paradisepalms": 1,
+ "athena_blackmonday_jam_retailrow": 1,
+ "athena_blackmonday_jam_pressureplant": 1,
+ "athena_blackmonday_jam_sunnysteps": 1,
+ "athena_blackmonday_jam_lonelylodge": 1,
+ "athena_blackmonday_jam_greasygrove": 1
+ },
+ "objectiveCompletionCount": 3,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ "QS10-Quest_BR_BM_Damage_AfterUsing_Boomerang": {
+ "templateId": "Quest:quest_br_bm_damage_afterusing_boomerang",
+ "challenge_bundle_id": "QS10-QuestBundle_Event_BlackMonday",
+ "objectives": {
+ "athena_blackmonday_damage_afterusing_grappler": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ "QS10-Quest_BR_BM_GrappleLampBoomerang_SingleMatch": {
+ "templateId": "Quest:quest_br_bm_grapplelampboomerang_singlematch",
+ "challenge_bundle_id": "QS10-QuestBundle_Event_BlackMonday",
+ "objectives": {
+ "athena_blackmonday_do3_grappler": 1,
+ "athena_blackmonday_do3_lamp": 1,
+ "athena_blackmonday_do3_boomerang": 1
+ },
+ "objectiveCompletionCount": 3,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenabattlestar",
+ "quantity": 10
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ "QS10-Quest_BR_Oak_CollectCash": {
+ "templateId": "Quest:quest_br_oak_collectcash",
+ "challenge_bundle_id": "QS10-QuestBundle_Event_Oak",
+ "objectives": {
+ "quest_br_oak_collectcash": 10
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaDance:spid_157_barbequelarrymask",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ "QS10-Quest_BR_Oak_Eliminations": {
+ "templateId": "Quest:quest_br_oak_eliminations",
+ "challenge_bundle_id": "QS10-QuestBundle_Event_Oak",
+ "objectives": {
+ "quest_br_oak_eliminations": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 500
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ "QS10-Quest_BR_Oak_Search_Chests": {
+ "templateId": "Quest:quest_br_oak_search_chests",
+ "challenge_bundle_id": "QS10-QuestBundle_Event_Oak",
+ "objectives": {
+ "quest_br_oak_search_chests": 7
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 500
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ "QS10-Quest_BR_Oak_FetchEye": {
+ "templateId": "Quest:quest_br_oak_fetcheye",
+ "challenge_bundle_id": "QS10-QuestBundle_Event_Oak",
+ "objectives": {
+ "quest_br_oak_fetcheye_01": 1,
+ "quest_br_oak_fetcheye_02": 1
+ },
+ "objectiveCompletionCount": 2,
+ "rewards": [
+ {
+ "templateId": "AthenaDance:spid_155_barbequelarrybunnyhead",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ "QS10-Quest_BR_Oak_GainShield": {
+ "templateId": "Quest:quest_br_oak_gainshield",
+ "challenge_bundle_id": "QS10-QuestBundle_Event_Oak",
+ "objectives": {
+ "quest_br_oak_gainshield": 500
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AccountResource:athenaseasonalxp",
+ "quantity": 500
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ "QS10-Quest_BR_Oak_Search_Logos": {
+ "templateId": "Quest:quest_br_oak_search_logos",
+ "challenge_bundle_id": "QS10-QuestBundle_Event_Oak",
+ "objectives": {
+ "quest_br_oak_search_logos_01": 1,
+ "quest_br_oak_search_logos_02": 1,
+ "quest_br_oak_search_logos_03": 1,
+ "quest_br_oak_search_logos_04": 1,
+ "quest_br_oak_search_logos_05": 1
+ },
+ "objectiveCompletionCount": 3,
+ "rewards": [
+ {
+ "templateId": "BannerToken:bannertoken_004_oak",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {
+ "templateId": "GiftBox:gb_missioncomplete",
+ "giftBoxFormatData": {}
+ }
+ },
+ "QS10-Quest_BR_S10_Mystery_DestroyStructure_JunkRift": {
+ "templateId": "Quest:quest_br_s10_mystery_destroystructure_junkrift",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_Mystery",
+ "objectives": {
+ "quest_br_s10_mystery_destroystructure_junkrift": 10
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_S10_Mystery_Visit_SingleMatch_DifferentRiftZone": {
+ "templateId": "Quest:quest_br_s10_mystery_visit_singlematch_differentriftzone",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_Mystery",
+ "objectives": {
+ "quest_br_s10_mystery_visit_singlematch_differentriftzone_00": 1,
+ "quest_br_s10_mystery_visit_singlematch_differentriftzone_01": 1,
+ "quest_br_s10_mystery_visit_singlematch_differentriftzone_02": 1,
+ "quest_br_s10_mystery_visit_singlematch_differentriftzone_03": 1,
+ "quest_br_s10_mystery_visit_singlematch_differentriftzone_04": 1,
+ "quest_br_s10_mystery_visit_singlematch_differentriftzone_05": 1,
+ "quest_br_s10_mystery_visit_singlematch_differentriftzone_06": 1
+ },
+ "objectiveCompletionCount": 3,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_S10_Mystery_Eliminations_RiftZone": {
+ "templateId": "Quest:quest_br_s10_mystery_eliminations_riftzone",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_Mystery",
+ "objectives": {
+ "quest_br_s10_mystery_eliminations_riftzone": 7
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_S10_Mystery_Search_AmmoBoxesChests_RiftZone": {
+ "templateId": "Quest:quest_br_s10_mystery_search_ammoboxeschests_riftzone",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_Mystery",
+ "objectives": {
+ "quest_br_s10_mystery_search_ammoboxeschests_riftzone": 20
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_S10_Mystery_Placement_SoloDuoSquad_Top10_AfterLandInRift": {
+ "templateId": "Quest:quest_br_s10_mystery_placement_soloduosquad_top10_afterlandinrift",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_Mystery",
+ "objectives": {
+ "quest_br_s10_mystery_placement_soloduosquad_top10_afterlandinrift": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_S10_Mystery_Consume_GlitchedForaged_Different": {
+ "templateId": "Quest:quest_br_s10_mystery_consume_glitchedforaged_different",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_Mystery",
+ "objectives": {
+ "quest_br_s10_mystery_consume_glitchedforaged_different_00": 1,
+ "quest_br_s10_mystery_consume_glitchedforaged_different_01": 1,
+ "quest_br_s10_mystery_consume_glitchedforaged_different_02": 1,
+ "quest_br_s10_mystery_consume_glitchedforaged_different_03": 1,
+ "quest_br_s10_mystery_consume_glitchedforaged_different_04": 1,
+ "quest_br_s10_mystery_consume_glitchedforaged_different_05": 1
+ },
+ "objectiveCompletionCount": 4,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_S10_Mystery_TouchCube_ZeroRift_LandingPod": {
+ "templateId": "Quest:quest_br_s10_mystery_touchcube_zerorift_landingpod",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_Mystery",
+ "objectives": {
+ "quest_br_s10_mystery_touchcube_zerorift_landingpod_00": 1,
+ "quest_br_s10_mystery_touchcube_zerorift_landingpod_01": 1,
+ "quest_br_s10_mystery_touchcube_zerorift_landingpod_02": 1
+ },
+ "objectiveCompletionCount": 3,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_S10_LevelUp_SeasonLevel_01": {
+ "templateId": "Quest:quest_br_s10_levelup_seasonlevel_01",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_SeasonLevel",
+ "objectives": {
+ "athena_season_levelup_s10_01": 10
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_S10_LevelUp_SeasonLevel_02": {
+ "templateId": "Quest:quest_br_s10_levelup_seasonlevel_02",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_SeasonLevel",
+ "objectives": {
+ "athena_season_levelup_s10_02": 15
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_S10_LevelUp_SeasonLevel_03": {
+ "templateId": "Quest:quest_br_s10_levelup_seasonlevel_03",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_SeasonLevel",
+ "objectives": {
+ "athena_season_levelup_s10_03": 20
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_S10_LevelUp_SeasonLevel_04": {
+ "templateId": "Quest:quest_br_s10_levelup_seasonlevel_04",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_SeasonLevel",
+ "objectives": {
+ "athena_season_levelup_s10_04": 25
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_S10_LevelUp_SeasonLevel_05": {
+ "templateId": "Quest:quest_br_s10_levelup_seasonlevel_05",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_SeasonLevel",
+ "objectives": {
+ "athena_season_levelup_s10_05": 30
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_S10_LevelUp_SeasonLevel_06": {
+ "templateId": "Quest:quest_br_s10_levelup_seasonlevel_06",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_SeasonLevel",
+ "objectives": {
+ "athena_season_levelup_s10_06": 35
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_S10_LevelUp_SeasonLevel_07": {
+ "templateId": "Quest:quest_br_s10_levelup_seasonlevel_07",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_SeasonLevel",
+ "objectives": {
+ "athena_season_levelup_s10_07": 40
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_S10_LevelUp_SeasonLevel_08": {
+ "templateId": "Quest:quest_br_s10_levelup_seasonlevel_08",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_SeasonLevel",
+ "objectives": {
+ "athena_season_levelup_s10_08": 45
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_S10_LevelUp_SeasonLevel_09": {
+ "templateId": "Quest:quest_br_s10_levelup_seasonlevel_09",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_SeasonLevel",
+ "objectives": {
+ "athena_season_levelup_s10_09": 50
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_S10_LevelUp_SeasonLevel_10": {
+ "templateId": "Quest:quest_br_s10_levelup_seasonlevel_10",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_SeasonLevel",
+ "objectives": {
+ "athena_season_levelup_s10_10": 55
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_S10_LevelUp_SeasonLevel_11": {
+ "templateId": "Quest:quest_br_s10_levelup_seasonlevel_11",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_SeasonLevel",
+ "objectives": {
+ "athena_season_levelup_s10_11": 60
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_S10_LevelUp_SeasonLevel_12": {
+ "templateId": "Quest:quest_br_s10_levelup_seasonlevel_12",
+ "challenge_bundle_id": "QS10-MissionBundle_S10_SeasonLevel",
+ "objectives": {
+ "athena_season_levelup_s10_12": 65
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_S10_SeasonX_Tier100": {
+ "templateId": "Quest:quest_br_s10_seasonx_tier100",
+ "challenge_bundle_id": "QS10-QuestBundle_S10_SeasonX",
+ "objectives": {
+ "athena_s10_seasonx_tier100": 100
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_S10_SeasonX_SeasonLevel": {
+ "templateId": "Quest:quest_br_s10_seasonx_seasonlevel",
+ "challenge_bundle_id": "QS10-QuestBundle_S10_SeasonX",
+ "objectives": {
+ "athena_s10_seasonx_seasonlevelmission": 12
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_S10_SeasonX_BPMissions": {
+ "templateId": "Quest:quest_br_s10_seasonx_bpmissions",
+ "challenge_bundle_id": "QS10-QuestBundle_S10_SeasonX",
+ "objectives": {
+ "athena_s10_seasonx_bpmissions_01a": 1,
+ "athena_s10_seasonx_bpmissions_01b": 1,
+ "athena_s10_seasonx_bpmissions_02": 1,
+ "athena_s10_seasonx_bpmissions_03": 1,
+ "athena_s10_seasonx_bpmissions_04": 1,
+ "athena_s10_seasonx_bpmissions_05": 1,
+ "athena_s10_seasonx_bpmissions_06": 1,
+ "athena_s10_seasonx_bpmissions_07": 1,
+ "athena_s10_seasonx_bpmissions_08": 1,
+ "athena_s10_seasonx_bpmissions_09": 1
+ },
+ "objectiveCompletionCount": 10,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_S10_SeasonX_PrestigeMissions": {
+ "templateId": "Quest:quest_br_s10_seasonx_prestigemissions",
+ "challenge_bundle_id": "QS10-QuestBundle_S10_SeasonX",
+ "objectives": {
+ "athena_s10_seasonx_prestigemissions_01a": 1,
+ "athena_s10_seasonx_prestigemissions_01b": 1,
+ "athena_s10_seasonx_prestigemissions_02": 1,
+ "athena_s10_seasonx_prestigemissions_03": 1,
+ "athena_s10_seasonx_prestigemissions_04": 1,
+ "athena_s10_seasonx_prestigemissions_05": 1,
+ "athena_s10_seasonx_prestigemissions_06": 1,
+ "athena_s10_seasonx_prestigemissions_07": 1,
+ "athena_s10_seasonx_prestigemissions_08": 1,
+ "athena_s10_seasonx_prestigemissions_09": 1
+ },
+ "objectiveCompletionCount": 10,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_S10_SeasonX_Mystery": {
+ "templateId": "Quest:quest_br_s10_seasonx_mystery",
+ "challenge_bundle_id": "QS10-QuestBundle_S10_SeasonX",
+ "objectives": {
+ "athena_s10_seasonx_mystery": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_S10_Style_BlackKnightRemix_01": {
+ "templateId": "Quest:quest_s10_style_blackknightremix_01",
+ "challenge_bundle_id": "QS10-UnlockPreviewBundle_S10_BlackKnight",
+ "objectives": {
+ "s10_style_blackknightremix_01": 5
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_325_knightremix_colorc",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_S10_Style_BlackKnightRemix_02": {
+ "templateId": "Quest:quest_s10_style_blackknightremix_02",
+ "challenge_bundle_id": "QS10-UnlockPreviewBundle_S10_BlackKnight",
+ "objectives": {
+ "s10_style_blackknightremix_02": 22
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaItemWrap:wrap_108_knightremix",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_S10_Style_BlackKnightRemix_03": {
+ "templateId": "Quest:quest_s10_style_blackknightremix_03",
+ "challenge_bundle_id": "QS10-UnlockPreviewBundle_S10_BlackKnight",
+ "objectives": {
+ "s10_style_blackknightremix_03": 95
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaGlider:glider_id_165_knightremix",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_S10_Style_BlackKnightRemix_04": {
+ "templateId": "Quest:quest_s10_style_blackknightremix_04",
+ "challenge_bundle_id": "QS10-UnlockPreviewBundle_S10_BlackKnight",
+ "objectives": {
+ "s10_style_blackknightremix_04": 100
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaCharacter:cid_484_athena_commando_m_knightremix",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_S10_Style_BlackKnightRemix_05": {
+ "templateId": "Quest:quest_s10_style_blackknightremix_05",
+ "challenge_bundle_id": "QS10-UnlockPreviewBundle_S10_BlackKnight",
+ "objectives": {
+ "s10_style_blackknightremix_05": 100
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaBackpack:bid_317_knightremix",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_S10_Style_BlackKnightRemix_06": {
+ "templateId": "Quest:quest_s10_style_blackknightremix_06",
+ "challenge_bundle_id": "QS10-UnlockPreviewBundle_S10_BlackKnight",
+ "objectives": {
+ "s10_style_blackknightremix_06": 65
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_323_knightremix_stageb",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_S10_Style_BlackKnightRemix_07": {
+ "templateId": "Quest:quest_s10_style_blackknightremix_07",
+ "challenge_bundle_id": "QS10-UnlockPreviewBundle_S10_BlackKnight",
+ "objectives": {
+ "s10_style_blackknightremix_07": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaPickaxe:pickaxe_id_241_knightremix",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_S10_Style_BlackKnightRemix_08": {
+ "templateId": "Quest:quest_s10_style_blackknightremix_08",
+ "challenge_bundle_id": "QS10-UnlockPreviewBundle_S10_BlackKnight",
+ "objectives": {
+ "s10_style_blackknightremix_08": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_324_knightremix_colorb",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_S10_Style_DJRemix_01": {
+ "templateId": "Quest:quest_s10_style_djremix_01",
+ "challenge_bundle_id": "QS10-UnlockPreviewBundle_S10_DJYonger",
+ "objectives": {
+ "s10_style_djremix_01": 35
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaItemWrap:wrap_106_djremix",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_S10_Style_DJRemix_02": {
+ "templateId": "Quest:quest_s10_style_djremix_02",
+ "challenge_bundle_id": "QS10-UnlockPreviewBundle_S10_DJYonger",
+ "objectives": {
+ "s10_style_djremix_02": 39
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaGlider:glider_id_163_djremix",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_S10_Style_DJRemix_03": {
+ "templateId": "Quest:quest_s10_style_djremix_03",
+ "challenge_bundle_id": "QS10-UnlockPreviewBundle_S10_DJYonger",
+ "objectives": {
+ "s10_style_djremix_03": 43
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaSkyDiveContrail:trails_id_065_djremix",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_S10_Style_DJRemix_04": {
+ "templateId": "Quest:quest_s10_style_djremix_04",
+ "challenge_bundle_id": "QS10-UnlockPreviewBundle_S10_DJYonger",
+ "objectives": {
+ "s10_style_djremix_04": 47
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaCharacter:cid_487_athena_commando_m_djremix",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_S10_Style_DJRemix_05": {
+ "templateId": "Quest:quest_s10_style_djremix_05",
+ "challenge_bundle_id": "QS10-UnlockPreviewBundle_S10_DJYonger",
+ "objectives": {
+ "s10_style_djremix_05": 54
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_288_djremix_headgearb",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_S10_Style_DJRemix_06": {
+ "templateId": "Quest:quest_s10_style_djremix_06",
+ "challenge_bundle_id": "QS10-UnlockPreviewBundle_S10_DJYonger",
+ "objectives": {
+ "s10_style_djremix_06": 99
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_289_djremix_headgearc",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_S10_Style_DJRemix_07": {
+ "templateId": "Quest:quest_s10_style_djremix_07",
+ "challenge_bundle_id": "QS10-UnlockPreviewBundle_S10_DJYonger",
+ "objectives": {
+ "s10_style_djremix_07": 40
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_314_djremix_stageb",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_S10_Style_DJRemix_08": {
+ "templateId": "Quest:quest_s10_style_djremix_08",
+ "challenge_bundle_id": "QS10-UnlockPreviewBundle_S10_DJYonger",
+ "objectives": {
+ "s10_style_djremix_08": 40
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_315_djremix_colorb",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_S10_Style_DJRemix_09": {
+ "templateId": "Quest:quest_s10_style_djremix_09",
+ "challenge_bundle_id": "QS10-UnlockPreviewBundle_S10_DJYonger",
+ "objectives": {
+ "s10_style_djremix_09": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaPickaxe:pickaxe_id_243_djremix",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_S10_Style_DJRemix_10": {
+ "templateId": "Quest:quest_s10_style_djremix_10",
+ "challenge_bundle_id": "QS10-UnlockPreviewBundle_S10_DJYonger",
+ "objectives": {
+ "s10_style_djremix_10": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_316_djremix_colorc",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_S10_Style_StreetRacerDrift_01": {
+ "templateId": "Quest:quest_s10_style_streetracerdrift_01",
+ "challenge_bundle_id": "QS10-UnlockPreviewBundle_S10_Drift",
+ "objectives": {
+ "s10_style_streetracerdrift_01": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaCharacter:cid_486_athena_commando_f_streetracerdrift",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_S10_Style_StreetRacerDrift_02": {
+ "templateId": "Quest:quest_s10_style_streetracerdrift_02",
+ "challenge_bundle_id": "QS10-UnlockPreviewBundle_S10_Drift",
+ "objectives": {
+ "s10_style_streetracerdrift_02": 21
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaSkyDiveContrail:trails_id_074_driftlightning",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_S10_Style_StreetRacerDrift_03": {
+ "templateId": "Quest:quest_s10_style_streetracerdrift_03",
+ "challenge_bundle_id": "QS10-UnlockPreviewBundle_S10_Drift",
+ "objectives": {
+ "s10_style_streetracerdrift_03": 97
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaItemWrap:wrap_110_streetracerdriftremix",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_S10_Style_StreetRacerDrift_04": {
+ "templateId": "Quest:quest_s10_style_streetracerdrift_04",
+ "challenge_bundle_id": "QS10-UnlockPreviewBundle_S10_Drift",
+ "objectives": {
+ "s10_style_streetracerdrift_04": 10
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_309_streetracerdriftremix_stageb",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_S10_Style_StreetRacerDrift_05": {
+ "templateId": "Quest:quest_s10_style_streetracerdrift_05",
+ "challenge_bundle_id": "QS10-UnlockPreviewBundle_S10_Drift",
+ "objectives": {
+ "s10_style_streetracerdrift_05": 30
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_310_streetracerdriftremix_stagec",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_S10_Style_StreetRacerDrift_06": {
+ "templateId": "Quest:quest_s10_style_streetracerdrift_06",
+ "challenge_bundle_id": "QS10-UnlockPreviewBundle_S10_Drift",
+ "objectives": {
+ "s10_style_streetracerdrift_06": 55
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_311_streetracerdriftremix_staged",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_S10_Style_StreetRacerDrift_07": {
+ "templateId": "Quest:quest_s10_style_streetracerdrift_07",
+ "challenge_bundle_id": "QS10-UnlockPreviewBundle_S10_Drift",
+ "objectives": {
+ "s10_style_streetracerdrift_07": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaBackpack:bid_319_streetracerdriftremix",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_S10_Style_StreetRacerDrift_08": {
+ "templateId": "Quest:quest_s10_style_streetracerdrift_08",
+ "challenge_bundle_id": "QS10-UnlockPreviewBundle_S10_Drift",
+ "objectives": {
+ "s10_style_streetracerdrift_08": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_312_streetracerdriftremix_colorb",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_S10_Style_StreetRacerDrift_09": {
+ "templateId": "Quest:quest_s10_style_streetracerdrift_09",
+ "challenge_bundle_id": "QS10-UnlockPreviewBundle_S10_Drift",
+ "objectives": {
+ "s10_style_streetracerdrift_09": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaGlider:glider_id_168_streetracerdriftremix",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_S10_Style_StreetRacerDrift_10": {
+ "templateId": "Quest:quest_s10_style_streetracerdrift_10",
+ "challenge_bundle_id": "QS10-UnlockPreviewBundle_S10_Drift",
+ "objectives": {
+ "s10_style_streetracerdrift_10": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_313_streetracerdriftremix_colorc",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_S10_Style_RustRemix_01": {
+ "templateId": "Quest:quest_s10_style_rustremix_01",
+ "challenge_bundle_id": "QS10-UnlockPreviewBundle_S10_RustLord",
+ "objectives": {
+ "s10_style_rustremix_01": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaCharacter:cid_488_athena_commando_m_rustremix",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_S10_Style_RustRemix_02": {
+ "templateId": "Quest:quest_s10_style_rustremix_02",
+ "challenge_bundle_id": "QS10-UnlockPreviewBundle_S10_RustLord",
+ "objectives": {
+ "s10_style_rustremix_02": 7
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaGlider:glider_id_166_rustlordremix",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_S10_Style_RustRemix_03": {
+ "templateId": "Quest:quest_s10_style_rustremix_03",
+ "challenge_bundle_id": "QS10-UnlockPreviewBundle_S10_RustLord",
+ "objectives": {
+ "s10_style_rustremix_03": 38
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaBackpack:bid_320_rustlordremix",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_S10_Style_RustRemix_04": {
+ "templateId": "Quest:quest_s10_style_rustremix_04",
+ "challenge_bundle_id": "QS10-UnlockPreviewBundle_S10_RustLord",
+ "objectives": {
+ "s10_style_rustremix_04": 84
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaItemWrap:wrap_109_rustremix",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_S10_Style_RustRemix_05": {
+ "templateId": "Quest:quest_s10_style_rustremix_05",
+ "challenge_bundle_id": "QS10-UnlockPreviewBundle_S10_RustLord",
+ "objectives": {
+ "s10_style_rustremix_05": 15
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_296_rustremix_colorc",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_S10_Style_RustRemix_06": {
+ "templateId": "Quest:quest_s10_style_rustremix_06",
+ "challenge_bundle_id": "QS10-UnlockPreviewBundle_S10_RustLord",
+ "objectives": {
+ "s10_style_rustremix_06": 35
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_294_rustremix_stageb",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_S10_Style_RustRemix_07": {
+ "templateId": "Quest:quest_s10_style_rustremix_07",
+ "challenge_bundle_id": "QS10-UnlockPreviewBundle_S10_RustLord",
+ "objectives": {
+ "s10_style_rustremix_07": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaPickaxe:pickaxe_id_244_rustremix1h",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_S10_Style_RustRemix_08": {
+ "templateId": "Quest:quest_s10_style_rustremix_08",
+ "challenge_bundle_id": "QS10-UnlockPreviewBundle_S10_RustLord",
+ "objectives": {
+ "s10_style_rustremix_08": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_295_rustremix_colorb",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_S10_Style_RustRemix_09": {
+ "templateId": "Quest:quest_s10_style_rustremix_09",
+ "challenge_bundle_id": "QS10-UnlockPreviewBundle_S10_RustLord",
+ "objectives": {
+ "s10_style_rustremix_09": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaBackpack:bid_321_rustlordremixscavenger",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_S10_Style_RustRemix_10": {
+ "templateId": "Quest:quest_s10_style_rustremix_10",
+ "challenge_bundle_id": "QS10-UnlockPreviewBundle_S10_RustLord",
+ "objectives": {
+ "s10_style_rustremix_10": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_297_rustremix_colord",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_S10_Style_SparkleRemix_01": {
+ "templateId": "Quest:quest_s10_style_sparkleremix_01",
+ "challenge_bundle_id": "QS10-UnlockPreviewBundle_S10_Sparkle",
+ "objectives": {
+ "s10_style_sparkleremix_01": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_318_sparkleremix_colord",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_S10_Style_SparkleRemix_02": {
+ "templateId": "Quest:quest_s10_style_sparkleremix_02",
+ "challenge_bundle_id": "QS10-UnlockPreviewBundle_S10_Sparkle",
+ "objectives": {
+ "s10_style_sparkleremix_02": 55
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaPickaxe:pickaxe_id_242_sparkleremix",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_S10_Style_SparkleRemix_03": {
+ "templateId": "Quest:quest_s10_style_sparkleremix_03",
+ "challenge_bundle_id": "QS10-UnlockPreviewBundle_S10_Sparkle",
+ "objectives": {
+ "s10_style_sparkleremix_03": 70
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaCharacter:cid_485_athena_commando_f_sparkleremix",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_S10_Style_SparkleRemix_04": {
+ "templateId": "Quest:quest_s10_style_sparkleremix_04",
+ "challenge_bundle_id": "QS10-UnlockPreviewBundle_S10_Sparkle",
+ "objectives": {
+ "s10_style_sparkleremix_04": 71
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaBackpack:bid_318_sparkleremix",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_S10_Style_SparkleRemix_05": {
+ "templateId": "Quest:quest_s10_style_sparkleremix_05",
+ "challenge_bundle_id": "QS10-UnlockPreviewBundle_S10_Sparkle",
+ "objectives": {
+ "s10_style_sparkleremix_05": 75
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_290_sparkleremix_hairstyleb",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_S10_Style_SparkleRemix_06": {
+ "templateId": "Quest:quest_s10_style_sparkleremix_06",
+ "challenge_bundle_id": "QS10-UnlockPreviewBundle_S10_Sparkle",
+ "objectives": {
+ "s10_style_sparkleremix_06": 50
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_317_sparkleremix_colorb",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_S10_Style_SparkleRemix_07": {
+ "templateId": "Quest:quest_s10_style_sparkleremix_07",
+ "challenge_bundle_id": "QS10-UnlockPreviewBundle_S10_Sparkle",
+ "objectives": {
+ "s10_style_sparkleremix_07": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaGlider:glider_id_167_sparkleremix",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_S10_Style_SparkleRemix_08": {
+ "templateId": "Quest:quest_s10_style_sparkleremix_08",
+ "challenge_bundle_id": "QS10-UnlockPreviewBundle_S10_Sparkle",
+ "objectives": {
+ "s10_style_sparkleremix_08": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_317_sparkleremix_colorc",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_S10_Style_GraffitiRemix_01": {
+ "templateId": "Quest:quest_s10_style_graffitiremix_01",
+ "challenge_bundle_id": "QS10-UnlockPreviewBundle_S10_Teknique",
+ "objectives": {
+ "s10_style_graffitiremix_01": 23
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaCharacter:cid_483_athena_commando_f_graffitiremix",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_S10_Style_GraffitiRemix_02": {
+ "templateId": "Quest:quest_s10_style_graffitiremix_02",
+ "challenge_bundle_id": "QS10-UnlockPreviewBundle_S10_Teknique",
+ "objectives": {
+ "s10_style_graffitiremix_02": 30
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaGlider:glider_id_164_graffitiremix",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_S10_Style_GraffitiRemix_03": {
+ "templateId": "Quest:quest_s10_style_graffitiremix_03",
+ "challenge_bundle_id": "QS10-UnlockPreviewBundle_S10_Teknique",
+ "objectives": {
+ "s10_style_graffitiremix_03": 20
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_304_graffitiremix_stageb",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_S10_Style_GraffitiRemix_04": {
+ "templateId": "Quest:quest_s10_style_graffitiremix_04",
+ "challenge_bundle_id": "QS10-UnlockPreviewBundle_S10_Teknique",
+ "objectives": {
+ "s10_style_graffitiremix_04": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaBackpack:bid_316_graffitiremix",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_S10_Style_GraffitiRemix_05": {
+ "templateId": "Quest:quest_s10_style_graffitiremix_05",
+ "challenge_bundle_id": "QS10-UnlockPreviewBundle_S10_Teknique",
+ "objectives": {
+ "s10_style_graffitiremix_05": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_305_graffitiremix_colorb",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_S10_Style_GraffitiRemix_06": {
+ "templateId": "Quest:quest_s10_style_graffitiremix_06",
+ "challenge_bundle_id": "QS10-UnlockPreviewBundle_S10_Teknique",
+ "objectives": {
+ "s10_style_graffitiremix_06": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaPickaxe:pickaxe_id_240_graffitiremix1h",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_S10_Style_GraffitiRemix_07": {
+ "templateId": "Quest:quest_s10_style_graffitiremix_07",
+ "challenge_bundle_id": "QS10-UnlockPreviewBundle_S10_Teknique",
+ "objectives": {
+ "s10_style_graffitiremix_07": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_306_graffitiremix_colorc",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_S10_Style_VoyagerRemix_01": {
+ "templateId": "Quest:quest_s10_style_voyagerremix_01",
+ "challenge_bundle_id": "QS10-UnlockPreviewBundle_S10_Voyager",
+ "objectives": {
+ "s10_style_voyagerremix_01": 15
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaPickaxe:pickaxe_id_245_voyagerremix1h",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_S10_Style_VoyagerRemix_02": {
+ "templateId": "Quest:quest_s10_style_voyagerremix_02",
+ "challenge_bundle_id": "QS10-UnlockPreviewBundle_S10_Voyager",
+ "objectives": {
+ "s10_style_voyagerremix_02": 77
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaGlider:glider_id_169_voyagerremix",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_S10_Style_VoyagerRemix_03": {
+ "templateId": "Quest:quest_s10_style_voyagerremix_03",
+ "challenge_bundle_id": "QS10-UnlockPreviewBundle_S10_Voyager",
+ "objectives": {
+ "s10_style_voyagerremix_03": 87
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaCharacter:cid_489_athena_commando_m_voyagerremix",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_S10_Style_VoyagerRemix_04": {
+ "templateId": "Quest:quest_s10_style_voyagerremix_04",
+ "challenge_bundle_id": "QS10-UnlockPreviewBundle_S10_Voyager",
+ "objectives": {
+ "s10_style_voyagerremix_04": 93
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_291_voyagerremix_stageb",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_S10_Style_VoyagerRemix_05": {
+ "templateId": "Quest:quest_s10_style_voyagerremix_05",
+ "challenge_bundle_id": "QS10-UnlockPreviewBundle_S10_Voyager",
+ "objectives": {
+ "s10_style_voyagerremix_05": 60
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_292_voyagerremix_stagec",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_S10_Style_VoyagerRemix_06": {
+ "templateId": "Quest:quest_s10_style_voyagerremix_06",
+ "challenge_bundle_id": "QS10-UnlockPreviewBundle_S10_Voyager",
+ "objectives": {
+ "s10_style_voyagerremix_06": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "AthenaBackpack:bid_322_voyagerremix",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_S10_Style_VoyagerRemix_07": {
+ "templateId": "Quest:quest_s10_style_voyagerremix_07",
+ "challenge_bundle_id": "QS10-UnlockPreviewBundle_S10_Voyager",
+ "objectives": {
+ "s10_style_voyagerremix_07": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [
+ {
+ "templateId": "CosmeticVariantToken:vtid_319_voyagerremix_colorb",
+ "quantity": 1
+ }
+ ],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_Daily_PlayFriend_Matches": {
+ "templateId": "Quest:quest_br_daily_playfriend_matches",
+ "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week01",
+ "objectives": {
+ "quest_br_daily_playfriend_matches": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_Daily_Eliminations_Close": {
+ "templateId": "Quest:quest_br_daily_eliminations_close",
+ "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week01",
+ "objectives": {
+ "quest_br_daily_eliminations_close": 2
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_Daily_UseVehicle_Mech": {
+ "templateId": "Quest:quest_br_daily_usevehicle_mech",
+ "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week01",
+ "objectives": {
+ "quest_br_daily_usevehicle_mech": 5
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_Daily_Items_GainShield": {
+ "templateId": "Quest:quest_br_daily_items_gainshield",
+ "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week01",
+ "objectives": {
+ "quest_br_daily_items_gainshield": 500
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_Daily_Damage_Below": {
+ "templateId": "Quest:quest_br_daily_damage_below",
+ "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week01",
+ "objectives": {
+ "quest_br_daily_damage_below": 500
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_Daily_Search_Chests_Dusty_Pleasant": {
+ "templateId": "Quest:quest_br_daily_search_chests_dusty_pleasant",
+ "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week01",
+ "objectives": {
+ "quest_br_daily_search_chests_dusty_pleasant": 7
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_Daily_Visit_SingleMatch_Snobby_Shifty": {
+ "templateId": "Quest:quest_br_daily_visit_singlematch_snobby_shifty",
+ "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week01",
+ "objectives": {
+ "quest_br_daily_visit_singlematch_snobby_shifty_00": 1,
+ "quest_br_daily_visit_singlematch_snobby_shifty_01": 1
+ },
+ "objectiveCompletionCount": 2,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_Daily_Placement_SoloOrDuo_Top10": {
+ "templateId": "Quest:quest_br_daily_placement_soloorduo_top10",
+ "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week02",
+ "objectives": {
+ "quest_br_daily_placement_soloorduo_top10": 2
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_Daily_Eliminations_Pistol": {
+ "templateId": "Quest:quest_br_daily_eliminations_pistol",
+ "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week02",
+ "objectives": {
+ "quest_br_daily_eliminations_pistol": 2
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_Daily_Search_AmmoBoxes_Tilted_Junk": {
+ "templateId": "Quest:quest_br_daily_search_ammoboxes_tilted_junk",
+ "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week02",
+ "objectives": {
+ "quest_br_daily_search_ammoboxes_tilted_junk": 7
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_Daily_Damage_SupplyDrop": {
+ "templateId": "Quest:quest_br_daily_damage_supplydrop",
+ "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week02",
+ "objectives": {
+ "quest_br_daily_damage_supplydrop": 200
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_Daily_Items_EachRarity": {
+ "templateId": "Quest:quest_br_daily_items_eachrarity",
+ "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week02",
+ "objectives": {
+ "quest_br_daily_items_eachrarity_0": 1,
+ "quest_br_daily_items_eachrarity_1": 1,
+ "quest_br_daily_items_eachrarity_2": 1,
+ "quest_br_daily_items_eachrarity_3": 1,
+ "quest_br_daily_items_eachrarity_4": 1
+ },
+ "objectiveCompletionCount": 5,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_Daily_LandAt_Tilted_Fatal": {
+ "templateId": "Quest:quest_br_daily_landat_tilted_fatal",
+ "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week02",
+ "objectives": {
+ "quest_br_daily_landat_tilted_fatal": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_Daily_Damage_Assault": {
+ "templateId": "Quest:quest_br_daily_damage_assault",
+ "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week02",
+ "objectives": {
+ "quest_br_daily_damage_assault": 500
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_Daily_Damage_Explosive": {
+ "templateId": "Quest:quest_br_daily_damage_explosive",
+ "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week03",
+ "objectives": {
+ "quest_br_daily_damage_explosive": 250
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_Daily_Eliminations_Shotgun": {
+ "templateId": "Quest:quest_br_daily_eliminations_shotgun",
+ "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week03",
+ "objectives": {
+ "quest_br_daily_eliminations_shotgun": 5
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_Daily_Eliminate_Zombies": {
+ "templateId": "Quest:quest_br_daily_eliminate_zombies",
+ "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week03",
+ "objectives": {
+ "quest_br_daily_eliminate_zombies": 20
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_Daily_Outlast_DuoOrSquads": {
+ "templateId": "Quest:quest_br_daily_outlast_duoorsquads",
+ "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week03",
+ "objectives": {
+ "quest_br_daily_outlast_duoorsquads": 150
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_Daily_Items_UseThrown_DifferentMatches": {
+ "templateId": "Quest:quest_br_daily_items_usethrown_differentmatches",
+ "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week03",
+ "objectives": {
+ "quest_br_daily_items_usethrown_differentmatches": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_Daily_Visit_SingleMatch_Paradise_Lucky": {
+ "templateId": "Quest:quest_br_daily_visit_singlematch_paradise_lucky",
+ "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week03",
+ "objectives": {
+ "quest_br_daily_visit_singlematch_paradise_lucky_00": 1,
+ "quest_br_daily_visit_singlematch_paradise_lucky_01": 1
+ },
+ "objectiveCompletionCount": 2,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_Daily_Search_Chests_Salty_Frosty": {
+ "templateId": "Quest:quest_br_daily_search_chests_salty_frosty",
+ "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week03",
+ "objectives": {
+ "quest_br_daily_search_chests_salty_frosty": 7
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_Daily_Items_Consume_GlitchyForaged": {
+ "templateId": "Quest:quest_br_daily_items_consume_glitchyforaged",
+ "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week04",
+ "objectives": {
+ "quest_br_daily_items_consume_glitchyforaged": 5
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_Daily_Play_Arena": {
+ "templateId": "Quest:quest_br_daily_play_arena",
+ "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week04",
+ "objectives": {
+ "quest_br_daily_play_arena": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_Daily_Eliminations_Scoped": {
+ "templateId": "Quest:quest_br_daily_eliminations_scoped",
+ "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week04",
+ "objectives": {
+ "quest_br_daily_eliminations_scoped": 2
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_Daily_Damage_Headshot": {
+ "templateId": "Quest:quest_br_daily_damage_headshot",
+ "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week04",
+ "objectives": {
+ "quest_br_daily_damage_headshot": 500
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_Daily_Search_Chests_DifferentLocationsSingleMatch": {
+ "templateId": "Quest:quest_br_daily_search_chests_differentlocationssinglematch",
+ "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week04",
+ "objectives": {
+ "quest_br_daily_search_chests_differentlocationssinglematch_00": 1,
+ "quest_br_daily_search_chests_differentlocationssinglematch_01": 1,
+ "quest_br_daily_search_chests_differentlocationssinglematch_02": 1,
+ "quest_br_daily_search_chests_differentlocationssinglematch_03": 1,
+ "quest_br_daily_search_chests_differentlocationssinglematch_04": 1,
+ "quest_br_daily_search_chests_differentlocationssinglematch_05": 1,
+ "quest_br_daily_search_chests_differentlocationssinglematch_06": 1,
+ "quest_br_daily_search_chests_differentlocationssinglematch_07": 1,
+ "quest_br_daily_search_chests_differentlocationssinglematch_08": 1,
+ "quest_br_daily_search_chests_differentlocationssinglematch_09": 1,
+ "quest_br_daily_search_chests_differentlocationssinglematch_10": 1,
+ "quest_br_daily_search_chests_differentlocationssinglematch_11": 1,
+ "quest_br_daily_search_chests_differentlocationssinglematch_12": 1,
+ "quest_br_daily_search_chests_differentlocationssinglematch_13": 1,
+ "quest_br_daily_search_chests_differentlocationssinglematch_14": 1,
+ "quest_br_daily_search_chests_differentlocationssinglematch_15": 1,
+ "quest_br_daily_search_chests_differentlocationssinglematch_16": 1,
+ "quest_br_daily_search_chests_differentlocationssinglematch_17": 1,
+ "quest_br_daily_search_chests_differentlocationssinglematch_18": 1,
+ "quest_br_daily_search_chests_differentlocationssinglematch_19": 1,
+ "quest_br_daily_search_chests_differentlocationssinglematch_20": 1,
+ "quest_br_daily_search_chests_differentlocationssinglematch_21": 1
+ },
+ "objectiveCompletionCount": 3,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_Daily_LandAt_Pressure_Happy": {
+ "templateId": "Quest:quest_br_daily_landat_pressure_happy",
+ "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week04",
+ "objectives": {
+ "quest_br_daily_landat_pressure_happy": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_Daily_Damage_Structures": {
+ "templateId": "Quest:quest_br_daily_damage_structures",
+ "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week04",
+ "objectives": {
+ "quest_br_daily_damage_structures": 1000
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_Daily_Damage_Pickaxe": {
+ "templateId": "Quest:quest_br_daily_damage_pickaxe",
+ "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week05",
+ "objectives": {
+ "quest_br_daily_damage_pickaxe": 100
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_Daily_Eliminations_FarAway": {
+ "templateId": "Quest:quest_br_daily_eliminations_faraway",
+ "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week05",
+ "objectives": {
+ "quest_br_daily_eliminations_faraway": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_Daily_Items_UseTrap_DifferentMatches": {
+ "templateId": "Quest:quest_br_daily_items_usetrap_differentmatches",
+ "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week05",
+ "objectives": {
+ "quest_br_daily_items_usetrap_differentmatches": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_Daily_Placement_DuoOrSquad_Top5": {
+ "templateId": "Quest:quest_br_daily_placement_duoorsquad_top5",
+ "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week05",
+ "objectives": {
+ "quest_br_daily_placement_duoorsquad_top5": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_Daily_Damage_Above": {
+ "templateId": "Quest:quest_br_daily_damage_above",
+ "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week05",
+ "objectives": {
+ "quest_br_daily_damage_above": 500
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_Daily_Visit_SingleMatch_Lonely_Lazy": {
+ "templateId": "Quest:quest_br_daily_visit_singlematch_lonely_lazy",
+ "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week05",
+ "objectives": {
+ "quest_br_daily_visit_singlematch_lonely_lazy_00": 1,
+ "quest_br_daily_visit_singlematch_lonely_lazy_01": 1
+ },
+ "objectiveCompletionCount": 2,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_Daily_Search_Chests_Shifty_Haunted": {
+ "templateId": "Quest:quest_br_daily_search_chests_shifty_haunted",
+ "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week05",
+ "objectives": {
+ "quest_br_daily_search_chests_shifty_haunted": 7
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_Daily_Eliminations_Sniper": {
+ "templateId": "Quest:quest_br_daily_eliminations_sniper",
+ "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week06",
+ "objectives": {
+ "quest_br_daily_eliminations_sniper": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_Daily_Outlast_SoloOrDuo": {
+ "templateId": "Quest:quest_br_daily_outlast_soloorduo",
+ "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week06",
+ "objectives": {
+ "quest_br_daily_outlast_soloorduo": 150
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_Daily_Damage_Scoped": {
+ "templateId": "Quest:quest_br_daily_damage_scoped",
+ "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week06",
+ "objectives": {
+ "quest_br_daily_damage_scoped": 500
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_Daily_Search_AmmoBoxes_Fatal_Lonely": {
+ "templateId": "Quest:quest_br_daily_search_ammoboxes_fatal_lonely",
+ "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week06",
+ "objectives": {
+ "quest_br_daily_search_ammoboxes_fatal_lonely": 7
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_Daily_Items_UseDifferentThrown_SingleMatch": {
+ "templateId": "Quest:quest_br_daily_items_usedifferentthrown_singlematch",
+ "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week06",
+ "objectives": {
+ "quest_br_daily_items_usedifferentthrown_singlematch_00": 1,
+ "quest_br_daily_items_usedifferentthrown_singlematch_01": 1,
+ "quest_br_daily_items_usedifferentthrown_singlematch_02": 1,
+ "quest_br_daily_items_usedifferentthrown_singlematch_03": 1,
+ "quest_br_daily_items_usedifferentthrown_singlematch_04": 1,
+ "quest_br_daily_items_usedifferentthrown_singlematch_05": 1,
+ "quest_br_daily_items_usedifferentthrown_singlematch_06": 1,
+ "quest_br_daily_items_usedifferentthrown_singlematch_07": 1
+ },
+ "objectiveCompletionCount": 2,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_Daily_LandAt_Meteor_Island": {
+ "templateId": "Quest:quest_br_daily_landat_meteor_island",
+ "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week06",
+ "objectives": {
+ "quest_br_daily_landat_meteor_island_00": 1,
+ "quest_br_daily_landat_meteor_island_01": 1
+ },
+ "objectiveCompletionCount": 2,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_Daily_Visit_SingleMatch_Loot_Sunny": {
+ "templateId": "Quest:quest_br_daily_visit_singlematch_loot_sunny",
+ "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week06",
+ "objectives": {
+ "quest_br_daily_visit_singlematch_loot_sunny_00": 1,
+ "quest_br_daily_visit_singlematch_loot_sunny_01": 1
+ },
+ "objectiveCompletionCount": 2,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_Daily_Eliminations_Explosive": {
+ "templateId": "Quest:quest_br_daily_eliminations_explosive",
+ "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week07",
+ "objectives": {
+ "quest_br_daily_eliminations_explosive": 1
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_Daily_Items_UseDifferentTrap": {
+ "templateId": "Quest:quest_br_daily_items_usedifferenttrap",
+ "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week07",
+ "objectives": {
+ "quest_br_daily_items_usedifferenttrap_00": 1,
+ "quest_br_daily_items_usedifferenttrap_01": 1,
+ "quest_br_daily_items_usedifferenttrap_02": 1,
+ "quest_br_daily_items_usedifferenttrap_03": 1
+ },
+ "objectiveCompletionCount": 2,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_Daily_Search_ChestAmmoVending_SameMatch": {
+ "templateId": "Quest:quest_br_daily_search_chestammovending_samematch",
+ "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week07",
+ "objectives": {
+ "quest_br_daily_search_chestammovending_samematch_0": 1,
+ "quest_br_daily_search_chestammovending_samematch_1": 1,
+ "quest_br_daily_search_chestammovending_samematch_2": 1
+ },
+ "objectiveCompletionCount": 3,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_Daily_Damage_Shotgun": {
+ "templateId": "Quest:quest_br_daily_damage_shotgun",
+ "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week07",
+ "objectives": {
+ "quest_br_daily_damage_shotgun": 500
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_Daily_LandAt_Frosty_Haunted": {
+ "templateId": "Quest:quest_br_daily_landat_frosty_haunted",
+ "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week07",
+ "objectives": {
+ "quest_br_daily_landat_frosty_haunted": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_Daily_Damage_Pistol": {
+ "templateId": "Quest:quest_br_daily_damage_pistol",
+ "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week07",
+ "objectives": {
+ "quest_br_daily_damage_pistol": 200
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_Daily_Search_Chests_Greasy_Sunny": {
+ "templateId": "Quest:quest_br_daily_search_chests_greasy_sunny",
+ "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week07",
+ "objectives": {
+ "quest_br_daily_search_chests_greasy_sunny": 7
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_Daily_Damage_SingleMatch": {
+ "templateId": "Quest:quest_br_daily_damage_singlematch",
+ "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week08",
+ "objectives": {
+ "quest_br_daily_damage_singlematch": 500
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_Daily_LandAt_Salty_Junk": {
+ "templateId": "Quest:quest_br_daily_landat_salty_junk",
+ "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week08",
+ "objectives": {
+ "quest_br_daily_landat_salty_junk": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_Daily_Eliminations_Suppressed": {
+ "templateId": "Quest:quest_br_daily_eliminations_suppressed",
+ "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week08",
+ "objectives": {
+ "quest_br_daily_eliminations_suppressed": 2
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_Daily_Search_AmmoBoxes_DifferentLocationsSingleMatch": {
+ "templateId": "Quest:quest_br_daily_search_ammoboxes_differentlocationssinglematch",
+ "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week08",
+ "objectives": {
+ "quest_br_daily_search_ammoboxes_differentlocationssinglematch_00": 1,
+ "quest_br_daily_search_ammoboxes_differentlocationssinglematch_01": 1,
+ "quest_br_daily_search_ammoboxes_differentlocationssinglematch_02": 1,
+ "quest_br_daily_search_ammoboxes_differentlocationssinglematch_03": 1,
+ "quest_br_daily_search_ammoboxes_differentlocationssinglematch_04": 1,
+ "quest_br_daily_search_ammoboxes_differentlocationssinglematch_05": 1,
+ "quest_br_daily_search_ammoboxes_differentlocationssinglematch_06": 1,
+ "quest_br_daily_search_ammoboxes_differentlocationssinglematch_07": 1,
+ "quest_br_daily_search_ammoboxes_differentlocationssinglematch_08": 1,
+ "quest_br_daily_search_ammoboxes_differentlocationssinglematch_09": 1,
+ "quest_br_daily_search_ammoboxes_differentlocationssinglematch_10": 1,
+ "quest_br_daily_search_ammoboxes_differentlocationssinglematch_11": 1,
+ "quest_br_daily_search_ammoboxes_differentlocationssinglematch_12": 1,
+ "quest_br_daily_search_ammoboxes_differentlocationssinglematch_13": 1,
+ "quest_br_daily_search_ammoboxes_differentlocationssinglematch_14": 1,
+ "quest_br_daily_search_ammoboxes_differentlocationssinglematch_15": 1,
+ "quest_br_daily_search_ammoboxes_differentlocationssinglematch_16": 1,
+ "quest_br_daily_search_ammoboxes_differentlocationssinglematch_17": 1,
+ "quest_br_daily_search_ammoboxes_differentlocationssinglematch_18": 1,
+ "quest_br_daily_search_ammoboxes_differentlocationssinglematch_19": 1,
+ "quest_br_daily_search_ammoboxes_differentlocationssinglematch_20": 1,
+ "quest_br_daily_search_ammoboxes_differentlocationssinglematch_21": 1,
+ "quest_br_daily_search_ammoboxes_differentlocationssinglematch_22": 1
+ },
+ "objectiveCompletionCount": 3,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_Daily_Search_Chests_HotSpot": {
+ "templateId": "Quest:quest_br_daily_search_chests_hotspot",
+ "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week08",
+ "objectives": {
+ "quest_br_daily_search_chests_hotspot": 7
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_Daily_Visit_SingleMatch_Retail_Block": {
+ "templateId": "Quest:quest_br_daily_visit_singlematch_retail_block",
+ "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week08",
+ "objectives": {
+ "quest_br_daily_visit_singlematch_retail_block_00": 1,
+ "quest_br_daily_visit_singlematch_retail_block_01": 1
+ },
+ "objectiveCompletionCount": 2,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_Daily_Damage_SMG": {
+ "templateId": "Quest:quest_br_daily_damage_smg",
+ "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week08",
+ "objectives": {
+ "quest_br_daily_damage_smg": 500
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_Daily_Search_SupplyDrops": {
+ "templateId": "Quest:quest_br_daily_search_supplydrops",
+ "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week09",
+ "objectives": {
+ "quest_br_daily_search_supplydrops": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_Daily_Eliminations_SMG": {
+ "templateId": "Quest:quest_br_daily_eliminations_smg",
+ "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week09",
+ "objectives": {
+ "quest_br_daily_eliminations_smg": 5
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_Daily_LandAt_Polar_Moisty": {
+ "templateId": "Quest:quest_br_daily_landat_polar_moisty",
+ "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week09",
+ "objectives": {
+ "quest_br_daily_landat_polar_moisty": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_Daily_Damage_Sniper": {
+ "templateId": "Quest:quest_br_daily_damage_sniper",
+ "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week09",
+ "objectives": {
+ "quest_br_daily_damage_sniper": 500
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_Daily_Items_GainHealth": {
+ "templateId": "Quest:quest_br_daily_items_gainhealth",
+ "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week09",
+ "objectives": {
+ "quest_br_daily_items_gainhealth": 250
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_Daily_Search_Chests_SingleMatch": {
+ "templateId": "Quest:quest_br_daily_search_chests_singlematch",
+ "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week09",
+ "objectives": {
+ "quest_br_daily_search_chests_singlematch": 5
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_Daily_Visit_SingleMatch_Dusty_Pleasant": {
+ "templateId": "Quest:quest_br_daily_visit_singlematch_dusty_pleasant",
+ "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week09",
+ "objectives": {
+ "quest_br_daily_visit_singlematch_dusty_pleasant_00": 1,
+ "quest_br_daily_visit_singlematch_dusty_pleasant_01": 1
+ },
+ "objectiveCompletionCount": 2,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_Daily_Damage_Suppressed": {
+ "templateId": "Quest:quest_br_daily_damage_suppressed",
+ "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week10",
+ "objectives": {
+ "quest_br_daily_damage_suppressed": 500
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_Daily_Outlast_SoloOrSquad": {
+ "templateId": "Quest:quest_br_daily_outlast_soloorsquad",
+ "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week10",
+ "objectives": {
+ "quest_br_daily_outlast_soloorsquad": 150
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_Daily_Eliminations_Assault": {
+ "templateId": "Quest:quest_br_daily_eliminations_assault",
+ "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week10",
+ "objectives": {
+ "quest_br_daily_eliminations_assault": 5
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_Daily_Search_Chests_Loot_Happy": {
+ "templateId": "Quest:quest_br_daily_search_chests_loot_happy",
+ "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week10",
+ "objectives": {
+ "quest_br_daily_search_chests_loot_happy": 7
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_Daily_LandAt_Lucky_Retail": {
+ "templateId": "Quest:quest_br_daily_landat_lucky_retail",
+ "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week10",
+ "objectives": {
+ "quest_br_daily_landat_lucky_retail": 3
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_Daily_Search_AmmoBoxes_SingleMatch": {
+ "templateId": "Quest:quest_br_daily_search_ammoboxes_singlematch",
+ "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week10",
+ "objectives": {
+ "quest_br_daily_search_ammoboxes_singlematch": 5
+ },
+ "objectiveCompletionCount": 1,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
+ },
+ "QS10-Quest_BR_Daily_Visit_DifferentLocations": {
+ "templateId": "Quest:quest_br_daily_visit_differentlocations",
+ "challenge_bundle_id": "QS10-QuestBundle_BR_S10_Daily_Week10",
+ "objectives": {
+ "quest_br_daily_visit_differentlocations_00": 1,
+ "quest_br_daily_visit_differentlocations_01": 1,
+ "quest_br_daily_visit_differentlocations_02": 1,
+ "quest_br_daily_visit_differentlocations_03": 1,
+ "quest_br_daily_visit_differentlocations_04": 1,
+ "quest_br_daily_visit_differentlocations_05": 1,
+ "quest_br_daily_visit_differentlocations_06": 1,
+ "quest_br_daily_visit_differentlocations_07": 1,
+ "quest_br_daily_visit_differentlocations_08": 1,
+ "quest_br_daily_visit_differentlocations_09": 1,
+ "quest_br_daily_visit_differentlocations_10": 1,
+ "quest_br_daily_visit_differentlocations_11": 1,
+ "quest_br_daily_visit_differentlocations_12": 1,
+ "quest_br_daily_visit_differentlocations_13": 1,
+ "quest_br_daily_visit_differentlocations_14": 1,
+ "quest_br_daily_visit_differentlocations_15": 1,
+ "quest_br_daily_visit_differentlocations_16": 1,
+ "quest_br_daily_visit_differentlocations_17": 1,
+ "quest_br_daily_visit_differentlocations_18": 1,
+ "quest_br_daily_visit_differentlocations_19": 1,
+ "quest_br_daily_visit_differentlocations_20": 1,
+ "quest_br_daily_visit_differentlocations_21": 1,
+ "quest_br_daily_visit_differentlocations_22": 1
+ },
+ "objectiveCompletionCount": 10,
+ "rewards": [],
+ "hiddenRewards": [],
+ "giftBoxToUse": {}
}
}
}
+
}
\ No newline at end of file
diff --git a/responses/variants.json b/responses/variants.json
new file mode 100644
index 0000000..682e14d
--- /dev/null
+++ b/responses/variants.json
@@ -0,0 +1,27192 @@
+[
+ {
+ "id": "AthenaBackpack:Backpack_AgentSherbert",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:Backpack_Apprentice",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:Backpack_Ballerina",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat0",
+ "owned": [
+ "Mat0",
+ "Mat1"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:Backpack_Basil",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:Backpack_Bites",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:Backpack_BlueMystery_Dark",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:Backpack_BuffCatCruise",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:Backpack_Calavera",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:Backpack_Candor",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:Backpack_Chainmail",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:Backpack_ChillCat",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:Backpack_CinderMax",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:Backpack_CoyoteTrail",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ },
+ {
+ "channel": "Mesh",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:Backpack_CrimsonPeak",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat0",
+ "owned": [
+ "Mat0",
+ "Mat1"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:Backpack_CrispRover",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:Backpack_DaggerPack",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3",
+ "Mat4",
+ "Mat5",
+ "Mat6",
+ "Mat7",
+ "Mat8",
+ "Mat9",
+ "Mat10",
+ "Mat11",
+ "Mat12"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:Backpack_Dazzle",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ },
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:Backpack_DefectBlip",
+ "variants": [
+ {
+ "channel": "RichColor2",
+ "active": "000",
+ "owned": [
+ "000",
+ "001",
+ "002",
+ "003"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:Backpack_DefectGlitch",
+ "variants": [
+ {
+ "channel": "RichColor2",
+ "active": "000",
+ "owned": [
+ "000",
+ "001",
+ "002",
+ "003"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:Backpack_Ebony",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3"
+ ]
+ },
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:Backpack_EmberRae",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:Backpack_HawtChamp",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:Backpack_Headset",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:Backpack_HitmanCase_Dark",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:Backpack_Impulse",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3",
+ "Mat4",
+ "Mat5",
+ "Mat6",
+ "Mat7"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:Backpack_Inferno",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:Backpack_KnightCatRacket",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Particle18",
+ "owned": [
+ "Particle18",
+ "Particle19",
+ "Particle20"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:Backpack_LastVoiceDive",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:Backpack_LettuceCat",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:Backpack_LightningDragon",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:Backpack_LocalZilla",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:Backpack_MercurialStorm",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:Backpack_Meteorwomen_Alt",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:Backpack_Mouse",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:Backpack_Nebula",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:Backpack_NightHawkSolo",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat4",
+ "owned": [
+ "Mat4",
+ "Mat1",
+ "Mat2",
+ "Mat3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:Backpack_NitroFlow",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:Backpack_OceanBreeze",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:Backpack_Patches",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:Backpack_PencilCherry",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage0",
+ "owned": [
+ "Stage0",
+ "Stage1",
+ "Stage2"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat0",
+ "owned": [
+ "Mat0",
+ "Mat1",
+ "Mat2",
+ "Mat3",
+ "Mat4",
+ "Mat5",
+ "Mat6",
+ "Mat7",
+ "Mat8",
+ "Mat9"
+ ]
+ },
+ {
+ "channel": "Emissive",
+ "active": "Emissive0",
+ "owned": [
+ "Emissive0",
+ "Emissive1"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:Backpack_PennantSeasonsTide",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle0",
+ "owned": [
+ "Particle0",
+ "Particle1",
+ "Particle2",
+ "Particle3",
+ "Particle4",
+ "Particle5",
+ "Particle6",
+ "Particle7"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:Backpack_PinkSpike",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:Backpack_PinkTrooper",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:Backpack_Quartz",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:Backpack_RippedHarvester",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:Backpack_RoyalDusk",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:Backpack_Sahara",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:Backpack_SharpFang",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3",
+ "Stage4"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:Backpack_ShinyStar",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ },
+ {
+ "channel": "Emissive",
+ "active": "Emissive0",
+ "owned": [
+ "Emissive0",
+ "Emissive1"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:Backpack_SilentTempo",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3"
+ ]
+ },
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:Backpack_SplitDiamond",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle0",
+ "owned": [
+ "Particle0",
+ "Particle1"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:Backpack_StallionAviator",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:Backpack_StallionSmoke",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:Backpack_SunbeamQuest",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:Backpack_SunBurst",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:Backpack_TheHerald",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:Backpack_TigerRootFame",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:Backpack_TigerRootHype",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:Backpack_Titanium",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:Backpack_Troops",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:Backpack_Venice",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:Backpack_Virtuous",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat0",
+ "owned": [
+ "Mat0",
+ "Mat1"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:Backpack_VitalPsych",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:Backpack_ZirconSweep",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_034_RockerPunk",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_037_BunnyMale",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_038_BunnyFemale",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_050_Hazmat",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_052_HazmatFemale",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_065_CarbideBlack",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_069_DecoMale",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_070_DecoFemale",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_105_GhostPortal",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle0",
+ "owned": [
+ "Particle0",
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_108_HacivatMale",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_130_VampireMale02",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_133_GuanYu",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_137_EvilCowboy",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_145_AnimalJacketsMale",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_146_AnimalJacketsFemale",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_149_Wizard",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3",
+ "Mat4"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_150_Witch",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3",
+ "Mat4"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_155_SniperHoodMale",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_156_SniperHoodFemale",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_163_IceKing",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat0",
+ "owned": [
+ "Mat0",
+ "Mat1",
+ "Mat2",
+ "Mat3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_171_Rhino",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat0",
+ "owned": [
+ "Mat0",
+ "Mat1",
+ "Mat2",
+ "Mat3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_182_NutcrackerMale",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_199_IceQueen",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat0",
+ "owned": [
+ "Mat0",
+ "Mat1",
+ "Mat2",
+ "Mat3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_205_ScrapyardMale",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_206_ScrapyardFemale",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_211_SkullBrite",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage0",
+ "owned": [
+ "Stage0",
+ "Stage1"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_217_ShinyFemale",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat0",
+ "owned": [
+ "Mat0",
+ "Mat1"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_221_AztecMale",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_222_AztecFemale",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_225_BandageNinjaMale",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_226_BandageNinjaFemale",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_235_Heist",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_236_Pirate01Female",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_238_Pirate02Male",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_261_Rooster",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_262_BountyHunterFemale",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_265_BattleSuit",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle0",
+ "owned": [
+ "Particle0",
+ "Particle1",
+ "Particle2",
+ "Particle3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_270_StreetDemon",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_278_VigilanteBoard",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3",
+ "Mat4",
+ "Mat5",
+ "Mat6",
+ "Mat7",
+ "Mat8",
+ "Mat9",
+ "Mat10",
+ "Mat11",
+ "Mat12",
+ "Mat13",
+ "Mat14",
+ "Mat15",
+ "Mat16",
+ "Mat17",
+ "Mat18",
+ "Mat19",
+ "Mat20",
+ "Mat21",
+ "Mat22",
+ "Mat23",
+ "Mat24",
+ "Mat25",
+ "Mat26",
+ "Mat27",
+ "Mat28",
+ "Mat29"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_292_CyberFuFemale",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_311_Multibot",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_312_Stealth",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_315_PizzaPit",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_316_GraffitiRemix",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_317_KnightRemix",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_320_RustLordRemix",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3",
+ "Mat4"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_322_VoyagerRemix",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_331_DarkNinjaWhite",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_332_FrostMystery",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_333_Reverb",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_339_Syko",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_342_LemonLime",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_346_BlackWidowRogue",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_354_StreetFashionRed",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_356_Punchy",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_357_Sleepytime",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_359_MeteorManRemix",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_364_LlamaHero",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_367_TacticalFishermanMale",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_368_RockClimber",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_369_CrazyEight",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3",
+ "Stage4"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_370_RebirthMedic",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_371_Sheath",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_372_Viper",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_378_FishermanFemale",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_382_DarkDinoMale",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_383_DarkDinoFemale",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_387_PunkDevil",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_392_Freak",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_395_Phantom",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3",
+ "Mat4"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_399_SpookyNeon",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_400_HalloweenAlt",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_407_ShiitakeShaolin",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_408_WeepingWoods",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3",
+ "Stage4",
+ "Stage5"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_410_ShirtlessWarpaint",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_411_BaneFemale",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_412_CavalryBandit",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_424_SnowGlobe",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_426_GalileoKayak_NS67T",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_433_NeonAnimal",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3",
+ "Mat4"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_434_NeonAnimalFemale",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3",
+ "Mat4"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_437_TNTina",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3",
+ "Stage7",
+ "Stage4",
+ "Stage5",
+ "Stage6"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_445_Elf",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_447_ToyMonkey",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_451_HolidayDeck",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3",
+ "Mat4"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_454_Gummi",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_455_NeonGraffitiFemale",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_458_TheGoldenSkeleton",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_464_MartialArtist",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_465_VirtualShadow",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_467_DragonRacer",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_472_DesertOpsCamo",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3",
+ "Stage4",
+ "Stage5"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_473_Photographer",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3",
+ "Stage4"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_474_DarkHeart",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_475_AgentAce",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ },
+ {
+ "channel": "Emissive",
+ "active": "Emissive1",
+ "owned": [
+ "Emissive1",
+ "Emissive2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_476_AgentRogue",
+ "variants": [
+ {
+ "channel": "Emissive",
+ "active": "Emissive1",
+ "owned": [
+ "Emissive1",
+ "Emissive2"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_477_BuffCat",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3",
+ "Stage4"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_478_HenchmanTough",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3",
+ "Stage4"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_479_CatBurglar",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3",
+ "Stage4"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_481_GraffitiFuture",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_485_BananaAgent",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_489_TwinDark",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3",
+ "Mat4"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_506_DonutCup",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_511_BadEgg",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_513_GraffitiAssassin",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_514_NeonCatSpy",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3",
+ "Mat4"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_515_Hostile",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_516_RaveNinja",
+ "variants": [
+ {
+ "channel": "Emissive",
+ "active": "Emissive1",
+ "owned": [
+ "Emissive1",
+ "Emissive2"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_517_Splinter",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_518_HitmanCase",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_520_CycloneUniverse",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2",
+ "Particle3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_521_WildCat",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_530_BlackKnightFemale",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3"
+ ]
+ },
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_534_OceanRider",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_537_TacticalScuba",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_540_Python",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_541_Gator",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_542_Foam",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3",
+ "Mat4",
+ "Mat5",
+ "Mat6",
+ "Mat7",
+ "Mat8"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_546_CavalryBanditGhost",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_547_HeistGhost",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_548_MastermindGhost",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_549_Dummeez",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_550_JonesyVagabond",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_559_GreenJacket",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_565_RedRidingSummer",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_567_MsWhip",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_586_Tar_DIJGH",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_587_TripleScoop",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_588_Axl",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3",
+ "Stage4"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_597_HightowerWasabi",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_600_HightowerTapas",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3",
+ "Mat4"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_609_ElasticCape",
+ "variants": [
+ {
+ "channel": "PetTemperament",
+ "active": "Mat0",
+ "owned": [
+ "Mat0",
+ "Mat1",
+ "Mat2",
+ "Mat3",
+ "Mat4",
+ "Mat5",
+ "Mat6",
+ "Mat7",
+ "Mat8",
+ "Mat9",
+ "Mat10",
+ "Mat11",
+ "Mat12",
+ "Mat13",
+ "Mat14",
+ "Mat15",
+ "Mat16",
+ "Mat17",
+ "Mat18",
+ "Mat19",
+ "Mat20",
+ "Mat21"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_610_ElasticHologram",
+ "variants": [
+ {
+ "channel": "PetTemperament",
+ "active": "Mat0",
+ "owned": [
+ "Mat0",
+ "Mat1",
+ "Mat2",
+ "Mat3",
+ "Mat4",
+ "Mat5",
+ "Mat6",
+ "Mat7",
+ "Mat8",
+ "Mat9",
+ "Mat10",
+ "Mat11",
+ "Mat12",
+ "Mat13",
+ "Mat14",
+ "Mat15",
+ "Mat16",
+ "Mat17",
+ "Mat18",
+ "Mat19",
+ "Mat20",
+ "Mat21"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_611_KevinCouture",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_612_CloakedAssassin_K7415",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_613_MythFemale",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_614_Myth",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_617_StreetFashionGarnet",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_619_Turbo",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_633_FrankieFemale",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_646_NauticalPajamasNight",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_653_Football20_1BS75",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "001",
+ "owned": [
+ "001",
+ "002",
+ "003",
+ "004",
+ "005",
+ "006",
+ "007",
+ "008",
+ "009",
+ "010",
+ "011",
+ "012",
+ "013",
+ "014",
+ "015",
+ "016",
+ "017",
+ "018",
+ "019",
+ "020",
+ "021",
+ "022",
+ "023",
+ "024",
+ "025",
+ "026",
+ "027",
+ "028",
+ "029",
+ "030",
+ "031",
+ "032",
+ "033"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_654_Ponytail",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_657_LexaFemale",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_660_Shapeshifter",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_661_SpaceFighter",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_662_FutureSamuraiMale",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_673_ElfFemale",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_682_CherryFemale_RXEIW",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_685_PlumRetro_EY7ZM",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_697_FoxWarrior_G0YTR",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_706_CasualBomberLight",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_709_SpaceWarrior",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_711_CatBurglarFemale",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat0",
+ "owned": [
+ "Mat0",
+ "Mat1"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_712_LionSoldier",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_715_DinoHunterFemale",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_716_ChickenWarrior",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_718_ProgressiveJonesy",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3",
+ "Stage4",
+ "Stage5"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_720_Temple",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_721_ScholarFemale",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_732_HipHareMale",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_747_TacticalRedPunk",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_748_BicycleMale",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_754_CraniumMale",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_755_Hardwood_4KH3V",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "001",
+ "owned": [
+ "001",
+ "002",
+ "003",
+ "004",
+ "005",
+ "006",
+ "007",
+ "008",
+ "009",
+ "010",
+ "011",
+ "012",
+ "013",
+ "014",
+ "015",
+ "016",
+ "017",
+ "018",
+ "019",
+ "020",
+ "021",
+ "022",
+ "023",
+ "024",
+ "025",
+ "026",
+ "027",
+ "028",
+ "029",
+ "030",
+ "031"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_770_SpaceCuddles_X9QET",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_773_Carabus",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3",
+ "Stage4",
+ "Stage5",
+ "Stage6"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_774_AlienTrooper",
+ "variants": [
+ {
+ "channel": "ClothingColor",
+ "active": "000",
+ "owned": [
+ "000",
+ "006",
+ "005",
+ "001",
+ "003",
+ "002",
+ "004"
+ ]
+ },
+ {
+ "channel": "JerseyColor",
+ "active": "000",
+ "owned": [
+ "000",
+ "003",
+ "006",
+ "002",
+ "004",
+ "005",
+ "001"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_775_Emperor",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_776_Emperor_Suit",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_784_Faux",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_786_GolfMale",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_794_JurassicArchaeologySummer",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3",
+ "Mat4",
+ "Mat5",
+ "Mat6",
+ "Mat7",
+ "Mat8",
+ "Mat9",
+ "Mat10",
+ "Mat11",
+ "Mat12"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_796_CatBurglarSummer",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat2",
+ "owned": [
+ "Mat2",
+ "Mat1",
+ "Mat3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_798_SummerPopsicle",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3",
+ "Mat4",
+ "Mat5"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_799_SummerHotdog",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3",
+ "Stage4",
+ "Stage5"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_810_Musician",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_842_CerealBox",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_843_SpaceChimp",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_844_GhostHunter",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_845_TeriyakiFishToon",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ },
+ {
+ "channel": "JerseyColor",
+ "active": "001",
+ "owned": [
+ "001",
+ "002",
+ "003",
+ "004",
+ "005",
+ "006",
+ "007",
+ "008",
+ "009",
+ "010",
+ "011",
+ "012",
+ "013",
+ "014",
+ "015",
+ "016",
+ "017",
+ "018",
+ "019",
+ "020",
+ "021",
+ "022"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_846_Division",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_847_PunkKoi",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_848_BuffLlama",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage3",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_867_CritterFrenzy_3VYKQ",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_870_CritterManiac_8Y8KK",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_873_RelishMale_0Q8D9",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_877_BistroAstronaut_LWL45",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_879_CubeQueen",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_880_SweetTeriyakiRed",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3",
+ "Stage4",
+ "Stage5"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_881_ScholarGhoul",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_883_Disguise",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat5",
+ "owned": [
+ "Mat5",
+ "Mat2",
+ "Mat3",
+ "Mat4",
+ "Mat6"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_884_DisguiseFemale",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat5",
+ "owned": [
+ "Mat5",
+ "Mat2",
+ "Mat3",
+ "Mat4",
+ "Mat6"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_888_SAM_4LYL3",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage2",
+ "owned": [
+ "Stage2",
+ "Stage1"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_892_JackOLantern",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage3",
+ "owned": [
+ "Stage3",
+ "Stage1",
+ "Stage2",
+ "Stage4",
+ "Stage5",
+ "Stage6"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat2",
+ "owned": [
+ "Mat2",
+ "Mat1",
+ "Mat3",
+ "Mat4",
+ "Mat5",
+ "Mat6"
+ ]
+ },
+ {
+ "channel": "Particle",
+ "active": "Particle2",
+ "owned": [
+ "Particle2",
+ "Particle1",
+ "Particle3",
+ "Particle4",
+ "Particle5",
+ "Particle6"
+ ]
+ },
+ {
+ "channel": "Emissive",
+ "active": "Emissive2",
+ "owned": [
+ "Emissive2",
+ "Emissive1",
+ "Emissive3",
+ "Emissive4",
+ "Emissive5",
+ "Emissive6"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_895_ZombieElasticNeon",
+ "variants": [
+ {
+ "channel": "PetTemperament",
+ "active": "Mat0",
+ "owned": [
+ "Mat0",
+ "Mat1",
+ "Mat2",
+ "Mat3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_911_LoneWolfMale",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_912_GumballMale",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_913_MotorcyclistFemale",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ },
+ {
+ "channel": "Emissive",
+ "active": "Emissive1",
+ "owned": [
+ "Emissive1",
+ "Emissive2",
+ "Emissive3",
+ "Emissive4"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_914_IslandNomadFemale",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_915_ExoSuitFemale",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_916_ParallelComicMale",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_920_Turtleneck",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_926_InnovatorFestive_6ZNGC",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_930_Sunshine",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_931_KittyWarrior",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_942_LimaBean",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3",
+ "Mat4",
+ "Mat5",
+ "Mat7",
+ "Mat8",
+ "Mat6",
+ "Mat9",
+ "Mat10"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_951_ShatterflyEclipse",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_955_Trey_18FU6",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "001",
+ "owned": [
+ "001",
+ "002",
+ "003",
+ "004",
+ "005",
+ "006",
+ "007",
+ "008",
+ "009",
+ "010",
+ "011",
+ "012",
+ "013",
+ "014",
+ "015",
+ "016",
+ "017",
+ "018",
+ "019",
+ "020",
+ "021",
+ "022",
+ "023",
+ "024",
+ "025",
+ "026",
+ "027",
+ "028",
+ "029",
+ "030"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_956_ValentineFashion_V4RF2",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_960_BunnyPurple",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_961_LeatherJacketPurple",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_969_CyberArmor",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_970_OrderGuard",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage4",
+ "Stage3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_971_Cadet",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_972_KnightCat_Female",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2",
+ "Particle3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_973_OriginPrisonMale",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_974_Binary",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_976_LittleEgg_Female_4EJ99",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_990_LyricalMale",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_991_LyricalFemale",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_995_ForsakeFemale",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_A_003_Ultralight",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_A_006_CarbideKnightMale",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_A_009_Grapefruit",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2",
+ "Particle3",
+ "Particle4",
+ "Particle5"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_A_012_AlfredoMale",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_A_021_LancelotMale",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_A_022_BlueJayFemale",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_A_024_FuchsiaFemale",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_A_025_PinkWidowFemale",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_A_030_EnsembleMaskMale",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3",
+ "Stage4"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_A_034_ChiselMale",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_A_038_PennantSeas",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2",
+ "Particle3",
+ "Particle4",
+ "Particle5",
+ "Particle6",
+ "Particle7",
+ "Particle8",
+ "Particle9",
+ "Particle10"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_A_039_RaysFemale",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_A_045_FruitcakeFemale",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_A_047_SummerBreeze_Male",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3",
+ "Stage4",
+ "Stage5",
+ "Stage6"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_A_051_SunBeamFemale",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_A_065_FutureSamuraiSummerMale",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaBackpack:BID_A_070_WildCardFemale",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_AgentSherbert",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ },
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3",
+ "Stage4",
+ "Stage5",
+ "Stage6"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_Amour",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_Apprentice",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3",
+ "Stage4"
+ ]
+ },
+ {
+ "channel": "Parts",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_ArcticIceBlue",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_ArcticIceTalus",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_BadBear",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_Ballerina",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_BasilStrong",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_BiruFang",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_Bites",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ },
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ },
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2",
+ "Particle3",
+ "Particle4",
+ "Particle5"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_BlueMystery_Dark",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_Boredom",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_BuffCatCruise",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_Calavera",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_CameraShake",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_Candor",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ },
+ {
+ "channel": "Mesh",
+ "active": "Stage3",
+ "owned": [
+ "Stage3",
+ "Stage4"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_Chainmail",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3",
+ "Stage4"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3",
+ "Mat4"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_ChillCat",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3",
+ "Stage4",
+ "Stage5"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_CinderMax",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ },
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3",
+ "Stage4",
+ "Stage5",
+ "Stage6"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_Citadel",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3"
+ ]
+ },
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2",
+ "Particle3",
+ "Particle4"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_ClearRadius",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_Conscience",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_CoyoteTrail",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3",
+ "Mat4",
+ "Mat5",
+ "Mat6",
+ "Mat7"
+ ]
+ },
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ },
+ {
+ "channel": "Emissive",
+ "active": "Emissive0",
+ "owned": [
+ "Emissive0"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_CoyoteTrailDark",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_CrimsonPeak",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat0",
+ "owned": [
+ "Mat0",
+ "Mat1"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_CrispRover",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3"
+ ]
+ },
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3",
+ "Mat4"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_CubeCoast",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_DarkAzalea",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_Dazzle",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3",
+ "Stage4",
+ "Stage5",
+ "Stage6"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ },
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_DefectBlip",
+ "variants": [
+ {
+ "channel": "RichColor2",
+ "active": "000",
+ "owned": [
+ "000",
+ "001",
+ "002",
+ "003"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_DefectGlitch",
+ "variants": [
+ {
+ "channel": "RichColor2",
+ "active": "000",
+ "owned": [
+ "000",
+ "001",
+ "002",
+ "003"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_Despair",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_DistantEchoCastle",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_DistantEchoPilot",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_DistantEchoPro",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_DualParadox",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_Ebony",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ },
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3"
+ ]
+ },
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_EmeraldGlassGreen",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_EmeraldGlassRebel",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_EmeraldGlassTransform",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_FearlessFlightHero",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_GalaxyKnight",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_Genius",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_Headset",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage4",
+ "Stage3"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_HeistSleek",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_Hitman_Dark",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_HumanBeing",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_Impulse",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ },
+ {
+ "channel": "Pattern",
+ "active": "Stage0",
+ "owned": [
+ "Stage0",
+ "Stage1",
+ "2",
+ "Stage3",
+ "Stage4",
+ "Stage5",
+ "Stage6"
+ ]
+ },
+ {
+ "channel": "JerseyColor",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat3",
+ "Mat4",
+ "Mat5",
+ "Mat6",
+ "Mat7",
+ "Mat8",
+ "Mat9",
+ "Mat10",
+ "Mat11",
+ "Mat12",
+ "Mat13",
+ "Mat14",
+ "Mat15",
+ "Mat16",
+ "Mat17",
+ "Mat18",
+ "Mat19",
+ "Mat20",
+ "Mat21",
+ "Mat22",
+ "Mat23",
+ "Mat24",
+ "Mat25",
+ "Stage10",
+ "Stage11",
+ "Stage12",
+ "Stage13",
+ "Stage14",
+ "Stage15",
+ "Stage16",
+ "Stage17"
+ ]
+ },
+ {
+ "channel": "ClothingColor",
+ "active": "Mat0",
+ "owned": [
+ "Mat0",
+ "Mat1"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_ImpulseSpring",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ },
+ {
+ "channel": "Pattern",
+ "active": "Stage0",
+ "owned": [
+ "Stage0",
+ "Stage1",
+ "2",
+ "Stage3",
+ "Stage4",
+ "Stage5",
+ "Stage6"
+ ]
+ },
+ {
+ "channel": "JerseyColor",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat3",
+ "Mat4",
+ "Mat5",
+ "Mat6",
+ "Mat7",
+ "Mat8",
+ "Mat9",
+ "Mat10",
+ "Mat11",
+ "Mat12",
+ "Mat13",
+ "Mat14",
+ "Mat15",
+ "Mat16",
+ "Mat17",
+ "Mat18",
+ "Mat19",
+ "Mat20",
+ "Mat21",
+ "Mat22",
+ "Mat23",
+ "Mat24",
+ "Mat25",
+ "Stage10",
+ "Stage11",
+ "Stage12",
+ "Stage13",
+ "Stage14",
+ "Stage15",
+ "Stage16",
+ "Stage17"
+ ]
+ },
+ {
+ "channel": "ClothingColor",
+ "active": "Mat0",
+ "owned": [
+ "Mat0",
+ "Mat1"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_ImpulseSpring_B",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ },
+ {
+ "channel": "Pattern",
+ "active": "Stage0",
+ "owned": [
+ "Stage0",
+ "Stage1",
+ "2",
+ "Stage3",
+ "Stage4",
+ "Stage5",
+ "Stage6"
+ ]
+ },
+ {
+ "channel": "JerseyColor",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat3",
+ "Mat4",
+ "Mat5",
+ "Mat6",
+ "Mat7",
+ "Mat8",
+ "Mat9",
+ "Mat10",
+ "Mat11",
+ "Mat12",
+ "Mat13",
+ "Mat14",
+ "Mat15",
+ "Mat16",
+ "Mat17",
+ "Mat18",
+ "Mat19",
+ "Mat20",
+ "Mat21",
+ "Mat22",
+ "Mat23",
+ "Mat24",
+ "Mat25",
+ "Stage10",
+ "Stage11",
+ "Stage12",
+ "Stage13",
+ "Stage14",
+ "Stage15",
+ "Stage16",
+ "Stage17"
+ ]
+ },
+ {
+ "channel": "ClothingColor",
+ "active": "Mat0",
+ "owned": [
+ "Mat0",
+ "Mat1"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_ImpulseSpring_C",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ },
+ {
+ "channel": "Pattern",
+ "active": "Stage0",
+ "owned": [
+ "Stage0",
+ "Stage1",
+ "2",
+ "Stage3",
+ "Stage4",
+ "Stage5",
+ "Stage6"
+ ]
+ },
+ {
+ "channel": "JerseyColor",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat3",
+ "Mat4",
+ "Mat5",
+ "Mat6",
+ "Mat7",
+ "Mat8",
+ "Mat9",
+ "Mat10",
+ "Mat11",
+ "Mat12",
+ "Mat13",
+ "Mat14",
+ "Mat15",
+ "Mat16",
+ "Mat17",
+ "Mat18",
+ "Mat19",
+ "Mat20",
+ "Mat21",
+ "Mat22",
+ "Mat23",
+ "Mat24",
+ "Mat25",
+ "Stage10",
+ "Stage11",
+ "Stage12",
+ "Stage13",
+ "Stage14",
+ "Stage15",
+ "Stage16",
+ "Stage17"
+ ]
+ },
+ {
+ "channel": "ClothingColor",
+ "active": "Mat0",
+ "owned": [
+ "Mat0",
+ "Mat1"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_ImpulseSpring_D",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ },
+ {
+ "channel": "Pattern",
+ "active": "Stage0",
+ "owned": [
+ "Stage0",
+ "Stage1",
+ "2",
+ "Stage3",
+ "Stage4",
+ "Stage5",
+ "Stage6"
+ ]
+ },
+ {
+ "channel": "JerseyColor",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat3",
+ "Mat4",
+ "Mat5",
+ "Mat6",
+ "Mat7",
+ "Mat8",
+ "Mat9",
+ "Mat10",
+ "Mat11",
+ "Mat12",
+ "Mat13",
+ "Mat14",
+ "Mat15",
+ "Mat16",
+ "Mat17",
+ "Mat18",
+ "Mat19",
+ "Mat20",
+ "Mat21",
+ "Mat22",
+ "Mat23",
+ "Mat24",
+ "Mat25",
+ "Stage10",
+ "Stage11",
+ "Stage12",
+ "Stage13",
+ "Stage14",
+ "Stage15",
+ "Stage16",
+ "Stage17"
+ ]
+ },
+ {
+ "channel": "ClothingColor",
+ "active": "Mat0",
+ "owned": [
+ "Mat0",
+ "Mat1"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_ImpulseSpring_E",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ },
+ {
+ "channel": "Pattern",
+ "active": "Stage0",
+ "owned": [
+ "Stage0",
+ "Stage1",
+ "2",
+ "Stage3",
+ "Stage4",
+ "Stage5",
+ "Stage6"
+ ]
+ },
+ {
+ "channel": "JerseyColor",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat3",
+ "Mat4",
+ "Mat5",
+ "Mat6",
+ "Mat7",
+ "Mat8",
+ "Mat9",
+ "Mat10",
+ "Mat11",
+ "Mat12",
+ "Mat13",
+ "Mat14",
+ "Mat15",
+ "Mat16",
+ "Mat17",
+ "Mat18",
+ "Mat19",
+ "Mat20",
+ "Mat21",
+ "Mat22",
+ "Mat23",
+ "Mat24",
+ "Mat25",
+ "Stage10",
+ "Stage11",
+ "Stage12",
+ "Stage13",
+ "Stage14",
+ "Stage15",
+ "Stage16",
+ "Stage17"
+ ]
+ },
+ {
+ "channel": "ClothingColor",
+ "active": "Mat0",
+ "owned": [
+ "Mat0",
+ "Mat1"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_Impulse_B",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ },
+ {
+ "channel": "Pattern",
+ "active": "Stage0",
+ "owned": [
+ "Stage0",
+ "Stage1",
+ "2",
+ "Stage3",
+ "Stage4",
+ "Stage5",
+ "Stage6"
+ ]
+ },
+ {
+ "channel": "JerseyColor",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat3",
+ "Mat4",
+ "Mat5",
+ "Mat6",
+ "Mat7",
+ "Mat8",
+ "Mat9",
+ "Mat10",
+ "Mat11",
+ "Mat12",
+ "Mat13",
+ "Mat14",
+ "Mat15",
+ "Mat16",
+ "Mat17",
+ "Mat18",
+ "Mat19",
+ "Mat20",
+ "Mat21",
+ "Mat22",
+ "Mat23",
+ "Mat24",
+ "Mat25",
+ "Stage10",
+ "Stage11",
+ "Stage12",
+ "Stage13",
+ "Stage14",
+ "Stage15",
+ "Stage16",
+ "Stage17"
+ ]
+ },
+ {
+ "channel": "ClothingColor",
+ "active": "Mat0",
+ "owned": [
+ "Mat0",
+ "Mat1"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_Impulse_C",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ },
+ {
+ "channel": "Pattern",
+ "active": "Stage0",
+ "owned": [
+ "Stage0",
+ "Stage1",
+ "2",
+ "Stage3",
+ "Stage4",
+ "Stage5",
+ "Stage6"
+ ]
+ },
+ {
+ "channel": "JerseyColor",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat3",
+ "Mat4",
+ "Mat5",
+ "Mat6",
+ "Mat7",
+ "Mat8",
+ "Mat9",
+ "Mat10",
+ "Mat11",
+ "Mat12",
+ "Mat13",
+ "Mat14",
+ "Mat15",
+ "Mat16",
+ "Mat17",
+ "Mat18",
+ "Mat19",
+ "Mat20",
+ "Mat21",
+ "Mat22",
+ "Mat23",
+ "Mat24",
+ "Mat25",
+ "Stage10",
+ "Stage11",
+ "Stage12",
+ "Stage13",
+ "Stage14",
+ "Stage15",
+ "Stage16",
+ "Stage17"
+ ]
+ },
+ {
+ "channel": "ClothingColor",
+ "active": "Mat0",
+ "owned": [
+ "Mat0",
+ "Mat1"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_Impulse_D",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ },
+ {
+ "channel": "Pattern",
+ "active": "Stage0",
+ "owned": [
+ "Stage0",
+ "Stage1",
+ "2",
+ "Stage3",
+ "Stage4",
+ "Stage5",
+ "Stage6"
+ ]
+ },
+ {
+ "channel": "JerseyColor",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat3",
+ "Mat4",
+ "Mat5",
+ "Mat6",
+ "Mat7",
+ "Mat8",
+ "Mat9",
+ "Mat10",
+ "Mat11",
+ "Mat12",
+ "Mat13",
+ "Mat14",
+ "Mat15",
+ "Mat16",
+ "Mat17",
+ "Mat18",
+ "Mat19",
+ "Mat20",
+ "Mat21",
+ "Mat22",
+ "Mat23",
+ "Mat24",
+ "Mat25",
+ "Stage10",
+ "Stage11",
+ "Stage12",
+ "Stage13",
+ "Stage14",
+ "Stage15",
+ "Stage16",
+ "Stage17"
+ ]
+ },
+ {
+ "channel": "ClothingColor",
+ "active": "Mat0",
+ "owned": [
+ "Mat0",
+ "Mat1"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_Impulse_E",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ },
+ {
+ "channel": "Pattern",
+ "active": "Stage0",
+ "owned": [
+ "Stage0",
+ "Stage1",
+ "2",
+ "Stage3",
+ "Stage4",
+ "Stage5",
+ "Stage6"
+ ]
+ },
+ {
+ "channel": "JerseyColor",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat3",
+ "Mat4",
+ "Mat5",
+ "Mat6",
+ "Mat7",
+ "Mat8",
+ "Mat9",
+ "Mat10",
+ "Mat11",
+ "Mat12",
+ "Mat13",
+ "Mat14",
+ "Mat15",
+ "Mat16",
+ "Mat17",
+ "Mat18",
+ "Mat19",
+ "Mat20",
+ "Mat21",
+ "Mat22",
+ "Mat23",
+ "Mat24",
+ "Mat25",
+ "Stage10",
+ "Stage11",
+ "Stage12",
+ "Stage13",
+ "Stage14",
+ "Stage15",
+ "Stage16",
+ "Stage17"
+ ]
+ },
+ {
+ "channel": "ClothingColor",
+ "active": "Mat0",
+ "owned": [
+ "Mat0",
+ "Mat1"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_Inferno",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ },
+ {
+ "channel": "Emissive",
+ "active": "Emissive1",
+ "owned": [
+ "Emissive1",
+ "Emissive2"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3",
+ "Mat4",
+ "Mat5"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_InspireSpell",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3",
+ "Stage4",
+ "Stage5"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat3"
+ ]
+ },
+ {
+ "channel": "Mesh",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2",
+ "Particle3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_IronBlaze",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_KnightCatRacket",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ },
+ {
+ "channel": "Progressive",
+ "active": "Particle18",
+ "owned": [
+ "Particle18",
+ "Particle19",
+ "Particle20"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_LastVoiceSteel",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat0",
+ "owned": [
+ "Mat0",
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_Lettuce",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_LettuceCat",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_LightningDragon",
+ "variants": [
+ {
+ "channel": "ClothingColor",
+ "active": "000",
+ "owned": [
+ "000",
+ "001"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_LocalZilla",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3",
+ "Stage4",
+ "Stage5",
+ "Stage6"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_LoudPhoenix",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_MagicMeadow",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_MasterKeyOrder",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_MechPilotSharkSpeed",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_MechPilotSharkVelocity",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_MercurialStorm",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ },
+ {
+ "channel": "Emissive",
+ "active": "Emissive0",
+ "owned": [
+ "Emissive0",
+ "Emissive1",
+ "Emissive2",
+ "Emissive3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_Meteorwomen_Alt",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3",
+ "Stage4",
+ "Stage5",
+ "Stage6"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ },
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3",
+ "Stage4"
+ ]
+ },
+ {
+ "channel": "Emissive",
+ "active": "Emissive1",
+ "owned": [
+ "Emissive1",
+ "Emissive2",
+ "Emissive3",
+ "Emissive4"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_MindPinch",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat0",
+ "owned": [
+ "Mat0",
+ "Mat1"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_Mochi",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_Mouse",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_MuteRibbon",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_Nebula",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_NightHawk",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_NitroFlow",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage4",
+ "Stage2",
+ "Stage3",
+ "Stage5"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ },
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2",
+ "Particle3",
+ "Particle4"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_OceanBreeze",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_Patches",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_Pencil_Apple",
+ "variants": [
+ {
+ "channel": "Slot",
+ "active": "Emissive2",
+ "owned": [
+ "Emissive2",
+ "Emissive0",
+ "Emissive1"
+ ]
+ },
+ {
+ "channel": "JerseyColor",
+ "active": "Emissive5",
+ "owned": [
+ "Emissive5",
+ "Emissive4",
+ "Emissive3"
+ ]
+ },
+ {
+ "channel": "Pattern",
+ "active": "Emissive7",
+ "owned": [
+ "Emissive7",
+ "Emissive6",
+ "Emissive8"
+ ]
+ },
+ {
+ "channel": "Progressive",
+ "active": "Particle18",
+ "owned": [
+ "Particle18",
+ "Particle19",
+ "Particle20"
+ ]
+ },
+ {
+ "channel": "Mesh",
+ "active": "Stage30",
+ "owned": [
+ "Stage30",
+ "Stage31",
+ "Stage32"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_Pencil_Cherry",
+ "variants": [
+ {
+ "channel": "Slot",
+ "active": "Emissive1",
+ "owned": [
+ "Emissive1",
+ "Emissive0",
+ "Emissive2"
+ ]
+ },
+ {
+ "channel": "JerseyColor",
+ "active": "Emissive5",
+ "owned": [
+ "Emissive5",
+ "Emissive3",
+ "Emissive4"
+ ]
+ },
+ {
+ "channel": "Pattern",
+ "active": "Emissive8",
+ "owned": [
+ "Emissive8",
+ "Emissive7",
+ "Emissive6"
+ ]
+ },
+ {
+ "channel": "Progressive",
+ "active": "Particle18",
+ "owned": [
+ "Particle18",
+ "Particle19",
+ "Particle20"
+ ]
+ },
+ {
+ "channel": "Mesh",
+ "active": "Stage30",
+ "owned": [
+ "Stage30",
+ "Stage31",
+ "Stage32"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_Pencil_Fig",
+ "variants": [
+ {
+ "channel": "Slot",
+ "active": "Emissive1",
+ "owned": [
+ "Emissive1",
+ "Emissive0",
+ "Emissive2"
+ ]
+ },
+ {
+ "channel": "JerseyColor",
+ "active": "Emissive5",
+ "owned": [
+ "Emissive5",
+ "Emissive3",
+ "Emissive4"
+ ]
+ },
+ {
+ "channel": "Pattern",
+ "active": "Emissive8",
+ "owned": [
+ "Emissive8",
+ "Emissive7",
+ "Emissive6"
+ ]
+ },
+ {
+ "channel": "Progressive",
+ "active": "Particle18",
+ "owned": [
+ "Particle18",
+ "Particle19",
+ "Particle20"
+ ]
+ },
+ {
+ "channel": "Mesh",
+ "active": "Stage30",
+ "owned": [
+ "Stage30",
+ "Stage31",
+ "Stage32"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_Pencil_Grape",
+ "variants": [
+ {
+ "channel": "Slot",
+ "active": "Emissive2",
+ "owned": [
+ "Emissive2",
+ "Emissive0",
+ "Emissive1"
+ ]
+ },
+ {
+ "channel": "JerseyColor",
+ "active": "Emissive5",
+ "owned": [
+ "Emissive5",
+ "Emissive4",
+ "Emissive3"
+ ]
+ },
+ {
+ "channel": "Pattern",
+ "active": "Emissive7",
+ "owned": [
+ "Emissive7",
+ "Emissive6",
+ "Emissive8"
+ ]
+ },
+ {
+ "channel": "Progressive",
+ "active": "Particle18",
+ "owned": [
+ "Particle18",
+ "Particle19",
+ "Particle20"
+ ]
+ },
+ {
+ "channel": "Mesh",
+ "active": "Stage30",
+ "owned": [
+ "Stage30",
+ "Stage31",
+ "Stage32"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_Pencil_Guava",
+ "variants": [
+ {
+ "channel": "Slot",
+ "active": "Emissive1",
+ "owned": [
+ "Emissive1",
+ "Emissive0",
+ "Emissive2"
+ ]
+ },
+ {
+ "channel": "JerseyColor",
+ "active": "Emissive5",
+ "owned": [
+ "Emissive5",
+ "Emissive3",
+ "Emissive4"
+ ]
+ },
+ {
+ "channel": "Pattern",
+ "active": "Emissive8",
+ "owned": [
+ "Emissive8",
+ "Emissive7",
+ "Emissive6"
+ ]
+ },
+ {
+ "channel": "Progressive",
+ "active": "Particle18",
+ "owned": [
+ "Particle18",
+ "Particle19",
+ "Particle20"
+ ]
+ },
+ {
+ "channel": "Mesh",
+ "active": "Stage30",
+ "owned": [
+ "Stage30",
+ "Stage31",
+ "Stage32"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_Pencil_Kiwi",
+ "variants": [
+ {
+ "channel": "Slot",
+ "active": "Emissive2",
+ "owned": [
+ "Emissive2",
+ "Emissive0",
+ "Emissive1"
+ ]
+ },
+ {
+ "channel": "JerseyColor",
+ "active": "Emissive5",
+ "owned": [
+ "Emissive5",
+ "Emissive4",
+ "Emissive3"
+ ]
+ },
+ {
+ "channel": "Pattern",
+ "active": "Emissive7",
+ "owned": [
+ "Emissive7",
+ "Emissive6",
+ "Emissive8"
+ ]
+ },
+ {
+ "channel": "Progressive",
+ "active": "Particle18",
+ "owned": [
+ "Particle18",
+ "Particle19",
+ "Particle20"
+ ]
+ },
+ {
+ "channel": "Mesh",
+ "active": "Stage30",
+ "owned": [
+ "Stage30",
+ "Stage31",
+ "Stage32"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_Pencil_Lime",
+ "variants": [
+ {
+ "channel": "Slot",
+ "active": "Emissive2",
+ "owned": [
+ "Emissive2",
+ "Emissive0",
+ "Emissive1"
+ ]
+ },
+ {
+ "channel": "JerseyColor",
+ "active": "Emissive5",
+ "owned": [
+ "Emissive5",
+ "Emissive4",
+ "Emissive3"
+ ]
+ },
+ {
+ "channel": "Pattern",
+ "active": "Emissive7",
+ "owned": [
+ "Emissive7",
+ "Emissive6",
+ "Emissive8"
+ ]
+ },
+ {
+ "channel": "Progressive",
+ "active": "Particle18",
+ "owned": [
+ "Particle18",
+ "Particle19",
+ "Particle20"
+ ]
+ },
+ {
+ "channel": "Mesh",
+ "active": "Stage30",
+ "owned": [
+ "Stage30",
+ "Stage31",
+ "Stage32"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_Pencil_Mango",
+ "variants": [
+ {
+ "channel": "Slot",
+ "active": "Emissive1",
+ "owned": [
+ "Emissive1",
+ "Emissive0",
+ "Emissive2"
+ ]
+ },
+ {
+ "channel": "JerseyColor",
+ "active": "Emissive5",
+ "owned": [
+ "Emissive5",
+ "Emissive3",
+ "Emissive4"
+ ]
+ },
+ {
+ "channel": "Pattern",
+ "active": "Emissive8",
+ "owned": [
+ "Emissive8",
+ "Emissive7",
+ "Emissive6"
+ ]
+ },
+ {
+ "channel": "Progressive",
+ "active": "Particle18",
+ "owned": [
+ "Particle18",
+ "Particle19",
+ "Particle20"
+ ]
+ },
+ {
+ "channel": "Mesh",
+ "active": "Stage30",
+ "owned": [
+ "Stage30",
+ "Stage31",
+ "Stage32"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_Pencil_Pear",
+ "variants": [
+ {
+ "channel": "Slot",
+ "active": "Emissive1",
+ "owned": [
+ "Emissive1",
+ "Emissive0",
+ "Emissive2"
+ ]
+ },
+ {
+ "channel": "JerseyColor",
+ "active": "Emissive5",
+ "owned": [
+ "Emissive5",
+ "Emissive3",
+ "Emissive4"
+ ]
+ },
+ {
+ "channel": "Pattern",
+ "active": "Emissive8",
+ "owned": [
+ "Emissive8",
+ "Emissive7",
+ "Emissive6"
+ ]
+ },
+ {
+ "channel": "Progressive",
+ "active": "Particle18",
+ "owned": [
+ "Particle18",
+ "Particle19",
+ "Particle20"
+ ]
+ },
+ {
+ "channel": "Mesh",
+ "active": "Stage30",
+ "owned": [
+ "Stage30",
+ "Stage31",
+ "Stage32"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_Pencil_Raspberry",
+ "variants": [
+ {
+ "channel": "Slot",
+ "active": "Emissive2",
+ "owned": [
+ "Emissive2",
+ "Emissive0",
+ "Emissive1"
+ ]
+ },
+ {
+ "channel": "JerseyColor",
+ "active": "Emissive5",
+ "owned": [
+ "Emissive5",
+ "Emissive4",
+ "Emissive3"
+ ]
+ },
+ {
+ "channel": "Pattern",
+ "active": "Emissive7",
+ "owned": [
+ "Emissive7",
+ "Emissive6",
+ "Emissive8"
+ ]
+ },
+ {
+ "channel": "Progressive",
+ "active": "Particle18",
+ "owned": [
+ "Particle18",
+ "Particle19",
+ "Particle20"
+ ]
+ },
+ {
+ "channel": "Mesh",
+ "active": "Stage30",
+ "owned": [
+ "Stage30",
+ "Stage31",
+ "Stage32"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_PennantSeasGlare",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3",
+ "Mat4",
+ "Mat5",
+ "Mat6",
+ "Mat7",
+ "Mat8"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_PennantSeasGlare_B",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3",
+ "Mat4",
+ "Mat5",
+ "Mat6",
+ "Mat7",
+ "Mat8"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_PennantSeasGlare_C",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3",
+ "Mat4",
+ "Mat5",
+ "Mat6",
+ "Mat7",
+ "Mat8"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_PennantSeasGlare_D",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3",
+ "Mat4",
+ "Mat5",
+ "Mat6",
+ "Mat7",
+ "Mat8"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_PennantSeasGlare_E",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3",
+ "Mat4",
+ "Mat5",
+ "Mat6",
+ "Mat7",
+ "Mat8"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_PennantSeasShade",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3",
+ "Mat4",
+ "Mat5",
+ "Mat6",
+ "Mat7",
+ "Mat8"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_PennantSeasShade_B",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3",
+ "Mat4",
+ "Mat5",
+ "Mat6",
+ "Mat7",
+ "Mat8"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_PennantSeasShade_C",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3",
+ "Mat4",
+ "Mat5",
+ "Mat6",
+ "Mat7",
+ "Mat8"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_PennantSeasShade_D",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3",
+ "Mat4",
+ "Mat5",
+ "Mat6",
+ "Mat7",
+ "Mat8"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_PennantSeasShade_E",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3",
+ "Mat4",
+ "Mat5",
+ "Mat6",
+ "Mat7",
+ "Mat8"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_PinkSpike",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3",
+ "Stage4",
+ "Stage5",
+ "Stage6"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_PinkTrooperDark",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ },
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_Possession",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_PowerFarmer",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_PrimeOrder",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3",
+ "Mat4"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_PrisonBreak",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_RedOasisApricot",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_RedOasisBlackberry",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_RedOasisGooseberry",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_RedOasisJackfruit",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_RedOasisPomegranate",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_RedPepper",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3",
+ "Stage4"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_RippedHarvester",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ },
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3",
+ "Stage4",
+ "Stage5",
+ "Stage6"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_RoseDust",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3",
+ "Mat4"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_RoyalDusk",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_Sahara",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ },
+ {
+ "channel": "Mesh",
+ "active": "Stage3",
+ "owned": [
+ "Stage3",
+ "Stage4"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_ScarletBionic",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_SharpFang",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3",
+ "Mat4"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_ShinyStar",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_Silencer",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ },
+ {
+ "channel": "Mesh",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ },
+ {
+ "channel": "ClothingColor",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_SilentTempo",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ },
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ },
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_SolarTheory",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_Sparrow",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_SplitDiamond",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_SportsFashion_Winter",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_StallionAviator",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_StallionSmoke",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_StarStray",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_StaticShades",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_SunbeamQuest",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_SunBurst",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ },
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_SunBurstAlt",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3",
+ "Stage4"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_Sunlit",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3",
+ "Mat4"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_TheHerald",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_TigerRootFame",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_TigerRootHype",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_Titanium",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_Veiled",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_Venice",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ },
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2",
+ "Particle3",
+ "Particle4"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_Virtuous",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_VitalPsych",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage4",
+ "Stage2",
+ "Stage3",
+ "Stage5"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3",
+ "Mat4"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:Character_ZirconSweep",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ },
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ },
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3",
+ "Stage4",
+ "Stage5",
+ "Stage6"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_022_Athena_Commando_F",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_028_Athena_Commando_F",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_029_Athena_Commando_F_Halloween",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_030_Athena_Commando_M_Halloween",
+ "variants": [
+ {
+ "channel": "ClothingColor",
+ "active": "Mat0",
+ "owned": [
+ "Mat0",
+ "Mat2",
+ "Mat3",
+ "Mat4"
+ ]
+ },
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_031_Athena_Commando_M_Retro",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_038_Athena_Commando_M_Disco",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_043_Athena_Commando_F_Stealth",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_048_Athena_Commando_F_HolidayGingerbread",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Mat0",
+ "owned": [
+ "Mat0",
+ "Mat1",
+ "Mat2",
+ "Mat3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_049_Athena_Commando_M_HolidayGingerbread",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Mat0",
+ "owned": [
+ "Mat0",
+ "Mat1",
+ "Mat2",
+ "Mat3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_050_Athena_Commando_M_HolidayNutcracker",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3",
+ "Mat4",
+ "Mat5"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_051_Athena_Commando_M_HolidayElf",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_080_Athena_Commando_M_Space",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_081_Athena_Commando_F_Space",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_083_Athena_Commando_F_Tactical",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_087_Athena_Commando_F_RedSilk",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_097_Athena_Commando_F_RockerPunk",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_099_Athena_Commando_F_Scathach",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_103_Athena_Commando_M_Bunny",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_104_Athena_Commando_F_Bunny",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_109_Athena_Commando_M_Pizza",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat0",
+ "owned": [
+ "Mat0",
+ "Mat1"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_115_Athena_Commando_M_CarbideBlue",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage0",
+ "owned": [
+ "Stage0",
+ "Stage1",
+ "Stage2",
+ "Stage3",
+ "Stage4",
+ "Stage5"
+ ]
+ },
+ {
+ "channel": "Emissive",
+ "active": "Emissive0",
+ "owned": [
+ "Emissive0",
+ "Emissive1",
+ "Emissive2",
+ "Emissive3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_116_Athena_Commando_M_CarbideBlack",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage0",
+ "owned": [
+ "Stage0",
+ "Stage1",
+ "Stage2",
+ "Stage3",
+ "Stage4",
+ "Stage5"
+ ]
+ },
+ {
+ "channel": "Emissive",
+ "active": "Emissive0",
+ "owned": [
+ "Emissive0",
+ "Emissive1",
+ "Emissive2",
+ "Emissive3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_121_Athena_Commando_M_Graffiti",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_127_Athena_Commando_M_Hazmat",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_128_Athena_Commando_F_Hazmat",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_129_Athena_Commando_M_Deco",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_130_Athena_Commando_M_Merman",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3",
+ "Mat4"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_131_Athena_Commando_M_Warpaint",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_133_Athena_Commando_F_Deco",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_134_Athena_Commando_M_Jailbird",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_135_Athena_Commando_F_Jailbird",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_140_Athena_Commando_M_Visitor",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat0",
+ "owned": [
+ "Mat0",
+ "Mat1",
+ "Mat2",
+ "Mat3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_144_Athena_Commando_M_SoccerDudeA",
+ "variants": [
+ {
+ "channel": "JerseyColor",
+ "active": "Fortnite",
+ "owned": [
+ "Fortnite",
+ "Argentina",
+ "Australia",
+ "Belgium",
+ "Brazil",
+ "Canada",
+ "Colombia",
+ "Denmark",
+ "Egypt",
+ "England",
+ "France",
+ "Germany",
+ "Iceland",
+ "Italy",
+ "Ireland",
+ "Japan",
+ "Korea",
+ "Mexico",
+ "Netherlands",
+ "NewZealand",
+ "Nigeria",
+ "Norway",
+ "Poland",
+ "Portugal",
+ "Russia",
+ "Saudi",
+ "Spain",
+ "Sweden",
+ "Switzerland",
+ "Terkey",
+ "Uruguay",
+ "USA"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_145_Athena_Commando_M_SoccerDudeB",
+ "variants": [
+ {
+ "channel": "JerseyColor",
+ "active": "Fortnite",
+ "owned": [
+ "Fortnite",
+ "Argentina",
+ "Australia",
+ "Belgium",
+ "Brazil",
+ "Canada",
+ "Colombia",
+ "Denmark",
+ "Egypt",
+ "England",
+ "France",
+ "Germany",
+ "Iceland",
+ "Italy",
+ "Ireland",
+ "Japan",
+ "Korea",
+ "Mexico",
+ "Netherlands",
+ "NewZealand",
+ "Nigeria",
+ "Norway",
+ "Poland",
+ "Portugal",
+ "Russia",
+ "Saudi",
+ "Spain",
+ "Sweden",
+ "Switzerland",
+ "Terkey",
+ "Uruguay",
+ "USA"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_146_Athena_Commando_M_SoccerDudeC",
+ "variants": [
+ {
+ "channel": "JerseyColor",
+ "active": "Fortnite",
+ "owned": [
+ "Fortnite",
+ "Argentina",
+ "Australia",
+ "Belgium",
+ "Brazil",
+ "Canada",
+ "Colombia",
+ "Denmark",
+ "Egypt",
+ "England",
+ "France",
+ "Germany",
+ "Iceland",
+ "Italy",
+ "Ireland",
+ "Japan",
+ "Korea",
+ "Mexico",
+ "Netherlands",
+ "NewZealand",
+ "Nigeria",
+ "Norway",
+ "Poland",
+ "Portugal",
+ "Russia",
+ "Saudi",
+ "Spain",
+ "Sweden",
+ "Switzerland",
+ "Terkey",
+ "Uruguay",
+ "USA"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_147_Athena_Commando_M_SoccerDudeD",
+ "variants": [
+ {
+ "channel": "JerseyColor",
+ "active": "Fortnite",
+ "owned": [
+ "Fortnite",
+ "Argentina",
+ "Australia",
+ "Belgium",
+ "Brazil",
+ "Canada",
+ "Colombia",
+ "Denmark",
+ "Egypt",
+ "England",
+ "France",
+ "Germany",
+ "Iceland",
+ "Italy",
+ "Ireland",
+ "Japan",
+ "Korea",
+ "Mexico",
+ "Netherlands",
+ "NewZealand",
+ "Nigeria",
+ "Norway",
+ "Poland",
+ "Portugal",
+ "Russia",
+ "Saudi",
+ "Spain",
+ "Sweden",
+ "Switzerland",
+ "Terkey",
+ "Uruguay",
+ "USA"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_148_Athena_Commando_F_SoccerGirlA",
+ "variants": [
+ {
+ "channel": "JerseyColor",
+ "active": "Fortnite",
+ "owned": [
+ "Fortnite",
+ "Argentina",
+ "Australia",
+ "Belgium",
+ "Brazil",
+ "Canada",
+ "Colombia",
+ "Denmark",
+ "Egypt",
+ "England",
+ "France",
+ "Germany",
+ "Iceland",
+ "Italy",
+ "Ireland",
+ "Japan",
+ "Korea",
+ "Mexico",
+ "Netherlands",
+ "NewZealand",
+ "Nigeria",
+ "Norway",
+ "Poland",
+ "Portugal",
+ "Russia",
+ "Saudi",
+ "Spain",
+ "Sweden",
+ "Switzerland",
+ "Terkey",
+ "Uruguay",
+ "USA"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_149_Athena_Commando_F_SoccerGirlB",
+ "variants": [
+ {
+ "channel": "JerseyColor",
+ "active": "Fortnite",
+ "owned": [
+ "Fortnite",
+ "Argentina",
+ "Australia",
+ "Belgium",
+ "Brazil",
+ "Canada",
+ "Colombia",
+ "Denmark",
+ "Egypt",
+ "England",
+ "France",
+ "Germany",
+ "Iceland",
+ "Italy",
+ "Ireland",
+ "Japan",
+ "Korea",
+ "Mexico",
+ "Netherlands",
+ "NewZealand",
+ "Nigeria",
+ "Norway",
+ "Poland",
+ "Portugal",
+ "Russia",
+ "Saudi",
+ "Spain",
+ "Sweden",
+ "Switzerland",
+ "Terkey",
+ "Uruguay",
+ "USA"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_150_Athena_Commando_F_SoccerGirlC",
+ "variants": [
+ {
+ "channel": "JerseyColor",
+ "active": "Fortnite",
+ "owned": [
+ "Fortnite",
+ "Argentina",
+ "Australia",
+ "Belgium",
+ "Brazil",
+ "Canada",
+ "Colombia",
+ "Denmark",
+ "Egypt",
+ "England",
+ "France",
+ "Germany",
+ "Iceland",
+ "Italy",
+ "Ireland",
+ "Japan",
+ "Korea",
+ "Mexico",
+ "Netherlands",
+ "NewZealand",
+ "Nigeria",
+ "Norway",
+ "Poland",
+ "Portugal",
+ "Russia",
+ "Saudi",
+ "Spain",
+ "Sweden",
+ "Switzerland",
+ "Terkey",
+ "Uruguay",
+ "USA"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_151_Athena_Commando_F_SoccerGirlD",
+ "variants": [
+ {
+ "channel": "JerseyColor",
+ "active": "Fortnite",
+ "owned": [
+ "Fortnite",
+ "Argentina",
+ "Australia",
+ "Belgium",
+ "Brazil",
+ "Canada",
+ "Colombia",
+ "Denmark",
+ "Egypt",
+ "England",
+ "France",
+ "Germany",
+ "Iceland",
+ "Italy",
+ "Ireland",
+ "Japan",
+ "Korea",
+ "Mexico",
+ "Netherlands",
+ "NewZealand",
+ "Nigeria",
+ "Norway",
+ "Poland",
+ "Portugal",
+ "Russia",
+ "Saudi",
+ "Spain",
+ "Sweden",
+ "Switzerland",
+ "Terkey",
+ "Uruguay",
+ "USA"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_153_Athena_Commando_F_CarbideBlack",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_156_Athena_Commando_F_FuzzyBearInd",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_157_Athena_Commando_M_StarsAndStripes",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_158_Athena_Commando_F_StarsAndStripes",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_161_Athena_Commando_M_Drift",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage0",
+ "owned": [
+ "Stage0",
+ "Stage1",
+ "Stage2",
+ "Stage3",
+ "Stage4",
+ "Stage5"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_165_Athena_Commando_M_DarkViking",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage0",
+ "owned": [
+ "Stage0",
+ "Stage1",
+ "Stage2",
+ "Stage3",
+ "Stage4",
+ "Stage5",
+ "Stage6"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_171_Athena_Commando_M_SharpDresser",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_177_Athena_Commando_M_StreetRacerCobra",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_178_Athena_Commando_F_StreetRacerCobra",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_187_Athena_Commando_F_FuzzyBearPanda",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_188_Athena_Commando_F_StreetRacerWhite",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_190_Athena_Commando_M_StreetRacerWhite",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_198_Athena_Commando_M_BlueSamurai",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat0",
+ "owned": [
+ "Mat0",
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_199_Athena_Commando_F_BlueSamurai",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage0",
+ "owned": [
+ "Stage0",
+ "Stage1",
+ "Stage2"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_206_Athena_Commando_M_Bling",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat0",
+ "owned": [
+ "Mat0",
+ "Mat1",
+ "Mat2",
+ "Mat3",
+ "Mat4"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_207_Athena_Commando_M_FootballDudeA",
+ "variants": [
+ {
+ "channel": "JerseyColor",
+ "active": "000",
+ "owned": [
+ "000",
+ "001",
+ "002",
+ "003",
+ "004",
+ "005",
+ "006",
+ "007",
+ "008",
+ "009",
+ "010",
+ "011",
+ "012",
+ "013",
+ "014",
+ "015",
+ "016",
+ "017",
+ "018",
+ "019",
+ "020",
+ "021",
+ "022",
+ "023",
+ "024",
+ "025",
+ "026",
+ "027",
+ "028",
+ "029",
+ "030",
+ "031",
+ "036",
+ "032",
+ "033",
+ "034",
+ "035"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_208_Athena_Commando_M_FootballDudeB",
+ "variants": [
+ {
+ "channel": "JerseyColor",
+ "active": "000",
+ "owned": [
+ "000",
+ "001",
+ "002",
+ "003",
+ "004",
+ "005",
+ "006",
+ "007",
+ "008",
+ "009",
+ "010",
+ "011",
+ "012",
+ "013",
+ "014",
+ "015",
+ "016",
+ "017",
+ "018",
+ "019",
+ "020",
+ "021",
+ "022",
+ "023",
+ "024",
+ "025",
+ "026",
+ "027",
+ "028",
+ "029",
+ "030",
+ "031",
+ "036",
+ "032",
+ "033",
+ "034",
+ "035"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_209_Athena_Commando_M_FootballDudeC",
+ "variants": [
+ {
+ "channel": "JerseyColor",
+ "active": "000",
+ "owned": [
+ "000",
+ "001",
+ "002",
+ "003",
+ "004",
+ "005",
+ "006",
+ "007",
+ "008",
+ "009",
+ "010",
+ "011",
+ "012",
+ "013",
+ "014",
+ "015",
+ "016",
+ "017",
+ "018",
+ "019",
+ "020",
+ "021",
+ "022",
+ "023",
+ "024",
+ "025",
+ "026",
+ "027",
+ "028",
+ "029",
+ "030",
+ "031",
+ "036",
+ "032",
+ "033",
+ "034",
+ "035"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_210_Athena_Commando_F_FootballGirlA",
+ "variants": [
+ {
+ "channel": "JerseyColor",
+ "active": "000",
+ "owned": [
+ "000",
+ "001",
+ "002",
+ "003",
+ "004",
+ "005",
+ "006",
+ "007",
+ "008",
+ "009",
+ "010",
+ "011",
+ "012",
+ "013",
+ "014",
+ "015",
+ "016",
+ "017",
+ "018",
+ "019",
+ "020",
+ "021",
+ "022",
+ "023",
+ "024",
+ "025",
+ "026",
+ "027",
+ "028",
+ "029",
+ "030",
+ "031",
+ "036",
+ "032",
+ "033",
+ "034",
+ "035"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_211_Athena_Commando_F_FootballGirlB",
+ "variants": [
+ {
+ "channel": "JerseyColor",
+ "active": "000",
+ "owned": [
+ "000",
+ "001",
+ "002",
+ "003",
+ "004",
+ "005",
+ "006",
+ "007",
+ "008",
+ "009",
+ "010",
+ "011",
+ "012",
+ "013",
+ "014",
+ "015",
+ "016",
+ "017",
+ "018",
+ "019",
+ "020",
+ "021",
+ "022",
+ "023",
+ "024",
+ "025",
+ "026",
+ "027",
+ "028",
+ "029",
+ "030",
+ "031",
+ "036",
+ "032",
+ "033",
+ "034",
+ "035"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_212_Athena_Commando_F_FootballGirlC",
+ "variants": [
+ {
+ "channel": "JerseyColor",
+ "active": "000",
+ "owned": [
+ "000",
+ "001",
+ "002",
+ "003",
+ "004",
+ "005",
+ "006",
+ "007",
+ "008",
+ "009",
+ "010",
+ "011",
+ "012",
+ "013",
+ "014",
+ "015",
+ "016",
+ "017",
+ "018",
+ "019",
+ "020",
+ "021",
+ "022",
+ "023",
+ "024",
+ "025",
+ "026",
+ "027",
+ "028",
+ "029",
+ "030",
+ "031",
+ "036",
+ "032",
+ "033",
+ "034",
+ "035"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_216_Athena_Commando_F_Medic",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_219_Athena_Commando_M_Hacivat",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_220_Athena_Commando_F_Clown",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage0",
+ "owned": [
+ "Stage0",
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_221_Athena_Commando_M_Clown",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage0",
+ "owned": [
+ "Stage0",
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_228_Athena_Commando_M_Vampire",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_230_Athena_Commando_M_Werewolf",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage0",
+ "owned": [
+ "Stage0",
+ "Stage1",
+ "Stage2",
+ "Stage3",
+ "Stage4",
+ "Stage5"
+ ]
+ },
+ {
+ "channel": "ClothingColor",
+ "active": "Mat0",
+ "owned": [
+ "Mat0",
+ "Mat1",
+ "Mat2",
+ "Mat3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_237_Athena_Commando_F_Cowgirl",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage0",
+ "owned": [
+ "Stage0",
+ "Stage1",
+ "Stage2",
+ "Stage3",
+ "Stage4",
+ "Stage5"
+ ]
+ },
+ {
+ "channel": "ClothingColor",
+ "active": "Mat0",
+ "owned": [
+ "Mat0",
+ "Mat1",
+ "Mat2",
+ "Mat3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_238_Athena_Commando_F_FootballGirlD",
+ "variants": [
+ {
+ "channel": "JerseyColor",
+ "active": "000",
+ "owned": [
+ "000",
+ "001",
+ "002",
+ "003",
+ "004",
+ "005",
+ "006",
+ "007",
+ "008",
+ "009",
+ "010",
+ "011",
+ "012",
+ "013",
+ "014",
+ "015",
+ "016",
+ "017",
+ "018",
+ "019",
+ "020",
+ "021",
+ "022",
+ "023",
+ "024",
+ "025",
+ "026",
+ "027",
+ "028",
+ "029",
+ "030",
+ "031",
+ "036",
+ "032",
+ "033",
+ "034",
+ "035"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_239_Athena_Commando_M_FootballDudeD",
+ "variants": [
+ {
+ "channel": "JerseyColor",
+ "active": "000",
+ "owned": [
+ "000",
+ "001",
+ "002",
+ "003",
+ "004",
+ "005",
+ "006",
+ "007",
+ "008",
+ "009",
+ "010",
+ "011",
+ "012",
+ "013",
+ "014",
+ "015",
+ "016",
+ "017",
+ "018",
+ "019",
+ "020",
+ "021",
+ "022",
+ "023",
+ "024",
+ "025",
+ "026",
+ "027",
+ "028",
+ "029",
+ "030",
+ "031",
+ "036",
+ "032",
+ "033",
+ "034",
+ "035"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_242_Athena_Commando_F_Bullseye",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_244_Athena_Commando_M_PumpkinSuit",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_245_Athena_Commando_F_DurrburgerPjs",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage0",
+ "owned": [
+ "Stage0",
+ "Stage1"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_246_Athena_Commando_F_Grave",
+ "variants": [
+ {
+ "channel": "ClothingColor",
+ "active": "Mat0",
+ "owned": [
+ "Mat0",
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_247_Athena_Commando_M_GuanYu",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_250_Athena_Commando_M_EvilCowboy",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_254_Athena_Commando_M_Zombie",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_262_Athena_Commando_M_MadCommander",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_263_Athena_Commando_F_MadCommander",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_264_Athena_Commando_M_AnimalJackets",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_265_Athena_Commando_F_AnimalJackets",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_269_Athena_Commando_M_Wizard",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3",
+ "Mat4"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_270_Athena_Commando_F_Witch",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3",
+ "Mat4"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_271_Athena_Commando_F_SushiChef",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_275_Athena_Commando_M_SniperHood",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_276_Athena_Commando_F_SniperHood",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_278_Athena_Commando_M_Yeti",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat0",
+ "owned": [
+ "Mat0",
+ "Mat1"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_279_Athena_Commando_M_TacticalSanta",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage0",
+ "owned": [
+ "Stage0",
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_281_Athena_Commando_F_SnowBoard",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage0",
+ "owned": [
+ "Stage0",
+ "Stage1"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_286_Athena_Commando_F_NeonCat",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage0",
+ "owned": [
+ "Stage0",
+ "Stage1",
+ "Stage2",
+ "Stage4",
+ "Stage3",
+ "Stage5"
+ ]
+ },
+ {
+ "channel": "Particle",
+ "active": "Mat0",
+ "owned": [
+ "Mat0",
+ "Mat1",
+ "Mat2",
+ "Mat3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_287_Athena_Commando_M_ArcticSniper",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage0",
+ "owned": [
+ "Stage0",
+ "Stage1",
+ "Stage2",
+ "Stage3"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat0",
+ "owned": [
+ "Mat0",
+ "Mat1",
+ "Mat2",
+ "Mat3"
+ ]
+ },
+ {
+ "channel": "Particle",
+ "active": "Emissive0",
+ "owned": [
+ "Emissive0",
+ "Emissive1",
+ "Emissive2",
+ "Emissive3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_288_Athena_Commando_M_IceKing",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Mat0",
+ "owned": [
+ "Mat0",
+ "Mat1",
+ "Mat2",
+ "Mat3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_290_Athena_Commando_F_BlueBadass",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_301_Athena_Commando_M_Rhino",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3",
+ "Stage4"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_304_Athena_Commando_M_Gnome",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat0",
+ "owned": [
+ "Mat0",
+ "Mat1"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_308_Athena_Commando_F_FortniteDJ",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_310_Athena_Commando_F_StreetGoth",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_315_Athena_Commando_M_TeriyakiFish",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage0",
+ "owned": [
+ "Stage0",
+ "Stage1",
+ "Stage2",
+ "Stage3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_330_Athena_Commando_F_IceQueen",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Mat0",
+ "owned": [
+ "Mat0",
+ "Mat1",
+ "Mat2",
+ "Mat3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_332_Athena_Commando_M_Prisoner",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage0",
+ "owned": [
+ "Stage0",
+ "Stage1",
+ "Stage2",
+ "Stage3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_333_Athena_Commando_M_Squishy",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_334_Athena_Commando_M_Scrapyard",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_335_Athena_Commando_F_Scrapyard",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_338_Athena_Commando_M_DumplingMan",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage0",
+ "owned": [
+ "Stage0",
+ "Stage1",
+ "Stage2",
+ "Stage3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_341_Athena_Commando_F_SkullBrite",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat0",
+ "owned": [
+ "Mat0",
+ "Mat1"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_346_Athena_Commando_M_DragonNinja",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3",
+ "Stage4"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3",
+ "Mat4"
+ ]
+ },
+ {
+ "channel": "Particle",
+ "active": "Emissive1",
+ "owned": [
+ "Emissive1",
+ "Emissive2",
+ "Emissive3",
+ "Emissive4"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_347_Athena_Commando_M_PirateProgressive",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3",
+ "Stage4",
+ "Stage5",
+ "Stage6",
+ "Stage7",
+ "Stage8"
+ ]
+ },
+ {
+ "channel": "ClothingColor",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3",
+ "Mat4"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_348_Athena_Commando_F_Medusa",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_350_Athena_Commando_M_MasterKey",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage0",
+ "owned": [
+ "Stage0",
+ "Stage1"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_351_Athena_Commando_F_FireElf",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_352_Athena_Commando_F_Shiny",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3",
+ "Mat4"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_353_Athena_Commando_F_Bandolier",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_358_Athena_Commando_M_Aztec",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_359_Athena_Commando_F_Aztec",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat0",
+ "owned": [
+ "Mat0",
+ "Mat1",
+ "Mat2",
+ "Mat3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_361_Athena_Commando_M_BandageNinja",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_362_Athena_Commando_F_BandageNinja",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_372_Athena_Commando_F_Pirate01",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_373_Athena_Commando_M_Pirate01",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_385_Athena_Commando_M_PilotSkull",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3",
+ "Stage4"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_387_Athena_Commando_F_Golf",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_391_Athena_Commando_M_HoppityHeist",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_396_Athena_Commando_F_Swashbuckler",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_397_Athena_Commando_F_TreasureHunterFashion",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_398_Athena_Commando_M_TreasureHunterFashion",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_399_Athena_Commando_F_AshtonBoardwalk",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_403_Athena_Commando_M_Rooster",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_404_Athena_Commando_F_BountyHunter",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_405_Athena_Commando_F_Masako",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_406_Athena_Commando_M_StormTracker",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_407_Athena_Commando_M_BattleSuit",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3",
+ "Stage4",
+ "Stage5"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3",
+ "Mat4"
+ ]
+ },
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2",
+ "Particle3",
+ "Particle4"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_408_Athena_Commando_F_StrawberryPilot",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3",
+ "Stage4",
+ "Stage5"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3",
+ "Mat4"
+ ]
+ },
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2",
+ "Particle3",
+ "Particle4"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_409_Athena_Commando_M_BunkerMan",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_412_Athena_Commando_F_Raptor",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_413_Athena_Commando_M_StreetDemon",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_416_Athena_Commando_M_AssassinSuit",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_419_Athena_Commando_M_Pug",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_421_Athena_Commando_M_MaskedWarrior",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_422_Athena_Commando_F_MaskedWarrior",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_423_Athena_Commando_F_Painter",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3",
+ "Mat4"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_424_Athena_Commando_M_Vigilante",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3",
+ "Mat4"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_425_Athena_Commando_F_CyberRunner",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_427_Athena_Commando_M_DemonHunter",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_435_Athena_Commando_M_MunitionsExpertGreenPlastic",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_440_Athena_Commando_F_BullseyeGreenPlastic",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_451_Athena_Commando_M_Caterpillar",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_452_Athena_Commando_F_CyberFu",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_453_Athena_Commando_F_GlowBro",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_454_Athena_Commando_M_GlowBro",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_456_Athena_Commando_F_Sarong",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_460_Athena_Commando_F_BriteBomberSummer",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_461_Athena_Commando_M_DriftSummer",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_462_Athena_Commando_M_HeistSummer",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_467_Athena_Commando_M_WeirdObjectsPolice",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_469_Athena_Commando_F_BattleSuit",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3",
+ "Mat4",
+ "Mat5",
+ "Mat6"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_471_Athena_Commando_F_Bani",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_472_Athena_Commando_F_CyberKarate",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_475_Athena_Commando_M_Multibot",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_480_Athena_Commando_F_Bubblegum",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_483_Athena_Commando_F_GraffitiRemix",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_484_Athena_Commando_M_KnightRemix",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_485_Athena_Commando_F_SparkleRemix",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3",
+ "Mat4",
+ "Mat5"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_486_Athena_Commando_F_StreetRacerDrift",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3",
+ "Stage4"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_487_Athena_Commando_M_DJRemix",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ },
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3",
+ "Mat4"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_488_Athena_Commando_M_RustRemix",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3",
+ "Mat4"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_489_Athena_Commando_M_VoyagerRemix",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_490_Athena_Commando_M_BlueBadass",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_497_Athena_Commando_F_WildWest",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_498_Athena_Commando_M_WildWest",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_501_Athena_Commando_M_FrostMystery",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_502_Athena_Commando_F_Reverb",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_505_Athena_Commando_M_MilitiaMascotBurger",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_506_Athena_Commando_M_MilitiaMascotTomato",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_508_Athena_Commando_M_Syko",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_516_Athena_Commando_M_BlackWidowRogue",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_520_Athena_Commando_M_PaddedArmor",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_525_Athena_Commando_F_LemonLime",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_527_Athena_Commando_F_StreetFashionRed",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3",
+ "Mat4"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_530_Athena_Commando_F_BlackMonday_1BV6J",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_531_Athena_Commando_M_Sleepytime",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_532_Athena_Commando_F_Punchy",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_535_Athena_Commando_M_Traveler",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_540_Athena_Commando_M_MeteorManRemix",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ },
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2",
+ "Particle3",
+ "Particle4",
+ "Particle5"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_542_Athena_Commando_F_CarbideFrostMystery",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_543_Athena_Commando_M_LlamaHero",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3",
+ "Mat4"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_545_Athena_Commando_F_SushiNinja",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_546_Athena_Commando_F_TacticalRed",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3",
+ "Stage4"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_547_Athena_Commando_F_Meteorwoman",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2",
+ "Particle3",
+ "Particle4",
+ "Particle5"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_552_Athena_Commando_F_TaxiUpgrade",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_554_Athena_Commando_F_MilitiaMascotCuddle",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3",
+ "Stage4",
+ "Stage5",
+ "Stage6"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_564_Athena_Commando_M_TacticalFisherman",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_565_Athena_Commando_F_RockClimber",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_566_Athena_Commando_M_CrazyEight",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3",
+ "Stage4"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_567_Athena_Commando_F_RebirthMedic",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3",
+ "Stage4"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_570_Athena_Commando_M_SlurpMonster",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_571_Athena_Commando_F_Sheath",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_572_Athena_Commando_M_Viper",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_578_Athena_Commando_F_Fisherman",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_579_Athena_Commando_F_RedRidingRemix",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_581_Athena_Commando_M_DarkDino",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_582_Athena_Commando_F_DarkDino",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_586_Athena_Commando_F_PunkDevil",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3",
+ "Stage4"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_597_Athena_Commando_M_Freak",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_598_Athena_Commando_M_Mastermind",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_599_Athena_Commando_M_Phantom",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3",
+ "Mat4"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_600_Athena_Commando_M_SkeletonHunter",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_601_Athena_Commando_F_Palespooky",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_603_Athena_Commando_M_SpookyNeon",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_605_Athena_Commando_M_TourBus",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3",
+ "Stage4"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_608_Athena_Commando_F_ModernWitch",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_610_Athena_Commando_M_ShiitakeShaolin",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_611_Athena_Commando_M_WeepingWoods",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3",
+ "Stage4",
+ "Stage5"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_614_Athena_Commando_M_MissingLink",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_615_Athena_Commando_F_Bane",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_616_Athena_Commando_F_CavalryBandit",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_624_Athena_Commando_M_TeriyakiWarrior",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_625_Athena_Commando_F_PinkTrooper",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_626_Athena_Commando_M_PinkTrooper",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_629_Athena_Commando_M_SnowGlobe",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_638_Athena_Commando_M_NeonAnimal",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3",
+ "Stage4"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_639_Athena_Commando_F_NeonAnimal",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3",
+ "Stage4"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_642_Athena_Commando_F_ConstellationStar",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_644_Athena_Commando_M_Cattus",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_646_Athena_Commando_F_ElfAttack",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_649_Athena_Commando_F_HolidayPJ",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3",
+ "Mat4"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_650_Athena_Commando_F_HolidayPJ_B",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3",
+ "Mat4"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_651_Athena_Commando_F_HolidayPJ_C",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3",
+ "Mat4"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_652_Athena_Commando_F_HolidayPJ_D",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3",
+ "Mat4"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_658_Athena_Commando_F_ToyMonkey",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_664_Athena_Commando_M_Gummi",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_665_Athena_Commando_F_NeonGraffiti",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_674_Athena_Commando_F_HoodieBandit",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_675_Athena_Commando_M_TheGoldenSkeleton",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_681_Athena_Commando_M_MartialArtist",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_682_Athena_Commando_M_VirtualShadow",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_684_Athena_Commando_F_DragonRacer",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_685_Athena_Commando_M_TundraYellow",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_687_Athena_Commando_M_AgentAce",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ },
+ {
+ "channel": "Emissive",
+ "active": "Emissive1",
+ "owned": [
+ "Emissive1",
+ "Emissive2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_688_Athena_Commando_F_AgentRogue",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ },
+ {
+ "channel": "Emissive",
+ "active": "Emissive1",
+ "owned": [
+ "Emissive1",
+ "Emissive2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_690_Athena_Commando_F_Photographer",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3",
+ "Stage4"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_691_Athena_Commando_F_TNTina",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3",
+ "Stage7",
+ "Stage4",
+ "Stage5",
+ "Stage6"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_692_Athena_Commando_M_HenchmanTough",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3",
+ "Stage4"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_693_Athena_Commando_M_BuffCat",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3",
+ "Stage4"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_694_Athena_Commando_M_CatBurglar",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3",
+ "Stage4"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_695_Athena_Commando_F_DesertOpsCamo",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2",
+ "Particle3",
+ "Particle4"
+ ]
+ },
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3",
+ "Stage4",
+ "Stage5"
+ ]
+ },
+ {
+ "channel": "ClothingColor",
+ "active": "003",
+ "owned": [
+ "003",
+ "004",
+ "005"
+ ]
+ },
+ {
+ "channel": "Parts",
+ "active": "Stage6",
+ "owned": [
+ "Stage6",
+ "Stage7",
+ "Stage8",
+ "Stage9",
+ "Stage10",
+ "Stage11"
+ ]
+ },
+ {
+ "channel": "Hair",
+ "active": "014",
+ "owned": [
+ "014",
+ "015",
+ "016",
+ "017"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3",
+ "Mat4",
+ "Mat5",
+ "Mat6",
+ "Mat7",
+ "Mat8",
+ "Mat17",
+ "Mat18",
+ "Mat19",
+ "Mat20",
+ "Mat21",
+ "Mat22",
+ "Mat23",
+ "Mat24"
+ ]
+ },
+ {
+ "channel": "JerseyColor",
+ "active": "Mat9",
+ "owned": [
+ "Mat9",
+ "Mat10",
+ "Mat11",
+ "Mat12",
+ "Mat13",
+ "Mat14",
+ "Mat15",
+ "Mat16"
+ ]
+ },
+ {
+ "channel": "Emissive",
+ "active": "Emissive1",
+ "owned": [
+ "Emissive1",
+ "Emissive2",
+ "Emissive3",
+ "Emissive4",
+ "Emissive5"
+ ]
+ },
+ {
+ "channel": "Pattern",
+ "active": "001",
+ "owned": [
+ "001",
+ "002"
+ ]
+ },
+ {
+ "channel": "Mesh",
+ "active": "009",
+ "owned": [
+ "009",
+ "010",
+ "011",
+ "012",
+ "013"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_696_Athena_Commando_F_DarkHeart",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_697_Athena_Commando_F_GraffitiFuture",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_701_Athena_Commando_M_BananaAgent",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3",
+ "Stage4"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_703_Athena_Commando_M_Cyclone",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_704_Athena_Commando_F_LollipopTrickster",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_705_Athena_Commando_M_Donut",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_706_Athena_Commando_M_HenchmanBad_34LVU",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_707_Athena_Commando_M_HenchmanGood_9OBH6",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_708_Athena_Commando_M_SoldierSlurp",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3",
+ "Stage4"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_709_Athena_Commando_F_BandolierSlurp",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3",
+ "Stage4"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_710_Athena_Commando_M_FishheadSlurp",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_712_Athena_Commando_M_Spy",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_713_Athena_Commando_M_MaskedWarriorSpring",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_715_Athena_Commando_F_TwinDark",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3",
+ "Mat4"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_719_Athena_Commando_F_Blonde",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_721_Athena_Commando_F_PineappleBandit",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_722_Athena_Commando_M_TeriyakiFishAssassin",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_734_Athena_Commando_F_BannerRed",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_735_Athena_Commando_M_Informer",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_739_Athena_Commando_M_CardboardCrew",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_740_Athena_Commando_F_CardboardCrew",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_744_Athena_Commando_F_DuckHero",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3",
+ "Mat4"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_747_Athena_Commando_M_BadEgg",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_748_Athena_Commando_F_Hitman",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_749_Athena_Commando_F_GraffitiAssassin",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_751_Athena_Commando_F_NeonCatSpy",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3",
+ "Mat4"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_753_Athena_Commando_F_Hostile",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_754_Athena_Commando_F_RaveNinja",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ },
+ {
+ "channel": "Emissive",
+ "active": "Emissive1",
+ "owned": [
+ "Emissive1",
+ "Emissive2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_755_Athena_Commando_M_Splinter",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_757_Athena_Commando_F_WildCat",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_760_Athena_Commando_F_NeonTightSuit",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_761_Athena_Commando_M_CycloneSpace",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_765_Athena_Commando_F_SpaceWanderer",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_767_Athena_Commando_F_BlackKnight",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ },
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_770_Athena_Commando_F_MechanicalEngineer",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_771_Athena_Commando_F_OceanRider",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3",
+ "Stage4",
+ "Stage5"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_772_Athena_Commando_M_Sandcastle",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_774_Athena_Commando_M_TacticalScuba",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_775_Athena_Commando_F_StreetRacerCobraGold",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_776_Athena_Commando_M_ProfessorPup",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_777_Athena_Commando_M_RacerZero",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_778_Athena_Commando_M_Gator",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_779_Athena_Commando_M_HenchmanGoodShorts",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_780_Athena_Commando_M_HenchmanBadShorts",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_785_Athena_Commando_F_Python",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_786_Athena_Commando_F_CavalryBandit_Ghost",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_787_Athena_Commando_M_Heist_Ghost",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_788_Athena_Commando_M_Mastermind_Ghost",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_795_Athena_Commando_M_Dummeez",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_796_Athena_Commando_F_Tank",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_802_Athena_Commando_F_HeartBreaker",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_803_Athena_Commando_F_SharkSuit",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ },
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_804_Athena_Commando_M_SharkSuit",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_805_Athena_Commando_F_PunkDevilSummer",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_806_Athena_Commando_F_GreenJacket",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_810_Athena_Commando_M_MilitaryFashionSummer",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_812_Athena_Commando_F_RedRidingSummer",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_814_Athena_Commando_M_BananaSummer",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ },
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_816_Athena_Commando_F_DirtyDocks",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_817_Athena_Commando_M_DirtyDocks",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_818_Athena_Commando_F_NeonTightSuit_A",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_819_Athena_Commando_F_NeonTightSuit_B",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_820_Athena_Commando_F_NeonTightSuit_C",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_824_Athena_Commando_F_RaiderPink",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3",
+ "Mat4",
+ "Mat5"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_825_Athena_Commando_F_SportsFashion",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_826_Athena_Commando_M_FloatillaCaptain",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_828_Athena_Commando_F_Valet",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3",
+ "Mat4"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_829_Athena_Commando_M_Valet",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3",
+ "Mat4"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_830_Athena_Commando_M_SpaceWanderer",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_833_Athena_Commando_F_TripleScoop",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_834_Athena_Commando_M_Axl",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3"
+ ]
+ },
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_838_Athena_Commando_M_JunkSamurai",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_839_Athena_Commando_F_HightowerSquash",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3",
+ "Stage4",
+ "Stage5"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_840_Athena_Commando_M_HightowerGrape",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3",
+ "Stage4"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_841_Athena_Commando_M_HightowerWasabi",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3",
+ "Stage4",
+ "Stage5",
+ "Stage6"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_842_Athena_Commando_F_HightowerHoneydew",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3",
+ "Mat4",
+ "Mat5"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_843_Athena_Commando_M_HightowerTomato_Casual",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3",
+ "Mat4"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_844_Athena_Commando_F_HightowerMango",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3",
+ "Stage4",
+ "Stage5"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_845_Athena_Commando_M_HightowerTapas",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3",
+ "Mat4"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_846_Athena_Commando_M_HightowerDate",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3",
+ "Stage4",
+ "Stage5"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_855_Athena_Commando_M_Elastic",
+ "variants": [
+ {
+ "channel": "Hair",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3",
+ "Stage4",
+ "Stage5"
+ ]
+ },
+ {
+ "channel": "Emissive",
+ "active": "001",
+ "owned": [
+ "001",
+ "002"
+ ]
+ },
+ {
+ "channel": "Pattern",
+ "active": "001",
+ "owned": [
+ "001",
+ "002",
+ "003",
+ "004",
+ "005",
+ "006",
+ "007"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat0",
+ "owned": [
+ "Mat0",
+ "Mat1",
+ "Mat2",
+ "Mat3"
+ ]
+ },
+ {
+ "channel": "JerseyColor",
+ "active": "Mat0",
+ "owned": [
+ "Mat0",
+ "Mat1",
+ "Mat2",
+ "Mat3"
+ ]
+ },
+ {
+ "channel": "Mesh",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage0"
+ ]
+ },
+ {
+ "channel": "Particle",
+ "active": "001",
+ "owned": [
+ "001",
+ "002"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_856_Athena_Commando_M_Elastic_B",
+ "variants": [
+ {
+ "channel": "Hair",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3",
+ "Stage4",
+ "Stage5"
+ ]
+ },
+ {
+ "channel": "Emissive",
+ "active": "001",
+ "owned": [
+ "001",
+ "003"
+ ]
+ },
+ {
+ "channel": "Pattern",
+ "active": "001",
+ "owned": [
+ "001",
+ "002",
+ "003",
+ "004",
+ "005",
+ "006",
+ "007"
+ ]
+ },
+ {
+ "channel": "Mesh",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage0"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat0",
+ "owned": [
+ "Mat0",
+ "Mat1",
+ "Mat2",
+ "Mat3"
+ ]
+ },
+ {
+ "channel": "JerseyColor",
+ "active": "Mat0",
+ "owned": [
+ "Mat0",
+ "Mat1",
+ "Mat2",
+ "Mat3"
+ ]
+ },
+ {
+ "channel": "Particle",
+ "active": "001",
+ "owned": [
+ "001",
+ "002"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_857_Athena_Commando_M_Elastic_C",
+ "variants": [
+ {
+ "channel": "Hair",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3",
+ "Stage4",
+ "Stage5"
+ ]
+ },
+ {
+ "channel": "Emissive",
+ "active": "001",
+ "owned": [
+ "001",
+ "003"
+ ]
+ },
+ {
+ "channel": "Pattern",
+ "active": "001",
+ "owned": [
+ "001",
+ "002",
+ "003",
+ "004",
+ "005",
+ "006",
+ "007"
+ ]
+ },
+ {
+ "channel": "Mesh",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage0"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat0",
+ "owned": [
+ "Mat0",
+ "Mat1",
+ "Mat2",
+ "Mat3"
+ ]
+ },
+ {
+ "channel": "JerseyColor",
+ "active": "Mat0",
+ "owned": [
+ "Mat0",
+ "Mat1",
+ "Mat2",
+ "Mat3"
+ ]
+ },
+ {
+ "channel": "Particle",
+ "active": "001",
+ "owned": [
+ "001",
+ "002"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_858_Athena_Commando_M_Elastic_D",
+ "variants": [
+ {
+ "channel": "Hair",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3",
+ "Stage4",
+ "Stage5"
+ ]
+ },
+ {
+ "channel": "Emissive",
+ "active": "001",
+ "owned": [
+ "001",
+ "003"
+ ]
+ },
+ {
+ "channel": "Pattern",
+ "active": "001",
+ "owned": [
+ "001",
+ "002",
+ "003",
+ "004",
+ "005",
+ "006",
+ "007"
+ ]
+ },
+ {
+ "channel": "Mesh",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage0"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat0",
+ "owned": [
+ "Mat0",
+ "Mat1",
+ "Mat2",
+ "Mat3"
+ ]
+ },
+ {
+ "channel": "JerseyColor",
+ "active": "Mat0",
+ "owned": [
+ "Mat0",
+ "Mat1",
+ "Mat2",
+ "Mat3"
+ ]
+ },
+ {
+ "channel": "Particle",
+ "active": "001",
+ "owned": [
+ "001",
+ "002"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_859_Athena_Commando_M_Elastic_E",
+ "variants": [
+ {
+ "channel": "Hair",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3",
+ "Stage4",
+ "Stage5"
+ ]
+ },
+ {
+ "channel": "Emissive",
+ "active": "001",
+ "owned": [
+ "001",
+ "003"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat0",
+ "owned": [
+ "Mat0",
+ "Mat1",
+ "Mat2",
+ "Mat3"
+ ]
+ },
+ {
+ "channel": "Pattern",
+ "active": "Color",
+ "owned": [
+ "Color",
+ "002",
+ "003",
+ "004",
+ "005",
+ "006",
+ "007"
+ ]
+ },
+ {
+ "channel": "Mesh",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage0"
+ ]
+ },
+ {
+ "channel": "JerseyColor",
+ "active": "Mat0",
+ "owned": [
+ "Mat0",
+ "Mat1",
+ "Mat2",
+ "Mat3"
+ ]
+ },
+ {
+ "channel": "Particle",
+ "active": "001",
+ "owned": [
+ "001",
+ "002"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_860_Athena_Commando_F_Elastic",
+ "variants": [
+ {
+ "channel": "Hair",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3",
+ "Stage4",
+ "Stage5"
+ ]
+ },
+ {
+ "channel": "JerseyColor",
+ "active": "Mat0",
+ "owned": [
+ "Mat0",
+ "Mat1",
+ "Mat2",
+ "Mat3"
+ ]
+ },
+ {
+ "channel": "PetTemperament",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3",
+ "Mat4",
+ "Mat5",
+ "Mat6",
+ "Mat7",
+ "Mat8",
+ "Mat9",
+ "Mat10",
+ "Mat11",
+ "Mat12",
+ "Mat13",
+ "Mat14",
+ "Mat15",
+ "Mat16",
+ "Mat17",
+ "Mat18",
+ "Mat19",
+ "Mat20",
+ "Mat21",
+ "Mat22"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat0",
+ "owned": [
+ "Mat0",
+ "Mat1",
+ "Mat2",
+ "Mat3"
+ ]
+ },
+ {
+ "channel": "Mesh",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage0"
+ ]
+ },
+ {
+ "channel": "Pattern",
+ "active": "001",
+ "owned": [
+ "001",
+ "002",
+ "003",
+ "004",
+ "005",
+ "006",
+ "007"
+ ]
+ },
+ {
+ "channel": "Emissive",
+ "active": "001",
+ "owned": [
+ "001",
+ "003"
+ ]
+ },
+ {
+ "channel": "Particle",
+ "active": "001",
+ "owned": [
+ "001",
+ "002"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_861_Athena_Commando_F_Elastic_B",
+ "variants": [
+ {
+ "channel": "Hair",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3",
+ "Stage4",
+ "Stage5"
+ ]
+ },
+ {
+ "channel": "JerseyColor",
+ "active": "Mat0",
+ "owned": [
+ "Mat0",
+ "Mat1",
+ "Mat2",
+ "Mat3"
+ ]
+ },
+ {
+ "channel": "PetTemperament",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3",
+ "Mat4",
+ "Mat5",
+ "Mat6",
+ "Mat7",
+ "Mat8",
+ "Mat9",
+ "Mat10",
+ "Mat11",
+ "Mat12",
+ "Mat13",
+ "Mat14",
+ "Mat15",
+ "Mat16",
+ "Mat17",
+ "Mat18",
+ "Mat19",
+ "Mat20",
+ "Mat21",
+ "Mat22"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat0",
+ "owned": [
+ "Mat0",
+ "Mat1",
+ "Mat2",
+ "Mat3"
+ ]
+ },
+ {
+ "channel": "Mesh",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage0"
+ ]
+ },
+ {
+ "channel": "Pattern",
+ "active": "001",
+ "owned": [
+ "001",
+ "002",
+ "003",
+ "004",
+ "005",
+ "006",
+ "007"
+ ]
+ },
+ {
+ "channel": "Particle",
+ "active": "001",
+ "owned": [
+ "001",
+ "002"
+ ]
+ },
+ {
+ "channel": "Emissive",
+ "active": "001",
+ "owned": [
+ "001",
+ "003"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_862_Athena_Commando_F_Elastic_C",
+ "variants": [
+ {
+ "channel": "Hair",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3",
+ "Stage4",
+ "Stage5"
+ ]
+ },
+ {
+ "channel": "PetTemperament",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3",
+ "Mat4",
+ "Mat5",
+ "Mat6",
+ "Mat7",
+ "Mat8",
+ "Mat9",
+ "Mat10",
+ "Mat11",
+ "Mat12",
+ "Mat13",
+ "Mat14",
+ "Mat15",
+ "Mat16",
+ "Mat17",
+ "Mat18",
+ "Mat19",
+ "Mat20",
+ "Mat21",
+ "Mat22"
+ ]
+ },
+ {
+ "channel": "Pattern",
+ "active": "001",
+ "owned": [
+ "001",
+ "002",
+ "003",
+ "004",
+ "005",
+ "006",
+ "007"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat0",
+ "owned": [
+ "Mat0",
+ "Mat1",
+ "Mat2",
+ "Mat3"
+ ]
+ },
+ {
+ "channel": "JerseyColor",
+ "active": "Mat0",
+ "owned": [
+ "Mat0",
+ "Mat1",
+ "Mat2",
+ "Mat3"
+ ]
+ },
+ {
+ "channel": "Mesh",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage0"
+ ]
+ },
+ {
+ "channel": "Emissive",
+ "active": "001",
+ "owned": [
+ "001",
+ "003"
+ ]
+ },
+ {
+ "channel": "Particle",
+ "active": "001",
+ "owned": [
+ "001",
+ "002"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_863_Athena_Commando_F_Elastic_D",
+ "variants": [
+ {
+ "channel": "Hair",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3",
+ "Stage4",
+ "Stage5"
+ ]
+ },
+ {
+ "channel": "JerseyColor",
+ "active": "Mat0",
+ "owned": [
+ "Mat0",
+ "Mat1",
+ "Mat2",
+ "Mat3"
+ ]
+ },
+ {
+ "channel": "Pattern",
+ "active": "000",
+ "owned": [
+ "000",
+ "002",
+ "003",
+ "004",
+ "005",
+ "006",
+ "007"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat0",
+ "owned": [
+ "Mat0",
+ "Mat1",
+ "Mat2",
+ "Mat3"
+ ]
+ },
+ {
+ "channel": "PetTemperament",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3",
+ "Mat4",
+ "Mat5",
+ "Mat6",
+ "Mat7",
+ "Mat8",
+ "Mat9",
+ "Mat10",
+ "Mat11",
+ "Mat12",
+ "Mat13",
+ "Mat14",
+ "Mat15",
+ "Mat16",
+ "Mat17",
+ "Mat18",
+ "Mat19",
+ "Mat20",
+ "Mat21",
+ "Mat22"
+ ]
+ },
+ {
+ "channel": "Mesh",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage0"
+ ]
+ },
+ {
+ "channel": "Emissive",
+ "active": "001",
+ "owned": [
+ "001",
+ "003"
+ ]
+ },
+ {
+ "channel": "Particle",
+ "active": "001",
+ "owned": [
+ "001",
+ "002"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_864_Athena_Commando_F_Elastic_E",
+ "variants": [
+ {
+ "channel": "Hair",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3",
+ "Stage4",
+ "Stage5"
+ ]
+ },
+ {
+ "channel": "PetTemperament",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3",
+ "Mat4",
+ "Mat5",
+ "Mat6",
+ "Mat7",
+ "Mat8",
+ "Mat9",
+ "Mat10",
+ "Mat11",
+ "Mat12",
+ "Mat13",
+ "Mat14",
+ "Mat15",
+ "Mat16",
+ "Mat17",
+ "Mat18",
+ "Mat19",
+ "Mat20",
+ "Mat21",
+ "Mat22"
+ ]
+ },
+ {
+ "channel": "Pattern",
+ "active": "001",
+ "owned": [
+ "001",
+ "002",
+ "003",
+ "004",
+ "005",
+ "006",
+ "007"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat0",
+ "owned": [
+ "Mat0",
+ "Mat1",
+ "Mat2",
+ "Mat3"
+ ]
+ },
+ {
+ "channel": "JerseyColor",
+ "active": "Mat0",
+ "owned": [
+ "Mat0",
+ "Mat1",
+ "Mat2",
+ "Mat3"
+ ]
+ },
+ {
+ "channel": "Mesh",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage0"
+ ]
+ },
+ {
+ "channel": "Emissive",
+ "active": "001",
+ "owned": [
+ "001",
+ "003"
+ ]
+ },
+ {
+ "channel": "Particle",
+ "active": "001",
+ "owned": [
+ "001",
+ "002"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_865_Athena_Commando_F_CloakedAssassin_1XKHT",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_866_Athena_Commando_F_Myth",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_867_Athena_Commando_M_Myth",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_868_Athena_Commando_M_Backspin_3U6CA",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_869_Athena_Commando_F_Cavalry",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_870_Athena_Commando_M_KevinCouture",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_871_Athena_Commando_F_StreetFashionGarnet",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_872_Athena_Commando_F_TeriyakiFishPrincess",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_884_Athena_Commando_F_ChOneRamirez",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_885_Athena_Commando_M_ChOneHawk",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_886_Athena_Commando_M_ChOneRenegade",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_887_Athena_Commando_M_ChOneSpitfire",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_888_Athena_Commando_F_ChOneBanshee",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_889_Athena_Commando_F_ChOneWildcat",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_890_Athena_Commando_F_ChOneHeadhunter",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_892_Athena_Commando_F_VampireCasual",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_894_Athena_Commando_M_Palespooky",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_895_Athena_Commando_M_DeliSandwich",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat0",
+ "owned": [
+ "Mat0",
+ "Mat1"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_897_Athena_Commando_F_DarkBomberSummer",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_899_Athena_Commando_F_Poison",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_901_Athena_Commando_F_PumpkinSpice",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_903_Athena_Commando_F_Frankie",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_904_Athena_Commando_M_Jekyll",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_920_Athena_Commando_M_PartyTrooper",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_921_Athena_Commando_F_ParcelPetal",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_922_Athena_Commando_M_ParcelPrank",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_923_Athena_Commando_M_ParcelGold",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_927_Athena_Commando_M_NauticalPajamas",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_928_Athena_Commando_M_NauticalPajamas_B",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_929_Athena_Commando_M_NauticalPajamas_C",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_930_Athena_Commando_M_NauticalPajamas_D",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_931_Athena_Commando_M_NauticalPajamas_E",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_933_Athena_Commando_F_FuturePink",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_934_Athena_Commando_M_Vertigo",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_935_Athena_Commando_F_Eternity",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_937_Athena_Commando_M_Football20_UIC2Q",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "000",
+ "owned": [
+ "000",
+ "063",
+ "001",
+ "002",
+ "003",
+ "004",
+ "005",
+ "006",
+ "007",
+ "008",
+ "009",
+ "010",
+ "011",
+ "012",
+ "013",
+ "014",
+ "015",
+ "016",
+ "017",
+ "018",
+ "019",
+ "020",
+ "021",
+ "022",
+ "023",
+ "024",
+ "025",
+ "026",
+ "027",
+ "028",
+ "029",
+ "030",
+ "031",
+ "032",
+ "033",
+ "034",
+ "035",
+ "036",
+ "037",
+ "038",
+ "039",
+ "040",
+ "041",
+ "042",
+ "043",
+ "044",
+ "045",
+ "046",
+ "047",
+ "048",
+ "049",
+ "050",
+ "051",
+ "052",
+ "053",
+ "054",
+ "055",
+ "056",
+ "057",
+ "058",
+ "059",
+ "060",
+ "061",
+ "062",
+ "064",
+ "065"
+ ]
+ },
+ {
+ "channel": "Particle",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_938_Athena_Commando_M_Football20_B_I18W6",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "000",
+ "owned": [
+ "000",
+ "063",
+ "001",
+ "002",
+ "003",
+ "004",
+ "005",
+ "006",
+ "007",
+ "008",
+ "009",
+ "010",
+ "011",
+ "012",
+ "013",
+ "014",
+ "015",
+ "016",
+ "017",
+ "018",
+ "019",
+ "020",
+ "021",
+ "022",
+ "023",
+ "024",
+ "025",
+ "026",
+ "027",
+ "028",
+ "029",
+ "030",
+ "031",
+ "032",
+ "033",
+ "034",
+ "035",
+ "036",
+ "037",
+ "038",
+ "039",
+ "040",
+ "041",
+ "042",
+ "043",
+ "044",
+ "045",
+ "046",
+ "047",
+ "048",
+ "049",
+ "050",
+ "051",
+ "052",
+ "053",
+ "054",
+ "055",
+ "056",
+ "057",
+ "058",
+ "059",
+ "060",
+ "061",
+ "062",
+ "064",
+ "065"
+ ]
+ },
+ {
+ "channel": "Particle",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_939_Athena_Commando_M_Football20_C_9OP0F",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "000",
+ "owned": [
+ "000",
+ "063",
+ "001",
+ "002",
+ "003",
+ "004",
+ "005",
+ "006",
+ "007",
+ "008",
+ "009",
+ "010",
+ "011",
+ "012",
+ "013",
+ "014",
+ "015",
+ "016",
+ "017",
+ "018",
+ "019",
+ "020",
+ "021",
+ "022",
+ "023",
+ "024",
+ "025",
+ "026",
+ "027",
+ "028",
+ "029",
+ "030",
+ "031",
+ "032",
+ "033",
+ "034",
+ "035",
+ "036",
+ "037",
+ "038",
+ "039",
+ "040",
+ "041",
+ "042",
+ "043",
+ "044",
+ "045",
+ "046",
+ "047",
+ "048",
+ "049",
+ "050",
+ "051",
+ "052",
+ "053",
+ "054",
+ "055",
+ "056",
+ "057",
+ "058",
+ "059",
+ "060",
+ "061",
+ "062",
+ "064",
+ "065"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_940_Athena_Commando_M_Football20_D_ZID7Q",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "000",
+ "owned": [
+ "000",
+ "063",
+ "001",
+ "002",
+ "003",
+ "004",
+ "005",
+ "006",
+ "007",
+ "008",
+ "009",
+ "010",
+ "011",
+ "012",
+ "013",
+ "014",
+ "015",
+ "016",
+ "017",
+ "018",
+ "019",
+ "020",
+ "021",
+ "022",
+ "023",
+ "024",
+ "025",
+ "026",
+ "027",
+ "028",
+ "029",
+ "030",
+ "031",
+ "032",
+ "033",
+ "034",
+ "035",
+ "036",
+ "037",
+ "038",
+ "039",
+ "040",
+ "041",
+ "042",
+ "043",
+ "044",
+ "045",
+ "046",
+ "047",
+ "048",
+ "049",
+ "050",
+ "051",
+ "052",
+ "053",
+ "054",
+ "055",
+ "056",
+ "057",
+ "058",
+ "059",
+ "060",
+ "061",
+ "062",
+ "064",
+ "065"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_941_Athena_Commando_M_Football20_E_KNWUY",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "000",
+ "owned": [
+ "000",
+ "063",
+ "001",
+ "002",
+ "003",
+ "004",
+ "005",
+ "006",
+ "007",
+ "008",
+ "009",
+ "010",
+ "011",
+ "012",
+ "013",
+ "014",
+ "015",
+ "016",
+ "017",
+ "018",
+ "019",
+ "020",
+ "021",
+ "022",
+ "023",
+ "024",
+ "025",
+ "026",
+ "027",
+ "028",
+ "029",
+ "030",
+ "031",
+ "032",
+ "033",
+ "034",
+ "035",
+ "036",
+ "037",
+ "038",
+ "039",
+ "040",
+ "041",
+ "042",
+ "043",
+ "044",
+ "045",
+ "046",
+ "047",
+ "048",
+ "049",
+ "050",
+ "051",
+ "052",
+ "053",
+ "054",
+ "055",
+ "056",
+ "057",
+ "058",
+ "059",
+ "060",
+ "061",
+ "062",
+ "064",
+ "065"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_942_Athena_Commando_F_Football20_YQUPK",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "000",
+ "owned": [
+ "000",
+ "063",
+ "001",
+ "002",
+ "003",
+ "004",
+ "005",
+ "006",
+ "007",
+ "008",
+ "009",
+ "010",
+ "011",
+ "012",
+ "013",
+ "014",
+ "015",
+ "016",
+ "017",
+ "018",
+ "019",
+ "020",
+ "021",
+ "022",
+ "023",
+ "024",
+ "025",
+ "026",
+ "027",
+ "028",
+ "029",
+ "030",
+ "031",
+ "032",
+ "033",
+ "034",
+ "035",
+ "036",
+ "037",
+ "038",
+ "039",
+ "040",
+ "041",
+ "042",
+ "043",
+ "044",
+ "045",
+ "046",
+ "047",
+ "048",
+ "049",
+ "050",
+ "051",
+ "052",
+ "053",
+ "054",
+ "055",
+ "056",
+ "057",
+ "058",
+ "059",
+ "060",
+ "061",
+ "062",
+ "064",
+ "065"
+ ]
+ },
+ {
+ "channel": "Particle",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_943_Athena_Commando_F_Football20_B_GR3WN",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "000",
+ "owned": [
+ "000",
+ "063",
+ "001",
+ "002",
+ "003",
+ "004",
+ "005",
+ "006",
+ "007",
+ "008",
+ "009",
+ "010",
+ "011",
+ "012",
+ "013",
+ "014",
+ "015",
+ "016",
+ "017",
+ "018",
+ "019",
+ "020",
+ "021",
+ "022",
+ "023",
+ "024",
+ "025",
+ "026",
+ "027",
+ "028",
+ "029",
+ "030",
+ "031",
+ "032",
+ "033",
+ "034",
+ "035",
+ "036",
+ "037",
+ "038",
+ "039",
+ "040",
+ "041",
+ "042",
+ "043",
+ "044",
+ "045",
+ "046",
+ "047",
+ "048",
+ "049",
+ "050",
+ "051",
+ "052",
+ "053",
+ "054",
+ "055",
+ "056",
+ "057",
+ "058",
+ "059",
+ "060",
+ "061",
+ "062",
+ "064",
+ "065"
+ ]
+ },
+ {
+ "channel": "Particle",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_944_Athena_Commando_F_Football20_C_FO6IY",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "000",
+ "owned": [
+ "000",
+ "063",
+ "001",
+ "002",
+ "003",
+ "004",
+ "005",
+ "006",
+ "007",
+ "008",
+ "009",
+ "010",
+ "011",
+ "012",
+ "013",
+ "014",
+ "015",
+ "016",
+ "017",
+ "018",
+ "019",
+ "020",
+ "021",
+ "022",
+ "023",
+ "024",
+ "025",
+ "026",
+ "027",
+ "028",
+ "029",
+ "030",
+ "031",
+ "032",
+ "033",
+ "034",
+ "035",
+ "036",
+ "037",
+ "038",
+ "039",
+ "040",
+ "041",
+ "042",
+ "043",
+ "044",
+ "045",
+ "046",
+ "047",
+ "048",
+ "049",
+ "050",
+ "051",
+ "052",
+ "053",
+ "054",
+ "055",
+ "056",
+ "057",
+ "058",
+ "059",
+ "060",
+ "061",
+ "062",
+ "064",
+ "065"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_945_Athena_Commando_F_Football20_D_G1UYT",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "000",
+ "owned": [
+ "000",
+ "063",
+ "001",
+ "002",
+ "003",
+ "004",
+ "005",
+ "006",
+ "007",
+ "008",
+ "009",
+ "010",
+ "011",
+ "012",
+ "013",
+ "014",
+ "015",
+ "016",
+ "017",
+ "018",
+ "019",
+ "020",
+ "021",
+ "022",
+ "023",
+ "024",
+ "025",
+ "026",
+ "027",
+ "028",
+ "029",
+ "030",
+ "031",
+ "032",
+ "033",
+ "034",
+ "035",
+ "036",
+ "037",
+ "038",
+ "039",
+ "040",
+ "041",
+ "042",
+ "043",
+ "044",
+ "045",
+ "046",
+ "047",
+ "048",
+ "049",
+ "050",
+ "051",
+ "052",
+ "053",
+ "054",
+ "055",
+ "056",
+ "057",
+ "058",
+ "059",
+ "060",
+ "061",
+ "062",
+ "064",
+ "065"
+ ]
+ },
+ {
+ "channel": "Particle",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_946_Athena_Commando_F_Football20_E_EFKP3",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "000",
+ "owned": [
+ "000",
+ "063",
+ "001",
+ "002",
+ "003",
+ "004",
+ "005",
+ "006",
+ "007",
+ "008",
+ "009",
+ "010",
+ "011",
+ "012",
+ "013",
+ "014",
+ "015",
+ "016",
+ "017",
+ "018",
+ "019",
+ "020",
+ "021",
+ "022",
+ "023",
+ "024",
+ "025",
+ "026",
+ "027",
+ "028",
+ "029",
+ "030",
+ "031",
+ "032",
+ "033",
+ "034",
+ "035",
+ "036",
+ "037",
+ "038",
+ "039",
+ "040",
+ "041",
+ "042",
+ "043",
+ "044",
+ "045",
+ "046",
+ "047",
+ "048",
+ "049",
+ "050",
+ "051",
+ "052",
+ "053",
+ "054",
+ "055",
+ "056",
+ "057",
+ "058",
+ "059",
+ "060",
+ "061",
+ "062",
+ "064",
+ "065"
+ ]
+ },
+ {
+ "channel": "Particle",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_957_Athena_Commando_F_Ponytail",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_959_Athena_Commando_M_Corny",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_960_Athena_Commando_M_Cosmos",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ },
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ },
+ {
+ "channel": "Emissive",
+ "active": "Emissive1",
+ "owned": [
+ "Emissive1",
+ "Emissive2"
+ ]
+ },
+ {
+ "channel": "Parts",
+ "active": "Stage3",
+ "owned": [
+ "Stage3",
+ "Stage4"
+ ]
+ },
+ {
+ "channel": "JerseyColor",
+ "active": "Stage5",
+ "owned": [
+ "Stage5",
+ "Stage6"
+ ]
+ },
+ {
+ "channel": "Pattern",
+ "active": "Stage7",
+ "owned": [
+ "Stage7",
+ "Stage8"
+ ]
+ },
+ {
+ "channel": "Numeric",
+ "active": "Stage9",
+ "owned": [
+ "Stage9",
+ "Stage10"
+ ]
+ },
+ {
+ "channel": "ClothingColor",
+ "active": "Stage11",
+ "owned": [
+ "Stage11",
+ "Stage12"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_961_Athena_Commando_F_Shapeshifter",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3",
+ "Stage4",
+ "Stage5",
+ "Stage6"
+ ]
+ },
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ },
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_962_Athena_Commando_M_FlapjackWrangler",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3",
+ "Stage4",
+ "Stage5",
+ "Stage6",
+ "Stage7"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_963_Athena_Commando_F_Lexa",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_964_Athena_Commando_M_Historian_869BC",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_965_Athena_Commando_F_SpaceFighter",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3",
+ "Stage4",
+ "Stage5",
+ "Stage6"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_966_Athena_Commando_M_FutureSamurai",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3",
+ "Mat4",
+ "Mat5"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_967_Athena_Commando_M_AncientGladiator",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage5",
+ "Stage3",
+ "Stage4"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3",
+ "Mat5",
+ "Mat4",
+ "Mat6"
+ ]
+ },
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3",
+ "Stage4"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_971_Athena_Commando_M_Jupiter_S0Z6M",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_973_Athena_Commando_F_Mechstructor",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_974_Athena_Commando_F_StreetFashionHoliday",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_975_Athena_Commando_F_Cherry_B8XN5",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_976_Athena_Commando_F_Wombat_0GRTQ",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_977_Athena_Commando_M_Wombat_R7Q8K",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_980_Athena_Commando_F_Elf",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_986_Athena_Commando_M_PlumRetro_4AJA2",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_989_Athena_Commando_M_ProgressiveJonesy",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3",
+ "Stage6",
+ "Stage4",
+ "Stage5"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_992_Athena_Commando_F_Typhoon_LPFU6",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_995_Athena_Commando_M_GlobalFB_H5OIJ",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "011",
+ "owned": [
+ "011",
+ "001",
+ "002",
+ "003",
+ "004",
+ "005",
+ "006",
+ "007",
+ "008",
+ "009",
+ "010",
+ "012",
+ "014",
+ "015",
+ "016",
+ "017",
+ "018",
+ "019",
+ "020",
+ "021",
+ "022",
+ "023",
+ "024"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_996_Athena_Commando_M_GlobalFB_B_RVED4",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "010",
+ "owned": [
+ "010",
+ "001",
+ "002",
+ "003",
+ "004",
+ "005",
+ "006",
+ "007",
+ "008",
+ "009",
+ "011",
+ "012",
+ "014",
+ "015",
+ "016",
+ "017",
+ "018",
+ "019",
+ "020",
+ "021",
+ "022",
+ "023",
+ "024"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_997_Athena_Commando_M_GlobalFB_C_N6I4H",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "012",
+ "owned": [
+ "012",
+ "001",
+ "002",
+ "003",
+ "004",
+ "005",
+ "006",
+ "007",
+ "008",
+ "009",
+ "010",
+ "011",
+ "014",
+ "015",
+ "016",
+ "017",
+ "018",
+ "019",
+ "020",
+ "021",
+ "022",
+ "023",
+ "024"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_998_Athena_Commando_M_GlobalFB_D_UTIB8",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "007",
+ "owned": [
+ "007",
+ "001",
+ "002",
+ "003",
+ "004",
+ "005",
+ "006",
+ "008",
+ "009",
+ "010",
+ "011",
+ "012",
+ "014",
+ "015",
+ "016",
+ "017",
+ "018",
+ "019",
+ "020",
+ "021",
+ "022",
+ "023",
+ "024"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_999_Athena_Commando_M_GlobalFB_E_OISU6",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "001",
+ "owned": [
+ "001",
+ "002",
+ "003",
+ "004",
+ "005",
+ "006",
+ "007",
+ "008",
+ "009",
+ "010",
+ "011",
+ "012",
+ "014",
+ "015",
+ "016",
+ "017",
+ "018",
+ "019",
+ "020",
+ "021",
+ "022",
+ "023",
+ "024"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_001_Athena_Commando_F_GlobalFB_HDL2W",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "009",
+ "owned": [
+ "009",
+ "001",
+ "002",
+ "003",
+ "004",
+ "005",
+ "006",
+ "007",
+ "008",
+ "010",
+ "011",
+ "012",
+ "014",
+ "015",
+ "016",
+ "017",
+ "018",
+ "019",
+ "020",
+ "021",
+ "022",
+ "023",
+ "024"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_002_Athena_Commando_F_GlobalFB_B_0CH64",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "017",
+ "owned": [
+ "017",
+ "001",
+ "002",
+ "003",
+ "004",
+ "005",
+ "006",
+ "007",
+ "008",
+ "009",
+ "010",
+ "011",
+ "012",
+ "014",
+ "015",
+ "016",
+ "018",
+ "019",
+ "020",
+ "021",
+ "022",
+ "023",
+ "024"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_003_Athena_Commando_F_GlobalFB_C_J4H5J",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "019",
+ "owned": [
+ "019",
+ "001",
+ "002",
+ "003",
+ "004",
+ "005",
+ "006",
+ "007",
+ "008",
+ "009",
+ "010",
+ "011",
+ "012",
+ "014",
+ "015",
+ "016",
+ "017",
+ "018",
+ "020",
+ "021",
+ "022",
+ "023",
+ "024"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_004_Athena_Commando_F_GlobalFB_D_62OZ5",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "002",
+ "owned": [
+ "002",
+ "001",
+ "003",
+ "004",
+ "005",
+ "006",
+ "007",
+ "008",
+ "009",
+ "010",
+ "011",
+ "012",
+ "014",
+ "015",
+ "016",
+ "017",
+ "018",
+ "019",
+ "020",
+ "021",
+ "022",
+ "023",
+ "024"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_005_Athena_Commando_F_GlobalFB_E_GTH5I",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "016",
+ "owned": [
+ "016",
+ "001",
+ "002",
+ "003",
+ "004",
+ "005",
+ "006",
+ "007",
+ "008",
+ "009",
+ "010",
+ "011",
+ "012",
+ "014",
+ "015",
+ "017",
+ "018",
+ "019",
+ "020",
+ "021",
+ "022",
+ "023",
+ "024"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_009_Athena_Commando_F_FoxWarrior_21B9R",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_011_Athena_Commando_M_StreetCuddles",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_012_Athena_Commando_M_Mainframe_V7Q8R",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_013_Athena_Commando_M_Mainframe_B_70Z5M",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_014_Athena_Commando_M_Mainframe_C_YVDOL",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_015_Athena_Commando_M_Mainframe_D_S625D",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_016_Athena_Commando_M_Mainframe_E_KPZJL",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_017_Athena_Commando_F_Mainframe_CYL17",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_018_Athena_Commando_F_Mainframe_B_T6GY4",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_019_Athena_Commando_F_Mainframe_C_U5RI4",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_020_Athena_Commando_F_Mainframe_D_ZHVEM",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_021_Athena_Commando_F_Mainframe_E_L34E4",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_023_Athena_Commando_M_Skirmish_W1N7H",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_024_Athena_Commando_F_Skirmish_QW2BQ",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_026_Athena_Commando_F_Kepler_2G59M",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_027_Athena_Commando_F_CasualBomberLight",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_028_Athena_Commando_F_AncientGladiator",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_031_Athena_Commando_M_Builder",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3",
+ "Stage4"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_032_Athena_Commando_M_SpaceWarrior",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_034_Athena_Commando_F_CatBurglar",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat0",
+ "owned": [
+ "Mat0",
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_035_Athena_Commando_M_LionSoldier",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_036_Athena_Commando_F_Obsidian",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_037_Athena_Commando_F_DinoHunter",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3",
+ "Mat4",
+ "Mat5"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_038_Athena_Commando_F_TowerSentinel",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat0",
+ "owned": [
+ "Mat0",
+ "Mat1",
+ "Mat2",
+ "Mat3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_039_Athena_Commando_M_ChickenWarrior",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_040_Athena_Commando_F_Temple",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3",
+ "Stage4"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_041_Athena_Commando_M_CubeNinja",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3",
+ "Stage4",
+ "Stage5"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_042_Athena_Commando_F_Scholar",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_050_Athena_Commando_F_SailorSquadRose",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_051_Athena_Commando_M_HipHare",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3",
+ "Mat4"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_052_Athena_Commando_F_BunnyFashion",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_053_Athena_Commando_F_BunnyFashion_B",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_054_Athena_Commando_F_BunnyFashion_C",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_055_Athena_Commando_F_BunnyFashion_D",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_056_Athena_Commando_F_BunnyFashion_E",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_057_Athena_Commando_F_TheGoldenSkeleton",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_062_Athena_Commando_F_Alchemy_XD6GP",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_063_Athena_Commando_F_CottonCandy",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_071_Athena_Commando_M_Cranium",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_076_Athena_Commando_F_DinoCollector",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_078_Athena_Commando_M_Bicycle",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_080_Athena_Commando_M_Hardwood_I15AL",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "001",
+ "owned": [
+ "001",
+ "002",
+ "003",
+ "004",
+ "005",
+ "006",
+ "027",
+ "007",
+ "008",
+ "009",
+ "010",
+ "011",
+ "012",
+ "013",
+ "014",
+ "015",
+ "016",
+ "028",
+ "017",
+ "018",
+ "029",
+ "019",
+ "031",
+ "020",
+ "021",
+ "022",
+ "023",
+ "030",
+ "024",
+ "025",
+ "026",
+ "032",
+ "033"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_081_Athena_Commando_M_Hardwood_B_JRP29",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "001",
+ "owned": [
+ "001",
+ "002",
+ "003",
+ "004",
+ "005",
+ "006",
+ "027",
+ "007",
+ "008",
+ "009",
+ "010",
+ "011",
+ "012",
+ "013",
+ "014",
+ "015",
+ "016",
+ "028",
+ "017",
+ "018",
+ "029",
+ "019",
+ "031",
+ "020",
+ "021",
+ "022",
+ "023",
+ "030",
+ "024",
+ "025",
+ "026",
+ "032",
+ "033"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_082_Athena_Commando_M_Hardwood_C_YS5XC",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "001",
+ "owned": [
+ "001",
+ "002",
+ "003",
+ "004",
+ "005",
+ "006",
+ "027",
+ "007",
+ "008",
+ "009",
+ "010",
+ "011",
+ "012",
+ "013",
+ "014",
+ "015",
+ "016",
+ "028",
+ "017",
+ "018",
+ "029",
+ "019",
+ "031",
+ "020",
+ "021",
+ "022",
+ "023",
+ "030",
+ "024",
+ "025",
+ "026",
+ "032",
+ "033"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_083_Athena_Commando_M_Hardwood_D_7S0PN",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "001",
+ "owned": [
+ "001",
+ "002",
+ "003",
+ "004",
+ "005",
+ "006",
+ "027",
+ "007",
+ "008",
+ "009",
+ "010",
+ "011",
+ "012",
+ "013",
+ "014",
+ "015",
+ "016",
+ "028",
+ "017",
+ "018",
+ "029",
+ "019",
+ "031",
+ "020",
+ "021",
+ "022",
+ "023",
+ "030",
+ "024",
+ "025",
+ "026",
+ "032",
+ "033"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_084_Athena_Commando_M_Hardwood_E_II9YS",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "001",
+ "owned": [
+ "001",
+ "002",
+ "003",
+ "004",
+ "005",
+ "006",
+ "027",
+ "007",
+ "008",
+ "009",
+ "010",
+ "011",
+ "012",
+ "013",
+ "014",
+ "015",
+ "016",
+ "028",
+ "017",
+ "018",
+ "029",
+ "019",
+ "031",
+ "020",
+ "021",
+ "022",
+ "023",
+ "030",
+ "024",
+ "025",
+ "032",
+ "033"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_085_Athena_Commando_F_Hardwood_K7ZZ1",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "001",
+ "owned": [
+ "001",
+ "002",
+ "003",
+ "004",
+ "005",
+ "006",
+ "027",
+ "007",
+ "008",
+ "009",
+ "010",
+ "011",
+ "012",
+ "013",
+ "014",
+ "015",
+ "016",
+ "028",
+ "017",
+ "018",
+ "029",
+ "019",
+ "030",
+ "020",
+ "021",
+ "022",
+ "023",
+ "031",
+ "024",
+ "025",
+ "026",
+ "032",
+ "033"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_086_Athena_Commando_F_Hardwood_B_B7ZQA",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "001",
+ "owned": [
+ "001",
+ "002",
+ "003",
+ "004",
+ "005",
+ "006",
+ "027",
+ "007",
+ "008",
+ "009",
+ "010",
+ "011",
+ "012",
+ "013",
+ "014",
+ "015",
+ "016",
+ "028",
+ "017",
+ "018",
+ "029",
+ "019",
+ "030",
+ "020",
+ "021",
+ "022",
+ "023",
+ "031",
+ "024",
+ "025",
+ "026",
+ "032",
+ "033"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_087_Athena_Commando_F_Hardwood_C_AOU16",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "001",
+ "owned": [
+ "001",
+ "002",
+ "003",
+ "004",
+ "005",
+ "006",
+ "027",
+ "007",
+ "008",
+ "009",
+ "010",
+ "011",
+ "012",
+ "013",
+ "014",
+ "015",
+ "016",
+ "028",
+ "017",
+ "018",
+ "029",
+ "019",
+ "030",
+ "020",
+ "021",
+ "022",
+ "023",
+ "031",
+ "024",
+ "025",
+ "026",
+ "032",
+ "033"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_088_Athena_Commando_F_Hardwood_D_WPHX2",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "001",
+ "owned": [
+ "001",
+ "002",
+ "003",
+ "004",
+ "005",
+ "006",
+ "027",
+ "007",
+ "008",
+ "009",
+ "010",
+ "011",
+ "012",
+ "013",
+ "014",
+ "015",
+ "016",
+ "028",
+ "017",
+ "018",
+ "029",
+ "019",
+ "030",
+ "020",
+ "021",
+ "022",
+ "023",
+ "031",
+ "024",
+ "025",
+ "026",
+ "032",
+ "033"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_089_Athena_Commando_F_Hardwood_E_4TDWH",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "001",
+ "owned": [
+ "001",
+ "002",
+ "003",
+ "004",
+ "005",
+ "006",
+ "027",
+ "007",
+ "008",
+ "009",
+ "010",
+ "011",
+ "012",
+ "013",
+ "014",
+ "015",
+ "016",
+ "028",
+ "017",
+ "018",
+ "029",
+ "019",
+ "030",
+ "020",
+ "021",
+ "022",
+ "023",
+ "031",
+ "024",
+ "025",
+ "026",
+ "032",
+ "033"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_091_Athena_Commando_F_DarkElf",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_092_Athena_Commando_M_Broccoli_PR297",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_093_Athena_Commando_F_StoneViper",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_095_Athena_Commando_M_DoubleAgentGrey",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_097_Athena_Commando_F_WastelandWarrior",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_100_Athena_Commando_M_Downpour_KC39P",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_105_Athena_Commando_F_SpaceCuddles_5TEVA",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_109_Athena_Commando_M_Emperor",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_110_Athena_Commando_M_AlienTrooper",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "003",
+ "owned": [
+ "003",
+ "005",
+ "002",
+ "004",
+ "006",
+ "000",
+ "001"
+ ]
+ },
+ {
+ "channel": "Parts",
+ "active": "Stage4",
+ "owned": [
+ "Stage4",
+ "Stage2",
+ "Stage7",
+ "Stage1",
+ "Stage3",
+ "Stage5",
+ "Stage6"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat0",
+ "owned": [
+ "Mat0",
+ "Mat4",
+ "Mat1",
+ "Mat5",
+ "Mat6",
+ "Mat2",
+ "Mat3"
+ ]
+ },
+ {
+ "channel": "Pattern",
+ "active": "Mat6",
+ "owned": [
+ "Mat6",
+ "Mat5",
+ "Mat2",
+ "Mat0",
+ "Mat4",
+ "Mat1",
+ "Mat3"
+ ]
+ },
+ {
+ "channel": "Hair",
+ "active": "000",
+ "owned": [
+ "000",
+ "001",
+ "002",
+ "003",
+ "004",
+ "005",
+ "006"
+ ]
+ },
+ {
+ "channel": "Numeric",
+ "active": "000",
+ "owned": [
+ "000",
+ "005",
+ "001",
+ "002",
+ "003",
+ "004",
+ "006"
+ ]
+ },
+ {
+ "channel": "ClothingColor",
+ "active": "000",
+ "owned": [
+ "000",
+ "003",
+ "002",
+ "005",
+ "004",
+ "006",
+ "001"
+ ]
+ },
+ {
+ "channel": "JerseyColor",
+ "active": "000",
+ "owned": [
+ "000",
+ "003",
+ "006",
+ "002",
+ "004",
+ "005",
+ "001"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_111_Athena_Commando_M_Faux",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_112_Athena_Commando_M_Ruckus",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3",
+ "Stage4",
+ "Stage5"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_113_Athena_Commando_F_Innovator",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3",
+ "Stage4",
+ "Stage5",
+ "Stage6"
+ ]
+ },
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage3",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_114_Athena_Commando_F_Believer",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3",
+ "Stage4",
+ "Stage5",
+ "Stage6"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_115_Athena_Commando_M_Antique",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage0",
+ "owned": [
+ "Stage0",
+ "Stage1",
+ "Stage2",
+ "Stage3"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_116_Athena_Commando_M_Invader",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3",
+ "Stage4",
+ "Stage5",
+ "Stage6"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_119_Athena_Commando_M_Golf",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ },
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_120_Athena_Commando_M_Golf_B",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ },
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_121_Athena_Commando_M_Golf_C",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ },
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_122_Athena_Commando_M_Golf_D",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ },
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_123_Athena_Commando_M_Golf_E",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ },
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_125_Athena_Commando_M_Firecracker",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_127_Athena_Commando_F_MechanicalEngineerSummer",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_129_Athena_Commando_M_CatBurglarSummer",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ },
+ {
+ "channel": "Emissive",
+ "active": "Emissive2",
+ "owned": [
+ "Emissive2",
+ "Emissive1"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_131_Athena_Commando_F_JurassicArchaeologySummer",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_136_Athena_Commando_M_Majesty_YR1GJ",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_137_Athena_Commando_M_MajestyBlue_3RVJS",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_140_Athena_Commando_M_BlueCheese",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_152_Athena_Commando_F_Musician",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ },
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_153_Athena_Commando_F_BuffCatFan_TS2DR",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_158_Athena_Commando_F_Buffet_YC20H",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_161_Athena_Commando_M_Quarrel_SLXQG",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_162_Athena_Commando_F_Quarrel_E5D63",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_163_Athena_Commando_M_Stands",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ },
+ {
+ "channel": "Emissive",
+ "active": "Emissive2",
+ "owned": [
+ "Emissive2",
+ "Emissive1"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_164_Athena_Commando_M_Stands_B",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ },
+ {
+ "channel": "Emissive",
+ "active": "Emissive2",
+ "owned": [
+ "Emissive2",
+ "Emissive1"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_165_Athena_Commando_M_Stands_C",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ },
+ {
+ "channel": "Emissive",
+ "active": "Emissive2",
+ "owned": [
+ "Emissive2",
+ "Emissive1"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_166_Athena_Commando_M_Stands_D",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ },
+ {
+ "channel": "Emissive",
+ "active": "Emissive2",
+ "owned": [
+ "Emissive2",
+ "Emissive1"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_167_Athena_Commando_M_Stands_E",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ },
+ {
+ "channel": "Emissive",
+ "active": "Emissive2",
+ "owned": [
+ "Emissive2",
+ "Emissive1"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_168_Athena_Commando_F_Stands",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ },
+ {
+ "channel": "Emissive",
+ "active": "Emissive2",
+ "owned": [
+ "Emissive2",
+ "Emissive1"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_169_Athena_Commando_F_Stands_B",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ },
+ {
+ "channel": "Emissive",
+ "active": "Emissive2",
+ "owned": [
+ "Emissive2",
+ "Emissive1"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_170_Athena_Commando_F_Stands_C",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ },
+ {
+ "channel": "Emissive",
+ "active": "Emissive2",
+ "owned": [
+ "Emissive2",
+ "Emissive1"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_171_Athena_Commando_F_Stands_D",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ },
+ {
+ "channel": "Emissive",
+ "active": "Emissive2",
+ "owned": [
+ "Emissive2",
+ "Emissive1"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_172_Athena_Commando_F_Stands_E",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ },
+ {
+ "channel": "Emissive",
+ "active": "Emissive2",
+ "owned": [
+ "Emissive2",
+ "Emissive1"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_175_Athena_Commando_M_AlienSummer",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3",
+ "Stage4"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3",
+ "Mat4"
+ ]
+ },
+ {
+ "channel": "ClothingColor",
+ "active": "Mat5",
+ "owned": [
+ "Mat5",
+ "Mat7",
+ "Mat8",
+ "Mat9"
+ ]
+ },
+ {
+ "channel": "JerseyColor",
+ "active": "001",
+ "owned": [
+ "001",
+ "002",
+ "003",
+ "004",
+ "005",
+ "006",
+ "007",
+ "008",
+ "009",
+ "010"
+ ]
+ },
+ {
+ "channel": "Particle",
+ "active": "011",
+ "owned": [
+ "011",
+ "012",
+ "013",
+ "014",
+ "015",
+ "017",
+ "016"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_176_Athena_Commando_F_TieDyeFashion",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat6",
+ "owned": [
+ "Mat6",
+ "Mat1",
+ "Mat2",
+ "Mat3",
+ "Mat4",
+ "Mat5",
+ "Mat7",
+ "Mat8",
+ "Mat9"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_177_Athena_Commando_F_TieDyeFashion_B",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat5",
+ "owned": [
+ "Mat5",
+ "Mat1",
+ "Mat2",
+ "Mat3",
+ "Mat4",
+ "Mat6",
+ "Mat7",
+ "Mat8",
+ "Mat9"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_178_Athena_Commando_F_TieDyeFashion_C",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat2",
+ "owned": [
+ "Mat2",
+ "Mat1",
+ "Mat3",
+ "Mat4",
+ "Mat5",
+ "Mat6",
+ "Mat7",
+ "Mat8",
+ "Mat9"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_179_Athena_Commando_F_TieDyeFashion_D",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat4",
+ "owned": [
+ "Mat4",
+ "Mat1",
+ "Mat2",
+ "Mat3",
+ "Mat5",
+ "Mat6",
+ "Mat7",
+ "Mat8",
+ "Mat9"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_180_Athena_Commando_F_TieDyeFashion_E",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3",
+ "Mat4",
+ "Mat5",
+ "Mat6",
+ "Mat7",
+ "Mat8",
+ "Mat9"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_182_Athena_Commando_M_Vivid_LZGQ3",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_184_Athena_Commando_M_NinjaWolf_F09O3",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_187_Athena_Commando_F_Monarch",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_188_Athena_Commando_M_ColorBlock",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_192_Athena_Commando_F_Suspenders",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_195_Athena_Commando_M_Crisis",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_197_Athena_Commando_M_Clash",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_198_Athena_Commando_M_CerealBox",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3",
+ "Stage4",
+ "Stage5",
+ "Stage6"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_199_Athena_Commando_M_SpaceChimp",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3",
+ "Mat4",
+ "Mat5",
+ "Mat6"
+ ]
+ },
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_200_Athena_Commando_F_GhostHunter",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3",
+ "Mat4",
+ "Mat5"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_201_Athena_Commando_M_TeriyakiFishToon",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "000",
+ "owned": [
+ "000",
+ "001",
+ "002",
+ "003",
+ "004",
+ "005",
+ "006",
+ "007",
+ "008",
+ "009",
+ "010",
+ "011",
+ "012",
+ "013",
+ "014",
+ "015",
+ "016",
+ "017",
+ "018",
+ "019",
+ "020",
+ "021",
+ "039",
+ "041",
+ "042",
+ "044",
+ "031",
+ "046",
+ "047",
+ "022",
+ "034",
+ "035",
+ "032",
+ "023",
+ "027",
+ "024",
+ "036",
+ "025",
+ "026",
+ "033",
+ "040",
+ "037",
+ "029"
+ ]
+ },
+ {
+ "channel": "JerseyColor",
+ "active": "001",
+ "owned": [
+ "001",
+ "002",
+ "003",
+ "004",
+ "005",
+ "006",
+ "007",
+ "008",
+ "009",
+ "010",
+ "011",
+ "012",
+ "013",
+ "014",
+ "015",
+ "016",
+ "017",
+ "018",
+ "019",
+ "020",
+ "021",
+ "000"
+ ]
+ },
+ {
+ "channel": "PetTemperament",
+ "active": "001",
+ "owned": [
+ "001",
+ "002",
+ "003",
+ "004",
+ "005",
+ "006",
+ "007",
+ "008",
+ "009",
+ "010",
+ "011",
+ "012",
+ "013",
+ "014",
+ "015",
+ "016",
+ "017",
+ "018",
+ "019",
+ "020",
+ "021",
+ "000"
+ ]
+ },
+ {
+ "channel": "Hair",
+ "active": "001",
+ "owned": [
+ "001",
+ "002",
+ "003",
+ "004",
+ "005",
+ "006",
+ "007",
+ "008",
+ "009",
+ "010",
+ "011",
+ "012",
+ "013",
+ "014",
+ "015",
+ "016",
+ "017",
+ "018",
+ "019",
+ "020",
+ "021",
+ "000"
+ ]
+ },
+ {
+ "channel": "Pattern",
+ "active": "001",
+ "owned": [
+ "001",
+ "002",
+ "003",
+ "004",
+ "005",
+ "006",
+ "007",
+ "008",
+ "009",
+ "010",
+ "011",
+ "012",
+ "013",
+ "014",
+ "015",
+ "016",
+ "017",
+ "018",
+ "019",
+ "020",
+ "021",
+ "000"
+ ]
+ },
+ {
+ "channel": "ClothingColor",
+ "active": "001",
+ "owned": [
+ "001",
+ "002",
+ "003",
+ "004",
+ "005",
+ "006",
+ "007",
+ "008",
+ "009",
+ "010",
+ "011",
+ "012",
+ "013",
+ "014",
+ "015",
+ "016",
+ "017",
+ "018",
+ "019",
+ "020",
+ "021",
+ "000"
+ ]
+ },
+ {
+ "channel": "Emissive",
+ "active": "001",
+ "owned": [
+ "001",
+ "002",
+ "003",
+ "004",
+ "005",
+ "006",
+ "007",
+ "008",
+ "009",
+ "010",
+ "011",
+ "012",
+ "013",
+ "014",
+ "015",
+ "016",
+ "017",
+ "018",
+ "019",
+ "020",
+ "021",
+ "000"
+ ]
+ },
+ {
+ "channel": "Numeric",
+ "active": "001",
+ "owned": [
+ "001",
+ "002",
+ "003",
+ "004",
+ "005",
+ "006",
+ "007",
+ "008",
+ "009",
+ "010",
+ "011",
+ "012",
+ "013",
+ "014",
+ "015",
+ "016",
+ "017",
+ "018",
+ "019",
+ "020",
+ "021",
+ "000"
+ ]
+ },
+ {
+ "channel": "Particle",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ },
+ {
+ "channel": "Progressive",
+ "active": "001",
+ "owned": [
+ "001",
+ "002",
+ "003",
+ "004",
+ "005",
+ "006",
+ "007",
+ "008",
+ "009",
+ "010",
+ "011",
+ "012",
+ "013",
+ "014",
+ "015",
+ "016",
+ "017",
+ "018",
+ "019",
+ "020",
+ "021",
+ "000"
+ ]
+ },
+ {
+ "channel": "ProfileBanner",
+ "active": "001",
+ "owned": [
+ "001",
+ "002",
+ "003",
+ "004",
+ "005",
+ "006",
+ "007",
+ "008",
+ "009",
+ "010",
+ "011",
+ "012",
+ "013",
+ "014",
+ "015",
+ "016",
+ "017",
+ "018",
+ "019",
+ "020",
+ "021",
+ "000"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_202_Athena_Commando_F_Division",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3",
+ "Mat4",
+ "Mat5",
+ "Mat6"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_203_Athena_Commando_F_PunkKoi",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3",
+ "Stage4",
+ "Stage5",
+ "Stage6",
+ "Stage7"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_204_Athena_Commando_M_ClashV_SQNVJ",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_205_Athena_Commando_F_TextileRam_GMRJ0",
+ "variants": [
+ {
+ "channel": "Emissive",
+ "active": "Emissive2",
+ "owned": [
+ "Emissive2",
+ "Emissive0"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_206_Athena_Commando_F_TextileSparkle_V8YSA",
+ "variants": [
+ {
+ "channel": "Emissive",
+ "active": "Emissive2",
+ "owned": [
+ "Emissive2",
+ "Emissive0"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_207_Athena_Commando_M_TextileKnight_9TE8L",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_208_Athena_Commando_M_TextilePup_C85OD",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_211_Athena_Commando_M_Psyche_JWQP3",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_212_Athena_Commando_M_Tomcat_M1Z6G",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_214_Athena_Commando_M_CritterFrenzy_YDM1L",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_216_Athena_Commando_M_SunrisePalace_BBQY0",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_217_Athena_Commando_M_CritterRaven",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle0",
+ "owned": [
+ "Particle0",
+ "Particle1"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_218_Athena_Commando_M_CritterManiac_KV6J0",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_221_Athena_Commando_M_Relish_8364H",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_222_Athena_Commando_F_Relish_G6S5T",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_223_Athena_Commando_M_Glitz_MJ5WQ",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3",
+ "Mat4"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_224_Athena_Commando_F_ScholarGhoul",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_225_Athena_Commando_F_CubeQueen",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_226_Athena_Commando_M_SweetTeriyakiRed",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat0",
+ "owned": [
+ "Mat0",
+ "Mat1",
+ "Mat2"
+ ]
+ },
+ {
+ "channel": "Emissive",
+ "active": "Emissive1",
+ "owned": [
+ "Emissive1",
+ "Emissive2",
+ "Emissive3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_227_Athena_Commando_F_BistroAstronaut_JJLK5",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_228_Athena_Commando_M_DisguiseBlack",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage3",
+ "owned": [
+ "Stage3",
+ "Stage1",
+ "Stage2",
+ "Stage4",
+ "Stage5",
+ "Stage6",
+ "Stage7",
+ "Stage8"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat5",
+ "owned": [
+ "Mat5",
+ "Mat2",
+ "Mat3",
+ "Mat4",
+ "Mat6"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_229_Athena_Commando_F_DisguiseBlack",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage5",
+ "owned": [
+ "Stage5",
+ "Stage1",
+ "Stage2",
+ "Stage3",
+ "Stage4",
+ "Stage6",
+ "Stage7",
+ "Stage8"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat5",
+ "owned": [
+ "Mat5",
+ "Mat2",
+ "Mat3",
+ "Mat4",
+ "Mat6"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_230_Athena_Commando_M_DriftHorror",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_232_Athena_Commando_F_CritterStreak_YILHR",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_244_Athena_Commando_M_ZombieElastic",
+ "variants": [
+ {
+ "channel": "Pattern",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3",
+ "Mat4",
+ "Mat5",
+ "Mat6",
+ "Mat7"
+ ]
+ },
+ {
+ "channel": "ClothingColor",
+ "active": "Mat8",
+ "owned": [
+ "Mat8",
+ "Mat9",
+ "Mat10"
+ ]
+ },
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "000",
+ "owned": [
+ "000",
+ "001",
+ "002",
+ "003",
+ "004",
+ "005",
+ "006"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_245_Athena_Commando_M_ZombieElastic_B",
+ "variants": [
+ {
+ "channel": "Pattern",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3",
+ "Mat4",
+ "Mat5",
+ "Mat6",
+ "Mat7"
+ ]
+ },
+ {
+ "channel": "ClothingColor",
+ "active": "Mat8",
+ "owned": [
+ "Mat8",
+ "Mat9",
+ "Mat10"
+ ]
+ },
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "004",
+ "owned": [
+ "004",
+ "000",
+ "001",
+ "002",
+ "003",
+ "005",
+ "006"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_246_Athena_Commando_M_ZombieElastic_C",
+ "variants": [
+ {
+ "channel": "Pattern",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3",
+ "Mat4",
+ "Mat5",
+ "Mat6",
+ "Mat7"
+ ]
+ },
+ {
+ "channel": "ClothingColor",
+ "active": "Mat8",
+ "owned": [
+ "Mat8",
+ "Mat9",
+ "Mat10"
+ ]
+ },
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "003",
+ "owned": [
+ "003",
+ "000",
+ "001",
+ "002",
+ "004",
+ "005",
+ "006"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_247_Athena_Commando_M_ZombieElastic_D",
+ "variants": [
+ {
+ "channel": "Pattern",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3",
+ "Mat4",
+ "Mat5",
+ "Mat6",
+ "Mat7"
+ ]
+ },
+ {
+ "channel": "ClothingColor",
+ "active": "Mat8",
+ "owned": [
+ "Mat8",
+ "Mat9",
+ "Mat10"
+ ]
+ },
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "005",
+ "owned": [
+ "005",
+ "000",
+ "001",
+ "002",
+ "003",
+ "004",
+ "006"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_248_Athena_Commando_M_ZombieElastic_E",
+ "variants": [
+ {
+ "channel": "Pattern",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3",
+ "Mat4",
+ "Mat5",
+ "Mat6",
+ "Mat7"
+ ]
+ },
+ {
+ "channel": "ClothingColor",
+ "active": "Mat8",
+ "owned": [
+ "Mat8",
+ "Mat9",
+ "Mat10"
+ ]
+ },
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "001",
+ "owned": [
+ "001",
+ "000",
+ "002",
+ "003",
+ "004",
+ "005",
+ "006"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_249_Athena_Commando_F_ZombieElastic",
+ "variants": [
+ {
+ "channel": "Pattern",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3",
+ "Mat4",
+ "Mat5",
+ "Mat6",
+ "Mat7"
+ ]
+ },
+ {
+ "channel": "ClothingColor",
+ "active": "Mat8",
+ "owned": [
+ "Mat8",
+ "Mat9",
+ "Mat10"
+ ]
+ },
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "000",
+ "owned": [
+ "000",
+ "001",
+ "002",
+ "003",
+ "004",
+ "005",
+ "006"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_250_Athena_Commando_F_ZombieElastic_B",
+ "variants": [
+ {
+ "channel": "Pattern",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3",
+ "Mat4",
+ "Mat5",
+ "Mat6",
+ "Mat7"
+ ]
+ },
+ {
+ "channel": "ClothingColor",
+ "active": "Mat8",
+ "owned": [
+ "Mat8",
+ "Mat9",
+ "Mat10"
+ ]
+ },
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "006",
+ "owned": [
+ "006",
+ "000",
+ "001",
+ "002",
+ "003",
+ "004",
+ "005"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_251_Athena_Commando_F_ZombieElastic_C",
+ "variants": [
+ {
+ "channel": "Pattern",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3",
+ "Mat4",
+ "Mat5",
+ "Mat6",
+ "Mat7"
+ ]
+ },
+ {
+ "channel": "ClothingColor",
+ "active": "Mat8",
+ "owned": [
+ "Mat8",
+ "Mat9",
+ "Mat10"
+ ]
+ },
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "002",
+ "owned": [
+ "002",
+ "000",
+ "001",
+ "003",
+ "004",
+ "005",
+ "006"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_252_Athena_Commando_F_ZombieElastic_D",
+ "variants": [
+ {
+ "channel": "Pattern",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3",
+ "Mat4",
+ "Mat5",
+ "Mat6",
+ "Mat7"
+ ]
+ },
+ {
+ "channel": "ClothingColor",
+ "active": "Mat8",
+ "owned": [
+ "Mat8",
+ "Mat9",
+ "Mat10"
+ ]
+ },
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "004",
+ "owned": [
+ "004",
+ "000",
+ "001",
+ "002",
+ "003",
+ "005",
+ "006"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_253_Athena_Commando_F_ZombieElastic_E",
+ "variants": [
+ {
+ "channel": "Pattern",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3",
+ "Mat4",
+ "Mat5",
+ "Mat6",
+ "Mat7"
+ ]
+ },
+ {
+ "channel": "ClothingColor",
+ "active": "Mat8",
+ "owned": [
+ "Mat8",
+ "Mat9",
+ "Mat10"
+ ]
+ },
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "003",
+ "owned": [
+ "003",
+ "000",
+ "001",
+ "002",
+ "004",
+ "005",
+ "006"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_255_Athena_Commando_F_SAM_QA7ZS",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_257_Athena_Commando_M_CatBurglar_Ghost",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat0",
+ "owned": [
+ "Mat0",
+ "Mat1"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_261_Athena_Commando_M_Headband",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_262_Athena_Commando_M_HeadbandK",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_263_Athena_Commando_M_HeadbandS",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_264_Athena_Commando_F_HeadbandS",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_265_Athena_Commando_M_Grandeur_TBC0O",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_266_Athena_Commando_F_Grandeur_9CO1M",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_269_Athena_Commando_F_HasteStreet_B563I",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_270_Athena_Commando_M_HasteDouble_8GQHC",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_286_Athena_Commando_M_Turtleneck",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ },
+ {
+ "channel": "Emissive",
+ "active": "Emissive1",
+ "owned": [
+ "Emissive1",
+ "Emissive2",
+ "Emissive3",
+ "Emissive4"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_287_Athena_Commando_M_LoneWolf",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3"
+ ]
+ },
+ {
+ "channel": "Parts",
+ "active": "Stage4",
+ "owned": [
+ "Stage4",
+ "Stage5"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat11",
+ "owned": [
+ "Mat11",
+ "Mat2",
+ "Mat3",
+ "Mat4",
+ "Mat5",
+ "Mat6"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_288_Athena_Commando_M_BuffLlama",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat3",
+ "Mat2",
+ "Mat4",
+ "Mat5",
+ "Mat6"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_289_Athena_Commando_M_Gumball",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_290_Athena_Commando_F_Motorcyclist",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage3"
+ ]
+ },
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ },
+ {
+ "channel": "Emissive",
+ "active": "Emissive1",
+ "owned": [
+ "Emissive1",
+ "Emissive2"
+ ]
+ },
+ {
+ "channel": "ClothingColor",
+ "active": "Mat3",
+ "owned": [
+ "Mat3",
+ "Mat4",
+ "Mat5",
+ "Mat6",
+ "Mat7"
+ ]
+ },
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2",
+ "Particle3",
+ "Particle4"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_291_Athena_Commando_F_IslandNomad",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3",
+ "Stage4",
+ "Stage5",
+ "Stage6",
+ "Stage7",
+ "Stage8",
+ "Stage9",
+ "Stage10",
+ "Stage11",
+ "Stage12",
+ "Stage13",
+ "Stage14",
+ "Stage18",
+ "Stage19",
+ "Stage20",
+ "Stage27",
+ "Stage28",
+ "Stage29",
+ "Stage21",
+ "Stage23",
+ "Stage22",
+ "Stage15",
+ "Stage16",
+ "Stage17",
+ "Stage24",
+ "Stage25",
+ "Stage26",
+ "Stage30",
+ "Stage31",
+ "Stage32"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_292_Athena_Commando_F_ExoSuit",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ },
+ {
+ "channel": "Emissive",
+ "active": "Emissive1",
+ "owned": [
+ "Emissive1",
+ "Emissive2"
+ ]
+ },
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ },
+ {
+ "channel": "Mesh",
+ "active": "Mat3",
+ "owned": [
+ "Mat3",
+ "Mat4"
+ ]
+ },
+ {
+ "channel": "ClothingColor",
+ "active": "000",
+ "owned": [
+ "000",
+ "001",
+ "002",
+ "003"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_293_Athena_Commando_M_ParallelComic",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3",
+ "Stage4",
+ "Stage5",
+ "Stage6"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_294_Athena_Commando_F_RustyBolt_DB20X",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_295_Athena_Commando_M_RustyBolt_FEHJ0",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_296_Athena_Commando_M_DarkPit",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_298_Athena_Commando_M_Slither_EJ6DB",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_299_Athena_Commando_M_Slither_B_1X28D",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_300_Athena_Commando_M_Slither_C_IJ94B",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_301_Athena_Commando_M_Slither_D_O7BM2",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_302_Athena_Commando_M_Slither_E_U47BK",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_303_Athena_Commando_F_Slither_D0YX9",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_304_Athena_Commando_F_Slither_B_MO4VZ",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_305_Athena_Commando_F_Slither_C_UE2Q9",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_306_Athena_Commando_F_Slither_D_I6D2O",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_307_Athena_Commando_F_Slither_E_CSPZ8",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_308_Athena_Commando_F_Sunshine",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_316_Athena_Commando_M_Lateral_K8XD9",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_318_Athena_Commando_M_KittyWarrior",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3",
+ "Mat4"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_324_Athena_Commando_F_InnovatorFestive_3FUPH",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_326_Athena_Commando_M_SharpDresserBlack",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_327_Athena_Commando_M_SkullPunk_9QTQI",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_334_Athena_Commando_M_Sleek_U06KF",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3",
+ "Stage4"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_335_Athena_Commando_M_SleekGlasses_8SYX2",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3",
+ "Stage4"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_337_Athena_Commando_F_Zest_ZBXGN",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_342_Athena_Commando_M_Rover_WKA61",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_343_Athena_Commando_F_Rover_KR41G",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_344_Athena_Commando_M_TreyCozy_6ZK7H",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat2",
+ "owned": [
+ "Mat2",
+ "Mat1",
+ "Mat3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_345_Athena_Commando_M_TreyCozy_B_4EP38",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_346_Athena_Commando_M_TreyCozy_C_7P9HU",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_347_Athena_Commando_M_TreyCozy_D_OKJU9",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat3",
+ "owned": [
+ "Mat3",
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_348_Athena_Commando_M_TreyCozy_E_VH8P6",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat2",
+ "owned": [
+ "Mat2",
+ "Mat1",
+ "Mat3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_349_Athena_Commando_F_TreyCozy_Y4D2W",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_350_Athena_Commando_F_TreyCozy_B_8TH8C",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat2",
+ "owned": [
+ "Mat2",
+ "Mat1",
+ "Mat3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_351_Athena_Commando_F_TreyCozy_C_A9Q45",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_352_Athena_Commando_F_TreyCozy_D_2CLR3",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat3",
+ "owned": [
+ "Mat3",
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_353_Athena_Commando_F_TreyCozy_E_JRL60",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat2",
+ "owned": [
+ "Mat2",
+ "Mat1",
+ "Mat3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_354_Athena_Commando_F_ShatterFlyEclipse",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_357_Athena_Commando_F_ValentineFashion_B3S3R",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_359_Athena_Commando_F_BunnyPurple",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_360_Athena_Commando_F_LeatherJacketPurple",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_361_Athena_Commando_F_Thrive",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_362_Athena_Commando_F_ThriveSpirit",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_363_Athena_Commando_M_Journey",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_365_Athena_Commando_F_FNCS_Blue",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_367_Athena_Commando_M_Mystic",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3",
+ "Mat4"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_368_Athena_Commando_M_Sienna",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_369_Athena_Commando_F_CyberArmor",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage3",
+ "Stage2",
+ "Stage4",
+ "Stage5",
+ "Stage6",
+ "Stage7"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_370_Athena_Commando_M_OrderGuard",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ },
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage4",
+ "Stage3",
+ "Stage5",
+ "Stage6",
+ "Stage7"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_371_Athena_Commando_F_Cadet",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ },
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3",
+ "Mat4",
+ "Mat5",
+ "Mat6"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_372_Athena_Commando_F_KnightCat",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3",
+ "Stage4",
+ "Stage5"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ },
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3",
+ "Stage4",
+ "Stage5",
+ "Stage6"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_373_Athena_Commando_M_OriginPrisoner",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3"
+ ]
+ },
+ {
+ "channel": "Pattern",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3",
+ "Stage4",
+ "Stage5"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_374_Athena_Commando_F_Binary",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3",
+ "Stage4",
+ "Stage5",
+ "Stage6"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_375_Athena_Commando_F_Snowfall_WXW2T",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage4",
+ "Stage2",
+ "Stage3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_376_Athena_Commando_F_JourneyMentor_66VFP",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_377_Athena_Commando_F_LittleEgg_OMNB5",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_380_Athena_Commando_M_CactusRocker_SBI3T",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_381_Athena_Commando_F_CactusRocker_3HTBV",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_382_Athena_Commando_M_CactusDancer",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_383_Athena_Commando_F_CactusDancer",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_384_Athena_Commando_M_Rumble",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_385_Athena_Commando_F_Rumble",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_386_Athena_Commando_M_Croissant",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_387_Athena_Commando_M_Lyrical",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_388_Athena_Commando_F_Lyrical",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_390_Athena_Commando_M_Blackbird",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_393_Athena_Commando_F_Forsake",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_394_Athena_Commando_M_DarkStorm",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ },
+ {
+ "channel": "Emissive",
+ "active": "Emissive0",
+ "owned": [
+ "Emissive0",
+ "Emissive1",
+ "Emissive2",
+ "Emissive3"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_395_Athena_Commando_F_BinaryTwin",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3",
+ "Mat4"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_396_Athena_Commando_F_Raspberry",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_398_Athena_Commando_F_NeonCatSpeed",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3",
+ "Mat4"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_399_Athena_Commando_F_Ultralight",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_400_Athena_Commando_F_ShinyCreature",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ },
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_401_Athena_Commando_M_CarbideKnight",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_415_Athena_Commando_M_Alfredo",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3",
+ "Stage4",
+ "Stage5",
+ "Stage6",
+ "Stage7",
+ "Stage8"
+ ]
+ },
+ {
+ "channel": "Emissive",
+ "active": "Emissive1",
+ "owned": [
+ "Emissive1",
+ "Emissive2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_416_Athena_Commando_M_Armadillo",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3",
+ "Mat4"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_417_Athena_Commando_F_Armadillo",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3",
+ "Mat4"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_419_Athena_Commando_F_EternalVanguard",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_423_Athena_Commando_M_Canary",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_424_Athena_Commando_M_Lancelot",
+ "variants": [
+ {
+ "channel": "Emissive",
+ "active": "Emissive0",
+ "owned": [
+ "Emissive0",
+ "Emissive1",
+ "Emissive2",
+ "Emissive3"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ },
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3",
+ "Stage4"
+ ]
+ },
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2",
+ "Particle3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_425_Athena_Commando_F_BlueJay",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3",
+ "Stage4"
+ ]
+ },
+ {
+ "channel": "Emissive",
+ "active": "Emissive0",
+ "owned": [
+ "Emissive0",
+ "Emissive1",
+ "Emissive2",
+ "Emissive3"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_427_Athena_Commando_F_Fuchsia",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ },
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ },
+ {
+ "channel": "Emissive",
+ "active": "Emissive0",
+ "owned": [
+ "Emissive0",
+ "Emissive1",
+ "Emissive2",
+ "Emissive3"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_428_Athena_Commando_F_PinkWidow",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ },
+ {
+ "channel": "Emissive",
+ "active": "Emissive0",
+ "owned": [
+ "Emissive0",
+ "Emissive1",
+ "Emissive2",
+ "Emissive3"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_429_Athena_Commando_M_Collectable",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage5",
+ "Stage7",
+ "Stage3",
+ "Stage4",
+ "Stage6",
+ "Stage8",
+ "Stage9",
+ "Stage10",
+ "Stage11",
+ "Stage12",
+ "Stage13",
+ "Stage14",
+ "Stage15",
+ "Stage16",
+ "Stage17",
+ "Stage18",
+ "Stage19",
+ "Stage20",
+ "Stage21"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3",
+ "Mat4",
+ "Mat5",
+ "Mat6"
+ ]
+ },
+ {
+ "channel": "Mesh",
+ "active": "001",
+ "owned": [
+ "001",
+ "002",
+ "005",
+ "003",
+ "004",
+ "006",
+ "007",
+ "008",
+ "009",
+ "010",
+ "011",
+ "012",
+ "013",
+ "014",
+ "015",
+ "016",
+ "017",
+ "018",
+ "019",
+ "020",
+ "021"
+ ]
+ },
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2",
+ "Particle5",
+ "Particle3",
+ "Particle4",
+ "Particle6",
+ "Particle7",
+ "Particle8",
+ "Particle9",
+ "Particle10",
+ "Particle11",
+ "Particle12",
+ "Particle13",
+ "Particle14",
+ "Particle15",
+ "Particle16",
+ "Particle17",
+ "Particle18",
+ "Particle19",
+ "Particle20",
+ "Particle21"
+ ]
+ },
+ {
+ "channel": "JerseyColor",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_432_Athena_Commando_M_Ensemble",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_433_Athena_Commando_M_EnsembleSnake",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_434_Athena_Commando_M_EnsembleMaroon",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_435_Athena_Commando_F_Ensemble",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_436_Athena_Commando_M_RedSleeves",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_438_Athena_Commando_F_Gloom",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_439_Athena_Commando_M_Trifle",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ },
+ {
+ "channel": "Emissive",
+ "active": "Emissive1",
+ "owned": [
+ "Emissive1",
+ "Emissive2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_440_Athena_Commando_F_Parfait",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_441_Athena_Commando_F_PennantSeasOne",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3",
+ "Mat4",
+ "Mat5",
+ "Mat6",
+ "Mat7",
+ "Mat8",
+ "Mat9",
+ "Mat10"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_442_Athena_Commando_F_PennantSeasOne_B",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3",
+ "Mat4",
+ "Mat5",
+ "Mat6",
+ "Mat7",
+ "Mat8",
+ "Mat9",
+ "Mat10"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_443_Athena_Commando_F_PennantSeasOne_C",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3",
+ "Mat4",
+ "Mat5",
+ "Mat6",
+ "Mat7",
+ "Mat8",
+ "Mat9",
+ "Mat10"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_444_Athena_Commando_F_PennantSeasOne_D",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3",
+ "Mat4",
+ "Mat5",
+ "Mat6",
+ "Mat7",
+ "Mat8",
+ "Mat9",
+ "Mat10"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_445_Athena_Commando_F_PennantSeasOne_E",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3",
+ "Mat4",
+ "Mat5",
+ "Mat6",
+ "Mat7",
+ "Mat8",
+ "Mat9",
+ "Mat10"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_446_Athena_Commando_M_PennantSeasOne",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3",
+ "Mat4",
+ "Mat5",
+ "Mat6",
+ "Mat7",
+ "Mat8",
+ "Mat9",
+ "Mat10"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_447_Athena_Commando_M_PennantSeasOne_B",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3",
+ "Mat4",
+ "Mat5",
+ "Mat6",
+ "Mat7",
+ "Mat8",
+ "Mat9",
+ "Mat10"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_448_Athena_Commando_M_PennantSeasOne_C",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3",
+ "Mat4",
+ "Mat5",
+ "Mat6",
+ "Mat7",
+ "Mat8",
+ "Mat9",
+ "Mat10"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_449_Athena_Commando_M_PennantSeasOne_D",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3",
+ "Mat4",
+ "Mat5",
+ "Mat6",
+ "Mat7",
+ "Mat8",
+ "Mat9",
+ "Mat10"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_450_Athena_Commando_M_PennantSeasOne_E",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3",
+ "Mat4",
+ "Mat5",
+ "Mat6",
+ "Mat7",
+ "Mat8",
+ "Mat9",
+ "Mat10"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_451_Athena_Commando_F_Rays",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_452_Athena_Commando_F_Barium",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_453_Athena_Commando_F_FuzzyBearSummer",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_454_Athena_Commando_M_Ohana",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_455_Athena_Commando_F_SummerStride",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3",
+ "Mat4"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_456_Athena_Commando_F_Fruitcake",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ },
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_457_Athena_Commando_F_PunkKoiSummer",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_458_Athena_Commando_M_SunStar",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_459_Athena_Commando_M_SunTide",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3",
+ "Stage4"
+ ]
+ },
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ },
+ {
+ "channel": "Mesh",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3",
+ "Stage4"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_460_Athena_Commando_F_SunBeam",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_462_Athena_Commando_M_Stamina",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3",
+ "Stage4"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_463_Athena_Commando_M_StaminaVigor",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3",
+ "Stage4"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_465_Athena_Commando_F_Stamina",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_470_Athena_Commando_M_ApexWild",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3",
+ "Stage4"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_471_Athena_Commando_M_ApexWildRed",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_472_Athena_Commando_M_FutureSamuraiSummer",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_474_Athena_Commando_F_Astral",
+ "variants": [
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_476_Athena_Commando_F_NeonJam",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_A_478_Athena_Commando_F_WildCard",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3",
+ "Mat4"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaCharacter:CID_NPC_Athena_Commando_M_Masterkey",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaSkyDiveContrail:Contrail_PinkSpike",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2",
+ "Particle3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaSkyDiveContrail:Contrail_SharpFang",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle0",
+ "owned": [
+ "Particle0",
+ "Particle1",
+ "Particle2",
+ "Particle3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaDance:EID_Photographer",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaGlider:Glider_354_BinaryFemale",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2",
+ "Particle3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaGlider:Glider_AgentSherbert",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaGlider:Glider_Apprentice",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaGlider:Glider_BuffCatCruise",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaGlider:Glider_Candor",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaGlider:Glider_Chainmail",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaGlider:Glider_CinderMax",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaGlider:Glider_CoyoteTrail",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaGlider:Glider_CrispRover",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaGlider:Glider_Dazzle",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaGlider:Glider_Ebony",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaGlider:Glider_Headset",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaGlider:Glider_ID_069_Hacivat",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaGlider:Glider_ID_085_SkullTrooper",
+ "variants": [
+ {
+ "channel": "Emissive",
+ "active": "Emissive1",
+ "owned": [
+ "Emissive1",
+ "Emissive2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaGlider:Glider_ID_093_AnimalJackets",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat0",
+ "owned": [
+ "Mat0",
+ "Mat1"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaGlider:Glider_ID_102_Rhino",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat0",
+ "owned": [
+ "Mat0",
+ "Mat1",
+ "Mat2",
+ "Mat3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaGlider:Glider_ID_118_Squishy",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaGlider:Glider_ID_132_Pirate01Octopus",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaGlider:Glider_ID_133_BandageNinja",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaGlider:Glider_ID_169_VoyagerRemix",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle0",
+ "owned": [
+ "Particle0",
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaGlider:Glider_ID_175_StreetFashionRed",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaGlider:Glider_ID_179_CrazyEight",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle0",
+ "owned": [
+ "Particle0",
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaGlider:Glider_ID_180_NeonGraffiti",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaGlider:Glider_ID_181_RockClimber",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat0",
+ "owned": [
+ "Mat0",
+ "Mat1"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaGlider:Glider_ID_182_Sheath",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle0",
+ "owned": [
+ "Particle0",
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaGlider:Glider_ID_183_TacticalFisherman",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle0",
+ "owned": [
+ "Particle0",
+ "Particle1"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaGlider:Glider_ID_184_Viper",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle0",
+ "owned": [
+ "Particle0",
+ "Particle1"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaGlider:Glider_ID_193_TheGoldenSkeleton",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2",
+ "Particle3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaGlider:Glider_ID_194_Agent",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ },
+ {
+ "channel": "Emissive",
+ "active": "Emissive1",
+ "owned": [
+ "Emissive1",
+ "Emissive2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaGlider:Glider_ID_197_HenchmanMale",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2",
+ "Particle3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaGlider:Glider_ID_200_PhotographerFemale",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2",
+ "Particle3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaGlider:Glider_ID_201_TNTinaFemale",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2",
+ "Particle3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaGlider:Glider_ID_203_TwinDarkFemale",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaGlider:Glider_ID_205_DesertOpsCamo",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3",
+ "Mat4",
+ "Mat5"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaGlider:Glider_ID_210_GraffitiAssassinFemale",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaGlider:Glider_ID_213_BlackKnightFemale",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2",
+ "Particle3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaGlider:Glider_ID_219_OceanRiderFemale",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2",
+ "Particle3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaGlider:Glider_ID_220_ProfessorPup",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaGlider:Glider_ID_221_PythonFemale",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaGlider:Glider_ID_225_TacticalScubaMale",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2",
+ "Particle3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaGlider:Glider_ID_226_GreenJacketFemale",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaGlider:Glider_ID_233_HightowerDefault",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3",
+ "Mat4",
+ "Mat5",
+ "Mat6",
+ "Mat7",
+ "Mat8",
+ "Mat9"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaGlider:Glider_ID_243_Myth",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaGlider:Glider_ID_245_DeliSandwich",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaGlider:Glider_ID_255_FlapjackWranglerMale",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2",
+ "Particle3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaGlider:Glider_ID_256_FutureSamuraiMale",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaGlider:Glider_ID_259_LexaFemale",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle0",
+ "owned": [
+ "Particle0",
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaGlider:Glider_ID_261_SpaceFighterFemale",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2",
+ "Particle3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaGlider:Glider_ID_278_SpaceWarriorMale",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaGlider:Glider_ID_279_ChickenWarriorMale",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2",
+ "Particle3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaGlider:Glider_ID_282_DinoHunterFemale",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaGlider:Glider_ID_288_BicycleMale",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaGlider:Glider_ID_297_InvaderMale",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2",
+ "Particle3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaGlider:Glider_ID_303_SurfingSummerFemale",
+ "variants": [
+ {
+ "channel": "Mesh",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3",
+ "Stage4",
+ "Stage5"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaGlider:Glider_ID_311_CerealBoxMale",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2",
+ "Particle3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaGlider:Glider_ID_313_DivisionFemale",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2",
+ "Particle3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaGlider:Glider_ID_314_SpaceChimpMale",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2",
+ "Particle3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaGlider:Glider_ID_315_TeriyakiFishToon",
+ "variants": [
+ {
+ "channel": "JerseyColor",
+ "active": "001",
+ "owned": [
+ "001",
+ "002",
+ "003",
+ "004",
+ "005",
+ "006",
+ "007",
+ "008",
+ "009",
+ "010",
+ "011",
+ "012",
+ "013",
+ "014",
+ "015",
+ "016",
+ "017",
+ "018",
+ "019",
+ "020",
+ "021",
+ "022"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaGlider:Glider_ID_319_BistroAstronautFemale_A4839",
+ "variants": [
+ {
+ "channel": "Mesh",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaGlider:Glider_ID_321_CubeQueenFemale",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2",
+ "Particle3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaGlider:Glider_ID_329_GumballMale",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2",
+ "Particle3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaGlider:Glider_ID_330_LoneWolfMale",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2",
+ "Particle3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaGlider:Glider_ID_331_MotorcyclistFemale",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ },
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2",
+ "Particle3",
+ "Particle4"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaGlider:Glider_ID_338_SnowboardMale",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2",
+ "Particle4"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaGlider:Glider_ID_340_TwentyTwoMale",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaGlider:Glider_ID_345_TurtleneckMale",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaGlider:Glider_ID_355_CadetFemale",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2",
+ "Particle3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaGlider:Glider_ID_356_CyberArmorFemale",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaGlider:Glider_ID_358_KnightCatFemale",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2",
+ "Particle3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaGlider:Glider_ID_361_OrderGuardMale",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2",
+ "Particle4",
+ "Particle3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaGlider:Glider_ID_364_LyricalFemale",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaGlider:Glider_ID_366_MultibotPinkMale",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaGlider:Glider_ID_369_CollectableMale",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaGlider:Glider_ID_370_FuchsiaFemale",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaGlider:Glider_ID_371_LancelotMale",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2",
+ "Particle3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaGlider:Glider_ID_373_PinkWidowFemale",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaGlider:Glider_ID_388_Wayfare",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2",
+ "Particle3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaGlider:Glider_Inferno",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaGlider:Glider_LocalZillaNight",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaGlider:Glider_Meteorwomen_Alt",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaGlider:Glider_Nebula",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaGlider:Glider_NitroFlow",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle0",
+ "owned": [
+ "Particle0",
+ "Particle1"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaGlider:Glider_RippedHarvester",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaGlider:Glider_SilentTempo",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaGlider:Glider_Venice",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaGlider:Glider_VitalPsych",
+ "variants": [
+ {
+ "channel": "Mesh",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaGlider:Glider_ZirconSweep",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPetCarrier:PetCarrier_001_Dog",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat0",
+ "owned": [
+ "Mat0",
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPetCarrier:PetCarrier_003_Dragon",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat0",
+ "owned": [
+ "Mat0",
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPetCarrier:PetCarrier_004_Hamster",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat0",
+ "owned": [
+ "Mat0",
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPetCarrier:PetCarrier_005_Wolf",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat0",
+ "owned": [
+ "Mat0",
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPetCarrier:PetCarrier_007_Woodsy",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat0",
+ "owned": [
+ "Mat0",
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPetCarrier:PetCarrier_008_Fox",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat0",
+ "owned": [
+ "Mat0",
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPetCarrier:PetCarrier_010_RoboKitty",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3",
+ "Mat4"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPetCarrier:PetCarrier_012_Drift_Fox",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPetCarrier:PetCarrier_016_Invader",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle0",
+ "owned": [
+ "Particle0",
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_AgentSherbert",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_Apprentice",
+ "variants": [
+ {
+ "channel": "Mesh",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_Ballerina",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_Bites",
+ "variants": [
+ {
+ "channel": "Mesh",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3",
+ "Stage4",
+ "Stage5",
+ "Stage6",
+ "Stage7",
+ "Stage8"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_BuffCatCruise",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_Calavera",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_Candor",
+ "variants": [
+ {
+ "channel": "Mesh",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_Chainmail",
+ "variants": [
+ {
+ "channel": "Mesh",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_CinderMax",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_CrispRover",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_Dazzle",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_Defect",
+ "variants": [
+ {
+ "channel": "RichColor2",
+ "active": "000",
+ "owned": [
+ "000",
+ "001",
+ "002",
+ "003"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_Ebony",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_Headset",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2",
+ "Particle3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_Hitman",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_067_Taxi",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_091_Hacivat",
+ "variants": [
+ {
+ "channel": "Mesh",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_109_SkullTrooper",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat0",
+ "owned": [
+ "Mat0",
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_110_Vampire",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_112_GuanYu",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_115_EvilCowboy",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_122_Witch",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_127_Rhino",
+ "variants": [
+ {
+ "channel": "Mesh",
+ "active": "Stage0",
+ "owned": [
+ "Stage0",
+ "Stage1",
+ "Stage2",
+ "Stage3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_131_NeonCat",
+ "variants": [
+ {
+ "channel": "Emissive",
+ "active": "Emissive0",
+ "owned": [
+ "Emissive0",
+ "Emissive1",
+ "Emissive2",
+ "Emissive3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_133_IceKing",
+ "variants": [
+ {
+ "channel": "Emissive",
+ "active": "Emissive0",
+ "owned": [
+ "Emissive0",
+ "Emissive1",
+ "Emissive2",
+ "Emissive3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_150_IceQueen",
+ "variants": [
+ {
+ "channel": "Emissive",
+ "active": "Emissive0",
+ "owned": [
+ "Emissive0",
+ "Emissive1",
+ "Emissive2",
+ "Emissive3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_154_Squishy",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_162_SkullBrite",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_164_DragonNinja",
+ "variants": [
+ {
+ "channel": "Emissive",
+ "active": "Emissive1",
+ "owned": [
+ "Emissive1",
+ "Emissive2",
+ "Emissive3",
+ "Emissive4"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_172_BandageNinja",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_195_SpaceBunny",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle0",
+ "owned": [
+ "Particle0",
+ "Particle1"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_206_StrawberryPilot_1H",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle0",
+ "owned": [
+ "Particle0",
+ "Particle1",
+ "Particle2",
+ "Particle3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_207_BountyHunter",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle0",
+ "owned": [
+ "Particle0",
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_209_BattleSuit",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle0",
+ "owned": [
+ "Particle0",
+ "Particle1",
+ "Particle2",
+ "Particle3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_211_BunkerMan_1H",
+ "variants": [
+ {
+ "channel": "Mesh",
+ "active": "Stage0",
+ "owned": [
+ "Stage0",
+ "Stage1"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_219_BandageNinja1H",
+ "variants": [
+ {
+ "channel": "Mesh",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_220_ForkKnife1H",
+ "variants": [
+ {
+ "channel": "Mesh",
+ "active": "Stage0",
+ "owned": [
+ "Stage0",
+ "Stage1"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_226_CyberFuBlade",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_244_RustRemix1H",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat0",
+ "owned": [
+ "Mat0",
+ "Mat1",
+ "Mat2",
+ "Mat3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_245_VoyagerRemix1H",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle0",
+ "owned": [
+ "Particle0",
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_249_Squishy1H",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_254_Syko",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle0",
+ "owned": [
+ "Particle0",
+ "Particle1"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_257_FrostMystery1H",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle0",
+ "owned": [
+ "Particle0",
+ "Particle1"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_264_LemonLime1H",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat0",
+ "owned": [
+ "Mat0",
+ "Mat1"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_273_StreetFashionRed",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2",
+ "Particle3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_275_Traveler",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_279_MaleLlamaHeroMilitia",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_284_CrazyEight1H",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat0",
+ "owned": [
+ "Mat0",
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_286_FishermanFemale1H",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle0",
+ "owned": [
+ "Particle0",
+ "Particle1"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_287_RockClimber1H",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat0",
+ "owned": [
+ "Mat0",
+ "Mat1"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_288_RebirthMedicFemale",
+ "variants": [
+ {
+ "channel": "Mesh",
+ "active": "Stage0",
+ "owned": [
+ "Stage0",
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_290_Sheath1H",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle0",
+ "owned": [
+ "Particle0",
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_291_SlurpMonster",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle0",
+ "owned": [
+ "Particle0",
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_292_TacticalFisherman1H",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat0",
+ "owned": [
+ "Mat0",
+ "Mat1"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_293_Viper",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle0",
+ "owned": [
+ "Particle0",
+ "Particle1"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_298_Freak1H",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_306_PunkDevil",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2",
+ "Particle3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_308_SpookyNeonMale",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_314_WeepingWoodsMale1H",
+ "variants": [
+ {
+ "channel": "Mesh",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3",
+ "Stage4",
+ "Stage5"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_315_BaneFemale1H",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_319_CavalryBanditFemale1H",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_323_PinkTrooperMale1H",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_336_TNTinaFemale",
+ "variants": [
+ {
+ "channel": "Mesh",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3",
+ "Stage4",
+ "Stage5",
+ "Stage6"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_340_DragonRacerFemale",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_344_MartialArtistMale",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_346_NeonGraffiti",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_350_TheGoldenSkeleton",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2",
+ "Particle3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_352_VirtualShadowMale1H",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_353_AgentAce1H",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_354_AgentRogue1H",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_360_DesertOpsCamoFemale",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3",
+ "Mat4",
+ "Mat5"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_364_PhotographerFemale1H",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2",
+ "Particle3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_374_TwinDarkFemale1H",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2",
+ "Particle3",
+ "Particle4"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_391_GraffitiAssassinFemale",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_392_Hostile",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_393_NeonCatSpyFemale",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2",
+ "Particle3",
+ "Particle4"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_394_RaveNinjaFemale1H",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_398_WildCatFemale",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_402_BlackKnightFemale1H",
+ "variants": [
+ {
+ "channel": "Mesh",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_404_GatorMale",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_409_MechanicalEngineer1H",
+ "variants": [
+ {
+ "channel": "Mesh",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_410_OceanRiderFemale1H",
+ "variants": [
+ {
+ "channel": "Mesh",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ },
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2",
+ "Particle3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_412_ProfessorPupMale1H",
+ "variants": [
+ {
+ "channel": "Mesh",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ },
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2",
+ "Particle3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_413_PythonFemale1H",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_414_RacerZero",
+ "variants": [
+ {
+ "channel": "Mesh",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_416_SpaceWandererFemale1H",
+ "variants": [
+ {
+ "channel": "Mesh",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ },
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2",
+ "Particle3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_423_GreenJacketFemale1H",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_432_Dummeez",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_439_AxlMale",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_446_SeaSalt",
+ "variants": [
+ {
+ "channel": "Mesh",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_447_SpaceWandererMale",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_449_TripleScoopFemale",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2",
+ "Particle3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_450_Valet",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3",
+ "Mat4"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_454_HightowerGrapeMale1H",
+ "variants": [
+ {
+ "channel": "Mesh",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_455_HightowerHoneydew1H",
+ "variants": [
+ {
+ "channel": "Mesh",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_456_HightowerMango1H",
+ "variants": [
+ {
+ "channel": "Mesh",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ },
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_463_Elastic1H",
+ "variants": [
+ {
+ "channel": "Mesh",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_467_CloakedAssassinFemale1H_XGC2B",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_468_KevinCoutureMale",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_469_MythFemale",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_470_MythMale1H",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_471_StreetFashionGarnetFemale",
+ "variants": [
+ {
+ "channel": "Mesh",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_477_DeliSandwichMale1H",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_481_SpookyNeonFemale1H",
+ "variants": [
+ {
+ "channel": "Mesh",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_486_JekyllMale1H",
+ "variants": [
+ {
+ "channel": "Mesh",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_507_FutureSamuraiMale1H",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_511_LexaFemale1H",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2",
+ "Particle3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_513_ShapeshifterFemale1H",
+ "variants": [
+ {
+ "channel": "Mesh",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_515_SpaceFighterFemale",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle0",
+ "owned": [
+ "Particle0",
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_516_TeriyakiFishElf1H",
+ "variants": [
+ {
+ "channel": "Mesh",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_519_DriftWinterMale1H",
+ "variants": [
+ {
+ "channel": "Mesh",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_520_FancyCandyMale1H",
+ "variants": [
+ {
+ "channel": "Mesh",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_544_FoxWarriorFemale_BYVM8",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_548_TarMale_8X3BY",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_550_CasualBomberLightFemale1H",
+ "variants": [
+ {
+ "channel": "Mesh",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_555_BuilderMale",
+ "variants": [
+ {
+ "channel": "Mesh",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_557_LionSoldierMale",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_559_SpaceWarriorMale",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_566_DinoHunterFemale",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_574_SailorSquadLeaderFemale1H",
+ "variants": [
+ {
+ "channel": "Mesh",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_575_SailorSquadRebelFemale1H",
+ "variants": [
+ {
+ "channel": "Mesh",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_576_SailorSquadRoseFemale1H",
+ "variants": [
+ {
+ "channel": "Mesh",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_577_TheGoldenSkeletonFemale1H_Y6VJG",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_587_BicycleMale",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_590_CraniumMale",
+ "variants": [
+ {
+ "channel": "Mesh",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ },
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2",
+ "Particle3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_595_TacticalRedPunkFemale1H",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_607_SpaceCuddlesFemale_0ECBA",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle3",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_613_BelieverFemale",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_614_EmperorMale",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_615_FauxMale",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2",
+ "Particle3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_617_InvaderMale",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2",
+ "Particle3",
+ "Particle4",
+ "Particle5",
+ "Particle6"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_621_CarabusMale",
+ "variants": [
+ {
+ "channel": "Mesh",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3",
+ "Stage4"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_637_Golf_Male",
+ "variants": [
+ {
+ "channel": "Mesh",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3",
+ "Stage4"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_644_BuffetFemale_TOH8A",
+ "variants": [
+ {
+ "channel": "Mesh",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_665_BuffLlamaMale",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle3",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_666_CerealBoxMale",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2",
+ "Particle3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_669_DivisionFemale1H",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2",
+ "Particle3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_671_GhostHunterFemale1H",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_672_PunkKoiFemale1H",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_673_SpaceChimpMale",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2",
+ "Particle3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_674_TeriyakiFishToonMale",
+ "variants": [
+ {
+ "channel": "JerseyColor",
+ "active": "001",
+ "owned": [
+ "001",
+ "002",
+ "003",
+ "004",
+ "005",
+ "006",
+ "007",
+ "008",
+ "009",
+ "010",
+ "011",
+ "012",
+ "013",
+ "014",
+ "015",
+ "016",
+ "017",
+ "018",
+ "019",
+ "020",
+ "021",
+ "022"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_675_TextilePupMale_96JZF",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3",
+ "Mat4",
+ "Mat5",
+ "Mat6"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_676_CritterFrenzyMale_B21OE",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_681_WerewolfFemale",
+ "variants": [
+ {
+ "channel": "Mesh",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_682_BistroAstronautFemale_A3MD2",
+ "variants": [
+ {
+ "channel": "Mesh",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_683_CritterManiacMale_S4I63",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_684_CubeQueenFemale",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2",
+ "Particle3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_685_DisguiseBlackFemale",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat2",
+ "owned": [
+ "Mat2",
+ "Mat3",
+ "Mat4",
+ "Mat5",
+ "Mat6"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_692_SnowJacketFemale",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_695_SweetTeriyakiMale",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2",
+ "Particle3",
+ "Particle4",
+ "Particle5"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_697_SAMFemale1H_RV6AN",
+ "variants": [
+ {
+ "channel": "Mesh",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_703_HeadbandMale1H",
+ "variants": [
+ {
+ "channel": "Mesh",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_713_GumballMale",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2",
+ "Particle3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_714_IslandNomadFemale",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_715_LoneWolfMale",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2",
+ "Particle3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_716_MotorcyclistFemale",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ },
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2",
+ "Particle3",
+ "Particle4"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_722_TurtleneckMale",
+ "variants": [
+ {
+ "channel": "Mesh",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ },
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_724_InnovatorFestiveFemale_EX2RM",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_726_KittyWarriorMale",
+ "variants": [
+ {
+ "channel": "Mesh",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ },
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_753_ValentinesFashionFemale_CPGK7",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_756_Bizarre",
+ "variants": [
+ {
+ "channel": "Mesh",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3",
+ "Stage4",
+ "Stage5"
+ ]
+ },
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2",
+ "Particle3",
+ "Particle4"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_766_BinaryFemale",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2",
+ "Particle3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_767_CadetFemale",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2",
+ "Particle3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_768_CyberArmorFemale",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2"
+ ]
+ },
+ {
+ "channel": "Pattern",
+ "active": "Mat8",
+ "owned": [
+ "Mat8",
+ "Mat1",
+ "Mat2",
+ "Mat3",
+ "Mat4",
+ "Mat5",
+ "Mat6",
+ "Mat7"
+ ]
+ },
+ {
+ "channel": "Parts",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ },
+ {
+ "channel": "Numeric",
+ "active": "Stage10",
+ "owned": [
+ "Stage10",
+ "Stage11",
+ "Stage2",
+ "Stage3",
+ "Stage4",
+ "Stage12",
+ "Stage13",
+ "Stage5",
+ "Stage8",
+ "Stage6",
+ "Stage15",
+ "Stage7",
+ "Stage14",
+ "Stage16",
+ "Stage9",
+ "Stage1"
+ ]
+ },
+ {
+ "channel": "Mesh",
+ "active": "Stage2",
+ "owned": [
+ "Stage2",
+ "Stage3",
+ "Stage10",
+ "Stage11",
+ "Stage12",
+ "Stage4",
+ "Stage5",
+ "Stage13",
+ "Stage16",
+ "Stage14",
+ "Stage7",
+ "Stage15",
+ "Stage6",
+ "Stage8",
+ "Stage1",
+ "Stage9"
+ ]
+ },
+ {
+ "channel": "JerseyColor",
+ "active": "Stage3",
+ "owned": [
+ "Stage3",
+ "Stage4",
+ "Stage5",
+ "Stage6",
+ "Stage7",
+ "Stage15",
+ "Stage14",
+ "Stage8",
+ "Stage9",
+ "Stage11",
+ "Stage10",
+ "Stage2",
+ "Stage13",
+ "Stage12",
+ "Stage1"
+ ]
+ },
+ {
+ "channel": "Particle",
+ "active": "Stage2",
+ "owned": [
+ "Stage2",
+ "Stage3",
+ "Stage4",
+ "Stage5",
+ "Stage7",
+ "Stage8",
+ "Stage6",
+ "Stage1"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_769_JourneyMentorFemale",
+ "variants": [
+ {
+ "channel": "Mesh",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_770_KnightCatFemale",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2",
+ "Particle3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_771_LittleEggFemale",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_773_OrderGuardMale",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2",
+ "Particle4",
+ "Particle3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_776_TheOriginMale",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2",
+ "Particle3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_785_ForsakeFemale",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_787_LyricalFemale",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_788_LyricalMale",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_791_RumbleFemale",
+ "variants": [
+ {
+ "channel": "Mesh",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_794_CarbideKnightMale",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_799_ShinyCreatureFemale",
+ "variants": [
+ {
+ "channel": "Mesh",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_812_BlueJayFemale",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_815_FuchsiaFemale",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_816_LancelotMale",
+ "variants": [
+ {
+ "channel": "Mesh",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ },
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2",
+ "Particle3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_818_PinkWidowFemale",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_826_ParfaitFemale",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_827_RaysFemale",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_828_TrifleMale",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_830_FruitcakeFemale",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_836_SummerStrideFemale",
+ "variants": [
+ {
+ "channel": "Mesh",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ID_845_FutureSamuraiSummerMale",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_Impulse",
+ "variants": [
+ {
+ "channel": "Material",
+ "active": "Mat1",
+ "owned": [
+ "Mat1",
+ "Mat2",
+ "Mat3",
+ "Mat4",
+ "Mat5",
+ "Mat6",
+ "Mat7"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_Inferno",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_InspireSpell",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2",
+ "Particle3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_KnightCatRacket",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Particle18",
+ "owned": [
+ "Particle18",
+ "Particle19",
+ "Particle20"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_Lettuce",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_LexaEarlGrey",
+ "variants": [
+ {
+ "channel": "Mesh",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_LocalZilla",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_MasterKeyOrderMale",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_MercurialStorm",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_Meteorwomen_Alt",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_Mochi",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_Nebula",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_NitroFlow",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_OceanBreeze",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_OuterGarment",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_PencilCherry",
+ "variants": [
+ {
+ "channel": "Progressive",
+ "active": "Particle18",
+ "owned": [
+ "Particle18",
+ "Particle19",
+ "Particle20"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_PinkSpike",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_PinkTrooper",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_PinkTrooper_Clobber",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_RippedHarvester",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_SailorSquadLeaderKoi1h",
+ "variants": [
+ {
+ "channel": "Mesh",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_SharpFang",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2",
+ "Particle3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ShinyStar",
+ "variants": [
+ {
+ "channel": "Emissive",
+ "active": "Emissive0",
+ "owned": [
+ "Emissive0",
+ "Emissive1"
+ ]
+ },
+ {
+ "channel": "Material",
+ "active": "Mat0",
+ "owned": [
+ "Mat0",
+ "Mat1"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_Silencer",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2",
+ "Particle3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_SilentTempo",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_Sparrow",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2",
+ "Particle3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_StaticShades",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_TigerRootFame",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_TigerRootHype",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_Titanium",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_Venice",
+ "variants": [
+ {
+ "channel": "Mesh",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:PIckaxe_Virtuous",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_VitalPsych",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaPickaxe:Pickaxe_ZirconSweep",
+ "variants": [
+ {
+ "channel": "Mesh",
+ "active": "Stage1",
+ "owned": [
+ "Stage1",
+ "Stage2",
+ "Stage3",
+ "Stage4"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaSkyDiveContrail:Trails_ID_082_HolidayGarland",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2",
+ "Particle3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaSkyDiveContrail:Trails_ID_133_LoneWolfMale",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2",
+ "Particle3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaSkyDiveContrail:Trails_ID_139_KnightCat",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2",
+ "Particle3"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AthenaSkyDiveContrail:Trails_ID_147_Lancelot",
+ "variants": [
+ {
+ "channel": "Particle",
+ "active": "Particle1",
+ "owned": [
+ "Particle1",
+ "Particle2",
+ "Particle3"
+ ]
+ }
+ ]
+ }
+ ]
\ No newline at end of file
diff --git a/responses/winterfestRewards.json b/responses/winterfestRewards.json
new file mode 100644
index 0000000..f2a1bb1
--- /dev/null
+++ b/responses/winterfestRewards.json
@@ -0,0 +1,51 @@
+{
+ "Season11": {
+ "ERG.Node.A.1": ["AthenaCharacter:cid_645_athena_commando_f_wolly"],
+ "ERG.Node.B.1": ["AthenaGlider:glider_id_188_galileorocket_g7oki"],
+ "ERG.Node.C.1": ["AthenaBackpack:bid_430_galileospeedboat_9rxe3"],
+ "ERG.Node.D.1": ["AthenaCharacter:cid_643_athena_commando_m_ornamentsoldier"],
+ "ERG.Node.A.2": ["AthenaPickaxe:pickaxe_id_329_gingerbreadcookie1h"],
+ "ERG.Node.A.3": ["AthenaPickaxe:pickaxe_id_332_mintminer"],
+ "ERG.Node.A.4": ["AthenaDance:eid_snowglobe"],
+ "ERG.Node.A.5": ["AthenaGlider:glider_id_191_pinetree"],
+ "ERG.Node.A.6": ["AthenaItemWrap:wrap_188_wrappingpaper"],
+ "ERG.Node.A.7": ["AthenaItemWrap:wrap_183_newyear2020"],
+ "ERG.Node.A.8": ["AthenaSkyDiveContrail:trails_id_082_holidaygarland"],
+ "ERG.Node.A.9": ["AthenaMusicPack:musicpack_040_xmaschiptunes"],
+ "ERG.Node.A.10": ["AthenaLoadingScreen:lsid_208_smpattern"],
+ "ERG.Node.A.11": ["AthenaLoadingScreen:lsid_209_akcrackshot"]
+ },
+ "Season19": {
+ "ERG.Node.A.1": ["Token:14daysoffortnite_small_giftbox"],
+ "ERG.Node.B.1": ["AthenaDance:emoji_s19_animwinterfest2021"],
+ "ERG.Node.C.1": ["AthenaGlider:glider_id_335_logarithm_40qgl"],
+ "ERG.Node.D.1": ["AthenaCharacter:cid_a_323_athena_commando_m_bananawinter"],
+ "ERG.Node.A.2": ["HomebaseBannerIcon:brs19_winterfest2021"],
+ "ERG.Node.A.3": ["AthenaSkyDiveContrail:trails_id_137_turtleneckcrystal"],
+ "ERG.Node.A.4": ["AthenaItemWrap:wrap_429_holidaysweater"],
+ "ERG.Node.A.5": ["AthenaLoadingScreen:lsid_393_winterfest2021"],
+ "ERG.Node.A.6": ["AthenaMusicPack:musicpack_117_winterfest2021"],
+ "ERG.Node.A.7": ["AthenaDance:eid_epicyarn"],
+ "ERG.Node.A.8": ["AthenaCharacter:cid_a_310_athena_commando_F_scholarfestive"],
+ "ERG.Node.A.9": ["AthenaPickaxe:pickaxe_id_731_scholarfestivefemale1h"],
+ "ERG.Node.A.10": ["AthenaItemWrap:wrap_430_winterlights"],
+ "ERG.Node.A.11": ["AthenaDance:spid_346_winterfest_2021"],
+ "ERG.Node.A.12": ["AthenaPickaxe:pickaxe_ID_732_shovelmale"]
+ },
+ "Season23": {
+ "ERG.Node.A.1": ["AthenaCharacter:character_sportsfashion_winter"],
+ "ERG.Node.B.1": ["AthenaCharacter:character_cometdeer"],
+ "ERG.Node.A.2": ["AthenaGlider:glider_default_jolly"],
+ "ERG.Node.A.3": ["AthenaDance:eid_dashing"],
+ "ERG.Node.A.4": ["AthenaDance:spray_guffholidaytree_winterfest2022", "AthenaDance:spray_winterreindeer_winterfest2022", "AthenaDance:spray_defacedsnowman_winterfest2022"],
+ "ERG.Node.A.5": ["AthenaDance:emoji_s23_winterfest_2022"],
+ "ERG.Node.A.6": ["AthenaMusicPack:musicpack_164_redpepper_winterfest"],
+ "ERG.Node.A.7": ["AthenaItemWrap:wrap_winter_pal"],
+ "ERG.Node.A.8": ["AthenaPickaxe:pickaxe_jollytroll"],
+ "ERG.Node.A.9": ["AthenaGlider:glider_jollytroll"],
+ "ERG.Node.A.10": ["AthenaBackpack:backpack_jollytroll"],
+ "ERG.Node.A.11": ["AthenaMusicPack:musicpack_163_winterfest_2022", "AthenaMusicPack:musicpack_157_radish_nightnight"],
+ "ERG.Node.A.12": ["AthenaItemWrap:wrap_cometwinter"],
+ "ERG.Node.A.13": ["AthenaSkyDiveContrail:contrail_jollytroll"]
+ }
+}
\ No newline at end of file
diff --git a/routes/launcher.js b/routes/launcher.js
new file mode 100644
index 0000000..2e93992
--- /dev/null
+++ b/routes/launcher.js
@@ -0,0 +1,34 @@
+const express = require("express");
+const app = express.Router();
+const User = require("../model/user.js");
+const bcrypt = require("bcrypt");
+
+//Api for launcher login
+app.post("/launcher/login", async (req, res) => {
+ const { email, password } = req.body;
+
+ if (!email) return res.status(400).send('The email was not entered.');
+ if (!password) return res.status(400).send('The password was not entered.');
+
+ try {
+ const user = await User.findOne({ email: email });
+ if (!user) return res.status(404).send('User not found.');
+
+ const passwordMatch = await bcrypt.compare(password, user.password);
+
+ if (passwordMatch) {
+ const username = user.username;
+
+ return res.status(200).json({
+ username: username,
+ });
+ } else {
+ return res.status(400).send('Error!');
+ }
+ } catch (err) {
+ console.error('Launcher Api Error:', err);
+ return res.status(500).send('Error encountered, look at the console');
+ }
+});
+
+module.exports = app;
\ No newline at end of file
diff --git a/routes/legal.js b/routes/legal.js
index 9bb28f1..f4e45c6 100644
--- a/routes/legal.js
+++ b/routes/legal.js
@@ -1,7 +1,7 @@
const express = require("express")
const app = express.Router();
const fs = require("fs")
-const eulaJson = JSON.parse(fs.readFileSync('./responses/SharedAgreements.json', 'utf8'));
+const eulaJson = JSON.parse(fs.readFileSync('./responses/eula/SharedAgreements.json', 'utf8'));
app.get("/eulatracking/api/shared/agreements/fn", async (req, res) => {
res.json(eulaJson);
diff --git a/routes/main.js b/routes/main.js
index a8c72f7..11c7cf1 100644
--- a/routes/main.js
+++ b/routes/main.js
@@ -77,6 +77,17 @@ app.get("/Builds/Fortnite/Content/CloudDir/*.chunk", async (req, res) => {
res.status(200).send(chunk).end();
})
+app.post("/fortnite/api/game/v2/grant_access/*", async (req, res) => {
+ log.debug("POST /fortnite/api/game/v2/grant_access/* called");
+ res.json({});
+ res.status(204);
+})
+
+app.post("/api/v1/user/setting", async (req, res) => {
+ log.debug("POST /api/v1/user/setting called");
+ res.json([]);
+})
+
app.get("/Builds/Fortnite/Content/CloudDir/*.ini", async (req, res) => {
const ini = fs.readFileSync(path.join(__dirname, "..", "responses", "CloudDir", "Full.ini"));
@@ -180,6 +191,11 @@ app.post("/fortnite/api/game/v2/chat/*/recommendGeneralChatRooms/pc", (req, res)
res.json({});
});
+app.get("/presence/api/v1/_/*/last-online", async (req, res) => {
+ log.debug("GET /presence/api/v1/_/*/last-online called");
+ res.json({})
+})
+
app.get("/fortnite/api/receipts/v1/account/*/receipts", (req, res) => {
log.debug("GET /fortnite/api/receipts/v1/account/*/receipts called");
res.json([]);
diff --git a/routes/matchmaking.js b/routes/matchmaking.js
index 63ebc81..623a01d 100644
--- a/routes/matchmaking.js
+++ b/routes/matchmaking.js
@@ -1,36 +1,64 @@
const express = require("express");
const app = express.Router();
-const fs = require("fs");
+const config = require("../Config/config.json");
const functions = require("../structs/functions.js");
const log = require("../structs/log.js");
-
-const { verifyToken, verifyClient } = require("../tokenManager/tokenVerify.js");
+const MMCode = require("../model/mmcodes.js");
+const { verifyToken } = require("../tokenManager/tokenVerify.js");
+const qs = require("qs");
+const error = require("../structs/error.js");
let buildUniqueId = {};
app.get("/fortnite/api/matchmaking/session/findPlayer/*", (req, res) => {
log.debug("GET /fortnite/api/matchmaking/session/findPlayer/* called");
- res.status(200).end();
+ res.status(200);
+ res.end();
});
-app.get("/fortnite/api/game/v2/matchmakingservice/ticket/player/*", verifyToken, (req, res) => {
+app.get("/fortnite/api/game/v2/matchmakingservice/ticket/player/*", verifyToken, async (req, res) => {
log.debug("GET /fortnite/api/game/v2/matchmakingservice/ticket/player/* called");
- if (typeof req.query.bucketId != "string") return res.status(400).end();
- if (req.query.bucketId.split(":").length != 4) return res.status(400).end();
if (req.user.isServer == true) return res.status(403).end();
if (req.user.matchmakingId == null) return res.status(400).end();
+ const playerCustomKey = qs.parse(req.url.split("?")[1], { ignoreQueryPrefix: true })['player.option.customKey'];
+ const bucketId = qs.parse(req.url.split("?")[1], { ignoreQueryPrefix: true })['bucketId'];
+ if (typeof bucketId !== "string" || bucketId.split(":").length !== 4) {
+ return res.status(400).end();
+ }
+ const playlist = bucketId.split(":")[3];
+ const gameServers = config.gameServerIP;
+ let selectedServer = gameServers.find(server => server.split(":")[2] === playlist);
+ if (!selectedServer) {
+ log.debug("No server found for playlist", playlist);
+ return error.createError("errors.com.epicgames.common.matchmaking.playlist.not_found", `No server found for playlist ${playlist}`, [], 1013, "invalid_playlist", 404, res);
+ }
+ await global.kv.set(`playerPlaylist:${req.user.accountId}`, playlist);
+ if (typeof playerCustomKey == "string") {
+ let codeDocument = await MMCode.findOne({ code_lower: playerCustomKey?.toLowerCase() });
+ if (!codeDocument) {
+ return error.createError("errors.com.epicgames.common.matchmaking.code.not_found", `The matchmaking code "${playerCustomKey}" was not found`, [], 1013, "invalid_code", 404, res);
+ }
+ const kvDocument = JSON.stringify({
+ ip: codeDocument.ip,
+ port: codeDocument.port,
+ playlist: playlist,
+ });
+ await global.kv.set(`playerCustomKey:${req.user.accountId}`, kvDocument);
+ }
+ if (typeof req.query.bucketId !== "string" || req.query.bucketId.split(":").length !== 4) {
+ return res.status(400).end();
+ }
+
buildUniqueId[req.user.accountId] = req.query.bucketId.split(":")[0];
- const config = JSON.parse(fs.readFileSync("./Config/config.json").toString());
-
- res.json({
- "serviceUrl": `ws://${config.matchmakerIP}`,
+ const matchmakerIP = config.matchmakerIP;
+ return res.json({
+ "serviceUrl": matchmakerIP.includes("ws") || matchmakerIP.includes("wss") ? matchmakerIP : `ws://${matchmakerIP}`,
"ticketType": "mms-player",
"payload": `${req.user.matchmakingId}`,
"signature": "account"
});
- res.end();
});
app.get("/fortnite/api/game/v2/matchmaking/account/:accountId/session/:sessionId", (req, res) => {
@@ -42,32 +70,32 @@ app.get("/fortnite/api/game/v2/matchmaking/account/:accountId/session/:sessionId
});
});
-app.get("/fortnite/api/matchmaking/session/:sessionId", verifyToken, (req, res) => {
+app.get("/fortnite/api/matchmaking/session/:sessionId", verifyToken, async (req, res) => {
log.debug(`GET /fortnite/api/matchmaking/session/${req.params.sessionId} called`);
- const config = JSON.parse(fs.readFileSync("./Config/config.json").toString());
-
- let gameServerInfo = {
- serverAddress: "127.0.0.1",
- serverPort: 7777
+ const playlist = await global.kv.get(`playerPlaylist:${req.user.accountId}`);
+ let kvDocument = await global.kv.get(`playerCustomKey:${req.user.accountId}`);
+ if (!kvDocument) {
+ const gameServers = config.gameServerIP;
+ let selectedServer = gameServers.find(server => server.split(":")[2] === playlist);
+ if (!selectedServer) {
+ log.debug("No server found for playlist", playlist);
+ return error.createError("errors.com.epicgames.common.matchmaking.playlist.not_found", `No server found for playlist ${playlist}`, [], 1013, "invalid_playlist", 404, res);
+ }
+ kvDocument = JSON.stringify({
+ ip: selectedServer.split(":")[0],
+ port: selectedServer.split(":")[1],
+ playlist: selectedServer.split(":")[2]
+ });
}
-
- try {
- let calculateIp = config.gameServerIP.split(":")[0];
- let calculatePort = Number(config.gameServerIP.split(":")[1]);
-
- if (calculateIp) gameServerInfo.serverAddress = calculateIp;
- if (Number.isNaN(calculatePort) || !calculatePort) throw new Error("Invalid port.");
-
- gameServerInfo.serverPort = calculatePort;
- } catch {}
+ let codeKV = JSON.parse(kvDocument);
res.json({
"id": req.params.sessionId,
"ownerId": functions.MakeID().replace(/-/ig, "").toUpperCase(),
"ownerName": "[DS]fortnite-liveeugcec1c2e30ubrcore0a-z8hj-1968",
"serverName": "[DS]fortnite-liveeugcec1c2e30ubrcore0a-z8hj-1968",
- "serverAddress": gameServerInfo.serverAddress,
- "serverPort": gameServerInfo.serverPort,
+ "serverAddress": codeKV.ip,
+ "serverPort": codeKV.port,
"maxPublicPlayers": 220,
"openPublicPlayers": 175,
"maxPrivatePlayers": 0,
@@ -82,7 +110,7 @@ app.get("/fortnite/api/matchmaking/session/:sessionId", verifyToken, (req, res)
"MATCHMAKINGPOOL_s": "Any",
"STORMSHIELDDEFENSETYPE_i": 0,
"HOTFIXVERSION_i": 0,
- "PLAYLISTNAME_s": "Playlist_DefaultSolo",
+ "PLAYLISTNAME_s": codeKV.playlist,
"SESSIONKEY_s": functions.MakeID().replace(/-/ig, "").toUpperCase(),
"TENANT_s": "Fortnite",
"BEACONPORT_i": 15009
@@ -106,7 +134,8 @@ app.get("/fortnite/api/matchmaking/session/:sessionId", verifyToken, (req, res)
app.post("/fortnite/api/matchmaking/session/*/join", (req, res) => {
log.debug("POST /fortnite/api/matchmaking/session/*/join called");
- res.status(204).end();
+ res.status(204);
+ res.end();
});
app.post("/fortnite/api/matchmaking/session/matchMakingRequest", (req, res) => {
diff --git a/routes/mcp.js b/routes/mcp.js
index 4c7f13b..880dacf 100644
--- a/routes/mcp.js
+++ b/routes/mcp.js
@@ -12,6 +12,7 @@ const log = require("../structs/log.js");
const config = require('../Config/config.json')
const fs = require("fs");
const path = require("path");
+const catalog = functions.getItemShop();
const { verifyToken, verifyClient } = require("../tokenManager/tokenVerify.js");
@@ -135,7 +136,7 @@ app.post("/fortnite/api/game/v2/profile/*/client/ClientQuestLogin", verifyToken,
}
if (req.query.profileId == "athena") {
- DailyQuestIDS = AthenaQuestIDS.BattleRoyale.Daily
+ DailyQuestIDS = AthenaQuestIDS.Daily
if (AthenaQuestIDS.hasOwnProperty(`Season${SeasonPrefix}`)) {
SeasonQuestIDS = AthenaQuestIDS[`Season${SeasonPrefix}`]
@@ -417,110 +418,104 @@ app.post("/fortnite/api/game/v2/profile/*/client/ClientQuestLogin", verifyToken,
app.post("/fortnite/api/game/v2/profile/*/client/FortRerollDailyQuest", verifyToken, async (req, res) => {
const profiles = await Profile.findOne({ accountId: req.user.accountId });
let profile = profiles.profiles[req.query.profileId];
-
- // do not change any of these or you will end up breaking it
- var ApplyProfileChanges = [];
- var Notifications = [];
- var BaseRevision = profile.rvn || 0;
- var QueryRevision = req.query.rvn || -1;
- var StatChanged = false;
-
- var DailyQuestPath;
- if (req.query.profileId == "profile0" || req.query.profileId == "campaign") {
- DailyQuestPath = "./../responses/quests.json";
- var DailyQuestIDS = JSON.parse(JSON.stringify(require(DailyQuestPath))).SaveTheWorld.Daily;
- } else {
- DailyQuestPath = "./../responses/quests.json";
- var DailyQuestIDS = JSON.parse(JSON.stringify(require(DailyQuestPath))).BattleRoyale.Daily;
- }
-
- const NewQuestID = functions.MakeID();
- var randomNumber = Math.floor(Math.random() * DailyQuestIDS.length);
-
- for (var key in profile.items) {
- while (DailyQuestIDS[randomNumber].templateId.toLowerCase() == profile.items[key].templateId.toLowerCase()) {
- randomNumber = Math.floor(Math.random() * DailyQuestIDS.length);
- }
- }
-
- if (req.body.questId && profile.stats.attributes.quest_manager.dailyQuestRerolls >= 1) {
- profile.stats.attributes.quest_manager.dailyQuestRerolls -= 1;
- delete profile.items[req.body.questId];
+ // do not change any of these or you will end up breaking it
+ var ApplyProfileChanges = [];
+ var Notifications = [];
+ var BaseRevision = profile.rvn || 0;
+ var QueryRevision = req.query.rvn || -1;
+ var StatChanged = false;
- profile.items[NewQuestID] = {
- "templateId": DailyQuestIDS[randomNumber].templateId,
- "attributes": {
- "creation_time": new Date().toISOString(),
- "level": -1,
- "item_seen": false,
- "sent_new_notification": false,
- "xp_reward_scalar": 1,
- "quest_state": "Active",
- "last_state_change_time": new Date().toISOString(),
- "max_level_bonus": 0,
- "xp": 0,
- "favorite": false
- },
- "quantity": 1
- };
+ var DailyQuestPath = req.query.profileId == "profile0" == "./../responses/quests.json";
+ var DailyQuestIDS = JSON.parse(JSON.stringify(require(DailyQuestPath))).Daily;
- for (var i in DailyQuestIDS[randomNumber].objectives) {
- profile.items[NewQuestID].attributes[`completion_${DailyQuestIDS[randomNumber].objectives[i].toLowerCase()}`] = 0;
- }
+ const NewQuestID = functions.MakeID();
+ var randomNumber = Math.floor(Math.random() * DailyQuestIDS.length);
- StatChanged = true;
- }
+ for (var key in profile.items) {
+ while (DailyQuestIDS[randomNumber].templateId.toLowerCase() == profile.items[key].templateId.toLowerCase()) {
+ randomNumber = Math.floor(Math.random() * DailyQuestIDS.length);
+ }
+ }
- if (StatChanged == true) {
- profile.rvn += 1;
- profile.commandRevision += 1;
- profile.updated = new Date().toISOString();
+ if (req.body.questId && profile.stats.attributes.quest_manager.dailyQuestRerolls >= 1) {
+ profile.stats.attributes.quest_manager.dailyQuestRerolls -= 1;
- ApplyProfileChanges.push({
- "changeType": "statModified",
- "name": "quest_manager",
- "value": profile.stats.attributes.quest_manager
- });
+ delete profile.items[req.body.questId];
- ApplyProfileChanges.push({
- "changeType": "itemAdded",
- "itemId": NewQuestID,
- "item": profile.items[NewQuestID]
- });
+ profile.items[NewQuestID] = {
+ "templateId": DailyQuestIDS[randomNumber].templateId,
+ "attributes": {
+ "creation_time": new Date().toISOString(),
+ "level": -1,
+ "item_seen": false,
+ "sent_new_notification": false,
+ "xp_reward_scalar": 1,
+ "quest_state": "Active",
+ "last_state_change_time": new Date().toISOString(),
+ "max_level_bonus": 0,
+ "xp": 0,
+ "favorite": false
+ },
+ "quantity": 1
+ };
- ApplyProfileChanges.push({
- "changeType": "itemRemoved",
- "itemId": req.body.questId
- });
+ for (var i in DailyQuestIDS[randomNumber].objectives) {
+ profile.items[NewQuestID].attributes[`completion_${DailyQuestIDS[randomNumber].objectives[i].toLowerCase()}`] = 0
+ }
- Notifications.push({
- "type": "dailyQuestReroll",
- "primary": true,
- "newQuestId": DailyQuestIDS[randomNumber].templateId
- });
+ StatChanged = true;
+ }
- await profiles.updateOne({ $set: { [`profiles.${req.query.profileId}`]: profile } });
- }
+ if (StatChanged == true) {
+ profile.rvn += 1;
+ profile.commandRevision += 1;
+ profile.updated = new Date().toISOString();
- // This doesn't work properly on version v12.20 and above but whatever
- if (QueryRevision != BaseRevision) {
- ApplyProfileChanges = [{
- "changeType": "fullProfileUpdate",
- "profile": profile
- }];
- }
+ ApplyProfileChanges.push({
+ "changeType": "statModified",
+ "name": "quest_manager",
+ "value": profile.stats.attributes.quest_manager
+ })
- res.json({
- "profileRevision": profile.rvn || 0,
- "profileId": req.query.profileId || "athena",
- "profileChangesBaseRevision": BaseRevision,
- "profileChanges": ApplyProfileChanges,
- "notifications": Notifications,
- "profileCommandRevision": profile.commandRevision || 0,
- "serverTime": new Date().toISOString(),
- "responseVersion": 1
- });
+ ApplyProfileChanges.push({
+ "changeType": "itemAdded",
+ "itemId": NewQuestID,
+ "item": profile.items[NewQuestID]
+ })
+
+ ApplyProfileChanges.push({
+ "changeType": "itemRemoved",
+ "itemId": req.body.questId
+ })
+
+ Notifications.push({
+ "type": "dailyQuestReroll",
+ "primary": true,
+ "newQuestId": DailyQuestIDS[randomNumber].templateId
+ })
+
+ await profiles.updateOne({ $set: { [`profiles.${req.query.profileId}`]: profile } });
+ }
+
+ // this doesn't work properly on version v12.20 and above but whatever
+ if (QueryRevision != BaseRevision) {
+ ApplyProfileChanges = [{
+ "changeType": "fullProfileUpdate",
+ "profile": profile
+ }];
+ }
+
+ res.json({
+ "profileRevision": profile.rvn || 0,
+ "profileId": req.query.profileId || "athena",
+ "profileChangesBaseRevision": BaseRevision,
+ "profileChanges": ApplyProfileChanges,
+ "notifications": Notifications,
+ "profileCommandRevision": profile.commandRevision || 0,
+ "serverTime": new Date().toISOString(),
+ "responseVersion": 1
+ })
});
app.post("/fortnite/api/game/v2/profile/*/client/MarkNewQuestNotificationSent", verifyToken, async (req, res) => {
@@ -967,6 +962,200 @@ app.post("/fortnite/api/game/v2/profile/*/client/GiftCatalogEntry", verifyToken,
log.debug(`GiftCatalogEntry: Response sent with profile revision ${profile.rvn}`);
});
+app.post("/fortnite/api/game/v2/profile/*/client/UnlockRewardNode", verifyToken, async (req, res) => {
+ const profiles = await Profile.findOne({ accountId: req.user.accountId });
+ let profile = profiles.profiles[req.query.profileId];
+ let common_core = profiles.profiles["common_core"];
+ const WinterFestIDS = require("./../responses/winterfestRewards.json");
+ const memory = functions.GetVersionInfo(req);
+
+ // do not change any of these or you will end up breaking it
+ var ApplyProfileChanges = [];
+ var MultiUpdate = [];
+ var BaseRevision = profile.rvn;
+ var ProfileRevisionCheck = (memory.build >= 19.01) ? profile.commandRevision : profile.rvn;
+ var QueryRevision = req.query.rvn || -1;
+ var StatChanged = false;
+ var CommonCoreChanged = false;
+ var ItemExists = false;
+ var Season = "Season" + memory.season;
+
+ const GiftID = functions.MakeID();
+ profile.items[GiftID] = {"templateId":"GiftBox:gb_winterfestreward","attributes":{"max_level_bonus":0,"fromAccountId":"","lootList":[],"level":1,"item_seen":false,"xp":0,"giftedOn":new Date().toISOString(),"params":{"SubGame":"Athena","winterfestGift":"true"},"favorite":false},"quantity":1};
+
+ if (req.body.nodeId && req.body.rewardGraphId) {
+ for (var i = 0; i < WinterFestIDS[Season][req.body.nodeId].length; i++) {
+ var ID = functions.MakeID();
+ Reward = WinterFestIDS[Season][req.body.nodeId][i]
+
+ if (Reward.toLowerCase().startsWith("homebasebannericon:")) {
+ if (CommonCoreChanged == false) {
+ MultiUpdate.push({
+ "profileRevision": common_core.rvn || 0,
+ "profileId": "common_core",
+ "profileChangesBaseRevision": common_core.rvn || 0,
+ "profileChanges": [],
+ "profileCommandRevision": common_core.commandRevision || 0,
+ })
+
+ CommonCoreChanged = true;
+ }
+
+ for (var key in common_core.items) {
+ if (common_core.items[key].templateId.toLowerCase() == Reward.toLowerCase()) {
+ common_core.items[key].attributes.item_seen = false;
+ ID = key;
+ ItemExists = true;
+
+ MultiUpdate[0].profileChanges.push({
+ "changeType": "itemAttrChanged",
+ "itemId": key,
+ "attributeName": "item_seen",
+ "attributeValue": common_core.items[key].attributes.item_seen
+ })
+ }
+ }
+
+ if (ItemExists == false) {
+ common_core.items[ID] = {
+ "templateId": Reward,
+ "attributes": {
+ "max_level_bonus": 0,
+ "level": 1,
+ "item_seen": false,
+ "xp": 0,
+ "variants": [],
+ "favorite": false
+ },
+ "quantity": 1
+ };
+
+ MultiUpdate[0].profileChanges.push({
+ "changeType": "itemAdded",
+ "itemId": ID,
+ "item": common_core.items[ID]
+ })
+ }
+
+ ItemExists = false;
+
+ common_core.rvn += 1;
+ common_core.commandRevision += 1;
+
+ MultiUpdate[0].profileRevision = common_core.rvn || 0;
+ MultiUpdate[0].profileCommandRevision = common_core.commandRevision || 0;
+
+ profile.items[GiftID].attributes.lootList.push({"itemType":Reward,"itemGuid":ID,"itemProfile":"common_core","attributes":{"creation_time":new Date().toISOString()},"quantity":1})
+ }
+
+ if (!Reward.toLowerCase().startsWith("homebasebannericon:")) {
+ for (var key in profile.items) {
+ if (profile.items[key].templateId.toLowerCase() == Reward.toLowerCase()) {
+ profile.items[key].attributes.item_seen = false;
+ ID = key;
+ ItemExists = true;
+
+ ApplyProfileChanges.push({
+ "changeType": "itemAttrChanged",
+ "itemId": key,
+ "attributeName": "item_seen",
+ "attributeValue": profile.items[key].attributes.item_seen
+ })
+ }
+ }
+
+ if (ItemExists == false) {
+ profile.items[ID] = {
+ "templateId": Reward,
+ "attributes": {
+ "max_level_bonus": 0,
+ "level": 1,
+ "item_seen": false,
+ "xp": 0,
+ "variants": [],
+ "favorite": false
+ },
+ "quantity": 1
+ };
+
+ ApplyProfileChanges.push({
+ "changeType": "itemAdded",
+ "itemId": ID,
+ "item": profile.items[ID]
+ })
+ }
+
+ ItemExists = false;
+
+ profile.items[GiftID].attributes.lootList.push({"itemType":Reward,"itemGuid":ID,"itemProfile":"athena","attributes":{"creation_time":new Date().toISOString()},"quantity":1})
+ }
+ }
+ profile.items[req.body.rewardGraphId].attributes.reward_keys[0].unlock_keys_used += 1;
+ profile.items[req.body.rewardGraphId].attributes.reward_nodes_claimed.push(req.body.nodeId);
+
+ StatChanged = true;
+ }
+
+ if (StatChanged == true) {
+ profile.rvn += 1;
+ profile.commandRevision += 1;
+
+ ApplyProfileChanges.push({
+ "changeType": "itemAdded",
+ "itemId": GiftID,
+ "item": profile.items[GiftID]
+ })
+
+ ApplyProfileChanges.push({
+ "changeType": "itemAttrChanged",
+ "itemId": req.body.rewardGraphId,
+ "attributeName": "reward_keys",
+ "attributeValue": profile.items[req.body.rewardGraphId].attributes.reward_keys
+ })
+
+ ApplyProfileChanges.push({
+ "changeType": "itemAttrChanged",
+ "itemId": req.body.rewardGraphId,
+ "attributeName": "reward_nodes_claimed",
+ "attributeValue": profile.items[req.body.rewardGraphId].attributes.reward_nodes_claimed
+ })
+
+ if (memory.season == 11) {
+ profile.items.S11_GIFT_KEY.quantity -= 1;
+
+ ApplyProfileChanges.push({
+ "changeType": "itemQuantityChanged",
+ "itemId": "S11_GIFT_KEY",
+ "quantity": profile.items.S11_GIFT_KEY.quantity
+ })
+ }
+
+ if (CommonCoreChanged == true) {
+ await profiles.updateOne({ $set: { [`profiles.${req.query.profileId}`]: profile } });
+ }
+
+ await profiles.updateOne({ $set: { [`profiles.${req.query.profileId}`]: profile } });
+ }
+
+if (QueryRevision != ProfileRevisionCheck) {
+ ApplyProfileChanges = [{
+ "changeType": "fullProfileUpdate",
+ "profile": profile
+ }];
+ }
+
+ res.json({
+ profileRevision: profile.rvn || 0,
+ profileId: req.query.profileId,
+ profileChangesBaseRevision: BaseRevision,
+ profileChanges: ApplyProfileChanges,
+ profileCommandRevision: profile.commandRevision || 0,
+ serverTime: new Date().toISOString(),
+ multiUpdate: MultiUpdate,
+ responseVersion: 1
+ })
+});
+
app.post("/fortnite/api/game/v2/profile/*/client/RemoveGiftBox", verifyToken, async (req, res) => {
const profiles = await Profile.findOne({ accountId: req.user.accountId });
@@ -1053,6 +1242,144 @@ app.post("/fortnite/api/game/v2/profile/*/client/RemoveGiftBox", verifyToken, as
});
});
+// Set party assist quest
+app.post("/fortnite/api/game/v2/profile/*/client/SetPartyAssistQuest", verifyToken, async (req, res) => {
+ const profiles = await Profile.findOne({ accountId: req.user.accountId });
+ let profile = profiles.profiles[req.query.profileId];
+
+ const memory = functions.GetVersionInfo(req);
+
+ // do not change any of these or you will end up breaking it
+ var ApplyProfileChanges = [];
+ var BaseRevision = profile.rvn;
+ var ProfileRevisionCheck = (memory.build >= 12.20) ? profile.commandRevision : profile.rvn;
+ var QueryRevision = req.query.rvn || -1;
+ var StatChanged = false;
+
+ if (profile.stats.attributes.hasOwnProperty("party_assist_quest")) {
+ profile.stats.attributes.party_assist_quest = req.body.questToPinAsPartyAssist || "";
+ StatChanged = true;
+ }
+
+ if (StatChanged == true) {
+ profile.rvn += 1;
+ profile.commandRevision += 1;
+
+ ApplyProfileChanges.push({
+ "changeType": "statModified",
+ "name": "party_assist_quest",
+ "value": profile.stats.attributes.party_assist_quest
+ })
+
+ await profiles.updateOne({ $set: { [`profiles.${req.query.profileId}`]: profile } });
+ }
+
+ if (QueryRevision != ProfileRevisionCheck) {
+ ApplyProfileChanges = [{
+ "changeType": "fullProfileUpdate",
+ "profile": profile
+ }];
+ }
+
+ res.json({
+ profileRevision: profile.rvn || 0,
+ profileId: req.query.profileId,
+ profileChangesBaseRevision: BaseRevision,
+ profileChanges: ApplyProfileChanges,
+ profileCommandRevision: profile.commandRevision || 0,
+ serverTime: new Date().toISOString(),
+ responseVersion: 1
+ })
+});
+
+app.post("/fortnite/api/game/v2/profile/*/client/UpdateQuestClientObjectives", verifyToken, async (req, res) => {
+ const profiles = await Profile.findOne({ accountId: req.user.accountId });
+ let profile = profiles.profiles[req.query.profileId];
+
+ // do not change any of these or you will end up breaking it
+ var ApplyProfileChanges = [];
+ var BaseRevision = profile.rvn;
+ var ProfileRevisionCheck = (memory.build >= 12.20) ? profile.commandRevision : profile.rvn;
+ var QueryRevision = req.query.rvn || -1;
+ var StatChanged = false;
+
+ if (req.body.advance) {
+ for (var i in req.body.advance) {
+ var QuestsToUpdate = [];
+
+ for (var x in profile.items) {
+ if (profile.items[x].templateId.toLowerCase().startsWith("quest:")) {
+ for (var y in profile.items[x].attributes) {
+ if (y.toLowerCase() == `completion_${req.body.advance[i].statName}`) {
+ QuestsToUpdate.push(x)
+ }
+ }
+ }
+ }
+
+ for (var i = 0; i < QuestsToUpdate.length; i++) {
+ var bIncomplete = false;
+
+ profile.items[QuestsToUpdate[i]].attributes[`completion_${req.body.advance[i].statName}`] = req.body.advance[i].count;
+
+ ApplyProfileChanges.push({
+ "changeType": "itemAttrChanged",
+ "itemId": QuestsToUpdate[i],
+ "attributeName": `completion_${req.body.advance[i].statName}`,
+ "attributeValue": req.body.advance[i].count
+ })
+
+ if (profile.items[QuestsToUpdate[i]].attributes.quest_state.toLowerCase() != "claimed") {
+ for (var x in profile.items[QuestsToUpdate[i]].attributes) {
+ if (x.toLowerCase().startsWith("completion_")) {
+ if (profile.items[QuestsToUpdate[i]].attributes[x] == 0) {
+ bIncomplete = true;
+ }
+ }
+ }
+
+ if (bIncomplete == false) {
+ profile.items[QuestsToUpdate[i]].attributes.quest_state = "Claimed";
+
+ ApplyProfileChanges.push({
+ "changeType": "itemAttrChanged",
+ "itemId": QuestsToUpdate[i],
+ "attributeName": "quest_state",
+ "attributeValue": profile.items[QuestsToUpdate[i]].attributes.quest_state
+ })
+ }
+ }
+
+ StatChanged = true;
+ }
+ }
+ }
+
+ if (StatChanged == true) {
+ profile.rvn += 1;
+ profile.commandRevision += 1;
+
+ await profiles.updateOne({ $set: { [`profiles.${req.query.profileId}`]: profile } });
+ }
+
+ if (QueryRevision != ProfileRevisionCheck) {
+ ApplyProfileChanges = [{
+ "changeType": "fullProfileUpdate",
+ "profile": profile
+ }];
+ }
+
+ res.json({
+ profileRevision: profile.rvn || 0,
+ profileId: req.query.profileId,
+ profileChangesBaseRevision: BaseRevision,
+ profileChanges: ApplyProfileChanges,
+ profileCommandRevision: profile.commandRevision || 0,
+ serverTime: new Date().toISOString(),
+ responseVersion: 1
+ })
+});
+
app.post("/fortnite/api/game/v2/profile/*/client/PurchaseCatalogEntry", verifyToken, async (req, res) => {
log.debug(`PurchaseCatalogEntry: Request received with body: ${JSON.stringify(req.body)}`);
@@ -1803,6 +2130,57 @@ app.post("/fortnite/api/game/v2/profile/*/client/PurchaseCatalogEntry", verifyTo
return;
});
+// Archive locker items
+app.post("/fortnite/api/game/v2/profile/*/client/SetItemArchivedStatusBatch", async (req, res) => {
+ const profiles = await Profile.findOne({ accountId: req.user.accountId });
+ let profile = profiles.profiles[req.query.profileId];
+
+ // do not change any of these or you will end up breaking it
+ var ApplyProfileChanges = [];
+ var BaseRevision = profile.rvn;
+ var ProfileRevisionCheck = (memory.build >= 12.20) ? profile.commandRevision : profile.rvn;
+ var QueryRevision = req.query.rvn || -1;
+ var StatChanged = false;
+
+ if (req.body.itemIds) {
+ for (var i in req.body.itemIds) {
+ profile.items[req.body.itemIds[i]].attributes.archived = req.body.archived || false;
+
+ ApplyProfileChanges.push({
+ "changeType": "itemAttrChanged",
+ "itemId": req.body.itemIds[i],
+ "attributeName": "archived",
+ "attributeValue": profile.items[req.body.itemIds[i]].attributes.archived
+ })
+ }
+ StatChanged = true;
+ }
+
+ if (StatChanged == true) {
+ profile.rvn += 1;
+ profile.commandRevision += 1;
+
+ await profiles.updateOne({ $set: { [`profiles.${req.query.profileId}`]: profile } });
+ }
+
+ if (QueryRevision != ProfileRevisionCheck) {
+ ApplyProfileChanges = [{
+ "changeType": "fullProfileUpdate",
+ "profile": profile
+ }];
+ }
+
+ res.json({
+ profileRevision: profile.rvn || 0,
+ profileId: req.query.profileId,
+ profileChangesBaseRevision: BaseRevision,
+ profileChanges: ApplyProfileChanges,
+ profileCommandRevision: profile.commandRevision || 0,
+ serverTime: new Date().toISOString(),
+ responseVersion: 1
+ })
+});
+
app.post("/fortnite/api/game/v2/profile/*/client/MarkItemSeen", verifyToken, async (req, res) => {
const profiles = await Profile.findOne({ accountId: req.user.accountId });
@@ -2764,52 +3142,6 @@ app.post("/fortnite/api/game/v2/profile/:accountId/dedicated_server/:operation",
});
});
-// Set party assist quest
-app.post("/fortnite/api/game/v2/profile/*/client/SetPartyAssistQuest", async (req, res) => {
- const profile = await Profile.findOne({ accountId: req.user.accountId });
-
- // do not change any of these or you will end up breaking it
- var ApplyProfileChanges = [];
- var BaseRevision = profile.rvn;
- var ProfileRevisionCheck = (memory.build >= 12.20) ? profile.commandRevision : profile.rvn;
- var QueryRevision = req.query.rvn || -1;
- var StatChanged = false;
-
- if (profile.athena.stats.attributes.hasOwnProperty("party_assist_quest")) {
- profile.athena.stats.attributes.party_assist_quest = req.body.questToPinAsPartyAssist || "";
- StatChanged = true;
- }
-
- if (StatChanged == true) {
- profile.rvn += 1;
- profile.commandRevision += 1;
-
- ApplyProfileChanges.push({
- "changeType": "statModified",
- "name": "party_assist_quest",
- "value": profile.athena.stats.attributes.party_assist_quest
- })
- }
-
-if (QueryRevision != ProfileRevisionCheck) {
- ApplyProfileChanges = [{
- "changeType": "fullProfileUpdate",
- "profile": profile
- }];
- }
-
- res.json({
- "profileRevision": profile.rvn || 0,
- "profileId": req.query.profileId || "athena",
- "profileChangesBaseRevision": BaseRevision,
- "profileChanges": ApplyProfileChanges,
- "profileCommandRevision": profile.commandRevision || 0,
- "serverTime": new Date().toISOString(),
- "responseVersion": 1
- })
- res.end();
-});
-
function checkFields(fields, body) {
let missingFields = { fields: [] };
diff --git a/routes/party.js b/routes/party.js
new file mode 100644
index 0000000..a9b2dd0
--- /dev/null
+++ b/routes/party.js
@@ -0,0 +1,60 @@
+const Express = require("express");
+const app = Express.Router();
+const functions = require("../structs/functions.js");
+
+app.get("/party/api/v1/Fortnite/user/*", async (req, res) => {
+ res.json({
+ "current": [],
+ "pending": [],
+ "invites": [],
+ "pings": []
+ });
+})
+
+app.post("/party/api/v1/Fortnite/parties", async (req, res) => {
+ if (!req.body.join_info) return res.json({});
+ if (!req.body.join_info.connection) return res.json({});
+
+ res.json({
+ "id": functions.MakeID().replace(/-/ig, ""),
+ "created_at": new Date().toISOString(),
+ "updated_at": new Date().toISOString(),
+ "config": {
+ "type": "DEFAULT",
+ ...req.body.config,
+ "discoverability": "ALL",
+ "sub_type": "default",
+ "invite_ttl": 14400,
+ "intention_ttl": 60
+ },
+ "members": [{
+ "account_id": (req.body.join_info.connection.id || "").split("@prod")[0],
+ "meta": req.body.join_info.meta || {},
+ "connections": [
+ {
+ "id": req.body.join_info.connection.id || "",
+ "connected_at": new Date().toISOString(),
+ "updated_at": new Date().toISOString(),
+ "yield_leadership": false,
+ "meta": req.body.join_info.connection.meta || {}
+ }
+ ],
+ "revision": 0,
+ "updated_at": new Date().toISOString(),
+ "joined_at": new Date().toISOString(),
+ "role": "CAPTAIN"
+ }],
+ "applicants": [],
+ "meta": req.body.meta || {},
+ "invites": [],
+ "revision": 0,
+ "intentions": []
+ })
+})
+
+app.all("/party/api/v1/Fortnite/parties/*", async (req, res) => {
+ res.status(204)
+ res.end()
+})
+
+module.exports = app;
\ No newline at end of file
diff --git a/routes/privacy.js b/routes/privacy.js
index 9515cc7..72470cd 100644
--- a/routes/privacy.js
+++ b/routes/privacy.js
@@ -2,7 +2,7 @@ const express = require("express");
const app = express();
const profile = require("./../model/profiles.js")
-const { verifyToken, verifyClient } = require("../tokenManager/tokenVerify.js");
+const { verifyToken } = require("../tokenManager/tokenVerify.js");
app.get("/fortnite/api/game/v2/privacy/account/:accountId", verifyToken , async (req, res) => {
diff --git a/routes/reports.js b/routes/reports.js
new file mode 100644
index 0000000..9c2810b
--- /dev/null
+++ b/routes/reports.js
@@ -0,0 +1,130 @@
+const express = require("express");
+const app = express.Router();
+const { verifyToken } = require("../tokenManager/tokenVerify.js");
+const User = require("../model/user.js");
+const Profiles = require("../model/profiles.js");
+const { Client, Intents, TextChannel } = require('discord.js');
+const config = require('../Config/config.json');
+const log = require("../structs/log.js");
+
+if (config.bEnableReports === true) {
+app.post("/fortnite/api/game/v2/toxicity/account/:unsafeReporter/report/:reportedPlayer", verifyToken, async (req, res) => {
+ try {
+ log.debug(`POST /fortnite/api/game/v2/toxicity/account/${req.params.unsafeReporter}/report/${req.params.reportedPlayer} called`);
+
+ const reporter = req.user.accountId;
+ const reportedPlayer = req.params.reportedPlayer;
+
+ log.debug(`Searching for reporter with accountId: ${reporter}`);
+ let reporterData = await User.findOne({ accountId: reporter }).lean();
+
+ log.debug(`Searching for reported player with accountId: ${reportedPlayer}`);
+ let reportedPlayerData = await User.findOne({ accountId: reportedPlayer }).lean();
+ let reportedPlayerDataProfile = await Profiles.findOne({ accountId: reportedPlayer }).lean();
+
+ if (!reportedPlayerData) {
+ log.error(`Reported player with accountId: ${reportedPlayer} not found in the database`);
+ return res.status(404).send({ "error": "Player not found" });
+ }
+
+ const reason = req.body.reason || 'No reason provided';
+ const details = req.body.details || 'No details provided';
+ const playerAlreadyReported = reportedPlayerDataProfile.profiles?.totalReports ? 'Yes' : 'No';
+
+ log.debug(`Player already reported: ${playerAlreadyReported}`);
+
+ const client = new Client({
+ intents: [
+ Intents.FLAGS.GUILDS,
+ Intents.FLAGS.GUILD_MESSAGES,
+ Intents.FLAGS.GUILD_MEMBERS,
+ Intents.FLAGS.DIRECT_MESSAGES,
+ Intents.FLAGS.DIRECT_MESSAGE_TYPING,
+ Intents.FLAGS.DIRECT_MESSAGE_REACTIONS
+ ]
+ });
+
+ await Profiles.findOneAndUpdate(
+ { accountId: reportedPlayer },
+ { $inc: { 'profiles.totalReports': 1 } },
+ { new: true, upsert: true }
+ ).then((updatedProfile) => {
+ log.debug(`Successfully updated totalReports to ${updatedProfile.profiles.totalReports} for accountId: ${reportedPlayer}`);
+ }).catch((err) => {
+ log.error(`Error updating totalReports for accountId: ${reportedPlayer}`, err);
+ return res.status(500).send({ "error": "Database update error" });
+ });
+
+ await new Promise((resolve, reject) => {
+ client.once('ready', async () => {
+
+ try {
+ const payload = {
+ embeds: [{
+ title: 'New User Report',
+ description: 'A new report has arrived!',
+ color: 0xFFA500,
+ fields: [
+ {
+ name: "Reporting Player",
+ value: reporterData.username,
+ inline: true
+ },
+ {
+ name: "Reported Player",
+ value: reportedPlayerData.username,
+ inline: true
+ },
+ {
+ name: "Player already reported",
+ value: playerAlreadyReported,
+ inline: false
+ },
+ {
+ name: "Reason",
+ value: reason,
+ inline: true
+ },
+ {
+ name: "Additional Details",
+ value: details,
+ inline: true
+ }
+ ]
+ }]
+ };
+
+ const channel = await client.channels.fetch(config.bReportChannelId);
+
+ if (channel instanceof TextChannel) {
+ log.debug(`Sending embed to channel with ID: ${channel.id}`);
+ const message = await channel.send({
+ embeds: [payload.embeds[0]]
+ });
+ log.debug(`Message sent with ID: ${message.id}`);
+ } else {
+ log.error("The channel is not a valid text channel or couldn't be found.");
+ }
+
+ resolve();
+ } catch (error) {
+ log.error('Error sending message:', error);
+ reject(error);
+ }
+ });
+
+ client.login(config.discord.bot_token).catch((err) => {
+ log.error("Error logging in Discord bot:", err);
+ reject(err);
+ });
+ });
+
+ return res.status(200).send({ "success": true });
+ } catch (error) {
+ log.error(error);
+ return res.status(500).send({ "error": "Internal server error" });
+ }
+});
+
+module.exports = app;
+}
\ No newline at end of file
diff --git a/routes/timeline.js b/routes/timeline.js
index a8b860d..4f033a0 100644
--- a/routes/timeline.js
+++ b/routes/timeline.js
@@ -1,60 +1,1354 @@
const express = require("express");
const app = express.Router();
-
-const { verifyToken, verifyClient } = require("../tokenManager/tokenVerify.js");
const functions = require("../structs/functions.js");
+const fs = require("fs")
+const config = JSON.parse(fs.readFileSync("./Config/config.json").toString());
-app.get("/fortnite/api/calendar/v1/timeline", (req, res) => {
+app.get("/fortnite/api/calendar/v1/timeline", async (req, res) => {
const memory = functions.GetVersionInfo(req);
- let activeEvents = [
+ var activeEvents = [
+ {
+ "eventType": `EventFlag.Season${memory.season}`,
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": `EventFlag.${memory.lobby}`,
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ }];
+
+ if (memory.season == 3) {
+ activeEvents.push(
{
- "eventType": `EventFlag.Season${memory.season}`,
+ "eventType": "EventFlag.Spring2018Phase1",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ })
+ if (memory.build >= 3.1) {
+ activeEvents.push(
+ {
+ "eventType": "EventFlag.Spring2018Phase2",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ })
+ }
+ if (memory.build >= 3.3) {
+ activeEvents.push(
+ {
+ "eventType": "EventFlag.Spring2018Phase3",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ })
+ }
+ if (memory.build >= 3.4) {
+ activeEvents.push(
+ {
+ "eventType": "EventFlag.Spring2018Phase4",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ })
+ }
+ }
+
+ if (memory.season == 4) {
+ activeEvents.push(
+ {
+ "eventType": "EventFlag.Blockbuster2018",
"activeUntil": "9999-01-01T00:00:00.000Z",
"activeSince": "2020-01-01T00:00:00.000Z"
},
{
- "eventType": `EventFlag.${memory.lobby}`,
+ "eventType": "EventFlag.Blockbuster2018Phase1",
"activeUntil": "9999-01-01T00:00:00.000Z",
"activeSince": "2020-01-01T00:00:00.000Z"
+ })
+ if (memory.build >= 4.3) {
+ activeEvents.push(
+ {
+ "eventType": "EventFlag.Blockbuster2018Phase2",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ })
}
- ];
+ if (memory.build >= 4.4) {
+ activeEvents.push(
+ {
+ "eventType": "EventFlag.Blockbuster2018Phase3",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ })
+ }
+ if (memory.build >= 4.5) {
+ activeEvents.push(
+ {
+ "eventType": "EventFlag.Blockbuster2018Phase4",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ })
+ }
+ }
+
+ if (memory.season == 5) {
+ activeEvents.push(
+ {
+ "eventType": "EventFlag.RoadTrip2018",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.Horde",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.Anniversary2018_BR",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.LTM_Heist",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ })
+ }
+
+ if (memory.build == 5.10) {
+ activeEvents.push(
+ {
+ "eventType": "EventFlag.BirthdayBattleBus",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ })
+ }
+
+ if (memory.season == 6) {
+ activeEvents.push(
+ {
+ "eventType": "EventFlag.LTM_Fortnitemares",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.LTM_LilKevin",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ })
+ if (memory.build >= 6.20) {
+ activeEvents.push(
+ {
+ "eventType": "EventFlag.Fortnitemares",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.FortnitemaresPhase1",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "POI0",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ })
+ }
+ if (memory.build >= 6.22) {
+ activeEvents.push(
+ {
+ "eventType": "EventFlag.FortnitemaresPhase2",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ })
+ }
+ }
+
+ if (memory.build == 6.20 || memory.build == 6.21) {
+ activeEvents.push(
+ {
+ "eventType": "EventFlag.LobbySeason6Halloween",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.HalloweenBattleBus",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ })
+ }
+
+ if (memory.season == 7) {
+ activeEvents.push(
+ {
+ "eventType": "EventFlag.Frostnite",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.LTM_14DaysOfFortnite",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.LTE_Festivus",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.LTM_WinterDeimos",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.LTE_S7_OverTime",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ })
+ }
+
+ if (memory.season == 8) {
+ activeEvents.push(
+ {
+ "eventType": "EventFlag.Spring2019",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.Spring2019.Phase1",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.LTM_Ashton",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.LTM_Goose",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.LTM_HighStakes",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.LTE_BootyBay",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ })
+ if (memory.build >= 8.2) {
+ activeEvents.push(
+ {
+ "eventType": "EventFlag.Spring2019.Phase2",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ })
+ }
+ }
+
+
+ if (memory.season == 9) {
+ activeEvents.push(
+ {
+ "eventType": "EventFlag.Season9.Phase1",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.Anniversary2019_BR",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.LTM_14DaysOfSummer",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.LTM_Mash",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.LTM_Wax",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ })
+ if (memory.build >= 9.2) {
+ activeEvents.push(
+ {
+ "eventType": "EventFlag.Season9.Phase2",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ })
+ }
+ }
+
+ if (memory.season == 10) {
+ activeEvents.push(
+ {
+ "eventType": "EventFlag.Mayday",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.Season10.Phase2",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.Season10.Phase3",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.LTE_BlackMonday",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.S10_Oak",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.S10_Mystery",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ })
+ }
+
+ if (memory.season == 11) {
+ activeEvents.push(
+ {
+ "eventType": "EventFlag.LTE_CoinCollectXP",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.LTE_Fortnitemares2019",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.LTE_Galileo_Feats",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.LTE_Galileo",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.LTE_WinterFest2019",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ })
+
+ if (memory.build >= 11.2) {
+ activeEvents.push(
+ {
+ "eventType": "EventFlag.Starlight",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ })
+ }
+
+ if (memory.build < 11.3) {
+ activeEvents.push(
+ {
+ "eventType": "EventFlag.Season11.Fortnitemares.Quests.Phase1",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.Season11.Fortnitemares.Quests.Phase2",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.Season11.Fortnitemares.Quests.Phase3",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.Season11.Fortnitemares.Quests.Phase4",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.StormKing.Landmark",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ })
+ } else {
+ activeEvents.push(
+ {
+ "eventType": "EventFlag.HolidayDeco",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.Season11.WinterFest.Quests.Phase1",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.Season11.WinterFest.Quests.Phase2",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.Season11.WinterFest.Quests.Phase3",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.Season11.Frostnite",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ })
+ }
+
+ if (memory.build == 11.31 || memory.build == 11.40) {
+ activeEvents.push(
+ {
+ "eventType": "EventFlag.Winterfest.Tree",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.LTE_WinterFest",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.LTE_WinterFest2019",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ })
+ }
+ }
+
+ if (memory.season == 12) {
+ activeEvents.push(
+ {
+ "eventType": "EventFlag.LTE_SpyGames",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.LTE_JerkyChallenges",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.LTE_Oro",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.LTE_StormTheAgency",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ })
+ }
+
+ if (memory.season == 14) {
+ activeEvents.push(
+ {
+ "eventType": "EventFlag.LTE_Fortnitemares_2020",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ })
+ }
+
+ if (memory.season == 15) {
+ activeEvents.push(
+ {
+ "eventType": "EventFlag.LTQ_S15_Legendary_Week_01",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.LTQ_S15_Legendary_Week_02",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.LTQ_S15_Legendary_Week_03",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.LTQ_S15_Legendary_Week_04",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.LTQ_S15_Legendary_Week_05",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.LTQ_S15_Legendary_Week_06",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.LTQ_S15_Legendary_Week_07",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.LTQ_S15_Legendary_Week_08",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.LTQ_S15_Legendary_Week_09",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.LTQ_S15_Legendary_Week_10",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.LTQ_S15_Legendary_Week_11",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.LTQ_S15_Legendary_Week_12",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.LTQ_S15_Legendary_Week_13",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.LTQ_S15_Legendary_Week_14",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.LTQ_S15_Legendary_Week_15",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.Event_HiddenRole",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.Event_OperationSnowdown",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.Event_PlumRetro",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ })
+ }
+
+ if (memory.season == 16) {
+ activeEvents.push(
+ {
+ "eventType": "EventFlag.LTQ_S16_Legendary_Week_01",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.LTQ_S16_Legendary_Week_02",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.LTQ_S16_Legendary_Week_03",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.LTQ_S16_Legendary_Week_04",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.LTQ_S16_Legendary_Week_05",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.LTQ_S16_Legendary_Week_06",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.LTQ_S16_Legendary_Week_07",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.LTQ_S16_Legendary_Week_08",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.LTQ_S16_Legendary_Week_09",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.LTQ_S16_Legendary_Week_10",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.LTQ_S16_Legendary_Week_11",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.LTQ_S16_Legendary_Week_12",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.Event_NBA_Challenges",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.Event_Spire_Challenges",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ })
+ }
+
+ if (memory.season == 17) {
+ activeEvents.push(
+ {
+ "eventType": "EventFlag.Event_TheMarch",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.Event_O2_Challenges",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.LTE_Buffet_PreQuests",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.LTE_Buffet_Attend",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.LTE_Buffet_PostQuests",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.LTE_Buffet_Cosmetics",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.Event_CosmicSummer",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.Event_IslandGames",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.LTQ_S17_Legendary_Week_01",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.LTQ_S17_Legendary_Week_02",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.LTQ_S17_Legendary_Week_03",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.LTQ_S17_Legendary_Week_04",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.LTQ_S17_Legendary_Week_05",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.LTQ_S17_Legendary_Week_06",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.LTQ_S17_Legendary_Week_07",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.LTQ_S17_Legendary_Week_08",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.LTQ_S17_Legendary_Week_09",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.LTQ_S17_Legendary_Week_10",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.LTQ_S17_Legendary_Week_11",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.LTQ_S17_Legendary_Week_12",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.LTQ_S17_Legendary_Week_13",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.LTQ_S17_Legendary_Week_14",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.LTQ_S17_CB_Radio",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.LTQ_S17_Sneak_Week",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.LTQ_S17_Yeet_Week",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.LTQ_S17_Zap_Week",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.LTQ_S17_Bargain_Bin_Week",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ })
+ }
+
+ if (memory.season == 18) {
+ activeEvents.push(
+ {
+ "eventType": "EventFlag.LTE_Season18_BirthdayQuests",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.Event_Fornitemares_2021",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.Event_HordeRush",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.LTQ_S18_Repeatable_Weekly",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.LTQ_S18_Repeatable_Weekly_06",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.LTQ_S18_Repeatable_Weekly_07",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.LTQ_S18_Repeatable_Weekly_08",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.LTQ_S18_Repeatable_Weekly_09",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.LTQ_S18_Repeatable_Weekly_10",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.LTQ_S18_Repeatable_Weekly_11",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.LTQ_S18_Repeatable_Weekly_12",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.Event_SoundWave",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.LTE_Season18_TextileQuests",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.S18_WildWeek_Shadows",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.S18_WildWeek_Bargain",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ })
+ }
+
+ if (memory.season == 19) {
+ activeEvents.push(
+ {
+ "eventType": "EventFlag.LTM_Hyena",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.LTM_Vigilante",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.LTM_ZebraWallet",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.LTE_Galileo_Feats",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.Event_S19_Trey",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.Event_S19_DeviceQuestsPart1",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.Event_S19_DeviceQuestsPart2",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.Event_S19_DeviceQuestsPart3",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.Event_S19_Gow_Quests",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.Event_MonarchLevelUpPack",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.S19_WinterfestCrewGrant",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.S19_WildWeeks_Chicken",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.S19_WildWeeks_BargainBin",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.S19_WildWeeks_Spider",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.S19_WildWeeks_Primal",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ })
+ }
+
+ if (memory.season == 20) {
+ activeEvents.push(
+ {
+ "eventType": "Event_S20_AliQuest",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.CovertOps_Phase1",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.CovertOps_Phase2",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.CovertOps_Phase3",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.CovertOps_Phase4",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.Event_S20_LevelUpPack",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "Event_S20_May4thQuest",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.NoBuildQuests",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.Event_S20_NoBuildQuests_TokenGrant",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "Event_S20_EmicidaQuest",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.S20_WildWeeks_Bargain",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.S20_WildWeeks_Chocolate",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.S20_WildWeeks_Purple",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ })
+ }
+
+ if (memory.season == 21) {
+ activeEvents.push(
+ {
+ "eventType": "Event_S21_Stamina",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "Event_S21_FallFest",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "Event_S21_IslandHopper",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.Event_S21_LevelUpPack",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.Event_NoSweatSummer",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "Event_S21_CRRocketQuest",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "Event_S21_GenQuest",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "Event_S21_WildWeeks_BargainBin",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "Event_S21_WildWeeks_Fire",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "Event_S21_WildWeeks_Kondor",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ })
+ }
+
+ if (memory.build == 19.01) {
+ activeEvents.push(
+ {
+ "eventType": "EventFlag.LTE_WinterFest",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "WF_IG_AVAIL",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ })
+ }
+
+ if (memory.build == 23.10) {
+ activeEvents.push(
+ {
+ "eventType": "EventFlag.LTE_WinterFest",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.LTE_WinterFestTab",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "WF_GUFF_AVAIL",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ })
+ }
+
+ if (24.3 <= memory.build && memory.build <= 25) {
+ activeEvents.push(
+ {
+ "eventType": "EventFlag.HordeV3",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.HordeV3.Week02",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.HordeV3.Week03",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.HordeV3.Week04",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.HordeV3.Week05",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.HordeV3.Week06",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.HordeV3.Week07",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ },
+ {
+ "eventType": "EventFlag.HordeV3.Week08",
+ "activeUntil": "9999-01-01T00:00:00.000Z",
+ "activeSince": "2020-01-01T00:00:00.000Z"
+ })
+ }
+
+ const stateTemplate = {
+ "activeStorefronts": [],
+ "eventNamedWeights": {},
+ "seasonNumber": memory.season,
+ "seasonTemplateId": `AthenaSeason:athenaseason${memory.season}`,
+ "matchXpBonusPoints": 0,
+ "seasonBegin": "2020-01-01T13:00:00Z",
+ "seasonEnd": "9999-01-01T14:00:00Z",
+ "seasonDisplayedEnd": "9999-01-01T07:30:00Z",
+ "weeklyStoreEnd": "9999-01-01T00:00:00Z",
+ "sectionStoreEnds": {
+ "Featured": "9999-01-01T00:00:00.000Z"
+ },
+ "dailyStoreEnd": "9999-01-01T00:00:00Z"
+ };
+
+ var states = [{
+ validFrom: "2020-01-01T00:00:00.000Z",
+ activeEvents: activeEvents.slice(),
+ state: stateTemplate
+ }]
+
+ if (memory.build == 4.5) {
+ if (config.bEnableGeodeEvent == true) {
+ states[0].activeEvents.push({
+ "eventType": "EventFlag.BR_S4_Geode_Countdown",
+ "activeUntil": config.geodeEventStartDate
+ })
+
+ states.push({
+ validFrom: config.geodeEventStartDate,
+ activeEvents: activeEvents.slice(),
+ state: stateTemplate
+ })
+
+ var EventEndDate = new Date(new Date(config.geodeEventStartDate).getTime() + 3 * 60000).toISOString();
+
+ states[1].activeEvents.push({
+ "eventType": "EventFlag.BR_S4_Geode_Begin",
+ "activeUntil": EventEndDate
+ })
+
+ activeEvents.push({
+ "eventType": "EventFlag.BR_S4_Geode_Over",
+ "activeUntil": "9999-01-01T00:00:00.000Z"
+ })
+
+ if (config.bEnableCrackInTheSky == true) {
+ activeEvents.push({
+ "eventType": "EventFlag.BR_S4_Rift_Growth",
+ "activeUntil": new Date(new Date(EventEndDate).getTime() + 13.6 * 24 * 60 * 60 * 1000).toISOString() // It takes 13.6 days for the crack to fully expand.
+ })
+ }
+
+ states.push({
+ validFrom: EventEndDate,
+ activeEvents: activeEvents.slice(),
+ state: stateTemplate
+ })
+ }
+
+ if (config.bEnableS4OddityPrecursor == true) {
+ for (var i = 1; i <= 8; i++) {
+ var StartDate = new Date(new Date(config.S4OddityEventStartDate).getTime() + config.S4OddityEventsInterval * (i-1) * 60000).toISOString();
+ activeEvents.push({
+ "eventType": `EventFlag.BR_S4_Oddity_0${i}_Tell`,
+ "activeUntil": StartDate
+ })
+ }
+ states[states.length - 1].activeEvents = activeEvents.slice();
+ }
+ if (config.bEnableS4OddityExecution == true) {
+ for (var i = 1; i <= 8; i++) {
+ var StartDate = new Date(new Date(config.S4OddityEventStartDate).getTime() + config.S4OddityEventsInterval * (i-1) * 60000).toISOString();
+
+ activeEvents.push({
+ "eventType": `EventFlag.BR_S4_Oddity_0${i}_Event`,
+ "activeUntil": "9999-01-01T00:00:00.000Z"
+ })
+
+ var index = activeEvents.findIndex(item => item.eventType === `EventFlag.BR_S4_Oddity_0${i}_Tell`);
+ if (index !== -1) {
+ activeEvents.splice(index, 1);
+ }
+
+ states.push({
+ validFrom: StartDate,
+ activeEvents: activeEvents.slice(),
+ state: stateTemplate
+ })
+ }
+ }
+ }
+
+ if (memory.build == 5.21) {
+ if (config.bEnableS5OddityPrecursor == true) {
+ states.push({
+ validFrom: config.S5OddityPrecursorDate,
+ activeEvents: activeEvents.slice(),
+ state: stateTemplate
+ })
+
+ states[1].activeEvents.push(
+ {
+ "eventType": "EventFlag.BR_S5_Oddity_Tomato_Tell",
+ "activeUntil": "9999-01-01T00:00:00.000Z"
+ })
+ }
+ if (config.bEnableS5OddityExecution == true) {
+ states.push({
+ validFrom: config.S5OddityExecutionDate,
+ activeEvents: activeEvents.slice(),
+ state: stateTemplate
+ })
+
+ states[states.length - 1].activeEvents.push(
+ {
+ "eventType": "EventFlag.BR_S5_Oddity_Tomato_Event",
+ "activeUntil": "9999-01-01T00:00:00.000Z"
+ })
+ }
+ }
+
+ if (memory.build == 5.30) {
+ if (config.bEnableBlockbusterRiskyEvent == true) {
+ activeEvents.push({
+ "eventType": "EventFlag.BR_S5_RiskyReels_Event",
+ "activeUntil": "9999-01-01T00:00:00.000Z"
+ })
+ states[0].activeEvents = activeEvents.slice();
+ }
+
+ if (config.bEnableCubeLightning == true) {
+ states[0].activeEvents.push(
+ {
+ "eventType": "EventFlag.BR_S5_Rift_Corrupt",
+ "activeUntil": config.cubeSpawnDate
+ },
+ {
+ "eventType": "EventFlag.BR_S5_Cube_Lightning",
+ "activeUntil": config.cubeSpawnDate
+ })
+
+ activeEvents.push({
+ "eventType": "EventFlag.BR_S5_Cube_TurnOn",
+ "activeUntil": "9999-01-01T00:00:00.000Z"
+ })
+
+ states.push({
+ validFrom: config.cubeSpawnDate,
+ activeEvents: activeEvents.slice(),
+ state: stateTemplate
+ })
+ }
+ }
+
+ if (memory.build == 5.41) {
+ if (config.bEnableCubeLake == true) {
+ states[0].activeEvents.push(
+ {
+ "eventType": "EventFlag.BR_S5_Cube_StartMove",
+ "activeUntil": config.cubeLakeDate
+ },
+ {
+ "eventType": "EventFlag.BR_S5_Cube_TurnOn",
+ "activeUntil": config.cubeLakeDate
+ })
+
+ states.push({
+ validFrom: config.cubeLakeDate,
+ activeEvents: activeEvents.slice(),
+ state: stateTemplate
+ })
+
+ states[1].activeEvents.push(
+ {
+ "eventType": "EventFlag.BR_S5_Cube_StartMove",
+ "activeUntil": config.cubeLakeDate
+ },
+ {
+ "eventType": "EventFlag.BR_S5_Cube_TurnOn",
+ "activeUntil": config.cubeLakeDate
+ },
+ {
+ "eventType": "EventFlag.BR_S5_Cube_MoveTo8",
+ "activeUntil": config.cubeLakeDate
+ })
+
+ var EventEndDate = new Date(new Date(config.cubeLakeDate).getTime() + 1.5 * 60000).toISOString();
+
+ states.push({
+ validFrom: EventEndDate,
+ activeEvents: activeEvents.slice(),
+ state: stateTemplate
+ })
+
+ states[2].activeEvents.push({
+ "eventType": "EventFlag.BR_S5_Cube_Destination",
+ "activeUntil": "9999-01-01T00:00:00.000Z"
+ })
+ }
+ }
res.json({
- channels: {
+ "channels": {
"client-matchmaking": {
- states: [],
- cacheExpire: "9999-01-01T00:00:00.000Z"
+ "states": [],
+ "cacheExpire": "9999-01-01T22:28:47.830Z"
},
"client-events": {
- states: [{
- validFrom: "0001-01-01T00:00:00.000Z",
- activeEvents: activeEvents,
- state: {
- activeStorefronts: [],
- eventNamedWeights: {},
- seasonNumber: memory.season,
- seasonTemplateId: `AthenaSeason:athenaseason${memory.season}`,
- matchXpBonusPoints: 0,
- seasonBegin: "2020-01-01T00:00:00Z",
- seasonEnd: "9999-01-01T00:00:00Z",
- seasonDisplayedEnd: "9999-01-01T00:00:00Z",
- weeklyStoreEnd: "9999-01-01T00:00:00Z",
- stwEventStoreEnd: "9999-01-01T00:00:00.000Z",
- stwWeeklyStoreEnd: "9999-01-01T00:00:00.000Z",
- sectionStoreEnds: {
- Featured: "9999-01-01T00:00:00.000Z"
- },
- dailyStoreEnd: "9999-01-01T00:00:00Z"
- }
- }],
- cacheExpire: "9999-01-01T00:00:00.000Z"
+ "states": states,
+ "cacheExpire": "9999-01-01T22:28:47.830Z"
}
},
- eventsTimeOffsetHrs: 0,
- cacheIntervalMins: 10,
- currentTime: new Date().toISOString()
+ "eventsTimeOffsetHrs": 0,
+ "cacheIntervalMins": 10,
+ "currentTime": new Date().toISOString()
});
-});
+})
module.exports = app;
\ No newline at end of file
diff --git a/routes/user.js b/routes/user.js
index 8d3ce73..74ad950 100644
--- a/routes/user.js
+++ b/routes/user.js
@@ -165,7 +165,14 @@ app.get("/epic/id/v2/sdk/accounts", async (req, res) => {
}]);
})
+app.delete("/account/api/oauth/sessions/kill/*", async (req, res) => {
+ log.debug("DELETE account/api/oauth/sessions/kill/* called");
+ res.status(204);
+ res.end();
+})
+
app.all("/v1/epic-settings/public/users/*/values", (req, res) => {
+ log.debug("ALL /v1/epic-settings/public/users/*/values called");
res.json({});
})
@@ -174,4 +181,20 @@ app.get("/account/api/public/account/*/externalAuths", (req, res) => {
res.json([]);
});
+app.get("/account/api/epicdomains/ssodomains", async (req, res) => {
+ log.debug("GET /account/api/epicdomains/ssodomains called");
+ res.json([
+ "unrealengine.com",
+ "unrealtournament.com",
+ "fortnite.com",
+ "epicgames.com"
+ ])
+})
+
+app.post("/fortnite/api/game/v2/tryPlayOnPlatform/account/*", async (req, res) => {
+ log.debug("POST /fortnite/api/game/v2/tryPlayOnPlatform/account/* called");
+ res.setHeader("Content-Type", "text/plain");
+ res.send(true);
+})
+
module.exports = app;
\ No newline at end of file
diff --git a/routes/version.js b/routes/version.js
index d387501..29fc51e 100644
--- a/routes/version.js
+++ b/routes/version.js
@@ -46,4 +46,22 @@ app.get("/fortnite/api*/versioncheck*", (req, res) => {
});
});
+app.get("/fortnite/api/v2/versioncheck/*", async (req, res) => {
+ res.json({
+ "type": "NO_UPDATE"
+ })
+})
+
+app.get("/fortnite/api/v2/versioncheck*", async (req, res) => {
+ res.json({
+ "type": "NO_UPDATE"
+ })
+})
+
+app.get("/fortnite/api/versioncheck*", async (req, res) => {
+ res.json({
+ "type": "NO_UPDATE"
+ })
+})
+
module.exports = app;
\ No newline at end of file
diff --git a/structs/autorotate.js b/structs/autorotate.js
index e586ab1..9eefaee 100644
--- a/structs/autorotate.js
+++ b/structs/autorotate.js
@@ -339,7 +339,7 @@ async function discordpost(itemShop) {
color: 0x00FF7F,
description: `${itemRarity}\n${itemPrice}`,
thumbnail: {
- url: item.images?.icon || "https://i.imgur.com/a7kIOt3.png"
+ url: item.images?.icon || "https://i.imgur.com/2RImwlb.png"
}
};
diff --git a/structs/functions.js b/structs/functions.js
index 0d485ad..9e58580 100644
--- a/structs/functions.js
+++ b/structs/functions.js
@@ -149,6 +149,40 @@ function getContentPages(req) {
if (memory.season == 21) {
contentpages.dynamicbackgrounds.backgrounds.backgrounds[0].backgroundimage = "https://cdn2.unrealengine.com/s21-lobby-background-2048x1024-2e7112b25dc3.jpg"
+
+ if (memory.build == 21.10) {
+ contentpages.dynamicbackgrounds.backgrounds.backgrounds[0].stage = "season2100";
+ }
+ if (memory.build == 21.30) {
+ contentpages.dynamicbackgrounds.backgrounds.backgrounds[0].backgroundimage = "https://cdn2.unrealengine.com/nss-lobbybackground-2048x1024-f74a14565061.jpg"
+ contentpages.dynamicbackgrounds.backgrounds.backgrounds[0].stage = "season2130";
+ }
+ }
+
+ if (memory.season == 22) {
+ contentpages.dynamicbackgrounds.backgrounds.backgrounds[0].backgroundimage = "https://cdn2.unrealengine.com/t-bp22-lobby-square-2048x2048-2048x2048-e4e90c6e8018.jpg"
+ }
+
+ if (memory.season == 23) {
+ if (memory.build == 23.10) {
+ contentpages.dynamicbackgrounds.backgrounds.backgrounds[0].backgroundimage = "https://cdn2.unrealengine.com/t-bp23-winterfest-lobby-square-2048x2048-2048x2048-277a476e5ca6.png"
+ contentpages.specialoffervideo.bSpecialOfferEnabled = "true";
+ } else {
+ contentpages.dynamicbackgrounds.backgrounds.backgrounds[0].backgroundimage = "https://cdn2.unrealengine.com/t-bp20-lobby-2048x1024-d89eb522746c.png";
+ }
+ }
+
+ if (memory.season == 24) {
+ contentpages.dynamicbackgrounds.backgrounds.backgrounds[0].backgroundimage = "https://cdn2.unrealengine.com/t-ch4s2-bp-lobby-4096x2048-edde08d15f7e.jpg"
+ }
+
+ if (memory.season == 25) {
+ contentpages.dynamicbackgrounds.backgrounds.backgrounds[0].backgroundimage = "https://cdn2.unrealengine.com/s25-lobby-4k-4096x2048-4a832928e11f.jpg"
+ contentpages.dynamicbackgrounds.backgrounds.backgrounds[0].backgroundimage = "https://cdn2.unrealengine.com/fn-shop-ch4s3-04-1920x1080-785ce1d90213.png"
+
+ if (memory.build == 25.11) {
+ contentpages.dynamicbackgrounds.backgrounds.backgrounds[0].backgroundimage = "https://cdn2.unrealengine.com/t-s25-14dos-lobby-4096x2048-2be24969eee3.jpg"
+ }
}
} catch {}
diff --git a/structs/kv.js b/structs/kv.js
new file mode 100644
index 0000000..ec725e5
--- /dev/null
+++ b/structs/kv.js
@@ -0,0 +1,39 @@
+const Redis = require('ioredis');
+const Keyv = require('keyv');
+
+//Don't touch "Use_Redis"
+const Use_Redis = false;
+const memkv = new Keyv();
+const redis = Use_Redis ? new Redis() : null;
+
+class KV {
+ async get(key) {
+ if (Use_Redis && redis) {
+ return await redis.get(key);
+ } else {
+ return await memkv.get(key);
+ }
+ }
+
+ async set(key, value) {
+ if (Use_Redis && redis) {
+ const set = await redis.set(key, value);
+ return set === 'OK';
+ } else {
+ const set = await memkv.set(key, value);
+ return set;
+ }
+ }
+
+ async setTTL(key, value, ttl) {
+ if (Use_Redis && redis) {
+ const set = await redis.set(key, value, 'EX', ttl);
+ return set === 'OK';
+ } else {
+ const set = await memkv.set(key, value, ttl);
+ return set;
+ }
+ }
+}
+
+module.exports = new KV();
\ No newline at end of file