gz_re_lidian翻译添加,gzzhengrong和gzrekuangcai添加ai

This commit is contained in:
mengxinzxz 2023-11-15 12:38:50 +08:00
parent b2f7613de6
commit daf85535cd
2 changed files with 7 additions and 1 deletions

View File

@ -15521,6 +15521,7 @@ game.import('character',function(lib,game,ui,get,ai,_status){
olxuanfeng:'旋风',
olxuanfeng_info:'当你一次性失去至少两张牌后,或失去装备区的牌后,你可以依次弃置一至两名其他角色的共计两张牌。',
re_lidian:'界李典',
gz_re_lidian:'李典',
re_lidian_prefix:'界',
re_xushu:'界徐庶',
re_xushu_prefix:'界',

View File

@ -1554,6 +1554,9 @@ game.import('mode',function(lib,game,ui,get,ai,_status){
});
return !player.wontYe('wei')||!game.hasPlayer(current=>current.identity=='wei')
},
check:function(event,player,name){
return name!='damageBegin1';
},
content:function(){
trigger.num++;
},
@ -6258,7 +6261,9 @@ game.import('mode',function(lib,game,ui,get,ai,_status){
filter:function(event,player){
return !player.getHistory('useCard').length||!player.getHistory('sourceDamage').length;
},
check:()=>false,
check:function(event,player){
return !player.getHistory('useCard').length;
},
content:function(){
lib.skill.rekuangcai.change(player,player.getHistory('useCard').length?-1:1);
},