Exemplo n.º 1
0
    def ShouldHave(
            cls, targetSimInfo: sim_info.SimInfo,
            targetSystem: ReproductionShared.ReproductiveSystem) -> bool:
        """
		Get whether or not the target should have this tracker.
		"""

        return FemalesShared.ShouldHaveFemaleTrackers(targetSimInfo)
Exemplo n.º 2
0
def _GetSpermReproductiveTimeMultiplier () -> float:
	return FemalesShared.GetSpermTrackerReproductiveTimeMultiplier()
Exemplo n.º 3
0
def _GetCycleReproductiveTimeMultiplier () -> float:
	return FemalesShared.GetCycleTrackerReproductiveTimeMultiplier()
Exemplo n.º 4
0
 def _GetNextReproductiveTimeMultiplier(self) -> float:
     return FemalesShared.GetPregnancyTrackerReproductiveTimeMultiplier()