This commit is contained in:
DESKTOP-5RP3AKU\Jisol
2024-01-23 02:53:23 +08:00
parent c6710e7dfa
commit 26cc480866
27 changed files with 2061 additions and 988 deletions

View File

@@ -93,5 +93,25 @@
"value": 20
}
]
},
{
"id": 210001,
"name": "锻造礼包",
"tig": "锻造礼包",
"limit": 1,
"limitValue": 0,
"exchanges": [
{
"id": 90001,
"value": 2000
}
],
"rewards": [
{
"type": 1,
"id": 90002,
"value": 20
}
]
}
]

View File

@@ -50,7 +50,7 @@
{
"id": 90007,
"icon": "90007",
"name": "兑换券",
"name": "点卷",
"tig": "用于购买礼包",
"args": "",
"quality": 1

View File

@@ -1,22 +1,27 @@
[
{
"id": 1,
"tig": "金币礼包",
"giftId": 180001
"giftId": 180001,
"type": 0
},
{
"id": 2,
"tig": "好多金币礼包",
"giftId": 180002
"giftId": 180002,
"type": 0
},
{
"id": 3,
"tig": "限购矿石礼包",
"giftId": 190001
"giftId": 190001,
"type": 0
},
{
"id": 4,
"tig": "每日矿石礼包",
"giftId": 200001
"giftId": 200001,
"type": 0
},
{
"tig": "锻造礼包",
"giftId": 210001,
"type": 1
}
]