Fix Tsubame-gaeshi Skill IDs

The skill ID for the usage of Tsubame-gaeshi depends on which Tsubame skill is used.
16484 is 1 Sen / Higanbana
16485 is 2 Sen / Goken
16486 is 3 Sen / Setsugekka
16483 is the skill ID for Tsubame-gaeshi, which isn't actually ever cast.
dependabot/npm_and_yarn/react-scripts-4.0.3
Makar 5 years ago committed by GitHub
parent bc051eb636
commit e7af4b8ebb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      src/Action.js

@ -17,7 +17,9 @@ const gcdOverrides = new Set([
16195, //triple technical finish
16196, //quadruple technical finish
7418, //flamethrower
16483, //tsubame-gaeshi
16484, //kaeshi higanbana
16485, //kaeshi goken
16486, //kaeshi setsugekka
2259, //ten
18805,
2261, //chi

Loading…
Cancel
Save