-- generic - addons should decrease in demand as they increase in countfunction DecreasedDemandOnCount( upgradePBG ) local ucount = UtilPBG_CountTotal( upgradePBG ) if (ucount > 0) then return -ucount*ucount*3 -- 3,12,27,... end return 0end
demand = -(count -4)*5 -- 20,15,10,5,0,-5,-10,-15
demand = -(count -3)*15 -- 45,30,15,0,-15
Wehr AI is the toughest AI in the game. It takes a whole ton of patience to win. The longer the game goes on, the more tougher they get.