feat: add buff effects when keystroke velocity reached #13

Open
blairjordan wants to merge 1 commit from buff-effects into main
blairjordan commented 2023-07-06 01:55:40 -04:00 (Migrated from github.com)
  • Add buff effects to pets.
  • Effects are activated when a rate of keystrokes ("keystroke velocity") is achieved.
  • Still in draft (buff effects require scaling per character)

197284710-1e8c102b-b6d2-4a83-ac4a-d035e72d611a

- Add buff effects to pets. - Effects are activated when a rate of keystrokes ("keystroke velocity") is achieved. - Still in draft (buff effects require scaling per character) ![197284710-1e8c102b-b6d2-4a83-ac4a-d035e72d611a](https://github.com/blairjordan/codachi/assets/998930/81621548-135e-447f-bc92-14678e4e291c) - Original issue: https://github.com/blairjordan/codachi/issues/4
This pull request has changes conflicting with the target branch.
  • src/extension/extension.ts
  • src/panel/index.ts
  • src/panel/keystroke-velocity.ts
  • src/panel/main.ts
  • src/panel/pets.ts
  • src/panel/types.ts
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin buff-effects:buff-effects
git switch buff-effects

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff buff-effects
git switch buff-effects
git rebase main
git switch main
git merge --ff-only buff-effects
git switch buff-effects
git rebase main
git switch main
git merge --no-ff buff-effects
git switch main
git merge --squash buff-effects
git switch main
git merge --ff-only buff-effects
git switch main
git merge buff-effects
git push origin main
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
blairjordan/codachi!13
No description provided.