Skip to content

Instantly share code, notes, and snippets.

@SenorPez
Created May 11, 2020 01:39
Show Gist options
  • Save SenorPez/fd299dec000c47b539390b34e7c76e08 to your computer and use it in GitHub Desktop.
Save SenorPez/fd299dec000c47b539390b34e7c76e08 to your computer and use it in GitHub Desktop.
Inventory JSON
{
"id":1,
"name":"Aethelwuf",
"inventory":[
{
"name":"Trinket",
"quantity":1
},
{
"name":"Mace",
"quantity":1
},
{
"name":"Scale Mail",
"quantity":1
},
{
"name":"Crossbow, Light",
"quantity":1
},
{
"name":"Crossbow Bolt",
"quantity":20
},
{
"name":"Backpack",
"quantity":1
},
{
"name":"Blanket",
"quantity":2
},
{
"name":"Candle",
"quantity":10
},
{
"name":"Tinderbox",
"quantity":1
},
{
"name":"Alms Box",
"quantity":1
},
{
"name":"Block of Incense",
"quantity":2
},
{
"name":"Censer",
"quantity":1
},
{
"name":"Vestments",
"quantity":1
},
{
"name":"Rations (1 day)",
"quantity":2
},
{
"name":"Waterskin",
"quantity":1
},
{
"name":"Shield",
"quantity":1
},
{
"name":"Holy Symbol",
"quantity":1
},
{
"name":"Case, Map or Scroll",
"quantity":1
},
{
"name":"Clothes, Common",
"quantity":1
},
{
"name":"Herbalism Kit",
"quantity":1
},
{
"name":"Gold Piece",
"quantity":5
}
],
"_links":{
"self":{
"href":"http://localhost:8080/campaigns/1/players/1"
},
"loottable-api:players":{
"href":"http://localhost:8080/campaigns/1/players"
},
"index":{
"href":"http://localhost:8080"
},
"curies":[
{
"href":"http://localhost:8080/docs/reference.html#resources-loottable-{rel}",
"name":"loottable-api",
"templated":true
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment