-
-
Notifications
You must be signed in to change notification settings - Fork 135
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2084 from DuckySoLucky/refactorRewriteToV2Endpoint
refactor: rewrite to v2 endpoint
- Loading branch information
Showing
138 changed files
with
10,743 additions
and
9,403 deletions.
There are no files selected for viewing
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
export const HARP_QUEST = { | ||
song_hymn_joy_best_completion: 1, | ||
song_frere_jacques_best_completion: 1, | ||
song_amazing_grace_best_completion: 1, | ||
song_brahms_best_completion: 2, | ||
song_happy_birthday_best_completion: 2, | ||
song_greensleeves_best_completion: 2, | ||
song_jeopardy_best_completion: 3, | ||
song_minuet_best_completion: 3, | ||
song_joy_world_best_completion: 3, | ||
song_pure_imagination_best_completion: 4, | ||
song_vie_en_rose_best_completion: 4, | ||
song_fire_and_flames_best_completion: 1, | ||
song_pachelbel_best_completion: 1, | ||
}; | ||
|
||
export const FORBIDDEN_STATS = { | ||
permanent_speed: 1, | ||
permanent_intelligence: 2, | ||
permanent_health: 2, | ||
permanent_defense: 1, | ||
permanent_strength: 1, | ||
}; |
Oops, something went wrong.