I'm still grinding for a FTC match, also I have RL stuff that need addressing in the meantime. So that may take a while. (Slight burnout from over-grinding notwithstanding.)
As a general tip, if you save at dusk and then constantly reload that save, you can just keep going until you get the modifier you want. Whether it be FTC or no underwear, it'll show up eventually. (FTC at a 10% chance at level 15+)
Which reminds me about the modifiers. I have partially made a system that will allow you to make your own match modifiers, like "no underwear", "no toys" or "no masturbation". It works in code, mostly, but reading it from json isn't done yet. If anyone has any ideas for modifiers, let me know and I'll finish the system.
To get an overview, you can:
- Ban specific items, or ensure characters have them
- Ban toys, consumables, or both, combined with the above
- Ban specific non-combat actions
- Ban specific skills, or encourage/discourage them (Making NPCs more/less likely to pick them)
- Ban specific tactics, or encourage/discourage them (For example, one of the default modifiers, Pacifist, bans the 'damage' tactic, meaning you can't use 'red' skills)
- Ensure the player (or all characters) always have a certain status
- Ban certain
layers of clothing (Like underwear (0), or coats (3))
- Ban certain
slots of clothing (Like tops, bottoms, feet)
- Ban certain
combinations of layers and slots. (Like no bottoms in layer 0 - no panties/boxers/briefs, but bras etc. are fine)
- Ban certain clothing
attributes (Like Kinky, Open, Flexible)
- Force either the player or all characters to wear a specific article of clothing. (Like everyone has to wear tentacle underwear. That'd be mean.)
- Determine the per-win bonus money. This can be negative, so you can make a modifier that makes the match easier, but less profitable.
- Write scenes for both Lilly proposing the modifier, and you accepting it. (This is not so much a
can as a
have to)
If anyone comes up with some interesting combinations of the above, do tell.
One nonsensical example that I used for testing: There can be no fucking. NPCs are more likely to give blowjobs, less likely to kick. You can't use Locate. You can only wear underwear, except that you also have to wear a jacket. Also, you can't use toys. All for a measly $50 bonus.
Edit: Oh, and if anyone has anything else they'd like to be able to modify, I might be able to work it in. No promises, though.