From 26abb09c1487455eb40f1a0e4023ad6ffeff89a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=AB=E8=B0=B7=E5=89=91=E4=BB=99?= Date: Thu, 29 Oct 2020 01:40:07 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8B=B1=E9=9F=A9=E6=9C=8D=E4=B9=9F=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- script-universal_function.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script-universal_function.js b/script-universal_function.js index dcf9ba5b..362f0677 100644 --- a/script-universal_function.js +++ b/script-universal_function.js @@ -248,7 +248,7 @@ function calculateAbility(member, assist = null, solo = true, teamsCount = 1) const plusAdd = [10,5,3]; //加值的增加值 const awokenAdd = [ //对应加三维觉醒的序号与增加值 - [{index:1,value:500},{index:65,value:currentDataSource.code=="ja"?-2500:-5000}], //HP + [{index:1,value:500},{index:65,value:-2500}], //HP [{index:2,value:100},{index:66,value:-1000}], //ATK [{index:3,value:200},{index:67,value:-2000}] //RCV ];