国战禁用左右横跳武将

This commit is contained in:
157 2024-04-15 19:16:20 +08:00
parent 69f7aa1ec7
commit 3ca2a566b1
3 changed files with 8 additions and 5 deletions

View File

@ -85,6 +85,11 @@ game.import('character', function () {
}, },
characterTitle:{ characterTitle:{
}, },
characterFilter:{
jsrg_jiangwei(mode){
return mode!=='guozhan';
},
},
perfectPair:{}, perfectPair:{},
card:{ card:{
xumou_jsrg:{ xumou_jsrg:{
@ -371,7 +376,6 @@ game.import('character', function () {
}, },
//姜维 //姜维
jsrgjinfa:{ jsrgjinfa:{
forbid:['guozhan'],
audio:2, audio:2,
enable:'phaseUse', enable:'phaseUse',
usable:1, usable:1,
@ -4457,7 +4461,6 @@ game.import('character', function () {
}, },
//张郃 //张郃
jsrgqiongtu:{ jsrgqiongtu:{
//forbid:['guozhan'],
audio:2, audio:2,
enable:'chooseToUse', enable:'chooseToUse',
groupSkill:true, groupSkill:true,
@ -5315,7 +5318,6 @@ game.import('character', function () {
}, },
//张辽 //张辽
jsrgzhengbing:{ jsrgzhengbing:{
//forbid:['guozhan'],
audio:2, audio:2,
enable:'phaseUse', enable:'phaseUse',
usable:3, usable:3,

View File

@ -5995,7 +5995,6 @@ game.import('character', function () {
}, },
//孙尚香 //孙尚香
sbjieyin:{ sbjieyin:{
//forbid:['guozhan'],
trigger:{player:'phaseUseBegin'}, trigger:{player:'phaseUseBegin'},
forced:true, forced:true,
locked:false, locked:false,

View File

@ -28,6 +28,9 @@ game.import('character', function () {
ol_dongzhao:function(mode){ ol_dongzhao:function(mode){
return mode=='identity'&&['normal','zhong'].includes(_status.mode); return mode=='identity'&&['normal','zhong'].includes(_status.mode);
}, },
ol_mengda(mode){
return mode!=='guozhan';
},
}, },
character:{ character:{
ol_liupi:['male','qun',4,['olyicheng']], ol_liupi:['male','qun',4,['olyicheng']],
@ -4865,7 +4868,6 @@ game.import('character', function () {
}, },
//OL孟达 //OL孟达
olgoude:{ olgoude:{
forbid:['guozhan'],
audio:2, audio:2,
trigger:{ trigger:{
global:'phaseEnd', global:'phaseEnd',