Пример #1
0
    def Scene(self, Location=None, bIsVagina=True):
        Penis = bodyparts.Penis()
        S***n = bodyparts.S***n()
        V****a = bodyparts.V****a()
        Anus = bodyparts.AnusFemale()
        Thighs = bodyparts.Thighs()
        DripVerbs = verbs.VerbDrip()
        SemenGobs = misc.Gobs()
        VEjac = verbs.VerbEjaculate()
        sScene = ""

        if bIsVagina:
            sScene = "He was soon " + VEjac.Gerund(
            ) + " deep within her " + V****a.RandomDescription(
            ) + " as an intense o****m wracked her body. "
        else:
            sScene = "He was soon " + VEjac.Gerund(
            ) + " deep within her " + Anus.RandomDescription(
            ) + " as an intense o****m wracked her body. "

        sScene += S***n.GetAdj().capitalize() + " " + SemenGobs.GetWord(
        ) + " of " + S***n.GetNoun() + " " + DripVerbs.Past(
        ) + " from " + self.HerNamePos

        if bIsVagina:
            iRandPussyDesc = randint(1, 3)

            if iRandPussyDesc == 1:
                sScene += " " + V****a.RandomDescription(bAllowShortDesc=True)
            elif iRandPussyDesc == 2:
                sScene += " " + V****a.InnerLabia.RandomDescription(
                    bAllowShortDesc=True)
            else:
                sScene += " " + V****a.InnerVag.RandomDescription(
                    bAllowShortDesc=True)
        else:
            sScene += " " + Anus.RandomDescription(bAllowShortDesc=True)

        iRandAfter = randint(1, 10)

        if iRandAfter % 2 == 0:
            sScene += " and down her " + Thighs.RandomDescription(
                bAllowShortDesc=True)
        if iRandAfter > 4:
            if not self.Location == None:
                sScene += " and onto the " + self.Location.Ground
        if iRandAfter % 3 == 0:
            sScene += ". She scooped some up with her fingers and tasted it"
        if iRandAfter > 6:
            sScene += ". " + self.HerName.capitalize(
            ) + " got down on her knees and began to lick the " + S***n.RandomDescription(
            ) + " from his " + Penis.RandomDescription()

        #print("sScene[len(sScene) - 1] = " + sScene[len(sScene) - 1])
        if not sScene[len(sScene) - 1] == ".":
            sScene += "."

        return sScene
Пример #2
0
    def __init__(self, sHisName, sHerName, Location=None):
        super().__init__(sHisName=sHisName,
                         sHerName=sHerName,
                         Location=Location)

        self.VerbPast = "rimmed"
        self.VerbPresent = "rim"
        self.VerbGerund = "rimming"

        sAnus = bodyparts.AnusFemale().ShortDescription()

        self.SceneShortDesc3P = "he " + WordList([
            "gave her a rim-job", "rimmed her " + sAnus, "licked her " + sAnus
        ]).GetWord()
        self.SceneShortDesc1PHim = "I " + WordList([
            "gave you a rim-job", "rimmed your " + sAnus,
            "licked your " + sAnus
        ]).GetWord()
        self.SceneShortDesc1PHer = "You " + WordList([
            "gave me a rim-job", "rimmed my " + sAnus, "licked my " + sAnus
        ]).GetWord()
Пример #3
0
    def Scene(self, Location=None):
        sScene = ""

        Actions = []

        Ass = bodyparts.AssFemale()
        Anus = bodyparts.AnusFemale()
        Penis = bodyparts.Penis()
        Breasts = bodyparts.Breasts()
        V****a = bodyparts.V****a()

        sScene = self.HisName.capitalize(
        ) + " turned her around and bent her over. "

        if CoinFlip():
            Actions.append("He tenderly kissed her " +
                           Ass.RandomDescription(bAllowShortDesc=True))
        else:
            Actions.append("He began to massage her " +
                           Ass.RandomDescription(bAllowShortDesc=True))

        Actions.append(" and then he spread her " + Ass.ShortDescription() +
                       " apart, revealing her " +
                       Anus.RandomDescription(bAllowShortDesc=True) + ". ")

        if CoinFlip():
            Actions.append(
                "He wet his finger with his tongue and then began to gently slide it around her "
                + Anus.GetAdj() + " rim. ")
        else:
            Actions.append(
                "He nestled his face between her cheeks and gently kissed her rim. "
            )

        Actions.append(
            "Then he began to lick it with his " +
            WordList(["long", "agile", "talented", "expert"]).GetWord() +
            " tongue. ")

        if CoinFlip():
            Actions.append("He heard her " + WordList(
                ["moaning", "groaning", "sighing", "cooing"]).GetWord() +
                           " with pleasure. ")

        if CoinFlip():
            Actions.append(
                "He reached between her spread legs and ran his finger along her "
                + V****a.OuterLabia.RandomDescription(bAllowShortDesc=True) +
                ". It was dripping wet. Fingering it, he ")
        else:
            Actions.append("He ")

        Actions.append("continued to rim her " + Anus.ShortDescription() +
                       " eagerly")
        if CoinFlip():
            Actions.append(", enjoying the taste of her on his tongue.")
        else:
            Actions.append(
                ", inserting the tip of her finger into her " +
                WordList(["snug", "tight", "constricting", "taut"]).GetWord() +
                " " + Anus.ShortDescription() + ".")

        for x in range(0, len(Actions)):
            sScene += Actions[x]

        return sScene
Пример #4
0
    def Scene(self, Location=None):
        sScene = ""

        Penis = bodyparts.Penis()
        Ass = bodyparts.AssFemale()
        Anus = bodyparts.AnusFemale()
        C**t = bodyparts.Clitoris()
        VerbThrust = verbs.VerbThrust()

        AdvSpread = WordList([
            "lovingly", "carefully", "tenderly", "forcefully", "firmly",
            "gently", "expertly", "roughly"
        ])

        Actions = []

        if CoinFlip():
            Actions.append(self.HisName.capitalize() + " " +
                           AdvSpread.GetWord() + " spread " + self.HerNamePos +
                           " " + Ass.RandomDescription() + " apart, ")
        else:
            Actions.append(self.HerName.capitalize() +
                           " winked at him as she " + AdvSpread.GetWord() +
                           " spread her " + Ass.RandomDescription() +
                           " apart, ")

        Actions.append("exposing her " + Anus.RandomDescription() + ". ")

        if CoinFlip():
            if CoinFlip():
                Actions.append(self.HisName.capitalize() +
                               " spit on his fingers")
            else:
                Actions.append(self.HisName.capitalize() +
                               " applied some lube to his fingers")

            Actions.append(", and then gently inserted " + str(randint(1, 4)) +
                           " of them into " + self.HerNamePos + " " +
                           Anus.ShortDescription() + ". ")

        if CoinFlip():
            Actions.append("When she was ready, he eased the " +
                           Penis.Head.RandomDescription() + " of his " +
                           Penis.ShortDescription() + " into her tight " +
                           Anus.ShortDescription() + ". ")

        Actions.append("Before long ")

        if CoinFlip():
            Actions.append("he was " + VerbThrust.Gerund() + " her " +
                           Anus.ShortDescription() + " " + AdvSpread.GetWord())
        else:
            Actions.append("he was deep in her " + Ass.RandomDescription() +
                           ", f*****g her " + AdvSpread.GetWord())

        if CoinFlip():
            Actions.append(", stretching her " + Anus.ShortDescription() +
                           " wide")

        if CoinFlip():
            Actions.append(" as he diddled her " + C**t.ShortDescription() +
                           " with his hand")

        for x in range(0, len(Actions)):
            sScene += Actions[x]

        sScene += "."

        return sScene
Пример #5
0
    def Scene(self, Location=None):
        sScene = ""

        V****a = bodyparts.V****a()
        InnerLabia = bodyparts.VaginaInnerLabia()
        OuterLabia = bodyparts.VaginaOuterLabia()
        InnerVag = bodyparts.VaginaInner()
        C**t = bodyparts.Clitoris()
        Anus = bodyparts.AnusFemale()
        Thighs = bodyparts.Thighs()

        Actions = []

        Actions.append(self.HisName.capitalize() + " spread apart her " +
                       Thighs.RandomDescription(bAllowShortDesc=True) +
                       " and ")

        if CoinFlip():
            Actions.append("licked her from her " + Anus.ShortDescription() +
                           " to her " + C**t.ShortDescription() + ".")
        else:
            Actions.append(
                "kissed his way up them until his lips brushed against her " +
                OuterLabia.MediumDescription() + ".")

        if CoinFlip():
            Actions.append(" He covered her " +
                           OuterLabia.MediumDescription() +
                           " with slobbery kisses, ")
        else:
            Actions.append(
                " With skillful strokes of his tongue he bathed her " +
                V****a.MediumDescription() + " with his saliva, ")

        if CoinFlip():
            Actions.append("then he gently teased her " +
                           InnerLabia.RandomDescription() + ", ")

        Actions.append("and nibbled on her " +
                       C**t.RandomDescription(bAllowShortDesc=True) + ". ")
        Actions.append("Spreading open her " + InnerLabia.MediumDescription() +
                       ", ")

        if CoinFlip():
            Actions.append(
                "he began to lick his way around the delicate pink inside of her "
                + V****a.ShortDescription() + ", ")
            if CoinFlip():
                Actions.append("before tongue-f*****g her " +
                               InnerVag.ShortDescription() + " vigorously.")
            else:
                Actions.append(
                    "before inserting two fingers deep inside her " +
                    InnerVag.ShortDescription() + ".")
        else:
            Actions.append("he buried his face in her " +
                           V****a.ShortDescription() + ", eating her " +
                           V****a.RandomDescription(bAllowShortDesc=True) +
                           " until his chin was dripping with her juices.")

        for x in range(0, len(Actions)):
            sScene += Actions[x]

        return sScene
Пример #6
0
    def Scene(self, Location=None):
        sScene = ""

        Actions = []

        Ass = bodyparts.AssMale()
        Anus = bodyparts.AnusFemale()
        Penis = bodyparts.Penis()
        Breasts = bodyparts.Breasts()

        sScene = self.HerName.capitalize(
        ) + " turned him around and knelt down behind him. "

        if CoinFlip():
            Actions.append("She tenderly kissed his " +
                           Ass.RandomDescription(bAllowShortDesc=True))
        else:
            Actions.append("She began to massage his " +
                           Ass.RandomDescription(bAllowShortDesc=True))

        Actions.append(
            " and then she spread his " + Ass.ShortDescription() +
            " apart, revealing his " +
            WordList(["hairy", "brown", "tight", "sensitive", "puckered"
                      ]).GetWord() + " " + Anus.ShortDescription() + ". ")

        if CoinFlip():
            Actions.append(
                "She wet her finger with her tongue and then began to gently slide it around his rim. "
            )
        else:
            Actions.append(
                "She nestled her face between his cheeks and gently kissed his rim. "
            )

        Actions.append(
            "Then she began to lick it with her " +
            WordList(["long", "agile", "talented", "expert"]).GetWord() +
            " tongue. ")

        if CoinFlip():
            Actions.append(
                "She heard him " +
                WordList(["moaning", "groaning", "sighing"]).GetWord() +
                " with pleasure. ")

        if CoinFlip():
            Actions.append("She reached around and took hold of his " +
                           Penis.ShortDescription() +
                           ". He was hard as a rock. Stroking it she ")
        else:
            Actions.append("She ")

        Actions.append("continued to rim his " + Anus.ShortDescription() +
                       " eagerly")
        if CoinFlip():
            Actions.append(", enjoying the taste of him on her tongue.")
        else:
            Actions.append(
                ", inserting the tip of her finger into his " +
                WordList(["snug", "tight", "constricting", "taut"]).GetWord() +
                " " + Anus.ShortDescription() + ".")

        for x in range(0, len(Actions)):
            sScene += Actions[x]

        return sScene