Skip to content
Snippets Groups Projects
Commit 7605dda9 authored by Vrelnir's avatar Vrelnir
Browse files

Merge branch 'sensitivity-extra-stats' into 'dev'

Sensitivity numeric values exposed at Extra Stats

See merge request !2299
parents 98fe4eb0 1a9572a3
No related branches found
No related tags found
2 merge requests!2332Can someone delete.,!2299Sensitivity numeric values exposed at Extra Stats
......@@ -566,6 +566,14 @@
0
<</if>>
<br><br>
Sensitivities:
<mouse class="tooltip linkBlue">(?)<span>These are arousal multipliers applied when that part of the body is stimulated.</span></mouse>
<ul style="margin-top:0px;margin-left:-5px;">
<li>Mouth: <<print $mouthsensitivity.toFixed(2)>></li>
<li>Breast: <<print $breastsensitivity.toFixed(2)>></li>
<li>Genital: <<print $genitalsensitivity.toFixed(2)>></li>
<li>Bottom: <<print $bottomsensitivity.toFixed(2)>></li>
</ul>
Breast Growth: <<print Math.trunc(100 - ($breastgrowthtimer / 10))>>%
<mouse class="tooltip linkBlue">(?)<span>Reach 100% or above to grow, 0% or below to shrink.</span></mouse>
<br>
......@@ -643,7 +651,7 @@
<<if $player.bottomsize is $bottomsizemin>>
<mouse class="tooltip linkBlue">(?)<span>At min size.</span></mouse>
<</if>>
<br>
<br><br>
<</foldout>>
<<foldout false "_clothesFoldout">>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment