Skip to content

Commit

Permalink
Merge pull request #6 from chris81605/Dev
Browse files Browse the repository at this point in the history
Dev2main
  • Loading branch information
chris81605 authored Nov 2, 2024
2 parents 7bae876 + 1b3acd3 commit 36c5483
Show file tree
Hide file tree
Showing 14 changed files with 1,324 additions and 830 deletions.
5 changes: 2 additions & 3 deletions addon-replace/Widgets Market_1.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@


<<if $stall_cost_FIX is undefined>>
<<set $stall_cost_FIX to 1>>
<</if>>

<<set $stall_cost_FIX to 1>>
<</if>>
<<set $stall_cost to $stall_cost * $stall_cost_FIX>>
<br>
14 changes: 5 additions & 9 deletions addon-replace/Widgets Market_2.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
<<if $black_store_FIX_MIN is undefined>>
<<set $black_store_FIX_MIN to 11>>
<</if>>

<<if $black_store_FIX_MAX is undefined>>
<<set $black_store_FIX_MAX to 30>>
<</if>>

<<set $stall_amount to random($black_store_FIX_MIN, $black_store_FIX_MAX)>>
<<if $black_storeswich is 1>>
<<set $stall_amount to random($black_store_FIX_MIN, $black_store_FIX_MAX)>>
<</if>>
<<if $stall_amount gte $plants[$stall_plant].amount>>

3 changes: 1 addition & 2 deletions addon-replace/Widgets State Man_1.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<span class="green"><<He>>吃痛退开。</span>
<<combatcontrol 15>><<def 10>>
<span class="green"><<He>>吃痛退开。</span> <<combatcontrol 15>><<def 10>>
<</if>>

<<HP_AP_display HP>>
Expand Down
82 changes: 0 additions & 82 deletions addon-replace/tattoo_index.txt

This file was deleted.

38 changes: 12 additions & 26 deletions boot.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,25 @@
{
"name": "cheat extended",
"version": "1.15.1",
"version": "1.16",
"styleFileList": [
"css/CE_CSS.css"
],
"scriptFileList": [],
"scriptFileList": [
"scripts/CE_Time_Event.js",
"scripts/CE_getTargetWarmth2.js"
],
"tweeFileList": [
"game/ccplot.twee",
"game/Widgets cheat_extended.twee",
"game/Bccm/bccmeditor.twee",
"game/ccplot.twee",
"game/Bedroom Study.twee",
"game/随身衣柜.twee",
"game/CE_passage_editor.twee",
"game/Widgets cheat_extended.twee"
"game/随身衣柜.twee"
],
"imgFileList": [],
"scriptFileList_inject_early": [
"scriptEarly/CERegist.js"
],
"additionFile": [
"addon-replace/tattoo_index.txt",
"addon-replace/Widgets Dance Audience.txt",
"addon-replace/Widgets Market_1.txt",
"addon-replace/Widgets Market_2.txt",
Expand Down Expand Up @@ -63,11 +64,6 @@
"findString": "\t\t<<set $enemyhealth -= _thedamage>>",
"replaceFile": "addon-replace/Widgets_5.txt"
},
{
"passage": "Widgets Bodywriting Objects",
"findString": "\t\tcircle: {\n\t\t\tindex: 199,",
"replaceFile": "addon-replace/tattoo_index.txt"
},
{
"passage": "Widgets Bodywriting",
"findString": "\"<span class=\"purple\"><<print $skin[_active_bodypart].writ_cn>></span>\"",
Expand All @@ -86,8 +82,8 @@
},
{
"passage": "Widgets Orgasm",
"findString": "<<milkvolume 1>>",
"replace": "<<milkvolume 1>>\n\t<<milk_releasedFIX $_milk_released>>\n\t<<set $_milk_released += $milk_releasedFIX>>\n"
"findString": "<<if $milk_amount lt _milk_released>>",
"replace": "<<milk_releasedFIX _milk_released>>\n\t<<set _milk_released += $milk_releasedFIX>>\n\t<<if $milk_amount lt _milk_released>>"
},
{
"passage": "Widgets State Man",
Expand All @@ -99,16 +95,6 @@
"findString": "\t\t\t<<if $enemyanger gte $enemyangermax>>",
"replaceFile": "addon-replace/Widgets State Man_2.txt"
},
{
"passage": "Furniture Shop Papers",
"findString": "\t\t\t<<run Furniture.set('poster', 'poster', {",
"replace": "\t\t\t<<set _normalisedName to _chosenPosterCustom>>\n\t\t\t<<run Furniture.set('poster', 'poster', {"
},
{
"passage": "Furniture Shop Papers",
"findString": "\t\t\t<<run Furniture.set('wallpaper', 'wallpaper', {",
"replace": "\t\t\t<<set _normalisedName to _chosenWallpaperCustom>>\n\t\t\t<<run Furniture.set('wallpaper', 'wallpaper', {"
},
{
"passage": "Widgets Dance Audience",
"findString": "\t\t\t\t<<set $dancetip *= 1 + ($mathstrait / 4)>>",
Expand Down Expand Up @@ -151,11 +137,11 @@
},
{
"modName": "Simple Frameworks",
"version": ">=1.3.0"
"version": ">=1.15.3"
},
{
"modName": "GameVersion",
"version": "=0.5.0.5"
"version": ">=0.5.0.5"
}
]
}
Loading

0 comments on commit 36c5483

Please sign in to comment.