feat(Activity10020Config): 调整活动配置中的道具和货币需求
- 将 FirstCost 中的道具 ID 从 1228 修改为 842 - 将 FirstCost 中的道具数量从 2 增加到 20 - 将 DrawPrice 中的货币 ID 从 842 修改为 4,类型从 0 修改为 4 - 将 DrawPrice 中的货币数量从 20 增加到 100
This commit is contained in:
@@ -2786,9 +2786,9 @@
|
||||
"1": {
|
||||
"FirstCost": [
|
||||
{
|
||||
"id": 1228,
|
||||
"id": 842,
|
||||
"type": 0,
|
||||
"count": 2
|
||||
"count": 20
|
||||
}
|
||||
],
|
||||
"NormalRewards": [
|
||||
@@ -2860,9 +2860,9 @@
|
||||
"freeNum": [],
|
||||
"DrawPrice": [
|
||||
{
|
||||
"id": 842,
|
||||
"type": 0,
|
||||
"count": 20
|
||||
"id": 4,
|
||||
"type": 4,
|
||||
"count": 100
|
||||
}
|
||||
],
|
||||
"NormalDropId": 125030,
|
||||
@@ -2920,9 +2920,9 @@
|
||||
"2": {
|
||||
"FirstCost": [
|
||||
{
|
||||
"id": 1228,
|
||||
"id": 842,
|
||||
"type": 0,
|
||||
"count": 2
|
||||
"count": 20
|
||||
}
|
||||
],
|
||||
"NormalRewards": [
|
||||
@@ -2994,9 +2994,9 @@
|
||||
"freeNum": [],
|
||||
"DrawPrice": [
|
||||
{
|
||||
"id": 842,
|
||||
"type": 0,
|
||||
"count": 20
|
||||
"id": 4,
|
||||
"type": 4,
|
||||
"count": 100
|
||||
}
|
||||
],
|
||||
"NormalDropId": 125030,
|
||||
@@ -3054,9 +3054,9 @@
|
||||
"3": {
|
||||
"FirstCost": [
|
||||
{
|
||||
"id": 1228,
|
||||
"id": 842,
|
||||
"type": 0,
|
||||
"count": 2
|
||||
"count": 20
|
||||
}
|
||||
],
|
||||
"NormalRewards": [
|
||||
@@ -3128,9 +3128,9 @@
|
||||
"freeNum": [],
|
||||
"DrawPrice": [
|
||||
{
|
||||
"id": 842,
|
||||
"type": 0,
|
||||
"count": 20
|
||||
"id": 4,
|
||||
"type": 4,
|
||||
"count": 100
|
||||
}
|
||||
],
|
||||
"NormalDropId": 125030,
|
||||
@@ -3188,9 +3188,9 @@
|
||||
"4": {
|
||||
"FirstCost": [
|
||||
{
|
||||
"id": 1228,
|
||||
"id": 842,
|
||||
"type": 0,
|
||||
"count": 2
|
||||
"count": 20
|
||||
}
|
||||
],
|
||||
"NormalRewards": [
|
||||
@@ -3262,9 +3262,9 @@
|
||||
"freeNum": [],
|
||||
"DrawPrice": [
|
||||
{
|
||||
"id": 842,
|
||||
"type": 0,
|
||||
"count": 20
|
||||
"id": 4,
|
||||
"type": 4,
|
||||
"count": 100
|
||||
}
|
||||
],
|
||||
"NormalDropId": 125030,
|
||||
|
||||
Reference in New Issue
Block a user