Skip to content

Commit

Permalink
a tooltip and update stance on auto battle
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisinajar committed Jul 31, 2024
1 parent 4eb370a commit 06a4b40
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/components/combat/fight.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ mutation Fight($monster: ID!, $attackType: AttackType, $stance: HeroStance) {
level
enchantment
}

activeStance
availableStances
}
monster {
id
Expand Down
2 changes: 1 addition & 1 deletion src/components/combat/stance-selector.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const stanceDescriptions: { [x in HeroStance]: string } = {
[HeroStance.Normal]: "Normal stance with no pros or cons.",

[HeroStance.Combat]: "???",
[HeroStance.Reckless]: "???",
[HeroStance.Reckless]: "Double accuracy but makes you twice as easy to hit.",
[HeroStance.Aggressive]: "???",
[HeroStance.Defensive]: "???",
[HeroStance.NecroticBeam]: "???",
Expand Down

0 comments on commit 06a4b40

Please sign in to comment.