moomooio-client
Version:
MooMooIO-Client is a client-side wrapper API designed for the game MooMoo.io. This package aims to provide a simple yet powerful API for creating clones, mods, or plugins for MooMoo.io.
23 lines (22 loc) • 499 B
text/typescript
export default {
resourceTypes: ["wood", "food", "stone", "points"],
treeScales: [150, 160, 165, 175],
bushScales: [80, 85, 95],
rockScales: [80, 85, 90],
waterCurrent: 0.0011,
snowBiomeTop: 2400,
riverPadding: 114,
waveSpeed: 0.0001,
maxNameLength: 15,
mapPingTime: 2200,
bushesPerArea: 3,
mapPingScale: 40,
treesPerArea: 9,
riverWidth: 724,
snowSpeed: 0.75,
mapScale: 14400,
totalRocks: 32,
areaCount: 7,
waveMax: 1.3,
goldOres: 7,
};