Create and Fuck your AI Cum Slut –70% OFF
x

Ankmairdor

Member
May 1, 2019
275
156
219
Can someone explain how exactly the library works? I get the general gist of it that it provides experience and learning points. However does that only apply to the person working as the librarian or does it affect everyone in the manor regardless if they're fighting mobs with me. Also, what does "experience efficiency decreases with level." Does this mean if the librarian has a high level the experience they give out to everyone is lower?
Code:
        person.xp += max((15 + 5*globals.state.mansionupgrades.mansionlibrary + person.wit/12) - (person.level-1)*8,0)
        person.learningpoints += ceil(person.wit/20)+globals.state.mansionupgrades.mansionlibrary
It provides experience only to the slaves that study in the library. There is no librarian nor any distributed experience from the library. For every level a slave gains, that slave gains less experience per day spent in the library.

For reference, these are the numbers of a maxed library for a noble slave with maxed wit:
Level 1: 38 exp per day, ~3 days to level up
Level 2: 15 exp per day, ~7 days to level up
Level 3: 7 exp per day, ~14 days to level up
Level 4: 4 exp per day, ~25 days to level up
Level 5+: 1 exp per day, ~100 days to level up

The slave roughly gains 1 learning point per 20 wit plus 1 per library level per day.
 

tooldev

Active Member
Feb 9, 2018
877
848
184
Can someone explain how exactly the library works? I get the general gist of it that it provides experience and learning points. However does that only apply to the person working as the librarian or does it affect everyone in the manor regardless if they're fighting mobs with me. Also, what does "experience efficiency decreases with level." Does this mean if the librarian has a high level the experience they give out to everyone is lower?
'Diminishing returns' might have been the more obvious phrasing for it. The higher the level the less xp is gained
 
  • Like
Reactions: JungleNuts

Ankmairdor

Member
May 1, 2019
275
156
219
Is there another way for slaves to replenish their energy or do I have to let them rest/not fight?
Every day slaves will gain a little bit of energy that depends on their endurance and the quality of their bed. The choice of working a job or resting has almost no impact on how much energy they regain. The choice of job affects the slave's stress and if they have at least a light amount of stress then there is a small chance that they will lose a moderate amount of energy.

Each day the player may use the "Rest and eat" option once during exploration which fully restores the energy of the combat party as well as a quarter of their health and two thirds of their stress. While this may seem useful for exploration and combat, your combat party doesn't really need energy to travel and fight, so it is often better to use this near the end of a journey so that they are in good condition for anything else.

Last but not least are the Dream and Invigorate spells. The Dream spell recovers all energy and a good portion of stress, but the slave will be "away" until the next day. The Invigorate spell is a potent energy spell that restores half of a slave's energy and about half of the player's energy with the only downsides being that the slave gains a moderate to light amount of stress and the spell can't be used during combat.
 
  • Like
Reactions: JungleNuts
May 10, 2024
33
11
50
Am I the only one that has a max of 4 endurance for my character? I unlocked the laboratory and thought there would be an upgrade for it but there isn't it.
 

Ankmairdor

Member
May 1, 2019
275
156
219
Am I the only one that has a max of 4 endurance for my character? I unlocked the laboratory and thought there would be an upgrade for it but there isn't it.
The player character's max stats are unique as they are not race dependent. You can choose your own max stats during the starting setup or you can choose quick start and be given a random set of max stats.

There are no Endurance body modifications, but the Eastern Sword comes with a +1 bonus and it is possible to find armor and accessories enchanted with a +1 bonus.

Odd amounts, including bonuses, of Endurance are ideal for the player character in terms of action points.
 

RayBar

Well-Known Member
May 12, 2020
1,031
2,028
328
Is there a way to change/customize body type of your starting companion? For eg- Giving a Wolf-Halfkin Canine cock etc...
The body type option in character creator is locked for me:(
 

Ankmairdor

Member
May 1, 2019
275
156
219
Is there a way to change/customize body type of your starting companion? For eg- Giving a Wolf-Halfkin Canine cock etc...
The body type option in character creator is locked for me:(
You appear to have bodyshape("body type" in some contexts) and penistype confused, and bodyshape in no way affects the type nor the description of the penis. The race directly determines both the bodyshape and the penistype.

There does not appear to be any way to change bodyshape besides changing the race, which cannot be changed outside of the character creator. Penistype cannot be changed in the character creator but it can be changed by the Laboratory or by mutation, so it should be possible to give a Halfkin Wolf a Canine penistype.
 
  • Like
Reactions: RayBar

RayBar

Well-Known Member
May 12, 2020
1,031
2,028
328
You appear to have bodyshape("body type" in some contexts) and penistype confused, and bodyshape in no way affects the type nor the description of the penis. The race directly determines both the bodyshape and the penistype.

There does not appear to be any way to change bodyshape besides changing the race, which cannot be changed outside of the character creator. Penistype cannot be changed in the character creator but it can be changed by the Laboratory or by mutation, so it should be possible to give a Halfkin Wolf a Canine penistype.
I see...I will work on unlocking the lab then,thanks.
Also is there a way to open menu outside of your mansion? Like while exploring or in the middle of combat and stuff,every time I suffer a bad encounter I have to alt-f4 the game instead of being able to save/reload:HideThePain:
 

Ankmairdor

Member
May 1, 2019
275
156
219
I see...I will work on unlocking the lab then,thanks.
Also is there a way to open menu outside of your mansion? Like while exploring or in the middle of combat and stuff,every time I suffer a bad encounter I have to alt-f4 the game instead of being able to save/reload:HideThePain:
The game does not have the necessary code to load the game anywhere except the mansion, so the game does not make the menu available anywhere else to prevent problems. On a side note, from a technical perspective there are only two GUI scenes, the main menu and the mansion, so everywhere in the game is technically inside the mansion. The game should game over to the main menu which will allow loading saves, though I vaguely recall fixing a bug related to that at some point.
 
  • Like
Reactions: RayBar

Qahlz

Well-Known Member
Jul 25, 2023
1,276
933
150
Can anyone tell me where the "Entrancement" spell can be learned? It's not at the mage guild at the beginning and can't be learned through the "Learn Ability" menu. Checked the wiki and the thread here, but while it's mentioned in both, it doesn't mention *where* it can be learned.
Given that it is needed to get one of the slaves in Cali's quest chain, I thought it would be available early on, but I can't find it anywhere.

Edit: Welp, just got it. You need to meet Chloe and help her out to get the spell.
 
Last edited:

thgilkcalb

Newbie
Mar 11, 2018
18
4
79
It was quite hard begin as a demon at frostford, but i'm on day >200 now and didn't start a single event, the only down side is no new race in guild and no black market, is there even a time limit or i can just max out everything before starting the main story ?
 

Ankmairdor

Member
May 1, 2019
275
156
219
It was quite hard begin as a demon at frostford, but i'm on day >200 now and didn't start a single event, the only down side is no new race in guild and no black market, is there even a time limit or i can just max out everything before starting the main story ?
Yeah, the game isn't really setup in any way for starting in towns besides Wimborn. There are very few time limits in this game, so feel free to wait until you can comfortably reach Wimborn before progressing.
 

McLOVINu

Active Member
Mar 18, 2018
897
411
187
Is there a quick and easy way to raise loyalty, non-sexual?
Interact > Meet > which actions?
each time i finish after 20 actions, it states net loss of -1 loyalty, from chat+praise+headpat.

edit: threw in some comb hair after a few other actions, and i keep ending with only +4 loyalty after. btw freashly captured enemy bandit in jail [moved to common room just before interact > meet.]
 
Last edited:

Ankmairdor

Member
May 1, 2019
275
156
219
Is there a quick and easy way to raise loyalty, non-sexual?
Interact > Meet > which actions?
each time i finish after 20 actions, it states net loss of -1 loyalty, from chat+praise+headpat.

edit: threw in some comb hair after a few other actions, and i keep ending with only +4 loyalty after. btw freashly captured enemy bandit in jail [moved to common room just before interact > meet.]
At the end of the meet interaction 1/10 of the slave's mood is converted to loyalty, so every positive interaction should result in an increase in loyalty. If their mood is very low then many actions will be received poorly and not produce the desired benefits. Many actions have other conditions such as having sufficient obedience or loyalty to be received well. Also, most positive actions count how many times they have been used during an interaction and will start to be received poorly when used more than twice.

Recently captured slaves will have the rebellious status which reduces the max obedience by 50. While this won't directly block you from building loyalty it will cause the Praise action to always be received poorly and reduce loyalty, and is the only means of gaining less than 2 loyalty from the interaction.

The fastest ways to build loyalty outside of sex are meet actions that require higher obedience than your slave can have until the rebellious status expires or is removed.

Holding hands, combing hair, and hugging are small but reliable ways to improve loyalty. Intimate talk is less reliable but can have a larger effect.
 
Last edited:

Artiour

Member
Sep 24, 2017
329
1,354
306
does anyone play with aric's mod, I need help with a slave not part of my mansion but I get their random events its so annoying, any quick way to solve it through save file or some mod script?
I'm used to changing or removing relationships through save file but never occupation or anything mansion related
 
4.20 star(s) 53 Votes