From a5ad6e4135e7506128c250ba4388a24e2b88fe86 Mon Sep 17 00:00:00 2001 From: Dev Date: Fri, 27 Sep 2024 08:44:55 +0100 Subject: [PATCH] Added `SPLASH` gift code --- project/assets/configs/gifts.json | 36 +++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/project/assets/configs/gifts.json b/project/assets/configs/gifts.json index 3e137c4a..53749773 100644 --- a/project/assets/configs/gifts.json +++ b/project/assets/configs/gifts.json @@ -8485,6 +8485,42 @@ "collectionTimeHours": 72, "associatedEvent": "Promo", "maxToSendPlayer": 2 + }, + "SPLASH": { + "items": [ + { + "_id": "66f6618d8d88ae22c907775b", + "_tpl": "66d97834d2985e11480d5c1e", + "upd": { + "StackObjectsCount": 1 + }, + "parentId": "665a06ac85c6ab387e0afba3", + "slotId": "main" + }, + { + "_id": "66f6618d8d88ae22c907775c", + "_tpl": "66d97834d2985e11480d5c1e", + "upd": { + "StackObjectsCount": 1 + }, + "parentId": "665a06ac85c6ab387e0afba3", + "slotId": "main" + }, + { + "_id": "66f6618d8d88ae22c907775d", + "_tpl": "66d97834d2985e11480d5c1e", + "upd": { + "StackObjectsCount": 1 + }, + "parentId": "665a06ac85c6ab387e0afba3", + "slotId": "main" + } + ], + "sender": "System", + "messageText": "Fire for effect", + "collectionTimeHours": 72, + "associatedEvent": "Promo", + "maxToSendPlayer": 5 } } }