陆郁生【润微】技能效果调整

删除"手牌数不等于手牌上限"条件
This commit is contained in:
mengxinzxz 2023-09-20 12:34:26 +08:00 committed by GitHub
parent 4eba9b201b
commit 2b6b876f2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -763,7 +763,7 @@ game.import('character',function(lib,game,ui,get,ai,_status){
trigger:{global:'phaseDiscardBegin'},
filter:function(event,player){
if(event.player==player) return false;
return event.player.isDamaged()&&event.player.countCards('h')!=event.player.getHandcardLimit();
return event.player.isDamaged();
},
direct:true,
content:function(){
@ -25130,7 +25130,7 @@ game.import('character',function(lib,game,ui,get,ai,_status){
olcangxin:'藏心',
olcangxin_info:'①当你受到伤害时你可以观看牌堆底的三张牌并弃置其中任意张牌若你以此法弃置了红桃牌则防止此伤害。②摸牌阶段你多摸X张牌X为牌堆底前三张牌中红桃牌的数量。',
olrunwei:'润微',
olrunwei_info:'其他角色的弃牌阶段开始时,若其已受伤且其手牌数不等于其体力上限,则你可以选择一项:①令其弃置一张牌,其本回合手牌上限+1②令其摸一张牌其本回合手牌上限-1。',
olrunwei_info:'其他角色的弃牌阶段开始时,若其已受伤,则你可以选择一项:①令其弃置一张牌,其本回合手牌上限+1②令其摸一张牌其本回合手牌上限-1。',
caoxi:'曹羲',
olgangshu:'刚述',
olgangshu_info:'①当你使用非基本牌结算结束后,你可以令以下一项数值+1每项至多以此法+51.攻击范围2.受〖刚述〗影响的下个摸牌阶段摸牌数3.使用【杀】的次数上限。②当有牌被你抵消后,重置你〖刚述①〗增加的所有数值。',