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

View File

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

View File

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