From b7101506df995238f30c71d6e54c74e832adecd6 Mon Sep 17 00:00:00 2001 From: Dev Date: Mon, 23 Sep 2024 14:44:04 +0100 Subject: [PATCH] Added new gift code --- project/assets/configs/gifts.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/project/assets/configs/gifts.json b/project/assets/configs/gifts.json index ba08a6ca..acfffeee 100644 --- a/project/assets/configs/gifts.json +++ b/project/assets/configs/gifts.json @@ -8332,6 +8332,24 @@ "collectionTimeHours": 48, "associatedEvent": "Promo", "maxToSendPlayer": 5 + }, + "500CIGARETTES": { + "items": [ + { + "_id": "66f16f2d223efbd43f0c2e2d", + "_tpl": "5734770f24597738025ee254", + "upd": { + "StackObjectsCount": 1 + }, + "parentId": "665a06ac85c6ab387e0afba3", + "slotId": "main" + } + ], + "sender": "System", + "messageText": "I feel as if i have been standing my entire life and just sat down", + "collectionTimeHours": 72, + "associatedEvent": "Promo", + "maxToSendPlayer": 5 } } }