This commit is contained in:
parent
213d5cdeb7
commit
4d0da69bbe
|
@ -3105,11 +3105,6 @@ character.sp={
|
|||
audio:2,
|
||||
trigger:{player:'phaseEnd'},
|
||||
direct:true,
|
||||
check:function(event,player){
|
||||
if(player.hp>2) return true;
|
||||
if(player.hp==2&&player.num('h')==0) return true;
|
||||
return false;
|
||||
},
|
||||
content:function(){
|
||||
"step 0"
|
||||
if(player.storage.kunfen||
|
||||
|
|
|
@ -22557,9 +22557,11 @@
|
|||
var packsource;
|
||||
var clickCapt=function(e){
|
||||
if(_status.dragged) return;
|
||||
if(newlined2){
|
||||
newlined2.style.display='none';
|
||||
packsource.innerHTML='武将包';
|
||||
packsource.classList.remove('thundertext');
|
||||
}
|
||||
if(this.classList.contains('thundertext')){
|
||||
dialog.currentcapt=null;
|
||||
dialog.currentcaptnode=null;
|
||||
|
@ -22649,6 +22651,7 @@
|
|||
node.appendChild(span);
|
||||
}
|
||||
}
|
||||
if(!thisiscard){
|
||||
var groups=['wei','shu','wu','qun'];
|
||||
var natures=['water','soil','wood','metal'];
|
||||
var span=document.createElement('span');
|
||||
|
@ -22760,6 +22763,8 @@
|
|||
span.addEventListener(lib.config.touchscreen?'touchend':'click',clickCapt);
|
||||
newlined2.appendChild(span);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
var groupSort;
|
||||
if(thisiscard){
|
||||
|
|
|
@ -1,27 +1,13 @@
|
|||
window.noname_update={
|
||||
version:'1.8.15.2',
|
||||
version:'1.8.15.3',
|
||||
changeLog:[
|
||||
'修bug',
|
||||
],
|
||||
files:{
|
||||
global:[
|
||||
'character/rank.js',
|
||||
'character/ow.js',
|
||||
'character/yijiang.js',
|
||||
'mode/identity.js',
|
||||
'mode/guozhan.js',
|
||||
'mode/versus.js',
|
||||
'mode/stone.js',
|
||||
'mode/boss.js',
|
||||
'mode/chess.js',
|
||||
'character/sp.js',
|
||||
'game/game.js',
|
||||
'game/config.js',
|
||||
'card/swd.js',
|
||||
'card/standard.js',
|
||||
'layout/default/layout.css',
|
||||
],
|
||||
'1.8.15':[],
|
||||
'1.8.15.1':[],
|
||||
'1.8.15.2':[]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue