1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2026-03-02 03:39:21 +00:00

Rebalance whole game

This commit is contained in:
tobspr
2020-05-17 14:46:33 +02:00
parent 6a61d03489
commit 97f52f509b
15 changed files with 204 additions and 111 deletions

View File

@@ -38,7 +38,7 @@ export const globalConfig = {
// Belt speeds
// NOTICE: Update webpack.production.config too!
beltSpeedItemsPerSecond: 1,
beltSpeedItemsPerSecond: 5,
itemSpacingOnBelts: 0.63,
minerSpeedItemsPerSecond: 0, // COMPUTED
@@ -76,8 +76,8 @@ export const globalConfig = {
debug: {
/* dev:start */
// fastGameEnter: true,
// noArtificialDelays: true,
fastGameEnter: true,
noArtificialDelays: true,
// disableSavegameWrite: true,
showEntityBounds: false,
showAcceptorEjectors: false,
@@ -87,9 +87,9 @@ export const globalConfig = {
disableZoomLimits: false,
showChunkBorders: false,
rewardsInstant: false,
allBuildingsUnlocked: true,
// allBuildingsUnlocked: true,
upgradesNoCost: true,
disableUnlockDialog: false,
disableUnlockDialog: true,
// testTranslations: true,
/* dev:end */
},