-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3ba909a
commit 9d358c2
Showing
18 changed files
with
70 additions
and
66 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,22 @@ | ||
# Rhodes Database | ||
|
||
The database of Rhodes Island, open to anyone to access! | ||
|
||
Rhodes Database is a collection of tools for [Arknights](https://arknights.global). | ||
|
||
# Minimal JavaScript | ||
|
||
Rhodes Database aims to avoid JavaScript anywhere possible. Core features (listed below) are guaranteed to have 0 JavaScript delivered to your browser when they are loaded. This provides an extremely lightweight, fast and smooth experience. | ||
|
||
The core features are: | ||
- Operator information | ||
- Depot | ||
- Enemies archive | ||
|
||
- Operator information | ||
- Depot | ||
- Enemies archive | ||
|
||
Side features that may have JavaScript: | ||
- Planner | ||
- Requires JavaScript to function. No other way around it ): | ||
- Story reader | ||
- Only requires JavaScript to change Doctor's name. It functions perfectly fine otherwise. | ||
|
||
- Planner | ||
- Requires JavaScript to function. No other way around it ): | ||
- Story reader | ||
- Only requires JavaScript to change Doctor's name. It functions perfectly fine otherwise. |
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
export default { | ||
plugins: { | ||
tailwindcss: {}, | ||
autoprefixer: {}, | ||
}, | ||
autoprefixer: {} | ||
} | ||
} |
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
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 |
---|---|---|
@@ -1,15 +1,15 @@ | ||
{ | ||
"depot": "Depot", | ||
"enemies": "Enemies", | ||
"glossary": "Glossary", | ||
"operators": "Operators", | ||
"depot": "Depot", | ||
"enemies": "Enemies", | ||
"glossary": "Glossary", | ||
"operators": "Operators", | ||
|
||
"level": "Level", | ||
"level_plural": "Levels", | ||
"level": "Level", | ||
"level_plural": "Levels", | ||
|
||
"description": "Description", | ||
"duration": "Duration", | ||
"init_sp": "Initial SP", | ||
"sp_cost": "SP Cost", | ||
"blackboard": "Blackboard" | ||
} | ||
"description": "Description", | ||
"duration": "Duration", | ||
"init_sp": "Initial SP", | ||
"sp_cost": "SP Cost", | ||
"blackboard": "Blackboard" | ||
} |
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
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
Oops, something went wrong.