谋张角【黄天】修改

一轮最多拿四个道兵标记
This commit is contained in:
mengxinzxz 2023-09-20 12:47:36 +08:00 committed by GitHub
parent 2b6b876f2f
commit 73ee6ac8af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -3050,13 +3050,13 @@ game.import('character',function(lib,game,ui,get,ai,_status){
if(!player.hasZhuSkill('sbhuangtian')||!player.hasSkill('sbguidao',null,false,false)) return false;
if(!event.source||player==event.source||event.source.group!='qun') return false;
if(player.hasSkill('sbguidao')&&player.countMark('sbguidao')>=8) return false;
// if(player.countMark('sbhuangtian_count')>999) return false;
if(player.countMark('sbhuangtian_count')>=4) return false;
return true;
},
content:function(){
player.addMark('sbguidao',1);
// player.addTempSkill('sbhuangtian_count','roundStart');
// player.addMark('sbhuangtian_count',1,false);
player.addTempSkill('sbhuangtian_count','roundStart');
player.addMark('sbhuangtian_count',1,false);
}
},
count:{onremove:true}