i swear there is less virgin in this game after that stupid symbol installed.Only found them in slave market unlike everywhere before
The symbol is just display based on existing information, did not change the % chance.
Only girls found that are 18-20 have a 1/2 chance of being virgins.
There is a 55*3/10 = 16,5% to meet a girl that age.
So only 8,25% of the girls will be virgin.
<<if (setup.getAge(_npc) <= 20 && setup.percentageChance(50))>>
<<set _npc = setup.setToVirgin(_npc)>>
<</if>>
[...]
setup.ageRoll = function() {
var _ageRoll = window.randomInteger(1, 100);
var _ageRange = new Array();
if (_ageRoll <= 55) {
_ageRange = [18,27];
[...]
Change your html file if you want more virgins.