Difference between revisions of "Lips (TiTS)"

From Fall of Eden
Jump to navigation Jump to search
m
Line 1: Line 1:
 
{{StyleTiTS}}
 
{{StyleTiTS}}
'''' is a body part that Captain Steele can [[Appearance (TiTS)|customize]]. The parameters of this body part that can be currently altered is .  
+
The lips are a body part that Captain Steele can [[Appearance (TiTS)|customize]]. The parameters of this body part that can be currently altered are the size (lipMod) and color. By default, Steele will have a lipMod of 0 and peach colored lips.
 +
 
  
 
== LipMod ==
 
== LipMod ==
 
----
 
----
 +
The lipMod, added with 25% of the [[Femininity_(TiTS)|femininity]] score (the "true" score in calculations) will determine the size of the lips.
 +
{|class="wikitable sortable collapsible collapsed bordered" border="1" cellpadding="2" style="text-align:center"
 +
|+ Increasing
 +
!width="160px"| Item/Event
 +
! class="unsortable" width="220px"| Requirement
 +
! class="unsortable" width="220px"| Change
 +
! class="unsortable" width="300px"| Notes
 +
|-
 +
|align="left"| [[Mimbrane]]
 +
|align="left"|
 +
* Has "'''Mimbrane Face'''"
 +
|align="left"|
 +
* Increases lip size relative to its feedings
 +
|align="left"|
 +
|-
 +
|align="left"| [[Popsicle_Labelled_Estrobloom|Estrobloom]]
 +
|align="left"|
 +
* Small or very small lips
 +
|align="left"|
 +
* Increase lip size by 1 or 2
 +
|align="left"|
 +
|-
 +
|align="left"| [[Popsicle_Labelled_Tittyblossom|Tittyblossom]]
 +
|align="left"|
 +
* Small or very small lips
 +
|align="left"|
 +
* Increase lip size by 1 or 2
 +
|align="left"|
 +
|-
 +
|}
  
=== Increase ===
 
----
 
 
{|class="wikitable sortable collapsible collapsed bordered" border="1" cellpadding="2" style="text-align:center"
 
{|class="wikitable sortable collapsible collapsed bordered" border="1" cellpadding="2" style="text-align:center"
|+ How to increase
+
|+ Decreasing
!width="160px"| Item
+
!width="160px"| Item/Event
! class="unsortable"| Requirement
+
! class="unsortable" width="220px"| Requirement
! class="unsortable"| Change
+
! class="unsortable" width="220px"| Change
! class="unsortable"| Notes
+
! class="unsortable" width="300px"| Notes
 
|-
 
|-
 
|align="left"|  
 
|align="left"|  
 
|align="left"|  
 
|align="left"|  
|align="left"|
+
|align="left"|  
 
|align="left"|  
 
|align="left"|  
 
|-
 
|-
 
|}
 
|}
=== Decrease ===
+
 
 +
 
 +
== Color ==
 
----
 
----
 
{|class="wikitable sortable collapsible collapsed bordered" border="1" cellpadding="2" style="text-align:center"
 
{|class="wikitable sortable collapsible collapsed bordered" border="1" cellpadding="2" style="text-align:center"
|+ How to decrease
+
|+ Color Change
!width="160px"| Item
+
!width="160px"| Item/Event
! class="unsortable"| Requirement
+
! class="unsortable" width="220px"| Requirement
! class="unsortable"| Change
+
! class="unsortable" width="220px"| Change
! class="unsortable"| Notes
+
! class="unsortable" width="300px"| Notes
 
|-
 
|-
 +
|align="left"| [[Medipen_Full_of_Rainbowtox|Rainbowtox]]
 
|align="left"|  
 
|align="left"|  
 
|align="left"|  
 
|align="left"|  
|align="left"|
+
* Change lip color on use
 
|align="left"|  
 
|align="left"|  
 +
* Colors are completely randomized.
 +
|-
 +
|align="left"| [[Bamboo_Container_of_Sky_Sap|Sky Sap]]
 +
|align="left"|
 +
* Has vanae skin color
 +
* Lip color is non-vanae accent color
 +
|align="left"|
 +
* Change lip color
 +
|align="left"|
 +
* Lip color is limited to the vanae color palette.
 
|-
 
|-
 
|}
 
|}
 +
 +
  
  
 
[[Category:Appearance (TiTS)]]
 
[[Category:Appearance (TiTS)]]

Revision as of 03:47, 10 July 2015

{{#css:

 body {
   background: #333E52;
   color: #FFFFFF;
 }
 .flame {
   background-color: #8e44ad;
 }
 .box-flame {
   border-color: #8e44ad;
 }
 .blog-box-flame {
   background: none repeat scroll 0% 0% #8e44ad;
   color: #FFFFFF;
 }
 .wikiEditor-ui {
   color: #000000;
 }
 .editOptions {
   color: #000000;
 }
 table:not(.infobox) {
   background-color:#333E52;
 }
 .infobox, .toc {
   border: 3px solid #8e44ad !important;
   background-color: #333E52 !important;
   color: #FFFFFF;
   box-shadow: 0 0 15px #333;
   table-layout: fixed;
 }
 .toc h2 {
   margin-top: 0px;
   margin-bottom: 0px;
 }
 .mw-content-ltr a:link, .mw-content-ltr a:hover, .mw-content-ltr a:visited, .mw-content-ltr a:active, .catlinks a:link, .catlinks a:hover, .catlinks a:visited, .catlinks a:active {
   color: #AC46DB;
   font-weight: bold;
   font-size: normal;
 }
 a.new:link, a.new:hover, a.new:visited, a.new:active, .catlinks a.new:hover, .catlinks a.new:link, .catlinks a.new:visited, .catlinks a.new:active {
   color: #FF0000;
 }
 blockquote {
   border-left-color: #8e44ad;
   font-size: 16px;
 }

.wikitable {

 color: #FFFFFF;

} .wikitable th {

 color: #3D5174;

} .wikitable td {

 color: #FFFFFF;

} .wikitable caption {

 color: #FFFFFF;
 background: #8E44AD;

} .bordered {

 border: 3px solid #8e44ad !important;
 box-shadow: 0 0 15px #333;

} .borderless {

 border: none;
 box-shadow: none;

} .catlinks {

 margin-top: 32px;
 margin-left: 0px;
 margin-right: 0px;
 margin-bottom: 8px;

}

}} The lips are a body part that Captain Steele can customize. The parameters of this body part that can be currently altered are the size (lipMod) and color. By default, Steele will have a lipMod of 0 and peach colored lips.


LipMod


The lipMod, added with 25% of the femininity score (the "true" score in calculations) will determine the size of the lips.


Color