Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
fix: fixed description about OnlyHotOnTanks.
Browse files Browse the repository at this point in the history
  • Loading branch information
ArchiDog1998 committed May 23, 2023
1 parent 3e5b51b commit 1c6003d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions Resources/AnimationLockTime.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@
"7430": 0.6,
"7431": 0.1,
"7432": 0.6,
"7433": 0.6,
"7439": 0.6,
"7442": 0.1,
"7447": 0.1,
Expand Down
6 changes: 6 additions & 0 deletions Resources/HostileCastingArea.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@
13440,
13461,
13462,
15813,
15824,
15832,
25386,
25524,
25654,
Expand All @@ -70,6 +73,9 @@
28904,
28905,
29046,
29273,
29281,
29283,
29561,
29818,
30134,
Expand Down
2 changes: 1 addition & 1 deletion RotationSolver/Localization/Strings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ internal partial class Strings

public string ConfigWindow_Param_HealOutOfCombat { get; set; } = "Heal party members outside of combat.";

public string ConfigWindow_Param_OnlyHotOnTanks { get; set; } = "Only use hot actions on tank rols.";
public string ConfigWindow_Param_OnlyHotOnTanks { get; set; } = "Use single target healing over time actions only on tanks";

public string ConfigWindow_Param_BeneficialAreaOnTarget { get; set; } = "Use Beneficial Area abilities on target.";

Expand Down

0 comments on commit 1c6003d

Please sign in to comment.