Procházet zdrojové kódy

Finished converting stuff to the new character creation format

tags/v1.0.0
Fen Dweller před 6 roky
rodič
revize
a12026c008
2 změnil soubory, kde provedl 428 přidání a 685 odebrání
  1. +428
    -2
      features.js
  2. +0
    -683
      stroll.html

+ 428
- 2
features.js Zobrazit soubor

@@ -53,6 +53,58 @@ options = [
"type": "float",
"default": "0.2",
"unit": "area"
},
{
"name": "Same-size stomping",
"id": "sameSizeStomp",
"type": "checkbox"
}
]
},
{
"name": "Body Details",
"optional": false,
"entries":
[
{
"name": "Foot type",
"id": "footType",
"type": "select",
"choices":
[
{
"name": "Paws",
"value": "paw"
},
{
"name": "Hooves",
"value": "hoof"
},
{
"name": "Feet",
"value": "foot",
},
{
"name": "Avian",
"value": "avian"
}
]
},
{
"name": "Mouth type",
"id": "jawType",
"type": "select",
"choices":
[
{
"name": "Jaws",
"value": "jaw"
},
{
"name": "Beak",
"value": "beak"
}
]
}
]
},
@@ -148,6 +200,16 @@ options = [
"id": "oralDigestTime",
"type": "float",
"default": "15"
},
{
"name": "Same-size vore",
"id": "sameSizeVore",
"type": "checkbox"
},
{
"name": "Vomiting",
"id": "vomitEnabled",
"type": "checkbox"
}
]
},
@@ -378,7 +440,7 @@ options = [
"name": "Passive cum production",
"id": "cumScale",
"type": "float",
"default": "0.01"
"default": "1"
},
{
"name": "Cum storage factor",
@@ -471,7 +533,7 @@ options = [
"name": "Passive femcum production",
"id": "femcumScale",
"type": "float",
"default": "0.01"
"default": "1"
},
{
"name": "Femcum storage factor",
@@ -514,5 +576,369 @@ options = [
]
}
]
},
{
"name": "Breasts",
"id": "hasBreasts",
"optional": true,
"entries":
[
{
"name": "Breast diameter",
"id": "baseBreastDiameter",
"type": "float",
"default": "0.1",
"unit": "length"
},
{
"name": "Lactation",
"id": "lactationEnabled",
"type": "subcategory",
"entries":
[
{
"name": "Lactation scale",
"id": "lactationFactor",
"type": "float",
"default": "0.25"
},
{
"name": "Passive milk production",
"id": "lactationScale",
"type": "float",
"default": "1"
}
]
},
{
"name": "Breast Vore",
"id": "breastVore",
"type": "subcategory",
"entries":
[
{
"name": "Breast stretchiness",
"id": "breastStretchiness",
"type": "float",
"default": "1"
},
{
"name": "Milk digestion scale",
"id": "baseMilkDigestFactor",
"type": "float",
"default": "1"
},
{
"name": "Digestion time",
"id": "breastDigestTime",
"type": "float",
"default": "15"
}
]
}
]
},
{
"name": "Stench",
"id": "stenchEnabled",
"optional": true,
"entries":
[
{
"name": "Paw stench scale",
"id": "basePawStenchArea",
"type": "float",
"default": "1"
},
{
"name": "Ass stench scale",
"id": "basePawStenchArea",
"type": "float",
"default": "1.5"
},
{
"name": "Piss stench scale",
"id": "basePawStenchArea",
"type": "float",
"default": "0.75"
},
{
"name": "Scat stench scale",
"id": "basePawStenchArea",
"type": "float",
"default": "3"
},
]
},
{
"name": "Gas",
"id": "gasEnabled",
"optional": true,
"entries":
[
{
"name": "Belching",
"id": "belchEnabled",
"type": "checkbox"
},
{
"name": "Farting",
"id": "fartEnabled",
"type": "checkbox"
},
{
"name": "Passive gas production",
"id": "gasScale",
"type": "float",
"default": "3"
},
{
"name": "Gas storage scale",
"id": "gasStorageScale",
"type": "float",
"default": "1"
},
{
"name": "Gas digestion factor",
"id": "baseGasDigestFactor",
"type": "float",
"default": "1"
}
]
},
{
"name": "Soul Vore",
"id": "soulVoreEnabled",
"optional": true,
"entries":
[
{
"name": "Digestion time",
"id": "soulDigestTime",
"type": "float",
"default": "15"
},
{
"type": "radio",
"id": "soulVoreType",
"default": "0",
"choices":
[
{
"name": "Released",
"value": "release"
},
{
"name": "Trapped",
"value": "body"
},
{
"name": "Digested",
"value": "oblivion"
}
]
}
]
},
{
"name": "Piss",
"id": "pissEnabled",
"optional": true,
"entries":
[
{
"name": "Passive piss production",
"id": "pissScale",
"type": "float",
"default": "0.3"
},
{
"name": "Piss storage scale",
"id": "pissStorageScale",
"type": "float",
"default": "1"
},
{
"name": "Bladder Vore",
"id": "bladderVore",
"type": "subcategory",
"entries":
[
{
"name": "Urethra diameter",
"id": "baseUrethraDiameter",
"type": "float",
"default": "0.03",
"unit": "length"
},
{
"name": "Urethra stretchiness",
"id": "urethraStretchiness",
"type": "float",
"default": "5"
},
{
"name": "Piss digestion scale",
"id": "basePissDigestFactor",
"type": "float",
"default": "1"
},
{
"name": "Digestion time",
"id": "bladderDigestTime",
"type": "float",
"default": "15"
},
{
"name": "Scale piss with size",
"id": "pissScaleWithSize",
"type": "checkbox"
}
]
}
]
},
{
"name": "Scat",
"id": "scatEnabled",
"optional": true,
"entries":
[
{
"name": "Scat digestion scale",
"id": "baseScatDigestFactor",
"type": "float",
"default": "1"
},
{
"name": "Passive scat production",
"id": "scatScale",
"type": "float",
"default": "0.2"
},
{
"name": "Scat storage scale",
"id": "scatStorageScale",
"type": "float",
"default": "1"
},
{
"name": "Scale scat with size",
"id": "scatScaleWithSize",
"type": "checkbox"
}
]
},
{
"name": "Goo",
"id": "gooEnabled",
"optional": true,
"entries":
[
{
"name": "Digestion",
"id": "gooDigestion",
"type": "subcategory",
"entries":
[
{
"name": "Digestion time",
"id": "gooDigestTime",
"type": "float",
"default": "15"
}
]
}
]
},
{
"name": "Paw Vore",
"id": "pawVoreEnabled",
"optional": true,
"entries":
[
{
"name": "Digestion time",
"id": "pawDigestTime",
"type": "float",
"default": "15"
}
]
},
{
"name": "Crop",
"id": "cropEnabled",
"optional": true,
"entries":
[
{
"name": "Transfer time",
"id": "cropTransferTime",
"type": "float",
"default": "10"
}
]
},
{
"name": "Breath",
"id": "breathEnabled",
"optional": true,
"entries":
[
{
"name": "Fire",
"id": "breathFire",
"type": "checkbox"
},
{
"name": "Ice",
"id": "breathIce",
"type": "checkbox"
},
{
"name": "Electric",
"id": "breathElectric",
"type": "checkbox"
},
{
"name": "Smoke",
"id": "breathSmoke",
"type": "checkbox"
},
{
"name": "Radiation",
"id": "breathRadiation",
"type": "checkbox"
},
{
"name": "Foul",
"id": "breathFoul",
"type": "checkbox"
},
]
},
{
"name": "Drool",
"id": "droolEnabled",
"optional": true,
"entries":
[
{
"name": "Drool volume",
"id": "droolBaseVolume",
"type": "float",
"default": "0.0001",
"unit": "volume"
}
]
},
{
"name": "Magic",
"id": "magicEnabled",
"optional": true,
"entries":
[

]
}
];

+ 0
- 683
stroll.html Zobrazit soubor

@@ -430,689 +430,6 @@
<form id="custom-species-form" name="custom-species-form">
<ul class="flex-outer" id="character-flex-outer">

<!--
<div class="custom-category">
<div class="custom-header-static">Difficulty</div>
<div>
<div>
<li>
<input autocomplete="off" type="radio" name="difficulty" checked="true" id="difficulty-0" value="0">
<label for="difficulty-0" class="has-tooltip" title="No restrictions">Sandbox</label>
</li>
<li>
<input autocomplete="off" type="radio" name="difficulty" id="difficulty-1" value="1">
<label for="difficulty-1" class="has-tooltip" title="Growth points required to get big, actions have cooldowns">Stompvival</label>
</li>
</div>
</div>
</div>

<div class="custom-category">
<div class="custom-header-static">Brutality</div>
<div>
<li>
<input autocomplete="off" type="radio" name="brutality" id="brutality-0" value="0">
<label for="brutality-0">Non-fatal</label>
</li>
<li>
<input autocomplete="off" type="radio" name="brutality" checked="true" id="brutality-1" value="1">
<label for="brutality-1">Fatal, no gore</label>
</li>
<li>
<input autocomplete="off" type="radio" name="brutality" id="brutality-2" value="2">
<label for="brutality-2">Gory</label>
</li>
<li>
<input autocomplete="off" type="radio" name="brutality" id="brutality-3" value="3">
<label for="brutality-3">Sadistic</label>
</li>
</div>
</div>

<div class="custom-category">
<div class="custom-header-static">Victims</div>
<div>
<li>
<input autocomplete="off" type="checkbox" name="victimsHuman" id="victimsHuman" />
<label for="victimsHuman">Human prey (instead of anthros)</label>
</li>
<li>
<input autocomplete="off" type="checkbox" name="victimsMilitary" id="victimsMilitary" />
<label for="victimsMilitary">Military</label>
</li>
<li>
<input autocomplete="off" type="checkbox" name="victimsMacros" id="victimsMacros" />
<label for="victimsMacros">Smaller macros</label>
</li>
<li>
<input autocomplete="off" type="checkbox" name="victimsMicros" id="victimsMicros" />
<label for="victimsMicros">Micros</label>
</li>
</div>
</div>
-->

<div class="custom-category">
<div class="custom-header-static">Misc</div>
<div>
<li>
<input autocomplete="off" type="checkbox" checked="true" name="sameSizeVore" id="sameSizeVore"/>
<label class="has-tooltip" for="sameSizeVore" title="Can you eat people your own size?">Same-size predator</label>
</li>
<li>
<input autocomplete="off" type="checkbox" checked="true" name="sameSizeStomp" id="sameSizeStomp"/>
<label class="has-tooltip" for="sameSizeStomp" title="Can you stomp and sit on people your own size?">Same-size stomper</label>
</li>
<li>
<label for="oralDigestTime">Stomach digestion time (0 for manual)</label>
<input autocomplete="off" type="number" step="any" id="oralDigestTime" name="oralDigestTime" placeholder="15">
</li>
<li>
<input autocomplete="off" type="checkbox" name="vomitEnabled" id="vomitEnabled"/>
<label for="vomitEnabled">Vomiting</label>
</li>
<li>
<label for="footType">Foot type</label>
<select name="footType">
<option value="paw">Paws</option>
<option value="hoof">Hooves</option>
<option value="foot">Human</option>
<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>
<!--
<div class="custom-category">
<input autocomplete="off" class="custom-header-checkbox" type="checkbox" id="footWear" name="footWear" />
<label class="custom-header" for="footWear">Footwear</label>
<div class="reveal-if-active">
<li>
<div class="custom-category-sub">
<ul class="flex-outer-sub">
<input autocomplete="off" class="custom-header-checkbox" type="checkbox" checked="true" id="footSockEnabled" name="footSockEnabled" />
<label class="custom-header" for="footSockEnabled">Socks</label>
<div class="reveal-if-active">
<li>
<label for="footSock">Sock type</label>
<select name="footSock">
<option value="sock">Socks</option>
</select>
</li>
</div>
</ul>
</div>
<div class="custom-category-sub">
<ul class="flex-outer-sub">
<input autocomplete="off" class="custom-header-checkbox" type="checkbox" checked="true" id="footShoeEnabled" name="footShoeEnabled" />
<label class="custom-header" for="footShoeEnabled">Shoes</label>
<div class="reveal-if-active">
<li>
<label for="footShoe">Shoe type</label>
<select name="footShoe">
<option value="shoe">Shoes</option>
<option value="boot">Boots</option>
<option value="trainer">Trainers</option>
<option value="sandal">Sandals</option>
</select>
</li>
</div>
</ul>
</div>
</li>
</div>
</div>
-->
<!--
<div class="custom-category">
<input autocomplete="off" class="custom-header-checkbox" type="checkbox" id="analVore" name="analVore" />
<label class="custom-header" for="analVore">Anal Vore</label>
<div class="reveal-if-active">
<li>
<label for="baseAnalVoreDiameter">Tailhole diameter</label>
<input autocomplete="off" type="number" step="any" id="baseAnalVoreDiameter" name="baseAnalVoreDiameter" data-unit="length" placeholder="0.1">
<div class="preview" id="baseAnalVoreDiameterPreview"></div>
</li>
<li>
<input autocomplete="off" type="checkbox" name="analVoreToStomach" id="analVoreToStomach" />
<label class="has-tooltip" for="analVoreToStomach" title="Otherwise, bowels absorb/digest">Anal vore goes to stomach</label>
</li>
<li>
<label for="analDigestTime">Digestion time (0 for manual)</label>
<input autocomplete="off" type="number" step="any" id="analDigestTime" name="analDigestTime" placeholder="15">
</li>
</div>
</div>
<div class="custom-category">
<input autocomplete="off" class="custom-header-checkbox" type="checkbox" id="arousalEnabled" name="arousalEnabled" />
<label class="custom-header" for="arousalEnabled">Arousal</label>
<div class="reveal-if-active">
<li>
<label class="has-tooltip" for="arousalFactor" title="Multiplies arousal gain by this much">Arousal multiplier</label>
<input autocomplete="off" type="number" step="any" name="arousalFactor" placeholder="1" />
</li>
<li>
<label class="has-tooltip" for="edgeFactor" title="Multiplies edge gain by this much">Edge multiplier</label>
<input autocomplete="off" type="number" step="any" name="edgeFactor" placeholder="1" />
</li>
</div>
</div>

<div class="custom-category">
<input autocomplete="off" class="custom-header-checkbox" type="checkbox" id="hasTail" name="hasTail" />
<label class="custom-header" for="hasTail">Tails</label>
<div class="reveal-if-active">
<li>
<label for="tailCount">Tail count</label>
<input autocomplete="off" type="number" step="any" name="tailCount" placeholder="1" />
</li>
<li>
<label for="tailType">Tail type</label>
<input autocomplete="off" type="text" name="tailType" placeholder="slinky" />
</li>
<li>
<label for="baseTailLength">Tail length</label>
<input autocomplete="off" type="number" step="any" name="baseTailLength" id="baseTailLength" data-unit="length" placeholder="1" />
<div class="preview" id="baseTailLengthPreview"></div>
</li>
<li>
<label for="baseTailDiameter">Tail diameter</label>
<input autocomplete="off" type="number" step="any" name="baseTailDiameter" id="baseTailDiameter" data-unit="area" placeholder="0.3" />
<div class="preview" id="baseTailDiameterPreview"></div>
</li>
<li>
<div class="custom-category-sub">
<ul class="flex-outer-sub">
<input autocomplete="off" class="custom-header-checkbox" type="checkbox" id="tailMaw" name="tailMaw" />
<label class="custom-header" for="tailMaw">Tail Vore</label>
<div class="reveal-if-active">
<li>
<label for="tailStretchiness">Tail stretchiness</label>
<input autocomplete="off" type="number" step="any" name="tailStretchiness" placeholder="1" />
</li>
<li>
<label for="tailDigestTime">Digestion time (0 for manual)</label>
<input autocomplete="off" type="number" step="any" id="tailDigestTime" name="tailDigestTime" placeholder="15">
</li>
<li>
<input autocomplete="off" type="checkbox" checked="true" name="tailVoreToStomach" id="tailVoreToStomach" />
<label class="has-tooltip" for="tailVoreToStomach" title="Otherwise, tail(s) will digest/absorb">Tail vore goes to stomach</label>
</li>
</div>
</ul>
</div>
</li>
</div>
</div>
<div class="custom-category">
<input autocomplete="off" class="custom-header-checkbox" type="checkbox" id="hasPouch" name="hasPouch" />
<label class="custom-header" for="hasPouch">Pouch</label>
<div class="reveal-if-active">
<li>
It's on :D
</li>
</div>
</div>


<div class="custom-category">
<input autocomplete="off" class="custom-header-checkbox" type="checkbox" id="maleParts" name="maleParts" />
<label class="custom-header" for="maleParts">Male genitals</label>
<div class="reveal-if-active">
<li>
<label for="dickType">Cock type</label>
<input autocomplete="off" type="text" id="dickType" name="dickType" placeholder="canine" />
</li>
<li>
<label for="baseDickLength">Cock length</label>
<input autocomplete="off" type="number" step="any" id="baseDickLength" name="baseDickLength" data-unit="length" placeholder="0.3" />
<div class="preview" id="baseDickLengthPreview"></div>
</li>
<li>
<label for="baseDickDiameter">Cock diameter</label>
<input autocomplete="off" type="number" step="any" id="baseDickDiameter" name="baseDickDiameter" data-unit="length" placeholder="0.08" />
<div class="preview" id="baseDickDiameterPreview"></div>
</li>
<li>
<label for="dickStretchiness">Cock stretchiness</label>
<input autocomplete="off" type="number" step="any" name="dickStretchiness" placeholder="1" />
</li>
<li>
<label for="baseBallDiameter">Ball diameter</label>
<input autocomplete="off" type="number" step="any" id="baseBallDiameter" name="baseBallDiameter" data-unit="length" placeholder="0.05" />
<div class="preview" id="baseBallDiameterPreview"></div>
</li>
<li>
<label for="baseCumRatio" class="has-tooltip" title="scales how much cum is released with each shot">Orgasm cum factor</label>
<input autocomplete="off" type="number" step="any" id="baseCumRatio" name="baseCumRatio" placeholder="1" />
<div class="preview" id="baseCumRatioPreview"></div>
</li>
<li>
<label for="baseMass" class="has-tooltip" title="1 = 1% of normal storage filled per second">Passive cum production</label>
<input autocomplete="off" type="number" step="any" id="cumScale" name="cumScale" placeholder="1" />
<div class="preview" id="cumScalePreview"></div>
</li>
<li>
<label for="cumStorageScale">Cum storage factor</label>
<input autocomplete="off" type="number" step="any" id="cumStorageScale" name="cumStorageScale" placeholder="1" />
<div class="preview" id="cumStorageScalePreview"></div>
</li>
<li>
<label for="baseCumDigestFactor">Cum digestion factor</label>
<input autocomplete="off" type="number" step="any" id="baseCumDigestFactor" name="baseCumDigestFactor" placeholder="1" />
<div class="preview" id="baseCumDigestFactorPreview"></div>
</li>
<li>
<label for="cockDigestTime">Digestion time (0 for manual)</label>
<input autocomplete="off" type="number" step="any" id="cockDigestTime" name="cockDigestTime" placeholder="15">
</li>
<li>
<input autocomplete="off" type="checkbox" id="hasSheath" name="hasSheath" checked="true" />
<label for="hasSheath">Sheath</label>
</li>
<li>
<input autocomplete="off" type="checkbox" id="cumScaleWithSize" name="cumScaleWithSize" />
<label class="has-tooltip" for="cumScaleWithSize" title="If checked, produces more cum from the same prey as you get larger">Scale cum with size</label>
</li>
<li>
<div class="custom-category-sub">
<ul class="flex-outer-sub">
<input autocomplete="off" class="custom-header-checkbox" type="checkbox" id="maleMuskEnabled" name="maleMuskEnabled" />
<label class="custom-header" for="maleMuskEnabled">Musk</label>
<div class="reveal-if-active">
<li>
<label for="baseMaleMuskArea">Musk factor</label>
<input autocomplete="off" type="number" step="any" id="baseMaleMuskArea" name="baseMaleMuskArea" placeholder="0.5" />
</li>
</div>
</ul>
</div>
</li>
</div>
</div>
-->

<div class="custom-category">
<input autocomplete="off" class="custom-header-checkbox" type="checkbox" id="hasBreasts" name="hasBreasts" />
<label class="custom-header" for="hasBreasts">Breasts</label>
<div class="reveal-if-active">
<li>
<label for="baseBreastDiameter">Breast diameter</label>
<input autocomplete="off" type="number" step="any" id="baseBreastDiameter" name="baseBreastDiameter" data-unit="length" placeholder="0.1" />
<div class="preview" id="baseBreastDiameterPreview"></div>
</li>
<li>
<div class="custom-category-sub">
<ul class="flex-outer-sub">
<input autocomplete="off" class="custom-header-checkbox" type="checkbox" id="lactationEnabled" name="lactationEnabled" />
<label class="custom-header" for="lactationEnabled">Lactation</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 autocomplete="off" type="number" step="any" id="lactationFactor" name="lactationFactor" placeholder="0.25" />
<div class="preview" id="lactationFactorPreview"></div>
</li>
<li>
<label for="lactationScale" class="has-tooltip" title="1 = 1% of normal storage filled per second">Passive milk production</label>
<input autocomplete="off" type="number" step="any" id="lactationScale" name="lactationScale" placeholder="1" />
<div class="preview" id="lactationScalePreview"></div>
</li>
<li>
<label for="milkStorageScale">Milk storage factor</label>
<input autocomplete="off" type="number" step="any" id="milkStorageScale" name="milkStorageScale" placeholder="1" />
<div class="preview" id="milkStorageScalePreview"></div>
</li>
</div>
</ul>
</div>
</li>
<li>
<div class="custom-category-sub">
<ul class="flex-outer-sub">
<input autocomplete="off" class="custom-header-checkbox" type="checkbox" id="breastVore" name="breastVore" />
<label class="custom-header" for="breastVore">Breast Vore</label>
<div class="reveal-if-active">
<li>
<label for="breastStretchiness">Breast stretchiness</label>
<input autocomplete="off" type="number" step="any" name="breastStretchiness" placeholder="1" />
</li>
<li>
<label for="baseMilkDigestFactor">Milk digestion factor</label>
<input autocomplete="off" type="number" step="any" id="baseMilkDigestFactor" name="baseMilkDigestFactor" placeholder="1" />
<div class="preview" id="baseMilkDigestFactorPreview"></div>
</li>
<li>
<label for="breastDigestTime">Digestion time (0 for manual)</label>
<input autocomplete="off" type="number" step="any" id="breastDigestTime" name="breastDigestTime" placeholder="15">
</li>
<li>
<input autocomplete="off" type="checkbox" id="milkScaleWithSize" name="milkScaleWithSize" />
<label class="has-tooltip" for="milkScaleWithSize" title="If checked, produces more milk from the same prey as you get larger">Scale milk with size</label>
</li>
</div>
</ul>
</div>
</li>
</div>
</div>

<!--
<div class="custom-category">
<input autocomplete="off" class="custom-header-checkbox" type="checkbox" id="femaleParts" name="femaleParts" />
<label class="custom-header" for="femaleParts">Female genitals</label>
<div class="reveal-if-active">
<li>
<label for="baseVaginaLength">Slit length</label>
<input autocomplete="off" type="number" step="any" id="baseVaginaLength" name="baseVaginaLength" data-unit="length" placeholder="0.1" />
<div class="preview" id="baseVaginaLengthPreview"></div>
</li>
<li>
<label for="baseVaginaWidth">Slit width</label>
<input autocomplete="off" type="number" step="any" id="baseVaginaWidth" name="baseVaginaWidth" data-unit="length" placeholder="0.05" />
<div class="preview" id="baseVaginaWidthPreview"></div>
</li>
<li>
<label for="vaginaStretchiness">Slit stretchiness</label>
<input autocomplete="off" type="number" step="any" name="vaginaStretchiness" placeholder="1" />
</li>
<li>
<label for="baseFemcumRatio" class="has-tooltip" title="scales how much femcum is released with each shot">Orgasm femcum factor </label>
<input autocomplete="off" type="number" step="any" id="baseFemcumRatio" name="baseFemcumRatio" placeholder="1" />
<div class="preview" id="baseFemcumRatioPreview"></div>
</li>
<li>
<label for="femcumScale" class="has-tooltip" title="1 = 1% of normal storage filled per second">Passive femcum production</label>
<input autocomplete="off" type="number" step="any" id="femcumScale" name="femcumScale" placeholder="1" />
<div class="preview" id="femcumScalePreview"></div>
</li>
<li>
<label for="femcumStorageScale">Femcum storage factor</label>
<input autocomplete="off" type="number" step="any" id="femcumStorageScale" name="femcumStorageScale" placeholder="1" />
<div class="preview" id="femcumStorageScalePreview"></div>
</li>
<li>
<label for="baseFemcumDigestFactor">Femcum digestion factor</label>
<input autocomplete="off" type="number" step="any" id="baseFemcumDigestFactor" name="baseFemcumDigestFactor" placeholder="1" />
<div class="preview" id="baseFemcumDigestFactorPreview"></div>
</li>
<li>
<label for="unbirthDigestTime">Digestion time (0 for manual)</label>
<input autocomplete="off" type="number" step="any" id="unbirthDigestTime" name="unbirthDigestTime" placeholder="15">
</li>
<li>
<input autocomplete="off" type="checkbox" id="femcumScaleWithSize" name="femcumScaleWithSize" />
<label class="has-tooltip" for="femcumScaleWithSize" title="If checked, produces more femcum from the same prey as you get larger">Scale femcum with size</label>
</li>
<li>
<div class="custom-category-sub">
<ul class="flex-outer-sub">
<input autocomplete="off" class="custom-header-checkbox" type="checkbox" id="femaleMuskEnabled" name="femaleMuskEnabled" />
<label class="custom-header" for="femaleMuskEnabled">Musk</label>
<div class="reveal-if-active">
<li>
<label for="baseFemaleMuskArea">Musk factor</label>
<input autocomplete="off" type="number" step="any" id="baseFemaleMuskArea" name="baseFemaleMuskArea" placeholder="0.5" />
</li>
</div>
</ul>
</div>
</li>
</div>
</div>
-->

<div class="custom-category">
<input autocomplete="off" class="custom-header-checkbox" type="checkbox" id="stenchEnabled" name="stenchEnabled" />
<label class="custom-header" for="stenchEnabled">Stench</label>
<div class="reveal-if-active">
<div>Areas are ratios; 1 means stomping 100 people catches 100 in stench</div>
<li>
<label for="basePawStenchArea">Paw stench factor</label>
<input autocomplete="off" type="number" step="any" id="basePawStenchArea" name="basePawStenchArea" placeholder="1" />
</li>
<li>
<label for="baseAssStenchArea">Ass stench factor</label>
<input autocomplete="off" type="number" step="any" id="baseAssStenchArea" name="baseAssStenchArea" placeholder="2" />
</li>
<li>
<label for="basePissStenchArea">Piss stench factor</label>
<input autocomplete="off" type="number" step="any" id="basePissStenchArea" name="basePissStenchArea" placeholder="0.75" />
</li>
<li>
<label for="baseScatStenchArea">Scat stench factor</label>
<input autocomplete="off" type="number" step="any" id="baseScatStenchArea" name="baseScatStenchArea" placeholder="1.5" />
</li>
</div>
</div>

<div class="custom-category">
<input autocomplete="off" class="custom-header-checkbox" type="checkbox" id="gasEnabled" name="gasEnabled" />
<label class="custom-header" for="gasEnabled">Gas</label>
<div class="reveal-if-active">
<li>
<input autocomplete="off" type="checkbox" checked="true" name="belchEnabled" id="belchEnabled" />
<label for="belchEnabled">Belching</label>
</li>
<li>
<input autocomplete="off" type="checkbox" name="fartEnabled" id="fartEnabled" />
<label for="fartEnabled">Farting</label>
</li>
<li>
<label for="gasScale" class="has-tooltip" title="1 = 1% of normal storage filled per second">Passive gas production</label>
<input autocomplete="off" type="number" step="any" id="gasScale" name="gasScale" placeholder="1" />
<div class="preview" id="gasScalePreview"></div>
</li>
<li>
<label for="gasStorageScale">Gas storage factor</label>
<input autocomplete="off" type="number" step="any" id="gasStorageScale" name="gasStorageScale" placeholder="1" />
<div class="preview" id="gasStorageScalePreview"></div>
</li>
<li>
<label for="baseGasDigestFactor">Gas digestion factor</label>
<input autocomplete="off" type="number" step="any" id="baseGasDigestFactor" name="baseGasDigestFactor" placeholder="1" />
<div class="preview" id="baseGasDigestFactorPreview"></div>
</li>
<li>
<input autocomplete="off" type="checkbox" id="gasScaleWithSize" name="gasScaleWithSize" />
<label class="has-tooltip" for="gasScaleWithSize" title="If checked, produces more gas from the same prey as you get larger">Scale gas with size</label>
</li>
</div>
</div>

<div class="custom-category">
<input autocomplete="off" class="custom-header-checkbox" type="checkbox" id="soulVoreEnabled" name="soulVoreEnabled" />
<label class="custom-header" for="soulVoreEnabled">Soul Vore</label>
<div class="reveal-if-active">
<li>
<label for="soulDigestTime">Digestion time (0 for manual)</label>
<input autocomplete="off" type="number" step="any" id="soulDigestTime" name="soulDigestTime" placeholder="15">
</li>
<label>Soul destination</label>
<li>
<input autocomplete="off" type="radio" name="soulVoreType" checked="true" id="soulvore-release" value="release">
<label for="soulvore-release">Released</label>
</li>
<li>
<input autocomplete="off" type="radio" name="soulVoreType" id="soulvore-body" value="body">
<label for="soulvore-body">Trapped</label>
</li>
<li>
<input autocomplete="off" type="radio" name="soulVoreType" id="soulvore-oblivion" value="oblivion">
<label for="soulvore-oblivion">Digested</label>
</li>
</div>
</div>

<div class="custom-category">
<input autocomplete="off" class="custom-header-checkbox" type="checkbox" id="pissEnabled" name="pissEnabled" />
<label class="custom-header" for="pissEnabled">Watersports</label>
<div class="reveal-if-active">
<li>
<label for="pissScale" class="has-tooltip" title="1 = 1% of normal storage filled per second">Passive piss production</label>
<input autocomplete="off" type="number" step="any" id="pissScale" name="pissScale" placeholder="1" />
<div class="preview" id="pissScalePreview"></div>
</li>
<li>
<label for="pissStorageScale">Piss storage factor</label>
<input autocomplete="off" type="number" step="any" id="pissStorageScale" name="pissStorageScale" placeholder="1" />
<div class="preview" id="pissStorageScalePreview"></div>
</li>
<div class="custom-category-sub">
<ul class="flex-outer-sub">
<input autocomplete="off" class="custom-header-checkbox" type="checkbox" id="bladderVore" name="bladderVore" />
<label class="custom-header" for="bladderVore">Bladder Vore</label>
<div class="reveal-if-active">
<li>
<label for="baseUrethraDiameter">Urethra diameter</label>
<input autocomplete="off" type="number" step="any" id="baseUrethraDiameter" name="baseUrethraDiameter" data-unit="length" placeholder="0.03" />
<div class="preview" id="baseUrethraDiameterPreview"></div>
</li>
<li>
<label for="urethraStretchiness">Urethra stretchiness</label>
<input autocomplete="off" type="number" step="any" id="urethraStretchiness" name="urethraStretchiness" placeholder="5" />
<div class="preview" id="urethraStretchinessPreview"></div>
</li>
<li>
<label for="basePissDigestFactor">Piss digestion factor</label>
<input autocomplete="off" type="number" step="any" id="basePissDigestFactor" name="basePissDigestFactor" placeholder="1" />
<div class="preview" id="basePissDigestFactorPreview"></div>
</li>
<li>
<label for="bladderDigestTime">Digestion time (0 for manual)</label>
<input autocomplete="off" type="number" step="any" id="bladderDigestTime" name="bladderDigestTime" placeholder="15">
</li>
<li>
<input autocomplete="off" type="checkbox" id="pissScaleWithSize" name="pissScaleWithSize" />
<label class="has-tooltip" for="pissScaleWithSize" title="If checked, produces more piss from the same prey as you get larger">Scale piss with size</label>
</li>
</div>
</ul>
</div>
</div>
</div>

<div class="custom-category">
<input autocomplete="off" class="custom-header-checkbox" type="checkbox" id="scatEnabled" name="scatEnabled" />
<label class="custom-header" for="scatEnabled">Scat</label>
<div class="reveal-if-active">
<li>
<label for="baseScatDigestFactor">Scat digestion factor</label>
<input autocomplete="off" type="number" step="any" id="baseScatDigestFactor" name="baseScatDigestFactor" placeholder="1" />
<div class="preview" id="baseScatDigestFactorPreview"></div>
</li>
<li>
<label for="scatScale" class="has-tooltip" title="1 = 1% of normal storage filled per second">Passive scat production</label>
<input autocomplete="off" type="number" step="any" id="scatScale" name="scatScale" placeholder="0" />
<div class="preview" id="scatScalePreview"></div>
</li>
<li>
<label for="scatStorageScale">Scat storage factor</label>
<input autocomplete="off" type="number" step="any" id="scatStorageScale" name="scatStorageScale" placeholder="1" />
<div class="preview" id="scatStorageScalePreview"></div>
</li>
<li>
<input autocomplete="off" type="checkbox" id="scatScaleWithSize" name="scatScaleWithSize" />
<label class="has-tooltip" for="scatScaleWithSize" title="If checked, produces more scat from the same prey as you get larger">Scale scat with size</label>
</li>
</div>
</div>

<div class="custom-category">
<input autocomplete="off" class="custom-header-checkbox" type="checkbox" id="gooEnabled" name="gooEnabled" />
<label class="custom-header" for="gooEnabled">Goo</label>
<div class="reveal-if-active">
<li>
<input autocomplete="off" checked="true" type="checkbox" id="gooDigestion" name="gooDigestion" />
<label for="gooDigestion">Digestion</label>
</li>
<li>
<label for="gooDigestTime">Digestion time (0 for manual)</label>
<input autocomplete="off" type="number" step="any" id="gooDigestTime" name="gooDigestTime" placeholder="15">
</li>
</div>
</div>

<div class="custom-category">
<input autocomplete="off" class="custom-header-checkbox" type="checkbox" id="pawVoreEnabled" name="pawVoreEnabled" />
<label class="custom-header" for="pawVoreEnabled">Paw Vore</label>
<div class="reveal-if-active">
<li>
<label for="pawDigestTime">Digestion time (0 for manual)</label>
<input autocomplete="off" type="number" step="any" id="pawDigestTime" name="pawDigestTime" placeholder="15">
</li>
</div>
</div>

<div class="custom-category">
<input autocomplete="off" class="custom-header-checkbox" type="checkbox" id="cropEnabled" name="cropEnabled" />
<label class="custom-header" for="cropEnabled">Crop</label>
<div class="reveal-if-active">
<li>
<label for="pawDigestTime">Transfer time (0 for manual-only)</label>
<input autocomplete="off" type="number" step="any" id="cropTransferTime" name="cropTransferTime" placeholder="15">
</li>
</div>
</div>

<div class="custom-category">
<input autocomplete="off" class="custom-header-checkbox" type="checkbox" id="breathEnabled" name="breathEnabled" />
<label class="custom-header" for="breathEnabled">Breath</label>
<div class="reveal-if-active">
<li>
<input autocomplete="off" type="checkbox" name="breathFire" id="breathFire" />
<label for="breathFire">Fire</label>
</li>
<li>
<input autocomplete="off" type="checkbox" name="breathIce" id="breathIce" />
<label for="breathIce">Ice</label>
</li>
<li>
<input autocomplete="off" type="checkbox" name="breathElectric" id="breathElectric" />
<label for="breathElectric">Electric</label>
</li>
<li>
<input autocomplete="off" type="checkbox" name="breathSmoke" id="breathSmoke" />
<label for="breathSmoke">Smoke</label>
</li>
<li>
<input autocomplete="off" type="checkbox" name="breathRadiation" id="breathRadiation" />
<label for="breathRadiation">Radiation</label>
</li>
<li>
<input autocomplete="off" type="checkbox" name="breathFoul" id="breathFoul" />
<label for="breathFoul">Foul</label>
</li>
</div>
</div>

<div class="custom-category">
<input autocomplete="off" class="custom-header-checkbox" type="checkbox" id="droolEnabled" name="droolEnabled" />
<label class="custom-header" for="droolEnabled">Drool</label>
<div class="reveal-if-active">
<li>
<label for="droolBaseVolume">Drool volume</label>
<input autocomplete="off" type="number" step="any" id="droolBaseVolume" name="droolBaseVolume" data-unit="volume" placeholder="0.0001">
<div class="preview" id="droolBaseVolumePreview"></div>
</li>
</div>
</div>

<div class="custom-category">
<input autocomplete="off" class="custom-header-checkbox" type="checkbox" id="magicEnabled" name="magicEnabled" />
<label class="custom-header" for="magicEnabled">Magic</label>
<div class="reveal-if-active">
<li>
It's on :D
</li>
</div>
</div>
</ul>
</form>
</div>


Načítá se…
Zrušit
Uložit