File tree Expand file tree Collapse file tree
internal/characters/ayato Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -87,11 +87,11 @@ func (c *char) Snapshot(ai *combat.AttackInfo) combat.Snapshot {
8787 default :
8888 return ds
8989 }
90+ ai .Element = attributes .Hydro
9091 // namisen doesn't affect c6
9192 if ai .Abil == c6Abil {
9293 return ds
9394 }
94- ai .Element = attributes .Hydro
9595 // add namisen stack
9696 flatdmg := c .MaxHP () * skillpp [c .TalentLvlSkill ()] * float64 (c .stacks )
9797 ai .FlatDmg += flatdmg
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ func (c *char) makeC6CB() combat.AttackCBFunc {
7474 Abil : c6Abil ,
7575 ActorIndex : c .Index ,
7676 AttackTag : attacks .AttackTagNormal ,
77- ICDTag : attacks .ICDTagNormalAttack ,
77+ ICDTag : attacks .ICDTagNone ,
7878 ICDGroup : attacks .ICDGroupDefault ,
7979 StrikeType : attacks .StrikeTypeSlash ,
8080 Element : attributes .Hydro ,
You can’t perform that action at this time.
0 commit comments