mirror of
https://github.com/thepeacockproject/Peacock
synced 2024-11-22 22:12:45 +01:00
Fixed all challenges JSON-files to contain the expected data format
This commit is contained in:
parent
87b2743ce3
commit
307ab08d89
@ -893,6 +893,23 @@ export class ChallengeService extends ChallengeRegistry {
|
||||
userId: string,
|
||||
isDestination = false,
|
||||
): CompiledChallengeTreeData {
|
||||
const allUnlockables = getVersionedConfig<Unlockable[]>(
|
||||
"allunlockables",
|
||||
gameVersion,
|
||||
false,
|
||||
)
|
||||
|
||||
const drops = challenge.Drops.map((e) =>
|
||||
allUnlockables.find((f) => f.Id === e),
|
||||
).filter((e) => e !== undefined)
|
||||
|
||||
if (drops.length !== challenge.Drops.length) {
|
||||
log(
|
||||
LogLevel.DEBUG,
|
||||
`Challenge ${challenge.Id} contains non-existing drops!`,
|
||||
)
|
||||
}
|
||||
|
||||
return {
|
||||
// GetChallengeTreeFor
|
||||
Id: challenge.Id,
|
||||
@ -902,7 +919,7 @@ export class ChallengeService extends ChallengeRegistry {
|
||||
Rewards: {
|
||||
MasteryXP: challenge.Rewards.MasteryXP,
|
||||
},
|
||||
Drops: challenge.Drops,
|
||||
Drops: drops,
|
||||
Completed: progression.Completed,
|
||||
IsPlayable: isDestination,
|
||||
IsLocked: challenge.IsLocked || false,
|
||||
|
@ -19,37 +19,7 @@
|
||||
"MasteryXP": 2000
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Gameplay": {
|
||||
"range": 1,
|
||||
"damage": 1,
|
||||
"clipsize": 0.2,
|
||||
"rateoffire": 0.3
|
||||
},
|
||||
"Name": "firearms_hero_sniper_heavy_jaeger_covert_name",
|
||||
"Description": "firearms_hero_sniper_heavy_jaeger_covert_desc",
|
||||
"Quality": 4,
|
||||
"Rarity": "common",
|
||||
"LoadoutSlot": "carriedweapon",
|
||||
"RepositoryId": "eedb7f84-896d-403b-905b-11b105e7ce35"
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_FIREARMS_HERO_SNIPER_HEAVY_009_SU_SUB_SCOUT_SKIN03_NAME",
|
||||
"Id": "FIREARMS_HERO_SNIPER_HEAVY_009_SU_SUB_SCOUT_SKIN03",
|
||||
"Type": "weapon",
|
||||
"Subtype": "sniperrifle",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": 99,
|
||||
"GamePrice": 99,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "ec11ff00-d0a1-4262-8158-ab43188ac5ef"
|
||||
}
|
||||
"FIREARMS_HERO_SNIPER_HEAVY_009_SU_SUB_SCOUT_SKIN03"
|
||||
],
|
||||
"IsPlayable": true,
|
||||
"IsLocked": false,
|
||||
@ -403,33 +373,7 @@
|
||||
"Rewards": {
|
||||
"MasteryXP": 4000
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Quality": 1,
|
||||
"Rarity": "common",
|
||||
"LoadoutSlot": "disguise",
|
||||
"RepositoryId": "16be233a-1eb8-4736-b87f-c2a69a2db14b",
|
||||
"OrderIndex": 938,
|
||||
"AllowUpSync": true
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_TOKEN_OUTFIT_HERO_EASTER_SUIT_NAME",
|
||||
"Id": "TOKEN_OUTFIT_HERO_EASTER_SUIT",
|
||||
"Type": "disguise",
|
||||
"Subtype": "themed",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": 99,
|
||||
"GamePrice": 99,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "4c7942ab-5cfc-4398-bf2d-a4e7a8af6aaa"
|
||||
}
|
||||
],
|
||||
"Drops": ["TOKEN_OUTFIT_HERO_EASTER_SUIT"],
|
||||
"IsPlayable": true,
|
||||
"IsLocked": false,
|
||||
"HideProgression": false,
|
||||
@ -1608,33 +1552,7 @@
|
||||
"Rewards": {
|
||||
"MasteryXP": 2000
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Quality": 1,
|
||||
"Rarity": "common",
|
||||
"LoadoutSlot": "disguise",
|
||||
"RepositoryId": "3c6a9b35-82ac-4e08-8e32-d9fd77cbd7d3",
|
||||
"OrderIndex": 937,
|
||||
"AllowUpSync": true
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_TOKEN_OUTFIT_REWARD_HERO_RAVING_SUIT_NAME",
|
||||
"Id": "TOKEN_OUTFIT_REWARD_HERO_RAVING_SUIT",
|
||||
"Type": "disguise",
|
||||
"Subtype": "themed",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": 99,
|
||||
"GamePrice": 99,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "4832005e-e0f5-40af-b230-4230e190284d"
|
||||
}
|
||||
],
|
||||
"Drops": ["TOKEN_OUTFIT_REWARD_HERO_RAVING_SUIT"],
|
||||
"IsPlayable": true,
|
||||
"IsLocked": false,
|
||||
"HideProgression": false,
|
||||
@ -1952,33 +1870,7 @@
|
||||
"Rewards": {
|
||||
"MasteryXP": 1000
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Quality": 1,
|
||||
"Rarity": "common",
|
||||
"LoadoutSlot": "disguise",
|
||||
"RepositoryId": "a0f26534-0fb5-4762-83e6-f7dcd674614c",
|
||||
"OrderIndex": 939,
|
||||
"AllowUpSync": true
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_TOKEN_OUTFIT_HERO_BBW_SUIT_NAME",
|
||||
"Id": "TOKEN_OUTFIT_HERO_BBW_SUIT",
|
||||
"Type": "disguise",
|
||||
"Subtype": "themed",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": 99,
|
||||
"GamePrice": 99,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "94f55803-dfe0-48c1-bdf5-9a2d69309f47"
|
||||
}
|
||||
],
|
||||
"Drops": ["TOKEN_OUTFIT_HERO_BBW_SUIT"],
|
||||
"IsPlayable": true,
|
||||
"IsLocked": false,
|
||||
"HideProgression": false,
|
||||
@ -2056,33 +1948,7 @@
|
||||
"Rewards": {
|
||||
"MasteryXP": 4000
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Quality": 1,
|
||||
"Rarity": "common",
|
||||
"LoadoutSlot": "disguise",
|
||||
"RepositoryId": "e21c192f-429b-404a-9be7-bc2d0473ea9d",
|
||||
"OrderIndex": 647,
|
||||
"AllowUpSync": true
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_TOKEN_OUTFIT_HERO_EASTER_RAVER_SUIT_NAME",
|
||||
"Id": "TOKEN_OUTFIT_HERO_EASTER_RAVER_SUIT",
|
||||
"Type": "disguise",
|
||||
"Subtype": "casual",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": 99,
|
||||
"GamePrice": 99,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "c3a71288-0b64-4092-9a70-632e78f38658"
|
||||
}
|
||||
],
|
||||
"Drops": ["TOKEN_OUTFIT_HERO_EASTER_RAVER_SUIT"],
|
||||
"IsPlayable": true,
|
||||
"IsLocked": false,
|
||||
"HideProgression": false,
|
||||
@ -2160,53 +2026,8 @@
|
||||
"MasteryXP": 1000
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Quality": 2,
|
||||
"LoadoutSlot": "gear",
|
||||
"Rarity": "common",
|
||||
"RepositoryId": "aaffeb68-c597-4ca8-9b8d-802ce08e1187"
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_PROP_DEVICE_REMOTE_EXPLOSIVE_LUST_NAME",
|
||||
"Id": "PROP_DEVICE_REMOTE_EXPLOSIVE_LUST",
|
||||
"Type": "gear",
|
||||
"Subtype": "explosive",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": 149,
|
||||
"GamePrice": 149,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "3045308a-7a22-444a-9baa-b721780ebdeb"
|
||||
},
|
||||
{
|
||||
"Properties": {
|
||||
"Gameplay": {},
|
||||
"Quality": 4,
|
||||
"Rarity": "common",
|
||||
"LoadoutSlot": "concealedweapon",
|
||||
"RepositoryId": "adced1ef-ecb5-4d46-ab73-d955d4b1fa1d"
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_FIREARMS_PISTOL_DARTGUN_BLINDING_LUST_NAME",
|
||||
"Id": "FIREARMS_PISTOL_DARTGUN_BLINDING_LUST",
|
||||
"Type": "weapon",
|
||||
"Subtype": "pistol",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": -1,
|
||||
"GamePrice": -1,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "d1f6be11-eff0-4a96-a60a-73ef2f729566"
|
||||
}
|
||||
"PROP_DEVICE_REMOTE_EXPLOSIVE_LUST",
|
||||
"FIREARMS_PISTOL_DARTGUN_BLINDING_LUST"
|
||||
],
|
||||
"IsPlayable": true,
|
||||
"IsLocked": false,
|
||||
@ -2249,33 +2070,7 @@
|
||||
"Rewards": {
|
||||
"MasteryXP": 1000
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Quality": 1,
|
||||
"Rarity": "common",
|
||||
"LoadoutSlot": "disguise",
|
||||
"RepositoryId": "833835aa-e982-48b4-9fa5-681972027ab0",
|
||||
"OrderIndex": 1024,
|
||||
"AllowUpSync": true
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_TOKEN_OUTFIT_HERO_LUST_SUIT_NAME",
|
||||
"Id": "TOKEN_OUTFIT_HERO_LUST_SUIT",
|
||||
"Type": "disguise",
|
||||
"Subtype": "sins",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": 99,
|
||||
"GamePrice": 99,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "b9c91f98-57a4-4276-ac38-52b790a4ba12"
|
||||
}
|
||||
],
|
||||
"Drops": ["TOKEN_OUTFIT_HERO_LUST_SUIT"],
|
||||
"IsPlayable": true,
|
||||
"IsLocked": false,
|
||||
"HideProgression": false,
|
||||
@ -2388,33 +2183,7 @@
|
||||
"Rewards": {
|
||||
"MasteryXP": 1000
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Quality": 1,
|
||||
"Rarity": "common",
|
||||
"LoadoutSlot": "disguise",
|
||||
"RepositoryId": "b262d4bb-6445-43cb-bb7c-fde6fe990aa7",
|
||||
"OrderIndex": 1006,
|
||||
"AllowUpSync": true
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_TOKEN_OUTFIT_HERO_ASYLUM_SUIT_NAME",
|
||||
"Id": "TOKEN_OUTFIT_HERO_ASYLUM_SUIT",
|
||||
"Type": "disguise",
|
||||
"Subtype": "deluxe",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": 99,
|
||||
"GamePrice": 99,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "09f02352-627f-4f15-bccb-8584d9161b05"
|
||||
}
|
||||
],
|
||||
"Drops": ["TOKEN_OUTFIT_HERO_ASYLUM_SUIT"],
|
||||
"IsPlayable": true,
|
||||
"IsLocked": false,
|
||||
"HideProgression": false,
|
||||
@ -2493,55 +2262,8 @@
|
||||
"MasteryXP": 1000
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Quality": 2,
|
||||
"LoadoutSlot": "gear",
|
||||
"Rarity": "common",
|
||||
"RepositoryId": "14aea5f5-82b8-447e-b7f6-042f24d11a15",
|
||||
"OrderIndex": 720,
|
||||
"AllowUpSync": true
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_PROP_MELEE_LEATHERBELT_ASYLUM_NAME",
|
||||
"Id": "PROP_MELEE_LEATHERBELT_ASYLUM",
|
||||
"Type": "weapon",
|
||||
"Subtype": "melee",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": -1,
|
||||
"GamePrice": -1,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "11dd5291-a437-4201-995a-3bb9a46605d5"
|
||||
},
|
||||
{
|
||||
"Properties": {
|
||||
"Gameplay": {},
|
||||
"Quality": 4,
|
||||
"Rarity": "common",
|
||||
"LoadoutSlot": "concealedweapon",
|
||||
"RepositoryId": "8762d292-91ce-4385-9f78-dbf845f8366d"
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_FIREARMS_PISTOL_DARTGUN_SEDATIVE_ASYLUM_NAME",
|
||||
"Id": "FIREARMS_PISTOL_DARTGUN_SEDATIVE_ASYLUM",
|
||||
"Type": "weapon",
|
||||
"Subtype": "pistol",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": -1,
|
||||
"GamePrice": -1,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "e988835e-2b95-4a13-af1a-8bb3da1dff40"
|
||||
}
|
||||
"PROP_MELEE_LEATHERBELT_ASYLUM",
|
||||
"FIREARMS_PISTOL_DARTGUN_SEDATIVE_ASYLUM"
|
||||
],
|
||||
"IsPlayable": true,
|
||||
"IsLocked": false,
|
||||
|
@ -582,33 +582,7 @@
|
||||
"Rewards": {
|
||||
"MasteryXP": 2000
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Gameplay": {},
|
||||
"Quality": 4,
|
||||
"Rarity": "common",
|
||||
"LoadoutSlot": "concealedweapon",
|
||||
"RepositoryId": "028bcbf4-a0a3-42b5-beaf-163a777164e8",
|
||||
"AllowUpSync": true
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_FIREARMS_PISTOL_GOLD_BALLER_NAME",
|
||||
"Id": "FIREARMS_PISTOL_GOLD_BALLER",
|
||||
"Type": "weapon",
|
||||
"Subtype": "pistol",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": -1,
|
||||
"GamePrice": -1,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "71b2182b-3be8-4326-b2ba-7bc3a46ea82c"
|
||||
}
|
||||
],
|
||||
"Drops": ["FIREARMS_PISTOL_GOLD_BALLER"],
|
||||
"IsPlayable": true,
|
||||
"IsLocked": false,
|
||||
"HideProgression": false,
|
||||
@ -686,53 +660,8 @@
|
||||
"MasteryXP": 1000
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"LoadoutSlot": "carriedweapon",
|
||||
"Rarity": "common",
|
||||
"RepositoryId": "cdab8f33-0491-497c-91c2-316c77d59e55",
|
||||
"Quality": "1"
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_PROP_MELEE_KATANA_WHITE_NINJA_NAME",
|
||||
"Id": "PROP_MELEE_KATANA_WHITE_NINJA",
|
||||
"Type": "weapon",
|
||||
"Subtype": "melee",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": -1,
|
||||
"GamePrice": -1,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "0af3c113-fead-497d-9769-f576f026956d"
|
||||
},
|
||||
{
|
||||
"Properties": {
|
||||
"Gameplay": {},
|
||||
"Quality": 4,
|
||||
"Rarity": "common",
|
||||
"LoadoutSlot": "carriedweapon",
|
||||
"RepositoryId": "8d22cea9-68db-458d-a8ee-9937128f1729"
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_FIREARMS_SNIPER_SIEGER_300_WHITE_NINJA_NAME",
|
||||
"Id": "FIREARMS_SNIPER_SIEGER_300_WHITE_NINJA",
|
||||
"Type": "weapon",
|
||||
"Subtype": "sniperrifle",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": -1,
|
||||
"GamePrice": -1,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "969ce4ac-24e4-4d3a-ba40-419d5160e97f"
|
||||
}
|
||||
"PROP_MELEE_KATANA_WHITE_NINJA",
|
||||
"FIREARMS_SNIPER_SIEGER_300_WHITE_NINJA"
|
||||
],
|
||||
"IsPlayable": true,
|
||||
"IsLocked": false,
|
||||
@ -817,33 +746,7 @@
|
||||
"Rewards": {
|
||||
"MasteryXP": 1000
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Quality": 1,
|
||||
"Rarity": "common",
|
||||
"LoadoutSlot": "disguise",
|
||||
"RepositoryId": "44540c7c-fcbb-4de2-8983-523997584ed0",
|
||||
"OrderIndex": 1005,
|
||||
"AllowUpSync": true
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_TOKEN_OUTFIT_HERO_WHITE_NINJA_SUIT_NAME",
|
||||
"Id": "TOKEN_OUTFIT_HERO_WHITE_NINJA_SUIT",
|
||||
"Type": "disguise",
|
||||
"Subtype": "deluxe",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": 99,
|
||||
"GamePrice": 99,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "d0f915f7-54a6-4e81-a5b4-358001e4f5a4"
|
||||
}
|
||||
],
|
||||
"Drops": ["TOKEN_OUTFIT_HERO_WHITE_NINJA_SUIT"],
|
||||
"IsPlayable": true,
|
||||
"IsLocked": false,
|
||||
"HideProgression": false,
|
||||
|
@ -2489,33 +2489,7 @@
|
||||
"Rewards": {
|
||||
"MasteryXP": 1000
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Quality": 1,
|
||||
"Rarity": "common",
|
||||
"LoadoutSlot": "disguise",
|
||||
"RepositoryId": "ce31f5de-18ae-42a3-8b6a-c94a0aa3e4f9",
|
||||
"OrderIndex": 1025,
|
||||
"AllowUpSync": true
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_TOKEN_OUTFIT_HERO_GLUTTONY_SUIT_NAME",
|
||||
"Id": "TOKEN_OUTFIT_HERO_GLUTTONY_SUIT",
|
||||
"Type": "disguise",
|
||||
"Subtype": "sins",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": 99,
|
||||
"GamePrice": 99,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "6acd4acf-8835-46df-afb8-3bff9a2527e4"
|
||||
}
|
||||
],
|
||||
"Drops": ["TOKEN_OUTFIT_HERO_GLUTTONY_SUIT"],
|
||||
"IsPlayable": true,
|
||||
"IsLocked": false,
|
||||
"HideProgression": false,
|
||||
@ -2588,53 +2562,8 @@
|
||||
"MasteryXP": 2000
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Quality": 4,
|
||||
"LoadoutSlot": "gear",
|
||||
"Rarity": "common",
|
||||
"RepositoryId": "ddaf38de-2ad3-467d-bdd0-2f6b13cd3f51"
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_PROP_POISON_SEDATIVE_GUM_GLUTTONY_NAME",
|
||||
"Id": "PROP_POISON_SEDATIVE_GUM_GLUTTONY",
|
||||
"Type": "gear",
|
||||
"Subtype": "poison",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": 149,
|
||||
"GamePrice": 149,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "ec5cd7a4-7c5f-4244-9d26-f8c9e734dd92"
|
||||
},
|
||||
{
|
||||
"Properties": {
|
||||
"Gameplay": {},
|
||||
"Quality": 4,
|
||||
"Rarity": "common",
|
||||
"LoadoutSlot": "carriedweapon",
|
||||
"RepositoryId": "d4f6e560-cf9f-4a0a-955d-787577b073d6"
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_FIREARMS_HERO_SHOTGUN_SAWED_OFF_GLUTTONY_NAME",
|
||||
"Id": "FIREARMS_HERO_SHOTGUN_SAWED_OFF_GLUTTONY",
|
||||
"Type": "weapon",
|
||||
"Subtype": "shotgun",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": -1,
|
||||
"GamePrice": -1,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "815729cf-2df7-4850-9de6-9da5c7434b11"
|
||||
}
|
||||
"PROP_POISON_SEDATIVE_GUM_GLUTTONY",
|
||||
"FIREARMS_HERO_SHOTGUN_SAWED_OFF_GLUTTONY"
|
||||
],
|
||||
"IsPlayable": true,
|
||||
"IsLocked": false,
|
||||
@ -2949,33 +2878,7 @@
|
||||
"Rewards": {
|
||||
"MasteryXP": 1000
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Quality": 1,
|
||||
"Rarity": "common",
|
||||
"LoadoutSlot": "disguise",
|
||||
"RepositoryId": "c4fe3a20-f62a-4154-ae91-7d163d5b99fd",
|
||||
"OrderIndex": 1022,
|
||||
"AllowUpSync": true
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_TOKEN_OUTFIT_HERO_PRIDE_SUIT_NAME",
|
||||
"Id": "TOKEN_OUTFIT_HERO_PRIDE_SUIT",
|
||||
"Type": "disguise",
|
||||
"Subtype": "sins",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": 99,
|
||||
"GamePrice": 99,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "3c15e0ac-d31a-4ba5-8f55-c4b6f0e43b90"
|
||||
}
|
||||
],
|
||||
"Drops": ["TOKEN_OUTFIT_HERO_PRIDE_SUIT"],
|
||||
"IsPlayable": true,
|
||||
"IsLocked": false,
|
||||
"HideProgression": false,
|
||||
@ -3012,54 +2915,8 @@
|
||||
"MasteryXP": 1000
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Gameplay": {},
|
||||
"Quality": 4,
|
||||
"Rarity": "common",
|
||||
"LoadoutSlot": "carriedweapon",
|
||||
"RepositoryId": "f9d471fc-a3d0-49bd-8e2d-af7fb8cedf6f"
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_FIREARMS_SNIPER_PRIDE_NAME",
|
||||
"Id": "FIREARMS_SNIPER_PRIDE",
|
||||
"Type": "weapon",
|
||||
"Subtype": "sniperrifle",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": -1,
|
||||
"GamePrice": -1,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "4dfab684-d350-42d0-9e26-e32849024628"
|
||||
},
|
||||
{
|
||||
"Properties": {
|
||||
"LoadoutSlot": "carriedweapon",
|
||||
"Rarity": "common",
|
||||
"RepositoryId": "5b28437f-e440-40e0-ba77-426c1ee9fe0c",
|
||||
"Quality": "2",
|
||||
"UnlockOrder": 5
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_PROP_MELEE_PRIDE_SABER_NAME",
|
||||
"Id": "PROP_MELEE_PRIDE_SABER",
|
||||
"Type": "weapon",
|
||||
"Subtype": "melee",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": -1,
|
||||
"GamePrice": -1,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "6917fa5b-da39-487c-a923-28defaec63c7"
|
||||
}
|
||||
"FIREARMS_SNIPER_PRIDE",
|
||||
"PROP_MELEE_PRIDE_SABER"
|
||||
],
|
||||
"IsPlayable": true,
|
||||
"IsLocked": false,
|
||||
@ -3233,33 +3090,7 @@
|
||||
"Rewards": {
|
||||
"MasteryXP": 1000
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Quality": 1,
|
||||
"Rarity": "common",
|
||||
"LoadoutSlot": "disguise",
|
||||
"RepositoryId": "628fc47d-db6d-4522-b50a-514f5dafb419",
|
||||
"OrderIndex": 1003,
|
||||
"AllowUpSync": true
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_TOKEN_OUTFIT_HERO_CHINESE_SUIT_NAME",
|
||||
"Id": "TOKEN_OUTFIT_HERO_CHINESE_SUIT",
|
||||
"Type": "disguise",
|
||||
"Subtype": "deluxe",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": 99,
|
||||
"GamePrice": 99,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "6b9992fe-fbec-4d59-a7dc-369e402aed0e"
|
||||
}
|
||||
],
|
||||
"Drops": ["TOKEN_OUTFIT_HERO_CHINESE_SUIT"],
|
||||
"IsPlayable": true,
|
||||
"IsLocked": false,
|
||||
"HideProgression": false,
|
||||
@ -3296,55 +3127,8 @@
|
||||
"MasteryXP": 4000
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Quality": 3,
|
||||
"LoadoutSlot": "gear",
|
||||
"IsContainer": true,
|
||||
"Rarity": "common",
|
||||
"RepositoryId": "7ef0c49f-a5dc-421e-abe9-c94fe17ea0f9",
|
||||
"AllowUpSync": true
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_PROP_CONTAINER_SUITCASE_CHINESE_NAME",
|
||||
"Id": "PROP_CONTAINER_SUITCASE_CHINESE",
|
||||
"Type": "gear",
|
||||
"Subtype": "container",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": 149,
|
||||
"GamePrice": 149,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "e489e01c-bf57-4b12-970c-2cd8f9a5b718"
|
||||
},
|
||||
{
|
||||
"Properties": {
|
||||
"Gameplay": {},
|
||||
"Quality": 4,
|
||||
"Rarity": "common",
|
||||
"LoadoutSlot": "carriedweapon",
|
||||
"RepositoryId": "559d8002-9dc5-4da7-ab54-18c8ad20f047"
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_FIREARMS_SNIPER_CHINESE_DRAGON_NAME",
|
||||
"Id": "FIREARMS_SNIPER_CHINESE_DRAGON",
|
||||
"Type": "weapon",
|
||||
"Subtype": "sniperrifle",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": -1,
|
||||
"GamePrice": -1,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "52200631-dacb-4f29-92e7-90c65603daf5"
|
||||
}
|
||||
"PROP_CONTAINER_SUITCASE_CHINESE",
|
||||
"FIREARMS_SNIPER_CHINESE_DRAGON"
|
||||
],
|
||||
"IsPlayable": true,
|
||||
"IsLocked": false,
|
||||
|
@ -312,38 +312,7 @@
|
||||
"Rewards": {
|
||||
"MasteryXP": 4000
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Gameplay": {
|
||||
"range": 0.5,
|
||||
"damage": 0.6,
|
||||
"clipsize": 0.2,
|
||||
"rateoffire": 0.6
|
||||
},
|
||||
"Quality": 4,
|
||||
"Rarity": "common",
|
||||
"LoadoutSlot": "concealedweapon",
|
||||
"RepositoryId": "2dfacef2-57f6-4b8d-a1ae-f1f7ada4ec22",
|
||||
"UnlockOrder": 10
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_FIREARMS_HERO_PISTOL_FLOWERBALLER_NAME",
|
||||
"Id": "FIREARMS_HERO_PISTOL_FLOWERBALLER",
|
||||
"Type": "weapon",
|
||||
"Subtype": "pistol",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": 99,
|
||||
"GamePrice": 99,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "fae2f769-6532-4319-a9a6-c0d971314e3a"
|
||||
}
|
||||
],
|
||||
"Drops": ["FIREARMS_HERO_PISTOL_FLOWERBALLER"],
|
||||
"IsPlayable": true,
|
||||
"IsLocked": false,
|
||||
"HideProgression": false,
|
||||
@ -2869,33 +2838,7 @@
|
||||
"Rewards": {
|
||||
"MasteryXP": 1000
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Quality": 1,
|
||||
"Rarity": "common",
|
||||
"LoadoutSlot": "disguise",
|
||||
"RepositoryId": "e57564ba-d3e4-455b-bc1b-d0b64352c0d3",
|
||||
"OrderIndex": 1027,
|
||||
"AllowUpSync": true
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_TOKEN_OUTFIT_HERO_WRATH_SUIT_NAME",
|
||||
"Id": "TOKEN_OUTFIT_HERO_WRATH_SUIT",
|
||||
"Type": "disguise",
|
||||
"Subtype": "sins",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": 99,
|
||||
"GamePrice": 99,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "81117d9f-4bdb-4e77-b556-31bd0b3432a2"
|
||||
}
|
||||
],
|
||||
"Drops": ["TOKEN_OUTFIT_HERO_WRATH_SUIT"],
|
||||
"IsPlayable": true,
|
||||
"IsLocked": false,
|
||||
"HideProgression": false,
|
||||
@ -2932,53 +2875,8 @@
|
||||
"MasteryXP": 2000
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Quality": 2,
|
||||
"LoadoutSlot": "gear",
|
||||
"Rarity": "common",
|
||||
"RepositoryId": "637a7b20-39b1-48c6-9908-8fb628488262"
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_PROP_DEVICE_PROXIMITY_FLASH_WRATH_NAME",
|
||||
"Id": "PROP_DEVICE_PROXIMITY_FLASH_WRATH",
|
||||
"Type": "gear",
|
||||
"Subtype": "explosive",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": 149,
|
||||
"GamePrice": 149,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "ce87bdf2-1374-46c9-a62a-f2d91dcb9382"
|
||||
},
|
||||
{
|
||||
"Properties": {
|
||||
"Gameplay": {},
|
||||
"Quality": 4,
|
||||
"Rarity": "common",
|
||||
"LoadoutSlot": "carriedweapon",
|
||||
"RepositoryId": "74562c61-4405-413f-8d69-353688942390"
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_FIREARMS_HERO_RIFLE_SHASKA_A33_WRATH_NAME",
|
||||
"Id": "FIREARMS_HERO_RIFLE_SHASKA_A33_WRATH",
|
||||
"Type": "weapon",
|
||||
"Subtype": "assaultrifle",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": -1,
|
||||
"GamePrice": -1,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "2205e6a0-e176-4907-8d67-04abddf420a3"
|
||||
}
|
||||
"PROP_DEVICE_PROXIMITY_FLASH_WRATH",
|
||||
"FIREARMS_HERO_RIFLE_SHASKA_A33_WRATH"
|
||||
],
|
||||
"IsPlayable": true,
|
||||
"IsLocked": false,
|
||||
@ -3156,33 +3054,7 @@
|
||||
"Rewards": {
|
||||
"MasteryXP": 2000
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Quality": 1,
|
||||
"Rarity": "common",
|
||||
"LoadoutSlot": "disguise",
|
||||
"RepositoryId": "1ad1ec9b-1e96-4fac-b0e6-8817a46da9db",
|
||||
"OrderIndex": 610,
|
||||
"AllowUpSync": true
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_TOKEN_OUTFIT_FLAMINGO_ELUSIVE_SUIT_NAME",
|
||||
"Id": "TOKEN_OUTFIT_FLAMINGO_ELUSIVE_SUIT",
|
||||
"Type": "disguise",
|
||||
"Subtype": "casual",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": 99,
|
||||
"GamePrice": 99,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "d4a84131-aabc-48b9-9849-979280aa8ff8"
|
||||
}
|
||||
],
|
||||
"Drops": ["TOKEN_OUTFIT_FLAMINGO_ELUSIVE_SUIT"],
|
||||
"IsPlayable": true,
|
||||
"IsLocked": false,
|
||||
"HideProgression": false,
|
||||
@ -3323,53 +3195,8 @@
|
||||
"MasteryXP": 4000
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Location": "LOCATION_PARENT_ANCESTRAL",
|
||||
"RepositoryId": "45ae9b57-9fd1-497f-ad53-78e8523b3a7a",
|
||||
"UnlockOrder": 16
|
||||
},
|
||||
"Rarity": null,
|
||||
"DisplayNameLocKey": "UI_STARTING_LOCATION_ANCESTRAL_SMOOTHSNAKE_FRONTMANSION_SUIT_B_NAME",
|
||||
"Id": "STARTING_LOCATION_ANCESTRAL_SMOOTHSNAKE_FRONTMANSION_SUIT_B",
|
||||
"Type": "access",
|
||||
"Subtype": "startinglocation",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": -1,
|
||||
"GamePrice": -1,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "d95f5e6b-bcb6-466f-8209-01e1a98ade9b"
|
||||
},
|
||||
{
|
||||
"Properties": {
|
||||
"Quality": 1,
|
||||
"Rarity": "common",
|
||||
"LoadoutSlot": "disguise",
|
||||
"RepositoryId": "99ab8f84-6488-4362-ab6a-9e7343128f15",
|
||||
"OrderIndex": 622,
|
||||
"AllowUpSync": true
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_TOKEN_OUTFIT_HERO_SUMMER_SUIT_NAME",
|
||||
"Id": "TOKEN_OUTFIT_HERO_SUMMER_SUIT",
|
||||
"Type": "disguise",
|
||||
"Subtype": "casual",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": 99,
|
||||
"GamePrice": 99,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "dc587469-6f70-460c-8745-bc605b8e0d1a"
|
||||
}
|
||||
"STARTING_LOCATION_ANCESTRAL_SMOOTHSNAKE_FRONTMANSION_SUIT_B",
|
||||
"TOKEN_OUTFIT_HERO_SUMMER_SUIT"
|
||||
],
|
||||
"IsPlayable": true,
|
||||
"IsLocked": false,
|
||||
@ -3919,33 +3746,7 @@
|
||||
"Rewards": {
|
||||
"MasteryXP": 1000
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Quality": 1,
|
||||
"Rarity": "common",
|
||||
"LoadoutSlot": "disguise",
|
||||
"RepositoryId": "22a2ba57-09ab-4147-a6e7-aa6a319b72fa",
|
||||
"OrderIndex": 1023,
|
||||
"AllowUpSync": true
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_TOKEN_OUTFIT_HERO_SLOTH_SUIT_NAME",
|
||||
"Id": "TOKEN_OUTFIT_HERO_SLOTH_SUIT",
|
||||
"Type": "disguise",
|
||||
"Subtype": "sins",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": 99,
|
||||
"GamePrice": 99,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "b6b25326-02dc-4f45-8577-72b3c317b9f6"
|
||||
}
|
||||
],
|
||||
"Drops": ["TOKEN_OUTFIT_HERO_SLOTH_SUIT"],
|
||||
"IsPlayable": true,
|
||||
"IsLocked": false,
|
||||
"HideProgression": false,
|
||||
@ -4372,55 +4173,8 @@
|
||||
"MasteryXP": 2000
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Quality": 3,
|
||||
"LoadoutSlot": "gear",
|
||||
"Rarity": "common",
|
||||
"RepositoryId": "09c37e1a-c2b3-4dba-9e26-50fac96d3f65",
|
||||
"AllowUpSync": true
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_PROP_DEVICE_AUDIO_SEDATIVE_MINE_SLOTH_NAME",
|
||||
"Id": "PROP_DEVICE_AUDIO_SEDATIVE_MINE_SLOTH",
|
||||
"Type": "gear",
|
||||
"Subtype": "explosive",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": 149,
|
||||
"GamePrice": 149,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "0934d125-9305-4b31-bd70-e6c2b4f9fd6d"
|
||||
},
|
||||
{
|
||||
"Properties": {
|
||||
"Gameplay": {},
|
||||
"Quality": 4,
|
||||
"Rarity": "common",
|
||||
"LoadoutSlot": "concealedweapon",
|
||||
"RepositoryId": "f6d61543-405b-411f-b0c7-a5befc1c62cd",
|
||||
"AllowUpSync": true
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_FIREARMS_HERO_SMG_DAKX2_COVERT_SLOTH_NAME",
|
||||
"Id": "FIREARMS_HERO_SMG_DAKX2_COVERT_SLOTH",
|
||||
"Type": "weapon",
|
||||
"Subtype": "smg",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": -1,
|
||||
"GamePrice": -1,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "214aaec0-8136-420a-8d4b-72dca5f480ef"
|
||||
}
|
||||
"PROP_DEVICE_AUDIO_SEDATIVE_MINE_SLOTH",
|
||||
"FIREARMS_HERO_SMG_DAKX2_COVERT_SLOTH"
|
||||
],
|
||||
"IsPlayable": true,
|
||||
"IsLocked": false,
|
||||
@ -4506,55 +4260,8 @@
|
||||
"MasteryXP": 4000
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Quality": 3,
|
||||
"LoadoutSlot": "gear",
|
||||
"IsContainer": true,
|
||||
"Rarity": "common",
|
||||
"RepositoryId": "7185b682-6c9d-4684-9b5d-d25c336f5cbd",
|
||||
"AllowUpSync": true
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_PROP_CONTAINER_SUITCASE_HUNTING_NAME",
|
||||
"Id": "PROP_CONTAINER_SUITCASE_HUNTING",
|
||||
"Type": "gear",
|
||||
"Subtype": "container",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": 149,
|
||||
"GamePrice": 149,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "d35c95ae-6909-4306-a188-d7bc5e376240"
|
||||
},
|
||||
{
|
||||
"Properties": {
|
||||
"Gameplay": {},
|
||||
"Quality": 4,
|
||||
"Rarity": "common",
|
||||
"LoadoutSlot": "carriedweapon",
|
||||
"RepositoryId": "6696a10d-9138-4184-8104-a6c7ec2e0eb1"
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_HUNTING_SHOTGUN_REWARD_DELUXE_NAME",
|
||||
"Id": "HUNTING_SHOTGUN_REWARD_DELUXE",
|
||||
"Type": "weapon",
|
||||
"Subtype": "shotgun",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": -1,
|
||||
"GamePrice": -1,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "6156b229-97c8-4382-9ce5-1250e5ae88c5"
|
||||
}
|
||||
"PROP_CONTAINER_SUITCASE_HUNTING",
|
||||
"HUNTING_SHOTGUN_REWARD_DELUXE"
|
||||
],
|
||||
"IsPlayable": true,
|
||||
"IsLocked": false,
|
||||
@ -4597,33 +4304,7 @@
|
||||
"Rewards": {
|
||||
"MasteryXP": 1000
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Quality": 1,
|
||||
"Rarity": "common",
|
||||
"LoadoutSlot": "disguise",
|
||||
"RepositoryId": "ae7358ae-ac6d-4217-b86e-efffde5b90dd",
|
||||
"OrderIndex": 1002,
|
||||
"AllowUpSync": true
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_TOKEN_OUTFIT_HERO_HUNTING_SUIT_NAME",
|
||||
"Id": "TOKEN_OUTFIT_HERO_HUNTING_SUIT",
|
||||
"Type": "disguise",
|
||||
"Subtype": "deluxe",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": 99,
|
||||
"GamePrice": 99,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "05b43f65-6fc4-4a19-bed8-f65aae543ad5"
|
||||
}
|
||||
],
|
||||
"Drops": ["TOKEN_OUTFIT_HERO_HUNTING_SUIT"],
|
||||
"IsPlayable": true,
|
||||
"IsLocked": false,
|
||||
"HideProgression": false,
|
||||
@ -4691,31 +4372,7 @@
|
||||
"Rewards": {
|
||||
"MasteryXP": 2000
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"LoadoutSlot": "gear",
|
||||
"Rarity": "common",
|
||||
"RepositoryId": "c4747fa2-4958-4a02-926e-3b069cf218dc",
|
||||
"Quality": "1"
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_PROP_MELEE_MODERN_HAMMER_NAME",
|
||||
"Id": "PROP_MELEE_MODERN_HAMMER",
|
||||
"Type": "weapon",
|
||||
"Subtype": "melee",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": -1,
|
||||
"GamePrice": -1,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "97128ab7-e6ad-46f8-b32c-ba3fe17735fc"
|
||||
}
|
||||
],
|
||||
"Drops": ["PROP_MELEE_MODERN_HAMMER"],
|
||||
"IsPlayable": true,
|
||||
"IsLocked": false,
|
||||
"HideProgression": false,
|
||||
|
@ -2655,33 +2655,7 @@
|
||||
"Rewards": {
|
||||
"MasteryXP": 1000
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Quality": 1,
|
||||
"Rarity": "common",
|
||||
"LoadoutSlot": "disguise",
|
||||
"RepositoryId": "39aea78e-02f7-4bd7-9dab-eb51691c7a7b",
|
||||
"OrderIndex": 1021,
|
||||
"AllowUpSync": true
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_TOKEN_OUTFIT_HERO_GREED_SUIT_NAME",
|
||||
"Id": "TOKEN_OUTFIT_HERO_GREED_SUIT",
|
||||
"Type": "disguise",
|
||||
"Subtype": "sins",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": 99,
|
||||
"GamePrice": 99,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "2da79821-6d37-44b9-892e-1d64726c55c9"
|
||||
}
|
||||
],
|
||||
"Drops": ["TOKEN_OUTFIT_HERO_GREED_SUIT"],
|
||||
"IsPlayable": true,
|
||||
"IsLocked": false,
|
||||
"HideProgression": false,
|
||||
@ -2935,64 +2909,7 @@
|
||||
"Rewards": {
|
||||
"MasteryXP": 1000
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Quality": 1,
|
||||
"LoadoutSlot": "gear",
|
||||
"Rarity": "common",
|
||||
"AllowUpSync": true,
|
||||
"GameAssets": ["PROP_TOOL_GREED_COIN"],
|
||||
"RepositoryId": "2d5657ee-d467-4202-ada5-b00b7dc3bb76",
|
||||
"RepositoryAssets": [
|
||||
"2d5657ee-d467-4202-ada5-b00b7dc3bb76",
|
||||
"2d5657ee-d467-4202-ada5-b00b7dc3bb76",
|
||||
"2d5657ee-d467-4202-ada5-b00b7dc3bb76"
|
||||
]
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_PROP_TOOL_GREED_COIN_NAME",
|
||||
"Id": "PROP_TOOL_GREED_COIN",
|
||||
"Type": "gear",
|
||||
"Subtype": "distraction",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": -1,
|
||||
"GamePrice": -1,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "bb9e2850-9b3c-43c4-9f00-b04d08825330"
|
||||
},
|
||||
{
|
||||
"Properties": {
|
||||
"LoadoutSlot": "carriedweapon",
|
||||
"Rarity": "common",
|
||||
"RepositoryId": "8f0931b1-3c3a-40e8-941b-70e85c04e580",
|
||||
"Quality": "2",
|
||||
"UnlockOrder": 5,
|
||||
"AllowUpSync": true,
|
||||
"OrderIndex": 660
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_PROP_MELEE_CANE_GREED_NAME",
|
||||
"Id": "PROP_MELEE_CANE_GREED",
|
||||
"Type": "weapon",
|
||||
"Subtype": "melee",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": -1,
|
||||
"GamePrice": -1,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "3f621aca-7f55-492e-85af-1569897d0844"
|
||||
}
|
||||
],
|
||||
"Drops": ["PROP_TOOL_GREED_COIN", "PROP_MELEE_CANE_GREED"],
|
||||
"IsPlayable": true,
|
||||
"IsLocked": false,
|
||||
"HideProgression": false,
|
||||
@ -3077,55 +2994,8 @@
|
||||
"MasteryXP": 4000
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Quality": 3,
|
||||
"LoadoutSlot": "gear",
|
||||
"IsContainer": true,
|
||||
"Rarity": "common",
|
||||
"RepositoryId": "d5f7e973-fbd8-477e-a34e-37985bedd831",
|
||||
"AllowUpSync": true
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_PROP_CONTAINER_SUITCASE_GOLDEN_NAME",
|
||||
"Id": "PROP_CONTAINER_SUITCASE_GOLDEN",
|
||||
"Type": "gear",
|
||||
"Subtype": "container",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": 149,
|
||||
"GamePrice": 149,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "7bafe179-89ad-478c-8197-c50492c0dca4"
|
||||
},
|
||||
{
|
||||
"Properties": {
|
||||
"Gameplay": {},
|
||||
"Quality": 4,
|
||||
"Rarity": "common",
|
||||
"LoadoutSlot": "carriedweapon",
|
||||
"RepositoryId": "10f0653c-fe9c-4a43-98f1-18d20d18d9ab"
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_FIREARMS_SMG_TACTICAL_DAK_DTI_GOLD_COVERT_NAME",
|
||||
"Id": "FIREARMS_SMG_TACTICAL_DAK_DTI_GOLD_COVERT",
|
||||
"Type": "weapon",
|
||||
"Subtype": "smg",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": -1,
|
||||
"GamePrice": -1,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "f3d166cd-c2a1-4b02-8c4a-828e4b8de0d2"
|
||||
}
|
||||
"PROP_CONTAINER_SUITCASE_GOLDEN",
|
||||
"FIREARMS_SMG_TACTICAL_DAK_DTI_GOLD_COVERT"
|
||||
],
|
||||
"IsPlayable": true,
|
||||
"IsLocked": false,
|
||||
@ -3168,33 +3038,7 @@
|
||||
"Rewards": {
|
||||
"MasteryXP": 1000
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Quality": 1,
|
||||
"Rarity": "common",
|
||||
"LoadoutSlot": "disguise",
|
||||
"RepositoryId": "da1ce1bf-1d1b-4f49-9d0f-73d57f955606",
|
||||
"OrderIndex": 1001,
|
||||
"AllowUpSync": true
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_TOKEN_OUTFIT_HERO_GOLDEN_DEVIL_SUIT_NAME",
|
||||
"Id": "TOKEN_OUTFIT_HERO_GOLDEN_DEVIL_SUIT",
|
||||
"Type": "disguise",
|
||||
"Subtype": "deluxe",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": 99,
|
||||
"GamePrice": 99,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "bd071ad9-82c4-4d5a-bcd3-2e5b17bd72e9"
|
||||
}
|
||||
],
|
||||
"Drops": ["TOKEN_OUTFIT_HERO_GOLDEN_DEVIL_SUIT"],
|
||||
"IsPlayable": true,
|
||||
"IsLocked": false,
|
||||
"HideProgression": false,
|
||||
|
@ -1745,35 +1745,7 @@
|
||||
"Rewards": {
|
||||
"MasteryXP": 1000
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Name": "054f443b-824f-4913-8b29-64dfcd82b089_greenland_hero_trainingsuit_m_hpa745_name_",
|
||||
"Description": "054f443b-824f-4913-8b29-64dfcd82b089_greenland_hero_trainingsuit_m_hpa745_description_",
|
||||
"Quality": 4,
|
||||
"Rarity": "common",
|
||||
"LoadoutSlot": "disguise",
|
||||
"IsConsumable": false,
|
||||
"RepositoryId": "054f443b-824f-4913-8b29-64dfcd82b089",
|
||||
"OrderIndex": 753
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_TOKEN_OUTFIT_GREENLAND_HERO_TRAININGSUIT_NAME",
|
||||
"Id": "TOKEN_OUTFIT_GREENLAND_HERO_TRAININGSUIT",
|
||||
"Type": "disguise",
|
||||
"Subtype": "tactical",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": -1,
|
||||
"GamePrice": -1,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "3af7dc77-f7f0-4ed0-a31b-b42f6327d4b9"
|
||||
}
|
||||
],
|
||||
"Drops": ["TOKEN_OUTFIT_GREENLAND_HERO_TRAININGSUIT"],
|
||||
"IsPlayable": true,
|
||||
"IsLocked": false,
|
||||
"HideProgression": true,
|
||||
@ -2140,31 +2112,7 @@
|
||||
"Rewards": {
|
||||
"MasteryXP": 2000
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Quality": 5,
|
||||
"LoadoutSlot": "gear",
|
||||
"Rarity": "common",
|
||||
"RepositoryId": "b39d7a0d-e839-417b-880c-cf9b165d4e11"
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_PROP_TOOL_LOCK_PICK_NAME",
|
||||
"Id": "PROP_TOOL_LOCK_PICK",
|
||||
"Type": "gear",
|
||||
"Subtype": "tool",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": 149,
|
||||
"GamePrice": 149,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "7850fd23-3a73-44b9-89f6-2ce634e003b9"
|
||||
}
|
||||
],
|
||||
"Drops": ["PROP_TOOL_LOCK_PICK"],
|
||||
"IsPlayable": true,
|
||||
"IsLocked": false,
|
||||
"HideProgression": true,
|
||||
|
@ -18,31 +18,7 @@
|
||||
"Rewards": {
|
||||
"MasteryXP": 0
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Quality": 5,
|
||||
"LoadoutSlot": "gear",
|
||||
"Rarity": "common",
|
||||
"RepositoryId": "2eacd4f6-0018-41a5-800d-5fd85f9ecefe"
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_PROP_TOOL_LOCK_PICK_CLASSIC_NAME",
|
||||
"Id": "PROP_TOOL_LOCK_PICK_CLASSIC",
|
||||
"Type": "gear",
|
||||
"Subtype": "tool",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": 149,
|
||||
"GamePrice": 149,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "4844b4fd-48b0-4434-890a-de1b3a5357cc"
|
||||
}
|
||||
],
|
||||
"Drops": ["PROP_TOOL_LOCK_PICK_CLASSIC"],
|
||||
"IsPlayable": false,
|
||||
"IsLocked": false,
|
||||
"HideProgression": false,
|
||||
@ -168,41 +144,7 @@
|
||||
"Rewards": {
|
||||
"MasteryXP": 0
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Quality": 1,
|
||||
"LoadoutSlot": "gear",
|
||||
"Rarity": "common",
|
||||
"GameAssets": [
|
||||
"PROP_TOOL_COIN",
|
||||
"PROP_TOOL_COIN",
|
||||
"PROP_TOOL_COIN"
|
||||
],
|
||||
"RepositoryId": "98bf7fc1-7857-4999-bc99-586c49f24017",
|
||||
"RepositoryAssets": [
|
||||
"98bf7fc1-7857-4999-bc99-586c49f24017",
|
||||
"98bf7fc1-7857-4999-bc99-586c49f24017",
|
||||
"98bf7fc1-7857-4999-bc99-586c49f24017"
|
||||
]
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_PROP_TOOL_COIN_CLASSIC_NAME",
|
||||
"Id": "PROP_TOOL_COIN_CLASSIC",
|
||||
"Type": "gear",
|
||||
"Subtype": "distraction",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": -1,
|
||||
"GamePrice": -1,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "0537b7ff-d076-4b8f-9f37-63f1a350c1e9"
|
||||
}
|
||||
],
|
||||
"Drops": ["PROP_TOOL_COIN_CLASSIC"],
|
||||
"IsPlayable": false,
|
||||
"IsLocked": false,
|
||||
"HideProgression": false,
|
||||
@ -328,31 +270,7 @@
|
||||
"Rewards": {
|
||||
"MasteryXP": 0
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Quality": 2,
|
||||
"LoadoutSlot": "gear",
|
||||
"Rarity": "common",
|
||||
"RepositoryId": "edd82229-9984-45db-802f-8584ecf38ef3"
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_PROP_MELEE_CLASSIC_FIBER_WIRE_NAME",
|
||||
"Id": "PROP_MELEE_CLASSIC_FIBER_WIRE",
|
||||
"Type": "weapon",
|
||||
"Subtype": "melee",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": -1,
|
||||
"GamePrice": -1,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "8b3d6856-88b4-4910-96b5-5ab520b81400"
|
||||
}
|
||||
],
|
||||
"Drops": ["PROP_MELEE_CLASSIC_FIBER_WIRE"],
|
||||
"IsPlayable": false,
|
||||
"IsLocked": false,
|
||||
"HideProgression": false,
|
||||
@ -478,31 +396,7 @@
|
||||
"Rewards": {
|
||||
"MasteryXP": 0
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Quality": 4,
|
||||
"LoadoutSlot": "gear",
|
||||
"Rarity": "common",
|
||||
"RepositoryId": "49765e76-dea7-4ad4-b502-2bad7727a15f"
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_PROP_POISON_CLASSIC_PILLS_LETHAL_NAME",
|
||||
"Id": "PROP_POISON_CLASSIC_PILLS_LETHAL",
|
||||
"Type": "gear",
|
||||
"Subtype": "poison",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": 149,
|
||||
"GamePrice": 149,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "430d62f7-8e7a-458d-8998-faff764d2dcc"
|
||||
}
|
||||
],
|
||||
"Drops": ["PROP_POISON_CLASSIC_PILLS_LETHAL"],
|
||||
"IsPlayable": false,
|
||||
"IsLocked": false,
|
||||
"HideProgression": false,
|
||||
@ -627,32 +521,7 @@
|
||||
"Rewards": {
|
||||
"MasteryXP": 0
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Gameplay": {},
|
||||
"Quality": 4,
|
||||
"Rarity": "common",
|
||||
"LoadoutSlot": "concealedweapon",
|
||||
"RepositoryId": "ff340698-bc83-479c-8917-16d99b39406c"
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_FIREARMS_PISTOL_CLASSIC_SILVERBALLER_NAME",
|
||||
"Id": "FIREARMS_PISTOL_CLASSIC_SILVERBALLER",
|
||||
"Type": "weapon",
|
||||
"Subtype": "pistol",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": -1,
|
||||
"GamePrice": -1,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "04473fcf-8f9d-4e8e-a774-2c4ca81cff94"
|
||||
}
|
||||
],
|
||||
"Drops": ["FIREARMS_PISTOL_CLASSIC_SILVERBALLER"],
|
||||
"IsPlayable": false,
|
||||
"IsLocked": false,
|
||||
"HideProgression": false,
|
||||
@ -777,33 +646,7 @@
|
||||
"Rewards": {
|
||||
"MasteryXP": 0
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Quality": 1,
|
||||
"Rarity": "common",
|
||||
"LoadoutSlot": "disguise",
|
||||
"RepositoryId": "8a710d65-eccc-478d-88fa-ee64d45dcfb3",
|
||||
"OrderIndex": 260,
|
||||
"AllowUpSync": true
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_TOKEN_OUTFIT_CLASSICS_REWARD_BLACK_SUIT_NAME",
|
||||
"Id": "TOKEN_OUTFIT_CLASSICS_REWARD_BLACK_SUIT",
|
||||
"Type": "disguise",
|
||||
"Subtype": "formal",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": 99,
|
||||
"GamePrice": 99,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "8b4c23b9-7ebc-4e6d-b1b8-a360b3b9da63"
|
||||
}
|
||||
],
|
||||
"Drops": ["TOKEN_OUTFIT_CLASSICS_REWARD_BLACK_SUIT"],
|
||||
"IsPlayable": false,
|
||||
"IsLocked": false,
|
||||
"HideProgression": false,
|
||||
@ -929,36 +772,7 @@
|
||||
"MasteryXP": 0
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Quality": 2,
|
||||
"LoadoutSlot": "gear",
|
||||
"Rarity": "common",
|
||||
"GameAssets": [
|
||||
"PROP_DEVICE_ICA_CLASSIC_RUBBERDUCK_PROXIMITY_EXPLOSIVE"
|
||||
],
|
||||
"RepositoryId": "0bc37bb7-dcd8-4348-a338-22fd8676a416",
|
||||
"RepositoryAssets": [
|
||||
"0bc37bb7-dcd8-4348-a338-22fd8676a416"
|
||||
],
|
||||
"UnlockOrder": 20
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_PROP_DEVICE_ICA_CLASSIC_RUBBERDUCK_PROXIMITY_EXPLOSIVE_NAME",
|
||||
"Id": "PROP_DEVICE_ICA_CLASSIC_RUBBERDUCK_PROXIMITY_EXPLOSIVE",
|
||||
"Type": "gear",
|
||||
"Subtype": "explosive",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": 149,
|
||||
"GamePrice": 149,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "959cd59c-056e-4a77-b175-ac48e2480972"
|
||||
}
|
||||
"PROP_DEVICE_ICA_CLASSIC_RUBBERDUCK_PROXIMITY_EXPLOSIVE"
|
||||
],
|
||||
"IsPlayable": false,
|
||||
"IsLocked": false,
|
||||
@ -1081,32 +895,7 @@
|
||||
"Rewards": {
|
||||
"MasteryXP": 0
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Quality": 3,
|
||||
"LoadoutSlot": "gear",
|
||||
"IsContainer": true,
|
||||
"Rarity": "common",
|
||||
"RepositoryId": "c1238ece-fcbf-4ab9-bcfb-9371d5e3b576"
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_PROP_CONTAINER_SUITCASE_ICA_CLASSIC_NAME",
|
||||
"Id": "PROP_CONTAINER_SUITCASE_ICA_CLASSIC",
|
||||
"Type": "gear",
|
||||
"Subtype": "container",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": 149,
|
||||
"GamePrice": 149,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "41b58e50-8db9-4c4f-906f-aaadd37d549e"
|
||||
}
|
||||
],
|
||||
"Drops": ["PROP_CONTAINER_SUITCASE_ICA_CLASSIC"],
|
||||
"IsPlayable": false,
|
||||
"IsLocked": false,
|
||||
"HideProgression": false,
|
||||
@ -1228,32 +1017,7 @@
|
||||
"Rewards": {
|
||||
"MasteryXP": 0
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Gameplay": {},
|
||||
"Quality": 4,
|
||||
"Rarity": "common",
|
||||
"LoadoutSlot": "carriedweapon",
|
||||
"RepositoryId": "0e3dc26a-9eed-4aa1-b81e-d0c597b36737"
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_FIREARMS_SNIPER_HEAVY_ICA_WOODSMAN_COVERT_NAME",
|
||||
"Id": "FIREARMS_SNIPER_HEAVY_ICA_WOODSMAN_COVERT",
|
||||
"Type": "weapon",
|
||||
"Subtype": "sniperrifle",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": -1,
|
||||
"GamePrice": -1,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "573da62c-8628-4463-ba85-6f2f75526129"
|
||||
}
|
||||
],
|
||||
"Drops": ["FIREARMS_SNIPER_HEAVY_ICA_WOODSMAN_COVERT"],
|
||||
"IsPlayable": false,
|
||||
"IsLocked": false,
|
||||
"HideProgression": false,
|
||||
|
@ -2885,33 +2885,7 @@
|
||||
"Rewards": {
|
||||
"MasteryXP": 4000
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Quality": 1,
|
||||
"Rarity": "common",
|
||||
"LoadoutSlot": "disguise",
|
||||
"RepositoryId": "052cbf5d-e268-479a-a705-17609d528182",
|
||||
"OrderIndex": 955,
|
||||
"AllowUpSync": true
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_TOKEN_OUTFIT_HERO_PIRATE_SUIT_NAME",
|
||||
"Id": "TOKEN_OUTFIT_HERO_PIRATE_SUIT",
|
||||
"Type": "disguise",
|
||||
"Subtype": "themed",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": 99,
|
||||
"GamePrice": 99,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "7ff5b943-eede-4415-adb2-61e6e7258c60"
|
||||
}
|
||||
],
|
||||
"Drops": ["TOKEN_OUTFIT_HERO_PIRATE_SUIT"],
|
||||
"IsPlayable": true,
|
||||
"IsLocked": false,
|
||||
"HideProgression": false,
|
||||
|
@ -1564,31 +1564,7 @@
|
||||
"MasteryXP": 4000
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Quality": 1,
|
||||
"Rarity": "common",
|
||||
"LoadoutSlot": "disguise",
|
||||
"RepositoryId": "2afecc9a-4fe9-411f-a34f-b038ef91ee98",
|
||||
"OrderIndex": 960,
|
||||
"AllowUpSync": true
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_TOKEN_OUTFIT_REWARD_HERO_HALLOWEENSANSPUMPKIN_SUIT_NAME",
|
||||
"Id": "TOKEN_OUTFIT_REWARD_HERO_HALLOWEENSANSPUMPKIN_SUIT",
|
||||
"Type": "disguise",
|
||||
"Subtype": "themed",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": 99,
|
||||
"GamePrice": 99,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "3184c551-4577-45fe-818d-02282ede9db9"
|
||||
}
|
||||
"TOKEN_OUTFIT_REWARD_HERO_HALLOWEENSANSPUMPKIN_SUIT"
|
||||
],
|
||||
"IsPlayable": true,
|
||||
"IsLocked": false,
|
||||
@ -1882,33 +1858,7 @@
|
||||
"Rewards": {
|
||||
"MasteryXP": 0
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Quality": 1,
|
||||
"Rarity": "common",
|
||||
"LoadoutSlot": "disguise",
|
||||
"RepositoryId": "08022e2c-4954-4b63-b632-3ac50d018292",
|
||||
"OrderIndex": 702,
|
||||
"AllowUpSync": true
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_TOKEN_OUTFIT_WET_SUIT_NAME",
|
||||
"Id": "TOKEN_OUTFIT_WET_SUIT",
|
||||
"Type": "disguise",
|
||||
"Subtype": "tactical",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": 99,
|
||||
"GamePrice": 99,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "c2834cc6-0c71-4785-a976-c93aceb4c528"
|
||||
}
|
||||
],
|
||||
"Drops": ["TOKEN_OUTFIT_WET_SUIT"],
|
||||
"IsPlayable": true,
|
||||
"IsLocked": false,
|
||||
"HideProgression": false,
|
||||
@ -1944,41 +1894,7 @@
|
||||
"Rewards": {
|
||||
"MasteryXP": 4000
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"LoadoutSlot": "gear",
|
||||
"Rarity": "common",
|
||||
"GameAssets": [
|
||||
"PROP_MELEE_SHURIKEN_BAT",
|
||||
"PROP_MELEE_SHURIKEN_BAT"
|
||||
],
|
||||
"RepositoryId": "92330cd4-1bb1-419e-98d3-ef26631504bf",
|
||||
"RepositoryAssets": [
|
||||
"92330cd4-1bb1-419e-98d3-ef26631504bf",
|
||||
"92330cd4-1bb1-419e-98d3-ef26631504bf",
|
||||
"92330cd4-1bb1-419e-98d3-ef26631504bf"
|
||||
],
|
||||
"Quality": "2",
|
||||
"UnlockOrder": 7
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_PROP_MELEE_SHURIKEN_BAT_NAME",
|
||||
"Id": "PROP_MELEE_SHURIKEN_BAT",
|
||||
"Type": "weapon",
|
||||
"Subtype": "melee",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": -1,
|
||||
"GamePrice": -1,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "7ec875a3-a299-48db-bbf8-35975258f509"
|
||||
}
|
||||
],
|
||||
"Drops": ["PROP_MELEE_SHURIKEN_BAT"],
|
||||
"IsPlayable": true,
|
||||
"IsLocked": false,
|
||||
"HideProgression": false,
|
||||
|
@ -1451,33 +1451,7 @@
|
||||
"Rewards": {
|
||||
"MasteryXP": 4000
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Quality": 1,
|
||||
"Rarity": "common",
|
||||
"LoadoutSlot": "disguise",
|
||||
"RepositoryId": "5d9753ba-5b6b-481e-97df-823d183f5447",
|
||||
"OrderIndex": 432,
|
||||
"AllowUpSync": true
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_TOKEN_OUTFIT_REWARD_HERO_FALCON_ICE_SUIT_NAME",
|
||||
"Id": "TOKEN_OUTFIT_REWARD_HERO_FALCON_ICE_SUIT",
|
||||
"Type": "disguise",
|
||||
"Subtype": "themed",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": 99,
|
||||
"GamePrice": 99,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "3dd14742-3ce0-4a1b-bbd3-76774ce051d6"
|
||||
}
|
||||
],
|
||||
"Drops": ["TOKEN_OUTFIT_REWARD_HERO_FALCON_ICE_SUIT"],
|
||||
"IsPlayable": true,
|
||||
"IsLocked": false,
|
||||
"HideProgression": false,
|
||||
@ -3177,33 +3151,7 @@
|
||||
"Rewards": {
|
||||
"MasteryXP": 1000
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Quality": 1,
|
||||
"Rarity": "common",
|
||||
"LoadoutSlot": "disguise",
|
||||
"RepositoryId": "7c67d864-d1f2-48db-a5a4-5ef413151cf5",
|
||||
"OrderIndex": 430,
|
||||
"AllowUpSync": true
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_TOKEN_OUTFIT_REWARD_SNOWFESTIVAL_SUIT_NAME",
|
||||
"Id": "TOKEN_OUTFIT_REWARD_SNOWFESTIVAL_SUIT",
|
||||
"Type": "disguise",
|
||||
"Subtype": "coats",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": 99,
|
||||
"GamePrice": 99,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "30d65f6f-29fe-48ae-b6e1-26af355813b4"
|
||||
}
|
||||
],
|
||||
"Drops": ["TOKEN_OUTFIT_REWARD_SNOWFESTIVAL_SUIT"],
|
||||
"IsPlayable": true,
|
||||
"IsLocked": false,
|
||||
"HideProgression": false,
|
||||
@ -3238,38 +3186,7 @@
|
||||
"Rewards": {
|
||||
"MasteryXP": 2000
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Gameplay": {
|
||||
"range": 0.5,
|
||||
"damage": 0.6,
|
||||
"clipsize": 0.2,
|
||||
"rateoffire": 0.6
|
||||
},
|
||||
"Quality": 4,
|
||||
"Rarity": "common",
|
||||
"LoadoutSlot": "concealedweapon",
|
||||
"RepositoryId": "77f644ef-6dbb-4f30-afef-5c3a6a26a665",
|
||||
"UnlockOrder": 10
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_FIREARMS_HERO_PISTOL_ICEBALLER_NAME",
|
||||
"Id": "FIREARMS_HERO_PISTOL_ICEBALLER",
|
||||
"Type": "weapon",
|
||||
"Subtype": "pistol",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": 99,
|
||||
"GamePrice": 99,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "276c8916-83d0-4367-b4b8-7574658e7a06"
|
||||
}
|
||||
],
|
||||
"Drops": ["FIREARMS_HERO_PISTOL_ICEBALLER"],
|
||||
"IsPlayable": true,
|
||||
"IsLocked": false,
|
||||
"HideProgression": false,
|
||||
@ -3358,31 +3275,7 @@
|
||||
"Rewards": {
|
||||
"MasteryXP": 4000
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"LoadoutSlot": "gear",
|
||||
"Rarity": "common",
|
||||
"RepositoryId": "76d1f44c-8a78-462a-a39c-23d4101f4d6f",
|
||||
"Quality": 4
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_PROP_MELEE_ICE_PICK_NAME",
|
||||
"Id": "PROP_MELEE_ICE_PICK",
|
||||
"Type": "weapon",
|
||||
"Subtype": "melee",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": -1,
|
||||
"GamePrice": -1,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": true,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "3bbf7a66-7d33-4300-b94f-057261cc81b0"
|
||||
}
|
||||
],
|
||||
"Drops": ["PROP_MELEE_ICE_PICK"],
|
||||
"IsPlayable": true,
|
||||
"IsLocked": false,
|
||||
"HideProgression": false,
|
||||
@ -4124,32 +4017,7 @@
|
||||
"Rewards": {
|
||||
"MasteryXP": 4000
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Gameplay": {},
|
||||
"Quality": 4,
|
||||
"Rarity": "common",
|
||||
"LoadoutSlot": "concealedweapon",
|
||||
"RepositoryId": "15291f69-88d0-4a8f-b31b-71605ba5ff38"
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_FIREARMS_PISTOL_STRIKER_NAME",
|
||||
"Id": "FIREARMS_PISTOL_STRIKER",
|
||||
"Type": "weapon",
|
||||
"Subtype": "pistol",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": -1,
|
||||
"GamePrice": -1,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "ab23aaf2-4d8f-4195-b237-7b1644ad3ed2"
|
||||
}
|
||||
],
|
||||
"Drops": ["FIREARMS_PISTOL_STRIKER"],
|
||||
"IsPlayable": true,
|
||||
"IsLocked": false,
|
||||
"HideProgression": false,
|
||||
|
@ -3337,29 +3337,7 @@
|
||||
"MasteryXP": 1000
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Location": "LOCATION_PARENT_MARRAKESH",
|
||||
"RepositoryId": "035838e6-a288-4d1a-a1ae-fba484a7c545",
|
||||
"Equip": [],
|
||||
"UnlockOrder": 21
|
||||
},
|
||||
"Rarity": null,
|
||||
"DisplayNameLocKey": "UI_STARTING_LOCATION_MARRAKESH_SPIDER_CONSULATE_BASEMENT_NAME",
|
||||
"Id": "STARTING_LOCATION_MARRAKESH_SPIDER_CONSULATE_BASEMENT",
|
||||
"Type": "access",
|
||||
"Subtype": "startinglocation",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": -1,
|
||||
"GamePrice": -1,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "1d4890a5-53f6-42d8-bf69-a2756d7fc432"
|
||||
}
|
||||
"STARTING_LOCATION_MARRAKESH_SPIDER_CONSULATE_BASEMENT"
|
||||
],
|
||||
"IsPlayable": true,
|
||||
"IsLocked": false,
|
||||
@ -4480,32 +4458,7 @@
|
||||
"Rewards": {
|
||||
"MasteryXP": 0
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Gameplay": {},
|
||||
"Quality": 4,
|
||||
"Rarity": "common",
|
||||
"LoadoutSlot": "carriedweapon",
|
||||
"RepositoryId": "f301f605-007c-4fe1-aa99-a8cd2cae033f"
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_FIREARMS_SNIPER_SIEGER_300_GHOST_NAME",
|
||||
"Id": "FIREARMS_SNIPER_SIEGER_300_GHOST",
|
||||
"Type": "weapon",
|
||||
"Subtype": "sniperrifle",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": -1,
|
||||
"GamePrice": -1,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "c76131e6-2051-442f-b4fb-4860a21e34ae"
|
||||
}
|
||||
],
|
||||
"Drops": ["FIREARMS_SNIPER_SIEGER_300_GHOST"],
|
||||
"IsPlayable": true,
|
||||
"IsLocked": false,
|
||||
"HideProgression": false,
|
||||
|
@ -53,33 +53,7 @@
|
||||
"Rewards": {
|
||||
"MasteryXP": 4000
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Quality": 1,
|
||||
"Rarity": "common",
|
||||
"LoadoutSlot": "disguise",
|
||||
"RepositoryId": "a54b89f2-4d3b-4801-a202-1b95a98d7ced",
|
||||
"OrderIndex": 160,
|
||||
"AllowUpSync": true
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_TOKEN_OUTFIT_REWARD_HERO_AGENT17_SUIT_NAME",
|
||||
"Id": "TOKEN_OUTFIT_REWARD_HERO_AGENT17_SUIT",
|
||||
"Type": "disguise",
|
||||
"Subtype": "classic",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": 99,
|
||||
"GamePrice": 99,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "94347f56-9158-496d-b459-53d10e25449e"
|
||||
}
|
||||
],
|
||||
"Drops": ["TOKEN_OUTFIT_REWARD_HERO_AGENT17_SUIT"],
|
||||
"IsPlayable": true,
|
||||
"IsLocked": false,
|
||||
"HideProgression": false,
|
||||
@ -2639,53 +2613,8 @@
|
||||
"MasteryXP": 1000
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Gameplay": {},
|
||||
"Quality": 4,
|
||||
"Rarity": "common",
|
||||
"LoadoutSlot": "carriedweapon",
|
||||
"RepositoryId": "f4e92f7a-c13e-4f7f-8406-137dfd3f8378"
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_FIREARMS_SNIPER_JAEGER_7_TUATARA_ENVY_NAME",
|
||||
"Id": "FIREARMS_SNIPER_JAEGER_7_TUATARA_ENVY",
|
||||
"Type": "weapon",
|
||||
"Subtype": "sniperrifle",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": -1,
|
||||
"GamePrice": -1,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "3393062e-621f-4069-9a33-acdf7fb4e53c"
|
||||
},
|
||||
{
|
||||
"Properties": {
|
||||
"LoadoutSlot": "gear",
|
||||
"Rarity": "common",
|
||||
"RepositoryId": "ac2b7cf1-523a-4aee-a73b-5b2ccfd6079f",
|
||||
"Quality": 4
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_PROP_MELEE_DAGGER_ENVY_NAME",
|
||||
"Id": "PROP_MELEE_DAGGER_ENVY",
|
||||
"Type": "weapon",
|
||||
"Subtype": "melee",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": -1,
|
||||
"GamePrice": -1,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": true,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "6b9af417-9ebf-4be6-8ed9-67dc5529766b"
|
||||
}
|
||||
"FIREARMS_SNIPER_JAEGER_7_TUATARA_ENVY",
|
||||
"PROP_MELEE_DAGGER_ENVY"
|
||||
],
|
||||
"IsPlayable": true,
|
||||
"IsLocked": false,
|
||||
@ -3664,33 +3593,7 @@
|
||||
"Rewards": {
|
||||
"MasteryXP": 1000
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Quality": 1,
|
||||
"Rarity": "common",
|
||||
"LoadoutSlot": "disguise",
|
||||
"RepositoryId": "8ae5d394-49d1-4aaa-a51d-85d0bbe6bca9",
|
||||
"OrderIndex": 1026,
|
||||
"AllowUpSync": true
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_TOKEN_OUTFIT_HERO_ENVY_SUIT_NAME",
|
||||
"Id": "TOKEN_OUTFIT_HERO_ENVY_SUIT",
|
||||
"Type": "disguise",
|
||||
"Subtype": "sins",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": 99,
|
||||
"GamePrice": 99,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "95ad82bb-c602-439b-8b8e-c8306121aeb9"
|
||||
}
|
||||
],
|
||||
"Drops": ["TOKEN_OUTFIT_HERO_ENVY_SUIT"],
|
||||
"IsPlayable": true,
|
||||
"IsLocked": false,
|
||||
"HideProgression": false,
|
||||
@ -3811,53 +3714,8 @@
|
||||
"MasteryXP": 1000
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Quality": 4,
|
||||
"LoadoutSlot": "gear",
|
||||
"Rarity": "common",
|
||||
"RepositoryId": "83930544-d8db-4020-901f-ea6017764aaa",
|
||||
"UnlockOrder": 10
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_PROP_EMETIC_POISON_PEN_SYRINGE_GURU_NAME",
|
||||
"Id": "PROP_EMETIC_POISON_PEN_SYRINGE_GURU",
|
||||
"Type": "gear",
|
||||
"Subtype": "poison",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": 149,
|
||||
"GamePrice": 149,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "5db59ddc-98c5-46ed-8823-0a91fda6ee04"
|
||||
},
|
||||
{
|
||||
"Properties": {
|
||||
"Quality": 3,
|
||||
"LoadoutSlot": "gear",
|
||||
"Rarity": "common",
|
||||
"RepositoryId": "a49fe9f6-aa5a-4000-8aec-2902ab57b4b7"
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_PROP_GAS_GRENADE_EMETIC_GURU_NAME",
|
||||
"Id": "PROP_GAS_GRENADE_EMETIC_GURU",
|
||||
"Type": "gear",
|
||||
"Subtype": "tool",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": 149,
|
||||
"GamePrice": 149,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "8a914db9-9df7-4756-8616-b38168fb0db9"
|
||||
}
|
||||
"PROP_EMETIC_POISON_PEN_SYRINGE_GURU",
|
||||
"PROP_GAS_GRENADE_EMETIC_GURU"
|
||||
],
|
||||
"IsPlayable": true,
|
||||
"IsLocked": false,
|
||||
@ -3942,33 +3800,7 @@
|
||||
"Rewards": {
|
||||
"MasteryXP": 1000
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Quality": 1,
|
||||
"Rarity": "common",
|
||||
"LoadoutSlot": "disguise",
|
||||
"RepositoryId": "a4ef8071-8931-4179-abec-11a2b9ceba36",
|
||||
"OrderIndex": 1004,
|
||||
"AllowUpSync": true
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_TOKEN_OUTFIT_HERO_GURU_SUIT_NAME",
|
||||
"Id": "TOKEN_OUTFIT_HERO_GURU_SUIT",
|
||||
"Type": "disguise",
|
||||
"Subtype": "deluxe",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": 99,
|
||||
"GamePrice": 99,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "2df3c803-8729-4bd1-b10f-4e2afc439c9c"
|
||||
}
|
||||
],
|
||||
"Drops": ["TOKEN_OUTFIT_HERO_GURU_SUIT"],
|
||||
"IsPlayable": true,
|
||||
"IsLocked": false,
|
||||
"HideProgression": false,
|
||||
|
@ -265,32 +265,7 @@
|
||||
"Rewards": {
|
||||
"MasteryXP": 4000
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Quality": 4,
|
||||
"LoadoutSlot": "gear",
|
||||
"Rarity": "common",
|
||||
"RepositoryId": "c601c095-e1dc-4490-aeae-e8e200dd9ac8",
|
||||
"UnlockOrder": 10
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_PROP_DEVICE_EXPLOSIVE_PRESENT_NAME",
|
||||
"Id": "PROP_DEVICE_EXPLOSIVE_PRESENT",
|
||||
"Type": "gear",
|
||||
"Subtype": "explosive",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": 149,
|
||||
"GamePrice": 149,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "0a447781-8552-4b55-9651-c95bde9e5a7e"
|
||||
}
|
||||
],
|
||||
"Drops": ["PROP_DEVICE_EXPLOSIVE_PRESENT"],
|
||||
"IsPlayable": true,
|
||||
"IsLocked": false,
|
||||
"HideProgression": false,
|
||||
@ -3223,35 +3198,7 @@
|
||||
"Rewards": {
|
||||
"MasteryXP": 1000
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Name": "31ac5259-ff59-46e0-ab0f-8ddeaf296a36_char_legacy_hero_santaclaussuit_m_hpa2809_name_",
|
||||
"Description": "31ac5259-ff59-46e0-ab0f-8ddeaf296a36_char_legacy_hero_santaclaussuit_m_hpa2809_description_",
|
||||
"Quality": 4,
|
||||
"Rarity": "common",
|
||||
"LoadoutSlot": "disguise",
|
||||
"IsConsumable": false,
|
||||
"RepositoryId": "31ac5259-ff59-46e0-ab0f-8ddeaf296a36",
|
||||
"OrderIndex": 1000
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_TOKEN_OUTFIT_HERO_SANTACLAUS_SUIT_NAME",
|
||||
"Id": "TOKEN_OUTFIT_HERO_SANTACLAUS_SUIT",
|
||||
"Type": "disguise",
|
||||
"Subtype": "themed",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": -1,
|
||||
"GamePrice": -1,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "82d3e329-34bf-4e2d-93b1-25f345eff7c4"
|
||||
}
|
||||
],
|
||||
"Drops": ["TOKEN_OUTFIT_HERO_SANTACLAUS_SUIT"],
|
||||
"IsPlayable": true,
|
||||
"IsLocked": false,
|
||||
"HideProgression": false,
|
||||
@ -3361,32 +3308,7 @@
|
||||
"Rewards": {
|
||||
"MasteryXP": 1000
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Quality": 4,
|
||||
"LoadoutSlot": "gear",
|
||||
"Rarity": "common",
|
||||
"RepositoryId": "6561a437-86ef-4338-a01f-005b3476be20",
|
||||
"UnlockOrder": 10
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_PROP_DEVICE_LIL_FLASHY_REMOTE_FLASH_NAME",
|
||||
"Id": "PROP_DEVICE_LIL_FLASHY_REMOTE_FLASH",
|
||||
"Type": "gear",
|
||||
"Subtype": "explosive",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": 149,
|
||||
"GamePrice": 149,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "a556efcf-123a-4fe2-b9dd-87b03d98c232"
|
||||
}
|
||||
],
|
||||
"Drops": ["PROP_DEVICE_LIL_FLASHY_REMOTE_FLASH"],
|
||||
"IsPlayable": true,
|
||||
"IsLocked": false,
|
||||
"HideProgression": false,
|
||||
@ -4267,31 +4189,7 @@
|
||||
"Rewards": {
|
||||
"MasteryXP": 4000
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"LoadoutSlot": "carriedweapon",
|
||||
"Rarity": "common",
|
||||
"RepositoryId": "b549ea89-e9cc-44f4-87ae-7145a7060028",
|
||||
"Quality": 4
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_PROP_MELEE_A_NEW_BAT_NAME",
|
||||
"Id": "PROP_MELEE_A_NEW_BAT",
|
||||
"Type": "weapon",
|
||||
"Subtype": "melee",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": -1,
|
||||
"GamePrice": -1,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": true,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "1a856cec-5385-4a3d-808b-add8645ccf56"
|
||||
}
|
||||
],
|
||||
"Drops": ["PROP_MELEE_A_NEW_BAT"],
|
||||
"IsPlayable": true,
|
||||
"IsLocked": false,
|
||||
"HideProgression": false,
|
||||
|
@ -4911,30 +4911,7 @@
|
||||
"Rewards": {
|
||||
"MasteryXP": 2000
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Location": "LOCATION_PARENT_SAPIENZA",
|
||||
"RepositoryId": "1c386bb9-aead-42c0-b604-ad560056ddf4",
|
||||
"Equip": []
|
||||
},
|
||||
"Rarity": null,
|
||||
"DisplayNameLocKey": "UI_STARTING_LOCATION_SAPIENZA_CHURCHMORGUE_NAME",
|
||||
"Id": "STARTING_LOCATION_SAPIENZA_CHURCHMORGUE",
|
||||
"Type": "access",
|
||||
"Subtype": "startinglocation",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": -1,
|
||||
"GamePrice": -1,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "4347ab26-63a4-4132-87a3-a6036429bd4e"
|
||||
}
|
||||
],
|
||||
"Drops": ["STARTING_LOCATION_SAPIENZA_CHURCHMORGUE"],
|
||||
"IsPlayable": true,
|
||||
"IsLocked": false,
|
||||
"HideProgression": false,
|
||||
|
@ -18,31 +18,7 @@
|
||||
"Rewards": {
|
||||
"MasteryXP": 0
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Rarity": "common",
|
||||
"IsConsumable": false,
|
||||
"RepositoryId": "6f9a2965-f69d-463e-899f-b10731d97e7f",
|
||||
"Multiplier": 0.1
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_SCORE_MULTIPLIER_SC_HAWK_LABYRINTH_NAME",
|
||||
"Id": "SCORE_MULTIPLIER_SC_HAWK_LABYRINTH",
|
||||
"Type": "challengemultiplier",
|
||||
"Subtype": "challengemultiplier",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": -1,
|
||||
"GamePrice": -1,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "4d2139d0-1b2f-4443-beed-ac8a2adb7db8"
|
||||
}
|
||||
],
|
||||
"Drops": ["SCORE_MULTIPLIER_SC_HAWK_LABYRINTH"],
|
||||
"IsPlayable": true,
|
||||
"IsLocked": false,
|
||||
"HideProgression": true,
|
||||
@ -132,31 +108,7 @@
|
||||
"Rewards": {
|
||||
"MasteryXP": 0
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Rarity": "common",
|
||||
"IsConsumable": false,
|
||||
"RepositoryId": "dd3278aa-eee9-44e7-a0c9-46d5bfc8bc22",
|
||||
"Multiplier": 0.1
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_SCORE_MULTIPLIER_SC_HAWK_ELECTRIFIED_NAME",
|
||||
"Id": "SCORE_MULTIPLIER_SC_HAWK_ELECTRIFIED",
|
||||
"Type": "challengemultiplier",
|
||||
"Subtype": "challengemultiplier",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": -1,
|
||||
"GamePrice": -1,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "9b72f822-c1c5-45ba-b34c-6a3e57e5e8a7"
|
||||
}
|
||||
],
|
||||
"Drops": ["SCORE_MULTIPLIER_SC_HAWK_ELECTRIFIED"],
|
||||
"IsPlayable": true,
|
||||
"IsLocked": false,
|
||||
"HideProgression": true,
|
||||
@ -315,31 +267,7 @@
|
||||
"Rewards": {
|
||||
"MasteryXP": 0
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Rarity": "common",
|
||||
"IsConsumable": false,
|
||||
"RepositoryId": "9bb8b263-75e2-4944-88b3-473f4a620c99",
|
||||
"Multiplier": 0.08
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_SCORE_MULTIPLIER_SC_HAWK_WATER_DUMP_NAME",
|
||||
"Id": "SCORE_MULTIPLIER_SC_HAWK_WATER_DUMP",
|
||||
"Type": "challengemultiplier",
|
||||
"Subtype": "challengemultiplier",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": -1,
|
||||
"GamePrice": -1,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "1478ffb1-843d-4150-b5f9-4f8df6891fae"
|
||||
}
|
||||
],
|
||||
"Drops": ["SCORE_MULTIPLIER_SC_HAWK_WATER_DUMP"],
|
||||
"IsPlayable": true,
|
||||
"IsLocked": false,
|
||||
"HideProgression": true,
|
||||
@ -436,31 +364,7 @@
|
||||
"Rewards": {
|
||||
"MasteryXP": 0
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Rarity": "common",
|
||||
"IsConsumable": false,
|
||||
"RepositoryId": "a5b36908-04b8-42b3-ae3e-615c0d8d9178",
|
||||
"Multiplier": 0.05
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_SCORE_MULTIPLIER_SC_HAWK_BODYGUARDS_NAME",
|
||||
"Id": "SCORE_MULTIPLIER_SC_HAWK_BODYGUARDS",
|
||||
"Type": "challengemultiplier",
|
||||
"Subtype": "challengemultiplier",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": -1,
|
||||
"GamePrice": -1,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "e8f4770b-ab74-4d4b-8418-7df82fec1773"
|
||||
}
|
||||
],
|
||||
"Drops": ["SCORE_MULTIPLIER_SC_HAWK_BODYGUARDS"],
|
||||
"IsPlayable": true,
|
||||
"IsLocked": false,
|
||||
"HideProgression": true,
|
||||
@ -552,31 +456,7 @@
|
||||
"Rewards": {
|
||||
"MasteryXP": 0
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Rarity": "common",
|
||||
"IsConsumable": false,
|
||||
"RepositoryId": "ab3431a8-0b1f-46fa-9821-ca199f1b1ef4",
|
||||
"Multiplier": 0.1
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_SCORE_MULTIPLIER_SC_HAWK_BODYHIDER_NAME",
|
||||
"Id": "SCORE_MULTIPLIER_SC_HAWK_BODYHIDER",
|
||||
"Type": "challengemultiplier",
|
||||
"Subtype": "challengemultiplier",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": -1,
|
||||
"GamePrice": -1,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "ca40cc60-cdfd-4119-83de-db9c6fe8f9b8"
|
||||
}
|
||||
],
|
||||
"Drops": ["SCORE_MULTIPLIER_SC_HAWK_BODYHIDER"],
|
||||
"IsPlayable": true,
|
||||
"IsLocked": false,
|
||||
"HideProgression": true,
|
||||
@ -674,31 +554,7 @@
|
||||
"Rewards": {
|
||||
"MasteryXP": 0
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Rarity": "common",
|
||||
"IsConsumable": false,
|
||||
"RepositoryId": "f802479b-e9ed-4e17-8983-30f154126072",
|
||||
"Multiplier": 0.1
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_SCORE_MULTIPLIER_SC_HAWK_NO_LOOSE_ENDS_NAME",
|
||||
"Id": "SCORE_MULTIPLIER_SC_HAWK_NO_LOOSE_ENDS",
|
||||
"Type": "challengemultiplier",
|
||||
"Subtype": "challengemultiplier",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": -1,
|
||||
"GamePrice": -1,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "ddc6625d-99cc-4f46-8385-6c710ebdcbab"
|
||||
}
|
||||
],
|
||||
"Drops": ["SCORE_MULTIPLIER_SC_HAWK_NO_LOOSE_ENDS"],
|
||||
"IsPlayable": true,
|
||||
"IsLocked": false,
|
||||
"HideProgression": true,
|
||||
@ -831,31 +687,7 @@
|
||||
"Rewards": {
|
||||
"MasteryXP": 0
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Rarity": "common",
|
||||
"IsConsumable": false,
|
||||
"RepositoryId": "36dc596d-d69c-4367-abeb-703b0b8182d9",
|
||||
"Multiplier": 0.09
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_SCORE_MULTIPLIER_SC_HAWK_KILLER_SHOT_NAME",
|
||||
"Id": "SCORE_MULTIPLIER_SC_HAWK_KILLER_SHOT",
|
||||
"Type": "challengemultiplier",
|
||||
"Subtype": "challengemultiplier",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": -1,
|
||||
"GamePrice": -1,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "4466f2e9-4bc2-4a5e-9935-6ea997ef2544"
|
||||
}
|
||||
],
|
||||
"Drops": ["SCORE_MULTIPLIER_SC_HAWK_KILLER_SHOT"],
|
||||
"IsPlayable": true,
|
||||
"IsLocked": false,
|
||||
"HideProgression": true,
|
||||
@ -979,31 +811,7 @@
|
||||
"Rewards": {
|
||||
"MasteryXP": 0
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Rarity": "common",
|
||||
"IsConsumable": false,
|
||||
"RepositoryId": "9f85be0e-ff1e-481a-bfa4-53ad952f5e34",
|
||||
"Multiplier": 0.12
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_SCORE_MULTIPLIER_SC_HAWK_ALL_HEADSHOTS_NAME",
|
||||
"Id": "SCORE_MULTIPLIER_SC_HAWK_ALL_HEADSHOTS",
|
||||
"Type": "challengemultiplier",
|
||||
"Subtype": "challengemultiplier",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": -1,
|
||||
"GamePrice": -1,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "4fe82175-758d-4a6d-b4ee-e6a334f8d77d"
|
||||
}
|
||||
],
|
||||
"Drops": ["SCORE_MULTIPLIER_SC_HAWK_ALL_HEADSHOTS"],
|
||||
"IsPlayable": true,
|
||||
"IsLocked": false,
|
||||
"HideProgression": true,
|
||||
@ -1099,31 +907,7 @@
|
||||
"Rewards": {
|
||||
"MasteryXP": 0
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Rarity": "common",
|
||||
"IsConsumable": false,
|
||||
"RepositoryId": "20e56468-0095-4a4f-aa66-74b4ea57bf93",
|
||||
"Multiplier": 0.1
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_SCORE_MULTIPLIER_SC_HAWK_HEAVY_BURDEN_NAME",
|
||||
"Id": "SCORE_MULTIPLIER_SC_HAWK_HEAVY_BURDEN",
|
||||
"Type": "challengemultiplier",
|
||||
"Subtype": "challengemultiplier",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": -1,
|
||||
"GamePrice": -1,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "fd662553-90f1-49a7-bdc5-597289e32862"
|
||||
}
|
||||
],
|
||||
"Drops": ["SCORE_MULTIPLIER_SC_HAWK_HEAVY_BURDEN"],
|
||||
"IsPlayable": true,
|
||||
"IsLocked": false,
|
||||
"HideProgression": true,
|
||||
@ -1387,31 +1171,7 @@
|
||||
"Rewards": {
|
||||
"MasteryXP": 0
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Rarity": "common",
|
||||
"IsConsumable": false,
|
||||
"RepositoryId": "2514a062-e9e9-4e9e-9c4e-734409a61893",
|
||||
"Multiplier": 0.08
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_SCORE_MULTIPLIER_SC_HAWK_TOUCH_AND_GO_NAME",
|
||||
"Id": "SCORE_MULTIPLIER_SC_HAWK_TOUCH_AND_GO",
|
||||
"Type": "challengemultiplier",
|
||||
"Subtype": "challengemultiplier",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": -1,
|
||||
"GamePrice": -1,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "8a6c9a78-cf53-451e-9eed-3664dbf48829"
|
||||
}
|
||||
],
|
||||
"Drops": ["SCORE_MULTIPLIER_SC_HAWK_TOUCH_AND_GO"],
|
||||
"IsPlayable": true,
|
||||
"IsLocked": false,
|
||||
"HideProgression": true,
|
||||
@ -1520,31 +1280,7 @@
|
||||
"Rewards": {
|
||||
"MasteryXP": 0
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Rarity": "common",
|
||||
"IsConsumable": false,
|
||||
"RepositoryId": "b45fd9d7-6104-4ae8-a35b-0fb5622f8efd",
|
||||
"Multiplier": 0.14
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_SCORE_MULTIPLIER_SC_HAWK_BOOM_BOOM_NAME",
|
||||
"Id": "SCORE_MULTIPLIER_SC_HAWK_BOOM_BOOM",
|
||||
"Type": "challengemultiplier",
|
||||
"Subtype": "challengemultiplier",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": -1,
|
||||
"GamePrice": -1,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "32ad8d57-055b-49d8-873f-572689ad26a8"
|
||||
}
|
||||
],
|
||||
"Drops": ["SCORE_MULTIPLIER_SC_HAWK_BOOM_BOOM"],
|
||||
"IsPlayable": true,
|
||||
"IsLocked": false,
|
||||
"HideProgression": true,
|
||||
@ -1763,31 +1499,7 @@
|
||||
"Rewards": {
|
||||
"MasteryXP": 0
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Rarity": "common",
|
||||
"IsConsumable": false,
|
||||
"RepositoryId": "bed96689-f27f-4738-aa8c-87805f42deba",
|
||||
"Multiplier": 0.09
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_SCORE_MULTIPLIER_SC_HAWK_EXPLOSION_TIME_NAME",
|
||||
"Id": "SCORE_MULTIPLIER_SC_HAWK_EXPLOSION_TIME",
|
||||
"Type": "challengemultiplier",
|
||||
"Subtype": "challengemultiplier",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": -1,
|
||||
"GamePrice": -1,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "7bd500e3-94f2-4a45-aed2-6fc6de4f3da2"
|
||||
}
|
||||
],
|
||||
"Drops": ["SCORE_MULTIPLIER_SC_HAWK_EXPLOSION_TIME"],
|
||||
"IsPlayable": true,
|
||||
"IsLocked": false,
|
||||
"HideProgression": true,
|
||||
@ -1936,31 +1648,7 @@
|
||||
"Rewards": {
|
||||
"MasteryXP": 0
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Rarity": "common",
|
||||
"IsConsumable": false,
|
||||
"RepositoryId": "2a91284c-001f-484a-99cd-f8a1d231d539",
|
||||
"Multiplier": 0.09
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_SCORE_MULTIPLIER_SC_HAWK_WALTZ_OF_DEATH_NAME",
|
||||
"Id": "SCORE_MULTIPLIER_SC_HAWK_WALTZ_OF_DEATH",
|
||||
"Type": "challengemultiplier",
|
||||
"Subtype": "challengemultiplier",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": -1,
|
||||
"GamePrice": -1,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "eda5834b-dbb6-48c4-80d7-4a2bf9a72257"
|
||||
}
|
||||
],
|
||||
"Drops": ["SCORE_MULTIPLIER_SC_HAWK_WALTZ_OF_DEATH"],
|
||||
"IsPlayable": true,
|
||||
"IsLocked": false,
|
||||
"HideProgression": true,
|
||||
@ -2108,31 +1796,7 @@
|
||||
"Rewards": {
|
||||
"MasteryXP": 0
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Rarity": "common",
|
||||
"IsConsumable": false,
|
||||
"RepositoryId": "c4ce6750-2925-4e6a-80f6-23866b265b95",
|
||||
"Multiplier": 0.07
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_SCORE_MULTIPLIER_SC_HAWK_AGNOMALY_NAME",
|
||||
"Id": "SCORE_MULTIPLIER_SC_HAWK_AGNOMALY",
|
||||
"Type": "challengemultiplier",
|
||||
"Subtype": "challengemultiplier",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": -1,
|
||||
"GamePrice": -1,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "425b85e1-841f-47d7-b079-513bc40789c1"
|
||||
}
|
||||
],
|
||||
"Drops": ["SCORE_MULTIPLIER_SC_HAWK_AGNOMALY"],
|
||||
"IsPlayable": true,
|
||||
"IsLocked": false,
|
||||
"HideProgression": true,
|
||||
@ -2190,31 +1854,7 @@
|
||||
"Rewards": {
|
||||
"MasteryXP": 0
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Rarity": "common",
|
||||
"IsConsumable": false,
|
||||
"RepositoryId": "94471830-e77b-4625-8ebb-27fb4adbc2a3",
|
||||
"Multiplier": 0.06
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_SCORE_MULTIPLIER_SC_HAWK_BLACKOUT_NAME",
|
||||
"Id": "SCORE_MULTIPLIER_SC_HAWK_BLACKOUT",
|
||||
"Type": "challengemultiplier",
|
||||
"Subtype": "challengemultiplier",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": -1,
|
||||
"GamePrice": -1,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "fe534e48-f0ad-4e5d-a270-7d17e8708764"
|
||||
}
|
||||
],
|
||||
"Drops": ["SCORE_MULTIPLIER_SC_HAWK_BLACKOUT"],
|
||||
"IsPlayable": true,
|
||||
"IsLocked": false,
|
||||
"HideProgression": true,
|
||||
@ -2272,31 +1912,7 @@
|
||||
"Rewards": {
|
||||
"MasteryXP": 0
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Rarity": "common",
|
||||
"IsConsumable": false,
|
||||
"RepositoryId": "b8f7c10f-458f-48ec-9024-05a1e2307016",
|
||||
"Multiplier": 0.06
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_SCORE_MULTIPLIER_SC_HAWK_47_VASES_NAME",
|
||||
"Id": "SCORE_MULTIPLIER_SC_HAWK_47_VASES",
|
||||
"Type": "challengemultiplier",
|
||||
"Subtype": "challengemultiplier",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": -1,
|
||||
"GamePrice": -1,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "c5f255e8-87b7-4953-88f3-fa5c19a513fa"
|
||||
}
|
||||
],
|
||||
"Drops": ["SCORE_MULTIPLIER_SC_HAWK_47_VASES"],
|
||||
"IsPlayable": true,
|
||||
"IsLocked": false,
|
||||
"HideProgression": true,
|
||||
@ -2354,31 +1970,7 @@
|
||||
"Rewards": {
|
||||
"MasteryXP": 0
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Rarity": "common",
|
||||
"IsConsumable": false,
|
||||
"RepositoryId": "eadf9087-654d-4efb-8765-66ee0d710e72",
|
||||
"Multiplier": 0.04
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_SCORE_MULTIPLIER_SC_HAWK_BONFIRE_NAME",
|
||||
"Id": "SCORE_MULTIPLIER_SC_HAWK_BONFIRE",
|
||||
"Type": "challengemultiplier",
|
||||
"Subtype": "challengemultiplier",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": -1,
|
||||
"GamePrice": -1,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "82009ff6-1cb3-4dde-89b7-624942c2a428"
|
||||
}
|
||||
],
|
||||
"Drops": ["SCORE_MULTIPLIER_SC_HAWK_BONFIRE"],
|
||||
"IsPlayable": true,
|
||||
"IsLocked": false,
|
||||
"HideProgression": true,
|
||||
@ -2428,31 +2020,7 @@
|
||||
"Rewards": {
|
||||
"MasteryXP": 0
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Rarity": "common",
|
||||
"IsConsumable": false,
|
||||
"RepositoryId": "db081c92-11a5-44e6-a6bd-042b74297508",
|
||||
"Multiplier": 0.08
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_SCORE_MULTIPLIER_SC_HAWK_SHOOT_BASE_JUMPER_NAME",
|
||||
"Id": "SCORE_MULTIPLIER_SC_HAWK_SHOOT_BASE_JUMPER",
|
||||
"Type": "challengemultiplier",
|
||||
"Subtype": "challengemultiplier",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": -1,
|
||||
"GamePrice": -1,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "c352274a-d780-41cd-ba2c-a4f258daeccc"
|
||||
}
|
||||
],
|
||||
"Drops": ["SCORE_MULTIPLIER_SC_HAWK_SHOOT_BASE_JUMPER"],
|
||||
"IsPlayable": true,
|
||||
"IsLocked": false,
|
||||
"HideProgression": true,
|
||||
@ -2513,31 +2081,7 @@
|
||||
"Rewards": {
|
||||
"MasteryXP": 0
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Rarity": "common",
|
||||
"IsConsumable": false,
|
||||
"RepositoryId": "46115c7a-5b69-4b50-818b-2659130ac210",
|
||||
"Multiplier": 0.04
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_SCORE_MULTIPLIER_SC_HAWK_HELP_HIKER_NAME",
|
||||
"Id": "SCORE_MULTIPLIER_SC_HAWK_HELP_HIKER",
|
||||
"Type": "challengemultiplier",
|
||||
"Subtype": "challengemultiplier",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": -1,
|
||||
"GamePrice": -1,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "fba678fd-2dc2-4367-91d5-3e0d12374bd1"
|
||||
}
|
||||
],
|
||||
"Drops": ["SCORE_MULTIPLIER_SC_HAWK_HELP_HIKER"],
|
||||
"IsPlayable": true,
|
||||
"IsLocked": false,
|
||||
"HideProgression": true,
|
||||
@ -2587,31 +2131,7 @@
|
||||
"Rewards": {
|
||||
"MasteryXP": 0
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Rarity": "common",
|
||||
"IsConsumable": false,
|
||||
"RepositoryId": "c3da3304-2295-49be-8ebd-ddd0d9f186df",
|
||||
"Multiplier": 0.04
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_SCORE_MULTIPLIER_SC_HAWK_KILL_MICE_NAME",
|
||||
"Id": "SCORE_MULTIPLIER_SC_HAWK_KILL_MICE",
|
||||
"Type": "challengemultiplier",
|
||||
"Subtype": "challengemultiplier",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": -1,
|
||||
"GamePrice": -1,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "5e22d1e3-b6d3-4a2b-ac13-1d3a42b37970"
|
||||
}
|
||||
],
|
||||
"Drops": ["SCORE_MULTIPLIER_SC_HAWK_KILL_MICE"],
|
||||
"IsPlayable": true,
|
||||
"IsLocked": false,
|
||||
"HideProgression": true,
|
||||
@ -2669,31 +2189,7 @@
|
||||
"Rewards": {
|
||||
"MasteryXP": 0
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Rarity": "common",
|
||||
"IsConsumable": false,
|
||||
"RepositoryId": "12687533-224f-4524-9ccf-7fb318470361",
|
||||
"Multiplier": 0.05
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_SCORE_MULTIPLIER_SC_HAWK_DESTROY_PAINTING_NAME",
|
||||
"Id": "SCORE_MULTIPLIER_SC_HAWK_DESTROY_PAINTING",
|
||||
"Type": "challengemultiplier",
|
||||
"Subtype": "challengemultiplier",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": -1,
|
||||
"GamePrice": -1,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "c584e853-d4ee-4380-8acd-2469c9f77995"
|
||||
}
|
||||
],
|
||||
"Drops": ["SCORE_MULTIPLIER_SC_HAWK_DESTROY_PAINTING"],
|
||||
"IsPlayable": true,
|
||||
"IsLocked": false,
|
||||
"HideProgression": true,
|
||||
@ -2753,31 +2249,7 @@
|
||||
"Rewards": {
|
||||
"MasteryXP": 0
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Rarity": "common",
|
||||
"IsConsumable": false,
|
||||
"RepositoryId": "640741f7-5b0d-46bd-ade4-55760cf638e0",
|
||||
"Multiplier": 0.04
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_SCORE_MULTIPLIER_SC_HAWK_BOUQUET_NAME",
|
||||
"Id": "SCORE_MULTIPLIER_SC_HAWK_BOUQUET",
|
||||
"Type": "challengemultiplier",
|
||||
"Subtype": "challengemultiplier",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": -1,
|
||||
"GamePrice": -1,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "8c81d683-1a29-43cf-a5f4-8a5805bbbbd6"
|
||||
}
|
||||
],
|
||||
"Drops": ["SCORE_MULTIPLIER_SC_HAWK_BOUQUET"],
|
||||
"IsPlayable": true,
|
||||
"IsLocked": false,
|
||||
"HideProgression": true,
|
||||
@ -2827,31 +2299,7 @@
|
||||
"Rewards": {
|
||||
"MasteryXP": 0
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Rarity": "common",
|
||||
"IsConsumable": false,
|
||||
"RepositoryId": "d0ddb457-db2c-4fa2-a2e7-486f244ceaf4",
|
||||
"Multiplier": 0.04
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_SCORE_MULTIPLIER_SC_HAWK_FAITHLESS_NAME",
|
||||
"Id": "SCORE_MULTIPLIER_SC_HAWK_FAITHLESS",
|
||||
"Type": "challengemultiplier",
|
||||
"Subtype": "challengemultiplier",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": -1,
|
||||
"GamePrice": -1,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "93ebdd54-563c-446a-b177-924a7ba9929d"
|
||||
}
|
||||
],
|
||||
"Drops": ["SCORE_MULTIPLIER_SC_HAWK_FAITHLESS"],
|
||||
"IsPlayable": true,
|
||||
"IsLocked": false,
|
||||
"HideProgression": true,
|
||||
@ -2901,31 +2349,7 @@
|
||||
"Rewards": {
|
||||
"MasteryXP": 0
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Rarity": "common",
|
||||
"IsConsumable": false,
|
||||
"RepositoryId": "b0fa05c2-ac80-4501-a0f0-610e06670e19",
|
||||
"Multiplier": 0.07
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_SCORE_MULTIPLIER_SC_HAWK_SHOOT_ALL_PIGEONS_NAME",
|
||||
"Id": "SCORE_MULTIPLIER_SC_HAWK_SHOOT_ALL_PIGEONS",
|
||||
"Type": "challengemultiplier",
|
||||
"Subtype": "challengemultiplier",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": -1,
|
||||
"GamePrice": -1,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "6bb2cbc1-e1ca-4995-9f9c-656442421d44"
|
||||
}
|
||||
],
|
||||
"Drops": ["SCORE_MULTIPLIER_SC_HAWK_SHOOT_ALL_PIGEONS"],
|
||||
"IsPlayable": true,
|
||||
"IsLocked": false,
|
||||
"HideProgression": true,
|
||||
@ -2983,31 +2407,7 @@
|
||||
"Rewards": {
|
||||
"MasteryXP": 0
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Rarity": "common",
|
||||
"IsConsumable": false,
|
||||
"RepositoryId": "08731d00-2f22-4611-9e2d-bc1ad492fbf6",
|
||||
"Multiplier": 0.07
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_SCORE_MULTIPLIER_SC_HAWK_DUCKS_NAME",
|
||||
"Id": "SCORE_MULTIPLIER_SC_HAWK_DUCKS",
|
||||
"Type": "challengemultiplier",
|
||||
"Subtype": "challengemultiplier",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": -1,
|
||||
"GamePrice": -1,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "fe9f39b6-d99f-4877-a591-7d675e0ce04d"
|
||||
}
|
||||
],
|
||||
"Drops": ["SCORE_MULTIPLIER_SC_HAWK_DUCKS"],
|
||||
"IsPlayable": true,
|
||||
"IsLocked": false,
|
||||
"HideProgression": true,
|
||||
@ -3065,31 +2465,7 @@
|
||||
"Rewards": {
|
||||
"MasteryXP": 0
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Rarity": "common",
|
||||
"IsConsumable": false,
|
||||
"RepositoryId": "7c8cfb29-11e3-49c7-9255-d601b45c2b66",
|
||||
"Multiplier": 0.04
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_SCORE_MULTIPLIER_SC_HAWK_SHOOT_RICE_BAG_NAME",
|
||||
"Id": "SCORE_MULTIPLIER_SC_HAWK_SHOOT_RICE_BAG",
|
||||
"Type": "challengemultiplier",
|
||||
"Subtype": "challengemultiplier",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": -1,
|
||||
"GamePrice": -1,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "60971e47-924d-4c7e-9406-6fd45651e146"
|
||||
}
|
||||
],
|
||||
"Drops": ["SCORE_MULTIPLIER_SC_HAWK_SHOOT_RICE_BAG"],
|
||||
"IsPlayable": true,
|
||||
"IsLocked": false,
|
||||
"HideProgression": true,
|
||||
@ -3139,31 +2515,7 @@
|
||||
"Rewards": {
|
||||
"MasteryXP": 0
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Rarity": "common",
|
||||
"IsConsumable": false,
|
||||
"RepositoryId": "c12064d1-18d0-45e4-917a-2d459eaa0eca",
|
||||
"Multiplier": 0.06
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_SCORE_MULTIPLIER_SC_HAWK_KILL_ALL_HAWKS_NAME",
|
||||
"Id": "SCORE_MULTIPLIER_SC_HAWK_KILL_ALL_HAWKS",
|
||||
"Type": "challengemultiplier",
|
||||
"Subtype": "challengemultiplier",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": -1,
|
||||
"GamePrice": -1,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "c1e20101-2de8-4ce7-8500-53349f872978"
|
||||
}
|
||||
],
|
||||
"Drops": ["SCORE_MULTIPLIER_SC_HAWK_KILL_ALL_HAWKS"],
|
||||
"IsPlayable": true,
|
||||
"IsLocked": false,
|
||||
"HideProgression": true,
|
||||
|
@ -18,31 +18,7 @@
|
||||
"Rewards": {
|
||||
"MasteryXP": 0
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Rarity": "common",
|
||||
"IsConsumable": false,
|
||||
"RepositoryId": "eea56136-c1e3-4245-8006-9209ea5c0787",
|
||||
"Multiplier": 0.12
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_SCORE_MULTIPLIER_SC_FALCON_ALL_HEADSHOTS_NAME",
|
||||
"Id": "SCORE_MULTIPLIER_SC_FALCON_ALL_HEADSHOTS",
|
||||
"Type": "challengemultiplier",
|
||||
"Subtype": "challengemultiplier",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": -1,
|
||||
"GamePrice": -1,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "afd6fa0a-6556-4c43-978e-5111b8f7b598"
|
||||
}
|
||||
],
|
||||
"Drops": ["SCORE_MULTIPLIER_SC_FALCON_ALL_HEADSHOTS"],
|
||||
"IsPlayable": true,
|
||||
"IsLocked": false,
|
||||
"HideProgression": true,
|
||||
@ -138,31 +114,7 @@
|
||||
"Rewards": {
|
||||
"MasteryXP": 0
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Rarity": "common",
|
||||
"IsConsumable": false,
|
||||
"RepositoryId": "62c52761-bd28-4af3-b620-8e4b031db495",
|
||||
"Multiplier": 0.13
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_SCORE_MULTIPLIER_SC_FALCON_ONLY_ACCIDENTS_NAME",
|
||||
"Id": "SCORE_MULTIPLIER_SC_FALCON_ONLY_ACCIDENTS",
|
||||
"Type": "challengemultiplier",
|
||||
"Subtype": "challengemultiplier",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": -1,
|
||||
"GamePrice": -1,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "2a59a2d3-e3f7-486f-a084-94800226840e"
|
||||
}
|
||||
],
|
||||
"Drops": ["SCORE_MULTIPLIER_SC_FALCON_ONLY_ACCIDENTS"],
|
||||
"IsPlayable": true,
|
||||
"IsLocked": false,
|
||||
"HideProgression": true,
|
||||
@ -245,31 +197,7 @@
|
||||
"Rewards": {
|
||||
"MasteryXP": 0
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Rarity": "common",
|
||||
"IsConsumable": false,
|
||||
"RepositoryId": "cab3db8d-2a47-45a5-b4e2-f0fb3843c8df",
|
||||
"Multiplier": 0.13
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_SCORE_MULTIPLIER_SC_FALCON_EXTINGUISER_KILL_NAME",
|
||||
"Id": "SCORE_MULTIPLIER_SC_FALCON_EXTINGUISER_KILL",
|
||||
"Type": "challengemultiplier",
|
||||
"Subtype": "challengemultiplier",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": -1,
|
||||
"GamePrice": -1,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "b7d48051-26c7-4f3d-9e6d-14d9302725cd"
|
||||
}
|
||||
],
|
||||
"Drops": ["SCORE_MULTIPLIER_SC_FALCON_EXTINGUISER_KILL"],
|
||||
"IsPlayable": true,
|
||||
"IsLocked": false,
|
||||
"HideProgression": true,
|
||||
@ -319,31 +247,7 @@
|
||||
"Rewards": {
|
||||
"MasteryXP": 0
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Rarity": "common",
|
||||
"IsConsumable": false,
|
||||
"RepositoryId": "27a0c7a3-6916-478a-ac9d-40dec67fb749",
|
||||
"Multiplier": 0.04
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_SCORE_MULTIPLIER_SC_FALCON_STAR_KILL_NAME",
|
||||
"Id": "SCORE_MULTIPLIER_SC_FALCON_STAR_KILL",
|
||||
"Type": "challengemultiplier",
|
||||
"Subtype": "challengemultiplier",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": -1,
|
||||
"GamePrice": -1,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "a4e98f6e-6778-41e4-8d65-59bfb67cc645"
|
||||
}
|
||||
],
|
||||
"Drops": ["SCORE_MULTIPLIER_SC_FALCON_STAR_KILL"],
|
||||
"IsPlayable": true,
|
||||
"IsLocked": false,
|
||||
"HideProgression": true,
|
||||
@ -393,31 +297,7 @@
|
||||
"Rewards": {
|
||||
"MasteryXP": 0
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Rarity": "common",
|
||||
"IsConsumable": false,
|
||||
"RepositoryId": "8100fe5d-745a-446d-9cf6-2c83cfe05d46",
|
||||
"Multiplier": 0.09
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_SCORE_MULTIPLIER_SC_FALCON_ELECTRIFIED_NAME",
|
||||
"Id": "SCORE_MULTIPLIER_SC_FALCON_ELECTRIFIED",
|
||||
"Type": "challengemultiplier",
|
||||
"Subtype": "challengemultiplier",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": -1,
|
||||
"GamePrice": -1,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "d980be40-dbdc-4d1c-9ce7-1a4e1147179d"
|
||||
}
|
||||
],
|
||||
"Drops": ["SCORE_MULTIPLIER_SC_FALCON_ELECTRIFIED"],
|
||||
"IsPlayable": true,
|
||||
"IsLocked": false,
|
||||
"HideProgression": true,
|
||||
@ -499,31 +379,7 @@
|
||||
"Rewards": {
|
||||
"MasteryXP": 0
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Rarity": "common",
|
||||
"IsConsumable": false,
|
||||
"RepositoryId": "fe2e2330-8f31-48f0-941e-c8c45eae0d22",
|
||||
"Multiplier": 0.12
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_SCORE_MULTIPLIER_SC_FALCON_BURN_DOUBLE_KILL_NAME",
|
||||
"Id": "SCORE_MULTIPLIER_SC_FALCON_BURN_DOUBLE_KILL",
|
||||
"Type": "challengemultiplier",
|
||||
"Subtype": "challengemultiplier",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": -1,
|
||||
"GamePrice": -1,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "68c700d9-de18-42ee-82b1-4744925b9be5"
|
||||
}
|
||||
],
|
||||
"Drops": ["SCORE_MULTIPLIER_SC_FALCON_BURN_DOUBLE_KILL"],
|
||||
"IsPlayable": true,
|
||||
"IsLocked": false,
|
||||
"HideProgression": true,
|
||||
@ -558,31 +414,7 @@
|
||||
"Rewards": {
|
||||
"MasteryXP": 0
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Rarity": "common",
|
||||
"IsConsumable": false,
|
||||
"RepositoryId": "3a88655a-aa02-46b9-97bf-4f095cff6f07",
|
||||
"Multiplier": 0.12
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_SCORE_MULTIPLIER_SC_FALCON_STAR_DOUBLE_KILL_NAME",
|
||||
"Id": "SCORE_MULTIPLIER_SC_FALCON_STAR_DOUBLE_KILL",
|
||||
"Type": "challengemultiplier",
|
||||
"Subtype": "challengemultiplier",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": -1,
|
||||
"GamePrice": -1,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "93c44274-9b35-4623-bd63-e22c821f773b"
|
||||
}
|
||||
],
|
||||
"Drops": ["SCORE_MULTIPLIER_SC_FALCON_STAR_DOUBLE_KILL"],
|
||||
"IsPlayable": true,
|
||||
"IsLocked": false,
|
||||
"HideProgression": true,
|
||||
@ -676,31 +508,7 @@
|
||||
"Rewards": {
|
||||
"MasteryXP": 0
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Rarity": "common",
|
||||
"IsConsumable": false,
|
||||
"RepositoryId": "1317d707-eae1-49e8-b975-4a04814e5f28",
|
||||
"Multiplier": 0.07
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_SCORE_MULTIPLIER_SC_FALCON_GRENADE_KILL_NAME",
|
||||
"Id": "SCORE_MULTIPLIER_SC_FALCON_GRENADE_KILL",
|
||||
"Type": "challengemultiplier",
|
||||
"Subtype": "challengemultiplier",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": -1,
|
||||
"GamePrice": -1,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "987ce5f8-ac6d-4b2e-82cf-fe83af6b97fc"
|
||||
}
|
||||
],
|
||||
"Drops": ["SCORE_MULTIPLIER_SC_FALCON_GRENADE_KILL"],
|
||||
"IsPlayable": true,
|
||||
"IsLocked": false,
|
||||
"HideProgression": true,
|
||||
@ -734,31 +542,7 @@
|
||||
"Rewards": {
|
||||
"MasteryXP": 0
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Rarity": "common",
|
||||
"IsConsumable": false,
|
||||
"RepositoryId": "42c774e9-7099-4c25-a760-cb7f68965cfb",
|
||||
"Multiplier": 0.12
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_SCORE_MULTIPLIER_SC_FALCON_NO_LOOSE_ENDS_NAME",
|
||||
"Id": "SCORE_MULTIPLIER_SC_FALCON_NO_LOOSE_ENDS",
|
||||
"Type": "challengemultiplier",
|
||||
"Subtype": "challengemultiplier",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": -1,
|
||||
"GamePrice": -1,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "440d3687-0fc1-45f9-aa7b-a96ac1074636"
|
||||
}
|
||||
],
|
||||
"Drops": ["SCORE_MULTIPLIER_SC_FALCON_NO_LOOSE_ENDS"],
|
||||
"IsPlayable": true,
|
||||
"IsLocked": false,
|
||||
"HideProgression": true,
|
||||
@ -869,29 +653,7 @@
|
||||
"MasteryXP": 0
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Rarity": "common",
|
||||
"IsConsumable": false,
|
||||
"RepositoryId": "51f2aeb6-9f2f-4586-992f-4bfa26fa1a3d",
|
||||
"Multiplier": 0.09
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_SCORE_MULTIPLIER_SC_FALCON_BODYHIDER_BODYGUARDS_NAME",
|
||||
"Id": "SCORE_MULTIPLIER_SC_FALCON_BODYHIDER_BODYGUARDS",
|
||||
"Type": "challengemultiplier",
|
||||
"Subtype": "challengemultiplier",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": -1,
|
||||
"GamePrice": -1,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "3fc09c48-2ffd-43fb-bab5-a58d8a9dcc5c"
|
||||
}
|
||||
"SCORE_MULTIPLIER_SC_FALCON_BODYHIDER_BODYGUARDS"
|
||||
],
|
||||
"IsPlayable": true,
|
||||
"IsLocked": false,
|
||||
@ -983,31 +745,7 @@
|
||||
"Rewards": {
|
||||
"MasteryXP": 0
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Rarity": "common",
|
||||
"IsConsumable": false,
|
||||
"RepositoryId": "adfea7d4-75ab-4e4a-8501-674b40d05366",
|
||||
"Multiplier": 0.05
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_SCORE_MULTIPLIER_SC_FALCON_ICICLE_KILL_NAME",
|
||||
"Id": "SCORE_MULTIPLIER_SC_FALCON_ICICLE_KILL",
|
||||
"Type": "challengemultiplier",
|
||||
"Subtype": "challengemultiplier",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": -1,
|
||||
"GamePrice": -1,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "106aa805-56ee-4bd8-83e7-3612e1fc9108"
|
||||
}
|
||||
],
|
||||
"Drops": ["SCORE_MULTIPLIER_SC_FALCON_ICICLE_KILL"],
|
||||
"IsPlayable": true,
|
||||
"IsLocked": false,
|
||||
"HideProgression": true,
|
||||
@ -1071,31 +809,7 @@
|
||||
"Rewards": {
|
||||
"MasteryXP": 0
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Rarity": "common",
|
||||
"IsConsumable": false,
|
||||
"RepositoryId": "6c812634-edb0-4eba-b8f9-457d362e5294",
|
||||
"Multiplier": 0.09
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_SCORE_MULTIPLIER_SC_FALCON_BODYHIDER_TARGETS_NAME",
|
||||
"Id": "SCORE_MULTIPLIER_SC_FALCON_BODYHIDER_TARGETS",
|
||||
"Type": "challengemultiplier",
|
||||
"Subtype": "challengemultiplier",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": -1,
|
||||
"GamePrice": -1,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "f708aa52-3ff1-46c5-b972-458120f83a72"
|
||||
}
|
||||
],
|
||||
"Drops": ["SCORE_MULTIPLIER_SC_FALCON_BODYHIDER_TARGETS"],
|
||||
"IsPlayable": true,
|
||||
"IsLocked": false,
|
||||
"HideProgression": true,
|
||||
@ -1173,31 +887,7 @@
|
||||
"Rewards": {
|
||||
"MasteryXP": 0
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Rarity": "common",
|
||||
"IsConsumable": false,
|
||||
"RepositoryId": "79b0434b-4b6e-47eb-aa12-3d15d58e626a",
|
||||
"Multiplier": 0.07
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_SCORE_MULTIPLIER_SC_FALCON_SAVE_SCHEVCHENKO_NAME",
|
||||
"Id": "SCORE_MULTIPLIER_SC_FALCON_SAVE_SCHEVCHENKO",
|
||||
"Type": "challengemultiplier",
|
||||
"Subtype": "challengemultiplier",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": -1,
|
||||
"GamePrice": -1,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "bdb33e41-c85d-4957-ab87-a03dae60a126"
|
||||
}
|
||||
],
|
||||
"Drops": ["SCORE_MULTIPLIER_SC_FALCON_SAVE_SCHEVCHENKO"],
|
||||
"IsPlayable": true,
|
||||
"IsLocked": false,
|
||||
"HideProgression": true,
|
||||
@ -1241,31 +931,7 @@
|
||||
"Rewards": {
|
||||
"MasteryXP": 0
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Rarity": "common",
|
||||
"IsConsumable": false,
|
||||
"RepositoryId": "04ad82b5-7367-4d91-9162-1dd812abd892",
|
||||
"Multiplier": 0.04
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_SCORE_MULTIPLIER_SC_FALCON_SHOOT_BOTTLES_NAME",
|
||||
"Id": "SCORE_MULTIPLIER_SC_FALCON_SHOOT_BOTTLES",
|
||||
"Type": "challengemultiplier",
|
||||
"Subtype": "challengemultiplier",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": -1,
|
||||
"GamePrice": -1,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "363641f9-6668-4faf-82bf-e54a8666347a"
|
||||
}
|
||||
],
|
||||
"Drops": ["SCORE_MULTIPLIER_SC_FALCON_SHOOT_BOTTLES"],
|
||||
"IsPlayable": true,
|
||||
"IsLocked": false,
|
||||
"HideProgression": true,
|
||||
@ -1323,31 +989,7 @@
|
||||
"Rewards": {
|
||||
"MasteryXP": 0
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Rarity": "common",
|
||||
"IsConsumable": false,
|
||||
"RepositoryId": "be71963e-780e-4a46-9505-c5048a26f7fa",
|
||||
"Multiplier": 0.07
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_SCORE_MULTIPLIER_SC_FALCON_RUBBER_DUCK_NAME",
|
||||
"Id": "SCORE_MULTIPLIER_SC_FALCON_RUBBER_DUCK",
|
||||
"Type": "challengemultiplier",
|
||||
"Subtype": "challengemultiplier",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": -1,
|
||||
"GamePrice": -1,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "c194adca-d713-4367-9c54-f93f352aad02"
|
||||
}
|
||||
],
|
||||
"Drops": ["SCORE_MULTIPLIER_SC_FALCON_RUBBER_DUCK"],
|
||||
"IsPlayable": true,
|
||||
"IsLocked": false,
|
||||
"HideProgression": true,
|
||||
@ -1405,31 +1047,7 @@
|
||||
"Rewards": {
|
||||
"MasteryXP": 0
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Rarity": "common",
|
||||
"IsConsumable": false,
|
||||
"RepositoryId": "9d744b72-43a3-47ea-854c-ff726ab4e25e",
|
||||
"Multiplier": 0.06
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_SCORE_MULTIPLIER_SC_FALCON_POISON_DELIVERY_NAME",
|
||||
"Id": "SCORE_MULTIPLIER_SC_FALCON_POISON_DELIVERY",
|
||||
"Type": "challengemultiplier",
|
||||
"Subtype": "challengemultiplier",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": -1,
|
||||
"GamePrice": -1,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "47bcf872-cb14-4c40-a6c0-ea5ccf4101e1"
|
||||
}
|
||||
],
|
||||
"Drops": ["SCORE_MULTIPLIER_SC_FALCON_POISON_DELIVERY"],
|
||||
"IsPlayable": true,
|
||||
"IsLocked": false,
|
||||
"HideProgression": true,
|
||||
@ -1463,31 +1081,7 @@
|
||||
"Rewards": {
|
||||
"MasteryXP": 0
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Rarity": "common",
|
||||
"IsConsumable": false,
|
||||
"RepositoryId": "513a37ab-7e2a-4927-aea7-ed6d36ce950b",
|
||||
"Multiplier": 0.07
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_SCORE_MULTIPLIER_SC_FALCON_RATS_NAME",
|
||||
"Id": "SCORE_MULTIPLIER_SC_FALCON_RATS",
|
||||
"Type": "challengemultiplier",
|
||||
"Subtype": "challengemultiplier",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": -1,
|
||||
"GamePrice": -1,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "37d7ffdd-d7cd-4920-97a5-3828af8df2cc"
|
||||
}
|
||||
],
|
||||
"Drops": ["SCORE_MULTIPLIER_SC_FALCON_RATS"],
|
||||
"IsPlayable": true,
|
||||
"IsLocked": false,
|
||||
"HideProgression": true,
|
||||
@ -1545,31 +1139,7 @@
|
||||
"Rewards": {
|
||||
"MasteryXP": 0
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Rarity": "common",
|
||||
"IsConsumable": false,
|
||||
"RepositoryId": "522739b8-0ead-4492-a39d-e1bc50e34234",
|
||||
"Multiplier": 0.04
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_SCORE_MULTIPLIER_SC_FALCON_DROP_NPC_INTO_RIOT_NAME",
|
||||
"Id": "SCORE_MULTIPLIER_SC_FALCON_DROP_NPC_INTO_RIOT",
|
||||
"Type": "challengemultiplier",
|
||||
"Subtype": "challengemultiplier",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": -1,
|
||||
"GamePrice": -1,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "91e83fc0-4dc6-4da1-a922-7456c4b4559f"
|
||||
}
|
||||
],
|
||||
"Drops": ["SCORE_MULTIPLIER_SC_FALCON_DROP_NPC_INTO_RIOT"],
|
||||
"IsPlayable": true,
|
||||
"IsLocked": false,
|
||||
"HideProgression": true,
|
||||
@ -1604,31 +1174,7 @@
|
||||
"Rewards": {
|
||||
"MasteryXP": 0
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Rarity": "common",
|
||||
"IsConsumable": false,
|
||||
"RepositoryId": "c8c4f65f-4566-4840-8e3f-649fff1b0322",
|
||||
"Multiplier": 0.07
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_SCORE_MULTIPLIER_SC_FALCON_SNOW_DUMP_NAME",
|
||||
"Id": "SCORE_MULTIPLIER_SC_FALCON_SNOW_DUMP",
|
||||
"Type": "challengemultiplier",
|
||||
"Subtype": "challengemultiplier",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": -1,
|
||||
"GamePrice": -1,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "83d8dd42-503e-436e-ae25-66a1bf798de1"
|
||||
}
|
||||
],
|
||||
"Drops": ["SCORE_MULTIPLIER_SC_FALCON_SNOW_DUMP"],
|
||||
"IsPlayable": true,
|
||||
"IsLocked": false,
|
||||
"HideProgression": true,
|
||||
@ -1686,31 +1232,7 @@
|
||||
"Rewards": {
|
||||
"MasteryXP": 0
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Rarity": "common",
|
||||
"IsConsumable": false,
|
||||
"RepositoryId": "aa92d626-5143-4ee7-8b2b-50533a4776a1",
|
||||
"Multiplier": 0.06
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_SCORE_MULTIPLIER_SC_FALCON_HIDE_BODIES_TOILET_NAME",
|
||||
"Id": "SCORE_MULTIPLIER_SC_FALCON_HIDE_BODIES_TOILET",
|
||||
"Type": "challengemultiplier",
|
||||
"Subtype": "challengemultiplier",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": -1,
|
||||
"GamePrice": -1,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "edaaeca6-8d97-4c1a-a983-9da67b98bc50"
|
||||
}
|
||||
],
|
||||
"Drops": ["SCORE_MULTIPLIER_SC_FALCON_HIDE_BODIES_TOILET"],
|
||||
"IsPlayable": true,
|
||||
"IsLocked": false,
|
||||
"HideProgression": true,
|
||||
@ -1768,31 +1290,7 @@
|
||||
"Rewards": {
|
||||
"MasteryXP": 0
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Rarity": "common",
|
||||
"IsConsumable": false,
|
||||
"RepositoryId": "3aadb9db-9344-4910-95ed-b68c48723cc7",
|
||||
"Multiplier": 0.06
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_SCORE_MULTIPLIER_SC_FALCON_GREAT_ESCAPE_NAME",
|
||||
"Id": "SCORE_MULTIPLIER_SC_FALCON_GREAT_ESCAPE",
|
||||
"Type": "challengemultiplier",
|
||||
"Subtype": "challengemultiplier",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": -1,
|
||||
"GamePrice": -1,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "e44fc13c-c083-4960-9b0f-585c7af2d3c8"
|
||||
}
|
||||
],
|
||||
"Drops": ["SCORE_MULTIPLIER_SC_FALCON_GREAT_ESCAPE"],
|
||||
"IsPlayable": true,
|
||||
"IsLocked": false,
|
||||
"HideProgression": true,
|
||||
@ -1827,31 +1325,7 @@
|
||||
"Rewards": {
|
||||
"MasteryXP": 0
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Rarity": "common",
|
||||
"IsConsumable": false,
|
||||
"RepositoryId": "656a9844-b12f-4a99-b12f-721b35ad9b85",
|
||||
"Multiplier": 0.04
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_SCORE_MULTIPLIER_SC_FALCON_FULL_ON_RIOT_NAME",
|
||||
"Id": "SCORE_MULTIPLIER_SC_FALCON_FULL_ON_RIOT",
|
||||
"Type": "challengemultiplier",
|
||||
"Subtype": "challengemultiplier",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": -1,
|
||||
"GamePrice": -1,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "1fb9351b-e8fc-426a-8f77-be2e75ec30c0"
|
||||
}
|
||||
],
|
||||
"Drops": ["SCORE_MULTIPLIER_SC_FALCON_FULL_ON_RIOT"],
|
||||
"IsPlayable": true,
|
||||
"IsLocked": false,
|
||||
"HideProgression": true,
|
||||
@ -1886,31 +1360,7 @@
|
||||
"Rewards": {
|
||||
"MasteryXP": 0
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Rarity": "common",
|
||||
"IsConsumable": false,
|
||||
"RepositoryId": "8da824f0-27f7-4674-b624-e7066b6bdee0",
|
||||
"Multiplier": 0.06
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_SCORE_MULTIPLIER_SC_FALCON_START_FIRE_NAME",
|
||||
"Id": "SCORE_MULTIPLIER_SC_FALCON_START_FIRE",
|
||||
"Type": "challengemultiplier",
|
||||
"Subtype": "challengemultiplier",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": -1,
|
||||
"GamePrice": -1,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "f675ad01-bbfc-4103-b8e8-20f9e0005ee4"
|
||||
}
|
||||
],
|
||||
"Drops": ["SCORE_MULTIPLIER_SC_FALCON_START_FIRE"],
|
||||
"IsPlayable": true,
|
||||
"IsLocked": false,
|
||||
"HideProgression": true,
|
||||
@ -1945,31 +1395,7 @@
|
||||
"Rewards": {
|
||||
"MasteryXP": 0
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Rarity": "common",
|
||||
"IsConsumable": false,
|
||||
"RepositoryId": "7fc9cedb-e50d-4e0b-ba90-0575bc0f415c",
|
||||
"Multiplier": 0.04
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_SCORE_MULTIPLIER_SC_FALCON_SHOOT_PANTS_NAME",
|
||||
"Id": "SCORE_MULTIPLIER_SC_FALCON_SHOOT_PANTS",
|
||||
"Type": "challengemultiplier",
|
||||
"Subtype": "challengemultiplier",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": -1,
|
||||
"GamePrice": -1,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "b028ded2-06ce-4e59-ae71-2df041728648"
|
||||
}
|
||||
],
|
||||
"Drops": ["SCORE_MULTIPLIER_SC_FALCON_SHOOT_PANTS"],
|
||||
"IsPlayable": true,
|
||||
"IsLocked": false,
|
||||
"HideProgression": true,
|
||||
@ -2004,31 +1430,7 @@
|
||||
"Rewards": {
|
||||
"MasteryXP": 0
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Rarity": "common",
|
||||
"IsConsumable": false,
|
||||
"RepositoryId": "97974412-3e89-49a3-b26b-249597b94e38",
|
||||
"Multiplier": 0.04
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_SCORE_MULTIPLIER_SC_FALCON_SHOOT_FLAG_NAME",
|
||||
"Id": "SCORE_MULTIPLIER_SC_FALCON_SHOOT_FLAG",
|
||||
"Type": "challengemultiplier",
|
||||
"Subtype": "challengemultiplier",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": -1,
|
||||
"GamePrice": -1,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "77819a08-0821-45a0-9fc1-649fcc1b2256"
|
||||
}
|
||||
],
|
||||
"Drops": ["SCORE_MULTIPLIER_SC_FALCON_SHOOT_FLAG"],
|
||||
"IsPlayable": true,
|
||||
"IsLocked": false,
|
||||
"HideProgression": true,
|
||||
@ -2063,31 +1465,7 @@
|
||||
"Rewards": {
|
||||
"MasteryXP": 0
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Rarity": "common",
|
||||
"IsConsumable": false,
|
||||
"RepositoryId": "6d6280f7-529a-4de3-b18c-72c813c4654a",
|
||||
"Multiplier": 0.07
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_SCORE_MULTIPLIER_SC_FALCON_SHOOT_PIGEONS_NAME",
|
||||
"Id": "SCORE_MULTIPLIER_SC_FALCON_SHOOT_PIGEONS",
|
||||
"Type": "challengemultiplier",
|
||||
"Subtype": "challengemultiplier",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": -1,
|
||||
"GamePrice": -1,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "0d2fc6f8-b20e-40c0-bb64-696df9e5fcfd"
|
||||
}
|
||||
],
|
||||
"Drops": ["SCORE_MULTIPLIER_SC_FALCON_SHOOT_PIGEONS"],
|
||||
"IsPlayable": true,
|
||||
"IsLocked": false,
|
||||
"HideProgression": true,
|
||||
@ -2145,31 +1523,7 @@
|
||||
"Rewards": {
|
||||
"MasteryXP": 0
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Rarity": "common",
|
||||
"IsConsumable": false,
|
||||
"RepositoryId": "91696571-ffdb-4273-9608-c96aa26bd319",
|
||||
"Multiplier": 0.04
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_SCORE_MULTIPLIER_SC_FALCON_SHOOT_LAMPS_NAME",
|
||||
"Id": "SCORE_MULTIPLIER_SC_FALCON_SHOOT_LAMPS",
|
||||
"Type": "challengemultiplier",
|
||||
"Subtype": "challengemultiplier",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": -1,
|
||||
"GamePrice": -1,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "5c68c27d-a13d-4bc8-a51b-9451c3e57634"
|
||||
}
|
||||
],
|
||||
"Drops": ["SCORE_MULTIPLIER_SC_FALCON_SHOOT_LAMPS"],
|
||||
"IsPlayable": true,
|
||||
"IsLocked": false,
|
||||
"HideProgression": true,
|
||||
|
@ -18,31 +18,7 @@
|
||||
"Rewards": {
|
||||
"MasteryXP": 0
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Rarity": "common",
|
||||
"IsConsumable": false,
|
||||
"RepositoryId": "65065587-ff8f-4a9b-bda4-2be8817fd157",
|
||||
"Multiplier": 0.1
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_SCORE_MULTIPLIER_SC_SEAGULL_BARRIER_KILL_NAME",
|
||||
"Id": "SCORE_MULTIPLIER_SC_SEAGULL_BARRIER_KILL",
|
||||
"Type": "challengemultiplier",
|
||||
"Subtype": "challengemultiplier",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": -1,
|
||||
"GamePrice": -1,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "83b7488e-ee38-41cd-afc9-b5153a1d0496"
|
||||
}
|
||||
],
|
||||
"Drops": ["SCORE_MULTIPLIER_SC_SEAGULL_BARRIER_KILL"],
|
||||
"IsPlayable": true,
|
||||
"IsLocked": false,
|
||||
"HideProgression": true,
|
||||
@ -93,31 +69,7 @@
|
||||
"Rewards": {
|
||||
"MasteryXP": 0
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Rarity": "common",
|
||||
"IsConsumable": false,
|
||||
"RepositoryId": "5dc08f96-48f5-417d-b6e0-96efa1b43247",
|
||||
"Multiplier": 0.1
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_SCORE_MULTIPLIER_SC_SEAGULL_CANNON_KILL_NAME",
|
||||
"Id": "SCORE_MULTIPLIER_SC_SEAGULL_CANNON_KILL",
|
||||
"Type": "challengemultiplier",
|
||||
"Subtype": "challengemultiplier",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": -1,
|
||||
"GamePrice": -1,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "d1a8f3c0-a14d-4d0f-adfe-0a31ec68dee5"
|
||||
}
|
||||
],
|
||||
"Drops": ["SCORE_MULTIPLIER_SC_SEAGULL_CANNON_KILL"],
|
||||
"IsPlayable": true,
|
||||
"IsLocked": false,
|
||||
"HideProgression": true,
|
||||
@ -201,31 +153,7 @@
|
||||
"Rewards": {
|
||||
"MasteryXP": 0
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Rarity": "common",
|
||||
"IsConsumable": false,
|
||||
"RepositoryId": "f215c15a-7c82-4b1a-a1aa-b1bb7c0f85ba",
|
||||
"Multiplier": 0.09
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_SCORE_MULTIPLIER_SC_SEAGULL_RAFT_KILL_NAME",
|
||||
"Id": "SCORE_MULTIPLIER_SC_SEAGULL_RAFT_KILL",
|
||||
"Type": "challengemultiplier",
|
||||
"Subtype": "challengemultiplier",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": -1,
|
||||
"GamePrice": -1,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "ca04630c-6672-4181-bb0f-e204fa78d191"
|
||||
}
|
||||
],
|
||||
"Drops": ["SCORE_MULTIPLIER_SC_SEAGULL_RAFT_KILL"],
|
||||
"IsPlayable": true,
|
||||
"IsLocked": false,
|
||||
"HideProgression": true,
|
||||
@ -338,31 +266,7 @@
|
||||
"Rewards": {
|
||||
"MasteryXP": 0
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Rarity": "common",
|
||||
"IsConsumable": false,
|
||||
"RepositoryId": "02d97e32-8d31-4127-9079-9cb15f795360",
|
||||
"Multiplier": 0.12
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_SCORE_MULTIPLIER_SC_SEAGULL_ALL_HEADSHOTS_NAME",
|
||||
"Id": "SCORE_MULTIPLIER_SC_SEAGULL_ALL_HEADSHOTS",
|
||||
"Type": "challengemultiplier",
|
||||
"Subtype": "challengemultiplier",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": -1,
|
||||
"GamePrice": -1,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "e86f5188-3715-4213-b705-59088174c151"
|
||||
}
|
||||
],
|
||||
"Drops": ["SCORE_MULTIPLIER_SC_SEAGULL_ALL_HEADSHOTS"],
|
||||
"IsPlayable": true,
|
||||
"IsLocked": false,
|
||||
"HideProgression": true,
|
||||
@ -458,31 +362,7 @@
|
||||
"Rewards": {
|
||||
"MasteryXP": 0
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Rarity": "common",
|
||||
"IsConsumable": false,
|
||||
"RepositoryId": "29dcad81-1871-47a4-b2a2-f69d8bd03181",
|
||||
"Multiplier": 0.11
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_SCORE_MULTIPLIER_SC_SEAGULL_HEAVY_BURDEN_NAME",
|
||||
"Id": "SCORE_MULTIPLIER_SC_SEAGULL_HEAVY_BURDEN",
|
||||
"Type": "challengemultiplier",
|
||||
"Subtype": "challengemultiplier",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": -1,
|
||||
"GamePrice": -1,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "235673df-f8cf-422b-be35-1f2d40b728a8"
|
||||
}
|
||||
],
|
||||
"Drops": ["SCORE_MULTIPLIER_SC_SEAGULL_HEAVY_BURDEN"],
|
||||
"IsPlayable": true,
|
||||
"IsLocked": false,
|
||||
"HideProgression": true,
|
||||
@ -609,31 +489,7 @@
|
||||
"Rewards": {
|
||||
"MasteryXP": 0
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Rarity": "common",
|
||||
"IsConsumable": false,
|
||||
"RepositoryId": "8d045d6a-9b6e-481f-acd5-cd34ff8a5141",
|
||||
"Multiplier": 0.1
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_SCORE_MULTIPLIER_SC_SEAGULL_ELECTRIFIED_NAME",
|
||||
"Id": "SCORE_MULTIPLIER_SC_SEAGULL_ELECTRIFIED",
|
||||
"Type": "challengemultiplier",
|
||||
"Subtype": "challengemultiplier",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": -1,
|
||||
"GamePrice": -1,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "47e64d65-fbd6-4c84-95bb-56566a697b38"
|
||||
}
|
||||
],
|
||||
"Drops": ["SCORE_MULTIPLIER_SC_SEAGULL_ELECTRIFIED"],
|
||||
"IsPlayable": true,
|
||||
"IsLocked": false,
|
||||
"HideProgression": true,
|
||||
@ -715,31 +571,7 @@
|
||||
"Rewards": {
|
||||
"MasteryXP": 0
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Rarity": "common",
|
||||
"IsConsumable": false,
|
||||
"RepositoryId": "54023c65-1f37-4b66-b2f7-6286ea47525e",
|
||||
"Multiplier": 0.1
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_SCORE_MULTIPLIER_SC_SEAGULL_GOT_A_LIGHT_NAME",
|
||||
"Id": "SCORE_MULTIPLIER_SC_SEAGULL_GOT_A_LIGHT",
|
||||
"Type": "challengemultiplier",
|
||||
"Subtype": "challengemultiplier",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": -1,
|
||||
"GamePrice": -1,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "5d4ede2d-4603-4693-8047-5d4b75b01869"
|
||||
}
|
||||
],
|
||||
"Drops": ["SCORE_MULTIPLIER_SC_SEAGULL_GOT_A_LIGHT"],
|
||||
"IsPlayable": true,
|
||||
"IsLocked": false,
|
||||
"HideProgression": true,
|
||||
@ -835,31 +667,7 @@
|
||||
"Rewards": {
|
||||
"MasteryXP": 0
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Rarity": "common",
|
||||
"IsConsumable": false,
|
||||
"RepositoryId": "902aa7bb-d060-4ab3-9c84-e59ca647ea56",
|
||||
"Multiplier": 0.1
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_SCORE_MULTIPLIER_SC_SEAGULL_NO_LOOSE_ENDS_NAME",
|
||||
"Id": "SCORE_MULTIPLIER_SC_SEAGULL_NO_LOOSE_ENDS",
|
||||
"Type": "challengemultiplier",
|
||||
"Subtype": "challengemultiplier",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": -1,
|
||||
"GamePrice": -1,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "4903ecf3-dabd-4c15-90ae-34b6f5c998e5"
|
||||
}
|
||||
],
|
||||
"Drops": ["SCORE_MULTIPLIER_SC_SEAGULL_NO_LOOSE_ENDS"],
|
||||
"IsPlayable": true,
|
||||
"IsLocked": false,
|
||||
"HideProgression": true,
|
||||
@ -969,31 +777,7 @@
|
||||
"Rewards": {
|
||||
"MasteryXP": 0
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Rarity": "common",
|
||||
"IsConsumable": false,
|
||||
"RepositoryId": "4d858780-ed2b-4b7a-96fc-e21b4a57bbbc",
|
||||
"Multiplier": 0.06
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_SCORE_MULTIPLIER_SC_SEAGULL_WATER_DUMP_NAME",
|
||||
"Id": "SCORE_MULTIPLIER_SC_SEAGULL_WATER_DUMP",
|
||||
"Type": "challengemultiplier",
|
||||
"Subtype": "challengemultiplier",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": -1,
|
||||
"GamePrice": -1,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "ef08793f-4983-496c-ae3c-e8f40e4e8b3a"
|
||||
}
|
||||
],
|
||||
"Drops": ["SCORE_MULTIPLIER_SC_SEAGULL_WATER_DUMP"],
|
||||
"IsPlayable": true,
|
||||
"IsLocked": false,
|
||||
"HideProgression": true,
|
||||
@ -1091,29 +875,7 @@
|
||||
"MasteryXP": 0
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Rarity": "common",
|
||||
"IsConsumable": false,
|
||||
"RepositoryId": "109acf63-b950-4b14-b674-85b3d8ac28bc",
|
||||
"Multiplier": 0.08
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_SCORE_MULTIPLIER_SC_SEAGULL_BODYHIDER_BODYGUARDS_NAME",
|
||||
"Id": "SCORE_MULTIPLIER_SC_SEAGULL_BODYHIDER_BODYGUARDS",
|
||||
"Type": "challengemultiplier",
|
||||
"Subtype": "challengemultiplier",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": -1,
|
||||
"GamePrice": -1,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "3e5abb9d-ee9b-4b47-8137-c24b5f6973ba"
|
||||
}
|
||||
"SCORE_MULTIPLIER_SC_SEAGULL_BODYHIDER_BODYGUARDS"
|
||||
],
|
||||
"IsPlayable": true,
|
||||
"IsLocked": false,
|
||||
@ -1202,31 +964,7 @@
|
||||
"Rewards": {
|
||||
"MasteryXP": 0
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Rarity": "common",
|
||||
"IsConsumable": false,
|
||||
"RepositoryId": "98532f55-deb7-4f04-9413-949d2dc2a8b5",
|
||||
"Multiplier": 0.08
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_SCORE_MULTIPLIER_SC_SEAGULL_TOUCH_AND_GO_NAME",
|
||||
"Id": "SCORE_MULTIPLIER_SC_SEAGULL_TOUCH_AND_GO",
|
||||
"Type": "challengemultiplier",
|
||||
"Subtype": "challengemultiplier",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": -1,
|
||||
"GamePrice": -1,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "6c34d368-c166-4722-b6e9-d4e24c4350ca"
|
||||
}
|
||||
],
|
||||
"Drops": ["SCORE_MULTIPLIER_SC_SEAGULL_TOUCH_AND_GO"],
|
||||
"IsPlayable": true,
|
||||
"IsLocked": false,
|
||||
"HideProgression": true,
|
||||
@ -1326,31 +1064,7 @@
|
||||
"Rewards": {
|
||||
"MasteryXP": 0
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Rarity": "common",
|
||||
"IsConsumable": false,
|
||||
"RepositoryId": "4d01afe4-bb11-4c68-93dc-c8f465861eb5",
|
||||
"Multiplier": 0.1
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_SCORE_MULTIPLIER_SC_SEAGULL_BODYHIDER_TARGETS_NAME",
|
||||
"Id": "SCORE_MULTIPLIER_SC_SEAGULL_BODYHIDER_TARGETS",
|
||||
"Type": "challengemultiplier",
|
||||
"Subtype": "challengemultiplier",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": -1,
|
||||
"GamePrice": -1,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "56716ea5-d749-4375-ab38-4b61d8854410"
|
||||
}
|
||||
],
|
||||
"Drops": ["SCORE_MULTIPLIER_SC_SEAGULL_BODYHIDER_TARGETS"],
|
||||
"IsPlayable": true,
|
||||
"IsLocked": false,
|
||||
"HideProgression": true,
|
||||
@ -1426,31 +1140,7 @@
|
||||
"Rewards": {
|
||||
"MasteryXP": 0
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Rarity": "common",
|
||||
"IsConsumable": false,
|
||||
"RepositoryId": "df1278b3-53f8-4f5e-92b1-f80f37f4c8f3",
|
||||
"Multiplier": 0.08
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_SCORE_MULTIPLIER_SC_SEAGULL_CAR_KILL_NAME",
|
||||
"Id": "SCORE_MULTIPLIER_SC_SEAGULL_CAR_KILL",
|
||||
"Type": "challengemultiplier",
|
||||
"Subtype": "challengemultiplier",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": -1,
|
||||
"GamePrice": -1,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "fa11378d-ffe1-4862-8e04-122d995ecb69"
|
||||
}
|
||||
],
|
||||
"Drops": ["SCORE_MULTIPLIER_SC_SEAGULL_CAR_KILL"],
|
||||
"IsPlayable": true,
|
||||
"IsLocked": false,
|
||||
"HideProgression": true,
|
||||
@ -1537,31 +1227,7 @@
|
||||
"Rewards": {
|
||||
"MasteryXP": 0
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Rarity": "common",
|
||||
"IsConsumable": false,
|
||||
"RepositoryId": "0d1f7075-4d8e-4a87-994a-3dbaf0b4cdaf",
|
||||
"Multiplier": 0.07
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_SCORE_MULTIPLIER_SC_SEAGULL_HOSTAGES_MOVED_NAME",
|
||||
"Id": "SCORE_MULTIPLIER_SC_SEAGULL_HOSTAGES_MOVED",
|
||||
"Type": "challengemultiplier",
|
||||
"Subtype": "challengemultiplier",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": -1,
|
||||
"GamePrice": -1,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "1f9b506e-5883-4b14-a7c0-22aa05c30482"
|
||||
}
|
||||
],
|
||||
"Drops": ["SCORE_MULTIPLIER_SC_SEAGULL_HOSTAGES_MOVED"],
|
||||
"IsPlayable": true,
|
||||
"IsLocked": false,
|
||||
"HideProgression": true,
|
||||
@ -1599,31 +1265,7 @@
|
||||
"Rewards": {
|
||||
"MasteryXP": 0
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Rarity": "common",
|
||||
"IsConsumable": false,
|
||||
"RepositoryId": "7872376d-fd88-4be9-8909-de186aabf54d",
|
||||
"Multiplier": 0.04
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_SCORE_MULTIPLIER_SC_SEAGULL_START_CRANE_NAME",
|
||||
"Id": "SCORE_MULTIPLIER_SC_SEAGULL_START_CRANE",
|
||||
"Type": "challengemultiplier",
|
||||
"Subtype": "challengemultiplier",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": -1,
|
||||
"GamePrice": -1,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "97583446-a30a-431a-9216-9540e5d11cd7"
|
||||
}
|
||||
],
|
||||
"Drops": ["SCORE_MULTIPLIER_SC_SEAGULL_START_CRANE"],
|
||||
"IsPlayable": true,
|
||||
"IsLocked": false,
|
||||
"HideProgression": true,
|
||||
@ -1658,31 +1300,7 @@
|
||||
"Rewards": {
|
||||
"MasteryXP": 0
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Rarity": "common",
|
||||
"IsConsumable": false,
|
||||
"RepositoryId": "ee7d46df-ba58-4f92-a691-4a246959a86d",
|
||||
"Multiplier": 0.05
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_SCORE_MULTIPLIER_SC_SEAGULL_SHOOT_SEAGULLS_NAME",
|
||||
"Id": "SCORE_MULTIPLIER_SC_SEAGULL_SHOOT_SEAGULLS",
|
||||
"Type": "challengemultiplier",
|
||||
"Subtype": "challengemultiplier",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": -1,
|
||||
"GamePrice": -1,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "3e84d13c-f3a5-487c-b020-7535c0c7573b"
|
||||
}
|
||||
],
|
||||
"Drops": ["SCORE_MULTIPLIER_SC_SEAGULL_SHOOT_SEAGULLS"],
|
||||
"IsPlayable": true,
|
||||
"IsLocked": false,
|
||||
"HideProgression": true,
|
||||
@ -1740,31 +1358,7 @@
|
||||
"Rewards": {
|
||||
"MasteryXP": 0
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Rarity": "common",
|
||||
"IsConsumable": false,
|
||||
"RepositoryId": "da0ee139-36e2-491e-8cfc-498ee0270e31",
|
||||
"Multiplier": 0.05
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_SCORE_MULTIPLIER_SC_SEAGULL_FOG_HORN_NAME",
|
||||
"Id": "SCORE_MULTIPLIER_SC_SEAGULL_FOG_HORN",
|
||||
"Type": "challengemultiplier",
|
||||
"Subtype": "challengemultiplier",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": -1,
|
||||
"GamePrice": -1,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "c088144b-fd58-493e-82c8-4823e3cbd014"
|
||||
}
|
||||
],
|
||||
"Drops": ["SCORE_MULTIPLIER_SC_SEAGULL_FOG_HORN"],
|
||||
"IsPlayable": true,
|
||||
"IsLocked": false,
|
||||
"HideProgression": true,
|
||||
@ -1799,31 +1393,7 @@
|
||||
"Rewards": {
|
||||
"MasteryXP": 0
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Rarity": "common",
|
||||
"IsConsumable": false,
|
||||
"RepositoryId": "3bab3303-6bb9-4960-9d5f-88d244187f36",
|
||||
"Multiplier": 0.05
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_SCORE_MULTIPLIER_SC_SEAGULL_AGENT_SMITH_NAME",
|
||||
"Id": "SCORE_MULTIPLIER_SC_SEAGULL_AGENT_SMITH",
|
||||
"Type": "challengemultiplier",
|
||||
"Subtype": "challengemultiplier",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": -1,
|
||||
"GamePrice": -1,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "f6dc0c2e-5338-4604-8f76-46ae6f0e91f0"
|
||||
}
|
||||
],
|
||||
"Drops": ["SCORE_MULTIPLIER_SC_SEAGULL_AGENT_SMITH"],
|
||||
"IsPlayable": true,
|
||||
"IsLocked": false,
|
||||
"HideProgression": true,
|
||||
@ -1858,31 +1428,7 @@
|
||||
"Rewards": {
|
||||
"MasteryXP": 0
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Rarity": "common",
|
||||
"IsConsumable": false,
|
||||
"RepositoryId": "70ddbac1-0803-4e4d-b962-1914b4e76658",
|
||||
"Multiplier": 0.05
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_SCORE_MULTIPLIER_SC_SEAGULL_SATELLITE_DISH_NAME",
|
||||
"Id": "SCORE_MULTIPLIER_SC_SEAGULL_SATELLITE_DISH",
|
||||
"Type": "challengemultiplier",
|
||||
"Subtype": "challengemultiplier",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": -1,
|
||||
"GamePrice": -1,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "e318012e-d92d-46ca-b3c4-1a15f73d07c7"
|
||||
}
|
||||
],
|
||||
"Drops": ["SCORE_MULTIPLIER_SC_SEAGULL_SATELLITE_DISH"],
|
||||
"IsPlayable": true,
|
||||
"IsLocked": false,
|
||||
"HideProgression": true,
|
||||
@ -1917,31 +1463,7 @@
|
||||
"Rewards": {
|
||||
"MasteryXP": 0
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Rarity": "common",
|
||||
"IsConsumable": false,
|
||||
"RepositoryId": "e579d385-9419-4b39-ac39-01296d63039f",
|
||||
"Multiplier": 0.07
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_SCORE_MULTIPLIER_SC_SEAGULL_RUBBER_DUCK_NAME",
|
||||
"Id": "SCORE_MULTIPLIER_SC_SEAGULL_RUBBER_DUCK",
|
||||
"Type": "challengemultiplier",
|
||||
"Subtype": "challengemultiplier",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": -1,
|
||||
"GamePrice": -1,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "91b6a6e2-5dd1-440f-ac32-2fb3713ac611"
|
||||
}
|
||||
],
|
||||
"Drops": ["SCORE_MULTIPLIER_SC_SEAGULL_RUBBER_DUCK"],
|
||||
"IsPlayable": true,
|
||||
"IsLocked": false,
|
||||
"HideProgression": true,
|
||||
@ -1999,31 +1521,7 @@
|
||||
"Rewards": {
|
||||
"MasteryXP": 0
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Rarity": "common",
|
||||
"IsConsumable": false,
|
||||
"RepositoryId": "d15299e9-c5e0-49b4-9e35-609a705ca7e3",
|
||||
"Multiplier": 0.04
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_SCORE_MULTIPLIER_SC_SEAGULL_SHOOT_CORDS_NAME",
|
||||
"Id": "SCORE_MULTIPLIER_SC_SEAGULL_SHOOT_CORDS",
|
||||
"Type": "challengemultiplier",
|
||||
"Subtype": "challengemultiplier",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": -1,
|
||||
"GamePrice": -1,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "7867dcfe-14ec-4c09-a650-81b024cbf1fa"
|
||||
}
|
||||
],
|
||||
"Drops": ["SCORE_MULTIPLIER_SC_SEAGULL_SHOOT_CORDS"],
|
||||
"IsPlayable": true,
|
||||
"IsLocked": false,
|
||||
"HideProgression": true,
|
||||
@ -2081,31 +1579,7 @@
|
||||
"Rewards": {
|
||||
"MasteryXP": 0
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Rarity": "common",
|
||||
"IsConsumable": false,
|
||||
"RepositoryId": "7cb89fba-b229-4e11-aaef-ee7e984a523b",
|
||||
"Multiplier": 0.06
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_SCORE_MULTIPLIER_SC_SEAGULL_SHOOT_LAMPS_NAME",
|
||||
"Id": "SCORE_MULTIPLIER_SC_SEAGULL_SHOOT_LAMPS",
|
||||
"Type": "challengemultiplier",
|
||||
"Subtype": "challengemultiplier",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": -1,
|
||||
"GamePrice": -1,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "dec39b90-ac85-4ba6-9cae-9787283230c2"
|
||||
}
|
||||
],
|
||||
"Drops": ["SCORE_MULTIPLIER_SC_SEAGULL_SHOOT_LAMPS"],
|
||||
"IsPlayable": true,
|
||||
"IsLocked": false,
|
||||
"HideProgression": true,
|
||||
@ -2140,31 +1614,7 @@
|
||||
"Rewards": {
|
||||
"MasteryXP": 0
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Rarity": "common",
|
||||
"IsConsumable": false,
|
||||
"RepositoryId": "787c6a39-00f4-402c-baab-228ad7cc6136",
|
||||
"Multiplier": 0.07
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_SCORE_MULTIPLIER_SC_SEAGULL_RATS_NAME",
|
||||
"Id": "SCORE_MULTIPLIER_SC_SEAGULL_RATS",
|
||||
"Type": "challengemultiplier",
|
||||
"Subtype": "challengemultiplier",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": -1,
|
||||
"GamePrice": -1,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "9c709484-872e-487f-94e2-a6f44013c022"
|
||||
}
|
||||
],
|
||||
"Drops": ["SCORE_MULTIPLIER_SC_SEAGULL_RATS"],
|
||||
"IsPlayable": true,
|
||||
"IsLocked": false,
|
||||
"HideProgression": true,
|
||||
@ -2222,31 +1672,7 @@
|
||||
"Rewards": {
|
||||
"MasteryXP": 0
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Rarity": "common",
|
||||
"IsConsumable": false,
|
||||
"RepositoryId": "7464e1cb-bca7-4e4f-b8ba-d8f5a271fb1a",
|
||||
"Multiplier": 0.06
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_SCORE_MULTIPLIER_SC_SEAGULL_LILLY_ESCORT_NAME",
|
||||
"Id": "SCORE_MULTIPLIER_SC_SEAGULL_LILLY_ESCORT",
|
||||
"Type": "challengemultiplier",
|
||||
"Subtype": "challengemultiplier",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": -1,
|
||||
"GamePrice": -1,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "9306da98-d98e-411c-8ecc-170526d91f5c"
|
||||
}
|
||||
],
|
||||
"Drops": ["SCORE_MULTIPLIER_SC_SEAGULL_LILLY_ESCORT"],
|
||||
"IsPlayable": true,
|
||||
"IsLocked": false,
|
||||
"HideProgression": true,
|
||||
@ -2281,31 +1707,7 @@
|
||||
"Rewards": {
|
||||
"MasteryXP": 0
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Rarity": "common",
|
||||
"IsConsumable": false,
|
||||
"RepositoryId": "04fcc4b9-5946-4979-8c96-4bd0990d9fe2",
|
||||
"Multiplier": 0.06
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_SCORE_MULTIPLIER_SC_SEAGULL_OPEN_CONTAINERS_NAME",
|
||||
"Id": "SCORE_MULTIPLIER_SC_SEAGULL_OPEN_CONTAINERS",
|
||||
"Type": "challengemultiplier",
|
||||
"Subtype": "challengemultiplier",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": -1,
|
||||
"GamePrice": -1,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "c61fdb85-502b-44b9-9e71-d57974791635"
|
||||
}
|
||||
],
|
||||
"Drops": ["SCORE_MULTIPLIER_SC_SEAGULL_OPEN_CONTAINERS"],
|
||||
"IsPlayable": true,
|
||||
"IsLocked": false,
|
||||
"HideProgression": true,
|
||||
@ -2363,31 +1765,7 @@
|
||||
"Rewards": {
|
||||
"MasteryXP": 0
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Rarity": "common",
|
||||
"IsConsumable": false,
|
||||
"RepositoryId": "35434487-ccbe-456f-8d4e-14458d6c84ce",
|
||||
"Multiplier": 0.07
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_SCORE_MULTIPLIER_SC_SEAGULL_CRANE_47_NAME",
|
||||
"Id": "SCORE_MULTIPLIER_SC_SEAGULL_CRANE_47",
|
||||
"Type": "challengemultiplier",
|
||||
"Subtype": "challengemultiplier",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": -1,
|
||||
"GamePrice": -1,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "ef4f2229-deb8-4e11-b306-0a831f7c4c0e"
|
||||
}
|
||||
],
|
||||
"Drops": ["SCORE_MULTIPLIER_SC_SEAGULL_CRANE_47"],
|
||||
"IsPlayable": true,
|
||||
"IsLocked": false,
|
||||
"HideProgression": true,
|
||||
@ -2422,31 +1800,7 @@
|
||||
"Rewards": {
|
||||
"MasteryXP": 0
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Rarity": "common",
|
||||
"IsConsumable": false,
|
||||
"RepositoryId": "e6179ca0-3fdd-4b31-a4b4-b2f55f50e4e9",
|
||||
"Multiplier": 0.04
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_SCORE_MULTIPLIER_SC_SEAGULL_SHOOT_BEER_NAME",
|
||||
"Id": "SCORE_MULTIPLIER_SC_SEAGULL_SHOOT_BEER",
|
||||
"Type": "challengemultiplier",
|
||||
"Subtype": "challengemultiplier",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": -1,
|
||||
"GamePrice": -1,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "5b9dea45-b163-411d-ab81-0dcdfd56f79a"
|
||||
}
|
||||
],
|
||||
"Drops": ["SCORE_MULTIPLIER_SC_SEAGULL_SHOOT_BEER"],
|
||||
"IsPlayable": true,
|
||||
"IsLocked": false,
|
||||
"HideProgression": true,
|
||||
|
@ -3927,32 +3927,7 @@
|
||||
"Rewards": {
|
||||
"MasteryXP": 1000
|
||||
},
|
||||
"Drops": [
|
||||
{
|
||||
"Properties": {
|
||||
"Rarity": "common",
|
||||
"LoadoutSlot": "disguise",
|
||||
"IsConsumable": false,
|
||||
"RepositoryId": "e1d1ffa6-deca-445a-8e8c-db74b0856cee",
|
||||
"OrderIndex": 1060
|
||||
},
|
||||
"Rarity": "common",
|
||||
"DisplayNameLocKey": "UI_EG_MASTERY_SKIN_OUTFIT_HERO_WOUNDED_NAME",
|
||||
"Id": "EG_MASTERY_SKIN_OUTFIT_HERO_WOUNDED",
|
||||
"Type": "disguise",
|
||||
"Subtype": "evergreen",
|
||||
"GameAsset": null,
|
||||
"ImageId": "",
|
||||
"RMTPrice": -1,
|
||||
"GamePrice": -1,
|
||||
"IsPurchasable": false,
|
||||
"IsPublished": true,
|
||||
"IsDroppable": false,
|
||||
"Capabilities": [],
|
||||
"Qualities": {},
|
||||
"Guid": "38c9e861-349a-4c48-8d73-96b38b780281"
|
||||
}
|
||||
],
|
||||
"Drops": ["EG_MASTERY_SKIN_OUTFIT_HERO_WOUNDED"],
|
||||
"IsPlayable": true,
|
||||
"IsLocked": false,
|
||||
"HideProgression": false,
|
||||
|
@ -191,6 +191,11 @@ async function extract(locationParent, jwt, apiUrl) {
|
||||
}
|
||||
}
|
||||
|
||||
//NOTE: Make sure to convert drops (Unlockable) to a string
|
||||
fullPlanningChallenge.Drops = fullPlanningChallenge.Drops.map(
|
||||
(e) => e.Id,
|
||||
)
|
||||
|
||||
fullPlanningChallenge.CompletionData = undefined
|
||||
fullPlanningChallenge.Completed = undefined
|
||||
fullPlanningChallenge.ChallengeProgress = undefined
|
||||
|
Loading…
Reference in New Issue
Block a user