Skip to content

Commit

Permalink
feat(en-us): Added plotting settings strings (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
Haato3o committed Mar 7, 2024
1 parent b4989e8 commit 7cce7be
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions localization/en-us.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1618,6 +1618,12 @@
<Setting Id="DAMAGE_METER_ENABLE_DPS_PLOT"
String="Display DPS plot"
Description="If enabled, the DPS plot graph will be visible." />
<Setting Id="DAMAGE_METER_PLOT_LINE_SMOOTHING_STRING"
String="Plot line smoothness"
Description="Controls how the smoothness of the plotting lines." />
<Setting Id="DAMAGE_METER_PLOT_LINE_THICKNESS_STRING"
String="Plot line thickness"
Description="Controls the thickness of the plotting lines." />
<Setting Id="DAMAGE_METER_DPS_CALCULATION_STRATEGY_STRING"
String="DPS calculation strategy"
Description="Determines the strategy that will be used to calculate the damage per second.&#xA;- Relative to quest: Will use the quest timer&#xA;- Relative to join: Will use the time when the player joined the party&#xA;- Relative to first hit: Will use the time when the player hit the monster for the first time" />
Expand Down

0 comments on commit 7cce7be

Please sign in to comment.