buildings.php:
$cl_builds->add_build("Versteck","hide");
$cl_builds->set_woodprice("50","1.25");
$cl_builds->set_stoneprice("60","1.25");
$cl_builds->set_ironprice("50","1.25");
$cl_builds->set_bhprice("2","1.20");
$cl_builds->set_time("2160","1.2");
$cl_builds->set_points("5","1.2");
$cl_builds->set_needbuilds(array());
$cl_builds->set_maxstage("11");
$cl_builds->set_specials(array("catapult_protection"));
$cl_builds->set_description("Im Versteck werden Rohstoffe versteckt, so dass der Gegner diese nicht plündern kann.");
max_hide.php:
<?php
$arr_maxhide = array(
"1"=>"100",
"2"=>"135",
"3"=>"183",
"4"=>"247",
"5"=>"333",
"6"=>"450",
"7"=>"333",
"8"=>"822",
"9"=>"1110",
"10"=>"1500",
"11"=>"1800"
);
?>
$cl_builds->add_build("Versteck","hide");
$cl_builds->set_woodprice("50","1.25");
$cl_builds->set_stoneprice("60","1.25");
$cl_builds->set_ironprice("50","1.25");
$cl_builds->set_bhprice("2","1.20");
$cl_builds->set_time("2160","1.2");
$cl_builds->set_points("5","1.2");
$cl_builds->set_needbuilds(array());
$cl_builds->set_maxstage("11");
$cl_builds->set_specials(array("catapult_protection"));
$cl_builds->set_description("Im Versteck werden Rohstoffe versteckt, so dass der Gegner diese nicht plündern kann.");
max_hide.php:
<?php
$arr_maxhide = array(
"1"=>"100",
"2"=>"135",
"3"=>"183",
"4"=>"247",
"5"=>"333",
"6"=>"450",
"7"=>"333",
"8"=>"822",
"9"=>"1110",
"10"=>"1500",
"11"=>"1800"
);
?>
Crap?!