继续添加combo
This commit is contained in:
parent
3f7bd95de3
commit
7a5728232f
|
@ -5795,6 +5795,7 @@ game.import('character', function () {
|
||||||
return 0;
|
return 0;
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
combo:'baonu'
|
||||||
},
|
},
|
||||||
global:'ol_wuqian_ai',
|
global:'ol_wuqian_ai',
|
||||||
subSkill:{
|
subSkill:{
|
||||||
|
@ -5851,7 +5852,8 @@ game.import('character', function () {
|
||||||
return [0,-2];
|
return [0,-2];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
neg:true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
qinyin:{
|
qinyin:{
|
||||||
|
@ -6023,7 +6025,8 @@ game.import('character', function () {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
combo:'baonu'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
wuqian:{
|
wuqian:{
|
||||||
|
@ -6053,7 +6056,8 @@ game.import('character', function () {
|
||||||
}
|
}
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
combo:'baonu'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
renjie:{
|
renjie:{
|
||||||
|
@ -6137,6 +6141,9 @@ game.import('character', function () {
|
||||||
player.addSkills('jilue');
|
player.addSkills('jilue');
|
||||||
},
|
},
|
||||||
derivation:['jilue','reguicai','fangzhu','rejizhi','rezhiheng','rewansha'],
|
derivation:['jilue','reguicai','fangzhu','rejizhi','rezhiheng','rewansha'],
|
||||||
|
ai:{
|
||||||
|
combo:'renjie'
|
||||||
|
}
|
||||||
},
|
},
|
||||||
jilue:{
|
jilue:{
|
||||||
unique:true,
|
unique:true,
|
||||||
|
@ -7595,6 +7602,9 @@ game.import('character', function () {
|
||||||
content(){
|
content(){
|
||||||
player.addMark('nzry_junlve',trigger.num);
|
player.addMark('nzry_junlve',trigger.num);
|
||||||
},
|
},
|
||||||
|
ai:{
|
||||||
|
combo:'nzry_cuike'
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"nzry_cuike":{
|
"nzry_cuike":{
|
||||||
audio:2,
|
audio:2,
|
||||||
|
@ -7693,6 +7703,7 @@ game.import('character', function () {
|
||||||
ai:{
|
ai:{
|
||||||
order:1,
|
order:1,
|
||||||
fireAttack:true,
|
fireAttack:true,
|
||||||
|
combo:'nzry_junlve',
|
||||||
result:{
|
result:{
|
||||||
target(player,target){
|
target(player,target){
|
||||||
if(target.hasSkillTag('nofire')) return 0;
|
if(target.hasSkillTag('nofire')) return 0;
|
||||||
|
|
|
@ -12191,6 +12191,9 @@ game.import('character', function () {
|
||||||
});
|
});
|
||||||
player.draw(num);
|
player.draw(num);
|
||||||
},
|
},
|
||||||
|
ai:{
|
||||||
|
combo:'cxliushi'
|
||||||
|
}
|
||||||
},
|
},
|
||||||
//说出吾名吓汝一跳
|
//说出吾名吓汝一跳
|
||||||
xuxie:{
|
xuxie:{
|
||||||
|
|
|
@ -1547,7 +1547,7 @@ game.import('character', function () {
|
||||||
player.addSkills('pkmiewu');
|
player.addSkills('pkmiewu');
|
||||||
},
|
},
|
||||||
ai:{
|
ai:{
|
||||||
combo:'wuku',
|
combo:'pkwuku',
|
||||||
},
|
},
|
||||||
derivation:'pkmiewu',
|
derivation:'pkmiewu',
|
||||||
},
|
},
|
||||||
|
@ -6207,6 +6207,9 @@ game.import('character', function () {
|
||||||
target.addToExpansion(card,target,'give').gaintag.add('junwei2');
|
target.addToExpansion(card,target,'give').gaintag.add('junwei2');
|
||||||
target.addSkill('junwei2');
|
target.addSkill('junwei2');
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
ai:{
|
||||||
|
combo:'yinling'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
junwei2:{
|
junwei2:{
|
||||||
|
@ -6366,6 +6369,9 @@ game.import('character', function () {
|
||||||
else{
|
else{
|
||||||
player.chooseUseTarget({name:'sha'},true,false,'nodistance');
|
player.chooseUseTarget({name:'sha'},true,false,'nodistance');
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
ai:{
|
||||||
|
combo:'fenyong'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
mouduan:{
|
mouduan:{
|
||||||
|
|
|
@ -5652,6 +5652,7 @@ game.import('character', function () {
|
||||||
ai:{
|
ai:{
|
||||||
order:1,
|
order:1,
|
||||||
result:{player:1},
|
result:{player:1},
|
||||||
|
combo:'xinquanji'
|
||||||
},
|
},
|
||||||
subSkill:{
|
subSkill:{
|
||||||
0:{},
|
0:{},
|
||||||
|
|
|
@ -732,6 +732,7 @@ game.import('character', function () {
|
||||||
return 0;
|
return 0;
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
combo:'qingce'
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
//阴雷
|
//阴雷
|
||||||
|
@ -3760,7 +3761,8 @@ game.import('character', function () {
|
||||||
player:function(player){
|
player:function(player){
|
||||||
return player.getExpansions('tuntian').length-1;
|
return player.getExpansions('tuntian').length-1;
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
combo:'tuntian'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
jiang:{
|
jiang:{
|
||||||
|
|
|
@ -15910,6 +15910,9 @@ game.import('character', function () {
|
||||||
},
|
},
|
||||||
derivation:['oltianxiang','liuli'],
|
derivation:['oltianxiang','liuli'],
|
||||||
locked:true,
|
locked:true,
|
||||||
|
ai:{
|
||||||
|
combo:'new_xingwu'
|
||||||
|
}
|
||||||
},
|
},
|
||||||
//新孙鲁育
|
//新孙鲁育
|
||||||
"new_meibu":{
|
"new_meibu":{
|
||||||
|
@ -19523,6 +19526,9 @@ game.import('character', function () {
|
||||||
else{
|
else{
|
||||||
player.getStat().skill.gushe--;
|
player.getStat().skill.gushe--;
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
ai:{
|
||||||
|
combo:'gushe'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
juesi:{
|
juesi:{
|
||||||
|
@ -20441,6 +20447,9 @@ game.import('character', function () {
|
||||||
},
|
},
|
||||||
luoyan:{
|
luoyan:{
|
||||||
group:['luoyan_tianxiang','luoyan_liuli'],
|
group:['luoyan_tianxiang','luoyan_liuli'],
|
||||||
|
ai:{
|
||||||
|
combo:'xingwu'
|
||||||
|
}
|
||||||
},
|
},
|
||||||
xingwu:{
|
xingwu:{
|
||||||
audio:2,
|
audio:2,
|
||||||
|
@ -20595,7 +20604,8 @@ game.import('character', function () {
|
||||||
threaten:function(player,target){
|
threaten:function(player,target){
|
||||||
if(target.getExpansions('yinbing').length) return 2;
|
if(target.getExpansions('yinbing').length) return 2;
|
||||||
return 1;
|
return 1;
|
||||||
}
|
},
|
||||||
|
combo:'juedi'
|
||||||
},
|
},
|
||||||
subSkill:{
|
subSkill:{
|
||||||
discard:{
|
discard:{
|
||||||
|
@ -20669,6 +20679,9 @@ game.import('character', function () {
|
||||||
target.draw(cards.length);
|
target.draw(cards.length);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
ai:{
|
||||||
|
combo:'yinbing'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
meibu:{
|
meibu:{
|
||||||
|
@ -20889,6 +20902,9 @@ game.import('character', function () {
|
||||||
player.awakenSkill('zhiri');
|
player.awakenSkill('zhiri');
|
||||||
player.loseMaxHp();
|
player.loseMaxHp();
|
||||||
player.storage.zhiri=true;
|
player.storage.zhiri=true;
|
||||||
|
},
|
||||||
|
ai:{
|
||||||
|
combo:'fentian'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
xintan:{
|
xintan:{
|
||||||
|
@ -20914,7 +20930,8 @@ game.import('character', function () {
|
||||||
order:8,
|
order:8,
|
||||||
result:{
|
result:{
|
||||||
target:-1
|
target:-1
|
||||||
}
|
},
|
||||||
|
combo:'fentian'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
danji:{
|
danji:{
|
||||||
|
@ -22826,6 +22843,9 @@ game.import('character', function () {
|
||||||
}
|
}
|
||||||
else trigger.player.markSkill('rezhoufu2');
|
else trigger.player.markSkill('rezhoufu2');
|
||||||
},
|
},
|
||||||
|
ai:{
|
||||||
|
combo:'rezhoufu'
|
||||||
|
}
|
||||||
},
|
},
|
||||||
zhoufu:{
|
zhoufu:{
|
||||||
audio:2,
|
audio:2,
|
||||||
|
@ -26215,7 +26235,10 @@ game.import('character', function () {
|
||||||
if(!player.hasMark('xinfu_falu_'+suit)) player.addMark('xinfu_falu_'+suit);
|
if(!player.hasMark('xinfu_falu_'+suit)) player.addMark('xinfu_falu_'+suit);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
ai:{threaten:1.4},
|
ai:{
|
||||||
|
threaten:1.4,
|
||||||
|
combo:'xinfu_dianhua'
|
||||||
|
},
|
||||||
},
|
},
|
||||||
"xinfu_dianhua":{
|
"xinfu_dianhua":{
|
||||||
trigger:{
|
trigger:{
|
||||||
|
@ -26329,6 +26352,9 @@ game.import('character', function () {
|
||||||
player.gain(event.togain,'gain2');
|
player.gain(event.togain,'gain2');
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
ai:{
|
||||||
|
combo:'xinfu_dianhua'
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"zhenyi_spade":{
|
"zhenyi_spade":{
|
||||||
trigger:{
|
trigger:{
|
||||||
|
|
|
@ -9659,6 +9659,9 @@ game.import('character', function () {
|
||||||
audio:2,
|
audio:2,
|
||||||
audioname:['tw_beimihu'],
|
audioname:['tw_beimihu'],
|
||||||
group:['bmcanshi_add','bmcanshi_remove'],
|
group:['bmcanshi_add','bmcanshi_remove'],
|
||||||
|
ai:{
|
||||||
|
combo:'zongkui'
|
||||||
|
},
|
||||||
subSkill:{
|
subSkill:{
|
||||||
add:{
|
add:{
|
||||||
audio:'bmcanshi',
|
audio:'bmcanshi',
|
||||||
|
|
|
@ -15391,6 +15391,7 @@ game.import('character', function () {
|
||||||
ai:{
|
ai:{
|
||||||
order:1,
|
order:1,
|
||||||
result:{player:1},
|
result:{player:1},
|
||||||
|
combo:'twdanfa'
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
twsidao:{
|
twsidao:{
|
||||||
|
|
|
@ -558,6 +558,7 @@ game.import('character', function () {
|
||||||
if(get.type(card)=='equip'&&player==target&&player==_status.currentPhase&&get.subtype(card)=='equip1') return [1,3];
|
if(get.type(card)=='equip'&&player==target&&player==_status.currentPhase&&get.subtype(card)=='equip1') return [1,3];
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
combo:'xinfu_fangtong'
|
||||||
},
|
},
|
||||||
audio:2,
|
audio:2,
|
||||||
trigger:{
|
trigger:{
|
||||||
|
@ -714,6 +715,9 @@ game.import('character', function () {
|
||||||
player.line(target,'thunder');
|
player.line(target,'thunder');
|
||||||
target.damage(3,'thunder');
|
target.damage(3,'thunder');
|
||||||
},
|
},
|
||||||
|
ai:{
|
||||||
|
combo:'xinfu_jijun'
|
||||||
|
}
|
||||||
},
|
},
|
||||||
xinfu_weilu:{
|
xinfu_weilu:{
|
||||||
audio:2,
|
audio:2,
|
||||||
|
|
|
@ -13926,6 +13926,9 @@ game.import('character', function () {
|
||||||
else event.finish();
|
else event.finish();
|
||||||
'step 3'
|
'step 3'
|
||||||
if(result.bool) player.draw();
|
if(result.bool) player.draw();
|
||||||
|
},
|
||||||
|
ai:{
|
||||||
|
combo:'zyexin'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
@ -2323,7 +2323,6 @@ game.import('character', function () {
|
||||||
if(arg.player.hasSkillTag('jueqing',false,player)) return false;
|
if(arg.player.hasSkillTag('jueqing',false,player)) return false;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
combo:'xianzhu',
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
xianzhu:{
|
xianzhu:{
|
||||||
|
|
Loading…
Reference in New Issue