update excel
This commit is contained in:
parent
6153903f31
commit
8df3978077
Binary file not shown.
BIN
data/DB_Skin.dat
BIN
data/DB_Skin.dat
Binary file not shown.
|
@ -45,9 +45,9 @@
|
|||
"SkinPic": "icon_300003",
|
||||
"SkinName": "活力-粉",
|
||||
"SkinType": "mg_02",
|
||||
"UnlockType": 3,
|
||||
"UnlockType": 2,
|
||||
"UnlockItem": {
|
||||
"5": 0
|
||||
"310003": 20
|
||||
},
|
||||
"SkinSkillName": "活力满满",
|
||||
"SkinSkillIcon": "SkillIcon-30003",
|
||||
|
@ -66,9 +66,9 @@
|
|||
"SkinPic": "icon_300004",
|
||||
"SkinName": "活力-青",
|
||||
"SkinType": "mg_03",
|
||||
"UnlockType": 3,
|
||||
"UnlockType": 2,
|
||||
"UnlockItem": {
|
||||
"2": 0
|
||||
"310004": 20
|
||||
},
|
||||
"SkinSkillName": "金币满满",
|
||||
"SkinSkillIcon": "SkillIcon-30004",
|
||||
|
|
BIN
data/DB_Task.dat
BIN
data/DB_Task.dat
Binary file not shown.
BIN
data/DB_VIP.dat
BIN
data/DB_VIP.dat
Binary file not shown.
|
@ -30,6 +30,7 @@
|
|||
"更多VIP功能正待开发"
|
||||
],
|
||||
"Privilege9": [
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
|
@ -70,6 +71,7 @@
|
|||
],
|
||||
"MatchFreeTimes": 1,
|
||||
"Privilege9": [
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
|
@ -110,6 +112,8 @@
|
|||
],
|
||||
"MatchFreeTimes": 2,
|
||||
"Privilege9": [
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
|
@ -150,6 +154,7 @@
|
|||
],
|
||||
"MatchFreeTimes": 3,
|
||||
"Privilege9": [
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
|
@ -190,6 +195,7 @@
|
|||
],
|
||||
"MatchFreeTimes": 4,
|
||||
"Privilege9": [
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
|
@ -230,6 +236,8 @@
|
|||
],
|
||||
"MatchFreeTimes": 5,
|
||||
"Privilege9": [
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
|
@ -270,6 +278,7 @@
|
|||
],
|
||||
"MatchFreeTimes": 6,
|
||||
"Privilege9": [
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
|
@ -310,6 +319,7 @@
|
|||
],
|
||||
"MatchFreeTimes": 7,
|
||||
"Privilege9": [
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
|
@ -350,6 +360,7 @@
|
|||
],
|
||||
"MatchFreeTimes": 8,
|
||||
"Privilege9": [
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
|
@ -390,6 +401,7 @@
|
|||
],
|
||||
"MatchFreeTimes": 9,
|
||||
"Privilege9": [
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
|
@ -430,6 +442,7 @@
|
|||
],
|
||||
"MatchFreeTimes": 10,
|
||||
"Privilege9": [
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
|
@ -470,6 +483,7 @@
|
|||
],
|
||||
"MatchFreeTimes": 11,
|
||||
"Privilege9": [
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
|
@ -510,6 +524,7 @@
|
|||
],
|
||||
"MatchFreeTimes": 12,
|
||||
"Privilege9": [
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
|
@ -550,6 +565,7 @@
|
|||
],
|
||||
"MatchFreeTimes": 13,
|
||||
"Privilege9": [
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
|
@ -590,6 +606,7 @@
|
|||
],
|
||||
"MatchFreeTimes": 14,
|
||||
"Privilege9": [
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
|
@ -630,6 +647,7 @@
|
|||
],
|
||||
"MatchFreeTimes": 15,
|
||||
"Privilege9": [
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
|
@ -670,6 +688,7 @@
|
|||
],
|
||||
"MatchFreeTimes": 16,
|
||||
"Privilege9": [
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
|
||||
罘
|
||||
荅
|
||||
荅
|
||||
罘
|
|
@ -2,11 +2,11 @@
|
|||
"Arr": [
|
||||
{
|
||||
"Id": 1,
|
||||
"SkinId": 300003
|
||||
"SkinId": 300004
|
||||
},
|
||||
{
|
||||
"Id": 2,
|
||||
"SkinId": 300004,
|
||||
"SkinId": 300003,
|
||||
"VIPLevel": 3
|
||||
}
|
||||
]
|
||||
|
|
2
public
2
public
|
@ -1 +1 @@
|
|||
Subproject commit df942948ff721824a23f1f15f02a0fc84d0b52e9
|
||||
Subproject commit fc20f707697bffbac116ad93e1c94cc530fd0cf3
|
Binary file not shown.
BIN
xlsx/DB_VIP.xlsx
BIN
xlsx/DB_VIP.xlsx
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue