This commit is contained in:
libccy 2017-02-05 20:36:35 +08:00
parent bb90a21847
commit 6ad9c8b8b6
7 changed files with 10 additions and 11 deletions

View File

@ -19,11 +19,11 @@ character.diy={
re_huangyueying:['female','shu',3,['rejizhi','qicai']],
diy_liufu:['male','wei',3,['zhucheng','duoqi']],
diy_xizhenxihong:['male','shu',3,['fuchou','jinyan']],
diy_xizhenxihong:['male','shu',4,['fuchou','jinyan']],
diy_liuzan:['male','wu',4,['kangyin']],
diy_zaozhirenjun:['male','wei',3,['liangce','jianbi','juntun']],
diy_yangyi:['male','shu',3,['choudu','liduan']],
diy_tianyu:['male','wei',3,['chezhen','youzhan']],
diy_tianyu:['male','wei',4,['chezhen','youzhan']],
},
perfectPair:{
yuji:['zuoci']
@ -110,15 +110,13 @@ character.diy={
ai:{
effect:{
target:function(card,player,target){
if(get.tag(card,'multineg')){
return 'zerotarget';
}
if(get.tag(card,'multitarget')){
var info=get.info(card);
if(info.selectTarget==-1&&!info.multitarget){
if(get.tag(card,'multineg')){
return 0;
}
else{
return [1,Math.min(3,1+target.maxHp-target.hp)];
}
return [1,Math.min(3,1+target.maxHp-target.hp)];
}
}
}
@ -130,6 +128,7 @@ character.diy={
filter:function(event,player){
return player.num('he',{type:'equip'})>0;
},
position:'he',
filterCard:{type:'equip'},
check:function(card){
var player=_status.event.player;

View File

@ -63,6 +63,7 @@ window.characterRank={
a:[
'hs_khadgar',
'hs_tyrande',
'diy_zaozhirenjun',
'pal_muchanglan',
'hs_aya',
'ow_heiying',
@ -361,14 +362,12 @@ window.characterRank={
'sunjian',
'pangtong',
'caochun',
'diy_tianyu',
'diy_liuzan',
'diy_zaozhirenjun',
'diy_yangyi',
],
b:[
'diy_liufu',
'diy_xizhenxihong',
'diy_tianyu',
'old_zhuran',
'old_lingtong',
'sp_pangde',
@ -450,6 +449,7 @@ window.characterRank={
'madai',
],
bm:[
'diy_xizhenxihong',
'yxs_tangbohu',
'zhuzhi',
'old_caozhen',

Binary file not shown.

Before

Width:  |  Height:  |  Size: 210 KiB

After

Width:  |  Height:  |  Size: 212 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 199 KiB

After

Width:  |  Height:  |  Size: 200 KiB

BIN
image/card/hongshui.png Executable file → Normal file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 32 KiB

BIN
image/card/shuiyanqijun.png Executable file → Normal file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 31 KiB

After

Width:  |  Height:  |  Size: 31 KiB

BIN
image/card/yuanjiao.png Executable file → Normal file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 24 KiB