更新json

This commit is contained in:
luying
2020-10-27 19:19:41 +08:00
parent c25f95942c
commit db040b2438
32 changed files with 30130 additions and 32362 deletions

View File

@@ -40,8 +40,7 @@ export class EventBattleHandler {
}
let { status, type, eventId: dataEventId, question } = event;
let flag = checkEventStatus(type, status);
if(!flag) {
if(status != EVENT_RECORD_STATUS.WAITING) {
return resResult(STATUS.EVENT_STATUS_ERROR);
}
if(dataEventId != eventId) {
@@ -51,7 +50,24 @@ export class EventBattleHandler {
if(!curQuestion) return resResult(STATUS.EVENT_QUESTION_NOT_FOUND);
let {isCorrect, answerNo} = checkQuiz(questionId, answer);
await EventRecordModel.saveEventAnswer(eventCode, questionId, isCorrect?EVENT_ANSWER_STATUS.CORRECT:EVENT_ANSWER_STATUS.WRONG);
let result = await EventRecordModel.saveEventAnswer(eventCode, questionId, isCorrect?EVENT_ANSWER_STATUS.CORRECT:EVENT_ANSWER_STATUS.WRONG);
if(!result) {
return resResult(STATUS.EVENT_RECORD_NOT_FOUND);
}
let { question: newQuestion } = result;
let isClear = true, allCorrect = true;
for(let {status} of newQuestion) {
if(status) {
if(status == EVENT_ANSWER_STATUS.WRONG) {
allCorrect = false;
}
}else {
isClear = false; allCorrect = false;
}
}
if(isClear) {
await EventRecordModel.setStatusByCode(roleId, eventCode, allCorrect?EVENT_RECORD_STATUS.BATTLE_SUCCESS:EVENT_RECORD_STATUS.BATTLE_FAIL);
}
return resResult(STATUS.SUCCESS, { eventCode, eventId, questionId, isCorrect, answerNo });
}

View File

@@ -299,7 +299,7 @@ function pushEventMsg(app: Application, roleId: string, channelName: string, msg
export function checkEventStatus(type: number, status: number) {
let flag: boolean; // 检查状态是否正确
if(type == EVENT_TYPE.BATTLE) {
if(type == EVENT_TYPE.BATTLE||type ==EVENT_TYPE.QUIZ) {
if(status == EVENT_RECORD_STATUS.BATTLE_SUCCESS) {
flag = true;
} else if (status == EVENT_RECORD_STATUS.BATTLE_FAIL) {

View File

@@ -81,7 +81,6 @@ export default class EventRecord extends BaseModel {
}
public static async setBattleStatus(roleId: string, battleId: number, battleCode: string, status: number , lean=true ) {
console.log('********', roleId, battleId, battleCode)
let result = await EventRecordModel.findOneAndUpdate({roleId, battleId, battleCode}, {$set:{ status }}).lean(lean);
return result;
}

View File

@@ -1,9 +1,9 @@
[
{
"IsTestService":true,
"OpenIosAliPay":false,
"GuideSwitch":true,
"GENERAL_EQUIPMENT_DEFAULT_LEVEL":7,
"ServiceSign":"guanfu"
}
[
{
"IsTestService":true,
"OpenIosAliPay":false,
"GuideSwitch":true,
"GENERAL_EQUIPMENT_DEFAULT_LEVEL":7,
"ServiceSign":"guanfu"
}
]

View File

@@ -37,7 +37,7 @@
"name": "青铜剑",
"lvLimted": 21,
"quality": 2,
"image_id": 1,
"image_id": 2,
"itid": 1,
"goodType": 1,
"hid": 0,
@@ -70,7 +70,7 @@
"name": "环首刀",
"lvLimted": 41,
"quality": 3,
"image_id": 1,
"image_id": 3,
"itid": 1,
"goodType": 1,
"hid": 0,
@@ -103,7 +103,7 @@
"name": "大环刀",
"lvLimted": 61,
"quality": 4,
"image_id": 1,
"image_id": 4,
"itid": 1,
"goodType": 1,
"hid": 0,
@@ -136,7 +136,7 @@
"name": "百炼刀",
"lvLimted": 81,
"quality": 5,
"image_id": 1,
"image_id": 5,
"itid": 1,
"goodType": 1,
"hid": 0,

View File

@@ -1,50 +1,50 @@
[
{
"star": 1,
"ratio": 0.85
},
{
"star": 2,
"ratio": 0.9
},
{
"star": 3,
"ratio": 1
},
{
"star": 4,
"ratio": 1.1
},
{
"star": 5,
"ratio": 1.25
},
{
"star": 6,
"ratio": 1.5
},
{
"star": 7,
"ratio": 1.6
},
{
"star": 8,
"ratio": 1.7
},
{
"star": 9,
"ratio": 1.8
},
{
"star": 10,
"ratio": 1.9
},
{
"star": 11,
"ratio": 2.05
},
{
"star": 12,
"ratio": 2.25
}
[
{
"star": 1,
"ratio": 0.85
},
{
"star": 2,
"ratio": 0.9
},
{
"star": 3,
"ratio": 1
},
{
"star": 4,
"ratio": 1.1
},
{
"star": 5,
"ratio": 1.25
},
{
"star": 6,
"ratio": 1.5
},
{
"star": 7,
"ratio": 1.6
},
{
"star": 8,
"ratio": 1.7
},
{
"star": 9,
"ratio": 1.8
},
{
"star": 10,
"ratio": 1.9
},
{
"star": 11,
"ratio": 2.05
},
{
"star": 12,
"ratio": 2.25
}
]

View File

@@ -1,43 +1,43 @@
[{
"atkid": 1,
"name": "近战普通攻击",
"cname": "攻击近距8格",
"isFullScene": false,
"toSelf": false,
"json": "[{\"x\":-1,\"y\":0},{\"x\":1,\"y\":0},{\"x\":0,\"y\":-1},{\"x\":0,\"y\":1},{\"x\":-1,\"y\":-1},{\"x\":1,\"y\":-1},{\"x\":-1,\"y\":1},{\"x\":1,\"y\":1}]"
}, {
"atkid": 2,
"name": "远程普通攻击",
"cname": "攻击近中距12格",
"isFullScene": false,
"toSelf": false,
"json": "[{\"x\":-1,\"y\":0},{\"x\":1,\"y\":0},{\"x\":0,\"y\":-1},{\"x\":0,\"y\":1},{\"x\":-1,\"y\":-1},{\"x\":1,\"y\":-1},{\"x\":-1,\"y\":1},{\"x\":1,\"y\":1},{\"x\":-2,\"y\":0},{\"x\":2,\"y\":0},{\"x\":0,\"y\":-2},{\"x\":0,\"y\":2}]"
}, {
"atkid": 3,
"name": "四格攻击",
"cname": "攻击近距4格",
"isFullScene": false,
"toSelf": false,
"json": "[{\"x\":-1,\"y\":0},{\"x\":1,\"y\":0},{\"x\":0,\"y\":-1},{\"x\":0,\"y\":1}]"
}, {
"atkid": 4,
"name": "广域攻击",
"cname": "攻击近中距24格",
"isFullScene": false,
"toSelf": false,
"json": "[{\"x\":-1,\"y\":0},{\"x\":1,\"y\":0},{\"x\":0,\"y\":-1},{\"x\":0,\"y\":1},{\"x\":-1,\"y\":-1},{\"x\":1,\"y\":-1},{\"x\":-1,\"y\":1},{\"x\":1,\"y\":1},{\"x\":-2,\"y\":0},{\"x\":2,\"y\":0},{\"x\":0,\"y\":-2},{\"x\":0,\"y\":2},\n{\"x\":-2,\"y\":-1},{\"x\":2,\"y\":-1},{\"x\":-2,\"y\":1},{\"x\":2,\"y\":1},{\"x\":-1,\"y\":-2},{\"x\":1,\"y\":-2},{\"x\":-1,\"y\":2},{\"x\":1,\"y\":2},{\"x\":-3,\"y\":0},{\"x\":3,\"y\":0},{\"x\":0,\"y\":-3},{\"x\":0,\"y\":3}]"
}, {
"atkid": 5,
"name": "对自己释放",
"cname": "以自身为中心",
"isFullScene": false,
"toSelf": true,
"json": "[{\"x\":0,\"y\":0}]"
}, {
"atkid": 6,
"name": "9格Boss普通攻击",
"cname": "攻击近距离16格",
"isFullScene": false,
"toSelf": false,
"json": "[{\"x\":-1,\"y\":-1},{\"x\":-1,\"y\":0},{\"x\":-1,\"y\":-1},{\"x\":-1,\"y\":-2},{\"x\":-1,\"y\":-3},{\"x\":0,\"y\":1},{\"x\":0,\"y\":-3},{\"x\":1,\"y\":1},{\"x\":1,\"y\":-3},{\"x\":2,\"y\":1},{\"x\":2,\"y\":-3},{\"x\":3,\"y\":1},{\"x\":3,\"y\":0},{\"x\":3,\"y\":-1},{\"x\":3,\"y\":-2},{\"x\":3,\"y\":-3}]"
[{
"atkid": 1,
"name": "近战普通攻击",
"cname": "攻击近距8格",
"isFullScene": false,
"toSelf": false,
"json": "[{\"x\":-1,\"y\":0},{\"x\":1,\"y\":0},{\"x\":0,\"y\":-1},{\"x\":0,\"y\":1},{\"x\":-1,\"y\":-1},{\"x\":1,\"y\":-1},{\"x\":-1,\"y\":1},{\"x\":1,\"y\":1}]"
}, {
"atkid": 2,
"name": "远程普通攻击",
"cname": "攻击近中距12格",
"isFullScene": false,
"toSelf": false,
"json": "[{\"x\":-1,\"y\":0},{\"x\":1,\"y\":0},{\"x\":0,\"y\":-1},{\"x\":0,\"y\":1},{\"x\":-1,\"y\":-1},{\"x\":1,\"y\":-1},{\"x\":-1,\"y\":1},{\"x\":1,\"y\":1},{\"x\":-2,\"y\":0},{\"x\":2,\"y\":0},{\"x\":0,\"y\":-2},{\"x\":0,\"y\":2}]"
}, {
"atkid": 3,
"name": "四格攻击",
"cname": "攻击近距4格",
"isFullScene": false,
"toSelf": false,
"json": "[{\"x\":-1,\"y\":0},{\"x\":1,\"y\":0},{\"x\":0,\"y\":-1},{\"x\":0,\"y\":1}]"
}, {
"atkid": 4,
"name": "广域攻击",
"cname": "攻击近中距24格",
"isFullScene": false,
"toSelf": false,
"json": "[{\"x\":-1,\"y\":0},{\"x\":1,\"y\":0},{\"x\":0,\"y\":-1},{\"x\":0,\"y\":1},{\"x\":-1,\"y\":-1},{\"x\":1,\"y\":-1},{\"x\":-1,\"y\":1},{\"x\":1,\"y\":1},{\"x\":-2,\"y\":0},{\"x\":2,\"y\":0},{\"x\":0,\"y\":-2},{\"x\":0,\"y\":2},\n{\"x\":-2,\"y\":-1},{\"x\":2,\"y\":-1},{\"x\":-2,\"y\":1},{\"x\":2,\"y\":1},{\"x\":-1,\"y\":-2},{\"x\":1,\"y\":-2},{\"x\":-1,\"y\":2},{\"x\":1,\"y\":2},{\"x\":-3,\"y\":0},{\"x\":3,\"y\":0},{\"x\":0,\"y\":-3},{\"x\":0,\"y\":3}]"
}, {
"atkid": 5,
"name": "对自己释放",
"cname": "以自身为中心",
"isFullScene": false,
"toSelf": false,
"json": "[{\"x\":995,\"y\":995}]"
}, {
"atkid": 6,
"name": "9格Boss普通攻击",
"cname": "攻击近距离16格",
"isFullScene": false,
"toSelf": false,
"json": "[{\"x\":-1,\"y\":-1},{\"x\":-1,\"y\":0},{\"x\":-1,\"y\":-1},{\"x\":-1,\"y\":-2},{\"x\":-1,\"y\":-3},{\"x\":0,\"y\":1},{\"x\":0,\"y\":-3},{\"x\":1,\"y\":1},{\"x\":1,\"y\":-3},{\"x\":2,\"y\":1},{\"x\":2,\"y\":-3},{\"x\":3,\"y\":1},{\"x\":3,\"y\":0},{\"x\":3,\"y\":-1},{\"x\":3,\"y\":-2},{\"x\":3,\"y\":-3}]"
}]

View File

@@ -0,0 +1,97 @@
[
{
"id": 1,
"titleName": "武将界面",
"content": "武将界面是游戏养成系统所在,包含了武将列表和武将信息两部分,玩家从列表进入信息界面,武将信息包含了武将,装备,宝物,时装四个一级界面,武将界面中又包含了属性,职业,升星,好感四个养成界面,装备界面中包含了制作(升品),强化,精炼,共鸣四个养成界面,宝物界面中包含了强化,套装,随机属性三部分。"
},
{
"id": 2,
"titleName": "任务界面",
"content": "任务界面包含新手,主线,每日,成就四个页签。"
},
{
"id": 3,
"titleName": "背包界面",
"content": "背包界面包含材料,宝物,消耗品等页签。"
},
{
"id": 4,
"titleName": "招募界面",
"content": "招募界面即抽卡界面,包含普通抽卡,高级抽卡,心愿单和最高品质定向抽卡四部分。"
},
{
"id": 5,
"titleName": "助阵界面",
"content": "助阵界面包含所有的全局加成包括神像主次属性固定值加成爵位主属性固定值加成和PVP百分比兵营驻守型|主属性百分比加成),名将谱(任一角色获取、养成都可以带来的主属性固定值加成)"
},
{
"id": 6,
"titleName": "军团界面",
"content": "军团界面包含军团成员军团日活军团贡献消耗军团活跃boss和军团拍卖等模块。"
},
{
"id": 7,
"titleName": "每日关卡",
"content": "每日关卡,投放基础材料,如铜币,经验书,装备强化材料等,随战力提升开放多种难度。"
},
{
"id": 8,
"titleName": "远征关卡",
"content": "玩家数据映射的战力验证关卡,战斗间状态,血量延续上一场结束时的数值。"
},
{
"id": 9,
"titleName": "爬塔关卡",
"content": "战力验证(含纵横双向)关卡,只可通关一次,无限上升,其中还包括挂机和派遣模块"
},
{
"id": 10,
"titleName": "组队关卡",
"content": "玩家协同完成的boss关卡三人成队全服可见投放游戏中的宝物相关道具。"
},
{
"id": 11,
"titleName": "遗迹关卡",
"content": "主线剧情补充,一次性关卡,每州一处,会出现难度较高较复杂的战斗。"
},
{
"id": 12,
"titleName": "秘境关卡",
"content": "每州一处,中等难度,随等级开放,每日重置,投放装备相关道具"
},
{
"id": 13,
"titleName": "活动界面",
"content": "各种运营活动的集合"
},
{
"id": 14,
"titleName": "首充界面",
"content": "首充界面"
},
{
"id": 15,
"titleName": "商城界面",
"content": "各种商店的集合"
},
{
"id": 16,
"titleName": "拍卖界面",
"content": "当每日的定时活跃boss12002000完成后或者是军团副本完成后系统会根据军团战果发放道具供军团人员拍卖。"
},
{
"id": 17,
"titleName": "好友界面",
"content": "玩家的好友界面"
},
{
"id": 18,
"titleName": "邮件界面",
"content": "玩家的邮件界面"
},
{
"id": 19,
"titleName": "排行界面",
"content": "各种排行榜的集合"
}
]

View File

@@ -1,178 +1,146 @@
[
{
"camp": 1,
"num": 2,
"hp": 5,
"atk": 5,
"matk": 5,
"def": 5,
"mdef": 5,
"agi": 0,
"luk": 0
},
{
"camp": 1,
"num": 3,
"hp": 5,
"atk": 5,
"matk": 5,
"def": 5,
"mdef": 5,
"agi": 0,
"luk": 0
},
{
"camp": 1,
"num": 4,
"hp": 10,
"atk": 10,
"matk": 10,
"def": 10,
"mdef": 10,
"agi": 0,
"luk": 0
},
{
"camp": 1,
"num": 5,
"hp": 15,
"atk": 15,
"matk": 15,
"def": 15,
"mdef": 15,
"agi": 0,
"luk": 0
},
{
"camp": 2,
"num": 2,
"hp": 5,
"atk": 5,
"matk": 5,
"def": 5,
"mdef": 5,
"agi": 0,
"luk": 0
},
{
"camp": 2,
"num": 3,
"hp": 5,
"atk": 5,
"matk": 5,
"def": 5,
"mdef": 5,
"agi": 0,
"luk": 0
},
{
"camp": 2,
"num": 4,
"hp": 10,
"atk": 10,
"matk": 10,
"def": 10,
"mdef": 10,
"agi": 0,
"luk": 0
},
{
"camp": 2,
"num": 5,
"hp": 15,
"atk": 15,
"matk": 15,
"def": 15,
"mdef": 15,
"agi": 0,
"luk": 0
},
{
"camp": 3,
"num": 2,
"hp": 5,
"atk": 5,
"matk": 5,
"def": 5,
"mdef": 5,
"agi": 0,
"luk": 0
},
{
"camp": 3,
"num": 3,
"hp": 5,
"atk": 5,
"matk": 5,
"def": 5,
"mdef": 5,
"agi": 0,
"luk": 0
},
{
"camp": 3,
"num": 4,
"hp": 10,
"atk": 10,
"matk": 10,
"def": 10,
"mdef": 10,
"agi": 0,
"luk": 0
},
{
"camp": 3,
"num": 5,
"hp": 15,
"atk": 15,
"matk": 15,
"def": 15,
"mdef": 15,
"agi": 0,
"luk": 0
},
{
"camp": 4,
"num": 2,
"hp": 5,
"atk": 5,
"matk": 5,
"def": 5,
"mdef": 5,
"agi": 0,
"luk": 0
},
{
"camp": 4,
"num": 3,
"hp": 5,
"atk": 5,
"matk": 5,
"def": 5,
"mdef": 5,
"agi": 0,
"luk": 0
},
{
"camp": 4,
"num": 4,
"hp": 10,
"atk": 10,
"matk": 10,
"def": 10,
"mdef": 10,
"agi": 0,
"luk": 0
},
{
"camp": 4,
"num": 5,
"hp": 15,
"atk": 15,
"matk": 15,
"def": 15,
"mdef": 15,
"agi": 0,
"luk": 0
}
{
"camp": 1,
"num": 2,
"atk": 0,
"matk": 5,
"def": 0,
"mdef": 5,
"agi": 0,
"luk": 5,
"name": "魏武一",
"decription": "策攻+5%,策防+5%,幸运+5%"
},
{
"camp": 1,
"num": 4,
"atk": 0,
"matk": 10,
"def": 0,
"mdef": 10,
"agi": 0,
"luk": 10,
"name": "魏武二",
"decription": "策攻+10%,策防+10%,幸运+10%"
},
{
"camp": 1,
"num": 5,
"atk": 0,
"matk": 15,
"def": 0,
"mdef": 15,
"agi": 0,
"luk": 15,
"name": "魏武三",
"decription": "策攻+15%,策防+15%,幸运+15%"
},
{
"camp": 2,
"num": 2,
"atk": 5,
"matk": 0,
"def": 0,
"mdef": 5,
"agi": 0,
"luk": 5,
"name": "汉烈一",
"decription": "幸运+5%,物攻+5%,策防+5%"
},
{
"camp": 2,
"num": 4,
"atk": 10,
"matk": 0,
"def": 0,
"mdef": 10,
"agi": 0,
"luk": 10,
"name": "汉烈二",
"decription": "幸运+10%,物攻+10%,策防+10%"
},
{
"camp": 2,
"num": 5,
"atk": 15,
"matk": 0,
"def": 0,
"mdef": 15,
"agi": 0,
"luk": 15,
"name": "汉烈三",
"decription": "幸运+15%,物攻+15%,策防+15%"
},
{
"camp": 3,
"num": 2,
"atk": 0,
"matk": 5,
"def": 5,
"mdef": 5,
"agi": 0,
"luk": 0,
"name": "吴炎一",
"decription": "策攻+5%,策防+5%,物防+5%"
},
{
"camp": 3,
"num": 4,
"atk": 0,
"matk": 10,
"def": 10,
"mdef": 10,
"agi": 0,
"luk": 0,
"name": "吴炎二",
"decription": "策攻+10%,策防+10%,物防+10%"
},
{
"camp": 3,
"num": 5,
"atk": 0,
"matk": 15,
"def": 15,
"mdef": 15,
"agi": 0,
"luk": 0,
"name": "吴炎三",
"decription": "策攻+15%,策防+15%,物防+15%"
},
{
"camp": 4,
"num": 2,
"atk": 0,
"matk": 0,
"def": 5,
"mdef": 5,
"agi": 5,
"luk": 0,
"name": "群雄一",
"decription": "策防+5%,敏捷+5%,物防+5%"
},
{
"camp": 4,
"num": 4,
"atk": 0,
"matk": 0,
"def": 10,
"mdef": 10,
"agi": 10,
"luk": 0,
"name": "群雄二",
"decription": "策防+10%,敏捷+10%,物防+10%"
},
{
"camp": 4,
"num": 5,
"atk": 0,
"matk": 0,
"def": 15,
"mdef": 15,
"agi": 15,
"luk": 0,
"name": "群雄三",
"decription": "策防+15%,敏捷+15%,物防+15%"
}
]

View File

@@ -0,0 +1,154 @@
[
{
"dialogueId": 1,
"leftCharId": 19,
"midCharId": 0,
"rightCharId": 53,
"bgId": 0,
"content": "&19\\n这地方真是不错山清水秀的说不定还有什么天材地宝呢。"
},
{
"dialogueId": 2,
"leftCharId": 53,
"midCharId": 0,
"rightCharId": 1008,
"bgId": 0,
"content": "&53\\n又是黄巾贼!受死!"
},
{
"dialogueId": 3,
"leftCharId": 0,
"midCharId": 1008,
"rightCharId": 0,
"bgId": 0,
"content": "&1008\\n女侠饶命啊\\n我愿意将所得财宝全部献给你从此回家安心务农。\\n还请女侠放我一马。"
},
{
"dialogueId": 4,
"leftCharId": 0,
"midCharId": 1050,
"rightCharId": 0,
"bgId": 0,
"content": "&1050\\n少侠老夫看你骨骼惊奇相貌堂堂现有一场富贵送你。\\n收下吧。"
},
{
"dialogueId": 5,
"leftCharId": 0,
"midCharId": 1008,
"rightCharId": 0,
"bgId": 0,
"content": "&1008\\n太平军在此\\n尔等凡夫俗子快快将财宝献上饶你们一命\\n否则送你们去见黄天"
},
{
"dialogueId": 6,
"leftCharId": 0,
"midCharId": 19,
"rightCharId": 0,
"bgId": 0,
"content": "&19\\n黄巾小贼劫掠百姓受死吧"
},
{
"dialogueId": 7,
"leftCharId": 0,
"midCharId": 1008,
"rightCharId": 0,
"bgId": 0,
"content": "&1008\\n呸\\n看了几本传奇侠客就敢出来打抱不平。\\n还是回家喝奶去吧哈哈哈哈"
},
{
"dialogueId": 8,
"leftCharId": 1048,
"midCharId": 0,
"rightCharId": 1008,
"bgId": 0,
"content": "&1048\\n救命啊有人劫色啊"
},
{
"dialogueId": 9,
"leftCharId": 19,
"midCharId": 0,
"rightCharId": 53,
"bgId": 0,
"content": "&19\\n有人呼救我们赶紧去看看发生了什么"
},
{
"dialogueId": 10,
"leftCharId": 1048,
"midCharId": 0,
"rightCharId": 1008,
"bgId": 0,
"content": "&1008\\n嘿嘿嘿小娘子~\\n安心和大爷一起去快活吧~"
},
{
"dialogueId": 11,
"leftCharId": 0,
"midCharId": 19,
"rightCharId": 0,
"bgId": 0,
"content": "&19\\n大胆色徒"
},
{
"dialogueId": 12,
"leftCharId": 0,
"midCharId": 1048,
"rightCharId": 0,
"bgId": 0,
"content": "&1048\\n多谢公子相救不然妾身清白……呜呜呜"
},
{
"dialogueId": 13,
"leftCharId": 0,
"midCharId": 1048,
"rightCharId": 0,
"bgId": 0,
"content": "&1048\\n妾身无以为报只能……以这些钱财报答少侠救命之恩还请不要推辞。"
},
{
"dialogueId": 14,
"leftCharId": 0,
"midCharId": 1008,
"rightCharId": 0,
"bgId": 2,
"content": "&1008\\n哪来的小鬼敢坏大爷好事"
},
{
"dialogueId": 15,
"leftCharId": 0,
"midCharId": 1008,
"rightCharId": 0,
"bgId": 6,
"content": "&1008\\n可恶那小娘子居然趁乱跑了……"
},
{
"dialogueId": 16,
"leftCharId": 0,
"midCharId": 14,
"rightCharId": 0,
"bgId": 7,
"content": "&14\\n行行重行行……\\n下一句该是什么呢…"
},
{
"dialogueId": 17,
"leftCharId": 19,
"midCharId": 0,
"rightCharId": 14,
"bgId": 6,
"content": "&14\\n啊这位兄台不好意思打搅了。\\n观兄台相貌堂堂一表人才在下有些诗句尚未摸透\\n能否请兄台帮在下解答一二"
},
{
"dialogueId": 18,
"leftCharId": 0,
"midCharId": 14,
"rightCharId": 0,
"bgId": 6,
"content": "&14\\n兄台好文采\\n在下收获颇多真是多谢兄台了。\\n区区心意敢接兄台点播希望兄台能够接受。"
},
{
"dialogueId": 19,
"leftCharId": 0,
"midCharId": 14,
"rightCharId": 0,
"bgId": 6,
"content": "&14\\n哈哈兄台思路清奇不落窠臼让在下有所心得。\\n区区薄礼以作打扰兄台之赔偿还请兄台收下。\\n在下先行离开了。"
}
]

View File

@@ -1,21 +1,21 @@
[{
"mpid": 1,
"name": "单体伤害",
"cname": "攻击单个目标",
"json": "[{\"x\":0,\"y\":0}]"
}, {
"mpid": 2,
"name": "近身伤害",
"cname": "攻击最多8个目标",
"json": "[{\"x\":0,\"y\":0},{\"x\":-1,\"y\":0},{\"x\":1,\"y\":0},{\"x\":0,\"y\":-1},{\"x\":0,\"y\":1},{\"x\":-1,\"y\":-1},{\"x\":1,\"y\":-1},{\"x\":-1,\"y\":1},{\"x\":1,\"y\":1}]"
}, {
"mpid": 3,
"name": "远程伤害",
"cname": "攻击近中距12格",
"json": "[{\"x\":0,\"y\":0},{\"x\":-1,\"y\":0},{\"x\":1,\"y\":0},{\"x\":0,\"y\":-1},{\"x\":0,\"y\":1},{\"x\":-1,\"y\":-1},{\"x\":1,\"y\":-1},{\"x\":-1,\"y\":1},{\"x\":1,\"y\":1},{\"x\":-2,\"y\":0},{\"x\":2,\"y\":0},{\"x\":0,\"y\":-2},{\"x\":0,\"y\":2}]"
}, {
"mpid": 4,
"name": "广域伤害",
"cname": "攻击近中远距24格",
"json": "[{\"x\":-1,\"y\":0},{\"x\":1,\"y\":0},{\"x\":0,\"y\":0},{\"x\":0,\"y\":-1},{\"x\":0,\"y\":1},{\"x\":-1,\"y\":-1},{\"x\":1,\"y\":-1},{\"x\":-1,\"y\":1},{\"x\":1,\"y\":1},{\"x\":-2,\"y\":0},{\"x\":2,\"y\":0},{\"x\":0,\"y\":-2},{\"x\":0,\"y\":2},\n{\"x\":-2,\"y\":-1},{\"x\":2,\"y\":-1},{\"x\":-2,\"y\":1},{\"x\":2,\"y\":1},{\"x\":-1,\"y\":-2},{\"x\":1,\"y\":-2},{\"x\":-1,\"y\":2},{\"x\":1,\"y\":2},{\"x\":-3,\"y\":0},{\"x\":3,\"y\":0},{\"x\":0,\"y\":-3},{\"x\":0,\"y\":3}]"
[{
"mpid": 1,
"name": "单体伤害",
"cname": "攻击单个目标",
"json": "[{\"x\":0,\"y\":0}]"
}, {
"mpid": 2,
"name": "近身伤害",
"cname": "攻击最多8个目标",
"json": "[{\"x\":-1,\"y\":0},{\"x\":1,\"y\":0},{\"x\":0,\"y\":-1},{\"x\":0,\"y\":1},{\"x\":-1,\"y\":-1},{\"x\":1,\"y\":-1},{\"x\":-1,\"y\":1},{\"x\":1,\"y\":1}]"
}, {
"mpid": 3,
"name": "远程伤害",
"cname": "攻击近中距12格",
"json": "[{\"x\":-1,\"y\":0},{\"x\":1,\"y\":0},{\"x\":0,\"y\":-1},{\"x\":0,\"y\":1},{\"x\":-1,\"y\":-1},{\"x\":1,\"y\":-1},{\"x\":-1,\"y\":1},{\"x\":1,\"y\":1},{\"x\":-2,\"y\":0},{\"x\":2,\"y\":0},{\"x\":0,\"y\":-2},{\"x\":0,\"y\":2}]"
}, {
"mpid": 4,
"name": "广域伤害",
"cname": "攻击近中远距24格",
"json": "[{\"x\":-1,\"y\":0},{\"x\":1,\"y\":0},{\"x\":0,\"y\":0},{\"x\":0,\"y\":-1},{\"x\":0,\"y\":1},{\"x\":-1,\"y\":-1},{\"x\":1,\"y\":-1},{\"x\":-1,\"y\":1},{\"x\":1,\"y\":1},{\"x\":-2,\"y\":0},{\"x\":2,\"y\":0},{\"x\":0,\"y\":-2},{\"x\":0,\"y\":2},\n{\"x\":-2,\"y\":-1},{\"x\":2,\"y\":-1},{\"x\":-2,\"y\":1},{\"x\":2,\"y\":1},{\"x\":-1,\"y\":-2},{\"x\":1,\"y\":-2},{\"x\":-1,\"y\":2},{\"x\":1,\"y\":2},{\"x\":-3,\"y\":0},{\"x\":3,\"y\":0},{\"x\":0,\"y\":-3},{\"x\":0,\"y\":3}]"
}]

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@@ -2,8 +2,8 @@
{
"war_id": 2001,
"dispatchJsonId": 2001,
"bg_img_id": 2001,
"script_id": 0,
"bg_img_id": 604,
"script_id": "&",
"fixReward": "&",
"warType": 3,
"gk_name": "奇遇&拦路山贼",
@@ -14,14 +14,15 @@
"fobiddenCharactor": "&",
"victoryInfoInUI": "消失所有敌军",
"loseInfoInUI": "我方全部阵亡",
"starInfoInUI": "无",
"cost": 15,
"recommendedPower": 10008
},
{
"war_id": 2002,
"dispatchJsonId": 2002,
"bg_img_id": 2002,
"script_id": 0,
"bg_img_id": 605,
"script_id": "&",
"fixReward": "&",
"warType": 3,
"gk_name": "奇遇&比武切磋",
@@ -32,17 +33,18 @@
"fobiddenCharactor": "&",
"victoryInfoInUI": "消失所有敌军",
"loseInfoInUI": "我方全部阵亡",
"starInfoInUI": "无",
"cost": 15,
"recommendedPower": 10008
},
{
"war_id": 2003,
"dispatchJsonId": 2003,
"bg_img_id": 2003,
"script_id": 0,
"bg_img_id": 601,
"script_id": "&",
"fixReward": "&",
"warType": 3,
"gk_name": "奇遇&比武切磋",
"gk_name": "奇遇&拦路山贼",
"kingExp": 100,
"lvLimted": 1,
"turnLimted": 20,
@@ -50,6 +52,7 @@
"fobiddenCharactor": "&",
"victoryInfoInUI": "消失所有敌军",
"loseInfoInUI": "我方全部阵亡",
"starInfoInUI": "无",
"cost": 15,
"recommendedPower": 10008
}

File diff suppressed because it is too large Load Diff

View File

@@ -1 +1,152 @@
[{"war_id":9001,"dispatchJsonId":9001,"bg_img_id":107,"script_id":9001,"fixReward":"&","conditionReward":"&","RandomReward":"&","warType":12,"gk_name":"第一章&真定之战(精英)","kingExp":100,"lvLimted":3,"turnLimted":30,"forcedCharactor":"&","fobiddenCharactor":"&","victoryInfoInUI":"消灭所有敌军","loseInfoInUI":"我方全部阵亡","starInfoInUI":"1.我方无人阵亡;\n2.在5回合内获得胜利","cost":3,"sSpineInUI":"1&daobing|1&gongbing|2&lidian","recommendedPower":20000,"previousGk":107,"relatednormalGk":107}]
[
{
"war_id": 9001,
"dispatchJsonId": 9001,
"bg_img_id": 107,
"script_id": "R_9001&S_9001",
"fixReward": "31001&1006",
"conditionReward": "16004&1&0|31002&50&0|31002&100&1",
"RandomReward": "17003&10&1|15013&1&3|17008&1&2",
"warType": 12,
"gk_name": "第一章&真定之战(精英)",
"kingExp": 100,
"lvLimted": 3,
"turnLimted": 30,
"forcedCharactor": "&",
"fobiddenCharactor": "&",
"victoryInfoInUI": "消灭所有敌军",
"loseInfoInUI": "我方全部阵亡",
"starInfoInUI": "1.我方无人阵亡;\n2.在5回合内获得胜利",
"cost": 3,
"heroInUI": "1&1001|1&1004|2&312",
"detailUIBg": "1_2",
"recommendedPower": 20000,
"previousGk": 107,
"relatednormalGk": 107
},
{
"war_id": 9002,
"dispatchJsonId": 9002,
"bg_img_id": 111,
"script_id": "R_9002&S_9002",
"fixReward": "31001&1006",
"conditionReward": "16004&1&0|31002&50&0|31002&100&1",
"RandomReward": "17003&10&1|15013&1&3|17008&1&2",
"warType": 12,
"gk_name": "第一章&真定之战(精英)",
"kingExp": 100,
"lvLimted": 3,
"turnLimted": 30,
"forcedCharactor": "&",
"fobiddenCharactor": "&",
"victoryInfoInUI": "消灭所有敌军",
"loseInfoInUI": "我方全部阵亡",
"starInfoInUI": "1.我方无人阵亡;\n2.在5回合内获得胜利",
"cost": 3,
"heroInUI": "1&1001|1&1004|2&312",
"detailUIBg": "1_3",
"recommendedPower": 20000,
"previousGk": 111,
"relatednormalGk": 111
},
{
"war_id": 9003,
"dispatchJsonId": 9003,
"bg_img_id": 115,
"script_id": "R_9003&S_9003",
"fixReward": "31001&1006",
"conditionReward": "16004&1&0|31002&50&0|31002&100&1",
"RandomReward": "17003&10&1|15013&1&3|17008&1&2",
"warType": 12,
"gk_name": "第一章&真定之战(精英)",
"kingExp": 100,
"lvLimted": 3,
"turnLimted": 30,
"forcedCharactor": "&",
"fobiddenCharactor": "&",
"victoryInfoInUI": "消灭所有敌军",
"loseInfoInUI": "我方全部阵亡",
"starInfoInUI": "1.我方无人阵亡;\n2.在5回合内获得胜利",
"cost": 3,
"heroInUI": "1&1001|1&1004|2&312",
"detailUIBg": "1_4",
"recommendedPower": 20000,
"previousGk": 115,
"relatednormalGk": 115
},
{
"war_id": 9004,
"dispatchJsonId": 9004,
"bg_img_id": 119,
"script_id": "R_9004&S_9004",
"fixReward": "31001&1006",
"conditionReward": "16004&1&0|31002&50&0|31002&100&1",
"RandomReward": "17003&10&1|15013&1&3|17008&1&2",
"warType": 12,
"gk_name": "第一章&真定之战(精英)",
"kingExp": 100,
"lvLimted": 3,
"turnLimted": 30,
"forcedCharactor": "&",
"fobiddenCharactor": "&",
"victoryInfoInUI": "消灭所有敌军",
"loseInfoInUI": "我方全部阵亡",
"starInfoInUI": "1.我方无人阵亡;\n2.在5回合内获得胜利",
"cost": 3,
"heroInUI": "1&1001|1&1004|2&312",
"detailUIBg": "1_5",
"recommendedPower": 20000,
"previousGk": 119,
"relatednormalGk": 119
},
{
"war_id": 9005,
"dispatchJsonId": 9005,
"bg_img_id": 123,
"script_id": "R_9005&S_9005",
"fixReward": "31001&1006",
"conditionReward": "16004&1&0|31002&50&0|31002&100&1",
"RandomReward": "17003&10&1|15013&1&3|17008&1&2",
"warType": 12,
"gk_name": "第一章&真定之战(精英)",
"kingExp": 100,
"lvLimted": 3,
"turnLimted": 30,
"forcedCharactor": "&",
"fobiddenCharactor": "&",
"victoryInfoInUI": "消灭所有敌军",
"loseInfoInUI": "我方全部阵亡",
"starInfoInUI": "1.我方无人阵亡;\n2.在5回合内获得胜利",
"cost": 3,
"heroInUI": "1&1001|1&1004|2&312",
"detailUIBg": "1_7",
"recommendedPower": 20000,
"previousGk": 123,
"relatednormalGk": 123
},
{
"war_id": 9006,
"dispatchJsonId": 9006,
"bg_img_id": 127,
"script_id": "R_9006&S_9006",
"fixReward": "31001&1006",
"conditionReward": "16004&1&0|31002&50&0|31002&100&1",
"RandomReward": "17003&10&1|15013&1&3|17008&1&2",
"warType": 12,
"gk_name": "第一章&真定之战(精英)",
"kingExp": 100,
"lvLimted": 3,
"turnLimted": 30,
"forcedCharactor": "&",
"fobiddenCharactor": "&",
"victoryInfoInUI": "消灭所有敌军",
"loseInfoInUI": "我方全部阵亡",
"starInfoInUI": "1.我方无人阵亡;\n2.在5回合内获得胜利",
"cost": 3,
"heroInUI": "1&1001|1&1004|2&312",
"detailUIBg": "1_8",
"recommendedPower": 20000,
"previousGk": 127,
"relatednormalGk": 127
}
]

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -1,326 +1,326 @@
[
{
"id": 1,
"1": 1,
"2": 1,
"3": 1,
"4": 1,
"5": 2,
"6": 255,
"7": 1,
"8": 1,
"9": 1,
"10": 2,
"11": 1,
"12": 2,
"13": 255,
"14": 1,
"15": 255,
"16": 255,
"17": 1,
"18": 255,
"19": 1,
"20": 1,
"21": 1,
"22": 1,
"23": 1,
"24": 2,
"25": 1,
"26": 255,
"27": 255,
"28": 255,
"29": 2,
"30": 255,
"31": 1,
"32": 255,
"33": 2
},
{
"id": 2,
"1": 1,
"2": 1,
"3": 1,
"4": 1,
"5": 2,
"6": 255,
"7": 1,
"8": 1,
"9": 1,
"10": 2,
"11": 1,
"12": 2,
"13": 255,
"14": 1,
"15": 255,
"16": 255,
"17": 1,
"18": 255,
"19": 1,
"20": 1,
"21": 1,
"22": 1,
"23": 1,
"24": 2,
"25": 1,
"26": 255,
"27": 255,
"28": 255,
"29": 2,
"30": 255,
"31": 1,
"32": 255,
"33": 2
},
{
"id": 3,
"1": 1,
"2": 1,
"3": 2,
"4": 2,
"5": 3,
"6": 255,
"7": 2,
"8": 2,
"9": 1,
"10": 2,
"11": 1,
"12": 2,
"13": 255,
"14": 2,
"15": 255,
"16": 255,
"17": 1,
"18": 255,
"19": 1,
"20": 1,
"21": 2,
"22": 2,
"23": 2,
"24": 3,
"25": 2,
"26": 255,
"27": 255,
"28": 255,
"29": 1,
"30": 255,
"31": 1,
"32": 255,
"33": 3
},
{
"id": 4,
"1": 1,
"2": 1,
"3": 1,
"4": 1,
"5": 2,
"6": 255,
"7": 1,
"8": 1,
"9": 1,
"10": 2,
"11": 1,
"12": 2,
"13": 255,
"14": 1,
"15": 255,
"16": 255,
"17": 1,
"18": 255,
"19": 1,
"20": 1,
"21": 1,
"22": 1,
"23": 1,
"24": 2,
"25": 1,
"26": 255,
"27": 255,
"28": 255,
"29": 1,
"30": 255,
"31": 1,
"32": 255,
"33": 2
},
{
"id": 5,
"1": 1,
"2": 1,
"3": 1,
"4": 1,
"5": 2,
"6": 255,
"7": 1,
"8": 1,
"9": 1,
"10": 1,
"11": 1,
"12": 1,
"13": 255,
"14": 1,
"15": 255,
"16": 255,
"17": 1,
"18": 255,
"19": 1,
"20": 1,
"21": 1,
"22": 1,
"23": 1,
"24": 2,
"25": 1,
"26": 255,
"27": 255,
"28": 255,
"29": 1,
"30": 255,
"31": 1,
"32": 255,
"33": 2
},
{
"id": 6,
"1": 1,
"2": 1,
"3": 1,
"4": 1,
"5": 2,
"6": 255,
"7": 1,
"8": 1,
"9": 1,
"10": 2,
"11": 1,
"12": 2,
"13": 255,
"14": 2,
"15": 255,
"16": 255,
"17": 1,
"18": 255,
"19": 1,
"20": 1,
"21": 1,
"22": 1,
"23": 1,
"24": 2,
"25": 1,
"26": 255,
"27": 255,
"28": 255,
"29": 1,
"30": 255,
"31": 1,
"32": 255,
"33": 2
},
{
"id": 7,
"1": 1,
"2": 1,
"3": 1,
"4": 1,
"5": 2,
"6": 255,
"7": 1,
"8": 1,
"9": 1,
"10": 2,
"11": 1,
"12": 2,
"13": 255,
"14": 2,
"15": 255,
"16": 255,
"17": 1,
"18": 255,
"19": 1,
"20": 1,
"21": 1,
"22": 1,
"23": 1,
"24": 2,
"25": 1,
"26": 255,
"27": 255,
"28": 255,
"29": 1,
"30": 255,
"31": 1,
"32": 255,
"33": 2
},
{
"id": 8,
"1": 1,
"2": 1,
"3": 1,
"4": 1,
"5": 2,
"6": 255,
"7": 1,
"8": 1,
"9": 1,
"10": 2,
"11": 1,
"12": 2,
"13": 255,
"14": 2,
"15": 255,
"16": 255,
"17": 1,
"18": 255,
"19": 1,
"20": 1,
"21": 1,
"22": 1,
"23": 1,
"24": 2,
"25": 1,
"26": 255,
"27": 255,
"28": 255,
"29": 1,
"30": 255,
"31": 1,
"32": 255,
"33": 2
},
{
"id": 9,
"1": 1,
"2": 1,
"3": 1,
"4": 1,
"5": 2,
"6": 255,
"7": 1,
"8": 1,
"9": 1,
"10": 2,
"11": 1,
"12": 2,
"13": 255,
"14": 2,
"15": 255,
"16": 255,
"17": 1,
"18": 255,
"19": 1,
"20": 1,
"21": 1,
"22": 1,
"23": 1,
"24": 2,
"25": 1,
"26": 255,
"27": 255,
"28": 255,
"29": 1,
"30": 255,
"31": 1,
"32": 255,
"33": 2
}
[
{
"id": 1,
"1": 1,
"2": 1,
"3": 1,
"4": 1,
"5": 2,
"6": 255,
"7": 1,
"8": 1,
"9": 1,
"10": 2,
"11": 1,
"12": 2,
"13": 255,
"14": 1,
"15": 255,
"16": 255,
"17": 1,
"18": 255,
"19": 1,
"20": 1,
"21": 1,
"22": 1,
"23": 1,
"24": 2,
"25": 1,
"26": 255,
"27": 255,
"28": 255,
"29": 2,
"30": 255,
"31": 1,
"32": 255,
"33": 2
},
{
"id": 2,
"1": 1,
"2": 1,
"3": 1,
"4": 1,
"5": 2,
"6": 255,
"7": 1,
"8": 1,
"9": 1,
"10": 2,
"11": 1,
"12": 2,
"13": 255,
"14": 1,
"15": 255,
"16": 255,
"17": 1,
"18": 255,
"19": 1,
"20": 1,
"21": 1,
"22": 1,
"23": 1,
"24": 2,
"25": 1,
"26": 255,
"27": 255,
"28": 255,
"29": 2,
"30": 255,
"31": 1,
"32": 255,
"33": 2
},
{
"id": 3,
"1": 1,
"2": 1,
"3": 2,
"4": 2,
"5": 3,
"6": 255,
"7": 2,
"8": 2,
"9": 1,
"10": 2,
"11": 1,
"12": 2,
"13": 255,
"14": 2,
"15": 255,
"16": 255,
"17": 1,
"18": 255,
"19": 1,
"20": 1,
"21": 2,
"22": 2,
"23": 2,
"24": 3,
"25": 2,
"26": 255,
"27": 255,
"28": 255,
"29": 1,
"30": 255,
"31": 1,
"32": 255,
"33": 3
},
{
"id": 4,
"1": 1,
"2": 1,
"3": 1,
"4": 1,
"5": 2,
"6": 255,
"7": 1,
"8": 1,
"9": 1,
"10": 2,
"11": 1,
"12": 2,
"13": 255,
"14": 1,
"15": 255,
"16": 255,
"17": 1,
"18": 255,
"19": 1,
"20": 1,
"21": 1,
"22": 1,
"23": 1,
"24": 2,
"25": 1,
"26": 255,
"27": 255,
"28": 255,
"29": 1,
"30": 255,
"31": 1,
"32": 255,
"33": 2
},
{
"id": 5,
"1": 1,
"2": 1,
"3": 1,
"4": 1,
"5": 2,
"6": 255,
"7": 1,
"8": 1,
"9": 1,
"10": 1,
"11": 1,
"12": 1,
"13": 255,
"14": 1,
"15": 255,
"16": 255,
"17": 1,
"18": 255,
"19": 1,
"20": 1,
"21": 1,
"22": 1,
"23": 1,
"24": 2,
"25": 1,
"26": 255,
"27": 255,
"28": 255,
"29": 1,
"30": 255,
"31": 1,
"32": 255,
"33": 2
},
{
"id": 6,
"1": 1,
"2": 1,
"3": 1,
"4": 1,
"5": 2,
"6": 255,
"7": 1,
"8": 1,
"9": 1,
"10": 2,
"11": 1,
"12": 2,
"13": 255,
"14": 2,
"15": 255,
"16": 255,
"17": 1,
"18": 255,
"19": 1,
"20": 1,
"21": 1,
"22": 1,
"23": 1,
"24": 2,
"25": 1,
"26": 255,
"27": 255,
"28": 255,
"29": 1,
"30": 255,
"31": 1,
"32": 255,
"33": 2
},
{
"id": 7,
"1": 1,
"2": 1,
"3": 1,
"4": 1,
"5": 2,
"6": 255,
"7": 1,
"8": 1,
"9": 1,
"10": 2,
"11": 1,
"12": 2,
"13": 255,
"14": 2,
"15": 255,
"16": 255,
"17": 1,
"18": 255,
"19": 1,
"20": 1,
"21": 1,
"22": 1,
"23": 1,
"24": 2,
"25": 1,
"26": 255,
"27": 255,
"28": 255,
"29": 1,
"30": 255,
"31": 1,
"32": 255,
"33": 2
},
{
"id": 8,
"1": 1,
"2": 1,
"3": 1,
"4": 1,
"5": 2,
"6": 255,
"7": 1,
"8": 1,
"9": 1,
"10": 2,
"11": 1,
"12": 2,
"13": 255,
"14": 2,
"15": 255,
"16": 255,
"17": 1,
"18": 255,
"19": 1,
"20": 1,
"21": 1,
"22": 1,
"23": 1,
"24": 2,
"25": 1,
"26": 255,
"27": 255,
"28": 255,
"29": 1,
"30": 255,
"31": 1,
"32": 255,
"33": 2
},
{
"id": 9,
"1": 1,
"2": 1,
"3": 1,
"4": 1,
"5": 2,
"6": 255,
"7": 1,
"8": 1,
"9": 1,
"10": 2,
"11": 1,
"12": 2,
"13": 255,
"14": 2,
"15": 255,
"16": 255,
"17": 1,
"18": 255,
"19": 1,
"20": 1,
"21": 1,
"22": 1,
"23": 1,
"24": 2,
"25": 1,
"26": 255,
"27": 255,
"28": 255,
"29": 1,
"30": 255,
"31": 1,
"32": 255,
"33": 2
}
]

View File

@@ -1,332 +1,431 @@
[
{
"mapid": 1,
"name": "平原",
"music": 0,
"type": 971,
"int_hp": 0,
"int_mp": 0,
"percent_hp": 0,
"percent_mp": 0
},
{
"mapid": 2,
"name": "草原",
"music": 2,
"type": 971,
"int_hp": 0,
"int_mp": 0,
"percent_hp": 0,
"percent_mp": 0
},
{
"mapid": 3,
"name": "树林",
"music": 2,
"type": 971,
"int_hp": 0,
"int_mp": 0,
"percent_hp": 0,
"percent_mp": 0
},
{
"mapid": 4,
"name": "荒地",
"music": 0,
"type": 973,
"int_hp": 0,
"int_mp": 0,
"percent_hp": 0,
"percent_mp": 0
},
{
"mapid": 5,
"name": "山地",
"music": 0,
"type": 973,
"int_hp": 0,
"int_mp": 0,
"percent_hp": 0,
"percent_mp": 0
},
{
"mapid": 6,
"name": "岩山",
"music": 0,
"type": 973,
"int_hp": 0,
"int_mp": 0,
"percent_hp": 0,
"percent_mp": 0
},
{
"mapid": 7,
"name": "沙漠",
"music": 0,
"type": 973,
"int_hp": 0,
"int_mp": 0,
"percent_hp": 0,
"percent_mp": 0
},
{
"mapid": 8,
"name": "雪原",
"music": 1,
"type": 972,
"int_hp": 0,
"int_mp": 0,
"percent_hp": 0,
"percent_mp": 0
},
{
"mapid": 9,
"name": "桥梁",
"music": 0,
"type": 972,
"int_hp": 0,
"int_mp": 0,
"percent_hp": 0,
"percent_mp": 0
},
{
"mapid": 10,
"name": "浅滩",
"music": 3,
"type": 972,
"int_hp": 0,
"int_mp": 0,
"percent_hp": 0,
"percent_mp": 0
},
{
"mapid": 11,
"name": "沼泽",
"music": 3,
"type": 972,
"int_hp": 0,
"int_mp": 0,
"percent_hp": 0,
"percent_mp": 0
},
{
"mapid": 12,
"name": "池塘",
"music": 0,
"type": 972,
"int_hp": 0,
"int_mp": 0,
"percent_hp": 0,
"percent_mp": 0
},
{
"mapid": 13,
"name": "小河",
"music": 0,
"type": 972,
"int_hp": 0,
"int_mp": 0,
"percent_hp": 0,
"percent_mp": 0
},
{
"mapid": 14,
"name": "大河",
"music": 4,
"type": 972,
"int_hp": 0,
"int_mp": 0,
"percent_hp": 0,
"percent_mp": 0
},
{
"mapid": 15,
"name": "栅栏",
"music": 0,
"type": 976,
"int_hp": 0,
"int_mp": 0,
"percent_hp": 0,
"percent_mp": 0
},
{
"mapid": 16,
"name": "城墙",
"music": 0,
"type": 976,
"int_hp": 0,
"int_mp": 0,
"percent_hp": 0,
"percent_mp": 0
},
{
"mapid": 17,
"name": "城内",
"music": 0,
"type": 974,
"int_hp": 0,
"int_mp": 0,
"percent_hp": 0,
"percent_mp": 0
},
{
"mapid": 18,
"name": "城门",
"music": 0,
"type": 974,
"int_hp": 0,
"int_mp": 0,
"percent_hp": 0,
"percent_mp": 0
},
{
"mapid": 19,
"name": "城池",
"music": 0,
"type": 975,
"int_hp": 0,
"int_mp": 0,
"percent_hp": 10,
"percent_mp": 0
},
{
"mapid": 20,
"name": "关隘",
"music": 0,
"type": 975,
"int_hp": 0,
"int_mp": 0,
"percent_hp": 10,
"percent_mp": 0
},
{
"mapid": 21,
"name": "鹿砦",
"music": 0,
"type": 975,
"int_hp": 0,
"int_mp": 0,
"percent_hp": 10,
"percent_mp": 0
},
{
"mapid": 22,
"name": "村庄",
"music": 0,
"type": 975,
"int_hp": 0,
"int_mp": 0,
"percent_hp": 10,
"percent_mp": 0
},
{
"mapid": 23,
"name": "兵营",
"music": 0,
"type": 975,
"int_hp": 0,
"int_mp": 0,
"percent_hp": 10,
"percent_mp": 0
},
{
"mapid": 24,
"name": "民居",
"music": 0,
"type": 975,
"int_hp": 0,
"int_mp": 0,
"percent_hp": 0,
"percent_mp": 0
},
{
"mapid": 25,
"name": "宝物库",
"music": 0,
"type": 975,
"int_hp": 0,
"int_mp": 0,
"percent_hp": 10,
"percent_mp": 0
},
{
"mapid": 26,
"name": "祭坛",
"music": 0,
"type": 976,
"int_hp": 0,
"int_mp": 0,
"percent_hp": 0,
"percent_mp": 0
},
{
"mapid": 27,
"name": "",
"music": 0,
"type": 976,
"int_hp": 0,
"int_mp": 0,
"percent_hp": 0,
"percent_mp": 0
},
{
"mapid": 28,
"name": "船",
"music": 0,
"type": 976,
"int_hp": 0,
"int_mp": 0,
"percent_hp": 0,
"percent_mp": 0
},
{
"mapid": 29,
"name": "冰面",
"music": 0,
"type": 976,
"int_hp": 0,
"int_mp": 0,
"percent_hp": 0,
"percent_mp": 0
},
{
"mapid": 30,
"name": "边界",
"music": 0,
"type": 976,
"int_hp": 0,
"int_mp": 0,
"percent_hp": 0,
"percent_mp": 0
},
{
"mapid": 31,
"name": "泉水",
"music": 0,
"type": 976,
"int_hp": 0,
"int_mp": 0,
"percent_hp": 0,
"percent_mp": 0
},
{
"mapid": 32,
"name": "火堆",
"music": 0,
"type": 976,
"int_hp": 0,
"int_mp": 0,
"percent_hp": 0,
"percent_mp": 0
},
{
"mapid": 33,
"name": "冰面",
"music": 0,
"type": 976,
"int_hp": 0,
"int_mp": 0,
"percent_hp": 0,
"percent_mp": 0
}
{
"mapid": 1,
"name": "平原",
"music": 0,
"type": 971,
"int_hp": 0,
"int_mp": 0,
"percent_hp": 0,
"percent_mp": 0,
"seid": 0,
"effect": 0,
"description": "很平常的平原"
},
{
"mapid": 2,
"name": "草原",
"music": 2,
"type": 971,
"int_hp": 0,
"int_mp": 0,
"percent_hp": 0,
"percent_mp": 0,
"seid": 0,
"effect": 0,
"description": "很平常的草原"
},
{
"mapid": 3,
"name": "树林",
"music": 2,
"type": 971,
"int_hp": 0,
"int_mp": 0,
"percent_hp": 0,
"percent_mp": 0,
"seid": 0,
"effect": 0,
"description": "很平常的树林"
},
{
"mapid": 4,
"name": "荒地",
"music": 0,
"type": 973,
"int_hp": 0,
"int_mp": 0,
"percent_hp": 0,
"percent_mp": 0,
"seid": 0,
"effect": 0,
"description": "很平常的荒地"
},
{
"mapid": 5,
"name": "山地",
"music": 0,
"type": 973,
"int_hp": 0,
"int_mp": 0,
"percent_hp": 0,
"percent_mp": 0,
"seid": 0,
"effect": 0,
"description": "很平常的山地"
},
{
"mapid": 6,
"name": "岩山",
"music": 0,
"type": 973,
"int_hp": 0,
"int_mp": 0,
"percent_hp": 0,
"percent_mp": 0,
"seid": 0,
"effect": 0,
"description": "很平常的岩山"
},
{
"mapid": 7,
"name": "沙漠",
"music": 0,
"type": 973,
"int_hp": 0,
"int_mp": 0,
"percent_hp": 0,
"percent_mp": 0,
"seid": 0,
"effect": 0,
"description": "很平常的沙漠"
},
{
"mapid": 8,
"name": "雪原",
"music": 1,
"type": 972,
"int_hp": 0,
"int_mp": 0,
"percent_hp": 0,
"percent_mp": 0,
"seid": 0,
"effect": 0,
"description": "很平常的雪原"
},
{
"mapid": 9,
"name": "桥梁",
"music": 0,
"type": 972,
"int_hp": 0,
"int_mp": 0,
"percent_hp": 0,
"percent_mp": 0,
"seid": 0,
"effect": 0,
"description": "很平常的桥梁"
},
{
"mapid": 10,
"name": "浅滩",
"music": 3,
"type": 972,
"int_hp": 0,
"int_mp": 0,
"percent_hp": 0,
"percent_mp": 0,
"seid": 0,
"effect": 0,
"description": "很平常的浅滩"
},
{
"mapid": 11,
"name": "沼泽",
"music": 3,
"type": 972,
"int_hp": 0,
"int_mp": 0,
"percent_hp": 0,
"percent_mp": 0,
"seid": 0,
"effect": 0,
"description": "很平常的沼泽"
},
{
"mapid": 12,
"name": "池塘",
"music": 0,
"type": 972,
"int_hp": 0,
"int_mp": 0,
"percent_hp": 0,
"percent_mp": 0,
"seid": 0,
"effect": 0,
"description": "很平常的池塘"
},
{
"mapid": 13,
"name": "小河",
"music": 0,
"type": 972,
"int_hp": 0,
"int_mp": 0,
"percent_hp": 0,
"percent_mp": 0,
"seid": 0,
"effect": 0,
"description": "很平常的小河"
},
{
"mapid": 14,
"name": "大河",
"music": 4,
"type": 972,
"int_hp": 0,
"int_mp": 0,
"percent_hp": 0,
"percent_mp": 0,
"seid": 0,
"effect": 0,
"description": "很平常的大河"
},
{
"mapid": 15,
"name": "栅栏",
"music": 0,
"type": 976,
"int_hp": 0,
"int_mp": 0,
"percent_hp": 0,
"percent_mp": 0,
"seid": 0,
"effect": 0,
"description": "很平常的栅栏"
},
{
"mapid": 16,
"name": "城墙",
"music": 0,
"type": 976,
"int_hp": 0,
"int_mp": 0,
"percent_hp": 0,
"percent_mp": 0,
"seid": 0,
"effect": 0,
"description": "很平常的城墙"
},
{
"mapid": 17,
"name": "城内",
"music": 0,
"type": 974,
"int_hp": 0,
"int_mp": 0,
"percent_hp": 0,
"percent_mp": 0,
"seid": 0,
"effect": 0,
"description": "很平常的城内"
},
{
"mapid": 18,
"name": "城门",
"music": 0,
"type": 974,
"int_hp": 0,
"int_mp": 0,
"percent_hp": 0,
"percent_mp": 0,
"seid": 0,
"effect": 0,
"description": "很平常的城门"
},
{
"mapid": 19,
"name": "城池",
"music": 0,
"type": 975,
"int_hp": 0,
"int_mp": 0,
"percent_hp": 10,
"percent_mp": 0,
"seid": 0,
"effect": 0,
"description": "很平常的城池"
},
{
"mapid": 20,
"name": "关隘",
"music": 0,
"type": 975,
"int_hp": 0,
"int_mp": 0,
"percent_hp": 10,
"percent_mp": 0,
"seid": 0,
"effect": 0,
"description": "很平常的关隘"
},
{
"mapid": 21,
"name": "鹿砦",
"music": 0,
"type": 975,
"int_hp": 0,
"int_mp": 0,
"percent_hp": 10,
"percent_mp": 0,
"seid": 0,
"effect": 0,
"description": "很平常的鹿砦"
},
{
"mapid": 22,
"name": "村庄",
"music": 0,
"type": 975,
"int_hp": 0,
"int_mp": 0,
"percent_hp": 10,
"percent_mp": 0,
"seid": 0,
"effect": 0,
"description": "很平常的村庄"
},
{
"mapid": 23,
"name": "兵营",
"music": 0,
"type": 975,
"int_hp": 0,
"int_mp": 0,
"percent_hp": 10,
"percent_mp": 0,
"seid": 0,
"effect": 0,
"description": "很平常的兵营"
},
{
"mapid": 24,
"name": "民居",
"music": 0,
"type": 975,
"int_hp": 0,
"int_mp": 0,
"percent_hp": 0,
"percent_mp": 0,
"seid": 0,
"effect": 0,
"description": "很平常的民居"
},
{
"mapid": 25,
"name": "宝物库",
"music": 0,
"type": 975,
"int_hp": 0,
"int_mp": 0,
"percent_hp": 10,
"percent_mp": 0,
"seid": 0,
"effect": 0,
"description": "很平常的宝物库"
},
{
"mapid": 26,
"name": "祭坛",
"music": 0,
"type": 976,
"int_hp": 0,
"int_mp": 0,
"percent_hp": 0,
"percent_mp": 0,
"seid": 0,
"effect": 0,
"description": "很平常的祭坛"
},
{
"mapid": 27,
"name": "火",
"music": 0,
"type": 976,
"int_hp": 0,
"int_mp": 0,
"percent_hp": 0,
"percent_mp": 0,
"seid": 0,
"effect": 0,
"description": "很平常的火"
},
{
"mapid": 28,
"name": "船",
"music": 0,
"type": 976,
"int_hp": 0,
"int_mp": 0,
"percent_hp": 0,
"percent_mp": 0,
"seid": 0,
"effect": 0,
"description": "很平常的船"
},
{
"mapid": 29,
"name": "冰面",
"music": 0,
"type": 976,
"int_hp": 0,
"int_mp": 0,
"percent_hp": 0,
"percent_mp": 0,
"seid": 0,
"effect": 0,
"description": "很平常的冰面"
},
{
"mapid": 30,
"name": "边界",
"music": 0,
"type": 976,
"int_hp": 0,
"int_mp": 0,
"percent_hp": 0,
"percent_mp": 0,
"seid": 0,
"effect": 0,
"description": "很平常的边界"
},
{
"mapid": 31,
"name": "泉水",
"music": 0,
"type": 976,
"int_hp": 0,
"int_mp": 0,
"percent_hp": 0,
"percent_mp": 0,
"seid": 0,
"effect": 0,
"description": "很平常的泉水"
},
{
"mapid": 32,
"name": "火堆",
"music": 0,
"type": 976,
"int_hp": 0,
"int_mp": 0,
"percent_hp": 0,
"percent_mp": 0,
"seid": 0,
"effect": 0,
"description": "很平常的火堆"
},
{
"mapid": 33,
"name": "冰面",
"music": 0,
"type": 976,
"int_hp": 0,
"int_mp": 0,
"percent_hp": 0,
"percent_mp": 0,
"seid": 0,
"effect": 0,
"description": "很平常的冰面"
}
]

View File

@@ -0,0 +1,234 @@
[
{
"pointId": 1,
"position": "-1212&1273",
"previousPoint": "1&",
"wayPoints": "&",
"chapater": 1,
"tips": "出生点"
},
{
"pointId": 2,
"position": "-1068&1253",
"previousPoint": "1&",
"wayPoints": "-1198&1278",
"chapater": 1,
"tips": "第一章&拦路官军"
},
{
"pointId": 3,
"position": "-969&1524",
"previousPoint": "2&26",
"wayPoints": "&",
"chapater": 1,
"tips": "第一章&拦路官军"
},
{
"pointId": 4,
"position": "-880&1621",
"previousPoint": "3&",
"wayPoints": "&",
"chapater": 1,
"tips": "第一章&拦路官军"
},
{
"pointId": 5,
"position": "-601&1781",
"previousPoint": "4&",
"wayPoints": "&",
"chapater": 1,
"tips": "第一章&真定之战"
},
{
"pointId": 6,
"position": "-558&1561",
"previousPoint": "5&",
"wayPoints": "&",
"chapater": 1,
"tips": "第一章&拦路官军"
},
{
"pointId": 7,
"position": "-555&1363",
"previousPoint": "6&28",
"wayPoints": "&",
"chapater": 1,
"tips": "第一章&拦路官军"
},
{
"pointId": 8,
"position": "-566&1172",
"previousPoint": "7&",
"wayPoints": "&",
"chapater": 1,
"tips": "第一章&拦路官军"
},
{
"pointId": 9,
"position": "-702&993",
"previousPoint": "8&",
"wayPoints": "&",
"chapater": 1,
"tips": "第一章&巨鹿之战"
},
{
"pointId": 10,
"position": "-370&919",
"previousPoint": "9&",
"wayPoints": "&",
"chapater": 1,
"tips": "第一章&拦路官军"
},
{
"pointId": 11,
"position": "-252&1158",
"previousPoint": "10&",
"wayPoints": "&",
"chapater": 1,
"tips": "第一章&拦路官军"
},
{
"pointId": 12,
"position": "-206&1353",
"previousPoint": "11&27",
"wayPoints": "&",
"chapater": 1,
"tips": "第一章&拦路官军"
},
{
"pointId": 13,
"position": "-247&1627",
"previousPoint": "12&",
"wayPoints": "&",
"chapater": 1,
"tips": "第一章&河间之战"
},
{
"pointId": 14,
"position": "-3&1568",
"previousPoint": "13&",
"wayPoints": "&",
"chapater": 1,
"tips": "第一章&拦路官军"
},
{
"pointId": 15,
"position": "201&1548",
"previousPoint": "14&",
"wayPoints": "&",
"chapater": 1,
"tips": "第一章&拦路官军"
},
{
"pointId": 16,
"position": "369&1606",
"previousPoint": "15&",
"wayPoints": "&",
"chapater": 1,
"tips": "第一章&拦路官军"
},
{
"pointId": 17,
"position": "633&1739",
"previousPoint": "16&",
"wayPoints": "&",
"chapater": 1,
"tips": "第一章&渤海之战"
},
{
"pointId": 18,
"position": "501&1471",
"previousPoint": "17&29",
"wayPoints": "&",
"chapater": 1,
"tips": "第一章&拦路官军"
},
{
"pointId": 19,
"position": "355&1237",
"previousPoint": "18&",
"wayPoints": "&",
"chapater": 1,
"tips": "第一章&拦路官军"
},
{
"pointId": 20,
"position": "178&953",
"previousPoint": "19&",
"wayPoints": "&",
"chapater": 1,
"tips": "第一章&拦路官军"
},
{
"pointId": 21,
"position": "-112&798",
"previousPoint": "20&",
"wayPoints": "&",
"chapater": 1,
"tips": "第一章&界桥之战"
},
{
"pointId": 22,
"position": "-389&598",
"previousPoint": "21&",
"wayPoints": "&",
"chapater": 1,
"tips": "第一章&拦路官军"
},
{
"pointId": 23,
"position": "-574&517",
"previousPoint": "22&",
"wayPoints": "&",
"chapater": 1,
"tips": "第一章&拦路官军"
},
{
"pointId": 24,
"position": "-810&461",
"previousPoint": "23&",
"wayPoints": "&",
"chapater": 1,
"tips": "第一章&拦路官军"
},
{
"pointId": 25,
"position": "-1100&511",
"previousPoint": "24&",
"wayPoints": "&",
"chapater": 1,
"tips": "第一章&邺城之战"
},
{
"pointId": 26,
"position": "-965&1687",
"previousPoint": "3&",
"wayPoints": "&",
"chapater": 1,
"tips": "第一章&奇遇点1"
},
{
"pointId": 27,
"position": "-368&1892",
"previousPoint": "12&",
"wayPoints": "&",
"chapater": 1,
"tips": "第一章&奇遇点2"
},
{
"pointId": 28,
"position": "-769&1158",
"previousPoint": "7&",
"wayPoints": "&",
"chapater": 1,
"tips": "第一章&奇遇点3"
},
{
"pointId": 29,
"position": "542&1289",
"previousPoint": "18&",
"wayPoints": "&",
"chapater": 1,
"tips": "第一章&奇遇点4"
}
]

File diff suppressed because it is too large Load Diff

View File

@@ -1,120 +1,162 @@
[{
"type": 1,
"isSeid": 0,
"isBuff": 1,
"isHalo": 0,
"olyType": 102,
"haloObject": 0
}, {
"type": 18,
"isSeid": 0,
"isBuff": 1,
"isHalo": 0,
"olyType": 101,
"haloObject": 0
},{
"type": 27,
"isSeid": 0,
"isBuff": 1,
"isHalo": 0,
"olyType": 101,
"haloObject": 0
}, {
"type": 35,
"isSeid": 1,
"isBuff": 0,
"isHalo": 0,
"olyType": 102,
"haloObject": 0
}, {
"type": 34,
"isSeid": 0,
"isBuff": 1,
"isHalo": 0,
"olyType": 101,
"haloObject": 0
}, {
"type": 101,
"isSeid": 1,
"isBuff": 0,
"isHalo": 0,
"olyType": 101,
"haloObject": 0
}, {
"type": 102,
"isSeid": 1,
"isBuff": 0,
"isHalo": 0,
"olyType": 101,
"haloObject": 0
}, {
"type": 31,
"isSeid": 0,
"isBuff": 1,
"isHalo": 0,
"olyType": 101,
"haloObject": 0
}, {
"type": 22,
"isSeid": 0,
"isBuff": 1,
"isHalo": 0,
"olyType": 101,
"haloObject": 0
}, {
"type": 435,
"isSeid": 1,
"isBuff": 0,
"isHalo": 0,
"olyType": 101,
"haloObject": 0
}, {
"type": 13,
"isSeid": 0,
"isBuff": 1,
"isHalo": 0,
"olyType": 102,
"haloObject": 0
}, {
"type": 303,
"isSeid": 1,
"isBuff": 0,
"isHalo": 0,
"olyType": 101,
"haloObject": 0
}, {
"type": 8,
"isSeid": 0,
"isBuff": 1,
"isHalo": 0,
"olyType": 102,
"haloObject": 0
}, {
"type": 312,
"isSeid": 1,
"isBuff": 0,
"isHalo": 0,
"olyType": 101,
"haloObject": 0
}, {
"type": 5,
"isSeid": 0,
"isBuff": 1,
"isHalo": 0,
"olyType": 102,
"haloObject": 0
}, {
"type": 32,
"isSeid": 0,
"isBuff": 1,
"isHalo": 0,
"olyType": 101,
"haloObject": 0
}, {
"type": 114,
"isSeid": 1,
"isBuff": 0,
"isHalo": 0,
"olyType": 101,
"haloObject": 0
}]
[
{
"type": 1,
"isSeid": 0,
"isBuff": 1,
"isHalo": 0,
"olyType": 102,
"haloObject": 0
},
{
"type": 5,
"isSeid": 0,
"isBuff": 1,
"isHalo": 0,
"olyType": 102,
"haloObject": 0
},
{
"type": 8,
"isSeid": 0,
"isBuff": 1,
"isHalo": 0,
"olyType": 102,
"haloObject": 0
},
{
"type": 13,
"isSeid": 0,
"isBuff": 1,
"isHalo": 0,
"olyType": 102,
"haloObject": 0
},
{
"type": 18,
"isSeid": 0,
"isBuff": 1,
"isHalo": 0,
"olyType": 101,
"haloObject": 0
},
{
"type": 21,
"isSeid": 0,
"isBuff": 1,
"isHalo": 0,
"olyType": 101,
"haloObject": 0
},
{
"type": 22,
"isSeid": 0,
"isBuff": 1,
"isHalo": 0,
"olyType": 101,
"haloObject": 0
},
{
"type": 27,
"isSeid": 0,
"isBuff": 1,
"isHalo": 0,
"olyType": 101,
"haloObject": 0
},
{
"type": 28,
"isSeid": 0,
"isBuff": 1,
"isHalo": 0,
"olyType": 101,
"haloObject": 0
},
{
"type": 31,
"isSeid": 0,
"isBuff": 1,
"isHalo": 0,
"olyType": 101,
"haloObject": 0
},
{
"type": 32,
"isSeid": 0,
"isBuff": 1,
"isHalo": 0,
"olyType": 101,
"haloObject": 0
},
{
"type": 33,
"isSeid": 0,
"isBuff": 1,
"isHalo": 0,
"olyType": 101,
"haloObject": 0
},
{
"type": 34,
"isSeid": 0,
"isBuff": 1,
"isHalo": 0,
"olyType": 101,
"haloObject": 0
},
{
"type": 35,
"isSeid": 1,
"isBuff": 0,
"isHalo": 0,
"olyType": 102,
"haloObject": 0
},
{
"type": 101,
"isSeid": 1,
"isBuff": 0,
"isHalo": 0,
"olyType": 101,
"haloObject": 0
},
{
"type": 102,
"isSeid": 1,
"isBuff": 0,
"isHalo": 0,
"olyType": 101,
"haloObject": 0
},
{
"type": 114,
"isSeid": 1,
"isBuff": 0,
"isHalo": 0,
"olyType": 101,
"haloObject": 0
},
{
"type": 303,
"isSeid": 1,
"isBuff": 0,
"isHalo": 0,
"olyType": 101,
"haloObject": 0
},
{
"type": 312,
"isSeid": 1,
"isBuff": 0,
"isHalo": 0,
"olyType": 101,
"haloObject": 0
},
{
"type": 435,
"isSeid": 1,
"isBuff": 0,
"isHalo": 0,
"olyType": 101,
"haloObject": 0
}
]

View File

@@ -1,256 +1,308 @@
[
{
"id": 1,
"hurt_formula": "(ownAtk*ownTerAddtion/100 - oppoDef*oppoTerAddtion/100)*(1 + ownDamInc/100000 - oppoDamDec/100000)",
"gain_formula": "&",
"rage_cost": 100,
"cd": 0,
"attack_area": 2,
"strike_area": 2,
"object": 0,
"skill_class": 1,
"effect": "1&",
"actionName": "skill1",
"secondActionName": "&"
},
{
"id": 2,
"hurt_formula": "(ownAtk*ownTerAddtion/100 - oppoDef*oppoTerAddtion/100)*(1 + ownDamInc/100000 - oppoDamDec/100000)",
"gain_formula": "&",
"rage_cost": 100,
"cd": 0,
"attack_area": 5,
"strike_area": 2,
"object": 0,
"skill_class": 1,
"effect": "3348&",
"actionName": "skill1",
"secondActionName": "skill1_B"
},
{
"id": 3,
"hurt_formula": "(ownAtk*ownTerAddtion/100 - oppoDef*oppoTerAddtion/100)*(1 + ownDamInc/100000 - oppoDamDec/100000)",
"gain_formula": "&",
"rage_cost": 0,
"cd": 3,
"attack_area": 1,
"strike_area": 1,
"object": 0,
"skill_class": 2,
"effect": "3352&",
"actionName": "skill2",
"secondActionName": "&"
},
{
"id": 4,
"hurt_formula": "(ownAtk*ownTerAddtion/100 - oppoDef*oppoTerAddtion/100)*(1 + ownDamInc/100000 - oppoDamDec/100000)",
"gain_formula": "&",
"rage_cost": 100,
"cd": 0,
"attack_area": 2,
"strike_area": 1,
"object": 0,
"skill_class": 1,
"effect": "3068&",
"actionName": "skill1",
"secondActionName": "&",
"oppoSecondActionName": "skill1_B"
},
{
"id": 5,
"hurt_formula": "(ownAtk*ownTerAddtion/100)*0.2",
"gain_formula": "&",
"rage_cost": 0,
"cd": 3,
"attack_area": 5,
"strike_area": 1,
"object": 1,
"skill_class": 2,
"effect": "4002&",
"actionName": "skill2",
"secondActionName": "&"
},
{
"id": 6,
"hurt_formula": "(ownAtk*ownTerAddtion/100 - oppoDef*oppoTerAddtion/100)*(1 + ownDamInc/100000 - oppoDamDec/100000)",
"gain_formula": "&",
"rage_cost": 100,
"cd": 0,
"attack_area": 4,
"strike_area": 1,
"object": 0,
"skill_class": 1,
"effect": "3092&",
"actionName": "skill1",
"secondActionName": "&"
},
{
"id": 7,
"hurt_formula": "0",
"gain_formula": "&",
"rage_cost": 0,
"cd": 3,
"attack_area": 2,
"strike_area": 1,
"object": 1,
"skill_class": 2,
"effect": "3096&",
"actionName": "skill2",
"secondActionName": "&"
},
{
"id": 8,
"hurt_formula": "(ownAtk*ownTerAddtion/100 - oppoDef*oppoTerAddtion/100)*(1 + ownDamInc/100000 - oppoDamDec/100000)",
"gain_formula": "&",
"rage_cost": 100,
"cd": 0,
"attack_area": 2,
"strike_area": 1,
"object": 0,
"skill_class": 1,
"effect": "3108&",
"actionName": "skill1",
"secondActionName": "&"
},
{
"id": 9,
"hurt_formula": "(ownAtk*ownTerAddtion/100 - oppoDef*oppoTerAddtion/100)*(1 + ownDamInc/100000 - oppoDamDec/100000)",
"gain_formula": "&",
"rage_cost": 0,
"cd": 3,
"attack_area": 2,
"strike_area": 1,
"object": 0,
"skill_class": 2,
"effect": "3112&",
"actionName": "skill2",
"secondActionName": "&"
},
{
"id": 10,
"hurt_formula": "(ownAtk*ownTerAddtion/100 - oppoDef*oppoTerAddtion/100)*(1 + ownDamInc/100000 - oppoDamDec/100000)",
"gain_formula": "&",
"rage_cost": 100,
"cd": 0,
"attack_area": 3,
"strike_area": 1,
"object": 0,
"skill_class": 1,
"effect": "3116&",
"actionName": "skill1",
"secondActionName": "skill1_B"
},
{
"id": 11,
"hurt_formula": "(ownAtk*ownTerAddtion/100)*0.2",
"gain_formula": "&",
"rage_cost": 0,
"cd": 3,
"attack_area": 5,
"strike_area": 1,
"object": 1,
"skill_class": 2,
"effect": "3120&",
"actionName": "skill2",
"secondActionName": "&"
},
{
"id": 12,
"hurt_formula": "own_MAtk*100%",
"gain_formula": "&",
"rage_cost": 100,
"cd": 0,
"attack_area": 4,
"strike_area": 1,
"object": 1,
"skill_class": 1,
"effect": "3364&",
"actionName": "skill12",
"secondActionName": "&"
},
{
"id": 13,
"hurt_formula": "own_MAtk*100%",
"gain_formula": "&",
"rage_cost": 0,
"cd": 3,
"attack_area": 4,
"strike_area": 1,
"object": 1,
"skill_class": 2,
"effect": "3368&",
"actionName": "skill13",
"secondActionName": "&"
},
{
"id": 14,
"hurt_formula": "(ownAtk*ownTerAddtion/100 - oppoDef*oppoTerAddtion/100)*(1 + ownDamInc/100000 - oppoDamDec/100000)",
"gain_formula": "&",
"rage_cost": 100,
"cd": 0,
"attack_area": 3,
"strike_area": 1,
"object": 0,
"skill_class": 1,
"effect": "3084&",
"actionName": "skill1",
"secondActionName": "&"
},
{
"id": 15,
"hurt_formula": "0",
"gain_formula": "&",
"rage_cost": 0,
"cd": 3,
"attack_area": 2,
"strike_area": 1,
"object": 1,
"skill_class": 2,
"effect": "3088&",
"actionName": "skill2",
"secondActionName": "&"
},
{
"id": 16,
"hurt_formula": "own_MAtk*60%",
"gain_formula": "&",
"rage_cost": 100,
"cd": 0,
"attack_area": 5,
"strike_area": 4,
"object": 1,
"skill_class": 1,
"effect": "3316&",
"actionName": "skill16",
"secondActionName": "&"
},
{
"id": 17,
"hurt_formula": "own_MAtk*100%",
"gain_formula": "&",
"rage_cost": 0,
"cd": 3,
"attack_area": 4,
"strike_area": 1,
"object": 1,
"skill_class": 2,
"effect": "3320&",
"actionName": "skill17",
"secondActionName": "&"
}
{
"id": 1,
"name": "砍一刀",
"hurt_formula": "ownAtk*200%-oppoDef*100",
"gain_formula": "&",
"rage_cost": 100,
"cd": 0,
"attack_area": 2,
"strike_area": 2,
"object": 0,
"skill_class": 1,
"effect": "1&",
"actionName": "skill1",
"secondActionName": "&",
"skill_info": "大伤害技能",
"skilNameImage": 0,
"skillSceneSpine": "nuqiguochang"
},
{
"id": 2,
"name": "无双画戟",
"hurt_formula": "ownAtk*200%-oppoDef*100",
"gain_formula": "&",
"rage_cost": 100,
"cd": 0,
"attack_area": 5,
"strike_area": 2,
"object": 0,
"skill_class": 1,
"effect": "3348&",
"actionName": "skill1",
"secondActionName": "skill1_B",
"skill_info": "猛击地面造成200%的范围伤害,范围内人数越多总伤害越高,同时给目标添加封怒的以及物攻下降效果,命中的目标会降低少量怒气",
"skilNameImage": 0,
"skillSceneSpine": "nuqiguochang"
},
{
"id": 3,
"name": "温侯斩",
"hurt_formula": "ownAtk*200%-oppoDef*100",
"gain_formula": "&",
"rage_cost": 0,
"cd": 3,
"attack_area": 1,
"strike_area": 1,
"object": 0,
"skill_class": 2,
"effect": "3352&",
"actionName": "skill2",
"secondActionName": "&",
"skill_info": "对敌人连续攻击两次每击造成200%的伤害",
"skilNameImage": 0,
"skillSceneSpine": "&"
},
{
"id": 4,
"name": "长枪投射",
"hurt_formula": "ownAtk*200%-oppoDef*100",
"gain_formula": "&",
"rage_cost": 100,
"cd": 0,
"attack_area": 2,
"strike_area": 1,
"object": 0,
"skill_class": 1,
"effect": "3068&",
"actionName": "skill1",
"secondActionName": "skill1_B",
"skill_info": "远距离投射长枪对目标造成200%的伤害目标为策略职业时伤害提升20%并且给目标添加一个策略伤害加深降低10%的效果持续4回合",
"skilNameImage": 1,
"skillSceneSpine": "nuqiguochang"
},
{
"id": 5,
"name": "赦免",
"hurt_formula": 0,
"gain_formula": "&",
"rage_cost": 0,
"cd": 3,
"attack_area": 5,
"strike_area": 1,
"object": 1,
"skill_class": 2,
"effect": "3072&",
"actionName": "skill2",
"secondActionName": "&",
"skill_info": "回复自身10%生命值并且自身的策略伤害减免上升20%持续2回合",
"skilNameImage": 0,
"skillSceneSpine": "&"
},
{
"id": 6,
"name": "连珠三箭",
"hurt_formula": "ownAtk*120%-oppoDef*100",
"gain_formula": "&",
"rage_cost": 100,
"cd": 0,
"attack_area": 4,
"strike_area": 4,
"object": 0,
"skill_class": 1,
"effect": "3092&",
"actionName": "skill1",
"secondActionName": "&",
"skill_info": "对范围内的多个目标最多3个造成120%的伤害被攻击目标有33%的概率获得一个物理伤害加深减少25%的减益效果持续4回合",
"skilNameImage": 2,
"skillSceneSpine": "nuqiguochang"
},
{
"id": 7,
"name": "鼓舞",
"hurt_formula": 0,
"gain_formula": "&",
"rage_cost": 0,
"cd": 3,
"attack_area": 2,
"strike_area": 1,
"object": 1,
"skill_class": 2,
"effect": "3096&",
"actionName": "skill2",
"secondActionName": "&",
"skill_info": "使我方指定目标获得幸运提升20%的效果持续4回合",
"skilNameImage": 0,
"skillSceneSpine": "&"
},
{
"id": 8,
"name": "猛毒迷雾",
"hurt_formula": "ownMAtk*200%-oppoMDef*100",
"gain_formula": "&",
"rage_cost": 100,
"cd": 0,
"attack_area": 2,
"strike_area": 4,
"object": 0,
"skill_class": 1,
"effect": "3108&",
"actionName": "skill1",
"secondActionName": "&",
"skill_info": "对目标进行毒雾攻击造成200%伤害附加中毒效果造成每回合25%策攻伤害持续4回合对已有中毒效果的单位立即生成一段毒伤害同时降低目标20%的敏捷持续3回合",
"skilNameImage": 3,
"skillSceneSpine": "nuqiguochang"
},
{
"id": 9,
"name": "投毒",
"hurt_formula": "ownMAtk*200%-oppoMDef*100",
"gain_formula": "&",
"rage_cost": 0,
"cd": 3,
"attack_area": 2,
"strike_area": 1,
"object": 0,
"skill_class": 2,
"effect": "3112&",
"actionName": "skill2",
"secondActionName": "&",
"skill_info": "对目标下毒造成200%伤害附加中毒效果造成每回合25%策攻伤害持续4回合对已有中毒效果的单位立即生成一段毒伤害",
"skilNameImage": 0,
"skillSceneSpine": "&"
},
{
"id": 10,
"name": "巨锤震击",
"hurt_formula": "ownAtk*200%-oppoDef*100",
"gain_formula": "&",
"rage_cost": 100,
"cd": 0,
"attack_area": 3,
"strike_area": 1,
"object": 0,
"skill_class": 1,
"effect": "3116&",
"actionName": "skill1",
"secondActionName": "skill1_B",
"skill_info": "造成200%物理伤害并且击退1格如果不能击退则这次攻击伤害加深提升20%",
"skilNameImage": 4,
"skillSceneSpine": "nuqiguochang"
},
{
"id": 11,
"name": "虎痴",
"hurt_formula": 0,
"gain_formula": "&",
"rage_cost": 0,
"cd": 3,
"attack_area": 5,
"strike_area": 1,
"object": 1,
"skill_class": 2,
"effect": "3120&",
"actionName": "skill2",
"secondActionName": "&",
"skill_info": "恢复自身10%攻击力的血量并且给自身附加伤害减免10%4回合内作用2次",
"skilNameImage": 0,
"skillSceneSpine": "&"
},
{
"id": 12,
"name": "薤叶芸香",
"hurt_formula": "ownMAtk*100%",
"gain_formula": "&",
"rage_cost": 100,
"cd": 0,
"attack_area": 4,
"strike_area": 1,
"object": 1,
"skill_class": 1,
"effect": "3364&",
"actionName": "skill1",
"secondActionName": "&",
"skill_info": "不错的技能",
"skilNameImage": 0,
"skillSceneSpine": "nuqiguochang"
},
{
"id": 13,
"name": "麻沸散",
"hurt_formula": "ownMAtk*100%",
"gain_formula": "&",
"rage_cost": 0,
"cd": 3,
"attack_area": 4,
"strike_area": 1,
"object": 1,
"skill_class": 2,
"effect": "3368&",
"actionName": "skill2",
"secondActionName": "&",
"skill_info": "大伤害技能",
"skilNameImage": 0,
"skillSceneSpine": "&"
},
{
"id": 14,
"name": "敌阵突破",
"hurt_formula": "ownAtk*200%-oppoDef*100",
"gain_formula": "&",
"rage_cost": 100,
"cd": 0,
"attack_area": 3,
"strike_area": 1,
"object": 0,
"skill_class": 1,
"effect": "3084&",
"actionName": "skill1",
"secondActionName": "&",
"skill_info": "向目标冲锋造成200%伤害同时会生成自身攻击30%的护盾持续4回合冲锋会位移到目标的身后",
"skilNameImage": 5,
"skillSceneSpine": "nuqiguochang"
},
{
"id": 15,
"name": "坚壁",
"hurt_formula": 0,
"gain_formula": "&",
"rage_cost": 0,
"cd": 3,
"attack_area": 2,
"strike_area": 1,
"object": 1,
"skill_class": 2,
"effect": "3088&",
"actionName": "skill2",
"secondActionName": "&",
"skill_info": "使我方指定目标获得物理伤害减免提升20%持续3回合",
"skilNameImage": 0,
"skillSceneSpine": "&"
},
{
"id": 16,
"name": "回春",
"hurt_formula": "ownMAtk*60%",
"gain_formula": "&",
"rage_cost": 100,
"cd": 0,
"attack_area": 5,
"strike_area": 4,
"object": 1,
"skill_class": 1,
"effect": "3316&",
"actionName": "skill1",
"secondActionName": "&",
"skill_info": "垃圾技能",
"skilNameImage": 0,
"skillSceneSpine": "nuqiguochang"
},
{
"id": 17,
"name": "反馈",
"hurt_formula": "ownMAtk*100%",
"gain_formula": "&",
"rage_cost": 0,
"cd": 3,
"attack_area": 4,
"strike_area": 1,
"object": 1,
"skill_class": 2,
"effect": "3320&",
"actionName": "skill2",
"secondActionName": "&",
"skill_info": "极品技能",
"skilNameImage": 0,
"skillSceneSpine": "&"
}
]

File diff suppressed because it is too large Load Diff

View File

@@ -1,110 +1,110 @@
[
{
"id": 1,
"1": 100,
"2": 100,
"3": 100,
"4": 115,
"5": 100,
"6": 100,
"7": 100,
"8": 100,
"9": 100
},
{
"id": 2,
"1": 100,
"2": 100,
"3": 115,
"4": 100,
"5": 100,
"6": 100,
"7": 100,
"8": 100,
"9": 100
},
{
"id": 3,
"1": 115,
"2": 100,
"3": 100,
"4": 100,
"5": 100,
"6": 100,
"7": 100,
"8": 100,
"9": 100
},
{
"id": 4,
"1": 100,
"2": 100,
"3": 100,
"4": 100,
"5": 100,
"6": 100,
"7": 100,
"8": 100,
"9": 100
},
{
"id": 5,
"1": 100,
"2": 100,
"3": 100,
"4": 100,
"5": 100,
"6": 100,
"7": 100,
"8": 100,
"9": 100
},
{
"id": 6,
"1": 100,
"2": 100,
"3": 100,
"4": 100,
"5": 100,
"6": 100,
"7": 100,
"8": 100,
"9": 100
},
{
"id": 7,
"1": 100,
"2": 100,
"3": 100,
"4": 100,
"5": 100,
"6": 100,
"7": 100,
"8": 100,
"9": 100
},
{
"id": 8,
"1": 100,
"2": 100,
"3": 100,
"4": 100,
"5": 100,
"6": 100,
"7": 100,
"8": 100,
"9": 100
},
{
"id": 9,
"1": 100,
"2": 100,
"3": 100,
"4": 100,
"5": 100,
"6": 100,
"7": 100,
"8": 100,
"9": 100
}
[
{
"id": 1,
"1": 100,
"2": 100,
"3": 100,
"4": 115,
"5": 100,
"6": 100,
"7": 100,
"8": 100,
"9": 100
},
{
"id": 2,
"1": 100,
"2": 100,
"3": 115,
"4": 100,
"5": 100,
"6": 100,
"7": 100,
"8": 100,
"9": 100
},
{
"id": 3,
"1": 115,
"2": 100,
"3": 100,
"4": 100,
"5": 100,
"6": 100,
"7": 100,
"8": 100,
"9": 100
},
{
"id": 4,
"1": 100,
"2": 100,
"3": 100,
"4": 100,
"5": 100,
"6": 100,
"7": 100,
"8": 100,
"9": 100
},
{
"id": 5,
"1": 100,
"2": 100,
"3": 100,
"4": 100,
"5": 100,
"6": 100,
"7": 100,
"8": 100,
"9": 100
},
{
"id": 6,
"1": 100,
"2": 100,
"3": 100,
"4": 100,
"5": 100,
"6": 100,
"7": 100,
"8": 100,
"9": 100
},
{
"id": 7,
"1": 100,
"2": 100,
"3": 100,
"4": 100,
"5": 100,
"6": 100,
"7": 100,
"8": 100,
"9": 100
},
{
"id": 8,
"1": 100,
"2": 100,
"3": 100,
"4": 100,
"5": 100,
"6": 100,
"7": 100,
"8": 100,
"9": 100
},
{
"id": 9,
"1": 100,
"2": 100,
"3": 100,
"4": 100,
"5": 100,
"6": 100,
"7": 100,
"8": 100,
"9": 100
}
]

View File

@@ -1,317 +1,317 @@
[
{
"id": 1,
"1": 105,
"2": 105,
"3": 105,
"4": 105,
"5": 105,
"6": 100,
"7": 255,
"8": 105,
"9": 105,
"10": 105,
"11": 100,
"12": 100,
"13": 100,
"14": 100,
"15": 100,
"16": 100,
"17": 105,
"18": 100,
"19": 110,
"20": 110,
"21": 110,
"22": 105,
"23": 105,
"24": 105,
"25": 105,
"26": 105,
"27": 100,
"28": 100,
"29": 100,
"30": 100,
"31": 100,
"32": 100
},
{
"id": 2,
"1": 100,
"2": 105,
"3": 110,
"4": 100,
"5": 105,
"6": 95,
"7": 255,
"8": 100,
"9": 100,
"10": 100,
"11": 95,
"12": 100,
"13": 100,
"14": 100,
"15": 100,
"16": 100,
"17": 110,
"18": 100,
"19": 110,
"20": 110,
"21": 110,
"22": 105,
"23": 105,
"24": 105,
"25": 105,
"26": 105,
"27": 100,
"28": 100,
"29": 95,
"30": 100,
"31": 100,
"32": 100
},
{
"id": 3,
"1": 110,
"2": 110,
"3": 95,
"4": 100,
"5": 95,
"6": 95,
"7": 255,
"8": 100,
"9": 100,
"10": 95,
"11": 90,
"12": 90,
"13": 100,
"14": 95,
"15": 100,
"16": 100,
"17": 110,
"18": 100,
"19": 110,
"20": 110,
"21": 110,
"22": 105,
"23": 105,
"24": 95,
"25": 105,
"26": 100,
"27": 100,
"28": 100,
"29": 90,
"30": 100,
"31": 100,
"32": 100
},
{
"id": 4,
"1": 105,
"2": 105,
"3": 105,
"4": 105,
"5": 105,
"6": 95,
"7": 255,
"8": 110,
"9": 105,
"10": 100,
"11": 95,
"12": 100,
"13": 100,
"14": 110,
"15": 100,
"16": 100,
"17": 100,
"18": 100,
"19": 110,
"20": 110,
"21": 110,
"22": 105,
"23": 105,
"24": 100,
"25": 105,
"26": 105,
"27": 100,
"28": 100,
"29": 95,
"30": 100,
"31": 100,
"32": 100
},
{
"id": 5,
"1": 100,
"2": 105,
"3": 100,
"4": 100,
"5": 100,
"6": 110,
"7": 255,
"8": 105,
"9": 105,
"10": 100,
"11": 95,
"12": 105,
"13": 100,
"14": 105,
"15": 100,
"16": 100,
"17": 110,
"18": 100,
"19": 110,
"20": 110,
"21": 110,
"22": 105,
"23": 105,
"24": 110,
"25": 105,
"26": 105,
"27": 100,
"28": 100,
"29": 100,
"30": 100,
"31": 100,
"32": 100
},
{
"id": 6,
"1": 100,
"2": 100,
"3": 100,
"4": 95,
"5": 95,
"6": 95,
"7": 255,
"8": 95,
"9": 100,
"10": 100,
"11": 90,
"12": 95,
"13": 100,
"14": 95,
"15": 100,
"16": 100,
"17": 100,
"18": 100,
"19": 110,
"20": 110,
"21": 110,
"22": 105,
"23": 105,
"24": 105,
"25": 105,
"26": 100,
"27": 100,
"28": 100,
"29": 95,
"30": 100,
"31": 100,
"32": 100
},
{
"id": 7,
"1": 100,
"2": 100,
"3": 105,
"4": 105,
"5": 105,
"6": 100,
"7": 255,
"8": 95,
"9": 100,
"10": 100,
"11": 95,
"12": 100,
"13": 100,
"14": 100,
"15": 100,
"16": 100,
"17": 105,
"18": 100,
"19": 110,
"20": 110,
"21": 110,
"22": 105,
"23": 105,
"24": 105,
"25": 105,
"26": 100,
"27": 100,
"28": 100,
"29": 100,
"30": 100,
"31": 100,
"32": 100
},
{
"id": 8,
"1": 100,
"2": 100,
"3": 100,
"4": 95,
"5": 90,
"6": 95,
"7": 255,
"8": 95,
"9": 100,
"10": 100,
"11": 90,
"12": 95,
"13": 100,
"14": 95,
"15": 100,
"16": 100,
"17": 100,
"18": 100,
"19": 110,
"20": 110,
"21": 110,
"22": 105,
"23": 105,
"24": 105,
"25": 105,
"26": 100,
"27": 100,
"28": 100,
"29": 95,
"30": 100,
"31": 100,
"32": 100
},
{
"id": 9,
"1": 100,
"2": 105,
"3": 110,
"4": 100,
"5": 105,
"6": 95,
"7": 255,
"8": 100,
"9": 100,
"10": 100,
"11": 95,
"12": 100,
"13": 100,
"14": 100,
"15": 100,
"16": 100,
"17": 110,
"18": 100,
"19": 110,
"20": 110,
"21": 110,
"22": 105,
"23": 105,
"24": 105,
"25": 105,
"26": 105,
"27": 100,
"28": 100,
"29": 95,
"30": 100,
"31": 100,
"32": 100
}
[
{
"id": 1,
"1": 105,
"2": 105,
"3": 105,
"4": 105,
"5": 105,
"6": 100,
"7": 255,
"8": 105,
"9": 105,
"10": 105,
"11": 100,
"12": 100,
"13": 100,
"14": 100,
"15": 100,
"16": 100,
"17": 105,
"18": 100,
"19": 110,
"20": 110,
"21": 110,
"22": 105,
"23": 105,
"24": 105,
"25": 105,
"26": 105,
"27": 100,
"28": 100,
"29": 100,
"30": 100,
"31": 100,
"32": 100
},
{
"id": 2,
"1": 100,
"2": 105,
"3": 110,
"4": 100,
"5": 105,
"6": 95,
"7": 255,
"8": 100,
"9": 100,
"10": 100,
"11": 95,
"12": 100,
"13": 100,
"14": 100,
"15": 100,
"16": 100,
"17": 110,
"18": 100,
"19": 110,
"20": 110,
"21": 110,
"22": 105,
"23": 105,
"24": 105,
"25": 105,
"26": 105,
"27": 100,
"28": 100,
"29": 95,
"30": 100,
"31": 100,
"32": 100
},
{
"id": 3,
"1": 110,
"2": 110,
"3": 95,
"4": 100,
"5": 95,
"6": 95,
"7": 255,
"8": 100,
"9": 100,
"10": 95,
"11": 90,
"12": 90,
"13": 100,
"14": 95,
"15": 100,
"16": 100,
"17": 110,
"18": 100,
"19": 110,
"20": 110,
"21": 110,
"22": 105,
"23": 105,
"24": 95,
"25": 105,
"26": 100,
"27": 100,
"28": 100,
"29": 90,
"30": 100,
"31": 100,
"32": 100
},
{
"id": 4,
"1": 105,
"2": 105,
"3": 105,
"4": 105,
"5": 105,
"6": 95,
"7": 255,
"8": 110,
"9": 105,
"10": 100,
"11": 95,
"12": 100,
"13": 100,
"14": 110,
"15": 100,
"16": 100,
"17": 100,
"18": 100,
"19": 110,
"20": 110,
"21": 110,
"22": 105,
"23": 105,
"24": 100,
"25": 105,
"26": 105,
"27": 100,
"28": 100,
"29": 95,
"30": 100,
"31": 100,
"32": 100
},
{
"id": 5,
"1": 100,
"2": 105,
"3": 100,
"4": 100,
"5": 100,
"6": 110,
"7": 255,
"8": 105,
"9": 105,
"10": 100,
"11": 95,
"12": 105,
"13": 100,
"14": 105,
"15": 100,
"16": 100,
"17": 110,
"18": 100,
"19": 110,
"20": 110,
"21": 110,
"22": 105,
"23": 105,
"24": 110,
"25": 105,
"26": 105,
"27": 100,
"28": 100,
"29": 100,
"30": 100,
"31": 100,
"32": 100
},
{
"id": 6,
"1": 100,
"2": 100,
"3": 100,
"4": 95,
"5": 95,
"6": 95,
"7": 255,
"8": 95,
"9": 100,
"10": 100,
"11": 90,
"12": 95,
"13": 100,
"14": 95,
"15": 100,
"16": 100,
"17": 100,
"18": 100,
"19": 110,
"20": 110,
"21": 110,
"22": 105,
"23": 105,
"24": 105,
"25": 105,
"26": 100,
"27": 100,
"28": 100,
"29": 95,
"30": 100,
"31": 100,
"32": 100
},
{
"id": 7,
"1": 100,
"2": 100,
"3": 105,
"4": 105,
"5": 105,
"6": 100,
"7": 255,
"8": 95,
"9": 100,
"10": 100,
"11": 95,
"12": 100,
"13": 100,
"14": 100,
"15": 100,
"16": 100,
"17": 105,
"18": 100,
"19": 110,
"20": 110,
"21": 110,
"22": 105,
"23": 105,
"24": 105,
"25": 105,
"26": 100,
"27": 100,
"28": 100,
"29": 100,
"30": 100,
"31": 100,
"32": 100
},
{
"id": 8,
"1": 100,
"2": 100,
"3": 100,
"4": 95,
"5": 90,
"6": 95,
"7": 255,
"8": 95,
"9": 100,
"10": 100,
"11": 90,
"12": 95,
"13": 100,
"14": 95,
"15": 100,
"16": 100,
"17": 100,
"18": 100,
"19": 110,
"20": 110,
"21": 110,
"22": 105,
"23": 105,
"24": 105,
"25": 105,
"26": 100,
"27": 100,
"28": 100,
"29": 95,
"30": 100,
"31": 100,
"32": 100
},
{
"id": 9,
"1": 100,
"2": 105,
"3": 110,
"4": 100,
"5": 105,
"6": 95,
"7": 255,
"8": 100,
"9": 100,
"10": 100,
"11": 95,
"12": 100,
"13": 100,
"14": 100,
"15": 100,
"16": 100,
"17": 110,
"18": 100,
"19": 110,
"20": 110,
"21": 110,
"22": 105,
"23": 105,
"24": 105,
"25": 105,
"26": 105,
"27": 100,
"28": 100,
"29": 95,
"30": 100,
"31": 100,
"32": 100
}
]

View File

@@ -1,24 +1,324 @@
[
{
"lv": 1,
"warIds": "10001|10002",
"fixReward": "1&2|2&1",
"bonus": "&",
"timeReward": "5&2|6&1",
"name": ""
}, {
"lv": 2,
"warIds": "10003",
"fixReward": "1&3|2&2",
"bonus": "&",
"timeReward": "5&3|6&2",
"name": ""
}, {
"lv": 3,
"warIds": "10004|10005|10006",
"fixReward": "1&4|2&3",
"bonus": "&",
"timeReward": "5&4|6&3",
"name": ""
}
{
"towerFloor": 1,
"warArray": "10001&",
"reward": "13005&1|17002&10|17006&2|17006&3",
"rewardOfcollect": "&",
"heroGroup": "1004&1001&312&1001&1004"
},
{
"towerFloor": 2,
"warArray": "10002&",
"reward": "13005&1|17002&10|17006&2|17006&3",
"rewardOfcollect": "&",
"heroGroup": "1004&1001&314&1001&1004"
},
{
"towerFloor": 3,
"warArray": "10003&",
"reward": "13005&1|17002&10|17006&2|17006&3",
"rewardOfcollect": "&",
"heroGroup": "1004&1001&1004&309&1004"
},
{
"towerFloor": 4,
"warArray": "10004&",
"reward": "13005&1|17002&10|17006&2|17006&3",
"rewardOfcollect": "&",
"heroGroup": "1004&1001&312&1001&1004"
},
{
"towerFloor": 5,
"warArray": "10005&10006",
"reward": "13010&1|17003&30|17006&20|17006&20",
"rewardOfcollect": "&",
"heroGroup": "1004&1001&1006&315&1004|1004&1001&1006&344&1004"
},
{
"towerFloor": 6,
"warArray": "10007&",
"reward": "13005&1|17002&10|17006&2|17006&8",
"rewardOfcollect": "&",
"heroGroup": "1004&309&1006&311&1004"
},
{
"towerFloor": 7,
"warArray": "10008&",
"reward": "13005&1|17002&10|17006&2|17006&9",
"rewardOfcollect": "&",
"heroGroup": "1004&344&314&1001&1004"
},
{
"towerFloor": 8,
"warArray": "10009&",
"reward": "13005&1|17002&10|17006&2|17006&10",
"rewardOfcollect": "&",
"heroGroup": "312&1001&1004&1001&314"
},
{
"towerFloor": 9,
"warArray": "10010&",
"reward": "13005&1|17002&10|17006&2|17006&11",
"rewardOfcollect": "&",
"heroGroup": "1004&1001&314&315&312"
},
{
"towerFloor": 10,
"warArray": "10011&10012&10013",
"reward": "13015&1|17004&30|17006&30|17006&30",
"rewardOfcollect": "&",
"heroGroup": "312&344&314&315&311|312&309&314&315&311|312&344&314&315&309"
},
{
"towerFloor": 11,
"warArray": "&",
"reward": 0,
"rewardOfcollect": "&",
"heroGroup": 0
},
{
"towerFloor": 12,
"warArray": "&",
"reward": 0,
"rewardOfcollect": "&",
"heroGroup": 0
},
{
"towerFloor": 13,
"warArray": "&",
"reward": 0,
"rewardOfcollect": "&",
"heroGroup": 0
},
{
"towerFloor": 14,
"warArray": "&",
"reward": 0,
"rewardOfcollect": "&",
"heroGroup": 0
},
{
"towerFloor": 15,
"warArray": "&",
"reward": 0,
"rewardOfcollect": "&",
"heroGroup": 0
},
{
"towerFloor": 16,
"warArray": "&",
"reward": 0,
"rewardOfcollect": "&",
"heroGroup": 0
},
{
"towerFloor": 17,
"warArray": "&",
"reward": 0,
"rewardOfcollect": "&",
"heroGroup": 0
},
{
"towerFloor": 18,
"warArray": "&",
"reward": 0,
"rewardOfcollect": "&",
"heroGroup": 0
},
{
"towerFloor": 19,
"warArray": "&",
"reward": 0,
"rewardOfcollect": "&",
"heroGroup": 0
},
{
"towerFloor": 20,
"warArray": "&",
"reward": 0,
"rewardOfcollect": "&",
"heroGroup": 0
},
{
"towerFloor": 21,
"warArray": "&",
"reward": 0,
"rewardOfcollect": "&",
"heroGroup": 0
},
{
"towerFloor": 22,
"warArray": "&",
"reward": 0,
"rewardOfcollect": "&",
"heroGroup": 0
},
{
"towerFloor": 23,
"warArray": "&",
"reward": 0,
"rewardOfcollect": "&",
"heroGroup": 0
},
{
"towerFloor": 24,
"warArray": "&",
"reward": 0,
"rewardOfcollect": "&",
"heroGroup": 0
},
{
"towerFloor": 25,
"warArray": "&",
"reward": 0,
"rewardOfcollect": "&",
"heroGroup": 0
},
{
"towerFloor": 26,
"warArray": "&",
"reward": 0,
"rewardOfcollect": "&",
"heroGroup": 0
},
{
"towerFloor": 27,
"warArray": "&",
"reward": 0,
"rewardOfcollect": "&",
"heroGroup": 0
},
{
"towerFloor": 28,
"warArray": "&",
"reward": 0,
"rewardOfcollect": "&",
"heroGroup": 0
},
{
"towerFloor": 29,
"warArray": "&",
"reward": 0,
"rewardOfcollect": "&",
"heroGroup": 0
},
{
"towerFloor": 30,
"warArray": "&",
"reward": 0,
"rewardOfcollect": "&",
"heroGroup": 0
},
{
"towerFloor": 31,
"warArray": "&",
"reward": 0,
"rewardOfcollect": "&",
"heroGroup": 0
},
{
"towerFloor": 32,
"warArray": "&",
"reward": 0,
"rewardOfcollect": "&",
"heroGroup": 0
},
{
"towerFloor": 33,
"warArray": "&",
"reward": 0,
"rewardOfcollect": "&",
"heroGroup": 0
},
{
"towerFloor": 34,
"warArray": "&",
"reward": 0,
"rewardOfcollect": "&",
"heroGroup": 0
},
{
"towerFloor": 35,
"warArray": "&",
"reward": 0,
"rewardOfcollect": "&",
"heroGroup": 0
},
{
"towerFloor": 36,
"warArray": "&",
"reward": 0,
"rewardOfcollect": "&",
"heroGroup": 0
},
{
"towerFloor": 37,
"warArray": "&",
"reward": 0,
"rewardOfcollect": "&",
"heroGroup": 0
},
{
"towerFloor": 38,
"warArray": "&",
"reward": 0,
"rewardOfcollect": "&",
"heroGroup": 0
},
{
"towerFloor": 39,
"warArray": "&",
"reward": 0,
"rewardOfcollect": "&",
"heroGroup": 0
},
{
"towerFloor": 40,
"warArray": "&",
"reward": 0,
"rewardOfcollect": "&",
"heroGroup": 0
},
{
"towerFloor": 41,
"warArray": "&",
"reward": 0,
"rewardOfcollect": "&",
"heroGroup": 0
},
{
"towerFloor": 42,
"warArray": "&",
"reward": 0,
"rewardOfcollect": "&",
"heroGroup": 0
},
{
"towerFloor": 43,
"warArray": "&",
"reward": 0,
"rewardOfcollect": "&",
"heroGroup": 0
},
{
"towerFloor": 44,
"warArray": "&",
"reward": 0,
"rewardOfcollect": "&",
"heroGroup": 0
},
{
"towerFloor": 45,
"warArray": "&",
"reward": 0,
"rewardOfcollect": "&",
"heroGroup": 0
},
{
"towerFloor": 46,
"warArray": "&",
"reward": 0,
"rewardOfcollect": "&",
"heroGroup": 0
}
]

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,10 @@
[
{
"actorId":1,
"actorLv":50
},
{
"actorId":2,
"actorLv":30
}
]