Patch 5.1.

This commit is contained in:
Kalle
2023-10-18 18:08:09 +03:00
parent 631dc2b1ed
commit e8d78106e0
4 changed files with 36 additions and 36 deletions

View File

@@ -31,7 +31,7 @@
"subWeaponId": 0,
"specialWeaponId": 2,
"WeaponSpeedType": "Fast",
"MoveSpeed": 0.072,
"MoveSpeed": 0.076,
"DamageParam_ValueMax": 280,
"DamageParam_ValueMin": 140,
"Jump_DegSwerve": 15,
@@ -44,7 +44,7 @@
"subWeaponId": 13,
"specialWeaponId": 7,
"WeaponSpeedType": "Fast",
"MoveSpeed": 0.072,
"MoveSpeed": 0.076,
"DamageParam_ValueMax": 280,
"DamageParam_ValueMin": 140,
"Jump_DegSwerve": 15,
@@ -90,7 +90,7 @@
"InkConsume": 0.005
},
"31": {
"SpecialPoint": 200,
"SpecialPoint": 190,
"subWeaponId": 3,
"specialWeaponId": 6,
"WeaponSpeedType": "Fast",
@@ -439,7 +439,7 @@
"InkConsume": 0.04
},
"240": {
"SpecialPoint": 200,
"SpecialPoint": 190,
"subWeaponId": 10,
"specialWeaponId": 14,
"overwrites": {
@@ -548,7 +548,7 @@
"specialWeaponId": 13,
"overwrites": {
"ReduceJumpSwerveRate": {
"Mid": 0.5
"Mid": 0.625
}
},
"MoveSpeed": 0.04,
@@ -566,7 +566,7 @@
"Jump_DegSwerve": 8,
"Stand_DegSwerve": 0,
"InkRecoverStop": 60,
"InkConsume": 0.1
"InkConsume": 0.085
},
"300": {
"SpecialPoint": 200,
@@ -633,7 +633,7 @@
"InkConsume": 0.0225
},
"400": {
"SpecialPoint": 200,
"SpecialPoint": 210,
"subWeaponId": 4,
"specialWeaponId": 1,
"MoveSpeed": 0.072,
@@ -742,7 +742,7 @@
"InkConsume_WeaponWideSwingParam": 0.08
},
"1040": {
"SpecialPoint": 200,
"SpecialPoint": 190,
"subWeaponId": 4,
"specialWeaponId": 8,
"BodyParam_Damage": 700,
@@ -806,7 +806,7 @@
"subWeaponId": 6,
"specialWeaponId": 7,
"BodyParam_Damage": 300,
"SwingUnitGroupParam_DamageParam_DamageMinValue": 250,
"SwingUnitGroupParam_DamageParam_DamageMinValue": 310,
"SwingUnitGroupParam_DamageParam_DamageMaxValue": 600,
"InkConsume_WeaponSwingParam": 0.048
},
@@ -991,7 +991,7 @@
"InkConsumeSlosher": 0.06
},
"3011": {
"SpecialPoint": 190,
"SpecialPoint": 200,
"subWeaponId": 5,
"specialWeaponId": 15,
"WeaponSpeedType": "Fast",
@@ -1084,7 +1084,7 @@
"Jump_DegSwerve": 8,
"Stand_DegSwerve": 4,
"InkRecoverStop": 30,
"InkConsumeFullChargeSplatling": 0.1725
"InkConsumeFullChargeSplatling": 0.15
},
"4001": {
"SpecialPoint": 200,
@@ -1104,7 +1104,7 @@
"Jump_DegSwerve": 8,
"Stand_DegSwerve": 4,
"InkRecoverStop": 30,
"InkConsumeFullChargeSplatling": 0.1725
"InkConsumeFullChargeSplatling": 0.15
},
"4010": {
"SpecialPoint": 200,
@@ -1162,7 +1162,7 @@
},
"WeaponSpeedType": "Slow",
"MoveSpeed": 0.06,
"MoveSpeed_Charge": 0.04,
"MoveSpeed_Charge": 0.044,
"DamageParam_ValueMax": 320,
"DamageParam_ValueMin": 160,
"DamageParam_ValueFullChargeMax": 400,
@@ -1327,7 +1327,7 @@
"InkConsume_SideStepParam": 0.08
},
"5031": {
"SpecialPoint": 200,
"SpecialPoint": 210,
"subWeaponId": 8,
"specialWeaponId": 16,
"MoveSpeed": 0.072,
@@ -1469,7 +1469,7 @@
"InkConsumeFullCharge_ChargeParam": 0.065
},
"8000": {
"SpecialPoint": 200,
"SpecialPoint": 210,
"subWeaponId": 2,
"specialWeaponId": 3,
"DamageParam_SplatanaVerticalDirect": 1400,
@@ -1653,7 +1653,7 @@
}
},
"SubInkSaveLv": 2,
"InkConsume": 0.7,
"InkConsume": 0.65,
"InkRecoverStop": 70,
"DistanceDamage": [
[
@@ -1842,7 +1842,7 @@
},
"DistanceDamage": [
{
"Damage": 600,
"Damage": 530,
"Distance": 4
}
],
@@ -1905,7 +1905,7 @@
},
{
"Damage": 300,
"Distance": 5
"Distance": 4.25
}
]
},
@@ -1984,7 +1984,7 @@
"Mid": 220
}
},
"TickDamage": 30
"TickDamage": 35
},
"10": {
"overwrites": {

View File

@@ -76,7 +76,7 @@ import {
} from "../core/utils";
import { PerInkTankGrid } from "../components/PerInkTankGrid";
export const CURRENT_PATCH = "5.0";
export const CURRENT_PATCH = "5.1";
export const meta: V2_MetaFunction = () => {
return [

View File

@@ -618,7 +618,7 @@
]
},
"BrushCore": {
"mainWeaponIds": [1120, 1100, 1101, 1110],
"mainWeaponIds": [1120, 1100, 1101, 1110, 1111],
"subWeaponIds": [],
"specialWeaponIds": [],
"rates": [
@@ -641,7 +641,7 @@
]
},
"BrushSplash": {
"mainWeaponIds": [1120, 1100, 1101, 1110],
"mainWeaponIds": [1120, 1100, 1101, 1110, 1111],
"subWeaponIds": [],
"specialWeaponIds": [],
"rates": [
@@ -861,7 +861,7 @@
]
},
"ChargerFull": {
"mainWeaponIds": [2060, 2020, 2021, 2010, 2011, 2000],
"mainWeaponIds": [2060, 2061, 2020, 2021, 2010, 2011, 2000],
"subWeaponIds": [],
"specialWeaponIds": [],
"rates": [
@@ -1026,7 +1026,7 @@
]
},
"Charger": {
"mainWeaponIds": [2060, 2020, 2021, 2010, 2011, 2000],
"mainWeaponIds": [2060, 2061, 2020, 2021, 2010, 2011, 2000],
"subWeaponIds": [],
"specialWeaponIds": [],
"rates": [
@@ -1164,9 +1164,9 @@
},
"Default": {
"mainWeaponIds": [
220, 210, 260, 1120, 1100, 1101, 1110, 2060, 2050, 2040, 2030, 2020, 2021,
2010, 2011, 2070, 2000, 1000, 1001, 1020, 1030, 1010, 1011, 1040, 1041,
6020, 6000, 6010, 6011
220, 210, 260, 1120, 1100, 1101, 1110, 1111, 2060, 2061, 2050, 2040, 2030,
2020, 2021, 2010, 2011, 2070, 2000, 1000, 1001, 1020, 1021, 1030, 1010,
1011, 1040, 1041, 6020, 6000, 6001, 6010, 6011
],
"subWeaponIds": [8, 6, 12, 9, 11],
"specialWeaponIds": [12, 15, 16, 2, 7],
@@ -1739,7 +1739,7 @@
]
},
"RollerCore": {
"mainWeaponIds": [1000, 1001, 1020, 1030, 1010, 1011, 1040, 1041],
"mainWeaponIds": [1000, 1001, 1020, 1021, 1030, 1010, 1011, 1040, 1041],
"subWeaponIds": [],
"specialWeaponIds": [],
"rates": [
@@ -1817,7 +1817,7 @@
]
},
"RollerSplash_Heavy": {
"mainWeaponIds": [1020],
"mainWeaponIds": [1020, 1021],
"subWeaponIds": [],
"specialWeaponIds": [],
"rates": [
@@ -2379,7 +2379,7 @@
]
},
"ShelterCanopy": {
"mainWeaponIds": [6000],
"mainWeaponIds": [6000, 6001],
"subWeaponIds": [],
"specialWeaponIds": [],
"rates": [
@@ -2548,7 +2548,7 @@
]
},
"ShelterShot": {
"mainWeaponIds": [6000],
"mainWeaponIds": [6000, 6001],
"subWeaponIds": [],
"specialWeaponIds": [],
"rates": [
@@ -3298,7 +3298,7 @@
]
},
"Slosher_Bathtub": {
"mainWeaponIds": [3030],
"mainWeaponIds": [3030, 3031],
"subWeaponIds": [],
"specialWeaponIds": [],
"rates": [
@@ -3431,7 +3431,7 @@
]
},
"Slosher": {
"mainWeaponIds": [3010, 3011, 3020, 3000, 3001],
"mainWeaponIds": [3010, 3011, 3050, 3020, 3021, 3000, 3001],
"subWeaponIds": [],
"specialWeaponIds": [],
"rates": [
@@ -3478,7 +3478,7 @@
]
},
"Spinner": {
"mainWeaponIds": [4030, 4020, 4000, 4001, 4040, 4010, 4011],
"mainWeaponIds": [4030, 4031, 4050, 4020, 4000, 4001, 4040, 4010, 4011],
"subWeaponIds": [],
"specialWeaponIds": [],
"rates": [
@@ -3583,7 +3583,7 @@
]
},
"Stringer": {
"mainWeaponIds": [7010],
"mainWeaponIds": [7010, 7011],
"subWeaponIds": [],
"specialWeaponIds": [],
"rates": [

View File

@@ -36,7 +36,7 @@ import { useObjectDamage } from "../calculator-hooks";
import type { DamageReceiver } from "../calculator-types";
import styles from "../calculator.css";
export const CURRENT_PATCH = "5.0";
export const CURRENT_PATCH = "5.1";
export const shouldRevalidate: ShouldRevalidateFunction = () => false;