| @@ -189,7 +189,7 @@ | |||
| </div> | |||
| <div id="log-area"> | |||
| <div id="log"> | |||
| <div>Welcome to Stroll 0.6.5</div> | |||
| <div>Welcome to Stroll 0.7.0</div> | |||
| <div><b>This game features 18+ content</b></div> | |||
| <div>It's a nice day for a walk</div> | |||
| <div> </div> | |||
| @@ -333,7 +333,7 @@ | |||
| </div> | |||
| </div> | |||
| <div class="character-build" id="character-build-area"> | |||
| <p>Welcome to Stroll 0.6.5</p> | |||
| <p>Welcome to Stroll 0.7.0</p> | |||
| <p><b>This game features 18+ content</b></p> | |||
| <p><a href="https://chemicalcrux.org/stroll">Changelog</a></p> | |||
| <p><a href="https://t.me/joinchat/BSXHzUZmSqc-CXB1khkuYw">Telegram discussion group</a></p> | |||
| @@ -691,7 +691,7 @@ | |||
| <div class="preview" id="baseCumRatioPreview"></div> | |||
| </li> | |||
| <li> | |||
| <label for="baseMass">Cum production factor</label> | |||
| <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> | |||
| @@ -755,7 +755,7 @@ | |||
| <div class="preview" id="lactationFactorPreview"></div> | |||
| </li> | |||
| <li> | |||
| <label for="lactationScale">Milk production factor</label> | |||
| <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> | |||
| @@ -822,7 +822,7 @@ | |||
| <div class="preview" id="baseFemcumRatioPreview"></div> | |||
| </li> | |||
| <li> | |||
| <label for="femcumScale">Femcum production factor</label> | |||
| <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> | |||
| @@ -898,7 +898,7 @@ | |||
| <label for="fartEnabled">Farting</label> | |||
| </li> | |||
| <li> | |||
| <label for="gasScale">Gas production factor</label> | |||
| <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> | |||
| @@ -948,7 +948,7 @@ | |||
| <label class="custom-header" for="pissEnabled">Watersports</label> | |||
| <div class="reveal-if-active"> | |||
| <li> | |||
| <label for="pissScale" >Piss production scale</label> | |||
| <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> | |||
| @@ -1004,7 +1004,7 @@ | |||
| <div class="preview" id="baseScatDigestFactorPreview"></div> | |||
| </li> | |||
| <li> | |||
| <label class="has-tooltip" for="scatScale" title="1 = 1% fill per second">Passive scat production</label> | |||
| <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> | |||