Created
February 21, 2014 18:32
-
-
Save blixt/9140323 to your computer and use it in GitHub Desktop.
playerQuests.db, random key data
This file contains hidden or 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
{ | |
"status": "completed", | |
"completionText": "Well done! Using the crafting table will give you access to a wide range of new recipes. Collecting fuel and visiting a range of planets is the best way to find resources.", | |
"questId": "5d6946dcae9993ac36d7ea407bbdf81d", | |
"rewards": [ | |
{ | |
"count": 1, | |
"data": {}, | |
"name": "woodencraftingtable1" | |
} | |
], | |
"siblingQuestId": "tutorial3.gearup", | |
"title": "^#9be3d6;Shop Class", | |
"questTemplateId": "tutorial2.gearup", | |
"fullText": "It's time to search the planet for fuel. To survive down there you'll need tools. To produce tools you'll need to ^green;Make yourself a ^orange;crafting table. ^green;Use your ship's teleportation platform to beam down!", | |
"planet": null, | |
"conditions": [ | |
{ | |
"item": { | |
"count": 1, | |
"data": {}, | |
"name": "woodencraftingtable1" | |
}, | |
"kind": "gather" | |
} | |
], | |
"money": 10, | |
"unread": false, | |
"playerUUID": "11475cedd80ead373c19a91de2e2c4d3", | |
"lastUpdatedOn": 1390753506980, | |
"triggersReceived": [], | |
"triggerPrefix": "5d6946dcae9993ac36d7ea407bbdf81d-" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment