This commit is contained in:
parent
b9b2e8b71f
commit
96e84e63a4
|
@ -3566,6 +3566,7 @@ game.import('character',function(lib,game,ui,get,ai,_status){
|
||||||
filter:function(event,player){
|
filter:function(event,player){
|
||||||
return !player.hasSkill('xunbao2');
|
return !player.hasSkill('xunbao2');
|
||||||
},
|
},
|
||||||
|
derivation:['hsbaowu_cangbaotu','hsbaowu_huangjinyuanhou'],
|
||||||
priority:1,
|
priority:1,
|
||||||
// filterCard:true,
|
// filterCard:true,
|
||||||
// check:function(card){
|
// check:function(card){
|
||||||
|
|
|
@ -35171,8 +35171,9 @@
|
||||||
node.appendChild(newlined);
|
node.appendChild(newlined);
|
||||||
}
|
}
|
||||||
else if(newlined){
|
else if(newlined){
|
||||||
var span=document.createElement('span');
|
var span=ui.create.div('.tdnode.pointerdiv.shadowed.reduce_radius');
|
||||||
span.style.margin='3px';
|
span.style.margin='3px';
|
||||||
|
span.style.width='auto';
|
||||||
span.innerHTML=' '+namecapt[i].toUpperCase()+' ';
|
span.innerHTML=' '+namecapt[i].toUpperCase()+' ';
|
||||||
span.link=namecapt[i];
|
span.link=namecapt[i];
|
||||||
span.addEventListener(lib.config.touchscreen?'touchend':'click',clickCapt);
|
span.addEventListener(lib.config.touchscreen?'touchend':'click',clickCapt);
|
||||||
|
@ -35254,7 +35255,7 @@
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
for(var i=0;i<groups.length;i++){
|
for(var i=0;i<groups.length;i++){
|
||||||
var span=document.createElement('span');
|
var span=ui.create.div('.tdnode.pointerdiv.shadowed.reduce_radius.reduce_margin');
|
||||||
span.style.margin='3px';
|
span.style.margin='3px';
|
||||||
newlined.appendChild(span);
|
newlined.appendChild(span);
|
||||||
span.innerHTML=get.translation(groups[i]);
|
span.innerHTML=get.translation(groups[i]);
|
||||||
|
@ -35267,7 +35268,7 @@
|
||||||
newlined.appendChild(span);
|
newlined.appendChild(span);
|
||||||
span.style.margin='8px';
|
span.style.margin='8px';
|
||||||
|
|
||||||
packsource=document.createElement('span');
|
packsource=ui.create.div('.tdnode.pointerdiv.shadowed.reduce_radius.reduce_margin');
|
||||||
packsource.style.margin='3px';
|
packsource.style.margin='3px';
|
||||||
newlined.appendChild(packsource);
|
newlined.appendChild(packsource);
|
||||||
var filternode=null;
|
var filternode=null;
|
||||||
|
|
|
@ -1,24 +1,24 @@
|
||||||
window.noname_update={
|
window.noname_update={
|
||||||
version:'1.9.34',
|
version:'1.9.35',
|
||||||
update:'1.9.33.1',
|
// update:'1.9.34',
|
||||||
changeLog:[
|
changeLog:[
|
||||||
'bug修复',
|
'bug修复',
|
||||||
],
|
],
|
||||||
files:[
|
files:[
|
||||||
'game/game.js',
|
'game/game.js',
|
||||||
// 'game/package.js',
|
// 'game/package.js',
|
||||||
'game/config.js',
|
// 'game/config.js',
|
||||||
// 'game/source.js',
|
// 'game/source.js',
|
||||||
// 'game/pressure.js',
|
// 'game/pressure.js',
|
||||||
// 'game/asset.js',
|
// 'game/asset.js',
|
||||||
// 'card/*',
|
// 'card/*',
|
||||||
'card/standard.js',
|
// 'card/standard.js',
|
||||||
'card/gwent.js',
|
// 'card/gwent.js',
|
||||||
// 'card/gujian.js',
|
// 'card/gujian.js',
|
||||||
// 'character/*',
|
// 'character/*',
|
||||||
// 'character/hearth.js',
|
// 'character/hearth.js',
|
||||||
'character/old.js',
|
// 'character/old.js',
|
||||||
'character/gwent.js',
|
// 'character/gwent.js',
|
||||||
// 'character/sp.js',
|
// 'character/sp.js',
|
||||||
// 'character/swd.js',
|
// 'character/swd.js',
|
||||||
// 'character/rank.js',
|
// 'character/rank.js',
|
||||||
|
@ -26,7 +26,7 @@ window.noname_update={
|
||||||
// 'character/xianjian.js',
|
// 'character/xianjian.js',
|
||||||
// 'mode/identity.js',
|
// 'mode/identity.js',
|
||||||
// 'mode/guozhan.js',
|
// 'mode/guozhan.js',
|
||||||
'mode/versus.js',
|
// 'mode/versus.js',
|
||||||
// 'mode/chess.js',
|
// 'mode/chess.js',
|
||||||
// 'mode/tafang.js',
|
// 'mode/tafang.js',
|
||||||
// 'mode/guozhan.js',
|
// 'mode/guozhan.js',
|
||||||
|
|
|
@ -3151,15 +3151,23 @@ div:hover>.intro {
|
||||||
}
|
}
|
||||||
|
|
||||||
.tdnode{
|
.tdnode{
|
||||||
position:relative;
|
position:relative !important;
|
||||||
display:inline-block;
|
display:inline-block !important;
|
||||||
padding:5px;
|
padding:5px !important;
|
||||||
padding-left:8px;
|
padding-left:8px !important;
|
||||||
padding-right:8px;
|
padding-right:8px !important;
|
||||||
font-size:18px;
|
font-size:18px !important;
|
||||||
margin:4px;
|
margin:4px !important;
|
||||||
margin-left:6px;
|
margin-left:6px !important;
|
||||||
margin-right:6px;
|
margin-right:6px !important;
|
||||||
|
width: auto !important;
|
||||||
|
}
|
||||||
|
.tdnode.thundertext{
|
||||||
|
background-image: linear-gradient(rgba(47,101,150,1), rgba(43, 90, 132,1)) !important;
|
||||||
|
}
|
||||||
|
.tdnode.reduce_margin{
|
||||||
|
margin-left: 4px !important;
|
||||||
|
margin-right: 4px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.shadowed,
|
.shadowed,
|
||||||
|
|
Loading…
Reference in New Issue