Update Build Analyzer to patch 1.2.0

This commit is contained in:
Kalle
2022-10-27 09:14:02 +03:00
parent 4353b30f7e
commit 672fa07152
2 changed files with 5 additions and 5 deletions

View File

@@ -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": [
[
{

View File

@@ -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 {