Skip to content

Commit

Permalink
hotfix: trailblazer remembrance cd at e0
Browse files Browse the repository at this point in the history
  • Loading branch information
fribbels committed Dec 10, 2024
1 parent 5c5fe41 commit 1646e79
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export default (e: Eidolon, withContent: boolean): CharacterConditionalsControll
precomputeTeammateEffects: (x: ComputedStatsArray, action: OptimizerAction, context: OptimizerContext) => {
const t = action.characterConditionals as Conditionals<typeof teammateContent>

x.CD.buff((t.e1CrBuff) ? memoTalentCdBuffScaling * t.memCDValue + memoTalentCdBuffFlat : 0, Source.NONE)
x.CD.buff(memoTalentCdBuffScaling * t.memCDValue + memoTalentCdBuffFlat, Source.NONE)
x.CR.buff((e >= 1 && t.e1CrBuff) ? 0.10 : 0, Source.NONE)
},
finalizeCalculations: (x: ComputedStatsArray, action: OptimizerAction, context: OptimizerContext) => {
Expand Down

0 comments on commit 1646e79

Please sign in to comment.