46 changed files with 8290 additions and 667 deletions
@ -0,0 +1,48 @@ |
|||||||
|
var axios = require('axios'); |
||||||
|
var IP = ''; |
||||||
|
let main = function () { |
||||||
|
const url = 'http://httpbin.org/ip'; |
||||||
|
axios({ method: 'get', url: url }).then((response) => { |
||||||
|
let data = response.data; |
||||||
|
console.log(new Date().toLocaleString(), data); |
||||||
|
if (IP !== data.origin) { |
||||||
|
if (IP !== '') { |
||||||
|
deleteIp(IP); |
||||||
|
} |
||||||
|
updateIp(data.origin); |
||||||
|
IP = data.origin; |
||||||
|
} |
||||||
|
}); |
||||||
|
}; |
||||||
|
|
||||||
|
let updateIp = function (ip) { |
||||||
|
let url1 = 'http://111.231.140.87:4111/frontApi/game/whiteList/update?ip=' + ip; |
||||||
|
let url2 = 'http://175.178.181.179:4111/frontApi/game/whiteList/update?ip=' + ip; |
||||||
|
let url = 'http://192.168.2.100:4111/frontApi/game/whiteList/update?ip=' + ip; |
||||||
|
post(url1); |
||||||
|
post(url2); |
||||||
|
}; |
||||||
|
|
||||||
|
let deleteIp = function (ip) { |
||||||
|
let url1 = 'http://111.231.140.87:4111/frontApi/game/whiteList/del?ip=' + ip; |
||||||
|
let url2 = 'http://175.178.181.179:4111/frontApi/game/whiteList/del?ip=' + ip; |
||||||
|
let url = 'http://192.168.2.100:4111/frontApi/game/whiteList/del?ip=' + ip; |
||||||
|
post(url1); |
||||||
|
post(url2); |
||||||
|
}; |
||||||
|
|
||||||
|
let post = function (url) { |
||||||
|
axios |
||||||
|
.post(url) |
||||||
|
.then((response) => { |
||||||
|
console.log(new Date().toLocaleString(), response.data); |
||||||
|
}) |
||||||
|
.catch((error) => { |
||||||
|
console.error(new Date().toLocaleString(), 'Error:', error.response.status); // Error: 404
|
||||||
|
}); |
||||||
|
}; |
||||||
|
|
||||||
|
main(); |
||||||
|
setInterval(function () { |
||||||
|
main(); |
||||||
|
}, 60 * 60 * 1000); |
||||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,402 @@ |
|||||||
|
[ |
||||||
|
{ |
||||||
|
"Id": 1, |
||||||
|
"PeriodId": 1, |
||||||
|
"TaskType": 1, |
||||||
|
"TaskName": "温馨的家宴", |
||||||
|
"Description": "举办家宴", |
||||||
|
"TargetType": 2, |
||||||
|
"TargetParameter": 1, |
||||||
|
"GetPoint": 20 |
||||||
|
}, |
||||||
|
{ |
||||||
|
"Id": 2, |
||||||
|
"PeriodId": 1, |
||||||
|
"TaskType": 1, |
||||||
|
"TaskName": "丰收准备", |
||||||
|
"Description": "为农田施肥", |
||||||
|
"TargetType": 6, |
||||||
|
"TargetParameter": 1, |
||||||
|
"GetPoint": 10 |
||||||
|
}, |
||||||
|
{ |
||||||
|
"Id": 3, |
||||||
|
"PeriodId": 1, |
||||||
|
"TaskType": 1, |
||||||
|
"TaskName": "不死树", |
||||||
|
"Description": "为不死树施肥", |
||||||
|
"TargetType": 1, |
||||||
|
"TargetParameter": 1, |
||||||
|
"GetPoint": 10 |
||||||
|
}, |
||||||
|
{ |
||||||
|
"Id": 4, |
||||||
|
"PeriodId": 1, |
||||||
|
"TaskType": 1, |
||||||
|
"TaskName": "谁是英雄", |
||||||
|
"Description": "挑战四凶兽", |
||||||
|
"TargetType": 4, |
||||||
|
"TargetParameter": 1, |
||||||
|
"GetPoint": 20 |
||||||
|
}, |
||||||
|
{ |
||||||
|
"Id": 5, |
||||||
|
"PeriodId": 1, |
||||||
|
"TaskType": 1, |
||||||
|
"TaskName": "能工巧匠", |
||||||
|
"Description": "修缮一次建筑", |
||||||
|
"TargetType": 8, |
||||||
|
"TargetParameter": 1, |
||||||
|
"GetPoint": 10 |
||||||
|
}, |
||||||
|
{ |
||||||
|
"Id": 6, |
||||||
|
"PeriodId": 1, |
||||||
|
"TaskType": 1, |
||||||
|
"TaskName": "互通有无", |
||||||
|
"Description": "与桃谷商人或者夜市高价回收商人进行交易", |
||||||
|
"TargetType": 5, |
||||||
|
"TargetParameter": 1, |
||||||
|
"GetPoint": 10 |
||||||
|
}, |
||||||
|
{ |
||||||
|
"Id": 7, |
||||||
|
"PeriodId": 1, |
||||||
|
"TaskType": 1, |
||||||
|
"TaskName": "神秘商人", |
||||||
|
"Description": "刷新神秘商人的货物", |
||||||
|
"TargetType": 7, |
||||||
|
"TargetParameter": 1, |
||||||
|
"GetPoint": 20 |
||||||
|
}, |
||||||
|
{ |
||||||
|
"Id": 201, |
||||||
|
"PeriodId": 1, |
||||||
|
"TaskType": 2, |
||||||
|
"TaskName": "桃源相伴", |
||||||
|
"Description": "每周登录游戏3次(每天记1次)", |
||||||
|
"TargetType": 9, |
||||||
|
"TargetParameter": 3, |
||||||
|
"GetPoint": 200 |
||||||
|
}, |
||||||
|
{ |
||||||
|
"Id": 202, |
||||||
|
"PeriodId": 1, |
||||||
|
"TaskType": 2, |
||||||
|
"TaskName": "消耗铜钱", |
||||||
|
"Description": "每周消耗铜钱达到500万", |
||||||
|
"TargetType": 3, |
||||||
|
"TargetParameter": 5000000, |
||||||
|
"GetPoint": 200 |
||||||
|
}, |
||||||
|
{ |
||||||
|
"Id": 203, |
||||||
|
"PeriodId": 1, |
||||||
|
"TaskType": 2, |
||||||
|
"TaskName": "扫荡兽潮", |
||||||
|
"Description": "每周扫荡兽潮20次", |
||||||
|
"TargetType": 10, |
||||||
|
"TargetParameter": 20, |
||||||
|
"GetPoint": 200 |
||||||
|
}, |
||||||
|
{ |
||||||
|
"Id": 204, |
||||||
|
"PeriodId": 1, |
||||||
|
"TaskType": 2, |
||||||
|
"TaskName": "大丰收准备", |
||||||
|
"Description": "为农田施肥", |
||||||
|
"TargetType": 6, |
||||||
|
"TargetParameter": 3, |
||||||
|
"GetPoint": 200 |
||||||
|
}, |
||||||
|
{ |
||||||
|
"Id": 205, |
||||||
|
"PeriodId": 1, |
||||||
|
"TaskType": 2, |
||||||
|
"TaskName": "不死树", |
||||||
|
"Description": "为不死树施肥", |
||||||
|
"TargetType": 1, |
||||||
|
"TargetParameter": 1, |
||||||
|
"GetPoint": 200 |
||||||
|
}, |
||||||
|
{ |
||||||
|
"Id": 301, |
||||||
|
"PeriodId": 1, |
||||||
|
"TaskType": 3, |
||||||
|
"TaskName": "陵陵宝藏", |
||||||
|
"Description": "参与6轮陵陵宝藏", |
||||||
|
"TargetType": 11, |
||||||
|
"TargetParameter": 6, |
||||||
|
"GetPoint": 600 |
||||||
|
}, |
||||||
|
{ |
||||||
|
"Id": 302, |
||||||
|
"PeriodId": 1, |
||||||
|
"TaskType": 3, |
||||||
|
"TaskName": "消耗桃花石", |
||||||
|
"Description": "消耗桃花石达到200", |
||||||
|
"TargetType": 12, |
||||||
|
"TargetParameter": 200, |
||||||
|
"GetPoint": 600 |
||||||
|
}, |
||||||
|
{ |
||||||
|
"Id": 303, |
||||||
|
"PeriodId": 1, |
||||||
|
"TaskType": 3, |
||||||
|
"TaskName": "丰收年准备", |
||||||
|
"Description": "为农田施肥", |
||||||
|
"TargetType": 6, |
||||||
|
"TargetParameter": 5, |
||||||
|
"GetPoint": 600 |
||||||
|
}, |
||||||
|
{ |
||||||
|
"Id": 304, |
||||||
|
"PeriodId": 1, |
||||||
|
"TaskType": 3, |
||||||
|
"TaskName": "不死树", |
||||||
|
"Description": "为不死树施肥", |
||||||
|
"TargetType": 1, |
||||||
|
"TargetParameter": 1, |
||||||
|
"GetPoint": 600 |
||||||
|
}, |
||||||
|
{ |
||||||
|
"Id": 1001, |
||||||
|
"PeriodId": 2, |
||||||
|
"TaskType": 1, |
||||||
|
"TaskName": "温馨的家宴", |
||||||
|
"Description": "举办家宴", |
||||||
|
"TargetType": 2, |
||||||
|
"TargetParameter": 2, |
||||||
|
"GetPoint": 20 |
||||||
|
}, |
||||||
|
{ |
||||||
|
"Id": 1002, |
||||||
|
"PeriodId": 2, |
||||||
|
"TaskType": 1, |
||||||
|
"TaskName": "丰收准备", |
||||||
|
"Description": "为农田施肥", |
||||||
|
"TargetType": 6, |
||||||
|
"TargetParameter": 2, |
||||||
|
"GetPoint": 10 |
||||||
|
}, |
||||||
|
{ |
||||||
|
"Id": 1003, |
||||||
|
"PeriodId": 2, |
||||||
|
"TaskType": 1, |
||||||
|
"TaskName": "不死树", |
||||||
|
"Description": "为不死树施肥", |
||||||
|
"TargetType": 1, |
||||||
|
"TargetParameter": 2, |
||||||
|
"GetPoint": 10 |
||||||
|
}, |
||||||
|
{ |
||||||
|
"Id": 1004, |
||||||
|
"PeriodId": 2, |
||||||
|
"TaskType": 1, |
||||||
|
"TaskName": "谁是英雄", |
||||||
|
"Description": "挑战四凶兽", |
||||||
|
"TargetType": 4, |
||||||
|
"TargetParameter": 2, |
||||||
|
"GetPoint": 20 |
||||||
|
}, |
||||||
|
{ |
||||||
|
"Id": 1005, |
||||||
|
"PeriodId": 2, |
||||||
|
"TaskType": 1, |
||||||
|
"TaskName": "能工巧匠", |
||||||
|
"Description": "修缮两次建筑", |
||||||
|
"TargetType": 8, |
||||||
|
"TargetParameter": 2, |
||||||
|
"GetPoint": 10 |
||||||
|
}, |
||||||
|
{ |
||||||
|
"Id": 1006, |
||||||
|
"PeriodId": 2, |
||||||
|
"TaskType": 1, |
||||||
|
"TaskName": "互通有无", |
||||||
|
"Description": "与桃谷商人或者夜市高价回收商人进行交易", |
||||||
|
"TargetType": 5, |
||||||
|
"TargetParameter": 2, |
||||||
|
"GetPoint": 10 |
||||||
|
}, |
||||||
|
{ |
||||||
|
"Id": 1007, |
||||||
|
"PeriodId": 2, |
||||||
|
"TaskType": 1, |
||||||
|
"TaskName": "神秘商人", |
||||||
|
"Description": "刷新神秘商人的货物", |
||||||
|
"TargetType": 7, |
||||||
|
"TargetParameter": 2, |
||||||
|
"GetPoint": 20 |
||||||
|
}, |
||||||
|
{ |
||||||
|
"Id": 1201, |
||||||
|
"PeriodId": 2, |
||||||
|
"TaskType": 2, |
||||||
|
"TaskName": "桃源相伴", |
||||||
|
"Description": "每周登录游戏1次(每天记1次)", |
||||||
|
"TargetType": 9, |
||||||
|
"TargetParameter": 1, |
||||||
|
"GetPoint": 200 |
||||||
|
}, |
||||||
|
{ |
||||||
|
"Id": 1202, |
||||||
|
"PeriodId": 2, |
||||||
|
"TaskType": 2, |
||||||
|
"TaskName": "消耗铜钱", |
||||||
|
"Description": "每周消耗铜钱达到100万", |
||||||
|
"TargetType": 3, |
||||||
|
"TargetParameter": 1000000, |
||||||
|
"GetPoint": 200 |
||||||
|
}, |
||||||
|
{ |
||||||
|
"Id": 1203, |
||||||
|
"PeriodId": 2, |
||||||
|
"TaskType": 2, |
||||||
|
"TaskName": "扫荡兽潮", |
||||||
|
"Description": "每周扫荡兽潮10次", |
||||||
|
"TargetType": 10, |
||||||
|
"TargetParameter": 10, |
||||||
|
"GetPoint": 200 |
||||||
|
}, |
||||||
|
{ |
||||||
|
"Id": 1301, |
||||||
|
"PeriodId": 2, |
||||||
|
"TaskType": 3, |
||||||
|
"TaskName": "陵陵宝藏", |
||||||
|
"Description": "参与2轮陵陵宝藏", |
||||||
|
"TargetType": 11, |
||||||
|
"TargetParameter": 2, |
||||||
|
"GetPoint": 600 |
||||||
|
}, |
||||||
|
{ |
||||||
|
"Id": 1302, |
||||||
|
"PeriodId": 2, |
||||||
|
"TaskType": 3, |
||||||
|
"TaskName": "消耗桃花石", |
||||||
|
"Description": "消耗桃花石达到10", |
||||||
|
"TargetType": 12, |
||||||
|
"TargetParameter": 10, |
||||||
|
"GetPoint": 600 |
||||||
|
}, |
||||||
|
{ |
||||||
|
"Id": 1501, |
||||||
|
"PeriodId": 3, |
||||||
|
"TaskType": 1, |
||||||
|
"TaskName": "温馨的家宴", |
||||||
|
"Description": "举办家宴", |
||||||
|
"TargetType": 2, |
||||||
|
"TargetParameter": 2, |
||||||
|
"GetPoint": 20 |
||||||
|
}, |
||||||
|
{ |
||||||
|
"Id": 1502, |
||||||
|
"PeriodId": 3, |
||||||
|
"TaskType": 1, |
||||||
|
"TaskName": "丰收准备", |
||||||
|
"Description": "为农田施肥", |
||||||
|
"TargetType": 6, |
||||||
|
"TargetParameter": 2, |
||||||
|
"GetPoint": 10 |
||||||
|
}, |
||||||
|
{ |
||||||
|
"Id": 1503, |
||||||
|
"PeriodId": 3, |
||||||
|
"TaskType": 1, |
||||||
|
"TaskName": "不死树", |
||||||
|
"Description": "为不死树施肥", |
||||||
|
"TargetType": 1, |
||||||
|
"TargetParameter": 2, |
||||||
|
"GetPoint": 10 |
||||||
|
}, |
||||||
|
{ |
||||||
|
"Id": 1504, |
||||||
|
"PeriodId": 3, |
||||||
|
"TaskType": 1, |
||||||
|
"TaskName": "谁是英雄", |
||||||
|
"Description": "挑战四凶兽", |
||||||
|
"TargetType": 4, |
||||||
|
"TargetParameter": 2, |
||||||
|
"GetPoint": 20 |
||||||
|
}, |
||||||
|
{ |
||||||
|
"Id": 1505, |
||||||
|
"PeriodId": 3, |
||||||
|
"TaskType": 1, |
||||||
|
"TaskName": "能工巧匠", |
||||||
|
"Description": "修缮两次建筑", |
||||||
|
"TargetType": 8, |
||||||
|
"TargetParameter": 2, |
||||||
|
"GetPoint": 10 |
||||||
|
}, |
||||||
|
{ |
||||||
|
"Id": 1506, |
||||||
|
"PeriodId": 3, |
||||||
|
"TaskType": 1, |
||||||
|
"TaskName": "互通有无", |
||||||
|
"Description": "与桃谷商人或者夜市高价回收商人进行交易", |
||||||
|
"TargetType": 5, |
||||||
|
"TargetParameter": 2, |
||||||
|
"GetPoint": 10 |
||||||
|
}, |
||||||
|
{ |
||||||
|
"Id": 1507, |
||||||
|
"PeriodId": 3, |
||||||
|
"TaskType": 1, |
||||||
|
"TaskName": "神秘商人", |
||||||
|
"Description": "刷新神秘商人的货物", |
||||||
|
"TargetType": 7, |
||||||
|
"TargetParameter": 2, |
||||||
|
"GetPoint": 20 |
||||||
|
}, |
||||||
|
{ |
||||||
|
"Id": 1508, |
||||||
|
"PeriodId": 3, |
||||||
|
"TaskType": 2, |
||||||
|
"TaskName": "桃源相伴", |
||||||
|
"Description": "每周登录游戏1次(每天记1次)", |
||||||
|
"TargetType": 9, |
||||||
|
"TargetParameter": 1, |
||||||
|
"GetPoint": 200 |
||||||
|
}, |
||||||
|
{ |
||||||
|
"Id": 1509, |
||||||
|
"PeriodId": 3, |
||||||
|
"TaskType": 2, |
||||||
|
"TaskName": "消耗铜钱", |
||||||
|
"Description": "每周消耗铜钱达到100万", |
||||||
|
"TargetType": 3, |
||||||
|
"TargetParameter": 1000000, |
||||||
|
"GetPoint": 200 |
||||||
|
}, |
||||||
|
{ |
||||||
|
"Id": 1510, |
||||||
|
"PeriodId": 3, |
||||||
|
"TaskType": 2, |
||||||
|
"TaskName": "扫荡兽潮", |
||||||
|
"Description": "每周扫荡兽潮10次", |
||||||
|
"TargetType": 10, |
||||||
|
"TargetParameter": 10, |
||||||
|
"GetPoint": 200 |
||||||
|
}, |
||||||
|
{ |
||||||
|
"Id": 1511, |
||||||
|
"PeriodId": 3, |
||||||
|
"TaskType": 3, |
||||||
|
"TaskName": "陵陵宝藏", |
||||||
|
"Description": "参与2轮陵陵宝藏", |
||||||
|
"TargetType": 11, |
||||||
|
"TargetParameter": 2, |
||||||
|
"GetPoint": 600 |
||||||
|
}, |
||||||
|
{ |
||||||
|
"Id": 1512, |
||||||
|
"PeriodId": 3, |
||||||
|
"TaskType": 3, |
||||||
|
"TaskName": "消耗桃花石", |
||||||
|
"Description": "消耗桃花石达到10", |
||||||
|
"TargetType": 12, |
||||||
|
"TargetParameter": 10, |
||||||
|
"GetPoint": 600 |
||||||
|
} |
||||||
|
] |
||||||
@ -0,0 +1,62 @@ |
|||||||
|
[ |
||||||
|
{ |
||||||
|
"Id": 1, |
||||||
|
"GroupId": 1001, |
||||||
|
"BuffId": 300001, |
||||||
|
"Weight": 1 |
||||||
|
}, |
||||||
|
{ |
||||||
|
"Id": 2, |
||||||
|
"GroupId": 1001, |
||||||
|
"BuffId": 300002, |
||||||
|
"Weight": 1 |
||||||
|
}, |
||||||
|
{ |
||||||
|
"Id": 3, |
||||||
|
"GroupId": 1001, |
||||||
|
"BuffId": 300003, |
||||||
|
"Weight": 1 |
||||||
|
}, |
||||||
|
{ |
||||||
|
"Id": 4, |
||||||
|
"GroupId": 1001, |
||||||
|
"BuffId": 300004, |
||||||
|
"Weight": 1 |
||||||
|
}, |
||||||
|
{ |
||||||
|
"Id": 5, |
||||||
|
"GroupId": 1001, |
||||||
|
"BuffId": 300005, |
||||||
|
"Weight": 1 |
||||||
|
}, |
||||||
|
{ |
||||||
|
"Id": 6, |
||||||
|
"GroupId": 1001, |
||||||
|
"BuffId": 300006, |
||||||
|
"Weight": 1 |
||||||
|
}, |
||||||
|
{ |
||||||
|
"Id": 7, |
||||||
|
"GroupId": 1001, |
||||||
|
"BuffId": 300007, |
||||||
|
"Weight": 1 |
||||||
|
}, |
||||||
|
{ |
||||||
|
"Id": 8, |
||||||
|
"GroupId": 1001, |
||||||
|
"BuffId": 300008, |
||||||
|
"Weight": 1 |
||||||
|
}, |
||||||
|
{ |
||||||
|
"Id": 9, |
||||||
|
"GroupId": 1001, |
||||||
|
"BuffId": 300009, |
||||||
|
"Weight": 1 |
||||||
|
}, |
||||||
|
{ |
||||||
|
"Id": 10, |
||||||
|
"GroupId": 1001, |
||||||
|
"BuffId": 300010, |
||||||
|
"Weight": 1 |
||||||
|
} |
||||||
|
] |
||||||
@ -0,0 +1,69 @@ |
|||||||
|
[ |
||||||
|
{ |
||||||
|
"Id": 10011, |
||||||
|
"GroupId": 1001, |
||||||
|
"Name": "小山道", |
||||||
|
"Unlock1": 10012, |
||||||
|
"Unlock2": 10013, |
||||||
|
"Unlock3": 0, |
||||||
|
"MonsterGroup": [ |
||||||
|
33001 |
||||||
|
], |
||||||
|
"Integral": 0, |
||||||
|
"Icon": "", |
||||||
|
"RegionID": 8001, |
||||||
|
"Intelligence": "" |
||||||
|
}, |
||||||
|
{ |
||||||
|
"Id": 10012, |
||||||
|
"GroupId": 1001, |
||||||
|
"Name": "试炼", |
||||||
|
"Unlock1": 10013, |
||||||
|
"Unlock2": 10014, |
||||||
|
"Unlock3": 0, |
||||||
|
"MonsterGroup": [], |
||||||
|
"Integral": 0, |
||||||
|
"Icon": "", |
||||||
|
"RegionID": 8001, |
||||||
|
"Intelligence": "" |
||||||
|
}, |
||||||
|
{ |
||||||
|
"Id": 10013, |
||||||
|
"GroupId": 1001, |
||||||
|
"Name": "大榕树", |
||||||
|
"Unlock1": 10014, |
||||||
|
"Unlock2": 10015, |
||||||
|
"Unlock3": 0, |
||||||
|
"MonsterGroup": [], |
||||||
|
"Integral": 0, |
||||||
|
"Icon": "", |
||||||
|
"RegionID": 8001, |
||||||
|
"Intelligence": "" |
||||||
|
}, |
||||||
|
{ |
||||||
|
"Id": 10014, |
||||||
|
"GroupId": 1001, |
||||||
|
"Name": "试炼", |
||||||
|
"Unlock1": 10013, |
||||||
|
"Unlock2": 10015, |
||||||
|
"Unlock3": 0, |
||||||
|
"MonsterGroup": [], |
||||||
|
"Integral": 0, |
||||||
|
"Icon": "", |
||||||
|
"RegionID": 8001, |
||||||
|
"Intelligence": "" |
||||||
|
}, |
||||||
|
{ |
||||||
|
"Id": 10015, |
||||||
|
"GroupId": 1001, |
||||||
|
"Name": "廖山", |
||||||
|
"Unlock1": 10013, |
||||||
|
"Unlock2": 10014, |
||||||
|
"Unlock3": 0, |
||||||
|
"MonsterGroup": [], |
||||||
|
"Integral": 0, |
||||||
|
"Icon": "", |
||||||
|
"RegionID": 8001, |
||||||
|
"Intelligence": "" |
||||||
|
} |
||||||
|
] |
||||||
@ -0,0 +1,38 @@ |
|||||||
|
[ |
||||||
|
{ |
||||||
|
"Id": 1, |
||||||
|
"ChapterId": 1, |
||||||
|
"Name": "廖山", |
||||||
|
"NextChapterId": 2, |
||||||
|
"LevelsGroup": 1001, |
||||||
|
"BuffGroup": 1001, |
||||||
|
"ChapterMap": "" |
||||||
|
}, |
||||||
|
{ |
||||||
|
"Id": 2, |
||||||
|
"ChapterId": 2, |
||||||
|
"Name": "北山坪", |
||||||
|
"NextChapterId": 3, |
||||||
|
"LevelsGroup": 1002, |
||||||
|
"BuffGroup": 0, |
||||||
|
"ChapterMap": "" |
||||||
|
}, |
||||||
|
{ |
||||||
|
"Id": 3, |
||||||
|
"ChapterId": 3, |
||||||
|
"Name": "青云寺", |
||||||
|
"NextChapterId": 4, |
||||||
|
"LevelsGroup": 1003, |
||||||
|
"BuffGroup": 0, |
||||||
|
"ChapterMap": "" |
||||||
|
}, |
||||||
|
{ |
||||||
|
"Id": 4, |
||||||
|
"ChapterId": 4, |
||||||
|
"Name": "乌鸦渡", |
||||||
|
"NextChapterId": 0, |
||||||
|
"LevelsGroup": 1004, |
||||||
|
"BuffGroup": 0, |
||||||
|
"ChapterMap": "" |
||||||
|
} |
||||||
|
] |
||||||
@ -0,0 +1,8 @@ |
|||||||
|
[ |
||||||
|
{ |
||||||
|
"Id": 33001, |
||||||
|
"MonsterID": 33001, |
||||||
|
"StageGroup": 30001, |
||||||
|
"Weight": 0 |
||||||
|
} |
||||||
|
] |
||||||
@ -0,0 +1,38 @@ |
|||||||
|
[ |
||||||
|
{ |
||||||
|
"Id": 1, |
||||||
|
"GroupID": 33001, |
||||||
|
"LifeSection": [ |
||||||
|
100, |
||||||
|
60 |
||||||
|
], |
||||||
|
"Weight": [ |
||||||
|
330011 |
||||||
|
] |
||||||
|
}, |
||||||
|
{ |
||||||
|
"Id": 2, |
||||||
|
"GroupID": 33001, |
||||||
|
"LifeSection": [ |
||||||
|
60, |
||||||
|
20 |
||||||
|
], |
||||||
|
"Weight": [ |
||||||
|
330012, |
||||||
|
330013, |
||||||
|
330014 |
||||||
|
] |
||||||
|
}, |
||||||
|
{ |
||||||
|
"Id": 3, |
||||||
|
"GroupID": 33001, |
||||||
|
"LifeSection": [ |
||||||
|
20, |
||||||
|
0 |
||||||
|
], |
||||||
|
"Weight": [ |
||||||
|
330015, |
||||||
|
330016 |
||||||
|
] |
||||||
|
} |
||||||
|
] |
||||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
Reference in new issue