Skip to content

Commit

Permalink
Patch 5.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sendouc committed Oct 18, 2023
1 parent 631dc2b commit e8d7810
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 36 deletions.
38 changes: 19 additions & 19 deletions app/features/build-analyzer/core/weapon-params.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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,
Expand Down Expand Up @@ -90,7 +90,7 @@
"InkConsume": 0.005
},
"31": {
"SpecialPoint": 200,
"SpecialPoint": 190,
"subWeaponId": 3,
"specialWeaponId": 6,
"WeaponSpeedType": "Fast",
Expand Down Expand Up @@ -439,7 +439,7 @@
"InkConsume": 0.04
},
"240": {
"SpecialPoint": 200,
"SpecialPoint": 190,
"subWeaponId": 10,
"specialWeaponId": 14,
"overwrites": {
Expand Down Expand Up @@ -548,7 +548,7 @@
"specialWeaponId": 13,
"overwrites": {
"ReduceJumpSwerveRate": {
"Mid": 0.5
"Mid": 0.625
}
},
"MoveSpeed": 0.04,
Expand All @@ -566,7 +566,7 @@
"Jump_DegSwerve": 8,
"Stand_DegSwerve": 0,
"InkRecoverStop": 60,
"InkConsume": 0.1
"InkConsume": 0.085
},
"300": {
"SpecialPoint": 200,
Expand Down Expand Up @@ -633,7 +633,7 @@
"InkConsume": 0.0225
},
"400": {
"SpecialPoint": 200,
"SpecialPoint": 210,
"subWeaponId": 4,
"specialWeaponId": 1,
"MoveSpeed": 0.072,
Expand Down Expand Up @@ -742,7 +742,7 @@
"InkConsume_WeaponWideSwingParam": 0.08
},
"1040": {
"SpecialPoint": 200,
"SpecialPoint": 190,
"subWeaponId": 4,
"specialWeaponId": 8,
"BodyParam_Damage": 700,
Expand Down Expand Up @@ -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
},
Expand Down Expand Up @@ -991,7 +991,7 @@
"InkConsumeSlosher": 0.06
},
"3011": {
"SpecialPoint": 190,
"SpecialPoint": 200,
"subWeaponId": 5,
"specialWeaponId": 15,
"WeaponSpeedType": "Fast",
Expand Down Expand Up @@ -1084,7 +1084,7 @@
"Jump_DegSwerve": 8,
"Stand_DegSwerve": 4,
"InkRecoverStop": 30,
"InkConsumeFullChargeSplatling": 0.1725
"InkConsumeFullChargeSplatling": 0.15
},
"4001": {
"SpecialPoint": 200,
Expand All @@ -1104,7 +1104,7 @@
"Jump_DegSwerve": 8,
"Stand_DegSwerve": 4,
"InkRecoverStop": 30,
"InkConsumeFullChargeSplatling": 0.1725
"InkConsumeFullChargeSplatling": 0.15
},
"4010": {
"SpecialPoint": 200,
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -1327,7 +1327,7 @@
"InkConsume_SideStepParam": 0.08
},
"5031": {
"SpecialPoint": 200,
"SpecialPoint": 210,
"subWeaponId": 8,
"specialWeaponId": 16,
"MoveSpeed": 0.072,
Expand Down Expand Up @@ -1469,7 +1469,7 @@
"InkConsumeFullCharge_ChargeParam": 0.065
},
"8000": {
"SpecialPoint": 200,
"SpecialPoint": 210,
"subWeaponId": 2,
"specialWeaponId": 3,
"DamageParam_SplatanaVerticalDirect": 1400,
Expand Down Expand Up @@ -1653,7 +1653,7 @@
}
},
"SubInkSaveLv": 2,
"InkConsume": 0.7,
"InkConsume": 0.65,
"InkRecoverStop": 70,
"DistanceDamage": [
[
Expand Down Expand Up @@ -1842,7 +1842,7 @@
},
"DistanceDamage": [
{
"Damage": 600,
"Damage": 530,
"Distance": 4
}
],
Expand Down Expand Up @@ -1905,7 +1905,7 @@
},
{
"Damage": 300,
"Distance": 5
"Distance": 4.25
}
]
},
Expand Down Expand Up @@ -1984,7 +1984,7 @@
"Mid": 220
}
},
"TickDamage": 30
"TickDamage": 35
},
"10": {
"overwrites": {
Expand Down
2 changes: 1 addition & 1 deletion app/features/build-analyzer/routes/analyzer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 [
Expand Down
30 changes: 15 additions & 15 deletions app/features/object-damage-calculator/core/object-dmg.json
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,7 @@
]
},
"BrushCore": {
"mainWeaponIds": [1120, 1100, 1101, 1110],
"mainWeaponIds": [1120, 1100, 1101, 1110, 1111],
"subWeaponIds": [],
"specialWeaponIds": [],
"rates": [
Expand All @@ -641,7 +641,7 @@
]
},
"BrushSplash": {
"mainWeaponIds": [1120, 1100, 1101, 1110],
"mainWeaponIds": [1120, 1100, 1101, 1110, 1111],
"subWeaponIds": [],
"specialWeaponIds": [],
"rates": [
Expand Down Expand Up @@ -861,7 +861,7 @@
]
},
"ChargerFull": {
"mainWeaponIds": [2060, 2020, 2021, 2010, 2011, 2000],
"mainWeaponIds": [2060, 2061, 2020, 2021, 2010, 2011, 2000],
"subWeaponIds": [],
"specialWeaponIds": [],
"rates": [
Expand Down Expand Up @@ -1026,7 +1026,7 @@
]
},
"Charger": {
"mainWeaponIds": [2060, 2020, 2021, 2010, 2011, 2000],
"mainWeaponIds": [2060, 2061, 2020, 2021, 2010, 2011, 2000],
"subWeaponIds": [],
"specialWeaponIds": [],
"rates": [
Expand Down Expand Up @@ -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],
Expand Down Expand Up @@ -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": [
Expand Down Expand Up @@ -1817,7 +1817,7 @@
]
},
"RollerSplash_Heavy": {
"mainWeaponIds": [1020],
"mainWeaponIds": [1020, 1021],
"subWeaponIds": [],
"specialWeaponIds": [],
"rates": [
Expand Down Expand Up @@ -2379,7 +2379,7 @@
]
},
"ShelterCanopy": {
"mainWeaponIds": [6000],
"mainWeaponIds": [6000, 6001],
"subWeaponIds": [],
"specialWeaponIds": [],
"rates": [
Expand Down Expand Up @@ -2548,7 +2548,7 @@
]
},
"ShelterShot": {
"mainWeaponIds": [6000],
"mainWeaponIds": [6000, 6001],
"subWeaponIds": [],
"specialWeaponIds": [],
"rates": [
Expand Down Expand Up @@ -3298,7 +3298,7 @@
]
},
"Slosher_Bathtub": {
"mainWeaponIds": [3030],
"mainWeaponIds": [3030, 3031],
"subWeaponIds": [],
"specialWeaponIds": [],
"rates": [
Expand Down Expand Up @@ -3431,7 +3431,7 @@
]
},
"Slosher": {
"mainWeaponIds": [3010, 3011, 3020, 3000, 3001],
"mainWeaponIds": [3010, 3011, 3050, 3020, 3021, 3000, 3001],
"subWeaponIds": [],
"specialWeaponIds": [],
"rates": [
Expand Down Expand Up @@ -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": [
Expand Down Expand Up @@ -3583,7 +3583,7 @@
]
},
"Stringer": {
"mainWeaponIds": [7010],
"mainWeaponIds": [7010, 7011],
"subWeaponIds": [],
"specialWeaponIds": [],
"rates": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit e8d7810

Please sign in to comment.