EvEmu
0.8.4
11 September 2021
|
Functions | |
int32 | CopyTime (uint16 BaseTime, uint8 ScienceLevel, float SlotModifier=1, float ImplantModifier=1) |
int32 | InventionTime (uint32 BaseTime, uint8 AdvLabLevel, float SlotModifier=1, float ImplantModifier=1) |
int32 | ProductionTime (uint32 BaseTime, float bpProductivityModifier, float ProductionLevel, float TimeModifier=1) |
int32 | ME_ResearchTime (uint32 BaseTime, uint8 MetallurgyLevel, float SlotModifier=1, float ImplantModifier=1) |
int32 | PE_ResearchTime (uint32 BaseTime, uint8 ResearchLevel, float SlotModifier=1, float ImplantModifier=1) |
int32 | RE_ResearchTime (uint32 BaseTime, uint8 ResearchLevel, float SlotModifier=1, float ImplantModifier=1) |
float | ME_EffectOnWaste (float MaterialAmount, float BaseWasteFactor, float MaterialEfficiency) |
float | ResearchPointsPerDay (float Multiplier, float AgentEffectiveQuality, uint8 CharSkillLevel, uint8 AgentSkillLevel) |
uint32 | PerfectME (uint32 MaterialAmount, uint8 BaseWasteFactor) |
float | WasteSkillBased (uint32 MaterialAmount, float ProductionEfficiency) |
float | InventionChance (float BaseChance, uint8 EncryptionLevel, uint8 DataCore1SkillLevel, uint8 DataCore2SkillLevel, uint8 MetaLevel, float DecryptorModifier) |
int32 EvEMath::RAM::CopyTime | ( | uint16 | BaseTime, |
uint8 | ScienceLevel, | ||
float | SlotModifier = 1 , |
||
float | ImplantModifier = 1 |
||
) |
Definition at line 84 of file EvEMath.cpp.
Referenced by RamMethods::Calculate().
float EvEMath::RAM::InventionChance | ( | float | BaseChance, |
uint8 | EncryptionLevel, | ||
uint8 | DataCore1SkillLevel, | ||
uint8 | DataCore2SkillLevel, | ||
uint8 | MetaLevel, | ||
float | DecryptorModifier | ||
) |
Definition at line 121 of file EvEMath.cpp.
int32 EvEMath::RAM::InventionTime | ( | uint32 | BaseTime, |
uint8 | AdvLabLevel, | ||
float | SlotModifier = 1 , |
||
float | ImplantModifier = 1 |
||
) |
Definition at line 89 of file EvEMath.cpp.
Referenced by RamMethods::Calculate().
float EvEMath::RAM::ME_EffectOnWaste | ( | float | MaterialAmount, |
float | BaseWasteFactor, | ||
float | MaterialEfficiency | ||
) |
Definition at line 94 of file EvEMath.cpp.
int32 EvEMath::RAM::ME_ResearchTime | ( | uint32 | BaseTime, |
uint8 | MetallurgyLevel, | ||
float | SlotModifier = 1 , |
||
float | ImplantModifier = 1 |
||
) |
Definition at line 68 of file EvEMath.cpp.
Referenced by RamMethods::Calculate().
int32 EvEMath::RAM::PE_ResearchTime | ( | uint32 | BaseTime, |
uint8 | ResearchLevel, | ||
float | SlotModifier = 1 , |
||
float | ImplantModifier = 1 |
||
) |
Definition at line 73 of file EvEMath.cpp.
Referenced by RamMethods::Calculate().
Definition at line 105 of file EvEMath.cpp.
int32 EvEMath::RAM::ProductionTime | ( | uint32 | BaseTime, |
float | bpProductivityModifier, | ||
float | ProductionLevel, | ||
float | TimeModifier = 1 |
||
) |
Definition at line 55 of file EvEMath.cpp.
Referenced by RamMethods::Calculate().
int32 EvEMath::RAM::RE_ResearchTime | ( | uint32 | BaseTime, |
uint8 | ResearchLevel, | ||
float | SlotModifier = 1 , |
||
float | ImplantModifier = 1 |
||
) |
Definition at line 78 of file EvEMath.cpp.
float EvEMath::RAM::ResearchPointsPerDay | ( | float | Multiplier, |
float | AgentEffectiveQuality, | ||
uint8 | CharSkillLevel, | ||
uint8 | AgentSkillLevel | ||
) |
Definition at line 110 of file EvEMath.cpp.
float EvEMath::RAM::WasteSkillBased | ( | uint32 | MaterialAmount, |
float | ProductionEfficiency | ||
) |
Definition at line 116 of file EvEMath.cpp.