Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Degrees_Of_Pedity
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
Pedy
Degrees_Of_Pedity
Commits
8dfa3049
Commit
8dfa3049
authored
6 years ago
by
Pedy
Browse files
Options
Downloads
Patches
Plain Diff
Added angel to the cheat transformation, fixed decompile
parent
27abd351
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
decompile.bat
+1
-1
1 addition, 1 deletion
decompile.bat
src/cheat.tw
+66
-1
66 additions, 1 deletion
src/cheat.tw
with
67 additions
and
2 deletions
decompile.bat
+
1
−
1
View file @
8dfa3049
...
...
@@ -6,7 +6,7 @@ pushd %~dp0
:: Run the appropriate compiler for the user's CPU architecture.
if
%PROCESSOR_ARCHITECTURE%
==
AMD64
(
CALL
"
%~dp0
devTools\tweeGo\tweego_win64.exe"
-d
"
%~dp0
Degrees_of_Lewdity
_0.1.11mod
.html"
-o
"
%~dp0
output/output.tw"
CALL
"
%~dp0
devTools\tweeGo\tweego_win64.exe"
-d
"
%~dp0
Degrees_of_Lewdity.html"
-o
"
%~dp0
output/output.tw"
)
else
(
CALL
"
%~dp0
devTools\tweeGo\tweego_win86.exe"
-d
"
%~dp0
Degrees_of_Lewdity.html"
-o
"
%~dp0
output/output.tw"
)
...
...
This diff is collapsed.
Click to expand it.
src/cheat.tw
+
66
−
1
View file @
8dfa3049
...
...
@@ -236,7 +236,7 @@ Recipe: higher beauty, longer hair, revealing clothes (or nude), wolfgirl, stock
<div class="block2">
(<<print ($money / 100)>>) Money: [[+£1000000|Cheats][$money+=100000000]]
(<<print ($money / 100)>>) Money:
[[+£1000|Cheats][$money+=100000]] | [[+£10000|Cheats][$money+=1000000]] |
[[+£1000000|Cheats][$money+=100000000]]
<br>
<br>
...
...
@@ -711,6 +711,43 @@ Back to [[$passagecopy]]<br>
Age? (easiness)
<br>
[[MIN|Char Stat][$angelbuild to 0]] |
[[less|Char Stat][$angelbuild -= 5]] |
[[more|Char Stat][$angelbuild += 5]] |
[[MAX|Char Stat][$angelbuild to 100]]
<<if $angelbuild lt 0>>
<<set $angelbuild to 0>>
<</if>>
<<if $angelbuild lt 25>>
<<set $angel to 0, $angeltext to "none">>
<</if>>
<<if ($angelbuild gte 25) and ($angelbuild lt 30)>>
<<set $angel to 1, $angeltext to "Despite everything, you have managed to remain a pure <<genderstop>> The thought makes you happy.">>
<</if>>
<<if ($angelbuild gte 30) and ($angelbuild lt 35)>>
<<set $angel to 2, $angeltext to "You are pure and feel determined to keep it that way.">>
<</if>>
<<if ($angelbuild gte 35) and ($angelbuild lt 40)>>
<<set $angel to 3, $angeltext to "You feel a weight lift from your shoulders.">>
<</if>>
<<if ($angelbuild gte 40) and ($angelbuild lt 45)>>
<<set $angel to 4, $angeltext to "A golden light shines down you.">>
<</if>>
<<if ($angelbuild gte 45) and ($angelbuild lt 50)>>
<<set $angel to 5, $angeltext to "You feel a soothing warmth in your back.">>
<</if>>
<<if $angelbuild gte 50>>
<<set $angel to 6, $angeltext to "You feel lighter. Your new wings caress your face.">>
<</if>>
($angelbuild)
<div class="tooltip">
Angel∴
<span class="tooltiptext">
Level $angel. $angeltext
</span>
</div>
</div>
<div class="block2">
...
...
@@ -761,8 +798,36 @@ Level $wolfgirl. $wolftext
</span>
</div>
<br>
[[None|Char Stat][$fallenangelbuild to 0]] |
[[Forgiven|Char Stat][$fallenangelbuild to 1]] |
[[Fallen|Char Stat][$fallenangelbuild to 2]]
<<if $fallenangelbuild is undefined>>
<<set $fallenangelbuild to 0, $fallenangeltext to "none">>
<</if>>
<<if $fallenangelbuild lte 0>>
<<set $fallenangelbuild to 0, $fallenangel to 0, $fallenangeltext to "You had never fallen as an angel.">>
<</if>>
<<if $fallenangelbuild is 1>>
<<set $fallenangel to 1, $fallenangeltext to "You were forgiven by the temple.">>
<</if>>
<<if ($fallenangelbuild is 2)>>
<<set $fallenangel to 2, $fallenangeltext to "Your halo shatters and your wings blacken. An overwhelming sense of loss overcomes you.", $angel to 0>>
<</if>>
($fallenangelbuild)
<div class="tooltip">
Fallen Angel ∴
<span class="tooltiptext">
Level $fallenangel. $fallenangeltext
</span>
</div>
</div>
<div style="clear:both"></div>
<div style="clear:both"></div>
<div class="block6">
...
...
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