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,
};
