Slimmmo / Slimmmo.github.io

AdVenture Capitalist calculator
http://slimmmo.github.io/
35 stars 42 forks source link

Wrong costs for Gravity Booth and for Giant Laser #26

Closed denilsonsa closed 8 years ago

denilsonsa commented 8 years ago

It seems the formulas for Gravity Booths and Giant Lasers are incorrect. Look at the following screenshots:

Adventure Capitalist in-game screenshot

Adventure Capitalist Calculator screenshot

My save is copy-pasted below:

{"earth": {
  "levels": {
    "Lemon": 7300,
    "Newspaper": 4000,
    "Carwash": 4100,
    "Pizza": 4300,
    "Donut": 4600,
    "Shrimp": 4800,
    "Hockey": 5000,
    "Movies": 5500,
    "Bank": 6200,
    "Oil": 7000
  },
  "numAngels": 1.1293300000000001e+101,
  "upgradeIndexUpTo": 305,
  "upgradeIndexBonus": [
  ],
  "angelUpgradeIndexUpTo": 142,
  "angelUpgradeIndexBonus": [
  ],
  "managersBought": [
    0,
    1,
    2,
    3,
    4,
    5,
    6,
    7,
    8,
    9,
    10,
    11,
    12,
    13,
    14,
    15,
    16,
    17,
    18,
    19
  ], 
  "noSingles": true,
  "noTens": true,
  "triples": 0,
  "flux": 0,
  "bonusAngelEffectiveness": 0,
  "bonusMultiplier": 0,
  "megaTicket": [
    4,
    8,
    9
  ]
},
"moon": {
  "levels": {
    "Moon Shoe": 4100,
    "Gravity Booth": 1030,
    "Payday Clone": 2880,
    "Moon Express": 1100,
    "Oxygen Bar": 2400,
    "Helium-3 Farm": 1400,
    "Cheese Mine": 1500,
    "Amusement Park": 1200,
    "Werewolf Colony": 1800,
    "Giant Laser": 480
  },
  "numAngels": 3.0842e+43,
  "upgradeIndexUpTo": 130,
  "upgradeIndexBonus": [
    131,
    132,
    133,
    136,
    137,
    138
  ],
  "angelUpgradeIndexUpTo": 12,
  "angelUpgradeIndexBonus": [
    17,
    18,
    19,
    20,
    21,
    22,
    23,
    24,
    25,
    26,
    27,
    33,
    34,
    35,
    36,
    37,
    38,
    39,
    40,
    41,
    42,
    43,
    48,
    49,
    50,
    51,
    52,
    53,
    54,
    55,
    56,
    57,
    58,
    59
  ],
  "managersBought": [
  ], 
  "noSingles": true,
  "noTens": false,
  "triples": 0,
  "flux": 0,
  "bonusAngelEffectiveness": 0,
  "bonusMultiplier": 0,
  "megaTicket": [
    4
  ]
},
"mars": {
  "levels": {
    "Red Dirt": 66000,
    "Marsies": 22000,
    "Men": 13300,
    "Buggles": 9500,
    "Heck Portal": 6000,
    "Ambassadors": 15900,
    "Brain-cation": 9100,
    "LIFE Pod": 7100,
    "Terrorformer": 2600
  },
  "numAngels": 5.547000000000001e+138,
  "upgradeIndexUpTo": 123,
  "upgradeIndexBonus": [
  ],
  "angelUpgradeIndexUpTo": 77,
  "angelUpgradeIndexBonus": [
  ],
  "managersBought": [
  ], 
  "noSingles": true,
  "noTens": true,
  "triples": 0,
  "flux": 0,
  "bonusAngelEffectiveness": 0,
  "bonusMultiplier": 0,
  "megaTicket": [
    2,
    3,
    4
  ]
}}
Slimmmo commented 8 years ago

This had me worried for a sec but everything is fine. You're missing some angel upgrades in the calculator.

The +10 angel upgrades for businesses don't increase the cost of the business i.e. if you have 1030 grav booths and 10 more costs 7.907 octovigintillion then buying the angel upgrade means you now have 1040 but 10 more still costs the same and everything after it is priced like it's 10 levels lower.

Thanks.

denilsonsa commented 8 years ago

Good catch! Sorry for the noise! :)