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