-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Chats <[email protected]>
- Loading branch information
1 parent
e57d9c4
commit 5a62d07
Showing
3 changed files
with
21 additions
and
3 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
2 changes: 1 addition & 1 deletion
2
Writerside/topics/Warbonds.md → Writerside/topics/warbonds_individual.md
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,16 @@ | ||
# Warbonds List | ||
|
||
## dictionary | ||
The warbond.json is a master list of all mapped warbonds. The key values are the "order" in which the warbonds appeared | ||
in-game. | ||
|
||
|
||
```json | ||
{ | ||
"0": { // <- Key is the order in which the warbond appeared in-game | ||
"name": "Formatted Warbond Name", | ||
"id": "warbond_json_name_without_.json", | ||
"premium": "Whether the warbond costs Super Credits to access." | ||
} | ||
} | ||
``` |