Skip to content

Commit

Permalink
fix ImpulseShield (close #33)
Browse files Browse the repository at this point in the history
  • Loading branch information
userXinos committed Nov 3, 2023
1 parent c8e6921 commit 6eb0a3d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions parser/dist/modules.js
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@ export default {
AllowForWSEarlyAccess: 1,
AllowForBLSEarlyAccess: 1,
DNDiff: "TID_DNC_IMPULSE_SHIELD",
ImpulseDurationWS: 6000,
},
OmegaShield: {
Name: "OmegaShield",
Expand Down
2 changes: 1 addition & 1 deletion src/regulation/formatValueRules.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export default [
],
[
['ImpulseSpeedup'],
(v) => `${v / 10}x`,
(v) => `${v}x`,
],
[
['BlueStar_CreditPctPerPos'],
Expand Down
1 change: 1 addition & 0 deletions src/regulation/formatValueRulesTime.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ export default [
'WSDisbandCooldown',
'DPSRampTimes',
'RSLESec',
'ImpulseDuration',
],
(v) => v,
],
Expand Down

0 comments on commit 6eb0a3d

Please sign in to comment.