programming-game
Version:
The client for programming game, an mmorpg that you interact with entirely through code.
8 lines (7 loc) • 311 B
TypeScript
export declare const maxPartySize = 5;
export declare const globalCooldown = 0.5;
export declare const maxCarryWeight = 70000;
export declare const heavilyEncumberedWeight = 40000;
export declare const encumberedWeight = 25000;
export declare const maxCalories = 3000;
export declare const maxActiveQuests = 5;