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