示例#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)
示例#2
0
文件: Dot.py 项目: NeonOcean/S4.Cycle
def _GetSpermReproductiveTimeMultiplier () -> float:
	return FemalesShared.GetSpermTrackerReproductiveTimeMultiplier()
示例#3
0
文件: Dot.py 项目: NeonOcean/S4.Cycle
def _GetCycleReproductiveTimeMultiplier () -> float:
	return FemalesShared.GetCycleTrackerReproductiveTimeMultiplier()
示例#4
0
 def _GetNextReproductiveTimeMultiplier(self) -> float:
     return FemalesShared.GetPregnancyTrackerReproductiveTimeMultiplier()