v1.9.95.5.1
This commit is contained in:
parent
77435e903e
commit
168bd55ca2
|
@ -1131,7 +1131,7 @@ game.import('character',function(lib,game,ui,get,ai,_status){
|
||||||
retuntian:'屯田',
|
retuntian:'屯田',
|
||||||
retiaoxin:'挑衅',
|
retiaoxin:'挑衅',
|
||||||
rebeige:'悲歌',
|
rebeige:'悲歌',
|
||||||
retuntian_info:'当你于回合外失去牌时,你可以进行一次判定。若判定结果不为♥,你获得此牌。否则你将此牌置于你的武将牌上,称之为【田】。锁定技,你计算与其他角色的距离时-X(X为你武将牌上【田】的数目)',
|
retuntian_info:'当你于回合外失去牌时,你可以进行一次判定。若判定结果为♥,你获得此判定牌。否则你将此牌置于你的武将牌上,称之为【田】。锁定技,你计算与其他角色的距离时-X(X为你武将牌上【田】的数目)',
|
||||||
retiaoxin_info:'出牌阶段限一次,你可以指定一名有牌的其他角色,该角色需对你使用一张【杀】,否则你弃置其一张牌。',
|
retiaoxin_info:'出牌阶段限一次,你可以指定一名有牌的其他角色,该角色需对你使用一张【杀】,否则你弃置其一张牌。',
|
||||||
rebeige_info:'当有角色受到【杀】造成的伤害后,你可以弃一张牌,并令其进行一次判定,若判定结果为:♥该角色回复X点体力(X为伤害点数);♦︎该角色摸三张牌;♣伤害来源弃两张牌;♠伤害来源将其武将牌翻面',
|
rebeige_info:'当有角色受到【杀】造成的伤害后,你可以弃一张牌,并令其进行一次判定,若判定结果为:♥该角色回复X点体力(X为伤害点数);♦︎该角色摸三张牌;♣伤害来源弃两张牌;♠伤害来源将其武将牌翻面',
|
||||||
meiyong:'妹勇',
|
meiyong:'妹勇',
|
||||||
|
|
|
@ -3516,9 +3516,9 @@ game.import('character',function(lib,game,ui,get,ai,_status){
|
||||||
},
|
},
|
||||||
huashen2:{
|
huashen2:{
|
||||||
audio:2,
|
audio:2,
|
||||||
trigger:{player:['phaseZhunbeiBeginStart','phaseAfter','huashenStart']},
|
trigger:{player:['phaseBeginStart','phaseAfter','huashenStart']},
|
||||||
filter:function(event,player,name){
|
filter:function(event,player,name){
|
||||||
if(name=='phaseZhunbeiBeginStart'&&game.phaseNumber==1) return false;
|
if(name=='phaseBeginStart'&&game.phaseNumber==1) return false;
|
||||||
return true;
|
return true;
|
||||||
},
|
},
|
||||||
//priority:50,
|
//priority:50,
|
||||||
|
|
Loading…
Reference in New Issue