Ejemplo n.º 1
0
 public static PiercingJewelry GenerateTongueJewelry(this Tongue tongue, TonguePiercingLocation location, JewelryMaterial jewelryMaterial)
 {
     return(new GenericPiercing(JewelryType.BARBELL_STUD, jewelryMaterial));
 }
Ejemplo n.º 2
0
 private static string CatPlayerStr(Tongue tongue, PlayerBase player)
 {
     return("Your tongue is rough like that of a cat. You sometimes groom yourself with it.");
 }
Ejemplo n.º 3
0
 private static string HumanPlayerStr(Tongue tongue, PlayerBase player)
 {
     return("");
 }
Ejemplo n.º 4
0
 private static string LizardPlayerStr(Tongue tongue, PlayerBase player)
 {
     return("Your mouth contains a thick, fleshy lizard tongue, bringing to mind the tongue of large predatory reptiles."
            + " It can reach up to one foot, its forked tips tasting the air as they flick at the end of each movement.");
 }
Ejemplo n.º 5
0
 private static string EchidnaPlayerStr(Tongue tongue, PlayerBase player)
 {
     return("A thin echidna tongue, at least a foot long, occasionally flits out from between your lips. ");
 }
Ejemplo n.º 6
0
 private static string DraconicPlayerStr(Tongue tongue, PlayerBase player)
 {
     return("Your mouth contains a thick, fleshy tongue that, if you so desire, can telescope to a distance of about " + Measurement.ToNearestHalfLargeUnit(48, false, true) + "."
            + " It has sufficient manual dexterity that you can use it almost like a third arm.");
 }
Ejemplo n.º 7
0
 private static string DemonicPlayerStr(Tongue tongue, PlayerBase player)
 {
     return("A slowly undulating tongue occasionally slips from between your lips."
            + " It hangs nearly two feet long when you let the whole thing slide out, though you can retract it to appear normal.");
 }
Ejemplo n.º 8
0
 private static string SnakePlayerStr(Tongue tongue, PlayerBase player)
 {
     return("A snake-like tongue occasionally flits between your lips, tasting the air.");
 }