This commit is contained in:
parent
771a25aa3f
commit
9dba9a30c1
|
@ -153,6 +153,7 @@ character.extra={
|
||||||
event.targets.remove(player);
|
event.targets.remove(player);
|
||||||
event.targets.sort(lib.sort.seat);
|
event.targets.sort(lib.sort.seat);
|
||||||
event.targets2=event.targets.slice(0);
|
event.targets2=event.targets.slice(0);
|
||||||
|
player.line(event.targets,'green');
|
||||||
"step 1"
|
"step 1"
|
||||||
if(event.targets.length){
|
if(event.targets.length){
|
||||||
event.targets.shift().damage();
|
event.targets.shift().damage();
|
||||||
|
|
|
@ -135,7 +135,12 @@ character.sp={
|
||||||
list.push(i);
|
list.push(i);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
lib.remove('zhaoxiang');
|
var players=game.players.concat(game.dead);
|
||||||
|
for(var i=0;i<players.length;i++){
|
||||||
|
list.remove(players[i].name);
|
||||||
|
list.remove(players[i].name1);
|
||||||
|
list.remove(players[i].name2);
|
||||||
|
}
|
||||||
var dialog=ui.create.dialog('将武将牌替换为一名角色','hidden');
|
var dialog=ui.create.dialog('将武将牌替换为一名角色','hidden');
|
||||||
dialog.add([list.randomGets(5),'character']);
|
dialog.add([list.randomGets(5),'character']);
|
||||||
player.chooseButton(dialog,true).ai=function(button){
|
player.chooseButton(dialog,true).ai=function(button){
|
||||||
|
@ -148,7 +153,9 @@ character.sp={
|
||||||
if(mode!='chess'&&mode!='tafang'&&mode!='stone'){
|
if(mode!='chess'&&mode!='tafang'&&mode!='stone'){
|
||||||
num=Math.min(num,game.players.length+game.dead.length);
|
num=Math.min(num,game.players.length+game.dead.length);
|
||||||
}
|
}
|
||||||
player.reinit('zhaoxiang',result.links[0],num);
|
game.broadcastAll(function(player,name,num){
|
||||||
|
player.reinit('zhaoxiang',name,num);
|
||||||
|
},player,result.links[0],num);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
fanghun:{
|
fanghun:{
|
||||||
|
@ -224,7 +231,7 @@ character.sp={
|
||||||
prompt:'将一张杀当闪打出',
|
prompt:'将一张杀当闪打出',
|
||||||
viewAsFilter:function(player){
|
viewAsFilter:function(player){
|
||||||
if(!player.storage.fanghun) return false;
|
if(!player.storage.fanghun) return false;
|
||||||
if(!player.num('h','shan')) return false;
|
if(!player.num('h','sha')) return false;
|
||||||
},
|
},
|
||||||
onrespond:function(result,player){
|
onrespond:function(result,player){
|
||||||
player.storage.fanghun--;
|
player.storage.fanghun--;
|
||||||
|
@ -1874,7 +1881,7 @@ character.sp={
|
||||||
mod:{
|
mod:{
|
||||||
globalFrom:function(from,to,distance){
|
globalFrom:function(from,to,distance){
|
||||||
return distance-game.countPlayer(function(current){
|
return distance-game.countPlayer(function(current){
|
||||||
return current.sex=='male';
|
return current.sex=='female';
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
109
game/game.js
109
game/game.js
|
@ -18,7 +18,7 @@
|
||||||
};
|
};
|
||||||
var lib={
|
var lib={
|
||||||
configprefix:'noname_0.9_',
|
configprefix:'noname_0.9_',
|
||||||
versionOL:18,
|
versionOL:19,
|
||||||
sourceURL:'https://rawgit.com/libccy/noname/$version$/',
|
sourceURL:'https://rawgit.com/libccy/noname/$version$/',
|
||||||
updateURL:'https://raw.githubusercontent.com/libccy/noname/$version$/',
|
updateURL:'https://raw.githubusercontent.com/libccy/noname/$version$/',
|
||||||
assetURL:'',
|
assetURL:'',
|
||||||
|
@ -7153,6 +7153,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
"step 2"
|
"step 2"
|
||||||
|
event.resume();
|
||||||
if(event.result){
|
if(event.result){
|
||||||
if(event.result.skill){
|
if(event.result.skill){
|
||||||
var info=get.info(event.result.skill);
|
var info=get.info(event.result.skill);
|
||||||
|
@ -7257,6 +7258,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
"step 2"
|
"step 2"
|
||||||
|
event.resume();
|
||||||
if(event.result.bool&&!game.online){
|
if(event.result.bool&&!game.online){
|
||||||
var info=get.info(event.result.skill);
|
var info=get.info(event.result.skill);
|
||||||
if(info&&info.onrespond){
|
if(info&&info.onrespond){
|
||||||
|
@ -7366,6 +7368,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
"step 2"
|
"step 2"
|
||||||
|
event.resume();
|
||||||
if(event.promptdiscard){
|
if(event.promptdiscard){
|
||||||
event.promptdiscard.close();
|
event.promptdiscard.close();
|
||||||
}
|
}
|
||||||
|
@ -7692,6 +7695,7 @@
|
||||||
if(event.callback){
|
if(event.callback){
|
||||||
event.callback(event.player,event.result);
|
event.callback(event.player,event.result);
|
||||||
}
|
}
|
||||||
|
event.resume();
|
||||||
},
|
},
|
||||||
chooseCardOL:function(){
|
chooseCardOL:function(){
|
||||||
'step 0'
|
'step 0'
|
||||||
|
@ -7881,6 +7885,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
"step 2"
|
"step 2"
|
||||||
|
event.resume();
|
||||||
if(event.glow_result&&event.result.cards){
|
if(event.glow_result&&event.result.cards){
|
||||||
for(var i=0;i<event.result.cards.length;i++){
|
for(var i=0;i<event.result.cards.length;i++){
|
||||||
event.result.cards[i].classList.add('glow');
|
event.result.cards[i].classList.add('glow');
|
||||||
|
@ -7937,6 +7942,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if(event.dialog) event.dialog.close();
|
if(event.dialog) event.dialog.close();
|
||||||
|
event.resume();
|
||||||
},
|
},
|
||||||
chooseCardTarget:function(){
|
chooseCardTarget:function(){
|
||||||
"step 0"
|
"step 0"
|
||||||
|
@ -7973,6 +7979,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
"step 2"
|
"step 2"
|
||||||
|
event.resume();
|
||||||
if(event.result.bool){
|
if(event.result.bool){
|
||||||
for(var i=0;i<event.result.targets.length;i++){
|
for(var i=0;i<event.result.targets.length;i++){
|
||||||
event.result.targets[i].animate('target');
|
event.result.targets[i].animate('target');
|
||||||
|
@ -8060,6 +8067,7 @@
|
||||||
event.controlbars[i].close();
|
event.controlbars[i].close();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
event.resume();
|
||||||
},
|
},
|
||||||
chooseBool:function(){
|
chooseBool:function(){
|
||||||
"step 0"
|
"step 0"
|
||||||
|
@ -8101,6 +8109,7 @@
|
||||||
_status.imchoosing=false;
|
_status.imchoosing=false;
|
||||||
event.choosing=false;
|
event.choosing=false;
|
||||||
if(event.dialog) event.dialog.close();
|
if(event.dialog) event.dialog.close();
|
||||||
|
event.resume();
|
||||||
},
|
},
|
||||||
choosePlayerCard:function(){
|
choosePlayerCard:function(){
|
||||||
"step 0"
|
"step 0"
|
||||||
|
@ -8185,6 +8194,7 @@
|
||||||
if(event.result.links){
|
if(event.result.links){
|
||||||
event.result.cards=event.result.links.slice(0);
|
event.result.cards=event.result.links.slice(0);
|
||||||
}
|
}
|
||||||
|
event.resume();
|
||||||
},
|
},
|
||||||
discardPlayerCard:function(){
|
discardPlayerCard:function(){
|
||||||
"step 0"
|
"step 0"
|
||||||
|
@ -8276,6 +8286,7 @@
|
||||||
}
|
}
|
||||||
event.dialog.close();
|
event.dialog.close();
|
||||||
"step 2"
|
"step 2"
|
||||||
|
event.resume();
|
||||||
if(event.result.bool&&event.result.buttons&&!game.online){
|
if(event.result.bool&&event.result.buttons&&!game.online){
|
||||||
if(event.logSkill){
|
if(event.logSkill){
|
||||||
if(typeof event.logSkill=='string'){
|
if(typeof event.logSkill=='string'){
|
||||||
|
@ -8387,6 +8398,7 @@
|
||||||
}
|
}
|
||||||
event.dialog.close();
|
event.dialog.close();
|
||||||
"step 2"
|
"step 2"
|
||||||
|
event.resume();
|
||||||
if(game.online||!event.result.bool){
|
if(game.online||!event.result.bool){
|
||||||
event.finish();
|
event.finish();
|
||||||
}
|
}
|
||||||
|
@ -10181,10 +10193,11 @@
|
||||||
reinit:function(from,to,maxHp){
|
reinit:function(from,to,maxHp){
|
||||||
var info1=lib.character[from];
|
var info1=lib.character[from];
|
||||||
var info2=lib.character[to];
|
var info2=lib.character[to];
|
||||||
if(this.name==from){
|
if(this.name==from&&!this.classList.contains('unseen')){
|
||||||
this.name=to;
|
this.name=to;
|
||||||
this.sex=info2[0];
|
this.sex=info2[0];
|
||||||
this.node.avatar.setBackground(to,'character');
|
this.node.avatar.setBackground(to,'character');
|
||||||
|
this.node.name.innerHTML=get.slimName(to);
|
||||||
}
|
}
|
||||||
else if(this.name2==from){
|
else if(this.name2==from){
|
||||||
this.name2=to;
|
this.name2=to;
|
||||||
|
@ -10192,30 +10205,42 @@
|
||||||
this.sex=info2[0];
|
this.sex=info2[0];
|
||||||
}
|
}
|
||||||
this.node.avatar2.setBackground(to,'character');
|
this.node.avatar2.setBackground(to,'character');
|
||||||
|
this.node.name2.innerHTML=get.slimName(to);
|
||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
return this;
|
return this;
|
||||||
}
|
}
|
||||||
|
var num=(maxHp||info2[2])-info1[2];
|
||||||
|
if(typeof this.singleHp=='boolean'){
|
||||||
|
if(num%2==1){
|
||||||
|
if(this.singleHp){
|
||||||
|
this.maxHp+=(num+1)/2;
|
||||||
|
this.singleHp=false;
|
||||||
|
}
|
||||||
|
else{
|
||||||
|
this.maxHp+=(num-1)/2;
|
||||||
|
this.singleHp=true;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
else{
|
||||||
|
this.maxHp+=num/2;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
else{
|
||||||
|
this.maxHp+=num;
|
||||||
|
}
|
||||||
for(var i=0;i<info1[3].length;i++){
|
for(var i=0;i<info1[3].length;i++){
|
||||||
this.removeSkill(info1[3][i]);
|
this.removeSkill(info1[3][i]);
|
||||||
}
|
}
|
||||||
for(var i=0;i<info2[3].length;i++){
|
for(var i=0;i<info2[3].length;i++){
|
||||||
this.addSkill(info2[3][i]);
|
this.addSkill(info2[3][i]);
|
||||||
}
|
}
|
||||||
var num=(maxHp||info2[2])-info1[2];
|
game.addVideo('reinit3',this,{
|
||||||
if(typeof this.singleHp=='boolean'){
|
from:from,
|
||||||
if(this.singleHp){
|
to:to,
|
||||||
this.maxHp+=(num+1)/2;
|
hp:this.maxHp,
|
||||||
this.singleHp=false;
|
avatar2:this.name2==to
|
||||||
}
|
});
|
||||||
else{
|
|
||||||
this.maxHp+=(num-1)/2;
|
|
||||||
this.singleHp=true;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
else{
|
|
||||||
this.maxHp+=num;
|
|
||||||
}
|
|
||||||
this.update();
|
this.update();
|
||||||
if(this.singleHp===true&&!this.classList.contains('unseen')&&!this.classList.contains('unseen2')){
|
if(this.singleHp===true&&!this.classList.contains('unseen')&&!this.classList.contains('unseen2')){
|
||||||
this.doubleDraw();
|
this.doubleDraw();
|
||||||
|
@ -15206,6 +15231,11 @@
|
||||||
this.player.wait();
|
this.player.wait();
|
||||||
game.pause();
|
game.pause();
|
||||||
},
|
},
|
||||||
|
resume:function(){
|
||||||
|
delete this._cardChoice;
|
||||||
|
delete this._targetChoice;
|
||||||
|
delete this._skillChoice;
|
||||||
|
},
|
||||||
getParent:function(level){
|
getParent:function(level){
|
||||||
var parent;
|
var parent;
|
||||||
if(this._modparent&&game.online){
|
if(this._modparent&&game.online){
|
||||||
|
@ -18317,10 +18347,10 @@
|
||||||
game.players[i].identity='unknown';
|
game.players[i].identity='unknown';
|
||||||
|
|
||||||
lib.translate[game.players[i].name]=players[i].translate;
|
lib.translate[game.players[i].name]=players[i].translate;
|
||||||
game.players[i].init(players[i].name1,players[i].name2,false);
|
game.players[i].init(players[i].name1,players[i].name2);
|
||||||
|
|
||||||
game.players[i].classList.add('unseen');
|
game.players[i].classList.add('unseen_v');
|
||||||
game.players[i].classList.add('unseen2');
|
game.players[i].classList.add('unseen2_v');
|
||||||
if(game.players[i]!=game.me){
|
if(game.players[i]!=game.me){
|
||||||
game.players[i].node.identity.firstChild.innerHTML='猜';
|
game.players[i].node.identity.firstChild.innerHTML='猜';
|
||||||
game.players[i].node.identity.dataset.color='unknown';
|
game.players[i].node.identity.dataset.color='unknown';
|
||||||
|
@ -18564,6 +18594,34 @@
|
||||||
console.log(source);
|
console.log(source);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
reinit3:function(source,content){
|
||||||
|
if(source&&content){
|
||||||
|
var info1=lib.character[content.from];
|
||||||
|
var info2=lib.character[content.to];
|
||||||
|
if(content.avatar2){
|
||||||
|
source.name2=content.to;
|
||||||
|
if(source.classList.contains('unseen')){
|
||||||
|
source.sex=info2[0];
|
||||||
|
}
|
||||||
|
source.node.avatar2.setBackground(content.to,'character');
|
||||||
|
source.node.name2.innerHTML=get.slimName(content.to);
|
||||||
|
}
|
||||||
|
else{
|
||||||
|
source.name=content.to;
|
||||||
|
source.sex=info2[0];
|
||||||
|
source.node.avatar.setBackground(content.to,'character');
|
||||||
|
source.node.name.innerHTML=get.slimName(content.to);
|
||||||
|
}
|
||||||
|
source.maxHp=content.hp;
|
||||||
|
this.update();
|
||||||
|
for(var i=0;i<info1[3].length;i++){
|
||||||
|
source.removeSkill(info1[3][i]);
|
||||||
|
}
|
||||||
|
for(var i=0;i<info2[3].length;i++){
|
||||||
|
source.addSkill(info2[3][i]);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
skill:function(player,content){
|
skill:function(player,content){
|
||||||
if(typeof content=='string'){
|
if(typeof content=='string'){
|
||||||
lib.skill[content].video(player);
|
lib.skill[content].video(player);
|
||||||
|
@ -18599,14 +18657,14 @@
|
||||||
if(player&&player.classList){
|
if(player&&player.classList){
|
||||||
switch(num){
|
switch(num){
|
||||||
case 0:
|
case 0:
|
||||||
player.classList.remove('unseen');
|
player.classList.remove('unseen_v');
|
||||||
break;
|
break;
|
||||||
case 1:
|
case 1:
|
||||||
player.classList.remove('unseen2');
|
player.classList.remove('unseen2_v');
|
||||||
break;
|
break;
|
||||||
case 2:
|
case 2:
|
||||||
player.classList.remove('unseen');
|
player.classList.remove('unseen_v');
|
||||||
player.classList.remove('unseen2');
|
player.classList.remove('unseen2_v');
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -20797,7 +20855,7 @@
|
||||||
event.finish();
|
event.finish();
|
||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
if(lib.config.compatiblemode){
|
if(lib.config.compatiblemode||_status.connectMode){
|
||||||
try{
|
try{
|
||||||
event.content(event,step,source,player,target,targets,
|
event.content(event,step,source,player,target,targets,
|
||||||
card,cards,skill,forced,num,trigger,result,
|
card,cards,skill,forced,num,trigger,result,
|
||||||
|
@ -20834,9 +20892,6 @@
|
||||||
}
|
}
|
||||||
_status.paused=false;
|
_status.paused=false;
|
||||||
delete _status.waitingForTransition;
|
delete _status.waitingForTransition;
|
||||||
delete _status.event._cardChoice;
|
|
||||||
delete _status.event._targetChoice;
|
|
||||||
delete _status.event._skillChoice;
|
|
||||||
game.loop();
|
game.loop();
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
@ -2108,7 +2108,11 @@ div:not(.handcards)>.card>.info>span,
|
||||||
.player[data-position='0'].unseen>.avatar,
|
.player[data-position='0'].unseen>.avatar,
|
||||||
.player[data-position='0'].unseen2>.avatar2,
|
.player[data-position='0'].unseen2>.avatar2,
|
||||||
.player[data-position='0'].unseen>.name:not(.name2):not(.name_seat),
|
.player[data-position='0'].unseen>.name:not(.name2):not(.name_seat),
|
||||||
.player[data-position='0'].unseen2>.name2 {
|
.player[data-position='0'].unseen2>.name2,
|
||||||
|
.unseen_v>.avatar,
|
||||||
|
.unseen2_v>.avatar2,
|
||||||
|
.unseen_v>.name:not(.name2):not(.name_seat),
|
||||||
|
.unseen2_v>.name2 {
|
||||||
opacity: 0.2 !important
|
opacity: 0.2 !important
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue