gz_re_lidian翻译添加,gzzhengrong和gzrekuangcai添加ai
This commit is contained in:
parent
b2f7613de6
commit
daf85535cd
|
@ -15521,6 +15521,7 @@ game.import('character',function(lib,game,ui,get,ai,_status){
|
||||||
olxuanfeng:'旋风',
|
olxuanfeng:'旋风',
|
||||||
olxuanfeng_info:'当你一次性失去至少两张牌后,或失去装备区的牌后,你可以依次弃置一至两名其他角色的共计两张牌。',
|
olxuanfeng_info:'当你一次性失去至少两张牌后,或失去装备区的牌后,你可以依次弃置一至两名其他角色的共计两张牌。',
|
||||||
re_lidian:'界李典',
|
re_lidian:'界李典',
|
||||||
|
gz_re_lidian:'李典',
|
||||||
re_lidian_prefix:'界',
|
re_lidian_prefix:'界',
|
||||||
re_xushu:'界徐庶',
|
re_xushu:'界徐庶',
|
||||||
re_xushu_prefix:'界',
|
re_xushu_prefix:'界',
|
||||||
|
|
|
@ -1554,6 +1554,9 @@ game.import('mode',function(lib,game,ui,get,ai,_status){
|
||||||
});
|
});
|
||||||
return !player.wontYe('wei')||!game.hasPlayer(current=>current.identity=='wei')
|
return !player.wontYe('wei')||!game.hasPlayer(current=>current.identity=='wei')
|
||||||
},
|
},
|
||||||
|
check:function(event,player,name){
|
||||||
|
return name!='damageBegin1';
|
||||||
|
},
|
||||||
content:function(){
|
content:function(){
|
||||||
trigger.num++;
|
trigger.num++;
|
||||||
},
|
},
|
||||||
|
@ -6258,7 +6261,9 @@ game.import('mode',function(lib,game,ui,get,ai,_status){
|
||||||
filter:function(event,player){
|
filter:function(event,player){
|
||||||
return !player.getHistory('useCard').length||!player.getHistory('sourceDamage').length;
|
return !player.getHistory('useCard').length||!player.getHistory('sourceDamage').length;
|
||||||
},
|
},
|
||||||
check:()=>false,
|
check:function(event,player){
|
||||||
|
return !player.getHistory('useCard').length;
|
||||||
|
},
|
||||||
content:function(){
|
content:function(){
|
||||||
lib.skill.rekuangcai.change(player,player.getHistory('useCard').length?-1:1);
|
lib.skill.rekuangcai.change(player,player.getHistory('useCard').length?-1:1);
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue