This website requires JavaScript.
Explore
Help
Sign In
random-mirrors
/
pokerogue
Watch
1
Star
0
Fork
0
You've already forked pokerogue
mirror of
https://github.com/pagefaultgames/pokerogue.git
synced
2025-02-23 04:27:55 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
pokerogue
/
src
/
modifier
/
modifier-tier.ts
9 lines
85 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Update final boss fight and restructure some files
2024-01-13 12:24:24 -05:00
export
enum
ModifierTier
{
COMMON
,
GREAT
,
ULTRA
,
Rebalance item weights and add Rogue tier
2024-02-28 23:13:05 -05:00
ROGUE
,
Update final boss fight and restructure some files
2024-01-13 12:24:24 -05:00
MASTER
,
LUXURY
ESLint - The Essential Linter and Formatter for JavaScript and TypeScript (#1224) * eslint config + packages * updated eslint config * fix the issue eslint adding ;;;; at interfaces * first round with eslint --fix . * removed config for unused export * Revert "first round with eslint --fix ." This reverts commit 77a88e0895f7c3389cb223651b90d918af778fe9. * removed config for camelCase * for real this time, first round of eslint --fix . * halfway to manual eslint fix * eslint done * added "how to setup" the hook to eslint --fix each new file before commit (if wanted) * removed eslintrc config file duplicat * fix human error + ignore build folder + merge overrides * added curly brace style + eslint * applied double quote linter rule * added lefthook * test precommit * test precommit * test precommit * test precommit * test precommit * test precommit * test precommit * github action to run eslint * added node_modules to ignore eslint * different action for typescript * no need for different glob (default src) * node 20 * node 20 * removed no longer needed install file * remove hooks part from README * eslint fixes --------- Co-authored-by: Frederico Santos <frederico.f.santos@tecnico.ulisboa.pt>
2024-05-23 17:03:10 +02:00
}
Reference in New Issue
Copy Permalink