File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
internal/characters/sigewinne Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ import (
1111 "github.com/genshinsim/gcsim/pkg/core/combat"
1212 "github.com/genshinsim/gcsim/pkg/core/event"
1313 "github.com/genshinsim/gcsim/pkg/core/geometry"
14+ "github.com/genshinsim/gcsim/pkg/core/glog"
1415 "github.com/genshinsim/gcsim/pkg/core/info"
1516 "github.com/genshinsim/gcsim/pkg/core/player/character"
1617 "github.com/genshinsim/gcsim/pkg/core/targets"
@@ -134,6 +135,12 @@ func (c *char) bolsteringBubblebalm(src, tick int) func() {
134135 // Healing
135136 c .bubbleHealing ()
136137
138+ if c .Base .Cons >= 1 {
139+ c .SetTag (convalescenceKey , c .Tag (convalescenceKey )+ 1 )
140+ c .Core .Log .NewEvent ("bounce: adding a1 stack from c1" , glog .LogCharacterEvent , c .Index ).
141+ Write ("current count" , c .Tag (convalescenceKey ))
142+ }
143+
137144 if tick == c .bubbleHitLimit - 1 {
138145 c .bubbleFinalHealing ()
139146 c .DeleteStatus (skillKey )
You can’t perform that action at this time.
0 commit comments