This commit is contained in:
parent
573c33fd58
commit
65a5ed43bd
|
@ -523,6 +523,7 @@ game.import('card',function(lib,game,ui,get,ai,_status){
|
|||
_status.dieClose.push(dialog);
|
||||
dialog.videoId=id;
|
||||
},cards,dialog.videoId);
|
||||
game.log(event.card,'亮出了',cards);
|
||||
},
|
||||
content:function(){
|
||||
"step 0"
|
||||
|
@ -654,7 +655,7 @@ game.import('card',function(lib,game,ui,get,ai,_status){
|
|||
},
|
||||
ai:{
|
||||
basic:{
|
||||
order:9,
|
||||
order:1,
|
||||
useful:[3,1],
|
||||
value:0
|
||||
},
|
||||
|
|
|
@ -2348,7 +2348,7 @@ game.import('character',function(lib,game,ui,get,ai,_status){
|
|||
nstaiping:'太平',
|
||||
nstaiping_info:'当你受到一点伤害后(首次伤害除外),你可以选择一项: ①令一个“幻身”增加一点体力上限。②令一个“幻身”回复一点体力。',
|
||||
nsshoudao:'授道',
|
||||
nsshoudao_info:'当“幻身”全部死亡时,你获得技能“雷击”和“鬼道”。当你死亡时,若此时有两个“幻身”,你可以令一名其他角色获得技能“雷击”和“鬼道”。若有一个“幻身”,你可以令一名其他角色获得技能“雷击”或“鬼道”。(杀死你的角色除外)',
|
||||
nsshoudao_info:'当左右“幻身”全部死亡时,你获得技能“雷击”和“鬼道”。当你死亡时,若此时有两个“幻身”,你可以令一名其他角色获得技能“雷击”和“鬼道”。若有一个“幻身”,你可以令一名其他角色获得技能“雷击”或“鬼道”。(杀死你的角色除外)',
|
||||
nsnongquan:'弄权',
|
||||
nsnongquan_info:'出牌阶段不限次数,你可以将最后一张手牌当【无中生有】使用',
|
||||
nsdufu:'毒妇',
|
||||
|
|
|
@ -32612,7 +32612,7 @@
|
|||
shareExtLine.style.marginBottom='5px';
|
||||
shareExtLine.innerHTML='已导出扩展。<span class="hrefnode">分享扩展</span><span class="closenode">×</span>';
|
||||
shareExtLine.querySelectorAll('span')[0].onclick=function(){
|
||||
game.open('https://tieba.baidu.com/p/5438480822');
|
||||
game.open('https://tieba.baidu.com/p/5439380222');
|
||||
};
|
||||
shareExtLine.querySelectorAll('span')[1].onclick=function(){
|
||||
shareExtLine.style.display='none';
|
||||
|
|
|
@ -16,7 +16,7 @@ window.noname_update={
|
|||
// 'card/yunchou.js',
|
||||
// 'card/hearth.js',
|
||||
// 'card/gwent.js',
|
||||
// 'card/guozhan.js',
|
||||
'card/standard.js',
|
||||
// 'character/*',
|
||||
// 'character/hearth.js',
|
||||
// 'character/gwent.js',
|
||||
|
|
Loading…
Reference in New Issue