周不疑【雀颂】修改宝物牌不计数

This commit is contained in:
mengxinzxz 2023-11-23 00:29:53 +08:00
parent 88a618d009
commit 7ba73efcbc
1 changed files with 2 additions and 2 deletions

View File

@ -1212,7 +1212,7 @@ game.import('character',function(lib,game,ui,get,ai,_status){
target.turnOver(false);
},
getNum:function(player){
return Math.max(1,Math.floor(4-player.countCards('e')/2));
return Math.max(1,Math.floor(4-player.countCards('e',card=>get.subtype(card)!='equip5')/2));
},
ai:{
expose:0.2,
@ -15702,7 +15702,7 @@ game.import('character',function(lib,game,ui,get,ai,_status){
mbhuiyao:'慧夭',
mbhuiyao_info:'出牌阶段限一次。你可以受到1点无来源伤害然后你选择一名其他角色令其视为对另一名角色造成过1点伤害。',
mbquesong:'雀颂',
mbquesong_info:'一名角色的结束阶段若你于本回合受到过伤害你可以令一名角色选择一项1.摸X张牌并复原武将牌X为4-其装备区牌数的一半X向下取整且至少为12.回复1点体力。',
mbquesong_info:'一名角色的结束阶段若你于本回合受到过伤害你可以令一名角色选择一项1.摸X张牌并复原武将牌X为4-其装备区非宝物牌牌数的一半X向下取整且至少为12.回复1点体力。',
xin_yuanshao:'手杀界袁绍',
xin_yuanshao_prefix:'手杀界',
re_baosanniang:'手杀鲍三娘',