ソースを参照

Text Additions 7(precum)+fixes

Fixed some typos. Added more precum text
tags/v1.0.1
jsb5468 6年前
コミット
455297eeac
1個のファイルの変更55行の追加4行の削除
  1. +55
    -4
      recursive-desc.js

+ 55
- 4
recursive-desc.js ファイルの表示

@@ -3680,7 +3680,7 @@ rules["male-orgasm"].push({
}); });


//precum-male //precum-male
//contians a person
//contains a person


rules["male-spurt"].push({ rules["male-spurt"].push({
"test": function(container, macro, spurtVolume) { "test": function(container, macro, spurtVolume) {
@@ -3920,7 +3920,9 @@ rules["male-spurt"].push({
} }
}); });


//less than 1e9


//less than 1e12


rules["male-spurt"].push({ rules["male-spurt"].push({
"test": function(container, macro, spurtVolume) { "test": function(container, macro, spurtVolume) {
@@ -3929,7 +3931,7 @@ rules["male-spurt"].push({
isNonFatal(macro); isNonFatal(macro);


}, "desc": function(container, macro, spurtVolume) { }, "desc": function(container, macro, spurtVolume) {
return "$VOLUMEs of pre sloshes out of your gaping cockslit, slicking your " + macro.describeDick + " and raining on " + container.describe() + ".";
return "$VOLUMEs of pre rages out of your cavernous urethra, slicking your " + macro.describeDick + " and raining on " + container.describe() + ".";
} }
}); });


@@ -3969,6 +3971,55 @@ rules["male-spurt"].push({
} }
}); });


//less than 1e12

rules["male-spurt"].push({
"test": function(container, macro, spurtVolume) {
return spurtVolume <= 1e12 &&
spurtVolume > 1e9 &&
isNonFatal(macro);

}, "desc": function(container, macro, spurtVolume) {
return "$VOLUMEs of pre sloshes out of your gaping cockslit, lubricating your " + macro.describeDick + " and splashing over " + container.describe() + ".";
}
});

rules["male-spurt"].push({
"test": function(container, macro, spurtVolume) {
return spurtVolume <= 1e12 &&
spurtVolume > 1e9 &&
isFatal(macro);

}, "desc": function(container, macro, spurtVolume) {
return "$VOLUMEs of pre sloshes out of your gaping cockslit, lubricating your " + macro.describeDick + " and engulfing "
+ container.describe() + ". Waves of your pre carve out new canyons and " + pickString("overwhelm a dam in the distance.","swell the rivers into a frothy tide.","form a lake of lust");
}
});

rules["male-spurt"].push({
"test": function(container, macro, spurtVolume) {
return spurtVolume <= 1e12 &&
spurtVolume > 1e9 &&
isGory(macro);

}, "desc": function(container, macro, spurtVolume) {
return "$VOLUMEs of pre sloshes out of your gaping cockslit, lubricating your " + macro.describeDick + " and engulfing "
+ container.describe() + ". Waves of your pre carve out new canyons and " + pickString("overwhelm a dam, flooding a town with a soup of mud, pre, bodies, and rubble.","swell the rivers into a frothy tide that smashes boats and buildings apart.","turn a farming valley into a lake of of gore and lust");
}
});

rules["male-spurt"].push({
"test": function(container, macro, spurtVolume) {
return spurtVolume <= 1e12 &&
spurtVolume > 1e9 &&
isSadistic(macro);

}, "desc": function(container, macro, spurtVolume) {
return "$VOLUMEs of pre sloshes out of your gaping cockslit, lubricating your " + macro.describeDick + " and engulfing "
+ container.describe() + ". As your fluid flows across the land, small splashes of red along its edge mark bodies being pulverized.";
}
});

//--------TODO LIST----- //--------TODO LIST-----


//precum "male-spurt" //precum "male-spurt"
@@ -4001,4 +4052,4 @@ rules["male-spurt"].push({


//powerplants factories //powerplants factories


//anal vore test "ring seals to the ground and pulls in" usde weight of rear to pull in mroe mass
//anal vore test "ring seals to the ground and pulls in" usde weight of rear to pull in more mass

読み込み中…
キャンセル
保存