DrakoGhoul

Engaged Member
Jul 13, 2018
3,888
15,198
716
There indeed at least 1 fight like that, off the top of my head, but I don't recall there being a fight where you would get 2 "extra" slaves.
That's about as far as my knowledge goes in that regard. I just remember it happening before and figured that's what happen with him. I don't even remember where it happens at or how many slaves you actually get from it.
 

Bob81789

New Member
Sep 8, 2023
4
1
13
Sorry, having some trouble with assigning a slave the the Gladitrix School. I can't seem to find the location/task in any of the tabs on the slave screen, and when I brought over a slave to the arena didn't see any option to drop them off? Can someone help me out? Thank you!

Edit: Also, my foreman has 50+ Int and I've maxed out my workshop but I haven't gotten any tech points, am I missing something?
 
Last edited:

Zarkhy

Engaged Member
Nov 4, 2018
2,018
1,425
338
Sorry, having some trouble with assigning a slave the the Gladitrix School. I can't seem to find the location/task in any of the tabs on the slave screen, and when I brought over a slave to the arena didn't see any option to drop them off? Can someone help me out? Thank you!

Edit: Also, my foreman has 50+ Int and I've maxed out my workshop but I haven't gotten any tech points, am I missing something?
For the Foreman, you also need to upgrade your workshop sufficiently. Complete Mechanization was the name of the upgrade, IIRC.

As for the Arena, it's in the jobs/titles page, on the same tab as academy assignments.

Try pressing the "back" button if you see one, the game doesn't reset to the "main view" automatically.
 

Bob81789

New Member
Sep 8, 2023
4
1
13
For the Foreman, you also need to upgrade your workshop sufficiently. Complete Mechanization was the name of the upgrade, IIRC.

As for the Arena, it's in the jobs/titles page, on the same tab as academy assignments.

Try pressing the "back" button if you see one, the game doesn't reset to the "main view" automatically.
thanks!!! found the jobs with the back button lol.

Unfortunately for my workshop, everything is maxed out (I have High-tech Mechanization). Might be a bug?
 

Zarkhy

Engaged Member
Nov 4, 2018
2,018
1,425
338
thanks!!! found the jobs with the back button lol.

Unfortunately for my workshop, everything is maxed out (I have High-tech Mechanization). Might be a bug?
I doubt it's a bug,

Your workshop is set to manufacturing, correct? Production points are being generated as they should?

Otherwise, I dunno, add some relevant screenshots.
 
  • Like
Reactions: Fauno36

sislov

Newbie
Jan 8, 2018
57
92
114
:unsure:why doesn't the assembly plant use slaves? i see that good weapons aren't common and even the automatic rifle is considered OP for the average person (a guy becomes a gang leader and subdues an entire neighborhood with just an automatic rifle), but still costs almost the same as a slave and it seems like slavery isn't THAT expensive because even small businesses use slaves i think the average wage on raana is between 17k-30k a year
i mean, slaves are expensive for average people, but considering how unequal the economy is on raana, any large business like a factory could employ thousands of slaves and profit for it
perhaps they pay less taxes for employing free people? or maybe they actually rent slaves as well or it's simply cheaper to pay 60-120 a day than pay for food and maintenance of the slaves :unsure:
 
  • Like
Reactions: Fauno36

Lurker452

Member
Jun 13, 2022
244
337
186
:unsure:why doesn't the assembly plant use slaves? i see that good weapons aren't common and even the automatic rifle is considered OP for the average person (a guy becomes a gang leader and subdues an entire neighborhood with just an automatic rifle), but still costs almost the same as a slave and it seems like slavery isn't THAT expensive because even small businesses use slaves i think the average wage on raana is between 17k-30k a year
i mean, slaves are expensive for average people, but considering how unequal the economy is on raana, any large business like a factory could employ thousands of slaves and profit for it
perhaps they pay less taxes for employing free people? or maybe they actually rent slaves as well or it's simply cheaper to pay 60-120 a day than pay for food and maintenance of the slaves :unsure:
Maybe they have a regular staff of slave labor but still have odd jobs for day labor?
 

kopiluwak

Member
Jul 25, 2020
296
1,109
308
Maybe they have a regular staff of slave labor but still have odd jobs for day labor?
the smart economic decision would be to have all slave labour, especially for that kind of " soul-crushingly monotonous and physically draining " work , even if surprisingly, it does pay "not too bad" (compared to other slave day job assignment) with the exception of the golden dragon.

the logical conclusion is that all the slave owners that send them (their slaves) at the assembly earn the same amount as the MC does, (albeit for their respective masters) the one point that don't make sense is why can't we send OUR slaves there as well.

from the way it is presented and the only logical conclusion is that we could have multiple assignment at the same location, and I don't think there's a framework for that as of now.
 

caju

Well-Known Member
Oct 5, 2017
1,500
1,440
385
Literally any job would seem to be better than Westside manufacturing.
Any job where you dont get wild stat changes would immediately steal 75% of their employees.

You could offer jobs to day workers like they do
 

Fade710

Member
Nov 7, 2022
146
105
166
And is there someone who knows how to get this Npc I already did conclude day 500 times and didn’t get her
you have to not stop her and her friends from stealing from you and she will come to you herself if you get rid of them anytime they steal from you then she is gone
 

Nicknone

Member
Dec 15, 2024
158
161
111
And is there someone who knows how to get this Npc I already did conclude day 500 times and didn’t get her
I got Urchin somewhere on 550-600 day, no worries (You do know how random with % works yep?)
still nothin' special, only for collection (if that's your interest)
 
Last edited:

Dark479

Active Member
Dec 15, 2023
513
594
194
New simplified way of cheating via console:
1. Open console (CTRL + SHIFT + J in Chrome / Edge)
2. Copy and paste below code blob into the console and press enter.
Code:
function cheatShortcuts() {
  let slots = SugarCube.State.active.variables.slot
  for (let i = 1; i < slots.length; i++) {
    if (slots[i] > 0) {
      let npc = eval("SugarCube.State.active.variables.npc.av" + slots[i])
      let girlname = npc.girlname
      girlname = girlname.replace(/\W/,"") //Get rid of non-alpha-numerics
      window[girlname] = npc
      window[girlname.toLowerCase()] = npc
    }
  }
  window["mc"] = SugarCube.State.active.variables
  window["Mc"] = SugarCube.State.active.variables
  window["MC"] = SugarCube.State.active.variables
}

function startTimer() {
  autoRefreshTimer = setInterval(function () {
    cheatShortcuts()
  }, 1000)
}
clear()
cheatShortcuts()
console.log("Cheat shortcuts added. Examples:\nLovisa.virgin = true\nMaiLynn.traitscav = 100\nmc.cash = 1000000")
startTimer()
Result:
View attachment 3896575


Note: It automatically updates the shortcuts every second. You only need to repeat the code blob again after reloading page.

You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
Link to additional cheats


Latest bug fix: 2024-09-12; npc name filter improved by JacksWastedLife 2024-11-08
I have no idea what I'm doing wrong but this just doesn't work for me...at all. I was able to get the "Cheat Shortcuts Added" with the examples to appear at the top of the console but even a simple command like the mc.gold = 1000000 example does not apply in game...literally nothing does. It's like the entire console is broken. Is there an exit command or anything else I have to do to make this work?
 
4.50 star(s) 172 Votes