Merge pull request #1209 from PZ157/PR-Branch

国战禁用无限制变更势力的武将/技能,combo补充
This commit is contained in:
Spmario233 2024-04-15 20:05:07 +08:00 committed by GitHub
commit b9d493954a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 18 additions and 3 deletions

View File

@ -678,6 +678,9 @@ game.import('character', function () {
await player.recover(); await player.recover();
await player.addSkills('dczifu'); await player.addSkills('dczifu');
}, },
ai:{
combo:'dcjichou'
}
}, },
dczifu:{ dczifu:{
audio:2, audio:2,

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:{
@ -4092,6 +4097,7 @@ game.import('character', function () {
}, },
//许攸 //许攸
jsrglipan:{ jsrglipan:{
forbid:['guozhan'],
audio:2, audio:2,
trigger:{ trigger:{
player:'phaseEnd', player:'phaseEnd',
@ -4328,6 +4334,7 @@ game.import('character', function () {
}, },
//吕布 //吕布
jsrgwuchang:{ jsrgwuchang:{
forbid:['guozhan'],
audio:2, audio:2,
trigger:{ trigger:{
player:'gainAfter', player:'gainAfter',

View File

@ -152,6 +152,7 @@ game.import('character', function () {
}, },
//魏武帝 //魏武帝
junkguixin:{ junkguixin:{
forbid:['guozhan'],
init:function(){ init:function(){
if(!_status.junkguixin){ if(!_status.junkguixin){
_status.junkguixin=[]; _status.junkguixin=[];

View File

@ -2437,9 +2437,6 @@ game.import('character', function () {
}, },
}, },
}, },
ai:{
combo:'nzry_zhenliang',
},
}, },
"nzry_zhenliang":{ "nzry_zhenliang":{
audio:"nzry_zhenliang_1", audio:"nzry_zhenliang_1",

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']],

View File

@ -15919,6 +15919,7 @@ game.import('character', function () {
} }
}, },
renshe:{ renshe:{
forbid:['guozhan'],
audio:2, audio:2,
trigger:{player:'damageEnd'}, trigger:{player:'damageEnd'},
direct:true, direct:true,

View File

@ -3454,6 +3454,9 @@ game.import('character', function () {
player.addSkills('pozhu'); player.addSkills('pozhu');
}, },
derivation:'pozhu', derivation:'pozhu',
ai:{
combo:'sanchen'
}
}, },
pozhu:{ pozhu:{
enable:'phaseUse', enable:'phaseUse',