UNPKG

programming-game

Version:

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

14 lines (13 loc) 418 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.constants = void 0; exports.constants = { maxPartySize: 5, globalCooldown: 0.5, // in seconds maxCarryWeight: 70000, // 70 kg encumbranceThreshold: 0.7, // you become encumbered, and move slower at 70% of maxCarryWeight maxCalories: 3000, maxActiveQuests: 5, spellbookSize: 15, spellEquipMS: 5000, };