Skip to content

Instantly share code, notes, and snippets.

@woubuc
Last active December 18, 2015 14:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save woubuc/33a2a5d5bcec8ce078a7 to your computer and use it in GitHub Desktop.
Save woubuc/33a2a5d5bcec8ce078a7 to your computer and use it in GitHub Desktop.
[
{
"name": "Merchant_Jaede",
"inventory": [
{
"name": "pottery bowl",
"ql": 2,
"price": 10,
"dmg": 0,
"rarity": false
},
{
"name": "rope",
"ql": 10,
"price": 200,
"dmg": 0,
"rarity": false
},
{
"name": "ash",
"ql": 90,
"price": 2000,
"dmg": 0,
"rarity": "rare"
},
{
"name": "ash",
"ql": 50,
"price": 6000,
"dmg": 0,
"rarity": "supreme"
},
{
"name": "ash",
"ql": 20,
"price": 10000,
"dmg": 0,
"rarity": "fantastic"
}
],
"position": {
"x": 1416,
"y": 577
},
"owner": "Jaede"
},
{
"name": "Merchant_Test",
"inventory": [
{
"name": "fine fishing rod",
"ql": 95,
"price": 10000,
"dmg": 0,
"rarity": false
}
],
"position": {
"x": 1139,
"y": 103
},
"owner": "Jaede"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment