From 672fa07152263e152ee65a0a4a91732e8fb8cbd6 Mon Sep 17 00:00:00 2001 From: Kalle <38327916+Sendouc@users.noreply.github.com> Date: Thu, 27 Oct 2022 09:14:02 +0300 Subject: [PATCH] Update Build Analyzer to patch 1.2.0 --- app/modules/analyzer/weapon-params.json | 8 ++++---- app/routes/analyzer.tsx | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/modules/analyzer/weapon-params.json b/app/modules/analyzer/weapon-params.json index a01399359..e2ccd2823 100644 --- a/app/modules/analyzer/weapon-params.json +++ b/app/modules/analyzer/weapon-params.json @@ -375,7 +375,7 @@ "InkConsume_WeaponSwingParam": 0.18 }, "1030": { - "SpecialPoint": 200, + "SpecialPoint": 210, "subWeaponId": 10, "specialWeaponId": 4, "InkConsume_WeaponVerticalSwingParam": 0.12, @@ -513,7 +513,7 @@ "InkConsumeSlosher": 0.06 }, "3020": { - "SpecialPoint": 200, + "SpecialPoint": 210, "subWeaponId": 5, "specialWeaponId": 6, "MoveSpeed": 0.07, @@ -748,7 +748,7 @@ "InkConsumeFullCharge_ChargeParam": 0.085 }, "7020": { - "SpecialPoint": 200, + "SpecialPoint": 210, "subWeaponId": 6, "specialWeaponId": 4, "WeaponSpeedType": "Fast", @@ -881,7 +881,7 @@ }, "SubInkSaveLv": 1, "InkConsume": 0.6, - "InkRecoverStop": 70, + "InkRecoverStop": 85, "DistanceDamage_BlastParamArray": [ [ { diff --git a/app/routes/analyzer.tsx b/app/routes/analyzer.tsx index b9b89b763..32c1e3ea8 100644 --- a/app/routes/analyzer.tsx +++ b/app/routes/analyzer.tsx @@ -39,7 +39,7 @@ import { type SendouRouteHandle } from "~/utils/remix"; import { makeTitle } from "~/utils/strings"; import { specialWeaponImageUrl, subWeaponImageUrl } from "~/utils/urls"; -export const CURRENT_PATCH = "1.1"; +export const CURRENT_PATCH = "1.2"; export const meta: MetaFunction = () => { return {