Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Gebäudeausbau!
#1
Hallo,
ich versuch grad die Gebäude bissl zu erhöhen.
Wie kann ich das genau ausrechnen?
Code:
<?php

// Prozente der Einheiten, die bei der Wall Stufe dazugezählt wird.

$arr_wall_bonus = array(



    "0"=>"0.00",

    "1"=>"0.04",

    "2"=>"0.08",

    "3"=>"0.12",

    "4"=>"0.16",

    "5"=>"0.20",

    "6"=>"0.24",

    "7"=>"0.29",

    "8"=>"0.34",

    "9"=>"0.39",

    "10"=>"0.44",

    "11"=>"0.49",

    "12"=>"0.55",

    "13"=>"0.60",

    "14"=>"0.66",

    "15"=>"0.72",

    "16"=>"0.79",

    "17"=>"0.85",

    "18"=>"0.92",

    "19"=>"0.99",

    "20"=>"1.07",


);



// Grundverteidigung, die zur Verteidigung dazugezählt werden.

$arr_basic_defense = array(



    "0"=>"0",

    "1"=>"70",

    "2"=>"120",

    "3"=>"170",

    "4"=>"220",

    "5"=>"270",

    "6"=>"320",

    "7"=>"370",

    "8"=>"420",

    "9"=>"470",

    "10"=>"520",

    "11"=>"570",

    "12"=>"620",

    "13"=>"670",

    "14"=>"720",

    "15"=>"760",

    "16"=>"820",

    "17"=>"870",

    "18"=>"920",

    "19"=>"970",

    "20"=>"1020",


);

?>




Danke für eure Hilfe Smile
Reply


Messages In This Thread
Gebäudeausbau! - by Hedelix09 - 31.01.2009, 00:15
RE: Gebäudeausbau! - by Milu2K - 31.01.2009, 00:27
RE: Gebäudeausbau! - by SlimShady95 - 31.01.2009, 12:50
RE: Gebäudeausbau! - by Hedelix09 - 31.01.2009, 22:04
RE: Gebäudeausbau! - by Milu2K - 31.01.2009, 22:24
RE: Gebäudeausbau! - by Hedelix09 - 31.01.2009, 22:25
RE: Gebäudeausbau! - by Milu2K - 31.01.2009, 22:28
RE: Gebäudeausbau! - by Hedelix09 - 31.01.2009, 22:29
RE: Gebäudeausbau! - by Reymie - 02.02.2009, 13:06
RE: Gebäudeausbau! - by Hedelix09 - 02.02.2009, 15:44



Users browsing this thread: 1 Guest(s)