diff --git a/src/regulation/headersOrder.js b/src/regulation/headersOrder.js index fc77a3c6..dbb0e910 100644 --- a/src/regulation/headersOrder.js +++ b/src/regulation/headersOrder.js @@ -45,10 +45,7 @@ export default [ 'ArtifactBoostPct', 'DroneHydro', 'ActivationHydro', - 'APTPIOTTP', - 'APTPIOTTPYS', - 'APTPIOTTPRS', - 'APTPIOTTPWS', + 'RSLESecRS', 'RushYSHydroDc', 'RushRSHydroDc', 'RushRSSpeedIncr', diff --git a/src/regulation/hideKeys.js b/src/regulation/hideKeys.js index af490e37..e7b5b52b 100644 --- a/src/regulation/hideKeys.js +++ b/src/regulation/hideKeys.js @@ -191,7 +191,8 @@ export default { 'ShipmentDrone.HP', 'RelicDrone.MaxShipments', 'RelicDrone.RelicLoadTicks', - 'Dispatch.APTPIOTTPYS', // неизвестная единица измерения + 'Dispatch.APTPIOTTPYS', + 'Dispatch.APTPIOTTPWS', // Mining 'HydroRocket.InitialBlueprints', diff --git a/src/regulation/statsStyle.js b/src/regulation/statsStyle.js index b77c9860..070ecb8f 100644 --- a/src/regulation/statsStyle.js +++ b/src/regulation/statsStyle.js @@ -80,5 +80,6 @@ export default { 'ImpulseDPS', 'BlastDroneDamageAmount', 'MirrorDamageAsAOE', + 'WSDispatchAOEAmt', ], };