-
Notifications
You must be signed in to change notification settings - Fork 1
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
0a3bf2a
commit 976dd0c
Showing
1 changed file
with
13 additions
and
1 deletion.
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,4 +1,16 @@ | ||
# DragonFrontDb | ||
|
||
NOTE - This library is no longer being maintained now that Dragon Front has been shut down. The code remains available for reference. | ||
This is your one-stop-shop for the data underlying Dragon Front, a virtual reality game from High Voltage Software. | ||
|
||
This .NET libary will attempt to gather all the card (and other relevant) data from the game in one place and keep it updated as the game evolves. | ||
|
||
#How to contribute card data | ||
All current card data is located in the AllCards.json file. | ||
https://github.com/BenReierson/DragonFrontDb/blob/master/AllCards.json | ||
|
||
Currently most cards (all but one at the time of this writing) are missing their 'flavor text', which is the secondary description text found in the game when viewing the details of a card. | ||
|
||
The format is very easy to understand if you open it in any text editor. Feel free to fill in the gaps or correct errors and contribute them to this repository by editing the file directly, submitting pull requests, or opening an issue. | ||
|
||
This library is fully free and available to use for whatever purpose you desire. It's available as a nuget here: https://www.nuget.org/packages/DragonFrontDb | ||
|