Skip to content

Commit

Permalink
Refactor Relentless Rage to work with all subclasses (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
raymondwang committed May 5, 2024
1 parent 0673c2f commit 1192f61
Showing 1 changed file with 26 additions and 2 deletions.
Expand Up @@ -6,13 +6,36 @@ data "Description" "h6ec6ad728cc048229321e61871e031058b53;1"
data "DescriptionParams" "0;10;5"
data "Icon" "PassiveFeature_RelentlessRage"
data "Properties" "Highlighted"
data "BoostConditions" "HasStatus('SG_Rage')"
data "Boosts" "DownedStatus(CL_STATUS_ONEDND_RELENTLESS_RAGE, 5)"
data "StatsFunctorContext" "OnStatusApplied"
data "Conditions" "StatusHasStatusGroup(context.StatusId, 'SG_Rage')"
data "StatsFunctors" "ApplyStatus(SELF, CL_STATUS_ONEDND_RELENTLESS_RAGE, 100, -1)"

new entry "CL_Passive_OneDnD_RelentlessRage_ResetOnRest"
type "PassiveData"
// Relentless Rage
data "DisplayName" "h296bdd8cge203g4ca1gad51g284f77702134;1"
data "Description" "h6ec6ad728cc048229321e61871e031058b53;1"
data "DescriptionParams" "0;10;5"
data "Icon" "PassiveFeature_RelentlessRage"
data "Properties" "IsHidden"
data "StatsFunctorContext" "OnShortRest;OnLongRest"
data "StatsFunctors" "RemoveStatus(CL_STATUS_ONEDND_RELENTLESS_RAGE_SUCCESS)"

new entry "CL_STATUS_ONEDND_RELENTLESS_RAGE"
type "StatusData"
data "StatusType" "BOOST"
// Relentless Rage
data "DisplayName" "h296bdd8cge203g4ca1gad51g284f77702134;1"
data "Description" "h6ec6ad728cc048229321e61871e031058b53;1"
data "DescriptionParams" "0;10;5"
data "Icon" "PassiveFeature_RelentlessRage"
data "StackId" "RELENTLESS_RAGE"
data "Boosts" "IF(HasStatus('SG_Rage')):DownedStatus(CL_STATUS_ONEDND_RELENTLESS_RAGE_DOWNED, 5)"
data "StatusPropertyFlags" "DisablePortraitIndicator;ApplyToDead"
data "StatusGroups" "SG_RemoveOnRespec"

new entry "CL_STATUS_ONEDND_RELENTLESS_RAGE_DOWNED"
type "StatusData"
data "StatusType" "DOWNED"
// Downed
data "DisplayName" "h371b7c23g65beg45f4g8680gbcd03907e57f;1"
Expand All @@ -38,3 +61,4 @@ data "Icon" "PassiveFeature_RelentlessRage"
data "StackId" "CL_STATUS_ONEDND_RELENTLESS_RAGE_SUCCESS"
data "StackType" "Additive"
data "StatusPropertyFlags" "DisableCombatlog;DisableOverhead;FreezeDuration"
data "StatusGroups" "SG_RemoveOnRespec"

0 comments on commit 1192f61

Please sign in to comment.