OGSteam / ogspy

OGSpy collects data from a game to helps players to spy all the universe
https://forum.ogsteam.eu
GNU General Public License v2.0
10 stars 12 forks source link

helper price #127

Open machine62 opened 5 years ago

machine62 commented 5 years ago

creation d 'un helper pour les prix des unité ogamienne

vaisseaux / def / prix de base des recherche / batiment

array ( metal/cricri/deut /E)

pitch314 commented 3 years ago

Existait déjà en partie mais viens d'être complété correctement :

Vaisseaux : fleet_cumulate($fleet, $number) Défenses : defense_cumulate($defence, $number) (ex : defense_cumulate('LLE',1)) Recherches : research_cumulate($research, $level) Bâtiments : building_cumulate($building, $level)

=>return array("M" => $M, "C" => $C, "D" => $D, "NRJ" => $NRJ);