Skip to content

Commit

Permalink
fix fischl C4 naming convention
Browse files Browse the repository at this point in the history
The attack part of this constellation used the same name as the burst.
Added constellation tag for clarity.
  • Loading branch information
skippi committed Aug 31, 2022
1 parent 94e25dd commit c159fae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/characters/fischl/burst.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ func (c *char) Burst(p map[string]int) action.ActionInfo {
if c.Base.Cons >= 4 {
ai := combat.AttackInfo{
ActorIndex: c.Index,
Abil: "Midnight Phantasmagoria",
Abil: "Her Pilgrimage of Bleak (C4)",
AttackTag: combat.AttackTagElementalBurst,
ICDTag: combat.ICDTagElementalBurst,
ICDGroup: combat.ICDGroupFischl,
Expand All @@ -55,7 +55,7 @@ func (c *char) Burst(p map[string]int) action.ActionInfo {
c.Core.Player.Heal(player.HealInfo{
Caller: c.Index,
Target: c.Index,
Message: "Her Pilgrimage of Bleak",
Message: "Her Pilgrimage of Bleak (C4)",
Src: heal,
Bonus: c.Stat(attributes.Heal),
})
Expand Down

0 comments on commit c159fae

Please sign in to comment.