Skip to content
Snippets Groups Projects
Commit 71cbc088 authored by Pedy's avatar Pedy
Browse files

Cheat menu update, added demon transformation + relation tab (wip)

parent 3818eb3d
No related branches found
No related tags found
No related merge requests found
:: Cheats [nobr]
<<clamp>><<set $menu to 1>><<set _buttonname = ["State", "Semen and goo", "Characteristics", "Traits"]>>
<<clamp>><<set $menu to 1>><<set _buttonname = ["State", "Semen and goo", "Characteristics", "Traits", "Relations"]>>
<<click [[Back|previous()]]>><</click>><br><br>
......@@ -355,22 +355,7 @@
Chest
<br>
<br>
Characters
<br>
Eden [[MIN|Cheats][$edenlove to 0]] |
[[less|Cheats][$edenlove -= 10]] |
[[more|Cheats][$edenlove += 10]] |
[[MAX|Cheats][$edenlove to 1000]] ($edenlove)
<br>
Robin [[MIN|Cheats][$robinlove to 0]] |
[[less|Cheats][$robinlove -= 10]] |
[[more|Cheats][$robinlove += 10]] |
[[MAX|Cheats][$robinlove to 1000]] ($robinlove)
<br>
<br>
<<if $cheatsidebar is 1>>
[[off|Cheats][$cheatsidebar to 0]] | on
<<else>>
......@@ -759,6 +744,31 @@
Level $angel. $angeltext
</span>
</div>
<br>
[[None|Cheats][$fallenangelbuild to 0]] |
[[Forgiven|Cheats][$fallenangelbuild to 1]] |
[[Fallen|Cheats][$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>
......@@ -818,26 +828,39 @@
<br>
[[None|Cheats][$fallenangelbuild to 0]] |
[[Forgiven|Cheats][$fallenangelbuild to 1]] |
[[Fallen|Cheats][$fallenangelbuild to 2]]
<<if $fallenangelbuild is undefined>>
<<set $fallenangelbuild to 0, $fallenangeltext to "none">>
[[MIN|Cheats][$demonbuild to 0]] |
[[less|Cheats][$demonbuild -= 5]] |
[[more|Cheats][$demonbuild += 5]] |
[[MAX|Cheats][$demonbuild to 100]]
<<if $demonbuild lt 0>>
<<set $demonbuild to 0>>
<</if>>
<<if $fallenangelbuild lte 0>>
<<set $fallenangelbuild to 0, $fallenangel to 0, $fallenangeltext to "You had never fallen as an angel.">>
<<if $demonbuild lt 5>>
<<set $demon to 0, $demontext to "none">>
<</if>>
<<if $fallenangelbuild is 1>>
<<set $fallenangel to 1, $fallenangeltext to "You were forgiven by the temple.">>
<<if ($demonbuild gte 5) and ($demonbuild lt 10)>>
<<set $demon to 1, $demontext to "Your scalp itches.">>
<</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 ($demonbuild gte 10) and ($demonbuild lt 15)>>
<<set $demon to 2, $demontext to "Horns sprout from your scalp.">>
<</if>>
($fallenangelbuild)
<<if ($demonbuild gte 15) and ($demonbuild lt 20)>>
<<set $demon to 3, $demontext to "Your <<bottom>> itches.">>
<</if>>
<<if ($demonbuild gte 20) and ($demonbuild lt 25)>>
<<set $demon to 4, $demontext to "A tail sprouts from your lower back.">>
<</if>>
<<if ($demonbuild gte 25) and ($demonbuild lt 30)>>
<<set $demon to 5, $demontext to "You feel a burning sensation in your back.">>
<</if>>
<<if $demonbuild gte 30>>
<<set $demon to 6, $demontext to "You feel lighter. Your new wings caress your face.">>
<</if>>
($demonbuild)
<div class="tooltip">
Fallen Angel
Demon
<span class="tooltiptext">
Level $fallenangel. $fallenangeltext
Level $demon. $demontext
</span>
</div>
......@@ -2063,6 +2086,96 @@
<div style="clear:both"></div>
</div>
<<case 4>>
/* relations */
<div class="bggray">
<div class="block1">
Robin <br>
Love [[MIN|Cheats][$robinlove to 0]] |
[[---|Cheats][$robinlove -= 10]] |
[[--|Cheats][$robinlove -= 5]] |
[[-|Cheats][$robinlove -= 1]] |
[[+|Cheats][$robinlove += 1]] |
[[++|Cheats][$robinlove += 5]] |
[[+++|Cheats][$robinlove += 10]] |
[[MAX|Cheats][$robinlove to 1000]] ($robinlove)
<br>
Lust [[MIN|Cheats][$robinlust to 0]] |
[[---|Cheats][$robinlust -= 10]] |
[[--|Cheats][$robinlust -= 5]] |
[[-|Cheats][$robinlust -= 1]] |
[[+|Cheats][$robinlust += 1]] |
[[++|Cheats][$robinlust += 5]] |
[[+++|Cheats][$robinlust += 10]] |
[[MAX|Cheats][$robinlust to 1000]] ($robinlust)
<br>
Trauma [[MIN|Cheats][$robintrauma to 0]] |
[[---|Cheats][$robintrauma -= 10]] |
[[--|Cheats][$robintrauma -= 5]] |
[[-|Cheats][$robintrauma -= 1]] |
[[+|Cheats][$robintrauma += 1]] |
[[++|Cheats][$robintrauma += 5]] |
[[+++|Cheats][$robintrauma += 10]] |
[[MAX|Cheats][$robintrauma to 1000]] ($robintrauma)
<br><br>
Whitney <br>
Love [[MIN|Cheats][$whitneylove to 0]] |
[[---|Cheats][$whitneylove -= 10]] |
[[--|Cheats][$whitneylove -= 5]] |
[[-|Cheats][$whitneylove -= 1]] |
[[+|Cheats][$whitneylove += 1]] |
[[++|Cheats][$whitneylove += 5]] |
[[+++|Cheats][$whitneylove += 10]] |
[[MAX|Cheats][$whitneylove to 1000]] ($whitneylove)
<br>
Lust [[MIN|Cheats][$whitneylust to 0]] |
[[---|Cheats][$whitneylust -= 10]] |
[[--|Cheats][$whitneylust -= 5]] |
[[-|Cheats][$whitneylust -= 1]] |
[[+|Cheats][$whitneylust += 1]] |
[[++|Cheats][$whitneylust += 5]] |
[[+++|Cheats][$whitneylust += 10]] |
[[MAX|Cheats][$whitneylust to 1000]] ($whitneylust)
<br>
Dom [[MIN|Cheats][$whitneydom to 0]] |
[[---|Cheats][$whitneydom -= 10]] |
[[--|Cheats][$whitneydom -= 5]] |
[[-|Cheats][$whitneydom -= 1]] |
[[+|Cheats][$whitneydom += 1]] |
[[++|Cheats][$whitneydom += 5]] |
[[+++|Cheats][$whitneydom += 10]] |
[[MAX|Cheats][$whitneydom to 1000]] ($whitneydom)
<br><br>
Eden <br>
Love [[MIN|Cheats][$edenlove to 0]] |
[[---|Cheats][$edenlove -= 10]] |
[[--|Cheats][$edenlove -= 5]] |
[[-|Cheats][$edenlove -= 1]] |
[[+|Cheats][$edenlove += 1]] |
[[++|Cheats][$edenlove += 5]] |
[[+++|Cheats][$edenlove += 10]] |
[[MAX|Cheats][$edenlove to 1000]] ($edenlove)
<br>
Lust [[MIN|Cheats][$edenlust to 0]] |
[[---|Cheats][$edenlust -= 10]] |
[[--|Cheats][$edenlust -= 5]] |
[[-|Cheats][$edenlust -= 1]] |
[[+|Cheats][$edenlust += 1]] |
[[++|Cheats][$edenlust += 5]] |
[[+++|Cheats][$edenlust += 10]] |
[[MAX|Cheats][$edenlust to 1000]] ($edenlust)
<br><br>
/* todo - add other npcs */
</div>
<</switch>>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment