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 {