Created
August 12, 2019 14:36
-
-
Save johndavedecano/0d676ed9ce09f5cf98992a3ed18dc7ee to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export default [ | |
{ | |
loser: [ | |
'attack_double', | |
'hit_ground', | |
'hit_fly', | |
'attack_normal', | |
'hit_fly', | |
'hit_ground', | |
'attack_double', | |
'hit_multi', | |
'hit_multi', | |
], | |
winner: [ | |
'attack_normal', | |
'hit_ground', | |
'attack_double', | |
'attack_normal', | |
'attack_fly', | |
'attack_normal', | |
'hit_ground', | |
'attack_wind', | |
'attack_fire', | |
], | |
}, | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment