Exemplo n.º 1
0
 public override bool CanDo(BasicChar player, ThePrey Other)
 {
     if (player.SexualOrgans.Vaginas.Count < 1)
     {
         return(false);
     }
     return(player.Vore.V****a.CanVore(Other));
 }
Exemplo n.º 2
0
 public override string Vore(PlayerMain player, ThePrey other)
 {
     if (player.Vore.V****a.Vore(other))
     {
         return($"Grabbing {other.Prey.Identity.FirstName}, you shove {other.Prey.HimHer()} into your pussy!");
     }
     else
     {
         return($"You cannot fit more into your v****a!");
     }
 }
Exemplo n.º 3
0
 public override string Vore(PlayerMain player, ThePrey other)
 {
     if (player.Vore.Stomach.Vore(other))
     {
         float fillPrecent = player.Vore.Stomach.FillPrecent;
         return($"You walk up to your foe with a primal hunger in your abdomen. Your foe is still groggy from the beating you gave them, will fulfill your stomach's desire. You swiftly grab their head with your hands and bring their face to yours. They grunt, expecting a make-out session, only for their eyes to widen as your mouth does the same. You take in their head in one motion and pin their arms to their waist, holding them in place. You lick their face, enjoying their taste, as you lean forward, pushing their head and neck into your greedy throat.\n\n Loud gulping noises can be heard as you stretch your mouth even further and take in their shoulders. Your muscles strain and bulge as you lift your meal off the ground, suspending them in the air, allowing their torso to slide down into your stomach, leaving only their weakly-flailing legs outside. Your stomach bulges as they enter your guts, which give a rumble of approval and anticipation for the rest of its meal. Your hands make their way up to their calves as you grip tightly and give a hard shove, pushing them in to their ankles.\n\nYou open wide and let their feet slide in, your jaws snapping shut as your food is forced to accept its fate. Your filled stomach stretches and heaves as your prey struggles and pushes in futile attempts to free itself.{(fillPrecent > 0.5 ? " You struggle to get back to your feet, your distended stomach sagging heavily with its weight. You wince in discomfort, walking bow-legged for a little to handle its weight." : "")}");
     }
     else
     {
         return("You cannot fit more into your stomach!");
     }
 }
Exemplo n.º 4
0
 public override string Vore(PlayerMain player, ThePrey other)
 {
     if (player.Vore.Anal.Vore(other))
     {
         if (true)
         {
             return($"Seeing your foe fall, you eagerly make your way up to them as you unbutton your pants and undergarments. Your foe sighs as they imagine what you’re going to do next. You turn your body around and lower your ass cheeks to their face. They grab your ass with their hands and bring their mouth to your hole, seeing no other option. Your alternative plan starts as you push your ass forcefully against their face. Your foe gasps in surprise as your hole touches their nose and stretches, enveloping their head.\n\n Muffled protests come from your waist as they instinctively push against your cheeks, attempting to free themselves. You squat down and grunt as your rectum pulls hard, forcing your meal up to their chest. As their shoulders get pulled in, their arms can't push against your ass, making it easier to pull them in. Your wince as your food makes its way through your gut, stretching it as you pull them in.\n\n You notice that only their legs are left; you grin and straighten your back, using their limbs as a pseudo-chair. You bounce your hips, hammering them further into your bowels. Your cheeks make contact with the ground as they hungrily shove the last of your foe into your depths. Rough shoves and struggles in your gut are all that is left of them as your gut conforms and kneads its meal.");
         }
         else
         {
             return("As your foe crumbles from your back hooves' last kick, you decide to keep your back turned and slowly back into them." +
                    " Rubbing their head from the final blow, your opponent has only a second to notice your large equine rear descending on them, trapping them in darkness. Rough grunting and the sounds of squeezing accompany this surprise as you lift your foe up to their chest with your twisted strength." +
                    "\n\n Your tail flicks upward sharply with each contraction of your anal muscles, your ass feasting upon the poor soul trapped inside. The impressive display of control you have over your rear continues as your prey suddenly disappears up to their waist into your bowels." +
                    " Pleasurable struggles are given to you from inside your equine half as your conquest twists and pushes your sensitive walls, encouraging you to finish your meal.\n\n Not wanting to disappoint your gut, you make one last effort to envelop your foe with your rectum." +
                    " With immense force, their legs are pulled in, leaving their ankles and feet squeezed harshly by your ass. With a loud \"schluck\" their ankles are pulled in, their feet following close behind." +
                    " A satisfied sigh leaves your mouth, and your ass, as you wiggle your hips in victory over your foe. You head back on your journey, your intestines beginning their work on the fresh meat you've conquered.");
         }
     }
     return($"You can't fit him/her into you rectum");
 }
Exemplo n.º 5
0
 public override bool CanDo(BasicChar player, ThePrey Other)
 {
     return(player.Vore.Anal.CanVore(Other));
 }