This commit is contained in:
libccy 2017-02-06 16:10:35 +08:00
parent 5804e756d5
commit b2bc8bc464
3 changed files with 6 additions and 18 deletions

View File

@ -4150,9 +4150,7 @@ card.swd={
},
mark:true,
intro:{
content:function(storage){
return '手牌上限-'+storage;
}
content:'手牌上限-#'
},
trigger:{player:'phaseEnd'},
forced:true,
@ -4516,9 +4514,7 @@ card.swd={
}
},
intro:{
content:function(storage){
return '已积攒'+storage+'点伤害';
}
content:'已积攒#点伤害'
}
},
nigong2:{
@ -4587,9 +4583,7 @@ card.swd={
trigger.finish();
},
intro:{
content:function(storage){
return '已积攒'+storage+'点力量';
}
content:'已积攒'+storage+'点力量'
},
group:['xujin2']
},

View File

@ -3161,9 +3161,7 @@ character.hearth={
guozai2:{
mark:true,
intro:{
content:function(storage){
return '需弃置'+get.cnNumber(storage)+'张牌';
}
content:'结束阶段需弃置&张牌'
},
trigger:{player:'phaseUseEnd'},
forced:true,
@ -3199,9 +3197,7 @@ character.hearth={
guozaix2:{
mark:true,
intro:{
content:function(storage){
return '需弃置'+get.cnNumber(storage)+'张牌';
}
content:'结束阶段需弃置&张牌'
},
trigger:{player:'phaseUseEnd'},
forced:true,

View File

@ -218,9 +218,7 @@ character.yijiang={
}
},
intro:{
content:function(color){
return '不能使用或打出'+get.translation(color)+'的牌';
}
content:'不能使用或打出$的牌'
}
},
taoluan:{