This commit is contained in:
parent
3762b7e748
commit
139abca710
|
@ -240,6 +240,7 @@ card.swd={
|
||||||
yuchanqian:{
|
yuchanqian:{
|
||||||
fullskin:true,
|
fullskin:true,
|
||||||
type:'jiqi',
|
type:'jiqi',
|
||||||
|
addinfo:'杀',
|
||||||
autoViewAs:'sha',
|
autoViewAs:'sha',
|
||||||
ai:{
|
ai:{
|
||||||
value:6,
|
value:6,
|
||||||
|
@ -249,6 +250,7 @@ card.swd={
|
||||||
yuchankun:{
|
yuchankun:{
|
||||||
fullskin:true,
|
fullskin:true,
|
||||||
type:'jiqi',
|
type:'jiqi',
|
||||||
|
addinfo:'药',
|
||||||
autoViewAs:'caoyao',
|
autoViewAs:'caoyao',
|
||||||
ai:{
|
ai:{
|
||||||
value:6,
|
value:6,
|
||||||
|
@ -259,6 +261,7 @@ card.swd={
|
||||||
fullskin:true,
|
fullskin:true,
|
||||||
type:'jiqi',
|
type:'jiqi',
|
||||||
autoViewAs:'jiu',
|
autoViewAs:'jiu',
|
||||||
|
addinfo:'酒',
|
||||||
savable:function(card,player,dying){
|
savable:function(card,player,dying){
|
||||||
return dying==player;
|
return dying==player;
|
||||||
},
|
},
|
||||||
|
@ -271,6 +274,7 @@ card.swd={
|
||||||
fullskin:true,
|
fullskin:true,
|
||||||
type:'jiqi',
|
type:'jiqi',
|
||||||
autoViewAs:'tao',
|
autoViewAs:'tao',
|
||||||
|
addinfo:'桃',
|
||||||
savable:true,
|
savable:true,
|
||||||
ai:{
|
ai:{
|
||||||
value:6,
|
value:6,
|
||||||
|
@ -281,6 +285,7 @@ card.swd={
|
||||||
fullskin:true,
|
fullskin:true,
|
||||||
type:'jiqi',
|
type:'jiqi',
|
||||||
autoViewAs:'xiangyuye',
|
autoViewAs:'xiangyuye',
|
||||||
|
addinfo:'叶',
|
||||||
ai:{
|
ai:{
|
||||||
value:6,
|
value:6,
|
||||||
useful:1
|
useful:1
|
||||||
|
@ -290,6 +295,7 @@ card.swd={
|
||||||
fullskin:true,
|
fullskin:true,
|
||||||
type:'jiqi',
|
type:'jiqi',
|
||||||
autoViewAs:'dujian',
|
autoViewAs:'dujian',
|
||||||
|
addinfo:'箭',
|
||||||
ai:{
|
ai:{
|
||||||
value:6,
|
value:6,
|
||||||
useful:1
|
useful:1
|
||||||
|
@ -298,6 +304,7 @@ card.swd={
|
||||||
yuchangen:{
|
yuchangen:{
|
||||||
fullskin:true,
|
fullskin:true,
|
||||||
type:'jiqi',
|
type:'jiqi',
|
||||||
|
addinfo:'丹',
|
||||||
autoViewAs:'huanpodan',
|
autoViewAs:'huanpodan',
|
||||||
ai:{
|
ai:{
|
||||||
value:6,
|
value:6,
|
||||||
|
@ -307,6 +314,7 @@ card.swd={
|
||||||
yuchandui:{
|
yuchandui:{
|
||||||
fullskin:true,
|
fullskin:true,
|
||||||
type:'jiqi',
|
type:'jiqi',
|
||||||
|
addinfo:'雪',
|
||||||
autoViewAs:'xuejibingbao',
|
autoViewAs:'xuejibingbao',
|
||||||
ai:{
|
ai:{
|
||||||
value:6,
|
value:6,
|
||||||
|
|
17
game/game.js
17
game/game.js
|
@ -945,7 +945,7 @@
|
||||||
unfrequent:true,
|
unfrequent:true,
|
||||||
},
|
},
|
||||||
show_phaseuse_prompt:{
|
show_phaseuse_prompt:{
|
||||||
name:'出牌阶段显示提示',
|
name:'出牌阶段提示',
|
||||||
init:true,
|
init:true,
|
||||||
unfrequent:true,
|
unfrequent:true,
|
||||||
},
|
},
|
||||||
|
@ -2395,6 +2395,17 @@
|
||||||
nei:'内奸',
|
nei:'内奸',
|
||||||
fan:'反贼',
|
fan:'反贼',
|
||||||
},
|
},
|
||||||
|
},
|
||||||
|
ban_identity3:{
|
||||||
|
name:'屏蔽身份3',
|
||||||
|
init:'off',
|
||||||
|
item:{
|
||||||
|
off:'关闭',
|
||||||
|
zhu:'主公',
|
||||||
|
zhong:'忠臣',
|
||||||
|
nei:'内奸',
|
||||||
|
fan:'反贼',
|
||||||
|
},
|
||||||
},
|
},
|
||||||
ai_strategy:{
|
ai_strategy:{
|
||||||
name:'内奸策略',
|
name:'内奸策略',
|
||||||
|
@ -13668,7 +13679,9 @@
|
||||||
this.node.info.innerHTML=get.translation(card[0])+'<span> </span>'+card[1];
|
this.node.info.innerHTML=get.translation(card[0])+'<span> </span>'+card[1];
|
||||||
}
|
}
|
||||||
if(info.addinfo){
|
if(info.addinfo){
|
||||||
this.node.addinfo=ui.create.div('.range',this);
|
if(!this.node.addinfo){
|
||||||
|
this.node.addinfo=ui.create.div('.range',this);
|
||||||
|
}
|
||||||
this.node.addinfo.innerHTML=info.addinfo;
|
this.node.addinfo.innerHTML=info.addinfo;
|
||||||
}
|
}
|
||||||
if(card[0]=='heart'||card[0]=='diamond'){
|
if(card[0]=='heart'||card[0]=='diamond'){
|
||||||
|
|
|
@ -756,6 +756,9 @@ mode.identity={
|
||||||
ban_identity.push(get.config('ban_identity')||'off');
|
ban_identity.push(get.config('ban_identity')||'off');
|
||||||
if(ban_identity[0]!='off'){
|
if(ban_identity[0]!='off'){
|
||||||
ban_identity.push(get.config('ban_identity2')||'off');
|
ban_identity.push(get.config('ban_identity2')||'off');
|
||||||
|
if(ban_identity[1]!='off'){
|
||||||
|
ban_identity.push(get.config('ban_identity3')||'off');
|
||||||
|
}
|
||||||
}
|
}
|
||||||
ban_identity.remove('off');
|
ban_identity.remove('off');
|
||||||
if(ban_identity.length){
|
if(ban_identity.length){
|
||||||
|
|
Loading…
Reference in New Issue