From 2ff3cb9d7bf6e996bfd7e30d704075aeb5baf514 Mon Sep 17 00:00:00 2001 From: Miraak Date: Sat, 26 Oct 2024 09:55:26 +0200 Subject: [PATCH] Added the "Extra Toppings" Passive to the game --> testing for Patch 1.2.0.1 --- .../HunterItemConfig/StalkerItemConfig.php | 2 +- dist/storage/app/catalog/catalog.json | 31 +++++++++++++++++++ 2 files changed, 32 insertions(+), 1 deletion(-) diff --git a/dist/app/Classes/Character/HunterItemConfig/StalkerItemConfig.php b/dist/app/Classes/Character/HunterItemConfig/StalkerItemConfig.php index 2422a30..d28701e 100644 --- a/dist/app/Classes/Character/HunterItemConfig/StalkerItemConfig.php +++ b/dist/app/Classes/Character/HunterItemConfig/StalkerItemConfig.php @@ -28,7 +28,7 @@ class StalkerItemConfig extends CharacterItemConfig ]; protected static array $defaultEquippedBonuses = [ - '3D377249421D35F0F750578919A7E210', + 'FBC30B38CC44B9E99626D8B877E36D39', '545F88D24EAD402513C4948DE31DD6AE', ]; diff --git a/dist/storage/app/catalog/catalog.json b/dist/storage/app/catalog/catalog.json index c1678c8..95ae5dc 100644 --- a/dist/storage/app/catalog/catalog.json +++ b/dist/storage/app/catalog/catalog.json @@ -59773,6 +59773,37 @@ "unique": false, "nonSecure": false, "purchasable": true + }, + { + "id": "FBC30B38CC44B9E99626D8B877E36D39", + "displayName": "HT_Bonus_ExtraTopping_Extra_Toppings", + "initialQuantity": 1, + "consumable": false, + "consumptionReward": [], + "defaultCost": [], + "eventCostList": [], + "metaData": { + "gameplayTags": [ + "Accessory.Bonus" + ], + "requiredChallengesToComplete": [], + "minPlayerLevel": 0, + "minCharacterLevel": 0, + "freeForUserCreatedAfter": 0, + "freeForUserCreatedBefore": 0, + "isUnbreakableFullset": false, + "origin": "None", + "quality": "Basic", + "groupType": "", + "followingItem": "", + "prerequisiteItem": "", + "autoUnlockItemIds": [], + "itemAssignments": [], + "prestigeLevelRewards": [] + }, + "unique": false, + "nonSecure": false, + "purchasable": true } ] } \ No newline at end of file