10 #ifndef EVE_COMMON_UTILS_MATH_H
11 #define EVE_COMMON_UTILS_MATH_H
13 #include "../../eve-core/eve-core.h"
44 float ME_EffectOnWaste(
float MaterialAmount,
float BaseWasteFactor,
float MaterialEfficiency);
69 float BrokerFee(
uint8 brSkillLvl,
float fStanding,
float cStanding,
float total);
70 float RelistFee(
float oldPrice,
float newPrice,
float brokerPercent=0.01,
float discount=0);
107 #endif // EVE_COMMON_UTILS_MATH_H
float InventionChance(float BaseChance, uint8 EncryptionLevel, uint8 DataCore1SkillLevel, uint8 DataCore2SkillLevel, uint8 MetaLevel, float DecryptorModifier)
void Dijkstra(uint32 sourcePin, uint32 destinationPin)
uint8 PointsPerMinute(uint8 pAttr, uint8 sAttr)
float EffectiveQuality(int8 AgentQuality, uint8 NegotiationSkillLevel, float AgentPersonalStanding)
float ResearchPointsPerDay(float Multiplier, float AgentEffectiveQuality, uint8 CharSkillLevel, uint8 AgentSkillLevel)
float WasteSkillBased(uint32 MaterialAmount, float ProductionEfficiency)
this is a class that kinda mimics how python polymorph's numbers.
uint32 PerfectME(uint32 MaterialAmount, uint8 BaseWasteFactor)
uint32 PointsAtLevel(uint8 level, float rank)
const uint8 skillPointMultiplier
int32 InventionTime(uint32 BaseTime, uint8 AdvLabLevel, float SlotModifier=1, float ImplantModifier=1)
int64 StartTime(uint32 currentSP, uint32 nextSP, uint8 SPMin, int64 timeNow)
int32 ME_ResearchTime(uint32 BaseTime, uint8 MetallurgyLevel, float SlotModifier=1, float ImplantModifier=1)
int64 EndTime(uint32 currentSP, uint32 nextSP, uint8 SPMin, int64 timeNow)
uint8 LevelForPoints(uint32 currentSP, uint8 rank)
int32 PE_ResearchTime(uint32 BaseTime, uint8 ResearchLevel, float SlotModifier=1, float ImplantModifier=1)
float MissionStandingIncrease(float BaseMissionIncrease, uint8 YourSocialSkillLevel)
double MetersToLightYears(double meters)
float Efficiency(uint8 AgentLevel, int8 AgentQuality)
const uint8 MAXSKILLLEVEL
int32 RE_ResearchTime(uint32 BaseTime, uint8 ResearchLevel, float SlotModifier=1, float ImplantModifier=1)
int32 ProductionTime(uint32 BaseTime, float bpProductivityModifier, float ProductionLevel, float TimeModifier=1)
float StationTaxesForReprocessing(float CharacterStandingWithStationOwner)
int32 CopyTime(uint16 BaseTime, uint8 ScienceLevel, float SlotModifier=1, float ImplantModifier=1)
float BrokerFee(uint8 brSkillLvl, float fStanding, float cStanding, float total)
float EffectiveRefiningYield(float EquipmentYield, uint8 RefiningLevel, uint8 RefiningEfficiencyLevel=9, uint8 OreProcessingLevel=0)
float SalesTax(float baseSalesTax, uint8 accountingLvl=0, uint8 taxEvasionLvl=0)
float RelistFee(float oldPrice, float newPrice, float brokerPercent=0.01, float discount=0)
float GetStandingBonus(float fromStanding, uint32 fromFactionID, uint8 ConnectionsSkillLevel, uint8 DiplomacySkillLevel, uint8 CriminalConnectionsSkillLevel)
float EffectiveStanding(float YourStanding, double standingBonus)
float RequiredStanding(uint8 AgentLevel, int8 AgentQuality)
float AgentStandingIncrease(float CurrentStanding, float PercentIncrease)
float ME_EffectOnWaste(float MaterialAmount, float BaseWasteFactor, float MaterialEfficiency)