Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Degrees of Lewdity Plus
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
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
Frostberg
Degrees of Lewdity Plus
Commits
d6d5c83d
Commit
d6d5c83d
authored
3 years ago
by
hwp
Browse files
Options
Downloads
Plain Diff
Merge branch 'npc-gen-changes' into herm-npcs-mod
parents
eb857c56
3bb56c05
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
compile.sh
+1
-1
1 addition, 1 deletion
compile.sh
game/base-system/named-npcs.twee
+7
-29
7 additions, 29 deletions
game/base-system/named-npcs.twee
game/overworld-plains/loc-farm/work.twee
+1
-1
1 addition, 1 deletion
game/overworld-plains/loc-farm/work.twee
with
9 additions
and
31 deletions
compile.sh
+
1
−
1
View file @
d6d5c83d
...
...
@@ -63,7 +63,7 @@ function compile() {
exit
1
else
echo
"Done:
\"
$TARGET
\"
"
exit
1
exit
0
fi
}
...
...
This diff is collapsed.
Click to expand it.
game/base-system/named-npcs.twee
+
7
−
29
View file @
d6d5c83d
...
...
@@ -128,7 +128,7 @@ Zia
Zohar
*/
<<widget "initnpcgender">>
<<set $test2 to 2>>
<<widget "initnpcgender">>
<<for _i to 0; _i lt $NPCName.length; _i++>>
<!-- Set Pronoun -->
...
...
@@ -157,35 +157,13 @@ Zohar
<</if>>
<!-- Set breast defaults-->
<<if $breast_mod is 12>>/*Clumsy way to get average breast size setting working for NNPCs.*/
<<set _b_mod_upper to 12>><<set _b_mod_lower to 12>>
<<elseif $breast_mod gte 10>>
<<set _b_mod_upper to 12>><<set _b_mod_lower to 10>>
<<elseif $breast_mod gte 8>>
<<set _b_mod_upper to 12>><<set _b_mod_lower to 8>>
<<elseif $breast_mod gte 6>>
<<set _b_mod_upper to 12>><<set _b_mod_lower to 7>>
<<elseif $breast_mod gte 4>>
<<set _b_mod_upper to 12>><<set _b_mod_lower to 5>>
<<elseif $breast_mod gte 2>>
<<set _b_mod_upper to 12>><<set _b_mod_lower to 3>>
<<elseif $breast_mod gte 0>>
<<set _b_mod_upper to 12>><<set _b_mod_lower to 1>>
<<elseif $breast_mod gte -2>>
<<set _b_mod_upper to 10>><<set _b_mod_lower to 1>>
<<elseif $breast_mod gte -4>>
<<set _b_mod_upper to 8>><<set _b_mod_lower to 1>>
<<elseif $breast_mod gte -6>>
<<set _b_mod_upper to 6>><<set _b_mod_lower to 1>>
<<elseif $breast_mod gte -8>>
<<set _b_mod_upper to 4>><<set _b_mod_lower to 1>>
<<elseif $breast_mod gte -10>>
<<set _b_mod_upper to 2>><<set _b_mod_lower to 1>>
<<else>>
<<set _b_mod_upper to 1>><<set _b_mod_lower to 1>>
<</if>>
<<set _b_mod_lower to Math.clamp($breast_mod, 0, 12)>>
<<set _b_mod_upper to Math.clamp($breast_mod + 12, 0, 12)>>
<<if $NPCName[_i].breastsize is 0 or $args[0] is "breasts">>
<!-- can't use breastsize, since that would either break the numberslider
or make one of the sizes always be randomized,
but can use breastdesc not being changed from 0 as a substitute -->
<<if $NPCName[_i].breastdesc is 0 or $args[0] is "breasts">>
<<if $NPCName[_i].pronoun is "m">>
<<set $NPCName[_i].breastsize to 0>>
<<else>>
...
...
This diff is collapsed.
Click to expand it.
game/overworld-plains/loc-farm/work.twee
+
1
−
1
View file @
d6d5c83d
...
...
@@ -568,7 +568,7 @@ You are on Alex's farm. A rustic farmhouse overlooks a yard and chicken coop. Ot
<br>
<</if>>
<<else>>
<<if $farm_yield_alex gte 1>>
<<if $farm_yield_alex gte 1
and not ($hour lte 5 or $hour gte 22 or ($hour is 21 and $farm_end is 1)) and $farm_work.alex isnot "shower"
>>
<<npc Alex>><<person1>>
<<if $NPCName[$NPCNameList.indexOf("Alex")].dom gte 30>>
"Hey," shouts Alex, striding towards you. "We've had a better yield than expected lately," <<he>> says, grasping your hand in <<his>> own and pressing something into your palm.
...
...
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