UNPKG

programming-game

Version:

The client for programming game, an mmorpg that you interact with entirely through code.

8 lines (7 loc) 286 B
export const maxPartySize = 5; export const globalCooldown = 0.5; export const maxCarryWeight = 70_000; // 70 kg export const heavilyEncumberedWeight = 40_000; // 40 kg export const encumberedWeight = 25_000; // 25 kg export const maxCalories = 3_000; export const maxActiveQuests = 5;