因为黑暗圣子和圣骑士导致不打的怪物也能获得幸运金币效果,法杖效果和卷轴效果;圣锤会导致黑暗圣子线打不出来;平衡了融合和炼化黑暗圣子的效果,现在融合比炼化只多一点点属性和金币;调整了商店和白宝石加护盾和血限的选项,现在比例已经一致
This commit is contained in:
parent
1b1a39d546
commit
26caf75775
159
project/data.js
159
project/data.js
@ -1184,7 +1184,7 @@ var data_a1e2fb4a_e986_4524_b0da_9b7ba7c0874d =
|
||||
44,
|
||||
1
|
||||
],
|
||||
"condition": "flag:shop1>200&&flag:shop1<=250",
|
||||
"condition": "flag:shop1>200&&flag:shop1<292",
|
||||
"action": [
|
||||
{
|
||||
"type": "comment",
|
||||
@ -1210,6 +1210,35 @@ var data_a1e2fb4a_e986_4524_b0da_9b7ba7c0874d =
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text": "攻击+2500",
|
||||
"need": "status:money>=80+10*flag:shop1",
|
||||
"color": [
|
||||
235,
|
||||
3,
|
||||
44,
|
||||
1
|
||||
],
|
||||
"condition": "flag:shop1>=292",
|
||||
"action": [
|
||||
{
|
||||
"type": "comment",
|
||||
"text": "新版商店中需要手动扣减金币和增加访问次数"
|
||||
},
|
||||
{
|
||||
"type": "setValue",
|
||||
"name": "status:money",
|
||||
"operator": "-=",
|
||||
"value": "80+10*flag:shop1"
|
||||
},
|
||||
{
|
||||
"type": "setValue",
|
||||
"name": "status:atk",
|
||||
"operator": "+=",
|
||||
"value": "2500"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text": "防御+20",
|
||||
"need": "status:money>=80+10*flag:shop1",
|
||||
@ -1324,7 +1353,7 @@ var data_a1e2fb4a_e986_4524_b0da_9b7ba7c0874d =
|
||||
246,
|
||||
1
|
||||
],
|
||||
"condition": "flag:shop1>200&&flag:shop1<=250",
|
||||
"condition": "flag:shop1>200&&flag:shop1<292",
|
||||
"action": [
|
||||
{
|
||||
"type": "comment",
|
||||
@ -1350,6 +1379,35 @@ var data_a1e2fb4a_e986_4524_b0da_9b7ba7c0874d =
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text": "防御+2500",
|
||||
"need": "status:money>=80+10*flag:shop1",
|
||||
"color": [
|
||||
11,
|
||||
252,
|
||||
246,
|
||||
1
|
||||
],
|
||||
"condition": "flag:shop1>=292",
|
||||
"action": [
|
||||
{
|
||||
"type": "comment",
|
||||
"text": "新版商店中需要手动扣减金币和增加访问次数"
|
||||
},
|
||||
{
|
||||
"type": "setValue",
|
||||
"name": "status:money",
|
||||
"operator": "-=",
|
||||
"value": "80+10*flag:shop1"
|
||||
},
|
||||
{
|
||||
"type": "setValue",
|
||||
"name": "status:def",
|
||||
"operator": "+=",
|
||||
"value": "2500"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text": "防御+4",
|
||||
"need": "status:money>=80+10*flag:shop1",
|
||||
@ -1386,7 +1444,7 @@ var data_a1e2fb4a_e986_4524_b0da_9b7ba7c0874d =
|
||||
]
|
||||
},
|
||||
{
|
||||
"text": "护盾+12,生命上限+100,生命值+100,魔力+50",
|
||||
"text": "护盾+12,生命上限+200",
|
||||
"need": "status:money>=80+10*flag:shop1",
|
||||
"color": [
|
||||
22,
|
||||
@ -1422,24 +1480,12 @@ var data_a1e2fb4a_e986_4524_b0da_9b7ba7c0874d =
|
||||
"type": "setValue",
|
||||
"name": "status:hpmax",
|
||||
"operator": "+=",
|
||||
"value": "100"
|
||||
},
|
||||
{
|
||||
"type": "setValue",
|
||||
"name": "status:hp",
|
||||
"operator": "+=",
|
||||
"value": "100"
|
||||
},
|
||||
{
|
||||
"type": "setValue",
|
||||
"name": "status:mana",
|
||||
"operator": "+=",
|
||||
"value": "50"
|
||||
"value": "200"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text": "护盾+120,生命上限+1000,生命值+1000,魔力+500",
|
||||
"text": "护盾+60,生命上限+1000",
|
||||
"need": "status:money>=80+10*flag:shop1",
|
||||
"color": [
|
||||
22,
|
||||
@ -1469,30 +1515,18 @@ var data_a1e2fb4a_e986_4524_b0da_9b7ba7c0874d =
|
||||
"type": "setValue",
|
||||
"name": "status:mdef",
|
||||
"operator": "+=",
|
||||
"value": "120"
|
||||
"value": "60"
|
||||
},
|
||||
{
|
||||
"type": "setValue",
|
||||
"name": "status:hpmax",
|
||||
"operator": "+=",
|
||||
"value": "1000"
|
||||
},
|
||||
{
|
||||
"type": "setValue",
|
||||
"name": "status:hp",
|
||||
"operator": "+=",
|
||||
"value": "1000"
|
||||
},
|
||||
{
|
||||
"type": "setValue",
|
||||
"name": "status:mana",
|
||||
"operator": "+=",
|
||||
"value": "500"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text": "护盾+1200,生命上限+10000,生命值+10000,魔力+5000",
|
||||
"text": "护盾+300,生命上限+5000",
|
||||
"need": "status:money>=80+10*flag:shop1",
|
||||
"color": [
|
||||
22,
|
||||
@ -1522,30 +1556,18 @@ var data_a1e2fb4a_e986_4524_b0da_9b7ba7c0874d =
|
||||
"type": "setValue",
|
||||
"name": "status:mdef",
|
||||
"operator": "+=",
|
||||
"value": "1200"
|
||||
"value": "300"
|
||||
},
|
||||
{
|
||||
"type": "setValue",
|
||||
"name": "status:hpmax",
|
||||
"operator": "+=",
|
||||
"value": "10000"
|
||||
},
|
||||
{
|
||||
"type": "setValue",
|
||||
"name": "status:hp",
|
||||
"operator": "+=",
|
||||
"value": "10000"
|
||||
},
|
||||
{
|
||||
"type": "setValue",
|
||||
"name": "status:mana",
|
||||
"operator": "+=",
|
||||
"value": "5000"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text": "护盾+12000,生命上限+100000",
|
||||
"text": "护盾+1500,生命上限+25000",
|
||||
"need": "status:money>=80+10*flag:shop1",
|
||||
"color": [
|
||||
22,
|
||||
@ -1575,18 +1597,18 @@ var data_a1e2fb4a_e986_4524_b0da_9b7ba7c0874d =
|
||||
"type": "setValue",
|
||||
"name": "status:mdef",
|
||||
"operator": "+=",
|
||||
"value": "12000"
|
||||
"value": "1500"
|
||||
},
|
||||
{
|
||||
"type": "setValue",
|
||||
"name": "status:hpmax",
|
||||
"operator": "+=",
|
||||
"value": "100000"
|
||||
"value": "25000"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text": "护盾+120000,生命上限+1000000",
|
||||
"text": "护盾+7500,生命上限+125000",
|
||||
"need": "status:money>=80+10*flag:shop1",
|
||||
"color": [
|
||||
22,
|
||||
@ -1594,7 +1616,7 @@ var data_a1e2fb4a_e986_4524_b0da_9b7ba7c0874d =
|
||||
149,
|
||||
1
|
||||
],
|
||||
"condition": "flag:shop1>200&&flag:shop1<=250",
|
||||
"condition": "flag:shop1>200&&flag:shop1<292",
|
||||
"action": [
|
||||
{
|
||||
"type": "comment",
|
||||
@ -1616,13 +1638,48 @@ var data_a1e2fb4a_e986_4524_b0da_9b7ba7c0874d =
|
||||
"type": "setValue",
|
||||
"name": "status:mdef",
|
||||
"operator": "+=",
|
||||
"value": "120000"
|
||||
"value": "7500"
|
||||
},
|
||||
{
|
||||
"type": "setValue",
|
||||
"name": "status:hpmax",
|
||||
"operator": "+=",
|
||||
"value": "1000000"
|
||||
"value": "125000"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text": "护盾+7500,生命上限+125000",
|
||||
"need": "status:money>=80+10*flag:shop1",
|
||||
"color": [
|
||||
22,
|
||||
242,
|
||||
149,
|
||||
1
|
||||
],
|
||||
"condition": "flag:shop1>=292",
|
||||
"action": [
|
||||
{
|
||||
"type": "comment",
|
||||
"text": "新版商店中需要手动扣减金币和增加访问次数"
|
||||
},
|
||||
{
|
||||
"type": "setValue",
|
||||
"name": "status:money",
|
||||
"operator": "-=",
|
||||
"value": "80+10*flag:shop1"
|
||||
},
|
||||
{
|
||||
"type": "setValue",
|
||||
"name": "status:mdef",
|
||||
"operator": "+=",
|
||||
"value": "7500"
|
||||
},
|
||||
{
|
||||
"type": "setValue",
|
||||
"name": "status:hpmax",
|
||||
"operator": "+=",
|
||||
"value": "125000"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -20,8 +20,8 @@ var enemys_fcae963b_31c9_42b4_b48c_bb48d09f3f80 =
|
||||
"swordsman": {"name":"双手剑士","hp":850,"atk":545,"def":120,"money":32,"exp":0,"point":0,"special":[],"level":"武品初阶"},
|
||||
"soldier": {"name":"冥战士","hp":1224,"atk":485,"def":235,"money":44,"exp":0,"point":0,"special":[],"Y":20,"level":"武品中阶"},
|
||||
"yellowKnight": {"name":"金骑士","hp":1200,"atk":560,"def":156,"money":26,"exp":0,"point":0,"special":[37],"Y":10},
|
||||
"redKnight": {"name":"红骑士","hp":3000,"atk":465,"def":135,"money":42,"exp":0,"point":0,"special":[36,37],"Y":10,"displayIdInBook":null,"X":30,"level":"武品高阶","beforeBattle":[{"type":"if","condition":"(flag:shengqishi>4)","true":[{"type":"animate","name":"sword"},{"type":"setBlock","number":"N472"},"\t[${flag:shengqishi_name},N472]\b[this]此等骑士,不堪一击!",{"type":"setValue","name":"status:money","operator":"+=","value":"44"},"${flag:shengqishi_name}击杀骑士,获得44枚金币。",{"type":"hide","remove":true}],"false":[]}]},
|
||||
"darkKnight": {"name":"黑暗骑士","hp":1650000,"atk":400000,"def":200000,"money":540,"exp":0,"point":0,"special":[36],"X":40,"notBomb":true,"level":"五阶无上","beforeBattle":[{"type":"if","condition":"(flag:heianshengzi===1)","true":["\t[黑暗骑士,E851]\b[this]吾之荣耀即忠诚!",{"type":"setValue","name":"item:I343","operator":"+=","value":"1"},{"type":"hide","remove":true}],"false":[]}]},
|
||||
"redKnight": {"name":"红骑士","hp":3000,"atk":465,"def":135,"money":42,"exp":0,"point":0,"special":[36,37],"Y":10,"displayIdInBook":null,"X":30,"level":"武品高阶","beforeBattle":[{"type":"if","condition":"(flag:shengqishi>4)","true":[{"type":"animate","name":"sword"},{"type":"setBlock","number":"N472"},"\t[${flag:shengqishi_name},N472]\b[this]此等骑士,不堪一击!",{"type":"setValue","name":"status:money","operator":"+=","value":"44"},"${flag:shengqishi_name}击杀骑士,获得44枚金币。",{"type":"insert","name":"回收钥匙商店"},{"type":"hide","remove":true}],"false":[]}]},
|
||||
"darkKnight": {"name":"黑暗骑士","hp":1650000,"atk":400000,"def":200000,"money":540,"exp":0,"point":0,"special":[36],"X":40,"notBomb":true,"level":"五阶无上","beforeBattle":[{"type":"if","condition":"(flag:heianshengzi===1)","true":["\t[黑暗骑士,E851]\b[this]吾之荣耀即忠诚!",{"type":"setValue","name":"item:I343","operator":"+=","value":"1"},{"type":"insert","name":"回收钥匙商店"},{"type":"hide","remove":true}],"false":[]}]},
|
||||
"blueKnight": {"name":"蓝骑士","hp":80000,"atk":8200,"def":5200,"money":106,"exp":0,"point":0,"special":[9,37],"Y":10,"displayIdInBook":null,"purify":1,"level":"武海中阶"},
|
||||
"goldSlime": {"name":"金史莱姆","hp":888,"atk":525,"def":95,"money":20,"exp":0,"point":0,"special":[21,39],"mdefValue":20,"Atkvalue":2,"Defvalue":2,"Mdefvalue":null},
|
||||
"poisonSkeleton": {"name":"紫骷髅","hp":1200,"atk":680,"def":100,"money":40,"exp":0,"point":0,"special":[6],"n":5,"notBomb":true,"afterBattle":null},
|
||||
@ -72,7 +72,7 @@ var enemys_fcae963b_31c9_42b4_b48c_bb48d09f3f80 =
|
||||
"blackKing": {"name":"黑衣魔王","hp":8500,"atk":880,"def":480,"money":60,"exp":0,"point":0,"special":[37],"level":"地品中阶","displayIdInBook":null,"Y":10},
|
||||
"yellowKing": {"name":"黄衣魔王","hp":128000,"atk":11200,"def":7200,"money":120,"exp":0,"point":0,"special":[36],"X":10,"Y":10,"level":"武海高阶"},
|
||||
"greenKing": {"name":"青衣武士","hp":145000,"atk":10250,"def":6600,"money":112,"exp":0,"point":0,"special":[22],"damage":20000,"level":"武海高阶"},
|
||||
"redKing": {"name":"魔王","hp":28000,"atk":980,"def":545,"money":64,"exp":0,"point":0,"special":[22],"damage":1000,"notBomb":false,"level":"地品高阶","beforeBattle":[{"type":"if","condition":"(flag:shengqishi>8)","true":[{"type":"animate","name":"sword"},{"type":"setBlock","number":"N472"},"\t[${flag:shengqishi_name},N472]\b[this]此等骑士,不堪一击!",{"type":"setValue","name":"status:money","operator":"+=","value":"64"},"${flag:shengqishi_name}击杀魔王,获得64枚金币。",{"type":"hide","remove":true}],"false":[]}]},
|
||||
"redKing": {"name":"魔王","hp":28000,"atk":980,"def":545,"money":64,"exp":0,"point":0,"special":[22],"damage":1000,"notBomb":false,"level":"地品高阶","beforeBattle":[{"type":"if","condition":"(flag:shengqishi>8)","true":[{"type":"animate","name":"sword"},{"type":"setBlock","number":"N472"},"\t[${flag:shengqishi_name},N472]\b[this]此等骑士,不堪一击!",{"type":"setValue","name":"status:money","operator":"+=","value":"64"},"${flag:shengqishi_name}击杀魔王,获得64枚金币。",{"type":"insert","name":"回收钥匙商店"},{"type":"hide","remove":true}],"false":[]}]},
|
||||
"blueKing": {"name":"魔卫","hp":7200,"atk":765,"def":360,"money":54,"exp":0,"point":0,"special":[],"level":"地品初阶","displayIdInBook":null},
|
||||
"keiskeiFairy": {"name":"铃兰花妖","hp":33000,"atk":4080,"def":1150,"money":48,"exp":0,"point":0,"special":[9,40],"purify":1},
|
||||
"tulipFairy": {"name":"郁金香花妖","hp":830,"atk":380,"def":145,"money":34,"exp":0,"point":0,"special":[30,36],"damage":300,"displayIdInBook":null,"level":"武品初阶","X":60,"notBomb":true,"value30_1":1000,"value30_2":10},
|
||||
@ -253,7 +253,7 @@ var enemys_fcae963b_31c9_42b4_b48c_bb48d09f3f80 =
|
||||
"E730": {"name":"青谷史莱姆","hp":25000,"atk":1350,"def":725,"money":74,"exp":0,"point":0,"special":[],"damage":1000,"notBomb":false,"displayIdInBook":null,"level":"灵海中阶"},
|
||||
"E731": {"name":"谷史莱姆王","hp":40000,"atk":1750,"def":925,"money":80,"exp":0,"point":0,"special":[29],"damage":1000,"notBomb":false,"displayIdInBook":null,"level":"灵海高阶","fantan":20},
|
||||
"E732": {"name":"利剑绿史","hp":72000,"atk":6200,"def":3400,"money":96,"exp":0,"point":0,"special":[36],"level":"武海初阶","X":15},
|
||||
"E733": {"name":"利剑红史","hp":78000,"atk":6500,"def":3650,"money":94,"exp":0,"point":0,"special":[],"level":"武海初阶","beforeBattle":[{"type":"if","condition":"(flag:shengqishi>20)","true":[{"type":"animate","name":"sword"},{"type":"setBlock","number":"N472"},"\t[${flag:shengqishi_name},N472]\b[this]此等骑士,不堪一击!",{"type":"setValue","name":"status:money","operator":"+=","value":"95"},"${flag:shengqishi_name}击杀怪物,获得95枚金币。",{"type":"hide","remove":true}],"false":[]}]},
|
||||
"E733": {"name":"利剑红史","hp":78000,"atk":6500,"def":3650,"money":94,"exp":0,"point":0,"special":[],"level":"武海初阶","beforeBattle":[{"type":"if","condition":"(flag:shengqishi>20)","true":[{"type":"animate","name":"sword"},{"type":"setBlock","number":"N472"},"\t[${flag:shengqishi_name},N472]\b[this]此等骑士,不堪一击!",{"type":"setValue","name":"status:money","operator":"+=","value":"95"},"${flag:shengqishi_name}击杀怪物,获得95枚金币。",{"type":"insert","name":"回收钥匙商店"},{"type":"hide","remove":true}],"false":[]}]},
|
||||
"E734": {"name":"利剑青史","hp":85000,"atk":7050,"def":3500,"money":98,"exp":0,"point":0,"special":[],"level":"武海初阶"},
|
||||
"E735": {"name":"利剑史王","hp":115000,"atk":6850,"def":4650,"money":100,"exp":0,"point":0,"special":[],"level":"武海中阶"},
|
||||
"E736": {"name":"僵尸史莱姆王","hp":6500,"atk":720,"def":365,"money":120,"exp":0,"point":0,"special":[],"level":"地品初阶"},
|
||||
@ -266,7 +266,7 @@ var enemys_fcae963b_31c9_42b4_b48c_bb48d09f3f80 =
|
||||
"E743": {"name":"骷髅高武","hp":34000,"atk":4200,"def":2400,"money":94,"exp":0,"point":0,"special":[36],"level":"玄海中阶","displayIdInBook":null,"X":20},
|
||||
"E744": {"name":"炽烈蝙蝠","hp":28000,"atk":1620,"def":780,"money":76,"exp":0,"point":0,"special":[],"damage":1000,"notBomb":false,"displayIdInBook":null,"level":"灵海中阶"},
|
||||
"E745": {"name":"大灰蝙蝠","hp":44000,"atk":1620,"def":880,"money":78,"exp":0,"point":0,"special":[],"damage":1000,"notBomb":false,"displayIdInBook":null,"level":"灵海中阶"},
|
||||
"E746": {"name":"阴阳蝙蝠","hp":30000,"atk":3800,"def":1500,"money":92,"exp":0,"point":0,"special":[38],"level":"玄海中阶","beforeBattle":[{"type":"if","condition":"(flag:shengqishi>16)","true":[{"type":"animate","name":"sword"},{"type":"setBlock","number":"N472"},"\t[${flag:shengqishi_name},N472]\b[this]此等骑士,不堪一击!",{"type":"setValue","name":"status:money","operator":"+=","value":"95"},"${flag:shengqishi_name}击杀怪物,获得95枚金币。",{"type":"hide","remove":true}],"false":[]}]},
|
||||
"E746": {"name":"阴阳蝙蝠","hp":30000,"atk":3800,"def":1500,"money":92,"exp":0,"point":0,"special":[38],"level":"玄海中阶","beforeBattle":[{"type":"if","condition":"(flag:shengqishi>16)","true":[{"type":"animate","name":"sword"},{"type":"setBlock","number":"N472"},"\t[${flag:shengqishi_name},N472]\b[this]此等骑士,不堪一击!",{"type":"setValue","name":"status:money","operator":"+=","value":"95"},"${flag:shengqishi_name}击杀怪物,获得95枚金币。",{"type":"insert","name":"回收钥匙商店"},{"type":"hide","remove":true}],"false":[]}]},
|
||||
"E747": {"name":"毒毛虫","hp":18400,"atk":3000,"def":500,"money":86,"exp":0,"point":0,"special":[],"level":"玄海初阶"},
|
||||
"E748": {"name":"苍蝇","hp":28000,"atk":2800,"def":1200,"money":80,"exp":0,"point":0,"special":[],"level":"玄海初阶"},
|
||||
"E749": {"name":"大眼虫","hp":21000,"atk":3250,"def":1800,"money":84,"exp":0,"point":0,"special":[],"level":"玄海初阶"},
|
||||
@ -277,11 +277,11 @@ var enemys_fcae963b_31c9_42b4_b48c_bb48d09f3f80 =
|
||||
"E754": {"name":"金钻岩","hp":160000,"atk":1050,"def":0,"money":100,"exp":0,"point":0,"special":[36,37],"level":"地海初阶","X":90,"Y":95},
|
||||
"E755": {"name":"七彩魔石","hp":1220000,"atk":450000,"def":0,"money":480,"exp":0,"point":0,"special":[32,37],"level":"五阶无上","Y":15,"Z":95},
|
||||
"E756": {"name":"闪光人","hp":112000,"atk":14500,"def":5000,"money":100,"exp":0,"point":0,"special":[],"level":"地海初阶"},
|
||||
"E757": {"name":"蓝晶人","hp":110000,"atk":8800,"def":5000,"money":106,"exp":0,"point":0,"special":[36],"level":"地海初阶","X":50,"beforeBattle":[{"type":"if","condition":"(flag:shengqishi>26)","true":[{"type":"animate","name":"sword"},{"type":"setBlock","number":"N472"},"\t[${flag:shengqishi_name},N472]\b[this]此等骑士,不堪一击!",{"type":"setValue","name":"status:money","operator":"+=","value":"108"},"${flag:shengqishi_name}击杀怪物,获得108枚金币。",{"type":"hide","remove":true}],"false":[]}]},
|
||||
"E757": {"name":"蓝晶人","hp":110000,"atk":8800,"def":5000,"money":106,"exp":0,"point":0,"special":[36],"level":"地海初阶","X":50,"beforeBattle":[{"type":"if","condition":"(flag:shengqishi>26)","true":[{"type":"animate","name":"sword"},{"type":"setBlock","number":"N472"},"\t[${flag:shengqishi_name},N472]\b[this]此等骑士,不堪一击!",{"type":"setValue","name":"status:money","operator":"+=","value":"108"},"${flag:shengqishi_name}击杀怪物,获得108枚金币。",{"type":"insert","name":"回收钥匙商店"},{"type":"hide","remove":true}],"false":[]}]},
|
||||
"E758": {"name":"青灵人","hp":185000,"atk":9400,"def":8550,"money":112,"exp":0,"point":0,"special":[36],"level":"地海中阶","X":35,"displayIdInBook":null},
|
||||
"E759": {"name":"四抓人","hp":160000,"atk":16500,"def":9200,"money":116,"exp":0,"point":0,"special":[],"level":"地海中阶","X":40,"displayIdInBook":null},
|
||||
"E760": {"name":"小型邪龙","hp":240000,"atk":15800,"def":10500,"money":122,"exp":0,"point":0,"special":[],"level":"地海高阶","X":40,"displayIdInBook":null},
|
||||
"E761": {"name":"扭曲章鱼","hp":210000,"atk":21200,"def":11800,"money":120,"exp":0,"point":0,"special":[],"level":"天海初阶","beforeBattle":[{"type":"if","condition":"(flag:shengqishi>16)","true":[{"type":"animate","name":"sword"},{"type":"setBlock","number":"N472"},"\t[${flag:shengqishi_name},N472]\b[this]此等骑士,不堪一击!",{"type":"setValue","name":"status:money","operator":"+=","value":"122"},"${flag:shengqishi_name}击杀怪物,获得122枚金币。",{"type":"hide","remove":true}],"false":[]}]},
|
||||
"E761": {"name":"扭曲章鱼","hp":210000,"atk":21200,"def":11800,"money":120,"exp":0,"point":0,"special":[],"level":"天海初阶","beforeBattle":[{"type":"if","condition":"(flag:shengqishi>16)","true":[{"type":"animate","name":"sword"},{"type":"setBlock","number":"N472"},"\t[${flag:shengqishi_name},N472]\b[this]此等骑士,不堪一击!",{"type":"setValue","name":"status:money","operator":"+=","value":"122"},"${flag:shengqishi_name}击杀怪物,获得122枚金币。",{"type":"insert","name":"回收钥匙商店"},{"type":"hide","remove":true}],"false":[]}]},
|
||||
"E762": {"name":"绿蛙魔","hp":180000,"atk":18200,"def":12000,"money":122,"exp":0,"point":0,"special":[36],"X":25,"level":"天海初阶"},
|
||||
"E763": {"name":"蓝飞魔","hp":195000,"atk":20000,"def":13200,"money":128,"exp":0,"point":0,"special":[],"level":"天海初阶"},
|
||||
"E764": {"name":"墨幽灵","hp":215000,"atk":26000,"def":14200,"money":136,"exp":0,"point":0,"special":[36],"level":"天海初阶","displayIdInBook":null,"X":30},
|
||||
@ -289,13 +289,13 @@ var enemys_fcae963b_31c9_42b4_b48c_bb48d09f3f80 =
|
||||
"E766": {"name":"恶灵裁决","hp":255000,"atk":28800,"def":16000,"money":144,"exp":0,"point":0,"special":[36],"level":"天海中阶","displayIdInBook":null,"X":20},
|
||||
"E767": {"name":"无虞守卫","hp":650000,"atk":48000,"def":30500,"money":1000,"exp":0,"point":0,"special":[],"notBomb":true,"level":"天海高阶"},
|
||||
"E768": {"name":"地下盲蛇","hp":208000,"atk":35000,"def":23500,"money":200,"exp":0,"point":0,"special":[],"level":"天海初阶"},
|
||||
"E769": {"name":"黑暗法师","hp":1500000,"atk":250000,"def":210000,"money":520,"exp":0,"point":0,"special":[2],"level":"五阶无上","beforeBattle":[{"type":"if","condition":"(flag:heianshengzi===1)","true":["\t[黑暗法师,E769]\b[this]吾之荣耀即忠诚!",{"type":"setValue","name":"item:I345","operator":"+=","value":"1"},{"type":"hide","remove":true}],"false":[]}]},
|
||||
"E769": {"name":"黑暗法师","hp":1500000,"atk":250000,"def":210000,"money":520,"exp":0,"point":0,"special":[2],"level":"五阶无上","beforeBattle":[{"type":"if","condition":"(flag:heianshengzi===1)","true":["\t[黑暗法师,E769]\b[this]吾之荣耀即忠诚!",{"type":"setValue","name":"item:I345","operator":"+=","value":"1"},{"type":"insert","name":"回收钥匙商店"},{"type":"hide","remove":true}],"false":[]}]},
|
||||
"E770": {"name":"新敌人","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":[]},
|
||||
"E771": {"name":"黑暗蝙蝠","hp":2000000,"atk":440000,"def":80000,"money":440,"exp":0,"point":0,"special":[40],"level":"五阶无上"},
|
||||
"E772": {"name":"红丧尸","hp":180000,"atk":40000,"def":21000,"money":180,"exp":0,"point":0,"special":[],"level":"天海初阶"},
|
||||
"E773": {"name":"赤丧尸武士","hp":320000,"atk":44500,"def":28000,"money":260,"exp":0,"point":0,"special":[],"level":"天海中阶","displayIdInBook":null},
|
||||
"E774": {"name":"黄丧尸","hp":210000,"atk":39000,"def":15000,"money":160,"exp":0,"point":0,"special":[],"level":"天海初阶"},
|
||||
"E775": {"name":"紫丧尸","hp":250000,"atk":45000,"def":25000,"money":240,"exp":0,"point":0,"special":[36],"level":"天海中阶","X":20,"beforeBattle":[{"type":"if","condition":"(flag:shengqishi>32)","true":[{"type":"animate","name":"sword"},{"type":"setBlock","number":"N472"},"\t[${flag:shengqishi_name},N472]\b[this]此等骑士,不堪一击!",{"type":"setValue","name":"status:money","operator":"+=","value":"244"},"${flag:shengqishi_name}击杀怪物,获得244枚金币。",{"type":"hide","remove":true}],"false":[]}]},
|
||||
"E775": {"name":"紫丧尸","hp":250000,"atk":45000,"def":25000,"money":240,"exp":0,"point":0,"special":[36],"level":"天海中阶","X":20,"beforeBattle":[{"type":"if","condition":"(flag:shengqishi>32)","true":[{"type":"animate","name":"sword"},{"type":"setBlock","number":"N472"},"\t[${flag:shengqishi_name},N472]\b[this]此等骑士,不堪一击!",{"type":"setValue","name":"status:money","operator":"+=","value":"244"},"${flag:shengqishi_name}击杀怪物,获得244枚金币。",{"type":"insert","name":"回收钥匙商店"},{"type":"hide","remove":true}],"false":[]}]},
|
||||
"E776": {"name":"进阶丧尸武士","hp":860000,"atk":54000,"def":36000,"money":300,"exp":0,"point":0,"special":[],"level":"天海高阶","displayIdInBook":null},
|
||||
"E777": {"name":"骷髅兽人","hp":125000,"atk":59500,"def":35400,"money":220,"exp":0,"point":0,"special":[],"level":"圣武初阶","notBomb":true,"displayIdInBook":null},
|
||||
"E778": {"name":"魔法兽人","hp":150000,"atk":58000,"def":37500,"money":200,"exp":0,"point":0,"special":[36],"level":"圣武初阶","notBomb":true,"displayIdInBook":null,"X":15},
|
||||
@ -304,14 +304,14 @@ var enemys_fcae963b_31c9_42b4_b48c_bb48d09f3f80 =
|
||||
"E781": {"name":"卓棒龟","hp":260000,"atk":62500,"def":32500,"money":260,"exp":0,"point":0,"special":[30,36],"level":"圣武中阶","notBomb":true,"displayIdInBook":null,"X":25,"Y":0,"value30_1":1000,"value30_2":10},
|
||||
"E782": {"name":"玄灵龟","hp":320000,"atk":65000,"def":44500,"money":300,"exp":0,"point":0,"special":[36],"level":"圣武高阶","notBomb":true,"displayIdInBook":null,"X":35,"Y":15},
|
||||
"E783": {"name":"绿飞虫","hp":240000,"atk":82000,"def":32500,"money":300,"exp":0,"point":0,"special":[30],"level":"圣武高阶","notBomb":true,"displayIdInBook":null,"X":30,"Y":15,"value30_2":20,"value30_1":1500},
|
||||
"E784": {"name":"大爬虫","hp":270000,"atk":80000,"def":35500,"money":320,"exp":0,"point":0,"special":[],"level":"圣武高阶","notBomb":true,"displayIdInBook":null,"X":35,"Y":15,"beforeBattle":[{"type":"if","condition":"(flag:shengqishi>36)","true":[{"type":"animate","name":"sword"},{"type":"setBlock","number":"N472"},"\t[${flag:shengqishi_name},N472]\b[this]此等骑士,不堪一击!",{"type":"setValue","name":"status:money","operator":"+=","value":"322"},"${flag:shengqishi_name}击杀魔王,获得322枚金币。",{"type":"hide","remove":true}],"false":[]}]},
|
||||
"E784": {"name":"大爬虫","hp":270000,"atk":80000,"def":35500,"money":320,"exp":0,"point":0,"special":[],"level":"圣武高阶","notBomb":true,"displayIdInBook":null,"X":35,"Y":15,"beforeBattle":[{"type":"if","condition":"(flag:shengqishi>36)","true":[{"type":"animate","name":"sword"},{"type":"setBlock","number":"N472"},"\t[${flag:shengqishi_name},N472]\b[this]此等骑士,不堪一击!",{"type":"setValue","name":"status:money","operator":"+=","value":"322"},"${flag:shengqishi_name}击杀魔王,获得322枚金币。",{"type":"insert","name":"回收钥匙商店"},{"type":"hide","remove":true}],"false":[]}]},
|
||||
"E785": {"name":"猪猪虫","hp":260000,"atk":84000,"def":46500,"money":340,"exp":0,"point":0,"special":[],"level":"圣武高阶","notBomb":true,"displayIdInBook":null,"X":35,"Y":15},
|
||||
"E786": {"name":"大胖虫","hp":470000,"atk":8000,"def":55500,"money":280,"exp":0,"point":0,"special":[2,32],"level":"圣武高阶","notBomb":true,"displayIdInBook":null,"X":35,"Y":15,"Z":50},
|
||||
"E787": {"name":"紫盾武士","hp":760000,"atk":112000,"def":49500,"money":420,"exp":0,"point":0,"special":[30],"level":"一阶无上","notBomb":true,"displayIdInBook":null,"X":35,"Y":15,"value30_2":20,"value30_1":1200},
|
||||
"E788": {"name":"黄盾武士","hp":560000,"atk":104000,"def":56500,"money":400,"exp":0,"point":0,"special":[30],"level":"一阶无上","notBomb":true,"displayIdInBook":null,"X":35,"Y":15,"value30_1":1250,"value30_2":20},
|
||||
"E789": {"name":"灵石兽","hp":160000,"atk":152000,"def":100500,"money":800,"exp":0,"point":0,"special":[30,32],"level":"一阶无上","notBomb":true,"displayIdInBook":null,"X":35,"Y":15,"value30_2":30,"value30_1":3000,"Z":90},
|
||||
"E790": {"name":"双手剑士","hp":350000,"atk":145000,"def":60500,"money":350,"exp":0,"point":0,"special":[30],"level":"一阶无上","notBomb":true,"displayIdInBook":null,"X":35,"Y":15,"value30_2":30,"value30_1":1000,"Z":90},
|
||||
"E791": {"name":"赤色双手剑士","hp":220000,"atk":147000,"def":72000,"money":360,"exp":0,"point":0,"special":[],"level":"一阶无上","notBomb":true,"displayIdInBook":null,"X":35,"Y":15,"value30_2":30,"value30_1":1000,"Z":90,"beforeBattle":[{"type":"if","condition":"(flag:shengqishi>42)","true":[{"type":"animate","name":"sword"},{"type":"setBlock","number":"N510"},"\t[${flag:shengqishi_name},N472]\b[this]此等骑士,不堪一击!",{"type":"setValue","name":"status:money","operator":"+=","value":"364"},"${flag:shengqishi_name}击杀怪物,获得364枚金币。",{"type":"hide","remove":true}],"false":[]}]},
|
||||
"E791": {"name":"赤色双手剑士","hp":220000,"atk":147000,"def":72000,"money":360,"exp":0,"point":0,"special":[],"level":"一阶无上","notBomb":true,"displayIdInBook":null,"X":35,"Y":15,"value30_2":30,"value30_1":1000,"Z":90,"beforeBattle":[{"type":"if","condition":"(flag:shengqishi>42)","true":[{"type":"animate","name":"sword"},{"type":"setBlock","number":"N510"},"\t[${flag:shengqishi_name},N472]\b[this]此等骑士,不堪一击!",{"type":"setValue","name":"status:money","operator":"+=","value":"364"},"${flag:shengqishi_name}击杀怪物,获得364枚金币。",{"type":"insert","name":"回收钥匙商店"},{"type":"hide","remove":true}],"false":[]}]},
|
||||
"E792": {"name":"紫金双手剑士","hp":380000,"atk":156000,"def":75000,"money":400,"exp":0,"point":0,"special":[],"level":"一阶无上","notBomb":true,"displayIdInBook":null,"X":35,"Y":15,"value30_2":30,"value30_1":1000,"Z":90},
|
||||
"E793": {"name":"黑衣元帅","hp":360000,"atk":154000,"def":95000,"money":450,"exp":0,"point":0,"special":[],"level":"二阶无上","notBomb":true,"displayIdInBook":null,"X":35,"Y":15,"value30_2":30,"value30_1":1000,"Z":90},
|
||||
"E794": {"name":"黄色武士","hp":520000,"atk":167000,"def":42000,"money":380,"exp":0,"point":0,"special":[],"level":"一阶无上","notBomb":true,"displayIdInBook":null,"X":35,"Y":15,"value30_2":30,"value30_1":1000,"Z":90},
|
||||
@ -370,13 +370,13 @@ var enemys_fcae963b_31c9_42b4_b48c_bb48d09f3f80 =
|
||||
"E848": {"name":"新敌人","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":[]},
|
||||
"E849": {"name":"新敌人","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":[]},
|
||||
"E850": {"name":"新敌人","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":[]},
|
||||
"E851": {"name":"高阶黑暗骑士","hp":1800000,"atk":500000,"def":210000,"money":560,"exp":0,"point":0,"special":[36],"X":30,"level":"六阶无上","beforeBattle":[{"type":"if","condition":"(flag:heianshengzi===1)","true":["\t[黑暗骑士,E851]\b[this]吾之荣耀即忠诚!",{"type":"setValue","name":"item:I346","operator":"+=","value":"1"},{"type":"hide","remove":true}],"false":[]}]},
|
||||
"E852": {"name":"双剑黑暗骑士","hp":1800000,"atk":650000,"def":160000,"money":580,"exp":0,"point":0,"special":[36],"X":30,"level":"六阶无上","displayIdInBook":null,"beforeBattle":[{"type":"if","condition":"(flag:heianshengzi===1)","true":["\t[黑暗骑士,E852]\b[this]为圣子殿下而战!",{"type":"setValue","name":"item:I347","operator":"+=","value":"1"},{"type":"hide","remove":true}],"false":[]}]},
|
||||
"E853": {"name":"终阶黑暗骑士","hp":3000000,"atk":680000,"def":220000,"money":600,"exp":0,"point":0,"special":[],"level":"六阶无上","beforeBattle":[{"type":"if","condition":"(flag:heianshengzi===1)","true":["\t[黑暗骑士,E852]\b[this]为圣子殿下而战!",{"type":"setValue","name":"item:I350","operator":"+=","value":"1"},{"type":"hide","remove":true}],"false":[]}]},
|
||||
"E854": {"name":"西方黄金护法","hp":6000000,"atk":800000,"def":100000,"money":1000,"exp":0,"point":0,"special":[30],"beforeBattle":[{"type":"if","condition":"(flag:heianshengzi===1)","true":["\t[西方护法,E854]为圣子殿下献上我的一切",{"type":"setValue","name":"item:I353","operator":"+=","value":"1"},{"type":"setValue","name":"item:redKey","operator":"+=","value":"1"},{"type":"setValue","name":"item:I1100","operator":"+=","value":"1"},{"type":"setValue","name":"item:I416","operator":"+=","value":"1"},{"type":"hide","loc":[[9,6]],"remove":true},{"type":"hide","loc":[[8,8]],"floorId":"HA15","remove":true},{"type":"hide","remove":true}],"false":[]}],"level":"七阶无上","value30_1":1000,"value30_2":50},
|
||||
"E855": {"name":"北方极炽护法","hp":5000000,"atk":680000,"def":275000,"money":1000,"exp":0,"point":0,"special":[29,30],"level":"七阶无上","fantan":15,"value30_1":10000,"value30_2":50,"beforeBattle":[{"type":"if","condition":"(flag:heianshengzi===1)","true":["\t[北方护法,E855]礼赞圣子殿下!",{"type":"setValue","name":"item:I353","operator":"+=","value":"1"},{"type":"setValue","name":"item:redKey","operator":"+=","value":"1"},{"type":"setValue","name":"item:I416","operator":"+=","value":"1"},{"type":"setValue","name":"item:I1100","operator":"+=","value":"1"},{"type":"hide","loc":[[6,9]],"remove":true},{"type":"hide","loc":[[8,9]],"floorId":"HA15","remove":true},{"type":"hide","remove":true}],"false":[]}]},
|
||||
"E856": {"name":"南方离火护法","hp":6000000,"atk":50000,"def":300000,"money":1000,"exp":0,"point":0,"special":[2,30],"beforeBattle":[{"type":"if","condition":"(flag:heianshengzi===1)","true":["\t[南方护法,E856]黑暗之神保佑殿下!",{"type":"setValue","name":"item:I353","operator":"+=","value":"1"},{"type":"setValue","name":"item:redKey","operator":"+=","value":"1"},{"type":"setValue","name":"item:I416","operator":"+=","value":"1"},{"type":"setValue","name":"item:I1100","operator":"+=","value":"1"},{"type":"hide","loc":[[6,3]],"remove":true},{"type":"hide","loc":[[8,10]],"floorId":"HA15","remove":true},{"type":"hide","remove":true}],"false":[]}],"value30_2":50,"value30_1":10000},
|
||||
"E857": {"name":"东方闪影护法","hp":1000000,"atk":600000,"def":100000,"money":1000,"exp":0,"point":0,"special":[6,30],"beforeBattle":[{"type":"if","condition":"(flag:heianshengzi===1)","true":["\t[东方护法,E857]圣子殿下,愿为您献上我的一切!",{"type":"setValue","name":"item:I353","operator":"+=","value":"1"},{"type":"setValue","name":"item:redKey","operator":"+=","value":"1"},{"type":"setValue","name":"item:I416","operator":"+=","value":"1"},{"type":"setValue","name":"item:I1100","operator":"+=","value":"1"},{"type":"hide","loc":[[2,6]],"remove":true},{"type":"hide","loc":[[8,11]],"floorId":"HA15","remove":true},{"type":"hide","remove":true}],"false":[]}],"level":"七阶无上","n":5,"value30_1":10000,"value30_2":50},
|
||||
"E851": {"name":"高阶黑暗骑士","hp":1800000,"atk":500000,"def":210000,"money":560,"exp":0,"point":0,"special":[36],"X":30,"level":"六阶无上","beforeBattle":[{"type":"if","condition":"(flag:heianshengzi===1)","true":["\t[黑暗骑士,E851]\b[this]吾之荣耀即忠诚!",{"type":"setValue","name":"item:I346","operator":"+=","value":"1"},{"type":"insert","name":"回收钥匙商店"},{"type":"hide","remove":true}],"false":[]}]},
|
||||
"E852": {"name":"双剑黑暗骑士","hp":1800000,"atk":650000,"def":160000,"money":580,"exp":0,"point":0,"special":[36],"X":30,"level":"六阶无上","displayIdInBook":null,"beforeBattle":[{"type":"if","condition":"(flag:heianshengzi===1)","true":["\t[黑暗骑士,E852]\b[this]为圣子殿下而战!",{"type":"setValue","name":"item:I347","operator":"+=","value":"1"},{"type":"insert","name":"回收钥匙商店"},{"type":"hide","remove":true}],"false":[]}]},
|
||||
"E853": {"name":"终阶黑暗骑士","hp":3000000,"atk":680000,"def":220000,"money":600,"exp":0,"point":0,"special":[],"level":"六阶无上","beforeBattle":[{"type":"if","condition":"(flag:heianshengzi===1)","true":["\t[黑暗骑士,E852]\b[this]为圣子殿下而战!",{"type":"setValue","name":"item:I350","operator":"+=","value":"1"},{"type":"insert","name":"回收钥匙商店"},{"type":"hide","remove":true}],"false":[]}]},
|
||||
"E854": {"name":"西方黄金护法","hp":6000000,"atk":800000,"def":100000,"money":1000,"exp":0,"point":0,"special":[30],"beforeBattle":[{"type":"if","condition":"(flag:heianshengzi===1)","true":["\t[西方护法,E854]为圣子殿下献上我的一切",{"type":"setValue","name":"item:I353","operator":"+=","value":"1"},{"type":"setValue","name":"item:redKey","operator":"+=","value":"1"},{"type":"setValue","name":"item:I1100","operator":"+=","value":"1"},{"type":"setValue","name":"item:I416","operator":"+=","value":"1"},{"type":"hide","loc":[[9,6]],"remove":true},{"type":"hide","loc":[[8,8]],"floorId":"HA15","remove":true},{"type":"insert","name":"回收钥匙商店"},{"type":"hide","remove":true}],"false":[]}],"level":"七阶无上","value30_1":1000,"value30_2":50},
|
||||
"E855": {"name":"北方极炽护法","hp":5000000,"atk":680000,"def":275000,"money":1000,"exp":0,"point":0,"special":[29,30],"level":"七阶无上","fantan":15,"value30_1":10000,"value30_2":50,"beforeBattle":[{"type":"if","condition":"(flag:heianshengzi===1)","true":["\t[北方护法,E855]礼赞圣子殿下!",{"type":"setValue","name":"item:I353","operator":"+=","value":"1"},{"type":"setValue","name":"item:redKey","operator":"+=","value":"1"},{"type":"setValue","name":"item:I416","operator":"+=","value":"1"},{"type":"setValue","name":"item:I1100","operator":"+=","value":"1"},{"type":"hide","loc":[[6,9]],"remove":true},{"type":"hide","loc":[[8,9]],"floorId":"HA15","remove":true},{"type":"insert","name":"回收钥匙商店"},{"type":"hide","remove":true}],"false":[]}]},
|
||||
"E856": {"name":"南方离火护法","hp":6000000,"atk":50000,"def":300000,"money":1000,"exp":0,"point":0,"special":[2,30],"beforeBattle":[{"type":"if","condition":"(flag:heianshengzi===1)","true":["\t[南方护法,E856]黑暗之神保佑殿下!",{"type":"setValue","name":"item:I353","operator":"+=","value":"1"},{"type":"setValue","name":"item:redKey","operator":"+=","value":"1"},{"type":"setValue","name":"item:I416","operator":"+=","value":"1"},{"type":"setValue","name":"item:I1100","operator":"+=","value":"1"},{"type":"hide","loc":[[6,3]],"remove":true},{"type":"hide","loc":[[8,10]],"floorId":"HA15","remove":true},{"type":"insert","name":"回收钥匙商店"},{"type":"hide","remove":true}],"false":[]}],"value30_2":50,"value30_1":10000},
|
||||
"E857": {"name":"东方闪影护法","hp":1000000,"atk":600000,"def":100000,"money":1000,"exp":0,"point":0,"special":[6,30],"beforeBattle":[{"type":"if","condition":"(flag:heianshengzi===1)","true":["\t[东方护法,E857]圣子殿下,愿为您献上我的一切!",{"type":"setValue","name":"item:I353","operator":"+=","value":"1"},{"type":"setValue","name":"item:redKey","operator":"+=","value":"1"},{"type":"setValue","name":"item:I416","operator":"+=","value":"1"},{"type":"setValue","name":"item:I1100","operator":"+=","value":"1"},{"type":"hide","loc":[[2,6]],"remove":true},{"type":"hide","loc":[[8,11]],"floorId":"HA15","remove":true},{"type":"insert","name":"回收钥匙商店"},{"type":"hide","remove":true}],"false":[]}],"level":"七阶无上","n":5,"value30_1":10000,"value30_2":50},
|
||||
"E858": {"name":"新敌人","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":[]},
|
||||
"E859": {"name":"新敌人","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":[]},
|
||||
"E860": {"name":"新敌人","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":[]},
|
||||
@ -395,8 +395,8 @@ var enemys_fcae963b_31c9_42b4_b48c_bb48d09f3f80 =
|
||||
"E873": {"name":"新敌人","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":[]},
|
||||
"E874": {"name":"新敌人","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":[]},
|
||||
"E875": {"name":"新敌人","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":[]},
|
||||
"E876": {"name":"蓝光黑暗骑士","hp":2000000,"atk":625000,"def":155000,"money":500,"exp":0,"point":0,"special":[],"level":"六阶无上","beforeBattle":[{"type":"if","condition":"(flag:heianshengzi===1)","true":["\t[黑暗骑士,E876]\b[this]黑暗不可战胜!",{"type":"setValue","name":"item:I617","operator":"+=","value":"1"},{"type":"hide","remove":true}],"false":[]}]},
|
||||
"E877": {"name":"近卫黑暗骑士","hp":2000000,"atk":680000,"def":120000,"money":580,"exp":0,"point":0,"special":[15],"level":"六阶无上","range":1,"zone":50000,"beforeBattle":[{"type":"if","condition":"(flag:heianshengzi===1)","true":["\t[黑暗骑士,E851]\b[this]黑暗在我心中!",{"type":"setValue","name":"item:I352","operator":"+=","value":"1"},{"type":"hide","remove":true}],"false":[]}]},
|
||||
"E876": {"name":"蓝光黑暗骑士","hp":2000000,"atk":625000,"def":155000,"money":500,"exp":0,"point":0,"special":[],"level":"六阶无上","beforeBattle":[{"type":"if","condition":"(flag:heianshengzi===1)","true":["\t[黑暗骑士,E876]\b[this]黑暗不可战胜!",{"type":"setValue","name":"item:I617","operator":"+=","value":"1"},{"type":"insert","name":"回收钥匙商店"},{"type":"hide","remove":true}],"false":[]}]},
|
||||
"E877": {"name":"近卫黑暗骑士","hp":2000000,"atk":680000,"def":120000,"money":580,"exp":0,"point":0,"special":[15],"level":"六阶无上","range":1,"zone":50000,"beforeBattle":[{"type":"if","condition":"(flag:heianshengzi===1)","true":["\t[黑暗骑士,E851]\b[this]黑暗在我心中!",{"type":"setValue","name":"item:I352","operator":"+=","value":"1"},{"type":"insert","name":"回收钥匙商店"},{"type":"hide","remove":true}],"false":[]}]},
|
||||
"E878": {"name":"新敌人","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":[]},
|
||||
"E879": {"name":"新敌人","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":[]},
|
||||
"E880": {"name":"新敌人","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":[]},
|
||||
@ -453,7 +453,7 @@ var enemys_fcae963b_31c9_42b4_b48c_bb48d09f3f80 =
|
||||
"E931": {"name":"新敌人","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":[]},
|
||||
"E932": {"name":"新敌人","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":[]},
|
||||
"E933": {"name":"新敌人","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":[]},
|
||||
"E934": {"name":"黑暗女骑士","hp":1800000,"atk":460000,"def":150000,"money":480,"exp":0,"point":0,"special":[8],"level":"五阶无上","counterAttack":0.1,"beforeBattle":[{"type":"if","condition":"(flag:heianshengzi===1)","true":["\t[黑暗女骑士,E934]\b[this]吾之荣耀即忠诚!",{"type":"setValue","name":"item:I349","operator":"+=","value":"1"},{"type":"hide","remove":true}],"false":[]}]},
|
||||
"E934": {"name":"黑暗女骑士","hp":1800000,"atk":460000,"def":150000,"money":480,"exp":0,"point":0,"special":[8],"level":"五阶无上","counterAttack":0.1,"beforeBattle":[{"type":"if","condition":"(flag:heianshengzi===1)","true":["\t[黑暗女骑士,E934]\b[this]吾之荣耀即忠诚!",{"type":"setValue","name":"item:I349","operator":"+=","value":"1"},{"type":"insert","name":"回收钥匙商店"},{"type":"hide","remove":true}],"false":[]}]},
|
||||
"E935": {"name":"新敌人","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":[]},
|
||||
"E936": {"name":"新敌人","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":[]},
|
||||
"E937": {"name":"栗柴湖","hp":3500000,"atk":450000,"def":250000,"money":1000,"exp":0,"point":0,"special":[30],"level":"六阶无上","value30_1":10000,"value30_2":50},
|
||||
@ -562,14 +562,14 @@ var enemys_fcae963b_31c9_42b4_b48c_bb48d09f3f80 =
|
||||
"E1023": {"name":"吸血赤色蝙蝠","hp":600000,"atk":450000,"def":120000,"money":450,"exp":0,"point":0,"special":[11],"level":"五阶无上","vampire":0.05},
|
||||
"E1024": {"name":"阴暗魔","hp":2000000,"atk":350000,"def":90000,"money":420,"exp":0,"point":0,"special":[36],"level":"五阶无上","X":60},
|
||||
"E1025": {"name":"新敌人","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":[]},
|
||||
"E1027": {"name":"考核法师","hp":10400,"atk":840,"def":325,"money":150,"exp":0,"point":0,"special":[30],"level":"地品初阶","notBomb":true,"displayIdInBook":null,"beforeBattle":[{"type":"if","condition":"(flag:shengqishi>=8)","true":[{"type":"animate","name":"sword"},{"type":"setBlock","number":"N472"},"\t[${flag:shengqishi_name},N472]\b[this]考你麻痹!圣子殿下也是你能考的?","\t[考核法师,E1027]哎呦……圣子殿下,你不讲武德!","\t[${flag:shengqishi_name},N472]\b[this]连我都打不过,还考圣子殿下?还不快把通关奖励拿出来!","\t[考核法师,E1027]可恶的小子,你给我等着,我定要让教皇陛下做主!",{"type":"setBlock","number":"I612","loc":[[4,7]]},{"type":"setBlock","number":"I416","loc":[[8,7]]},{"type":"setBlock","number":"I625","loc":[[6,3]]},"考核法师逃跑了!","\t[${flag:shengqishi_name},N472]\b[this]嘿嘿,圣子殿下,看我的鬼手掏了多少?","金币+300",{"type":"setValue","name":"status:money","operator":"+=","value":"300"},"\t[莫析辉,hero]\b[hero]不错,不过下次可别这样了。","\t[${flag:shengqishi_name},N472]\b[this]知道啦!嘿嘿。","考核法师又回来了。","\t[${flag:shengqishi_name},N472]\b[this]你还来干嘛?","\t[考核法师,E1027]哼,教皇陛下准备让圣子殿下、圣女殿下、准圣子殿下进入隐世学院交流。","\t[莫析辉,hero]\b[hero]隐世学院?","\t[考核法师,E1027]回圣子殿下,隐世学院是一个不逊于光明学院的学院,只是常年隐居,很少有人知道罢了。但是很多强大势力的少主都送到隐世学院交流,教皇陛下有意让你们三人前去交流……emmm,${flag:shengqishi_name},你也可以去。","\t[莫析辉,hero]\b[hero]好吧。那我们去就是了,入口在哪里?","\t[考核法师,E1027]在光明学院6,有一个传送阵,圣子殿下赶快启程吧!",{"type":"hide","remove":true}],"false":[]}],"value30_1":2000,"value30_2":40},
|
||||
"E1027": {"name":"考核法师","hp":10400,"atk":840,"def":325,"money":150,"exp":0,"point":0,"special":[30],"level":"地品初阶","notBomb":true,"displayIdInBook":null,"beforeBattle":[{"type":"if","condition":"(flag:shengqishi>=8)","true":[{"type":"animate","name":"sword"},{"type":"setBlock","number":"N472"},"\t[${flag:shengqishi_name},N472]\b[this]考你麻痹!圣子殿下也是你能考的?","\t[考核法师,E1027]哎呦……圣子殿下,你不讲武德!","\t[${flag:shengqishi_name},N472]\b[this]连我都打不过,还考圣子殿下?还不快把通关奖励拿出来!","\t[考核法师,E1027]可恶的小子,你给我等着,我定要让教皇陛下做主!",{"type":"setBlock","number":"I612","loc":[[4,7]]},{"type":"setBlock","number":"I416","loc":[[8,7]]},{"type":"setBlock","number":"I625","loc":[[6,3]]},"考核法师逃跑了!","\t[${flag:shengqishi_name},N472]\b[this]嘿嘿,圣子殿下,看我的鬼手掏了多少?","金币+300",{"type":"setValue","name":"status:money","operator":"+=","value":"300"},"\t[莫析辉,hero]\b[hero]不错,不过下次可别这样了。","\t[${flag:shengqishi_name},N472]\b[this]知道啦!嘿嘿。","考核法师又回来了。","\t[${flag:shengqishi_name},N472]\b[this]你还来干嘛?","\t[考核法师,E1027]哼,教皇陛下准备让圣子殿下、圣女殿下、准圣子殿下进入隐世学院交流。","\t[莫析辉,hero]\b[hero]隐世学院?","\t[考核法师,E1027]回圣子殿下,隐世学院是一个不逊于光明学院的学院,只是常年隐居,很少有人知道罢了。但是很多强大势力的少主都送到隐世学院交流,教皇陛下有意让你们三人前去交流……emmm,${flag:shengqishi_name},你也可以去。","\t[莫析辉,hero]\b[hero]好吧。那我们去就是了,入口在哪里?","\t[考核法师,E1027]在光明学院6,有一个传送阵,圣子殿下赶快启程吧!",{"type":"insert","name":"回收钥匙商店"},{"type":"hide","remove":true}],"false":[]}],"value30_1":2000,"value30_2":40},
|
||||
"E1028": {"name":"提灯幽灵","hp":12000,"atk":550,"def":340,"money":200,"exp":0,"point":0,"special":[6,30],"level":"地品初阶","notBomb":true,"n":5,"value30_1":2000,"value30_2":20},
|
||||
"E1029": {"name":"新敌人","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":[]},
|
||||
"E1030": {"name":"新敌人","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":[]},
|
||||
"E1031": {"name":"新敌人","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":[]},
|
||||
"E1032": {"name":"新敌人","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":[]},
|
||||
"E1033": {"name":"新敌人","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":[]},
|
||||
"E1034": {"name":"黑暗教皇","hp":10000000,"atk":1000000,"def":400000,"money":10000,"exp":0,"point":0,"special":[],"notBomb":true,"beforeBattle":[{"type":"if","condition":"(flag:heianshengzi===1)","true":["\t[黑暗教皇,E1034]臭小子,还知道向我要东西了!莫析辉,要是你欺负小奈,我绝不会饶恕你!",{"type":"setValue","name":"status:money","operator":"+=","value":"30000"},{"type":"playSound","name":"获得道具"},"获得30000金币",{"type":"hide","remove":true}],"false":[]}],"afterBattle":["\t[黑暗教皇,E1034]\b[this]黑暗永存!"]},
|
||||
"E1034": {"name":"黑暗教皇","hp":10000000,"atk":1000000,"def":400000,"money":10000,"exp":0,"point":0,"special":[],"notBomb":true,"beforeBattle":[{"type":"if","condition":"(flag:heianshengzi===1)","true":["\t[黑暗教皇,E1034]臭小子,还知道向我要东西了!莫析辉,要是你欺负小奈,我绝不会饶恕你!",{"type":"setValue","name":"status:money","operator":"+=","value":"75000"},{"type":"playSound","name":"获得道具"},"获得75000金币",{"type":"insert","name":"回收钥匙商店"},{"type":"hide","remove":true}],"false":[]}],"afterBattle":["\t[黑暗教皇,E1034]\b[this]黑暗永存!"]},
|
||||
"E1035": {"name":"新敌人","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":[]},
|
||||
"E1036": {"name":"新敌人","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":[]},
|
||||
"E1037": {"name":"新敌人","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":[]},
|
||||
|
@ -47,100 +47,8 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
||||
],
|
||||
"回收钥匙商店": [
|
||||
{
|
||||
"type": "comment",
|
||||
"text": "此事件在全局商店中被引用了(全局商店keyShop)"
|
||||
},
|
||||
{
|
||||
"type": "comment",
|
||||
"text": "解除引用前勿删除此事件"
|
||||
},
|
||||
{
|
||||
"type": "comment",
|
||||
"text": "玩家在快捷列表(V键)中可以使用本公共事件"
|
||||
},
|
||||
{
|
||||
"type": "while",
|
||||
"condition": "1",
|
||||
"data": [
|
||||
{
|
||||
"type": "choices",
|
||||
"text": "\t[商人,trader]你有多余的钥匙想要出售吗?",
|
||||
"choices": [
|
||||
{
|
||||
"text": "黄钥匙(10金币)",
|
||||
"color": [
|
||||
255,
|
||||
255,
|
||||
0,
|
||||
1
|
||||
],
|
||||
"action": [
|
||||
{
|
||||
"type": "if",
|
||||
"condition": "item:yellowKey >= 1",
|
||||
"true": [
|
||||
{
|
||||
"type": "setValue",
|
||||
"name": "item:yellowKey",
|
||||
"operator": "-=",
|
||||
"value": "1"
|
||||
},
|
||||
{
|
||||
"type": "setValue",
|
||||
"name": "status:money",
|
||||
"operator": "+=",
|
||||
"value": "10"
|
||||
}
|
||||
],
|
||||
"false": [
|
||||
"\t[商人,trader]你没有黄钥匙!"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text": "蓝钥匙(50金币)",
|
||||
"color": [
|
||||
0,
|
||||
0,
|
||||
255,
|
||||
1
|
||||
],
|
||||
"action": [
|
||||
{
|
||||
"type": "if",
|
||||
"condition": "item:blueKey >= 1",
|
||||
"true": [
|
||||
{
|
||||
"type": "setValue",
|
||||
"name": "item:blueKey",
|
||||
"operator": "-=",
|
||||
"value": "1"
|
||||
},
|
||||
{
|
||||
"type": "setValue",
|
||||
"name": "status:money",
|
||||
"operator": "+=",
|
||||
"value": "50"
|
||||
}
|
||||
],
|
||||
"false": [
|
||||
"\t[商人,trader]你没有蓝钥匙!"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text": "离开",
|
||||
"action": [
|
||||
{
|
||||
"type": "exit"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
"type": "function",
|
||||
"function": "function(){\nif (core.hasEquip('I409')) { core.status.hero.mana += 1 }\nif (core.hasEquip('I410')) { core.status.hero.mana += 3 }\nif (core.hasEquip('I411')) { core.status.hero.mana += 5 }\nif (core.hasEquip('I412')) { core.status.hero.mana += 7 }\nif (core.hasEquip('I413')) { core.status.hero.mana += 9 }\nif (core.hasEquip('I595')) { core.status.hero.mana += 20 }\nif (core.hasEquip('I1115')) { core.status.hero.mana += 10 }\nif (core.hasEquip('I1116')) { core.status.hero.mana += 10 }\nif (core.hasItem('I722')) { core.status.hero.mana += (core.getEnemyInfo('', null, x, y).hp || 0) / 2500 }\nif (core.hasEquip('I723')) { core.status.hero.hp += core.status.hero.hpmax / 200 }\nif (core.hasItem('coin')) core.status.hero.money += 12;\nflags.lhjnb = (flags.lhjnb || 0) + (core.getEnemyInfo('', null, x, y).money || 0)\n}"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -228,13 +228,13 @@ main.floors.HA11=
|
||||
"type": "setValue",
|
||||
"name": "status:atk",
|
||||
"operator": "+=",
|
||||
"value": "1000"
|
||||
"value": "10000"
|
||||
},
|
||||
{
|
||||
"type": "setValue",
|
||||
"name": "status:def",
|
||||
"operator": "+=",
|
||||
"value": "1000"
|
||||
"value": "10000"
|
||||
},
|
||||
{
|
||||
"type": "setValue",
|
||||
|
@ -68,25 +68,25 @@ main.floors.HA4=
|
||||
"type": "setValue",
|
||||
"name": "status:atk",
|
||||
"operator": "+=",
|
||||
"value": "5000"
|
||||
"value": "20000"
|
||||
},
|
||||
{
|
||||
"type": "setValue",
|
||||
"name": "status:def",
|
||||
"operator": "+=",
|
||||
"value": "5000"
|
||||
"value": "20000"
|
||||
},
|
||||
{
|
||||
"type": "setValue",
|
||||
"name": "status:mdef",
|
||||
"operator": "+=",
|
||||
"value": "5000"
|
||||
"value": "20000"
|
||||
},
|
||||
{
|
||||
"type": "playSound",
|
||||
"name": "回血"
|
||||
},
|
||||
"\r[yellow]全属性提升50000\r[]",
|
||||
"\r[yellow]全属性提升20000\r[]",
|
||||
"\t[莫析辉,hero]多谢黑暗之神",
|
||||
"\t[墨奈,N1124]莫析辉,我有一个事情,不知道该不该说",
|
||||
"\t[莫析辉,hero]你我一体,有什么不能说的。",
|
||||
|
@ -20,6 +20,7 @@ main.floors.SR22=
|
||||
"6,6": [
|
||||
"\t[莫析辉,hero]\b[hero]默默?你怎么来到这里了?",
|
||||
"\t[默默,N481]\b[this]圣子哥哥在前面为我们村庄报仇,默默也不能在后面无动于衷啊!",
|
||||
"作者提示:\\c[30]圣锤会导致黑暗圣子线打不出来\\c!即使不打黑暗圣子线也不建议要!",
|
||||
{
|
||||
"type": "choices",
|
||||
"text": "\t[默默,N481]默默这里有一件至宝,可以对付黑暗圣子的,圣子哥哥要吗?",
|
||||
|
198
project/items.js
198
project/items.js
@ -1446,8 +1446,14 @@ var items_296f5d02_12fd_4166_a7c1_b5e830c9ee3a =
|
||||
]
|
||||
},
|
||||
{
|
||||
"text": "生命上限+50",
|
||||
"text": "护盾+3,生命上限+50",
|
||||
"action": [
|
||||
{
|
||||
"type": "setValue",
|
||||
"name": "status:mdef",
|
||||
"operator": "+=",
|
||||
"value": "3"
|
||||
},
|
||||
{
|
||||
"type": "setValue",
|
||||
"name": "status:hpmax",
|
||||
@ -1455,18 +1461,6 @@ var items_296f5d02_12fd_4166_a7c1_b5e830c9ee3a =
|
||||
"value": "50"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text": "生命+1%",
|
||||
"need": "false",
|
||||
"action": [
|
||||
{
|
||||
"type": "setValue",
|
||||
"name": "status:hp",
|
||||
"operator": "+=",
|
||||
"value": "(status:hpmax*0.01)"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@ -1504,8 +1498,14 @@ var items_296f5d02_12fd_4166_a7c1_b5e830c9ee3a =
|
||||
]
|
||||
},
|
||||
{
|
||||
"text": "生命上限+100",
|
||||
"text": "护盾+6,生命上限+100",
|
||||
"action": [
|
||||
{
|
||||
"type": "setValue",
|
||||
"name": "status:mdef",
|
||||
"operator": "+=",
|
||||
"value": "6"
|
||||
},
|
||||
{
|
||||
"type": "setValue",
|
||||
"name": "status:hpmax",
|
||||
@ -1513,18 +1513,6 @@ var items_296f5d02_12fd_4166_a7c1_b5e830c9ee3a =
|
||||
"value": "100"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text": "生命+2%",
|
||||
"need": "false",
|
||||
"action": [
|
||||
{
|
||||
"type": "setValue",
|
||||
"name": "status:hp",
|
||||
"operator": "+=",
|
||||
"value": "(status:hpmax*0.02)"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@ -1562,8 +1550,14 @@ var items_296f5d02_12fd_4166_a7c1_b5e830c9ee3a =
|
||||
]
|
||||
},
|
||||
{
|
||||
"text": "生命上限+200",
|
||||
"text": "护盾+12,生命上限+200",
|
||||
"action": [
|
||||
{
|
||||
"type": "setValue",
|
||||
"name": "status:mdef",
|
||||
"operator": "+=",
|
||||
"value": "12"
|
||||
},
|
||||
{
|
||||
"type": "setValue",
|
||||
"name": "status:hpmax",
|
||||
@ -1571,18 +1565,6 @@ var items_296f5d02_12fd_4166_a7c1_b5e830c9ee3a =
|
||||
"value": "200"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text": "生命+4%",
|
||||
"need": "false",
|
||||
"action": [
|
||||
{
|
||||
"type": "setValue",
|
||||
"name": "status:hp",
|
||||
"operator": "+=",
|
||||
"value": "(status:hpmax*0.04)"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@ -1620,8 +1602,14 @@ var items_296f5d02_12fd_4166_a7c1_b5e830c9ee3a =
|
||||
]
|
||||
},
|
||||
{
|
||||
"text": "生命上限+400",
|
||||
"text": "护盾+24,生命上限+400",
|
||||
"action": [
|
||||
{
|
||||
"type": "setValue",
|
||||
"name": "status:mdef",
|
||||
"operator": "+=",
|
||||
"value": "24"
|
||||
},
|
||||
{
|
||||
"type": "setValue",
|
||||
"name": "status:hpmax",
|
||||
@ -1629,18 +1617,6 @@ var items_296f5d02_12fd_4166_a7c1_b5e830c9ee3a =
|
||||
"value": "400"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text": "生命+8%",
|
||||
"need": "false",
|
||||
"action": [
|
||||
{
|
||||
"type": "setValue",
|
||||
"name": "status:hp",
|
||||
"operator": "+=",
|
||||
"value": "(status:hpmax*0.08)"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@ -1678,8 +1654,14 @@ var items_296f5d02_12fd_4166_a7c1_b5e830c9ee3a =
|
||||
]
|
||||
},
|
||||
{
|
||||
"text": "生命上限+800",
|
||||
"text": "护盾+48,生命上限+800",
|
||||
"action": [
|
||||
{
|
||||
"type": "setValue",
|
||||
"name": "status:mdef",
|
||||
"operator": "+=",
|
||||
"value": "48"
|
||||
},
|
||||
{
|
||||
"type": "setValue",
|
||||
"name": "status:hpmax",
|
||||
@ -1687,18 +1669,6 @@ var items_296f5d02_12fd_4166_a7c1_b5e830c9ee3a =
|
||||
"value": "800"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text": "生命+16%",
|
||||
"need": "false",
|
||||
"action": [
|
||||
{
|
||||
"type": "setValue",
|
||||
"name": "status:hp",
|
||||
"operator": "+=",
|
||||
"value": "(status:hpmax*0.16)"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@ -1736,8 +1706,14 @@ var items_296f5d02_12fd_4166_a7c1_b5e830c9ee3a =
|
||||
]
|
||||
},
|
||||
{
|
||||
"text": "生命上限+1600",
|
||||
"text": "护盾+96,生命上限+1600",
|
||||
"action": [
|
||||
{
|
||||
"type": "setValue",
|
||||
"name": "status:mdef",
|
||||
"operator": "+=",
|
||||
"value": "96"
|
||||
},
|
||||
{
|
||||
"type": "setValue",
|
||||
"name": "status:hpmax",
|
||||
@ -1745,18 +1721,6 @@ var items_296f5d02_12fd_4166_a7c1_b5e830c9ee3a =
|
||||
"value": "1600"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text": "生命+32%",
|
||||
"need": "false",
|
||||
"action": [
|
||||
{
|
||||
"type": "setValue",
|
||||
"name": "status:hp",
|
||||
"operator": "+=",
|
||||
"value": "(status:hpmax*0.32)"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@ -1794,8 +1758,14 @@ var items_296f5d02_12fd_4166_a7c1_b5e830c9ee3a =
|
||||
]
|
||||
},
|
||||
{
|
||||
"text": "生命上限+3200",
|
||||
"text": "护盾+192,生命上限+3200",
|
||||
"action": [
|
||||
{
|
||||
"type": "setValue",
|
||||
"name": "status:mdef",
|
||||
"operator": "+=",
|
||||
"value": "192"
|
||||
},
|
||||
{
|
||||
"type": "setValue",
|
||||
"name": "status:hpmax",
|
||||
@ -1803,18 +1773,6 @@ var items_296f5d02_12fd_4166_a7c1_b5e830c9ee3a =
|
||||
"value": "3200"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text": "生命+64%",
|
||||
"need": "false",
|
||||
"action": [
|
||||
{
|
||||
"type": "setValue",
|
||||
"name": "status:hp",
|
||||
"operator": "+=",
|
||||
"value": "(status:hpmax*0.64)"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@ -1852,8 +1810,14 @@ var items_296f5d02_12fd_4166_a7c1_b5e830c9ee3a =
|
||||
]
|
||||
},
|
||||
{
|
||||
"text": "生命上限+5000",
|
||||
"text": "护盾+300,生命上限+5000",
|
||||
"action": [
|
||||
{
|
||||
"type": "setValue",
|
||||
"name": "status:mdef",
|
||||
"operator": "+=",
|
||||
"value": "300"
|
||||
},
|
||||
{
|
||||
"type": "setValue",
|
||||
"name": "status:hpmax",
|
||||
@ -1861,24 +1825,6 @@ var items_296f5d02_12fd_4166_a7c1_b5e830c9ee3a =
|
||||
"value": "5000"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text": "生命+100%,魔力值+1000",
|
||||
"need": "false",
|
||||
"action": [
|
||||
{
|
||||
"type": "setValue",
|
||||
"name": "status:hp",
|
||||
"operator": "+=",
|
||||
"value": "(status:hpmax)"
|
||||
},
|
||||
{
|
||||
"type": "setValue",
|
||||
"name": "status:mana",
|
||||
"operator": "+=",
|
||||
"value": "1000"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@ -2936,8 +2882,14 @@ var items_296f5d02_12fd_4166_a7c1_b5e830c9ee3a =
|
||||
]
|
||||
},
|
||||
{
|
||||
"text": "生命上限+10000",
|
||||
"text": "护盾+600,生命上限+10000",
|
||||
"action": [
|
||||
{
|
||||
"type": "setValue",
|
||||
"name": "status:mdef",
|
||||
"operator": "+=",
|
||||
"value": "600"
|
||||
},
|
||||
{
|
||||
"type": "setValue",
|
||||
"name": "status:hpmax",
|
||||
@ -2982,8 +2934,14 @@ var items_296f5d02_12fd_4166_a7c1_b5e830c9ee3a =
|
||||
]
|
||||
},
|
||||
{
|
||||
"text": "生命上限+20000",
|
||||
"text": "护盾+1200,生命上限+20000",
|
||||
"action": [
|
||||
{
|
||||
"type": "setValue",
|
||||
"name": "status:mdef",
|
||||
"operator": "+=",
|
||||
"value": "1200"
|
||||
},
|
||||
{
|
||||
"type": "setValue",
|
||||
"name": "status:hpmax",
|
||||
@ -3028,8 +2986,14 @@ var items_296f5d02_12fd_4166_a7c1_b5e830c9ee3a =
|
||||
]
|
||||
},
|
||||
{
|
||||
"text": "生命上限+40000",
|
||||
"text": "护盾+2400,生命上限+40000",
|
||||
"action": [
|
||||
{
|
||||
"type": "setValue",
|
||||
"name": "status:mdef",
|
||||
"operator": "+=",
|
||||
"value": "2400"
|
||||
},
|
||||
{
|
||||
"type": "setValue",
|
||||
"name": "status:hpmax",
|
||||
@ -3074,8 +3038,14 @@ var items_296f5d02_12fd_4166_a7c1_b5e830c9ee3a =
|
||||
]
|
||||
},
|
||||
{
|
||||
"text": "生命上限+80000",
|
||||
"text": "护盾+4800,生命上限+80000",
|
||||
"action": [
|
||||
{
|
||||
"type": "setValue",
|
||||
"name": "status:mdef",
|
||||
"operator": "+=",
|
||||
"value": "4800"
|
||||
},
|
||||
{
|
||||
"type": "setValue",
|
||||
"name": "status:hpmax",
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user