mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-09-08 04:05:54 -05:00
Update Build Analyzer to patch 1.2.0
This commit is contained in:
@@ -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": [
|
||||
[
|
||||
{
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user