mirror of
https://gitee.com/jisol/jisol-game/
synced 2025-09-27 02:36:14 +00:00
qqqq
This commit is contained in:
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
@@ -50,7 +50,7 @@
|
||||
{
|
||||
"id": 90007,
|
||||
"icon": "90007",
|
||||
"name": "兑换券",
|
||||
"name": "点卷",
|
||||
"tig": "用于购买礼包",
|
||||
"args": "",
|
||||
"quality": 1
|
||||
|
@@ -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
|
||||
}
|
||||
]
|
Reference in New Issue
Block a user