|
|
|
@@ -291,6 +291,13 @@ |
|
|
|
<option value="avian">Avian</option> |
|
|
|
</select> |
|
|
|
</li> |
|
|
|
<li> |
|
|
|
<label for="jawType">Mouth type</label> |
|
|
|
<select name="jawType"> |
|
|
|
<option value="jaw">Jaws</option> |
|
|
|
<option value="beak">Beak</option> |
|
|
|
</select> |
|
|
|
</li> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
@@ -431,8 +438,22 @@ |
|
|
|
</div> |
|
|
|
</li> |
|
|
|
<li> |
|
|
|
<label for="breastVore">Breast vore</label> |
|
|
|
<input type="checkbox" checked="true" id="breastVore" name="breastVore"/> |
|
|
|
<div class="custom-category-sub"> |
|
|
|
<ul class="flex-outer-sub"> |
|
|
|
<input class="custom-header-checkbox" type="checkbox" checked="true" id="breastVore" name="breastVore"/> |
|
|
|
<label class="custom-header" for="breastVore">Breast Vore</label> |
|
|
|
<div class="reveal-if-active"> |
|
|
|
<li> |
|
|
|
<label for="lactationFactor" class="has-tooltip" title="scales how much milk is released with each squeeze">Lactation ratio</label> |
|
|
|
<input type="number" id="lactationFactor" name="lactationFactor" placeholder="0.25"/> |
|
|
|
</li> |
|
|
|
<li> |
|
|
|
<label for="lactationScale">Milk production factor</label> |
|
|
|
<input type="number" id="lactationScale" name="lactationScale" placeholder="1"/> |
|
|
|
</li> |
|
|
|
</div> |
|
|
|
</ul> |
|
|
|
</div> |
|
|
|
</li> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|