Skip to content

Commit

Permalink
regulations
Browse files Browse the repository at this point in the history
  • Loading branch information
userXinos committed Nov 10, 2023
1 parent f8ecbfc commit a6d30b1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
5 changes: 1 addition & 4 deletions src/regulation/headersOrder.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,7 @@ export default [
'ArtifactBoostPct',
'DroneHydro',
'ActivationHydro',
'APTPIOTTP',
'APTPIOTTPYS',
'APTPIOTTPRS',
'APTPIOTTPWS',
'RSLESecRS',
'RushYSHydroDc',
'RushRSHydroDc',
'RushRSSpeedIncr',
Expand Down
3 changes: 2 additions & 1 deletion src/regulation/hideKeys.js
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,8 @@ export default {
'ShipmentDrone.HP',
'RelicDrone.MaxShipments',
'RelicDrone.RelicLoadTicks',
'Dispatch.APTPIOTTPYS', // неизвестная единица измерения
'Dispatch.APTPIOTTPYS',
'Dispatch.APTPIOTTPWS',

// Mining
'HydroRocket.InitialBlueprints',
Expand Down
1 change: 1 addition & 0 deletions src/regulation/statsStyle.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,6 @@ export default {
'ImpulseDPS',
'BlastDroneDamageAmount',
'MirrorDamageAsAOE',
'WSDispatchAOEAmt',
],
};

0 comments on commit a6d30b1

Please sign in to comment.