l.lotler

Newbie
Nov 15, 2017
35
48
I'm having some trouble figuring out the calculations behind the accountant job. Would any html reading genius be able to lend some help maybe?

My general formula is probably ok, because I'm getting consistently correct results for accountant skill and bonus value across all NPCs, but I cannot work out where does the base "business income" value used to calculate the bonus come from. I don't need to know the detailed formula behind business calculations, but I expected this final value to be available from the in-game screens - that's also what the wiki suggests:
Business Income is the total money made from all business dealings each day. This is everything listed on the Manage > Economy & Influence > Business page.
The code I use is this:
Python:
score = (intelligence + discipline + administration + workaholic)/4
score = round(score)
if status <= 2:
    score = score - 5
if religion == 8 and devotion >= 60: # religion 8 is islam
    score = score + 10

if score <= 19:
    acceff = -15
if score >= 20 and score <= 24:
    acceff = 0                   
if score >= 25:
    acceff = business
if score >= 25 and score <= 39:
    acceff = business * 0.04               
if score >= 40 and score <= 59:
    acceff = business * 0.07
if score >= 60 and score <= 79:
    acceff = business * 0.13
if score >= 80 and score <= 94:
    acceff = business * 0.3
if score >= 95 and score <= 119:
    acceff = business * 0.45
if score >= 120:
    acceff = business * 0.55

lasteff = acceff
lasteff = lasteff * 0.45
if npcid == 21 or npcid == 28:
    acceff = acceff + lasteff

acceff = round(acceff)
I was able to work my way backwards and find out that the "business" value should be 1301$ but a sum like that doesn't appear anywhere on the in-game economy screen.
It also seems suspiciously low since my actual incomes for this save are these:

1743251867193.png
 

Fade710

Member
Nov 7, 2022
131
88
View attachment 4690869 What the fuck is wrong with this dude?
Think I'm gonna have to execute him.

His Affection is constantly dropping every day.

He got the best room with all the luxury stuff, is allowed to spend about 100$ by himself each day and get's all the days off.

Still this mf keeps on hating me!

He's the only NPC, that doesn't even bother changing his mind
or check to see if he needs attention like with pool parties and such "shrugs"
 

Zarkhy

Well-Known Member
Nov 4, 2018
1,252
835
Oh dang! YES! Thanks!

Now, is there any way to get rid of this, BESIDES interrogation?Cause I've spend about an hour with save / reload, to get something out of him, but all attempts failed
Are you trying to interrogate him by yourself?

If you have companions with you, your interrogation chances are boosted.

Though for the life of me I couldn't find what exactly causes that boost, I just know it works.

Also, you don't need to save/reload, just hit Ctrl+R or F5 in the interrogation screen.
 

Zeph3r

Member
Oct 22, 2020
145
204
Yes. There are more places to unlock in the progress list.
Is New Eden one of them? Checked the list and I didn't see it (unless I missed it). I thought Grim mentioned he's saving new locations like new eden and new tokyo (forgot if this is correct) were being saved for MOR2? Would love if they were added though, more places to explore in the existing game
 

desmosome

Conversation Conqueror
Sep 5, 2018
6,565
14,911
Can someone explain clea's Liberator trait? The Paragon/wife requirement, and inactivation when 0 will or 90 corruption. If you corrupt her all the way, she loses the assassination thing as well as the negative aspects of the trait? And what about paragon/wife thing? Does that mean she only assassinates if you marry her?
 

Zarkhy

Well-Known Member
Nov 4, 2018
1,252
835
Can someone explain clea's Liberator trait? The Paragon/wife requirement, and inactivation when 0 will or 90 corruption. If you corrupt her all the way, she loses the assassination thing as well as the negative aspects of the trait? And what about paragon/wife thing? Does that mean she only assassinates if you marry her?
Yes, AFAIK Assassination tactics stops working once the trait becomes dormant.

The Paragon/Wife thing just means that you *can* marry her without losing the trait.

Also means that if she were a slave it wouldn't work, but enslaving her is not currently (or AFAIK ever gonna be) possible.
 
  • Like
Reactions: desmosome

Fluxable

Newbie
May 17, 2024
15
3
Does anyone know what the stability increase for donated slaves are for Zapin Field?

I have a 0 Anger, Loving slave with 80 Melee and 67 Ranged.
Wiki says it should give me 5, but when I go to move him it's only +2.
 
4.50 star(s) 156 Votes