23.01.2012, 18:38
und noch eine frage. :
woher hat er das? Ich meine das "int time = (int)Math.round(base * Math.pow(factor, level))"???
(22.01.2012, 19:56)Molt Wrote: In Java sähe das so aus:
Code:int level = 8; // Aktuelle Stufe des Gebäudes
int base = 1080; // Die erste Zahl
float factor = 1.2; // Die zweite Zahl
int time = (int)Math.round(base * Math.pow(factor, level)); // Evtl. auch level-1, bin nicht ganz sicher
Hier fehlt jetzt aber noch der Faktor der Stufe der Hauptgebäudes.
woher hat er das? Ich meine das "int time = (int)Math.round(base * Math.pow(factor, level))"???