Skip to content

Commit

Permalink
first json dump
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamalisk committed Aug 13, 2016
0 parents commit 5441adf
Show file tree
Hide file tree
Showing 6 changed files with 509 additions and 0 deletions.
8 changes: 8 additions & 0 deletions cycles.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"code": "core",
"name": "Core",
"position": 1,
"size": 100
}
]
38 changes: 38 additions & 0 deletions factions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
[
{
"code": "guardian",
"name": "Guardian",
"is_primary": true,
"octgn_id": null
},
{
"code": "mystic",
"name": "Mystic",
"is_primary": true,
"octgn_id": null
},
{
"code": "neutral",
"name": "Neutral",
"is_primary": true,
"octgn_id": null
},
{
"code": "rogue",
"name": "Rogue",
"is_primary": true,
"octgn_id": null
},
{
"code": "seeker",
"name": "Seeker",
"is_primary": true,
"octgn_id": null
},
{
"code": "survivor",
"name": "Survivor",
"is_primary": true,
"octgn_id": null
}
]
Loading

0 comments on commit 5441adf

Please sign in to comment.