mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-04-24 23:19:39 -05:00
Patch 9.3
This commit is contained in:
parent
d533dffcf6
commit
a9da7f2faa
|
|
@ -87,6 +87,10 @@ export const findSplatoon3XpBadgeValue = (xPower: number) => {
|
|||
};
|
||||
|
||||
export const PATCHES = [
|
||||
{
|
||||
patch: "9.3.0",
|
||||
date: "2025-03-13",
|
||||
},
|
||||
{
|
||||
patch: "9.2.0",
|
||||
date: "2024-11-20",
|
||||
|
|
@ -95,10 +99,10 @@ export const PATCHES = [
|
|||
patch: "9.0.0",
|
||||
date: "2024-08-29",
|
||||
},
|
||||
{
|
||||
patch: "8.1.0",
|
||||
date: "2024-07-17",
|
||||
},
|
||||
// {
|
||||
// patch: "8.1.0",
|
||||
// date: "2024-07-17",
|
||||
// },
|
||||
// {
|
||||
// patch: "8.0.0",
|
||||
// date: "2024-05-31",
|
||||
|
|
|
|||
|
|
@ -8,8 +8,8 @@ export const weaponParams = {
|
|||
MoveSpeed: 0.08,
|
||||
DamageParam_ValueMax: 380,
|
||||
DamageParam_ValueMin: 190,
|
||||
Jump_DegSwerve: 18,
|
||||
Stand_DegSwerve: 12,
|
||||
Jump_DegSwerve: 17.49,
|
||||
Stand_DegSwerve: 11.66,
|
||||
InkRecoverStop: 15,
|
||||
InkConsume: 0.008,
|
||||
},
|
||||
|
|
@ -21,8 +21,8 @@ export const weaponParams = {
|
|||
MoveSpeed: 0.08,
|
||||
DamageParam_ValueMax: 380,
|
||||
DamageParam_ValueMin: 190,
|
||||
Jump_DegSwerve: 18,
|
||||
Stand_DegSwerve: 12,
|
||||
Jump_DegSwerve: 17.49,
|
||||
Stand_DegSwerve: 11.66,
|
||||
InkRecoverStop: 15,
|
||||
InkConsume: 0.008,
|
||||
},
|
||||
|
|
@ -34,8 +34,8 @@ export const weaponParams = {
|
|||
MoveSpeed: 0.076,
|
||||
DamageParam_ValueMax: 280,
|
||||
DamageParam_ValueMin: 140,
|
||||
Jump_DegSwerve: 15,
|
||||
Stand_DegSwerve: 12,
|
||||
Jump_DegSwerve: 14.58,
|
||||
Stand_DegSwerve: 11.66,
|
||||
InkRecoverStop: 15,
|
||||
InkConsume: 0.0043,
|
||||
},
|
||||
|
|
@ -47,8 +47,8 @@ export const weaponParams = {
|
|||
MoveSpeed: 0.076,
|
||||
DamageParam_ValueMax: 280,
|
||||
DamageParam_ValueMin: 140,
|
||||
Jump_DegSwerve: 15,
|
||||
Stand_DegSwerve: 12,
|
||||
Jump_DegSwerve: 14.58,
|
||||
Stand_DegSwerve: 11.66,
|
||||
InkRecoverStop: 15,
|
||||
InkConsume: 0.0043,
|
||||
},
|
||||
|
|
@ -84,8 +84,8 @@ export const weaponParams = {
|
|||
MoveSpeed: 0.072,
|
||||
DamageParam_ValueMax: 240,
|
||||
DamageParam_ValueMin: 120,
|
||||
Jump_DegSwerve: 16,
|
||||
Stand_DegSwerve: 13,
|
||||
Jump_DegSwerve: 15.54,
|
||||
Stand_DegSwerve: 12.63,
|
||||
InkRecoverStop: 15,
|
||||
InkConsume: 0.005,
|
||||
},
|
||||
|
|
@ -97,8 +97,8 @@ export const weaponParams = {
|
|||
MoveSpeed: 0.072,
|
||||
DamageParam_ValueMax: 240,
|
||||
DamageParam_ValueMin: 120,
|
||||
Jump_DegSwerve: 16,
|
||||
Stand_DegSwerve: 13,
|
||||
Jump_DegSwerve: 15.54,
|
||||
Stand_DegSwerve: 12.63,
|
||||
InkRecoverStop: 15,
|
||||
InkConsume: 0.005,
|
||||
},
|
||||
|
|
@ -184,11 +184,11 @@ export const weaponParams = {
|
|||
subWeaponId: 1,
|
||||
specialWeaponId: 15,
|
||||
WeaponSpeedType: "Fast",
|
||||
MoveSpeed: 0.084,
|
||||
MoveSpeed: 0.088,
|
||||
DamageParam_ValueMax: 300,
|
||||
DamageParam_ValueMin: 150,
|
||||
Jump_DegSwerve: 12,
|
||||
Stand_DegSwerve: 5,
|
||||
Stand_DegSwerve: 4.75,
|
||||
InkConsume: 0.008,
|
||||
},
|
||||
"61": {
|
||||
|
|
@ -196,11 +196,11 @@ export const weaponParams = {
|
|||
subWeaponId: 7,
|
||||
specialWeaponId: 16,
|
||||
WeaponSpeedType: "Fast",
|
||||
MoveSpeed: 0.084,
|
||||
MoveSpeed: 0.088,
|
||||
DamageParam_ValueMax: 300,
|
||||
DamageParam_ValueMin: 150,
|
||||
Jump_DegSwerve: 12,
|
||||
Stand_DegSwerve: 5,
|
||||
Stand_DegSwerve: 4.75,
|
||||
InkConsume: 0.008,
|
||||
},
|
||||
"70": {
|
||||
|
|
@ -288,7 +288,7 @@ export const weaponParams = {
|
|||
MoveSpeed: 0.079,
|
||||
DamageParam_ValueMax: 240,
|
||||
DamageParam_ValueMin: 120,
|
||||
Jump_DegSwerve: 12,
|
||||
Jump_DegSwerve: 8,
|
||||
Stand_DegSwerve: 5.5,
|
||||
InkConsume: 0.0096,
|
||||
},
|
||||
|
|
@ -299,7 +299,7 @@ export const weaponParams = {
|
|||
MoveSpeed: 0.079,
|
||||
DamageParam_ValueMax: 240,
|
||||
DamageParam_ValueMin: 120,
|
||||
Jump_DegSwerve: 12,
|
||||
Jump_DegSwerve: 8,
|
||||
Stand_DegSwerve: 5.5,
|
||||
InkConsume: 0.0096,
|
||||
},
|
||||
|
|
@ -685,7 +685,7 @@ export const weaponParams = {
|
|||
InkConsume: 0.085,
|
||||
},
|
||||
"261": {
|
||||
SpecialPoint: 190,
|
||||
SpecialPoint: 200,
|
||||
subWeaponId: 2,
|
||||
specialWeaponId: 6,
|
||||
overwrites: {
|
||||
|
|
@ -964,7 +964,7 @@ export const weaponParams = {
|
|||
InkConsume_WeaponSwingParam: 0.02,
|
||||
},
|
||||
"1110": {
|
||||
SpecialPoint: 200,
|
||||
SpecialPoint: 190,
|
||||
subWeaponId: 1,
|
||||
specialWeaponId: 3,
|
||||
BodyParam_Damage: 250,
|
||||
|
|
@ -982,7 +982,7 @@ export const weaponParams = {
|
|||
InkConsume_WeaponSwingParam: 0.03,
|
||||
},
|
||||
"1115": {
|
||||
SpecialPoint: 200,
|
||||
SpecialPoint: 190,
|
||||
subWeaponId: 1,
|
||||
specialWeaponId: 3,
|
||||
BodyParam_Damage: 250,
|
||||
|
|
@ -1223,7 +1223,7 @@ export const weaponParams = {
|
|||
InkConsumeMinCharge: 0.02,
|
||||
},
|
||||
"2070": {
|
||||
SpecialPoint: 210,
|
||||
SpecialPoint: 220,
|
||||
subWeaponId: 3,
|
||||
specialWeaponId: 15,
|
||||
MoveSpeedFullCharge: 0.068,
|
||||
|
|
@ -1465,6 +1465,7 @@ export const weaponParams = {
|
|||
},
|
||||
},
|
||||
MoveSpeed: 0.07,
|
||||
MoveSpeed_Charge: 0.062,
|
||||
DamageParam_ValueMax: 300,
|
||||
DamageParam_ValueMin: 150,
|
||||
Jump_DegSwerve: 7,
|
||||
|
|
@ -1484,6 +1485,7 @@ export const weaponParams = {
|
|||
},
|
||||
},
|
||||
MoveSpeed: 0.07,
|
||||
MoveSpeed_Charge: 0.062,
|
||||
DamageParam_ValueMax: 300,
|
||||
DamageParam_ValueMin: 150,
|
||||
Jump_DegSwerve: 7,
|
||||
|
|
@ -1685,8 +1687,8 @@ export const weaponParams = {
|
|||
MoveSpeed: 0.084,
|
||||
DamageParam_ValueMax: 360,
|
||||
DamageParam_ValueMin: 180,
|
||||
Jump_DegSwerve: 12,
|
||||
Stand_DegSwerve: 7,
|
||||
Jump_DegSwerve: 11.66,
|
||||
Stand_DegSwerve: 6.8,
|
||||
InkConsume: 0.00663,
|
||||
InkConsume_SideStepParam: 0.05,
|
||||
},
|
||||
|
|
@ -1698,8 +1700,8 @@ export const weaponParams = {
|
|||
MoveSpeed: 0.084,
|
||||
DamageParam_ValueMax: 360,
|
||||
DamageParam_ValueMin: 180,
|
||||
Jump_DegSwerve: 12,
|
||||
Stand_DegSwerve: 7,
|
||||
Jump_DegSwerve: 11.66,
|
||||
Stand_DegSwerve: 6.8,
|
||||
InkConsume: 0.00663,
|
||||
InkConsume_SideStepParam: 0.05,
|
||||
},
|
||||
|
|
@ -1716,7 +1718,7 @@ export const weaponParams = {
|
|||
InkConsume_SideStepParam: 0.07,
|
||||
},
|
||||
"5011": {
|
||||
SpecialPoint: 200,
|
||||
SpecialPoint: 190,
|
||||
subWeaponId: 6,
|
||||
specialWeaponId: 18,
|
||||
MoveSpeed: 0.08,
|
||||
|
|
@ -1816,7 +1818,7 @@ export const weaponParams = {
|
|||
InkConsume_SideStepParam: 0.03,
|
||||
},
|
||||
"5050": {
|
||||
SpecialPoint: 200,
|
||||
SpecialPoint: 190,
|
||||
subWeaponId: 10,
|
||||
specialWeaponId: 9,
|
||||
MoveSpeed: 0.07,
|
||||
|
|
@ -1932,17 +1934,17 @@ export const weaponParams = {
|
|||
DamageParam_ValueMax: 900,
|
||||
CanopyHP: 1000,
|
||||
InkConsumeUmbrella_WeaponShelterCanopyParam: 0.15,
|
||||
InkConsume_WeaponShelterShotgunParam: 0.07,
|
||||
InkConsume_WeaponShelterShotgunParam: 0.06,
|
||||
},
|
||||
"6031": {
|
||||
SpecialPoint: 200,
|
||||
SpecialPoint: 190,
|
||||
subWeaponId: 11,
|
||||
specialWeaponId: 18,
|
||||
MoveSpeed: 0.058,
|
||||
DamageParam_ValueMax: 900,
|
||||
CanopyHP: 1000,
|
||||
InkConsumeUmbrella_WeaponShelterCanopyParam: 0.15,
|
||||
InkConsume_WeaponShelterShotgunParam: 0.07,
|
||||
InkConsume_WeaponShelterShotgunParam: 0.06,
|
||||
},
|
||||
"7010": {
|
||||
SpecialPoint: 190,
|
||||
|
|
@ -2468,13 +2470,17 @@ export const weaponParams = {
|
|||
},
|
||||
SpecialDurationFrame: {
|
||||
High: 480,
|
||||
Low: 360,
|
||||
Mid: 420,
|
||||
Low: 330,
|
||||
Mid: 405,
|
||||
},
|
||||
},
|
||||
DistanceDamage: [
|
||||
{
|
||||
Damage: 530,
|
||||
Distance: 2.5,
|
||||
},
|
||||
{
|
||||
Damage: 350,
|
||||
Distance: 4,
|
||||
},
|
||||
],
|
||||
|
|
@ -2678,11 +2684,11 @@ export const weaponParams = {
|
|||
],
|
||||
ThrowDamage: [
|
||||
{
|
||||
Damage: 600,
|
||||
Damage: 2200,
|
||||
Distance: 4,
|
||||
},
|
||||
{
|
||||
Damage: 300,
|
||||
Damage: 600,
|
||||
Distance: 8,
|
||||
},
|
||||
],
|
||||
|
|
@ -2811,9 +2817,9 @@ export const weaponParams = {
|
|||
Mid: 1.05,
|
||||
},
|
||||
PaintRadius: {
|
||||
High: 10.8,
|
||||
Low: 9,
|
||||
Mid: 9.9,
|
||||
High: 12,
|
||||
Low: 10,
|
||||
Mid: 11,
|
||||
},
|
||||
},
|
||||
DistanceDamage: [
|
||||
|
|
|
|||
|
|
@ -81,7 +81,7 @@ import {
|
|||
import "../analyzer.css";
|
||||
import { SendouSwitch } from "~/components/elements/Switch";
|
||||
|
||||
export const CURRENT_PATCH = "9.2";
|
||||
export const CURRENT_PATCH = "9.3";
|
||||
|
||||
export const meta: MetaFunction = (args) => {
|
||||
return metaTags({
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@ import type { MetaFunction } from "@remix-run/node";
|
|||
import { SendouSwitch } from "~/components/elements/Switch";
|
||||
import { metaTags } from "~/utils/remix";
|
||||
|
||||
export const CURRENT_PATCH = "9.2";
|
||||
export const CURRENT_PATCH = "9.3";
|
||||
|
||||
export const shouldRevalidate: ShouldRevalidateFunction = () => false;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user