-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Labels
enhancementNew feature or requestNew feature or request
Description
I'd like to be able to apply Armor Break once per fight, and then default to either auto or spam mode.
The only way I saw Armor Break being applied was when autoskillchainmode was set to off, but even then, it was very inconsistent to do any more skillchains after that.
Gambits = L{
Gambit.new("Enemy", L{HitPointsPercentRangeCondition.new(0, 80)}, WeaponSkill.new("Upheaval"), "Enemy"),
Gambit.new("Enemy", L{HitPointsPercentRangeCondition.new(80, 100)}, WeaponSkill.new("Armor Break"), "Enemy")
}
}
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request