Skip to content

Commit

Permalink
Warbond Documentation Update (#19)
Browse files Browse the repository at this point in the history
Co-authored-by: Chats <[email protected]>
  • Loading branch information
chatterchats and Chats authored Apr 25, 2024
1 parent e57d9c4 commit 5a62d07
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
6 changes: 4 additions & 2 deletions Writerside/jrd.tree
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,14 @@
<toc-element topic="items_item_names.md"/>
</toc-element>
<toc-element toc-title="Planets">

<toc-element topic="planet_biomes.md"/>
<toc-element topic="planest_environmentals.md"/>
<toc-element topic="planets_planets.md"/>
</toc-element>
<toc-element topic="Warbonds.md"/>
<toc-element toc-title="Warbonds">
<toc-element topic="warbonds_list.md"/>
<toc-element topic="warbonds_individual.md"/>
</toc-element>


</instance-profile>
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Warbonds
# Individual Warbonds

## dictionary
The warbond jsons all follow the same pattern found below. They are a dictionary of key: value pairs, where the key is
Expand Down
16 changes: 16 additions & 0 deletions Writerside/topics/warbonds_list.md
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."
}
}
```

0 comments on commit 5a62d07

Please sign in to comment.