예제 #1
0
    def RemoveFemaleClothing(self):
        V****a = bodyparts.V****a()
        Breasts = bodyparts.Breasts()

        sTakeItOff = ""

        if not self.FemaleTopClothing == "":
            if CoinFlip():
                sTakeItOff += "slipped out of her " + self.FemaleTopClothing + " and pulled down her " + self.FemaleBottomClothing + ", revealing her " + V****a.RandomDescription(
                    bAllowLongDesc=False)
            else:
                sTakeItOff += "pulled down her " + self.FemaleBottomClothing + " and slipped out of her " + self.FemaleTopClothing + ", revealing her " + Breasts.RandomDescription(
                    bAllowLongDesc=False)
        elif not FemaleBottomClothing == "":
            sTakeItOff = "pulled down her " + self.FemaleBottomClothing + ", revealing her " + V****a.RandomDescription(
                bAllowLongDesc=False)
        else:
            sTakeItOff += "was naked, her "
            if CoinFlip():
                sTakeItOff += Breasts.RandomDescription(bAllowLongDesc=False)
            else:
                sTakeItOff += V****a.RandomDescription(bAllowLongDesc=False)
            sTakeItOff += " on full display"

        return sTakeItOff
예제 #2
0
    def Scene(self):
        sScene = ""

        V****a = bodyparts.V****a()
        Ass = bodyparts.AssFemale()

        Actions = []

        Actions.append(
            self.HerName.capitalize() + " straddled " + self.HisNamePos +
            " face. He had an intimate view of her " +
            V****a.OuterLabia.RandomDescription() + " and " +
            Ass.Anus.RandomDescription() +
            " as she lowered herself onto him. She began to grind against his mouth as he "
        )

        if CoinFlip():
            Actions.append("rimmed and tongue-f****d her " +
                           Ass.Anus.RandomDescription())
        else:
            Actions.append("licked her " +
                           V****a.OuterLabia.RandomDescription())
            if CoinFlip():
                Actions.append(" and sucked on her " +
                               V****a.InnerLabia.RandomDescription())
            if CoinFlip():
                Actions.append(", coating his chin in her juices")

        Actions.append(".")

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

        return sScene
예제 #3
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
예제 #4
0
    def Scene(self):
        sScene = ""

        V****a = bodyparts.V****a()
        Breasts = bodyparts.Breasts()
        Hips = bodyparts.Hips()
        Penis = bodyparts.Penis()
        VerbThrust = verbs.VerbThrust()

        Actions = []

        Actions.append(self.HerName.capitalize() + " straddled " +
                       self.HisNamePos + " hips. ")

        if CoinFlip():
            Actions.append("Grabbing his erect " +
                           Penis.GetNoun(sNot="erection") +
                           ", she guided it to her entrance. ")

        Actions.append("She lowered her hips, impaling herself on his " +
                       Penis.RandomDescription())

        if CoinFlip():
            Actions.append(" with a " + WordList(
                ["whimper", "sigh", "moan", "wail", "gasp", "cry"]).GetWord() +
                           " of pleasure")

        if CoinFlip():
            Actions.append(". She began thrusting herself " + WordList([
                "forcefully", "passionately", "feverishly", "urgently",
                "lovingly", "tenderly", "rhythmically"
            ]).GetWord() + " up and down as she rode his " +
                           Penis.MediumDescription())
            if CoinFlip():
                Actions.append(", her " + Breasts.ShortDescription() +
                               " bouncing vigorously")
        else:
            Actions.append(". She began rotating her " +
                           Hips.MediumDescription() +
                           " sensually, grinding on his " +
                           Penis.MediumDescription() +
                           ", feeling him move inside of her")
            if CoinFlip():
                Actions.append(". As she did so he grabbed her " +
                               Breasts.MediumDescription() +
                               " and squeezed them")

        if CoinFlip():
            Actions.append(". " + self.HisName.capitalize() +
                           " watched this " + misc.WomanAdjs().GetWord() +
                           " creature take advantage of him in amazement")

        Actions.append(".")

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

        return sScene
예제 #5
0
    def Scene(self, Location=None):
        sScene = ""

        V****a = bodyparts.V****a()
        Ass = bodyparts.AssFemale()
        Penis = bodyparts.Penis()
        VerbThrust = verbs.VerbThrust()

        Actions = []

        if CoinFlip():
            Actions.append(self.HerName.capitalize() +
                           " got on her knees, showing him her lovely, " +
                           Ass.GetAdj(sNot="lovely") + " " +
                           Ass.ShortDescription() + ", her " +
                           V****a.ShortDescription() + ", and her " +
                           Ass.Anus.RandomDescription() + ". ")
        else:
            Actions.append(
                self.HisName.capitalize() +
                " bent her over, shoving her head down so that her " +
                Ass.MediumDescription() +
                " was up in the air, ready for his " +
                Penis.MediumDescription() + ". ")

        Actions.append("He grabbed her by the hips")

        if CoinFlip():
            Actions.append(", and began to rub his c**k against her ")
            if CoinFlip():
                Actions.append("crack")
            else:
                Actions.append(V****a.OuterLabia.ShortDescription() + "")

        Actions.append(". Positioning his " + Penis.Head.MediumDescription() +
                       " against her entrance, ")

        if CoinFlip():
            Actions.append("he suddenly " + VerbThrust.Past() + " into her.")
        else:
            Actions.append("he gently eased himself inside her.")

        Actions.append(" In moments he was " + VerbThrust.Gerund() +
                       " in and out of her " +
                       V****a.InnerVag.MediumDescription() + " as she " +
                       verbs.VerbMoan().Past() + " with pleasure.")

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

        return sScene
예제 #6
0
    def __init__(self, sHisName, sHerName, Location=None):
        super().__init__(sHisName=sHisName,
                         sHerName=sHerName,
                         Location=Location)

        self.VerbPast = "went down on"
        self.VerbPresent = "go down on"
        self.VerbGerund = "going down on"

        sVagina = bodyparts.V****a().ShortDescription()

        self.SceneShortDesc3P = "he " + WordList([
            "went down on her", "ate out her " + sVagina,
            "licked her " + sVagina
        ]).GetWord()
        self.SceneShortDesc1PHim = "I " + WordList([
            "went down on you", "ate out your " + sVagina,
            "licked your " + sVagina
        ]).GetWord()
        self.SceneShortDesc1PHer = "you " + WordList([
            "went down on me", "ate out my " + sVagina, "licked my " + sVagina
        ]).GetWord()
예제 #7
0
    def __init__(self, sHisName, sHerName, Location=None):
        super().__init__(sHisName=sHisName,
                         sHerName=sHerName,
                         Location=Location)

        sVagina = bodyparts.V****a().ShortDescription()
        sSemen = bodyparts.S***n().ShortDescription()

        self.VerbPast = "cream-pied"
        self.VerbPresent = "cream-pie"
        self.VerbGerund = "cream-pieing"

        self.SceneShortDesc3P = "he " + WordList([
            "came inside her " + sVagina,
            "filled her " + sVagina + " with his " + sSemen
        ]).GetWord()
        self.SceneShortDesc1PHim = "I " + WordList([
            "came inside your " + sVagina,
            "filled your " + sVagina + " with my " + sSemen
        ]).GetWord()
        self.SceneShortDesc1PHer = "you " + WordList([
            "came inside my " + sVagina,
            "filled my " + sVagina + " with your " + sSemen
        ]).GetWord()
예제 #8
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
예제 #9
0
    def Scene(self, Location=None):
        sScene = ""

        V****a = bodyparts.V****a()
        Legs = bodyparts.Legs()
        Breasts = bodyparts.Breasts()
        Penis = bodyparts.Penis()
        VerbThrust = verbs.VerbThrust()

        Actions = []

        Actions.append(self.HisName.capitalize() + " spread her " +
                       Legs.MediumDescription() + " wide and pushed them up. ")
        Actions.append(self.HerNamePos.capitalize() + " " +
                       V****a.RandomDescription(bAllowShortDesc=True) +
                       " was wide open, exposing her " +
                       V****a.InnerVag.RandomDescription(
                           bAllowShortDesc=True) + ". ")
        if CoinFlip():
            Actions.append(
                "She wrapped her legs around him, pulling him down to her. ")
            if CoinFlip():
                Actions.append("They kissed as ")
            else:
                Actions.append("He played with her " +
                               Breasts.RandomDescription(
                                   bAllowLongDesc=False) + " as ")
            Actions.append("he entered her " +
                           V****a.InnerVag.RandomDescription() + ". ")
        else:
            Actions.append("He inserted his " + Penis.RandomDescription() +
                           " into her " + V****a.InnerVag.RandomDescription() +
                           ". ")

        if CoinFlip():
            Actions.append("She was " + WordList([
                "already wet", "sopping wet", "practically gushing",
                "moist and inviting", "moist and slick"
            ]).GetWord() + " and eager to receive him. ")

        Actions.append(self.HisName.capitalize() + " began " +
                       VerbThrust.Gerund() + " in and out of " +
                       self.HerNamePos + " " +
                       V****a.RandomDescription(bAllowLongDesc=False) + " " +
                       WordList([
                           "forcefully", "passionately", "feverishly",
                           "urgently", "lovingly", "tenderly", "rhythmically"
                       ]).GetWord() + " ")

        if CoinFlip():
            Actions.append("driving balls-deep with every powerful thrust")
        else:
            Actions.append("as she coated his " + Penis.ShortDescription() +
                           " with her milky juices")

        Actions.append(".")

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

        return sScene
예제 #10
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