Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Degrees of Lewdity
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Vrelnir
Degrees of Lewdity
Commits
7d473334
Commit
7d473334
authored
3 years ago
by
hwp
Committed by
Vrelnir
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Insecurity cleanup
parent
2d850c2c
No related branches found
Branches containing commit
No related tags found
3 merge requests
!964
Updated to 0.3.3.1
,
!957
Updated to 0.3.3.0
,
!953
Insecurity cleanup
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
game/base-system/stat-changes.twee
+56
-142
56 additions, 142 deletions
game/base-system/stat-changes.twee
with
56 additions
and
142 deletions
game/base-system/stat-changes.twee
+
56
−
142
View file @
7d473334
...
...
@@ -136,7 +136,7 @@
<</widget>>
<<widget "semenvolume">>
<<if $args[0] and $penis
e
xist
is 1
>>
<<if $args[0] and $
player.
penis
E
xist>>
<<set $semen_volume += ($args[0] * 3)>>
<<if $cow gte 6>>
<<set $semen_volume += ($args[0] * 3)>>
...
...
@@ -442,9 +442,7 @@
<<insecurity "penis_big" _n>><<ginsecurity "penis_big">>
<<case 1>>
<<insecurity "penis_small" _n>><<ginsecurity "penis_small">>
<<case 0>>
<<insecurity "penis_tiny" _n>><<ginsecurity "penis_tiny">>
<<case -1 -2>>
<<case 0 -1 -2>>
<<insecurity "penis_tiny" _n>><<ginsecurity "penis_tiny">>
<</switch>>
<</widget>>
...
...
@@ -453,150 +451,66 @@
<<incgpenisinsecurity 20>>
<</widget>>
<<widget "insecurity">>
<<if $statFreeze is true>>
<<elseif $args[0] is "penis_tiny" and $acceptance_penis_tiny lte 999>>
<<if $args[1] and $penisexist is 1>>
<<set $insecurity_penis_tiny += ($args[1] * 10)>>
<<set $insecurity_penis_tiny = Math.clamp($insecurity_penis_tiny, 0, 1000)>>
<<if $insecurity_penis_tiny gte 1000>>
<<stress 3>><<control -3>>
<<elseif $insecurity_penis_tiny gte 800>>
<<stress 3>><<control -2>>
<<elseif $insecurity_penis_tiny gte 600>>
<<stress 2>><<control -2>>
<<elseif $insecurity_penis_tiny gte 400>>
<<stress 2>><<control -1>>
<<elseif $insecurity_penis_tiny gte 200>>
<<stress 1>><<control -1>>
<<else>>
<<stress 1>>
<</if>>
<</if>>
<<elseif $args[0] is "penis_small" and $acceptance_penis_small lte 999>>
<<if $args[1] and $penisexist is 1>>
<<set $insecurity_penis_small += ($args[1] * 10)>>
<<set $insecurity_penis_small = Math.clamp($insecurity_penis_small, 0, 1000)>>
<<if $insecurity_penis_small gte 1000>>
<<stress 3>><<control -3>>
<<elseif $insecurity_penis_small gte 800>>
<<stress 3>><<control -2>>
<<elseif $insecurity_penis_small gte 600>>
<<stress 2>><<control -2>>
<<elseif $insecurity_penis_small gte 400>>
<<stress 2>><<control -1>>
<<elseif $insecurity_penis_small gte 200>>
<<stress 1>><<control -1>>
<<else>>
<<stress 1>>
<</if>>
<</if>>
<<elseif $args[0] is "penis_big" and $acceptance_penis_big lte 999>>
<<if $args[1] and $penisexist is 1>>
<<set $insecurity_penis_big += ($args[1] * 10)>>
<<set $insecurity_penis_big = Math.clamp($insecurity_penis_big, 0, 1000)>>
<<if $insecurity_penis_big gte 1000>>
<<stress 3>><<control -3>>
<<elseif $insecurity_penis_big gte 800>>
<<stress 3>><<control -2>>
<<elseif $insecurity_penis_big gte 600>>
<<stress 2>><<control -2>>
<<elseif $insecurity_penis_big gte 400>>
<<stress 2>><<control -1>>
<<elseif $insecurity_penis_big gte 200>>
<<stress 1>><<control -1>>
<<else>>
<<stress 1>>
<</if>>
<</if>>
<<elseif $args[0] is "breasts_tiny" and $player.gender is "f" and $acceptance_breasts_tiny lte 999>>
<<if $args[1]>>
<<set $insecurity_breasts_tiny += ($args[1] * 10)>>
<<set $insecurity_breasts_tiny = Math.clamp($insecurity_breasts_tiny, 0, 1000)>>
<<if $insecurity_breasts_tiny gte 1000>>
<<stress 3>><<control -3>>
<<elseif $insecurity_breasts_tiny gte 800>>
<<stress 3>><<control -2>>
<<elseif $insecurity_breasts_tiny gte 600>>
<<stress 2>><<control -2>>
<<elseif $insecurity_breasts_tiny gte 400>>
<<stress 2>><<control -1>>
<<elseif $insecurity_breasts_tiny gte 200>>
<<stress 1>><<control -1>>
<<else>>
<<stress 1>>
<</if>>
<</if>>
<<elseif $args[0] is "breasts_small" and $acceptance_breasts_small lte 999>>
<<if $args[1]>>
<<set $insecurity_breasts_small += ($args[1] * 10)>>
<<set $insecurity_breasts_small = Math.clamp($insecurity_breasts_small, 0, 1000)>>
<<if $insecurity_breasts_small gte 1000>>
<<stress 3>><<control -3>>
<<elseif $insecurity_breasts_small gte 800>>
<<stress 3>><<control -2>>
<<elseif $insecurity_breasts_small gte 600>>
<<stress 2>><<control -2>>
<<elseif $insecurity_breasts_small gte 400>>
<<stress 2>><<control -1>>
<<elseif $insecurity_breasts_small gte 200>>
<<stress 1>><<control -1>>
<<else>>
<<stress 1>>
<</if>>
<<widget "insecurity_gain">>
<<set _acceptance to V["acceptance_" + $args[0]]>>
<<set _insecurity to V["insecurity_" + $args[0]]>>
<<set _stat_gain to ($args[1] * 10)>>
<<set _insecurity_possible = {
"penis_tiny": $player.penisExist and $penissize lte 0,
"penis_small": $player.penisExist and $penissize is 1,
"penis_big": $player.penisExist and $penissize gte 4,
"breasts_tiny": $gender isnot "m",
"breasts_small": true,
"breasts_big": true
}[_insecurity]>>
<<if _acceptance lt 1000 and _insecurity_possible>>
<<set _insecurity += _stat_gain>>
<<set _insecurity = Math.clamp(_insecurity, 0, 1000)>>
<<if _insecurity gte 1000>>
<<stress 3>><<control -3>>
<<elseif _insecurity gte 800>>
<<stress 3>><<control -2>>
<<elseif _insecurity gte 600>>
<<stress 2>><<control -2>>
<<elseif _insecurity gte 400>>
<<stress 2>><<control -1>>
<<elseif _insecurity gte 200>>
<<stress 1>><<control -1>>
<<else>>
<<stress 1>>
<</if>>
<<elseif $args[0] is "breasts_big" and $acceptance_breasts_big lte 999>>
<<if $args[1]>>
<<set $insecurity_breasts_big += ($args[1] * 10)>>
<<set $insecurity_breasts_big = Math.clamp($insecurity_breasts_big, 0, 1000)>>
<<if $insecurity_breasts_big gte 1000>>
<<stress 3>><<control -3>>
<<elseif $insecurity_breasts_big gte 800>>
<<stress 3>><<control -2>>
<<elseif $insecurity_breasts_big gte 600>>
<<stress 2>><<control -2>>
<<elseif $insecurity_breasts_big gte 400>>
<<stress 2>><<control -1>>
<<elseif $insecurity_breasts_big gte 200>>
<<stress 1>><<control -1>>
<<else>>
<<stress 1>>
<</if>>
<<set V["insecurity_" + $args[0]] to _insecurity>>
<</if>>
<</widget>>
<<widget "insecurity">>
/*
args[0]: insecurity type
args[1]: amount to increase by
*/
<<if $args[0] and $args[1] and $statFreeze isnot true>>
<<if ["penis_tiny", "penis_small", "penis_big", "breasts_tiny", "breasts_small", "breasts_big"].contains($args[0])>>
<<insecurity_gain $args[0] $args[1]>>
<<else>>
<span class="red">INVALID INSECURITY TYPE SPECIFIED: <<print "insecurity_"+$args[0]>></span>
<</if>>
<</if>>
<</widget>>
<<widget "acceptance">>
<<if $statFreeze is true>>
<<elseif $args[0] is "penis_tiny">>
<<if $args[1]>>
<<set $acceptance_penis_tiny += ($args[1] * 6)>>
<<set $acceptance_penis_tiny = Math.clamp($acceptance_penis_tiny, 0, 1000)>>
<</if>>
<<elseif $args[0] is "penis_small">>
<<if $args[1]>>
<<set $acceptance_penis_small += ($args[1] * 6)>>
<<set $acceptance_penis_small = Math.clamp($acceptance_penis_small, 0, 1000)>>
<</if>>
<<elseif $args[0] is "penis_big">>
<<if $args[1]>>
<<set $acceptance_penis_big += ($args[1] * 6)>>
<<set $acceptance_penis_big = Math.clamp($acceptance_penis_big, 0, 1000)>>
<</if>>
<<elseif $args[0] is "breasts_tiny">>
<<if $args[1]>>
<<set $acceptance_breasts_tiny += ($args[1] * 6)>>
<<set $acceptance_breasts_tiny = Math.clamp($acceptance_breasts_tiny, 0, 1000)>>
<</if>>
<<elseif $args[0] is "breasts_small">>
<<if $args[1]>>
<<set $acceptance_breasts_small += ($args[1] * 6)>>
<<set $acceptance_breasts_small = Math.clamp($acceptance_breasts_small, 0, 1000)>>
<</if>>
<<elseif $args[0] is "breasts_big">>
<<if $args[1]>>
<<set $acceptance_breasts_big += ($args[1] * 6)>>
<<set $acceptance_breasts_big = Math.clamp($acceptance_breasts_big, 0, 1000)>>
/*
args[0]: insecurity type
args[1]: amount to increase by
*/
<<if $args[0] and $args[1] and $statFreeze isnot true>>
/* note: this does not check if a player is capable of gaining acceptance, so dont use this widget without checking. */
<<if ["penis_tiny", "penis_small", "penis_big", "breasts_tiny", "breasts_small", "breasts_big"].contains($args[0])>>
<<set V["acceptance_"+$args[0]] += ($args[1] * 6)>>
<<set V["acceptance_"+$args[0]] = Math.clamp(V["acceptance_"+$args[0]], 0, 1000)>>
<<else>>
<span class="red">INVALID ACCEPTANCE TYPE SPECIFIED: <<print "acceptance_"+$args[0]>></span>
<</if>>
<</if>>
<</widget>>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment