New Mechanics [part 1 - 3] - Satisfaction and Kinks
Okay, it seems like I've burned out. This happens, though, it's the first time in 4 months, my record huh. I realized I was burned out when I spent an hour trying to rework a formula for calculating... For me, burnout is a legitimate reason to take a break from work and thoughts about it. I'll spend a couple of days goofing off in RimWorld. Now let me tell you what I've been working on since my last blog in the discord!
I’ve added new animations, set up animation dependencies, tested their functionality, and realized that I need more auxiliary animations- animations that the character can initiate without defining the current key pose. Also, the clothing removal now works in poses where the character's hands are free.
I’m implementing a system for body parts stamina and health; these indicators only affect in Close Proximity.
I’ve decided to remove the "Desires" system for now and replace it with a "Kink" system. Each active pose activates a Kink, and if it matches one of the character's Kinks, their new "satisfaction" gauge increases. It fills up from most actions but has a bonus if the character has the corresponding Kink.
Also, poses have modifiers that influence the final Satisfaction. For example, if the player initiates an action during Close Proximity, such as a footjob, the calculation goes like this: Satisfaction (1 + [Preference Degree, if Kink is marked as Favorite, then +2, if as Adored, then +4, if Neutral, then +0]) pose kink modifier [from 1.0 to 3.0] initiator's mastery in this area [from 1.0 to 3.0].
In this case, the maximum bonus (with the highest skill class and great mastery) the character would get 45 Satisfaction. If the character has high mastery, a high-level ability, but enemy has no Kink, they would get only 9. Without Kink, mastery, and high-level ability, they would only get 3.
Satisfaction does not affect the target's Arousal, nor does it affect Climax bar, it’s more about pleasure from the process. Ultimately, Satisfaction influences the character’s Climax (as event). If the character’s Satisfaction is high, during Climax, even though they’ll lose part of their Max Stamina, they will still receive a certain buff.
However, if there are preferences, there are also things characters don’t like. It works the same way but in reverse. The Satisfaction scale starts at zero, which is neutral, but it can shift in either direction. If the character experiences Climax but has a low Satisfaction level at that moment, they will receive significant debuffs, becoming angrier and more Aggressive, but less effective in combat. These debuffs are permanent until the end of the Combat, and they can't be removed easily.
Oh, and if the character experiences Climax with high Satisfaction, they also lose some Aggression.
To summarize, caring about the opponent’s Satisfaction is the job of the submissive character, while caring about their own Satisfaction is the job of the dominant.
Each character has 3 positive Kinks and 3 negative Kinks (This number can be changed for balancing, just like any other numbers). But what about Ami? Ami can also have Kinks, which must be set before the battle, but they can be changed as Ami levels up or by using special items. I should remind you that Satisfaction is a very important parameter, especially to gain bonuses from Climax, not just debuffs to Max Stamina, which depends on current Arousal. Arousal can exceed the Max value and cause debuffs (with arousal from 100 to 199 - 1st tier "overexcited" debuff, from 200 to 299 - 2nd tier, and so on, with 5 total tiers, but Arousal can go higher).