Skip to content

Instantly share code, notes, and snippets.

@ashblue
Created October 5, 2015 21:17
Show Gist options
  • Save ashblue/a33c5bc9ccfeb687d141 to your computer and use it in GitHub Desktop.
Save ashblue/a33c5bc9ccfeb687d141 to your computer and use it in GitHub Desktop.
Save data example
{
"strings": {
"checkpoint": "TestingNorth",
"RespawnLastScene": "TestingNorth"
},
"ints": {},
"floats": {},
"bools": {
"5611dcfb-00c3-4c00-bd6e-e81a8ac221b1_on": true,
"442792d8-8fe0-4f56-b614-e903bcb43609_on": true,
"24d4ce64-424c-473c-9587-11e571ba0ed5_on": true
},
"inventory": {
"PLAYER": {
"GOLD": {
"Count": 500,
"Id": "GOLD",
"CreatedAt": "\/Date(1444078589104-0700)\/",
"ModifiedAt": "\/Date(1444078589104-0700)\/"
},
"RECIPE_SERAPHIM_BREW": {
"Count": 1,
"Id": "RECIPE_SERAPHIM_BREW",
"CreatedAt": "\/Date(1444078589104-0700)\/",
"ModifiedAt": "\/Date(1444078589104-0700)\/"
},
"RECIPE_ROSE_RED": {
"Count": 1,
"Id": "RECIPE_ROSE_RED",
"CreatedAt": "\/Date(1444078589104-0700)\/",
"ModifiedAt": "\/Date(1444078589104-0700)\/"
},
"BLOODTHORN": {
"Count": 7,
"Id": "BLOODTHORN",
"CreatedAt": "\/Date(1444078589104-0700)\/",
"ModifiedAt": "\/Date(1444078589104-0700)\/"
}
}
},
"inventoryEquipment": {
"PLAYER": [
{
"equipOnAdd": false,
"ItemLevel": 0,
"Id": "DRAGON_CLOTH",
"Count": 1,
"CreatedAt": "\/Date(1444078589104-0700)\/",
"ModifiedAt": "\/Date(1444078589104-0700)\/"
},
{
"equipOnAdd": false,
"ItemLevel": 0,
"Id": "SPINVEIL",
"Count": 1,
"CreatedAt": "\/Date(1444078589104-0700)\/",
"ModifiedAt": "\/Date(1444078589104-0700)\/"
},
{
"equipOnAdd": false,
"ItemLevel": 0,
"Id": "SOULESS",
"Count": 1,
"CreatedAt": "\/Date(1444078589104-0700)\/",
"ModifiedAt": "\/Date(1444078589104-0700)\/"
}
]
},
"PotionSlots": 2,
"Potions": [
{
"skillLv": 1,
"slotIndex": 0,
"useCount": 0,
"useTotal": 3,
"Id": "POTION_ROSE_RED"
},
{
"skillLv": 1,
"slotIndex": 1,
"useCount": 0,
"useTotal": 40,
"Id": "POTION_SPIDER_VENOM"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment