public static PiercingJewelry GenerateTongueJewelry(this Tongue tongue, TonguePiercingLocation location, JewelryMaterial jewelryMaterial) { return(new GenericPiercing(JewelryType.BARBELL_STUD, jewelryMaterial)); }
private static string CatPlayerStr(Tongue tongue, PlayerBase player) { return("Your tongue is rough like that of a cat. You sometimes groom yourself with it."); }
private static string HumanPlayerStr(Tongue tongue, PlayerBase player) { return(""); }
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."); }
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. "); }
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."); }
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."); }
private static string SnakePlayerStr(Tongue tongue, PlayerBase player) { return("A snake-like tongue occasionally flits between your lips, tasting the air."); }