Skip to content

Commit

Permalink
Merge pull request #327 from linwe2012/patch-1
Browse files Browse the repository at this point in the history
菲谢尔优化目标改成激化伤害
  • Loading branch information
wormtql authored Jun 22, 2024
2 parents 057c5dc + 25c1d2f commit 8da0e35
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ impl TargetFunction for FischlDefaultTargetFunction {
type S = <Fischl as CharacterTrait>::DamageEnumType;
let damage_e = Fischl::damage::<SimpleDamageBuilder>(
&context, S::E1, &CharacterSkillConfig::NoConfig, None
).normal.expectation;
).aggravate.unwrap().expectation;

damage_e
}
Expand Down

0 comments on commit 8da0e35

Please sign in to comment.