From 792980f7d8af1e001ca6a79e4078d399d2e68fd0 Mon Sep 17 00:00:00 2001 From: copcap Date: Mon, 6 Nov 2023 01:12:53 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=8B=E6=94=BB=E7=AF=87=E5=86=85=E5=A5=B8AI?= =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mode/identity.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mode/identity.js b/mode/identity.js index 57f201e54..920cced66 100644 --- a/mode/identity.js +++ b/mode/identity.js @@ -3173,7 +3173,7 @@ game.import('mode',function(lib,game,ui,get,ai,_status){ return x/num; } var real=get.realAttitude(from,to),zhibi=from.storage.zhibi,stratagem_expose=from.storage.stratagem_expose,followCamouflage=true; - if(to.ai.shown) return to.ai.shown*(real+(from.identity==to.identity||from.identity=='zhu'&&to.identity=='zhong'||from.identity=='zhong'&&to.identity=='zhu'||(to.identity=='nei'&&get.situation()<=0&&['zhu','zhong'].contains(from.identity)||get.situation()>=3&&from.identity=='fan')?3:-3)) + if(to.ai.shown) return to.ai.shown*(real+(from.identity==to.identity||from.identity=='zhu'&&to.identity=='zhong'||from.identity=='zhong'&&to.identity=='zhu'||from.identity=='nei'&&to.identity=='zhu'&&get.situation()<=1||(to.identity=='nei'&&get.situation()<=0&&['zhu','zhong'].contains(from.identity)||get.situation()>=3&&from.identity=='fan')?2.9:-2.9)) if(from==to||to.identityShown||((stratagem_expose&&stratagem_expose.contains(to))||(zhibi&&zhibi.contains(to)))&&!to.ai.stratagemCamouflage) return real*1.1; if(from.identity=='nei'&&to.ai.stratagemCamouflage) return real*1.1; if(to.identity=='nei'){