Skip to content

Instantly share code, notes, and snippets.

@aumgn
Created May 5, 2012 10:03
Show Gist options
  • Select an option

  • Save aumgn/2601280 to your computer and use it in GitHub Desktop.

Select an option

Save aumgn/2601280 to your computer and use it in GitHub Desktop.
{
"timer": {
"major-duration": 120,
"minor-duration": 20,
"format": "%02d:%02d"
},
"lives": 5,
"start-duration": 20,
"totem-duration": 60,
"spawn-duration": 60,
"transition-duration": 0,
"development-first-duration": 10,
"development-duration-diff": 0,
"fight-first-duration": 1200,
"fight-duration-diff": 30,
"apply-diff-until-turn": 7,
"totem-spawn-minimum-distance": 10,
"spotted-totem-distance": 30,
"spotted-spawn-distance": 20,
"death-malus-duration": 5,
"surrender-item-id": 339,
"death-needed-for-surrender": 1,
"time-left-after-surrender": 15,
"surrender-malus-duration": 60,
"surrender-malus-step": 1,
"maximum-diamond-per-fight": 4,
"item-for-kill-id": 266,
"item-for-kill-amount": 1,
"item-for-death-id": 265,
"item-for-death-amount": 3,
"min-items-in-bonus-chest": 3,
"max-items-in-bonus-chest": 5,
"bonuses": [
{
"type": "BLAZE_ROD",
"data": 0,
"min-amount": 1,
"max-amount": 3,
"weight": 5
},
{
"type": "NETHER_STALK",
"data": 0,
"min-amount": 8,
"max-amount": 16,
"weight": 6
},
{
"type": "BOOKSHELF",
"data": 0,
"min-amount": 2,
"max-amount": 12,
"weight": 4
},
{
"type": "EXP_BOTTLE",
"data": 0,
"min-amount": 1,
"max-amount": 20,
"weight": 4
},
{
"type": "EXP_BOTTLE",
"data": 0,
"min-amount": 30,
"max-amount": 50,
"weight": 1
},
{
"type": "FIREBALL",
"data": 0,
"min-amount": 2,
"max-amount": 6,
"weight": 2
},
{
"type": "MAGMA_CREAM",
"data": 0,
"min-amount": 8,
"max-amount": 12,
"weight": 1
},
{
"type": "BLAZE_POWDER",
"data": 0,
"min-amount": 6,
"max-amount": 8,
"weight": 3
}
]
}%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment