Skip to content

Instantly share code, notes, and snippets.

@upinout
Created December 3, 2016 17:30
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 upinout/8eea5e865ab06dd4c380d55442f55a77 to your computer and use it in GitHub Desktop.
Save upinout/8eea5e865ab06dd4c380d55442f55a77 to your computer and use it in GitHub Desktop.
{
"pools": [
{
"rolls": {
"min": 3,
"max": 8
},
"entries": [
{
"type": "item",
"name": "pixelmon:poke_ball",
"functions": [
{
"function": "set_count",
"count": {
"min": 3,
"max": 6
}
}
],
"weight": 10
},
{
"type": "item",
"name": "pixelmon:potion",
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 5
}
}
],
"weight": 10
},
{
"type": "item",
"name": "pixelmon:great_ball",
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 3
}
}
],
"weight": 5
},
{
"type": "item",
"name": "minecraft:bread",
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 3
}
}
],
"weight": 5
},
{
"type": "item",
"name": "pixelmon:hyper_potion",
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 3
}
}
],
"weight": 1
},
{
"type": "item",
"name": "pixelmon:sun_stone",
"weight": 1
},
{
"type": "item",
"name": "pixelmon:fire_stone",
"weight": 1
},
{
"type": "item",
"name": "pixelmon:water_stone",
"weight": 1
},
{
"type": "item",
"name": "pixelmon:moon_stone",
"weight": 1
},
{
"type": "item",
"name": "pixelmon:thunder_stone",
"weight": 1
},
{
"type": "item",
"name": "pixelmon:leaf_stone",
"weight": 1
},
{
"type": "item",
"name": "pixelmon:ether",
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 3
}
}
],
"weight": 1
},
{
"type": "item",
"name": "pixelmon:max_ether",
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 2
}
}
],
"weight": 1
},
{
"type": "item",
"name": "pixelmon:dawn_stone",
"weight": 1
},
{
"type": "item",
"name": "pixelmon:dusk_stone",
"weight": 1
},
{
"type": "item",
"name": "pixelmon:shiny_stone",
"weight": 1
},
{
"type": "item",
"name": "pixelmon:max_elixir",
"weight": 1
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment