[Torishop]Формула вычисления цены флеймов
20090926
[Torishop]Формула вычисления цены флеймов
Хампа обнародовал формулу (точнее c++ код), по которой расчитывается цена флейма.
Думаю, небогатым оптимизаторам будет полезно:
Думаю, небогатым оптимизаторам будет полезно:
- Код:
function getCost()
{
$cost = 50000 +
$this->dna['emit_amount'] * 1000 +
$this->dna['size'] * 1000 +
$this->dna['gravitate'] * 10000 +
$this->dna['orbit'] * 10000 +
$this->dna['follow'] * 10000 +
$this->dna['sink_body'] * 10000;
if ($this->dna['gravity_x'] != 0 || $this->dna['gravity_y'] != 0 || $this->dna['gravity_z'] != 30) {
$cost += 10000;
}
if ($this->dna['velocity_x'] != 0 || $this->dna['velocity_y'] != 0 || $this->dna['velocity_z'] != 0) {
$cost += 10000;
}
if ($this->dna['timestep'] != 100) {
$cost += 5000;
}
if ($this->dna['blend'] != 0) {
$cost += 20000;
}
if ($this->dna['age_limit'] != 25) {
$cost += 1000;
}
if ($this->dna['emit_scale'] != 0) {
$cost += 5000;
}
return $cost*0.7;
}
Nirs- Админ
- Сообщения : 749
Дата регистрации : 2009-03-28
Настроение : Я тебя съем
Похожие темы
» [Torishop]Новый внешний вид torishop'а
» [FaQ] ФАК по параметрам флеймов
» [Art]Torishop icons
» [Links] P.G.C. (torishop)
» [Torishop]SafeTrade
» [FaQ] ФАК по параметрам флеймов
» [Art]Torishop icons
» [Links] P.G.C. (torishop)
» [Torishop]SafeTrade
Права доступа к этому форуму:
Вы не можете отвечать на сообщения