Skip to content

Instantly share code, notes, and snippets.

@joshuaskelly
Created March 11, 2017 03:15
Show Gist options
  • Save joshuaskelly/fbf993f8a71d69bad215303327b41968 to your computer and use it in GitHub Desktop.
Save joshuaskelly/fbf993f8a71d69bad215303327b41968 to your computer and use it in GitHub Desktop.
{
"class": "com.interrupt.dungeoneer.entities.triggers.TriggeredShop",
"items": [
{
"class": "com.interrupt.helpers.ShopItem",
"item": {
"class": "com.interrupt.dungeoneer.entities.items.Food",
"itemType": "potion",
"foodType": "food",
"tex": "66",
"name": "Cheese",
"yOffset": "-0.11",
"cost": "30"
},
"cost": "10"
}
],
"collision": {
"x": 0.1,
"y": 0.1,
"z": 0.5
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment