-
Notifications
You must be signed in to change notification settings - Fork 108
Open
Labels
BugIssues pertaining to bugs.Issues pertaining to bugs.Core FeaturesIssues pertaining to the core functions of the Skill System, its skills, or its dependencies.Issues pertaining to the core functions of the Skill System, its skills, or its dependencies.
Description
Weapon self-buffs are not applied if the opponent is killed in a combat where they cannot counter.
The cause appears to be that, due to its hook address, SetDebuffs is only called if the battle target can counter, and SealSkills will not apply weapon debuffs if either unit died in combat.
The following tests were done by turning debuff 0x5 into a buff using the WepBuffEntry macro, then applying it to the iron bow.
When the enemy is unable to counter and is killed:

Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
BugIssues pertaining to bugs.Issues pertaining to bugs.Core FeaturesIssues pertaining to the core functions of the Skill System, its skills, or its dependencies.Issues pertaining to the core functions of the Skill System, its skills, or its dependencies.

