var settings = {"database":{"url":"mongodb://localhost:27017/joterblox-dev"},"player":{"maxHP":100,"speedCap":10,"hacceleration":5,"hdeceleration":5,"jumpSpeed":20,"gravity":2,"hitBoxSize":10,"multiKillTimer":30},"leveling":{"winXP":50,"roundXP":100,"levels":[0,100,210,330,460,670,890,1100]},"gameServer":{"randomMapList":["akirajungle"],"roundTimer":120,"waitTime":10,"maxPowerups":3,"port":3000},"playerConnection":{"pingInterval":100,"defaultName":"Unnamed Block","maxNameLength":24,"respawnDelay":40},"map":{"fallbackMap":"3lines","jumper":{"hitbox":[15,20],"power":20}},"powerup":{"types":["laser","grenades","flamethrower","shotgun","medipack"],"medPackAmount":25},"client":{"bottomHudHeight":54,"hudBarWidth":300,"hudBarHeight":16,"hudAmmoColor1":"rgb(229, 103, 21)","hudAmmoColor2":"rgb(164, 84, 11)","hudReloadColor1":"rgb(70, 165, 215)","hudReloadColor2":"rgb(55, 128, 161)","hudInactiveColor":"rgb(50,50,50)","hudHpColor1":"rgb(18, 170, 83)","hudHpColor2":"rgb(50,50,50)","hudBarTextColor":"#fff","hudBarFont":"16px PressStart2P","mainMenuHeight":720,"mainMenuWidth":1280,"scoreBoardSelfColor":"cyan","scoreBoardTextColor":"white","scoreBoardHeight":416,"scoreBoardWidth":600,"scoreBoardMaxPlayers":20,"killStreakMessageColor":"#B80000","multiKillMessageColor":"white","killStreakMessageDisplayTime":7500,"multiKillMessageDisplayTime":5000,"prominentMessagesY":100,"prominentMessagesSpacing":40},"pingDisplay":{"colors":["rgb(255, 0, 0)","rgb(255, 128, 0)","rgb(255, 255, 0)","rgb(0, 255, 0"],"ranges":[250,120,50]},"strings":{"killStreak":[null,null,"{name} is on a killing-spree!",null,"{name} is on a rampage!",null,"Nowhere to hide from {name}!",null,null,"{name} is in mood for genocide!",null,null,"All hope is lost, bow down to {name}"],"multiKillNumbers":[null,"DOUBLE","TRIPLE","QUADRA","PENTA","HEXA","HEPTA","OCTA","NONA","DECA"],"multiKill":"{name} SCORED A {number} KILL!","playerJoin":"{name} has joined the game.","playerTimeout":"{name}'s connection timed out.","playerQuit":"{name} has left the game."}}