#include <parameters.h>
Collaboration diagram for SpeciesInfo:

Public Member Functions | |
| SpeciesInfo (void) | |
| const bool | IsSpecies (const char *aSpecies) const |
Data Fields | |
| icstring | name |
| RGBColor | color |
| int | humidity |
| constraints of the species for the home world | |
| int | surfaceTemperature |
| constraints of the species for the home world | |
| int | atmPressure |
| constraints of the species for the home world | |
| int | powerPotential |
| Development capabilities. | |
| int | industryPotential |
| Development capabilities. | |
| int | farmingPotential |
| Development capabilities. | |
| int | medicalPotential |
| Development capabilities. | |
| int | combatTactic |
| int | combatNavigation |
| int | combatCommunication |
| int | economy |
| still tbd: nb this is not the transfert of goods within the specie's colony | |
| int | transfertEffisciency |
| int | diplomacy |
| int | research |
| int | sociology |
| collective for borgs... | |
| double | residue |
| Planet * | hwPlanet |
|
|
Definition at line 134 of file parameters.h. References color, hwPlanet, and residue.
|
|
|
Definition at line 136 of file parameters.h. References name. Referenced by PlayGame::Load().
00136 { return name == aSpecies; }
|
|
|
constraints of the species for the home world
Definition at line 114 of file parameters.h. Referenced by Planet::IsCompatible(), and Parameters::SetupSpecies(). |
|
|
Definition at line 112 of file parameters.h. Referenced by Parameters::SetupSpecies(), and SpeciesInfo(). |
|
|
Combat potentials tactic: increase the P for hitting a target Navigation Increase the P for avoiding to be hit communication increase the P to combine attacks with other species Definition at line 123 of file parameters.h. |
|
|
Combat potentials tactic: increase the P for hitting a target Navigation Increase the P for avoiding to be hit communication increase the P to combine attacks with other species Definition at line 123 of file parameters.h. |
|
|
Combat potentials tactic: increase the P for hitting a target Navigation Increase the P for avoiding to be hit communication increase the P to combine attacks with other species Definition at line 123 of file parameters.h. |
|
|
Definition at line 128 of file parameters.h. |
|
|
still tbd: nb this is not the transfert of goods within the specie's colony
Definition at line 126 of file parameters.h. |
|
|
Development capabilities.
Definition at line 117 of file parameters.h. Referenced by Parameters::SetupSpecies(). |
|
|
constraints of the species for the home world
Definition at line 114 of file parameters.h. Referenced by Planet::IsCompatible(), and Parameters::SetupSpecies(). |
|
|
Definition at line 133 of file parameters.h. Referenced by Planet::IsCompatible(), and SpeciesInfo(). |
|
|
Development capabilities.
Definition at line 117 of file parameters.h. Referenced by Parameters::SetupSpecies(). |
|
|
Development capabilities.
Definition at line 117 of file parameters.h. Referenced by Parameters::SetupSpecies(). |
|
|
Definition at line 111 of file parameters.h. Referenced by IsSpecies(), and Parameters::SetupSpecies(). |
|
|
Development capabilities.
Definition at line 117 of file parameters.h. Referenced by Parameters::SetupSpecies(). |
|
|
Definition at line 129 of file parameters.h. |
|
|
Definition at line 132 of file parameters.h. Referenced by Planet::IsCompatible(), and SpeciesInfo(). |
|
|
collective for borgs...
Definition at line 130 of file parameters.h. |
|
|
constraints of the species for the home world
Definition at line 114 of file parameters.h. Referenced by Planet::IsCompatible(), and Parameters::SetupSpecies(). |
|
|
Definition at line 127 of file parameters.h. |
1.3.3