I've given her like $1,000,000
spend more. lvl 10 seems to be somewhere between 1.7 - 2.5m (actually don't even know if it's based off money, but that's the ballpark of when it triggered for me... when playing unmodified)... unsure exactly how much.
Triggered it at 1.1m this time.
So it doesn't seem to be based off money, but some other condition.
According to the save file, it was already level 10 at ~500k spent, but raw event didn't trigger until 1.1 - 4m depending on some other factor.
Also I can't get to the toy shop
Did you get ending 3 yet?
A bunch of stuff is locked behind ending 3.
1. Lewd Manager
2. Medicine.
3. Old man in book store.
4. Mall special shop (I assume this is what you mean by toy shop).
You will be ported to the shop automatically when you visit the mall once you fulfill all the necessary conditions.
If you were never teleported, you either don't have ending 3, or lack confidence.
Also, if people want to cheat...
You can run these regex on the data folder to:
1. Change jobs repetition. (from 1, 2, 5 to 1, 5, 25; from 1, 2, 5, 10, 20 to 1, 20, 100, 500, 2000)
2. Movies: multiply by 10.
3. Modify vending machine (change all drink AP cost to 1, increase stamina return by x 1000).
This should significantly lessen the grind.
Instructions
1. Open the game folder in a bulk file editor (i.e. Visual Studio Code).
2. Prettify the json files in data folder (shift alt f in VSC) -
Edit: this step should no longer be required with the updated pattern, but I can't confirm as I tested on manually edited data file. I no longer have the original as i prettified all the json files in data directory before I started creating this. test2.json is the manually "unprettified" test data I used based off test.json, which is a copy/paste of the relevant element from the prettified data/Mapsxxx.json.
3. Bulk Search and Replace with Regex option (i.e. control + shift + f for Visual Studio Code)
4. Select the Regex option.
5. Open the relevant regex txt file for the change you want to make. It's a regular txt file with 2 sections: 1 - the pattern, 2 - the replacement.
Copy the pattern into the search, and copy the replacement into the replace field.
6.a. If desired, modify the replacement as desired. The replacement in the file is as specified above, but you can change it as you see fit.
7. Click replace all.
For this, VSC is much better to use than, say notepad++, since you can open, search and replace the entire game folder without much fuss.
Edit 2: see post below for the download.