frequency

tech: robotics - 3x frequency of bot tech, spawn a random bot
tech: statistical ensemble - 10000% increased frequency of recursive tech you already have

non-refundable tech can no longer display as "off" in the experiment menu when you click it a second time
  these tech can't be removed with out resetting
  please don't submit bug reports about this...

added more junk tech
This commit is contained in:
landgreen
2021-03-04 04:47:51 -08:00
parent 9e98ceb4e1
commit abed965f7b
8 changed files with 417 additions and 462 deletions

View File

@@ -2241,12 +2241,11 @@ const b = {
//remove all bots techs and convert them to the new type so that tech refunds work correctly
let totalTechToConvert = 0 //count how many tech need to be converted
for (let i = 0; i < tech.tech.length; i++) {
if (tech.tech[i].count && tech.tech[i].isBotTech) {
if (tech.tech[i].count && tech.tech[i].isBot) {
totalTechToConvert += tech.tech[i].count
tech.removeTech(i)
}
}
console.log(totalTechToConvert)
let name = ""
if (type === "nailBotCount") name = "nail-bot"